chore: NODE-2911 - Generate Schema Files (no-changelog) (#15030)

Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
Jon
2025-05-06 17:55:06 +01:00
committed by GitHub
parent 985f554501
commit d0022c5700
67 changed files with 1327 additions and 689 deletions

View File

@@ -10,15 +10,9 @@
"id": {
"type": "string"
},
"mailNickname": {
"type": "string"
},
"securityIdentifier": {
"type": "string"
},
"userPrincipalName": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -81,9 +81,12 @@
}
}
},
"subject": {
"type": "string"
},
"webLink": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -27,52 +27,7 @@
"conversationId": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"isDraft": {
"type": "boolean"
},
"isRead": {
"type": "boolean"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"from": {
"type": "object",
"properties": {
"emailAddress": {
@@ -88,9 +43,15 @@
}
}
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"subject": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -27,9 +27,45 @@
"type": "string"
}
},
"ccRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"changeKey": {
"type": "string"
},
"conversationId": {
"type": "string"
},
"conversationIndex": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"from": {
"type": "object",
"properties": {
@@ -52,9 +88,96 @@
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"inferenceClassification": {
"type": "string"
},
"internetMessageId": {
"type": "string"
},
"isDraft": {
"type": "boolean"
},
"isRead": {
"type": "boolean"
},
"isReadReceiptRequested": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"parentFolderId": {
"type": "string"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"sentDateTime": {
"type": "string"
},
"subject": {
"type": "string"
},
"toRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"webLink": {
"type": "string"
}
},
"version": 2
"version": 3
}

View File

@@ -24,28 +24,17 @@
"type": "string"
}
},
"ccRecipients": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"conversationId": {
"type": "string"
},
"flag": {
"type": "object",
"properties": {
"flagStatus": {
"type": "string"
}
}
},
"from": {
"type": "object",
"properties": {
@@ -68,6 +57,34 @@
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"isRead": {
"type": "boolean"
},
"receivedDateTime": {
"type": "string"
},
"replyTo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
},
"sender": {
"type": "object",
"properties": {
@@ -84,6 +101,9 @@
}
}
},
"subject": {
"type": "string"
},
"toRecipients": {
"type": "array",
"items": {
@@ -104,5 +124,5 @@
}
}
},
"version": 2
"version": 3
}

View File

@@ -1,13 +1,14 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"text": {
"type": "string"
}
}
}
}
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"approved": {
"type": "boolean"
}
}
}
},
"version": 1
}

View File

@@ -12,7 +12,19 @@
},
"id": {
"type": "string"
},
"isInline": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"version": 1
"version": 2
}

View File

@@ -0,0 +1,44 @@
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"blobType": {
"type": "string"
},
"contentLength": {
"type": "integer"
},
"contentMD5": {
"type": "string"
},
"contentType": {
"type": "string"
},
"creationTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"lastModified": {
"type": "string"
},
"leaseState": {
"type": "string"
},
"leaseStatus": {
"type": "string"
},
"serverEncrypted": {
"type": "boolean"
}
}
}
},
"version": 1
}

View File

@@ -18,10 +18,7 @@
},
"tenantId": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
"version": 2
}

View File

@@ -15,15 +15,31 @@
}
}
},
"categories": {
"type": "array",
"items": {
"type": "string"
"completedDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"createdDateTime": {
"type": "string"
},
"dueDateTime": {
"type": "object",
"properties": {
"dateTime": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},
"hasAttachments": {
"type": "boolean"
},
@@ -46,5 +62,5 @@
"type": "string"
}
},
"version": 1
"version": 2
}