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,145 @@
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"completed": {
"type": "boolean"
},
"completed_at": {
"type": "null"
},
"completed_by": {
"type": "null"
},
"created_at": {
"type": "string"
},
"current_status": {
"type": "null"
},
"current_status_update": {
"type": "null"
},
"default_access_level": {
"type": "string"
},
"default_view": {
"type": "string"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"icon": {
"type": "string"
},
"members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"minimum_access_level_for_customization": {
"type": "string"
},
"minimum_access_level_for_sharing": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"permalink_url": {
"type": "string"
},
"privacy_setting": {
"type": "string"
},
"public": {
"type": "boolean"
},
"resource_type": {
"type": "string"
},
"start_on": {
"type": "null"
},
"team": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"version": 1
}
@@ -0,0 +1,415 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"archived": {
"type": "boolean"
},
"completed": {
"type": "boolean"
},
"completed_at": {
"type": "null"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"color",
"enabled",
"name",
"resource_type"
]
}
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"is_value_read_only": {
"type": "boolean"
},
"type": {
"type": "string"
}
},
"required": [
"gid",
"enabled",
"name",
"description",
"created_by",
"display_value",
"resource_subtype",
"resource_type",
"is_formula_field",
"is_value_read_only",
"type"
]
}
},
"custom_field_settings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"custom_field": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"color",
"enabled",
"name",
"resource_type"
]
}
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
},
"privacy_setting": {
"type": "string"
},
"default_access_level": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"precision": {
"type": "integer"
}
},
"required": [
"gid",
"name",
"resource_subtype",
"resource_type",
"type",
"is_formula_field"
]
},
"is_important": {
"type": "boolean"
},
"parent": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"project": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"custom_field",
"is_important",
"parent",
"project",
"resource_type"
]
}
},
"default_access_level": {
"type": "string"
},
"default_view": {
"type": "string"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
}
},
"members": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
}
},
"minimum_access_level_for_customization": {
"type": "string"
},
"minimum_access_level_for_sharing": {
"type": "string"
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"permalink_url": {
"type": "string"
},
"privacy_setting": {
"type": "string"
},
"public": {
"type": "boolean"
},
"resource_type": {
"type": "string"
},
"team": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"required": [
"gid",
"name",
"resource_type"
]
}
},
"required": [
"gid",
"archived",
"color",
"completed",
"completed_at",
"created_at",
"current_status",
"current_status_update",
"custom_fields",
"default_access_level",
"default_view",
"due_on",
"due_date",
"followers",
"members",
"minimum_access_level_for_customization",
"minimum_access_level_for_sharing",
"modified_at",
"name",
"notes",
"owner",
"permalink_url",
"privacy_setting",
"public",
"resource_type",
"start_on",
"team",
"workspace"
],
"version": 1
}
@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,183 @@
{
"type": "object",
"properties": {
"actual_time_minutes": {
"type": "integer"
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"enum_value": {
"type": "null"
},
"gid": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"name": {
"type": "string"
},
"number_value": {
"type": "null"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"parent": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"permalink_url": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"start_on": {
"type": "null"
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"version": 1
}
@@ -0,0 +1,18 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"version": 2
}
@@ -0,0 +1,272 @@
{
"type": "object",
"properties": {
"actual_time_minutes": {
"type": "integer"
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"enum_value": {
"type": "null"
},
"gid": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"hearts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
},
"liked": {
"type": "boolean"
},
"likes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"project": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"section": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"parent": {
"type": "null"
},
"permalink_url": {
"type": "string"
},
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"start_on": {
"type": "null"
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"version": 1
}
@@ -0,0 +1,253 @@
{
"type": "object",
"properties": {
"assignee": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"description": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"is_formula_field": {
"type": "boolean"
},
"is_value_read_only": {
"type": "boolean"
},
"multi_enum_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"project": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"section": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"permalink_url": {
"type": "string"
},
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"version": 1
}
@@ -0,0 +1,18 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}
@@ -0,0 +1,18 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,238 @@
{
"type": "object",
"properties": {
"actual_time_minutes": {
"type": "integer"
},
"assignee": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"assignee_status": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"enabled": {
"type": "boolean"
},
"enum_options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"precision": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"due_at": {
"type": "null"
},
"followers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"memberships": {
"type": "array",
"items": {
"type": "object",
"properties": {
"project": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"section": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
}
},
"modified_at": {
"type": "string"
},
"name": {
"type": "string"
},
"notes": {
"type": "string"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"permalink_url": {
"type": "string"
},
"projects": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"start_at": {
"type": "null"
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"workspace": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
},
"version": 1
}
@@ -0,0 +1,79 @@
{
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"created_by": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"gid": {
"type": "string"
},
"hearted": {
"type": "boolean"
},
"is_editable": {
"type": "boolean"
},
"is_edited": {
"type": "boolean"
},
"is_pinned": {
"type": "boolean"
},
"liked": {
"type": "boolean"
},
"num_hearts": {
"type": "integer"
},
"num_likes": {
"type": "integer"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"source": {
"type": "string"
},
"target": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_subtype": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
},
"text": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,9 @@
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
},
"version": 1
}
@@ -0,0 +1,35 @@
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"workspaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
},
"version": 1
}
@@ -0,0 +1,15 @@
{
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
},
"version": 1
}