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,42 @@
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"facebook_id": {
"type": "null"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"name": {
"type": "string"
},
"org_contact_id": {
"type": "integer"
},
"time_zone": {
"type": "string"
},
"twitter_id": {
"type": "null"
},
"updated_at": {
"type": "string"
},
"visitor_id": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,71 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "object",
"properties": {
"cf_reference_number": {
"type": "null"
}
}
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"nr_due_by": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"support_email": {
"type": "null"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"to_emails": {
"type": "null"
},
"updated_at": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,116 @@
{
"type": "object",
"properties": {
"association_type": {
"type": "null"
},
"attachments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attachment_url": {
"type": "string"
},
"content_type": {
"type": "string"
},
"created_at": {
"type": "string"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"size": {
"type": "integer"
},
"updated_at": {
"type": "string"
}
}
}
},
"cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"created_at": {
"type": "string"
},
"description": {
"type": "string"
},
"description_text": {
"type": "string"
},
"due_by": {
"type": "string"
},
"fr_due_by": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"fwd_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"reply_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"source_additional_info": {
"type": "null"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ticket_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"updated_at": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,75 @@
{
"type": "object",
"properties": {
"cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"created_at": {
"type": "string"
},
"fr_escalated": {
"type": "boolean"
},
"fwd_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "integer"
},
"is_escalated": {
"type": "boolean"
},
"nr_due_by": {
"type": "null"
},
"nr_escalated": {
"type": "boolean"
},
"priority": {
"type": "integer"
},
"reply_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"requester_id": {
"type": "integer"
},
"source": {
"type": "integer"
},
"spam": {
"type": "boolean"
},
"status": {
"type": "integer"
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ticket_cc_emails": {
"type": "array",
"items": {
"type": "string"
}
},
"updated_at": {
"type": "string"
}
},
"version": 1
}