first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"email": {
"type": "string"
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"membershipType": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,30 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"membershipType": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,27 @@
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"isArchived": {
"type": "boolean"
},
"membershipType": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 3
}
@@ -0,0 +1,110 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "object",
"properties": {
"channelId": {
"type": "string"
},
"teamId": {
"type": "string"
}
}
},
"chatId": {
"type": "null"
},
"createdDateTime": {
"type": "string"
},
"deletedDateTime": {
"type": "null"
},
"etag": {
"type": "string"
},
"eventDetail": {
"type": "null"
},
"from": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastEditedDateTime": {
"type": "null"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"messageType": {
"type": "string"
},
"onBehalfOf": {
"type": "null"
},
"policyViolation": {
"type": "null"
},
"subject": {
"type": "null"
},
"summary": {
"type": "null"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,208 @@
{
"type": "object",
"properties": {
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
},
"id": {
"type": "string"
},
"teamsAppId": {
"type": "null"
},
"thumbnailUrl": {
"type": "null"
}
}
}
},
"body": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "object",
"properties": {
"channelId": {
"type": "string"
},
"teamId": {
"type": "string"
}
}
},
"chatId": {
"type": "null"
},
"createdDateTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"from": {
"type": "object",
"properties": {
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"mentions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"mentioned": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"conversation": {
"type": "null"
},
"device": {
"type": "null"
},
"tag": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"mentionText": {
"type": "string"
}
}
}
},
"messageType": {
"type": "string"
},
"policyViolation": {
"type": "null"
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"reactionContentUrl": {
"type": "null"
},
"reactionType": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "null"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
}
}
}
},
"replyToId": {
"type": "null"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,102 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "null"
},
"chatId": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"deletedDateTime": {
"type": "null"
},
"etag": {
"type": "string"
},
"eventDetail": {
"type": "null"
},
"from": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastEditedDateTime": {
"type": "null"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"messageType": {
"type": "string"
},
"policyViolation": {
"type": "null"
},
"replyToId": {
"type": "null"
},
"subject": {
"type": "null"
},
"summary": {
"type": "null"
},
"webUrl": {
"type": "null"
}
},
"version": 1
}
@@ -0,0 +1,215 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
},
"contentUrl": {
"type": "null"
},
"id": {
"type": "string"
},
"name": {
"type": "null"
},
"teamsAppId": {
"type": "null"
},
"thumbnailUrl": {
"type": "null"
}
}
}
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "null"
},
"chatId": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"from": {
"type": "object",
"properties": {
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastEditedDateTime": {
"type": "null"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"mentions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"mentioned": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"applicationIdentityType": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
}
}
},
"conversation": {
"type": "null"
},
"device": {
"type": "null"
},
"tag": {
"type": "null"
},
"user": {
"type": "null"
}
}
},
"mentionText": {
"type": "string"
}
}
}
},
"messageType": {
"type": "string"
},
"policyViolation": {
"type": "null"
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"reactionContentUrl": {
"type": "null"
},
"reactionType": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "null"
},
"id": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
}
}
}
},
"replyToId": {
"type": "null"
},
"summary": {
"type": "null"
},
"webUrl": {
"type": "null"
}
},
"version": 1
}
@@ -0,0 +1,169 @@
{
"type": "object",
"properties": {
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"contentType": {
"type": "string"
},
"id": {
"type": "string"
},
"teamsAppId": {
"type": "null"
},
"thumbnailUrl": {
"type": "null"
}
}
}
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "null"
},
"chatId": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"etag": {
"type": "string"
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"mentions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"mentioned": {
"type": "object",
"properties": {
"device": {
"type": "null"
},
"tag": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"mentionText": {
"type": "string"
}
}
}
},
"messageType": {
"type": "string"
},
"policyViolation": {
"type": "null"
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"reactionContentUrl": {
"type": "null"
},
"reactionType": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "null"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
}
}
}
},
"replyToId": {
"type": "null"
},
"webUrl": {
"type": "null"
}
},
"version": 1
}
@@ -0,0 +1,14 @@
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"approved": {
"type": "boolean"
}
}
}
},
"version": 2
}
@@ -0,0 +1,93 @@
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"activeChecklistItemCount": {
"type": "integer"
},
"assigneePriority": {
"type": "string"
},
"bucketId": {
"type": "string"
},
"checklistItemCount": {
"type": "integer"
},
"completedBy": {
"type": "null"
},
"completedDateTime": {
"type": "null"
},
"conversationThreadId": {
"type": "null"
},
"createdBy": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
}
}
},
"createdDateTime": {
"type": "string"
},
"hasDescription": {
"type": "boolean"
},
"id": {
"type": "string"
},
"orderHint": {
"type": "string"
},
"percentComplete": {
"type": "integer"
},
"planId": {
"type": "string"
},
"previewType": {
"type": "string"
},
"priority": {
"type": "integer"
},
"referenceCount": {
"type": "integer"
},
"startDateTime": {
"type": "null"
},
"title": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,75 @@
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"activeChecklistItemCount": {
"type": "integer"
},
"assigneePriority": {
"type": "string"
},
"checklistItemCount": {
"type": "integer"
},
"createdBy": {
"type": "object",
"properties": {
"application": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
"displayName": {
"type": "null"
},
"id": {
"type": "string"
}
}
}
}
},
"createdDateTime": {
"type": "string"
},
"hasDescription": {
"type": "boolean"
},
"id": {
"type": "string"
},
"orderHint": {
"type": "string"
},
"percentComplete": {
"type": "integer"
},
"planId": {
"type": "string"
},
"previewType": {
"type": "string"
},
"priority": {
"type": "integer"
},
"referenceCount": {
"type": "integer"
},
"title": {
"type": "string"
}
},
"version": 1
}