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
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:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "null"
|
||||
},
|
||||
"default_source": {
|
||||
"type": "null"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"discount": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"default_payment_method": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"next_invoice_sequence": {
|
||||
"type": "integer"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"footer": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"discount": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Telefone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_invoice_sequence": {
|
||||
"type": "integer"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user