Skip to content

Commit 331bfa4

Browse files
committed
Auto-update API documentation and OpenAPI specs [skip ci]
- openapi-customer.json: full Customer API (powers 'API Reference' tab) - openapi-partners.json: internal source, downloaded fresh each run and kept untracked (gitignored); never published - openapi-partners-public.json: curated public Partner endpoints with MCP enabled (powers 'API Reference - Partners' tab) - Regenerated Customer API reference pages - Sources: https://api-doc.trykintsugi.com/openapi.json and https://api.trykintsugi.com/openapi.json
1 parent 870e20a commit 331bfa4

1 file changed

Lines changed: 47 additions & 197 deletions

File tree

openapi-partners-public.json

Lines changed: 47 additions & 197 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,25 @@
17191719
"description": "Filter customers by source (comma-separated)",
17201720
"example": "SHOPIFY,API"
17211721
},
1722+
{
1723+
"name": "connection_id__in",
1724+
"in": "query",
1725+
"required": false,
1726+
"schema": {
1727+
"anyOf": [
1728+
{
1729+
"type": "string"
1730+
},
1731+
{
1732+
"type": "null"
1733+
}
1734+
],
1735+
"description": "Filter customers by connection ID (comma-separated)",
1736+
"title": "Connection Id In"
1737+
},
1738+
"description": "Filter customers by connection ID (comma-separated)",
1739+
"example": "conn_abc123,conn_def456"
1740+
},
17221741
{
17231742
"name": "order_by",
17241743
"in": "query",
@@ -19096,7 +19115,7 @@
1909619115
},
1909719116
"status": {
1909819117
"$ref": "#/components/schemas/RegistrationStatusEnum",
19099-
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION."
19118+
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION, SELF_MANAGED."
1910019119
},
1910119120
"country_code": {
1910219121
"$ref": "#/components/schemas/CountryCodeEnum",
@@ -20181,6 +20200,25 @@
2018120200
"title": "ApproveResponse",
2018220201
"description": "Response for a successful certificate approval."
2018320202
},
20203+
"ArchiveByIdsRequest": {
20204+
"properties": {
20205+
"transaction_ids": {
20206+
"items": {
20207+
"type": "string"
20208+
},
20209+
"type": "array",
20210+
"maxItems": 500,
20211+
"minItems": 1,
20212+
"title": "Transaction Ids"
20213+
}
20214+
},
20215+
"type": "object",
20216+
"required": [
20217+
"transaction_ids"
20218+
],
20219+
"title": "ArchiveByIdsRequest",
20220+
"description": "Request body for archiving transactions by their IDs."
20221+
},
2018420222
"ArchiveTransactionsRequest": {
2018520223
"properties": {
2018620224
"archive_all": {
@@ -20212,7 +20250,10 @@
2021220250
"state": {
2021320251
"anyOf": [
2021420252
{
20215-
"type": "string"
20253+
"items": {
20254+
"type": "string"
20255+
},
20256+
"type": "array"
2021620257
},
2021720258
{
2021820259
"type": "null"
@@ -30584,84 +30625,6 @@
3058430625
"type": "object",
3058530626
"title": "CustomerUpdate"
3058630627
},
30587-
"DNSDebugResponse": {
30588-
"properties": {
30589-
"timestamp": {
30590-
"type": "string",
30591-
"title": "Timestamp"
30592-
},
30593-
"url_tests": {
30594-
"items": {
30595-
"$ref": "#/components/schemas/URLTestResult"
30596-
},
30597-
"type": "array",
30598-
"title": "Url Tests"
30599-
},
30600-
"dns_tests": {
30601-
"items": {
30602-
"$ref": "#/components/schemas/DNSResult"
30603-
},
30604-
"type": "array",
30605-
"title": "Dns Tests"
30606-
},
30607-
"summary": {
30608-
"additionalProperties": true,
30609-
"type": "object",
30610-
"title": "Summary"
30611-
}
30612-
},
30613-
"type": "object",
30614-
"required": [
30615-
"timestamp",
30616-
"url_tests",
30617-
"dns_tests",
30618-
"summary"
30619-
],
30620-
"title": "DNSDebugResponse",
30621-
"description": "Complete response for DNS debugging endpoint"
30622-
},
30623-
"DNSResult": {
30624-
"properties": {
30625-
"hostname": {
30626-
"type": "string",
30627-
"title": "Hostname"
30628-
},
30629-
"success": {
30630-
"type": "boolean",
30631-
"title": "Success"
30632-
},
30633-
"records": {
30634-
"items": {
30635-
"type": "string"
30636-
},
30637-
"type": "array",
30638-
"title": "Records"
30639-
},
30640-
"error": {
30641-
"anyOf": [
30642-
{
30643-
"type": "string"
30644-
},
30645-
{
30646-
"type": "null"
30647-
}
30648-
],
30649-
"title": "Error"
30650-
},
30651-
"method": {
30652-
"type": "string",
30653-
"title": "Method"
30654-
}
30655-
},
30656-
"type": "object",
30657-
"required": [
30658-
"hostname",
30659-
"success",
30660-
"method"
30661-
],
30662-
"title": "DNSResult",
30663-
"description": "Result of a DNS lookup operation"
30664-
},
3066530628
"DashboardOverviewChartType": {
3066630629
"type": "string",
3066730630
"enum": [
@@ -30756,10 +30719,6 @@
3075630719
"type": "integer",
3075730720
"title": "Needs Tax Collection Enable Connections Count"
3075830721
},
30759-
"needs_mark_as_tax_collecting_count": {
30760-
"type": "integer",
30761-
"title": "Needs Mark As Tax Collecting Count"
30762-
},
3076330722
"read_only_sources_to_enable_tax_collection_count": {
3076430723
"type": "integer",
3076530724
"title": "Read Only Sources To Enable Tax Collection Count"
@@ -30777,7 +30736,6 @@
3077730736
"needs_update_connections_count",
3077830737
"expired_exemptions_count",
3077930738
"needs_tax_collection_enable_connections_count",
30780-
"needs_mark_as_tax_collecting_count",
3078130739
"read_only_sources_to_enable_tax_collection_count"
3078230740
],
3078330741
"title": "DashboardOverviewTasksData"
@@ -45341,20 +45299,6 @@
4534145299
],
4534245300
"title": "OrganizationExperienceTasks"
4534345301
},
45344-
"OrganizationFilingUiSettingsResponse": {
45345-
"properties": {
45346-
"enable_new_filing_ui": {
45347-
"type": "boolean",
45348-
"title": "Enable New Filing Ui"
45349-
}
45350-
},
45351-
"type": "object",
45352-
"required": [
45353-
"enable_new_filing_ui"
45354-
],
45355-
"title": "OrganizationFilingUiSettingsResponse",
45356-
"description": "Subset of org settings exposed to all members for filing UI routing."
45357-
},
4535845302
"OrganizationImportUiSettingsResponse": {
4535945303
"properties": {
4536045304
"file_upload_v2_enabled": {
@@ -45714,17 +45658,6 @@
4571445658
"type": "boolean",
4571545659
"title": "Enable New Auto Filing Experience"
4571645660
},
45717-
"enable_new_filing_ui": {
45718-
"anyOf": [
45719-
{
45720-
"type": "boolean"
45721-
},
45722-
{
45723-
"type": "null"
45724-
}
45725-
],
45726-
"title": "Enable New Filing Ui"
45727-
},
4572845661
"prefer_collected_tax_amounts": {
4572945662
"type": "boolean",
4573045663
"title": "Prefer Collected Tax Amounts"
@@ -45821,7 +45754,6 @@
4582145754
"product_category_version",
4582245755
"oss_scheme",
4582345756
"enable_new_auto_filing_experience",
45824-
"enable_new_filing_ui",
4582545757
"prefer_collected_tax_amounts",
4582645758
"special_tax_circumstances",
4582745759
"enabled_jurisdictions",
@@ -45879,17 +45811,6 @@
4587945811
],
4588045812
"title": "Enable New Auto Filing Experience"
4588145813
},
45882-
"enable_new_filing_ui": {
45883-
"anyOf": [
45884-
{
45885-
"type": "boolean"
45886-
},
45887-
{
45888-
"type": "null"
45889-
}
45890-
],
45891-
"title": "Enable New Filing Ui"
45892-
},
4589345814
"prefer_collected_tax_amounts": {
4589445815
"anyOf": [
4589545816
{
@@ -46079,17 +46000,6 @@
4607946000
"type": "boolean",
4608046001
"title": "Enable New Auto Filing Experience"
4608146002
},
46082-
"enable_new_filing_ui": {
46083-
"anyOf": [
46084-
{
46085-
"type": "boolean"
46086-
},
46087-
{
46088-
"type": "null"
46089-
}
46090-
],
46091-
"title": "Enable New Filing Ui"
46092-
},
4609346003
"prefer_collected_tax_amounts": {
4609446004
"type": "boolean",
4609546005
"title": "Prefer Collected Tax Amounts"
@@ -46150,7 +46060,6 @@
4615046060
"product_category_version",
4615146061
"oss_scheme",
4615246062
"enable_new_auto_filing_experience",
46153-
"enable_new_filing_ui",
4615446063
"prefer_collected_tax_amounts",
4615546064
"special_tax_circumstances",
4615646065
"enabled_jurisdictions"
@@ -52517,7 +52426,7 @@
5251752426
},
5251852427
"status": {
5251952428
"$ref": "#/components/schemas/RegistrationStatusEnum",
52520-
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION."
52429+
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION, SELF_MANAGED."
5252152430
},
5252252431
"country_code": {
5252352432
"$ref": "#/components/schemas/CountryCodeEnum",
@@ -53942,7 +53851,7 @@
5394253851
},
5394353852
"status": {
5394453853
"$ref": "#/components/schemas/RegistrationStatusEnum",
53945-
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION."
53854+
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION, SELF_MANAGED."
5394653855
},
5394753856
"country_code": {
5394853857
"$ref": "#/components/schemas/CountryCodeEnum",
@@ -54351,7 +54260,7 @@
5435154260
},
5435254261
"status": {
5435354262
"$ref": "#/components/schemas/RegistrationStatusEnum",
54354-
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION."
54263+
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION, SELF_MANAGED."
5435554264
},
5435654265
"country_code": {
5435754266
"$ref": "#/components/schemas/CountryCodeEnum",
@@ -54840,7 +54749,7 @@
5484054749
},
5484154750
"status": {
5484254751
"$ref": "#/components/schemas/RegistrationStatusEnum",
54843-
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION."
54752+
"description": "The current status of the registration. Possible values: REGISTERED, PROCESSING, UNREGISTERED, DEREGISTERING, DEREGISTERED, CANCELLED, VALIDATING, AWAITING_CLARIFICATION, SELF_MANAGED."
5484454753
},
5484554754
"username": {
5484654755
"anyOf": [
@@ -64330,65 +64239,6 @@
6433064239
],
6433164240
"title": "TreatmentEnum"
6433264241
},
64333-
"URLTestResult": {
64334-
"properties": {
64335-
"url": {
64336-
"type": "string",
64337-
"title": "Url"
64338-
},
64339-
"success": {
64340-
"type": "boolean",
64341-
"title": "Success"
64342-
},
64343-
"status_code": {
64344-
"anyOf": [
64345-
{
64346-
"type": "integer"
64347-
},
64348-
{
64349-
"type": "null"
64350-
}
64351-
],
64352-
"title": "Status Code"
64353-
},
64354-
"response_time_ms": {
64355-
"anyOf": [
64356-
{
64357-
"type": "number"
64358-
},
64359-
{
64360-
"type": "null"
64361-
}
64362-
],
64363-
"title": "Response Time Ms"
64364-
},
64365-
"error": {
64366-
"anyOf": [
64367-
{
64368-
"type": "string"
64369-
},
64370-
{
64371-
"type": "null"
64372-
}
64373-
],
64374-
"title": "Error"
64375-
},
64376-
"headers": {
64377-
"additionalProperties": {
64378-
"type": "string"
64379-
},
64380-
"type": "object",
64381-
"title": "Headers"
64382-
}
64383-
},
64384-
"type": "object",
64385-
"required": [
64386-
"url",
64387-
"success"
64388-
],
64389-
"title": "URLTestResult",
64390-
"description": "Result of testing a URL endpoint"
64391-
},
6439264242
"UiOrganizationCreate": {
6439364243
"properties": {
6439464244
"name": {

0 commit comments

Comments
 (0)