Skip to content

chore: 🐝 Update SDK - Generate Python SDK 0.13.0 - #23

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1787962967
Open

chore: 🐝 Update SDK - Generate Python SDK 0.13.0#23
github-actions[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1787962967

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 29, 2026

Copy link
Copy Markdown

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • sdk.nexus.delete_physical_nexus(): request.x_organization_id Added (Breaking ⚠️)
  • sdk.transactions.create_credit_note():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.customers.list():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.customers.create():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.customers.get():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.tax_estimation.estimate():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error Changed
  • sdk.transactions.update_credit_note():
    • request Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.nexus.get_all():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.transactions.get_by_filing_id():
    • request.x_organization_id Added (Breaking ⚠️)
    • response.[] Changed (Breaking ⚠️)
  • sdk.customers.update():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.customers.get_by_external_id():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.customers.get_transactions():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.customers.create_transaction():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.exemptions.list():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.exemptions.create():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.exemptions.get():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.exemptions.upload_certificate(): request Changed (Breaking ⚠️)
  • sdk.exemptions.list_attachments(): request.x_organization_id Added (Breaking ⚠️)
  • sdk.filings.get_all():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.filings.get():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.filings.get_by_registration_id():
    • request.x_organization_id Added (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.nexus.get_physical():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.nexus.create_physical():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.nexus.update_physical_nexus():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.address_validation.suggestions(): request Changed (Breaking ⚠️)
  • sdk.address_validation.search():
    • request Changed (Breaking ⚠️)
    • response.[] Changed (Breaking ⚠️)
  • sdk.products.get_products_v1_products_get():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.products.create_product_v1_products_post():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.products.get_product_categories_v1_products_categories_get(): request.x_organization_id Added (Breaking ⚠️)
  • sdk.products.retrieve():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.products.update():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.registrations.get_all():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.registrations.create():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.registrations.get():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.registrations.update():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.registrations.deregister():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.transactions.list():
    • request Changed (Breaking ⚠️)
    • response.items[] Changed (Breaking ⚠️)
  • sdk.transactions.create():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.transactions.get_by_external_id():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.transactions.update():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
    • error.detail[] Changed (Breaking ⚠️)
  • sdk.transactions.get_by_id():
    • request.x_organization_id Added (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • sdk.nexus.get_nexus_details_for_id_v1_nexus_nexus_id_get(): Added
  • sdk.nexus.get_physical_nexus_categories_v1_nexus_physical_nexus_categories_get(): Added
  • sdk.filings.approve_filing_v1_filings_filing_id_approve_put(): Added
  • sdk.customer_tax_registration.upsert_customer_tax_registration_v1_customers_customer_id_tax_registrations_post(): Added
  • sdk.registrations.get_jurisdiction_specific_fields_v1_registrations_jurisdiction_specific_fields_get(): Added
  • sdk.registrations.list_registration_jurisdictions_v1_registrations_jurisdictions_get(): Added
  • sdk.registrations.upload_registration_attachment_v1_registrations_registration_id_attachments_post(): Added
  • sdk.registrations.get_oss_countries_for_registration_v1_registrations_registration_id_oss_countries_get(): Added
  • sdk.transactions.archive_transaction_by_id_v1_transactions_archive_post(): Added

View full SDK changelog

OpenAPI Change Summary
├──[🔀] openapi (1:10)❌ 
├─┬Info
│ ├──[🔀] title (3:10)
│ ├──[+] description (6:16)
│ └─┬Extensions
│   ├──[+] x-spec-synced-at (5:21)
│   ├──[+] x-spec-source (7:18)
│   └──[+] x-spec-checked-at (8:22)
├─┬Paths
│ ├──[+] path (727:3)
│ ├──[+] path (2562:3)
│ ├──[+] path (4870:3)
│ ├──[+] path (5807:3)
│ ├──[+] path (2339:3)
│ ├──[+] path (4736:3)
│ ├──[+] path (4488:3)
│ ├──[+] path (4438:3)
│ ├──[+] path (1924:3)
│ ├─┬/v1/transactions/{transaction_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (6257:17)❌ 
│ │ │ ├──[-] security (3828:11)❌ 
│ │ │ ├──[+] security (6247:11)
│ │ │ └──[🔀] summary (6243:16)
│ │ └─┬PUT
│ │   ├──[+] parameters (6425:17)❌ 
│ │   ├──[-] security (3781:11)❌ 
│ │   ├──[+] security (6417:11)
│ │   └──[🔀] summary (6413:16)
│ ├─┬/v1/address_validation/suggestions
│ │ └─┬POST
│ │   ├──[+] parameters (107:9)❌ 
│ │   ├──[-] security (101:11)❌ 
│ │   └──[+] security (105:11)
│ ├─┬/v1/customers/external/{external_id}
│ │ └─┬GET
│ │   ├──[+] parameters (492:17)❌ 
│ │   ├──[-] security (582:11)❌ 
│ │   ├──[+] security (481:11)
│ │   └──[🔀] summary (477:16)
│ ├─┬/v1/transactions/filings/{filing_id}
│ │ └─┬GET
│ │   ├──[+] parameters (6035:17)❌ 
│ │   ├──[-] security (3989:11)❌ 
│ │   ├──[+] security (6025:11)
│ │   └──[🔀] summary (6021:16)
│ ├─┬/v1/registrations
│ │ ├─┬GET
│ │ │ ├──[+] parameters (3201:17)❌ 
│ │ │ ├──[+] parameters (3242:17)❌ 
│ │ │ ├──[-] security (2480:11)❌ 
│ │ │ ├──[+] security (3160:11)
│ │ │ ├──[🔀] summary (3156:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] items (2515:15)❌ 
│ │ │ │   ├──[-] type (2513:19)❌ 
│ │ │ │   ├──[+] title (3199:20)
│ │ │ │   ├──[+] anyOf (3192:17)
│ │ │ │   └──[+] anyOf (3197:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2522:19)❌ 
│ │ │ │   ├──[+] title (3219:20)
│ │ │ │   ├──[+] anyOf (3216:17)
│ │ │ │   └──[+] anyOf (3217:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] default (3168:22)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[🔀] example (3261:17)
│ │ └─┬POST
│ │   ├──[+] parameters (3349:9)❌ 
│ │   ├──[-] security (2641:11)❌ 
│ │   ├──[+] security (3347:11)
│ │   ├──[🔀] summary (3343:16)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       ├──[+] examples (3595:17)
│ │       ├──[+] examples (3723:17)
│ │       ├──[+] examples (3822:17)
│ │       ├──[+] examples (4184:17)
│ │       ├──[+] examples (3484:17)
│ │       ├──[+] examples (3554:17)
│ │       ├──[+] examples (3704:17)
│ │       ├──[+] examples (3941:17)
│ │       ├──[+] examples (4164:17)
│ │       ├──[+] examples (4228:17)
│ │       ├──[+] examples (4295:17)
│ │       ├──[+] examples (3534:17)
│ │       ├──[+] examples (3637:17)
│ │       ├──[+] examples (3661:17)
│ │       ├──[+] examples (3783:17)
│ │       ├──[+] examples (3881:17)
│ │       ├──[+] examples (4102:17)
│ │       ├──[+] examples (3574:17)
│ │       ├──[+] examples (3744:17)
│ │       ├──[+] examples (3803:17)
│ │       ├──[+] examples (3960:17)
│ │       ├──[+] examples (3999:17)
│ │       ├──[+] examples (4042:17)
│ │       ├──[+] examples (4122:17)
│ │       ├──[+] examples (3505:17)
│ │       ├──[+] examples (3763:17)
│ │       ├──[+] examples (4204:17)
│ │       ├──[+] examples (4313:17)
│ │       ├──[+] examples (4353:17)
│ │       ├──[+] examples (3463:17)
│ │       ├──[+] examples (3900:17)
│ │       ├──[+] examples (4020:17)
│ │       ├──[+] examples (4062:17)
│ │       ├──[+] examples (4248:17)
│ │       ├──[+] examples (3442:17)
│ │       ├──[+] examples (3683:17)
│ │       ├──[+] examples (3841:17)
│ │       ├──[+] examples (4082:17)
│ │       ├──[+] examples (4274:17)
│ │       ├──[+] examples (4332:17)
│ │       ├──[+] examples (3617:17)
│ │       ├──[+] examples (3862:17)
│ │       ├──[+] examples (3920:17)
│ │       ├──[+] examples (3978:17)
│ │       ├──[+] examples (4144:17)
│ │       ├─┬Schema
│ │       │ ├──[-] discriminator (2653:17)❌ 
│ │       │ ├──[+] oneOf (10572:7)
│ │       │ ├──[+] oneOf (10752:7)
│ │       │ ├──[+] oneOf (10932:7)
│ │       │ ├──[+] oneOf (11120:7)
│ │       │ ├──[+] oneOf (11300:7)
│ │       │ ├──[+] oneOf (11480:7)
│ │       │ ├──[+] oneOf (11660:7)
│ │       │ ├──[+] oneOf (11840:7)
│ │       │ ├──[+] oneOf (12020:7)
│ │       │ ├──[+] oneOf (12200:7)
│ │       │ ├──[+] oneOf (12380:7)
│ │       │ ├──[+] oneOf (12560:7)
│ │       │ ├──[+] oneOf (12740:7)
│ │       │ ├──[+] oneOf (12920:7)
│ │       │ ├──[+] oneOf (13100:7)
│ │       │ ├──[+] oneOf (13280:7)
│ │       │ ├──[+] oneOf (13460:7)
│ │       │ ├──[+] oneOf (13640:7)
│ │       │ ├──[+] oneOf (13826:7)
│ │       │ ├──[+] oneOf (14006:7)
│ │       │ ├──[+] oneOf (14186:7)
│ │       │ ├──[+] oneOf (14366:7)
│ │       │ ├──[+] oneOf (14546:7)
│ │       │ ├──[+] oneOf (14726:7)
│ │       │ ├──[+] oneOf (14906:7)
│ │       │ ├──[+] oneOf (15086:7)
│ │       │ ├──[+] oneOf (15268:7)
│ │       │ ├──[+] oneOf (15304:7)
│ │       │ ├──[+] oneOf (15332:7)
│ │       │ ├──[+] oneOf (15512:7)
│ │       │ ├──[+] oneOf (15692:7)
│ │       │ ├──[+] oneOf (15878:7)
│ │       │ ├──[+] oneOf (16058:7)
│ │       │ ├──[+] oneOf (16238:7)
│ │       │ ├──[+] oneOf (16418:7)
│ │       │ ├──[+] oneOf (16598:7)
│ │       │ ├──[+] oneOf (16778:7)
│ │       │ ├──[+] oneOf (16958:7)
│ │       │ ├──[+] oneOf (17138:7)
│ │       │ ├──[+] oneOf (17318:7)
│ │       │ ├──[+] oneOf (17498:7)
│ │       │ ├──[+] oneOf (17678:7)
│ │       │ ├──[+] oneOf (17858:7)
│ │       │ ├──[+] oneOf (18038:7)
│ │       │ ├──[+] oneOf (18218:7)
│ │       │ ├──[+] oneOf (18398:7)
│ │       │ ├─┬ONEOF
│ │       │ │ └──[🔀] $ref (10027:9)❌ 
│ │       │ ├─┬ONEOF
│ │       │ │ └──[🔀] $ref (10207:9)❌ 
│ │       │ └─┬ONEOF
│ │       │   └──[🔀] $ref (10393:9)❌ 
│ │       ├─┬regular_legacy
│ │       │ └──[🔀] value (3417:19)
│ │       └─┬regular_new
│ │         └──[🔀] value (3430:19)
│ ├─┬/v1/customers/{customer_id}/transactions
│ │ ├─┬GET
│ │ │ ├──[+] parameters (791:17)❌ 
│ │ │ ├──[+] parameters (800:17)❌ 
│ │ │ ├──[+] parameters (809:17)❌ 
│ │ │ ├──[-] security (641:11)❌ 
│ │ │ ├──[+] security (783:11)
│ │ │ ├──[🔀] summary (779:16)
│ │ │ ├──[🔀] description (780:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         ├──[-] items (658:19)❌ 
│ │ │         ├──[-] type (656:23)❌ 
│ │ │         ├──[+] anyOf (827:21)
│ │ │         └──[+] anyOf (7709:7)
│ │ └─┬POST
│ │   ├──[+] parameters (854:17)❌ 
│ │   ├──[-] security (674:11)❌ 
│ │   ├──[+] security (846:11)
│ │   └──[🔀] summary (842:16)
│ ├─┬/v1/exemptions/{exemption_id}
│ │ └─┬GET
│ │   ├──[+] parameters (1224:17)❌ 
│ │   ├──[-] security (969:11)❌ 
│ │   ├──[+] security (1214:11)
│ │   └──[🔀] summary (1210:16)
│ ├─┬/v1/filings/{filing_id}
│ │ └─┬GET
│ │   ├──[+] parameters (1837:17)❌ 
│ │   ├──[-] security (1366:11)❌ 
│ │   ├──[+] security (1827:11)
│ │   └──[🔀] summary (1823:16)
│ ├─┬/v1/products/categories
│ │ └─┬GET
│ │   ├──[+] parameters (2889:9)❌ 
│ │   ├──[-] security (2240:11)❌ 
│ │   ├──[+] security (2887:11)
│ │   ├──[🔀] summary (2883:16)
│ │   └─┬Responses
│ │     ├─┬200
│ │     │ └─┬application/json
│ │     │   └─┬Schema
│ │     │     └──[🔀] $ref (9861:9)❌ 
│ │     └─┬422
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (9699:9)❌ 
│ ├─┬/v1/filings/registration/{registration_id}
│ │ └─┬GET
│ │   ├──[+] parameters (1732:17)❌ 
│ │   ├──[-] security (1461:11)❌ 
│ │   ├──[+] security (1701:11)
│ │   └──[🔀] summary (1697:16)
│ ├─┬/v1/nexus
│ │ └─┬GET
│ │   ├──[+] parameters (2078:17)❌ 
│ │   ├──[+] parameters (1993:17)❌ 
│ │   ├──[+] parameters (2020:17)❌ 
│ │   ├──[+] parameters (2036:17)❌ 
│ │   ├──[-] security (1928:11)❌ 
│ │   ├──[+] security (1972:11)
│ │   ├──[🔀] summary (1968:16)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1945:19)❌ 
│ │   │   ├──[+] title (1991:20)
│ │   │   ├──[+] anyOf (1988:17)
│ │   │   └──[+] anyOf (1989:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1968:19)❌ 
│ │   │   ├──[+] title (2052:20)
│ │   │   ├──[+] anyOf (2049:17)
│ │   │   └──[+] anyOf (2050:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1973:19)❌ 
│ │   │   ├──[+] title (2060:20)
│ │   │   ├──[+] anyOf (2058:17)
│ │   │   └──[+] anyOf (2059:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1952:19)❌ 
│ │   │   ├──[+] title (2011:20)
│ │   │   ├──[🔀] default (2010:22)❌ 
│ │   │   ├──[+] anyOf (2008:17)
│ │   │   └──[+] anyOf (2009:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1957:19)❌ 
│ │   │   ├──[+] title (2019:20)
│ │   │   ├──[+] anyOf (2017:17)
│ │   │   └──[+] anyOf (2018:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1962:19)❌ 
│ │   │   ├──[+] title (2035:20)
│ │   │   ├──[+] anyOf (2033:17)
│ │   │   └──[+] anyOf (2034:17)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (2095:17)❌ 
│ ├─┬/v1/customers
│ │ ├─┬GET
│ │ │ ├──[+] parameters (240:17)❌ 
│ │ │ ├──[+] parameters (283:17)❌ 
│ │ │ ├──[-] security (175:11)❌ 
│ │ │ ├──[+] security (190:11)
│ │ │ ├──[🔀] summary (186:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (183:19)❌ 
│ │ │ │   ├──[+] title (200:20)
│ │ │ │   ├──[+] anyOf (197:17)
│ │ │ │   └──[+] anyOf (198:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] items (193:15)❌ 
│ │ │ │   ├──[-] type (191:19)❌ 
│ │ │ │   ├──[+] title (215:20)
│ │ │ │   ├──[+] anyOf (208:17)
│ │ │ │   └──[+] anyOf (213:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (201:19)❌ 
│ │ │ │   ├──[+] title (226:20)
│ │ │ │   ├──[+] anyOf (223:17)
│ │ │ │   └──[+] anyOf (224:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (209:19)❌ 
│ │ │ │   ├──[+] title (237:20)
│ │ │ │   ├──[+] anyOf (234:17)
│ │ │ │   └──[+] anyOf (235:17)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[-] type (217:19)❌ 
│ │ │     ├──[+] title (259:20)
│ │ │     ├──[+] anyOf (256:17)
│ │ │     └──[+] anyOf (257:17)
│ │ └─┬POST
│ │   ├──[+] parameters (376:9)❌ 
│ │   ├──[-] security (321:11)❌ 
│ │   ├──[+] security (374:11)
│ │   └──[🔀] summary (370:16)
│ ├─┬/v1/transactions/{original_transaction_id}/credit_notes
│ │ └─┬POST
│ │   ├──[+] parameters (6142:17)❌ 
│ │   ├──[-] security (4088:11)❌ 
│ │   ├──[+] security (6134:11)
│ │   ├──[🔀] summary (6130:16)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[🔀] example (6160:15)
│ ├─┬/v1/customers/{customer_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (561:17)❌ 
│ │ │ ├──[-] security (417:11)❌ 
│ │ │ ├──[+] security (550:11)
│ │ │ └──[🔀] summary (546:16)
│ │ └─┬PUT
│ │   ├──[+] parameters (629:17)❌ 
│ │   ├──[-] security (476:11)❌ 
│ │   ├──[+] security (619:11)
│ │   └──[🔀] summary (615:16)
│ ├─┬/v1/tax/estimate
│ │ └─┬POST
│ │   ├──[+] parameters (4935:17)❌ 
│ │   ├──[-] security (4181:11)❌ 
│ │   ├──[+] security (4923:11)
│ │   ├──[🔀] summary (4919:16)
│ │   ├─┬Responses
│ │   │ ├──[+] codes (5097:11)
│ │   │ ├──[+] codes (5031:11)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     ├──[🔀] example (4983:17)
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (19277:9)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[🔀] example (4953:15)
│ ├─┬/v1/nexus/physical_nexus/{physical_nexus_id}
│ │ ├─┬PUT
│ │ │ ├──[+] parameters (2482:17)❌ 
│ │ │ ├──[-] security (1778:11)❌ 
│ │ │ ├──[+] security (2472:11)
│ │ │ └──[🔀] summary (2468:16)
│ │ └─┬DELETE
│ │   ├──[+] parameters (2410:17)❌ 
│ │   ├──[-] security (1865:11)❌ 
│ │   ├──[+] security (2400:11)
│ │   └──[🔀] summary (2396:16)
│ ├─┬/v1/products
│ │ ├─┬GET
│ │ │ ├──[+] parameters (2705:17)❌ 
│ │ │ ├──[+] parameters (2664:17)❌ 
│ │ │ ├──[-] security (2014:11)❌ 
│ │ │ ├──[+] security (2612:11)
│ │ │ ├──[🔀] summary (2608:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2043:19)❌ 
│ │ │ │   ├──[+] title (2652:20)
│ │ │ │   ├──[+] anyOf (2649:17)
│ │ │ │   └──[+] anyOf (2650:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2050:19)❌ 
│ │ │ │   ├──[+] title (2662:20)
│ │ │ │   ├──[+] anyOf (2659:17)
│ │ │ │   └──[+] anyOf (2660:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2057:19)❌ 
│ │ │ │   ├──[+] title (2682:20)
│ │ │ │   ├──[+] anyOf (2679:17)
│ │ │ │   └──[+] anyOf (2680:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2022:19)❌ 
│ │ │ │   ├──[+] title (2622:20)
│ │ │ │   ├──[+] anyOf (2619:17)
│ │ │ │   └──[+] anyOf (2620:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2029:19)❌ 
│ │ │ │   ├──[+] title (2632:20)
│ │ │ │   ├──[+] anyOf (2629:17)
│ │ │ │   └──[+] anyOf (2630:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (2036:19)❌ 
│ │ │ │   ├──[+] title (2642:20)
│ │ │ │   ├──[+] anyOf (2639:17)
│ │ │ │   └──[+] anyOf (2640:17)
│ │ │ └─┬Responses
│ │ │   └─┬422
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (9699:9)❌ 
│ │ └─┬POST
│ │   ├──[+] parameters (2797:9)❌ 
│ │   ├──[-] security (2159:11)❌ 
│ │   ├──[+] security (2795:11)
│ │   ├──[🔀] summary (2791:16)
│ │   ├──[🔀] description (2792:20)
│ │   └─┬Responses
│ │     └─┬422
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (9699:9)❌ 
│ ├─┬/v1/filings
│ │ └─┬GET
│ │   ├──[+] parameters (1537:17)❌ 
│ │   ├──[+] parameters (1548:17)❌ 
│ │   ├──[+] parameters (1580:17)❌ 
│ │   ├──[-] security (1163:11)❌ 
│ │   ├──[+] security (1438:11)
│ │   ├──[🔀] summary (1434:16)
│ │   ├─┬Parameters
│ │   │ ├──[🔀] example (1451:20)
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1172:19)❌ 
│ │   │   ├──[+] title (1449:20)
│ │   │   ├──[🔀] default (1448:22)❌ 
│ │   │   ├──[+] anyOf (1445:17)
│ │   │   └──[+] anyOf (1446:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1188:19)❌ 
│ │   │   ├──[+] title (1473:20)
│ │   │   ├──[+] anyOf (1469:17)
│ │   │   └──[+] anyOf (1471:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1196:19)❌ 
│ │   │   ├──[+] title (1485:20)
│ │   │   ├──[+] anyOf (1481:17)
│ │   │   └──[+] anyOf (1483:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1204:19)❌ 
│ │   │   ├──[+] title (1497:20)
│ │   │   ├──[+] anyOf (1493:17)
│ │   │   └──[+] anyOf (1495:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1212:19)❌ 
│ │   │   ├──[+] title (1508:20)
│ │   │   ├──[+] anyOf (1505:17)
│ │   │   └──[+] anyOf (1506:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1220:19)❌ 
│ │   │   ├──[+] title (1519:20)
│ │   │   ├──[+] anyOf (1516:17)
│ │   │   └──[+] anyOf (1517:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] type (1180:19)❌ 
│ │   │   ├──[+] title (1461:20)
│ │   │   ├──[+] anyOf (1457:17)
│ │   │   └──[+] anyOf (1459:17)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   ├──[-] items (1230:15)❌ 
│ │   │   ├──[-] type (1228:19)❌ 
│ │   │   ├──[+] title (1534:20)
│ │   │   ├──[+] anyOf (1527:17)
│ │   │   └──[+] anyOf (1532:17)
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[🔀] example (1599:17)
│ ├─┬/v1/products/{product_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (2985:17)❌ 
│ │ │ ├──[-] security (2317:11)❌ 
│ │ │ ├──[+] security (2975:11)
│ │ │ ├──[🔀] summary (2971:16)
│ │ │ └─┬Responses
│ │ │   └─┬422
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └──[🔀] $ref (9699:9)❌ 
│ │ └─┬PUT
│ │   ├──[+] parameters (3068:17)❌ 
│ │   ├──[-] security (2390:11)❌ 
│ │   ├──[+] security (3058:11)
│ │   ├──[🔀] summary (3054:16)
│ │   ├──[🔀] description (3055:20)
│ │   ├─┬Responses
│ │   │ └─┬422
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       └──[🔀] $ref (9699:9)❌ 
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[🔀] $ref (3084:15)❌ 
│ ├─┬/v1/transactions/{original_transaction_id}/credit_notes/{credit_note_id}
│ │ └─┬PUT
│ │   ├──[+] parameters (6209:17)❌ 
│ │   ├──[-] security (4139:11)❌ 
│ │   ├──[+] security (6195:11)
│ │   └──[🔀] summary (6191:16)
│ ├─┬/v1/exemptions
│ │ ├─┬GET
│ │ │ ├──[+] parameters (989:17)❌ 
│ │ │ ├──[+] parameters (1032:17)❌ 
│ │ │ ├──[-] security (711:11)❌ 
│ │ │ ├──[+] security (893:11)
│ │ │ ├──[🔀] summary (889:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (777:19)❌ 
│ │ │ │   ├──[+] title (986:20)
│ │ │ │   ├──[+] anyOf (983:17)
│ │ │ │   └──[+] anyOf (984:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] items (737:15)❌ 
│ │ │ │   ├──[-] type (735:19)❌ 
│ │ │ │   ├──[+] title (929:20)
│ │ │ │   ├──[+] anyOf (922:17)
│ │ │ │   └──[+] anyOf (927:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (753:19)❌ 
│ │ │ │   ├──[+] title (952:20)
│ │ │ │   ├──[+] anyOf (948:17)
│ │ │ │   └──[+] anyOf (950:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (769:19)❌ 
│ │ │ │   ├──[+] title (975:20)
│ │ │ │   ├──[+] anyOf (972:17)
│ │ │ │   └──[+] anyOf (973:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (786:19)❌ 
│ │ │ │   ├──[+] title (1009:20)
│ │ │ │   ├──[+] anyOf (1005:17)
│ │ │ │   └──[+] anyOf (1006:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (719:19)❌ 
│ │ │ │   ├──[+] title (903:20)
│ │ │ │   ├──[+] anyOf (900:17)
│ │ │ │   └──[+] anyOf (901:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (728:19)❌ 
│ │ │ │   ├──[+] title (915:20)
│ │ │ │   ├──[+] anyOf (911:17)
│ │ │ │   └──[+] anyOf (912:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (745:19)❌ 
│ │ │ │   ├──[+] title (940:20)
│ │ │ │   ├──[+] anyOf (937:17)
│ │ │ │   └──[+] anyOf (938:17)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[-] type (761:19)❌ 
│ │ │     ├──[+] title (964:20)
│ │ │     ├──[+] anyOf (960:17)
│ │ │     └──[+] anyOf (962:17)
│ │ └─┬POST
│ │   ├──[+] parameters (1109:9)❌ 
│ │   ├──[-] security (873:11)❌ 
│ │   ├──[+] security (1107:11)
│ │   └──[🔀] summary (1103:16)
│ ├─┬/v1/nexus/physical_nexus
│ │ ├─┬GET
│ │ │ ├──[+] parameters (2164:17)❌ 
│ │ │ ├──[-] security (1577:11)❌ 
│ │ │ ├──[+] security (2116:11)
│ │ │ ├──[🔀] summary (2112:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (1584:19)❌ 
│ │ │ │   ├──[+] title (2125:20)
│ │ │ │   ├──[+] anyOf (2123:17)
│ │ │ │   └──[+] anyOf (2124:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (1589:19)❌ 
│ │ │ │   ├──[+] title (2133:20)
│ │ │ │   ├──[+] anyOf (2131:17)
│ │ │ │   └──[+] anyOf (2132:17)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[-] type (1595:19)❌ 
│ │ │     ├──[+] title (2142:20)
│ │ │     ├──[+] anyOf (2139:17)
│ │ │     └──[+] anyOf (2140:17)
│ │ └─┬POST
│ │   ├──[+] parameters (2263:9)❌ 
│ │   ├──[-] security (1703:11)❌ 
│ │   ├──[+] security (2261:11)
│ │   └──[🔀] summary (2257:16)
│ ├─┬/v1/registrations/{registration_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (4562:17)❌ 
│ │ │ ├──[-] security (2771:11)❌ 
│ │ │ ├──[+] security (4542:11)
│ │ │ ├──[🔀] summary (4538:16)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[-] type (2787:19)❌ 
│ │ │     ├──[+] title (4560:20)
│ │ │     ├──[+] anyOf (4557:17)
│ │ │     └──[+] anyOf (4558:17)
│ │ └─┬PUT
│ │   ├──[+] parameters (4648:17)❌ 
│ │   ├──[-] security (2854:11)❌ 
│ │   ├──[+] security (4638:11)
│ │   ├──[🔀] summary (4634:16)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[🔀] example (4666:15)
│ ├─┬/v1/transactions/external/{external_id}
│ │ └─┬GET
│ │   ├──[+] parameters (5864:17)❌ 
│ │   ├──[-] security (3620:11)❌ 
│ │   ├──[+] security (5854:11)
│ │   └──[🔀] summary (5850:16)
│ ├─┬/v1/transactions
│ │ ├─┬GET
│ │ │ ├──[+] parameters (5335:17)❌ 
│ │ │ ├──[+] parameters (5201:17)❌ 
│ │ │ ├──[+] parameters (5282:17)❌ 
│ │ │ ├──[+] parameters (5293:17)❌ 
│ │ │ ├──[+] parameters (5303:17)❌ 
│ │ │ ├──[-] security (3029:11)❌ 
│ │ │ ├──[+] security (5114:11)
│ │ │ ├──[🔀] summary (5110:16)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3133:19)❌ 
│ │ │ │   ├──[+] title (5270:20)
│ │ │ │   ├──[+] anyOf (5267:17)
│ │ │ │   └──[+] anyOf (5268:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3140:19)❌ 
│ │ │ │   ├──[+] title (5280:20)
│ │ │ │   ├──[+] anyOf (5277:17)
│ │ │ │   └──[+] anyOf (5278:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3044:19)❌ 
│ │ │ │   ├──[+] title (5134:20)
│ │ │ │   ├──[+] anyOf (5131:17)
│ │ │ │   └──[+] anyOf (5132:17)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (5241:24)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3112:19)❌ 
│ │ │ │   ├──[+] title (5240:20)
│ │ │ │   ├──[🔀] description (5239:26)
│ │ │ │   ├──[+] anyOf (5237:17)
│ │ │ │   └──[+] anyOf (5238:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3051:19)❌ 
│ │ │ │   ├──[+] title (5144:20)
│ │ │ │   ├──[+] anyOf (5141:17)
│ │ │ │   └──[+] anyOf (5142:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3058:19)❌ 
│ │ │ │   ├──[+] title (5154:20)
│ │ │ │   ├──[+] anyOf (5151:17)
│ │ │ │   └──[+] anyOf (5152:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] items (3067:15)❌ 
│ │ │ │   ├──[-] type (3065:19)❌ 
│ │ │ │   ├──[+] title (5168:20)
│ │ │ │   ├──[+] anyOf (5161:17)
│ │ │ │   └──[+] anyOf (5166:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3097:19)❌ 
│ │ │ │   ├──[+] title (5219:20)
│ │ │ │   ├──[+] anyOf (5216:17)
│ │ │ │   └──[+] anyOf (5217:17)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (5251:24)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3119:19)❌ 
│ │ │ │   ├──[+] title (5250:20)
│ │ │ │   ├──[🔀] description (5249:26)
│ │ │ │   ├──[+] anyOf (5247:17)
│ │ │ │   └──[+] anyOf (5248:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3082:19)❌ 
│ │ │ │   ├──[+] title (5189:20)
│ │ │ │   ├──[+] anyOf (5185:17)
│ │ │ │   └──[+] anyOf (5186:17)
│ │ │ ├─┬Parameters
│ │ │ │ ├──[🔀] description (5200:24)
│ │ │ │ └─┬Schema
│ │ │ │   └──[🔀] $ref (5195:13)❌ 
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3037:19)❌ 
│ │ │ │   ├──[+] title (5124:20)
│ │ │ │   ├──[+] anyOf (5121:17)
│ │ │ │   └──[+] anyOf (5122:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3074:19)❌ 
│ │ │ │   ├──[+] title (5178:20)
│ │ │ │   ├──[+] anyOf (5175:17)
│ │ │ │   └──[+] anyOf (5176:17)
│ │ │ ├─┬Parameters
│ │ │ │ └─┬Schema
│ │ │ │   ├──[-] type (3105:19)❌ 
│ │ │ │   ├──[+] title (5230:20)
│ │ │ │   ├──[+] anyOf (5226:17)
│ │ │ │   └──[+] anyOf (5227:17)
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[-] type (3126:19)❌ 
│ │ │     ├──[+] title (5260:20)
│ │ │     ├──[+] anyOf (5257:17)
│ │ │     └──[+] anyOf (5258:17)
│ │ └─┬POST
│ │   ├──[+] parameters (5544:9)❌ 
│ │   ├──[-] security (3359:11)❌ 
│ │   ├──[+] security (5542:11)
│ │   ├──[🔀] summary (5538:16)
│ │   ├──[🔀] description (5539:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └──[🔀] example (5562:15)
│ ├─┬/v1/registrations/{registration_id}/deregister
│ │ └─┬POST
│ │   ├──[+] parameters (4801:17)❌ 
│ │   ├──[-] security (2951:11)❌ 
│ │   ├──[+] security (4790:11)
│ │   └──[🔀] summary (4786:16)
│ └─┬/v1/exemptions/{exemption_id}/attachments
│   ├─┬GET
│   │ ├──[+] parameters (1305:17)❌ 
│   │ ├──[-] security (1105:11)❌ 
│   │ ├──[+] security (1295:11)
│   │ └──[🔀] summary (1291:16)
│   └─┬POST
│     ├──[+] parameters (1372:17)❌ 
│     ├──[-] security (1040:11)❌ 
│     ├──[+] security (1362:11)
│     └──[🔀] summary (1358:16)
├─┬Servers
│ └──[🔀] description (25323:18)
└─┬Components
  ├──[-] securitySchemes (24316:7)❌ 
  ├──[-] schemas (11369:7)❌ 
  ├──[-] schemas (5315:7)❌ 
  ├──[-] schemas (6650:7)❌ 
  ├──[-] schemas (8498:7)❌ 
  ├──[-] schemas (13642:7)❌ 
  ├──[-] schemas (20171:7)❌ 
  ├──[-] schemas (5668:7)❌ 
  ├──[-] schemas (6759:7)❌ 
  ├──[-] schemas (7392:7)❌ 
  ├──[-] schemas (11413:7)❌ 
  ├──[-] schemas (5234:7)❌ 
  ├──[-] schemas (13715:7)❌ 
  ├──[-] schemas (20433:7)❌ 
  ├──[-] schemas (5784:7)❌ 
  ├──[-] schemas (9106:7)❌ 
  ├──[-] schemas (5751:7)❌ 
  ├──[-] schemas (10763:7)❌ 
  ├──[-] schemas (4716:7)❌ 
  ├──[-] schemas (13839:7)❌ 
  ├──[-] schemas (14806:7)❌ 
  ├──[-] schemas (18585:7)❌ 
  ├──[-] schemas (19933:7)❌ 
  ├──[-] schemas (5967:7)❌ 
  ├──[-] schemas (5530:7)❌ 
  ├──[-] schemas (6695:7)❌ 
  ├──[-] schemas (7045:7)❌ 
  ├──[-] schemas (8658:7)❌ 
  ├──[-] schemas (10498:7)❌ 
  ├──[-] schemas (11736:7)❌ 
  ├──[-] schemas (23646:7)❌ 
  ├──[-] schemas (14860:7)❌ 
  ├──[-] schemas (8701:7)❌ 
  ├──[-] schemas (9601:7)❌ 
  ├──[-] schemas (19349:7)❌ 
  ├──[-] schemas (22642:7)❌ 
  ├──[-] schemas (7031:7)❌ 
  ├──[-] schemas (5113:7)❌ 
  ├──[-] schemas (14335:7)❌ 
  ├──[-] schemas (11759:7)❌ 
  ├──[-] schemas (6199:7)❌ 
  ├──[-] schemas (13994:7)❌ 
  ├──[-] schemas (6444:7)❌ 
  ├──[-] schemas (19024:7)❌ 
  ├──[-] schemas (22491:7)❌ 
  ├──[-] schemas (12268:7)❌ 
  ├──[-] schemas (22874:7)❌ 
  ├──[-] schemas (23485:7)❌ 
  ├──[-] schemas (23757:7)❌ 
  ├──[-] schemas (8603:7)❌ 
  ├──[-] schemas (14476:7)❌ 
  ├──[-] schemas (17518:7)❌ 
  ├──[-] schemas (11746:7)❌ 
  ├──[-] schemas (24249:7)❌ 
  ├──[-] schemas (19116:7)❌ 
  ├──[-] schemas (10607:7)❌ 
  ├──[-] schemas (7522:7)❌ 
  ├──[-] schemas (10955:7)❌ 
  ├──[-] schemas (8575:7)❌ 
  ├──[-] schemas (8756:7)❌ 
  ├──[-] schemas (5198:7)❌ 
  ├──[-] schemas (10738:7)❌ 
  ├──[-] schemas (21333:7)❌ 
  ├──[-] schemas (17857:7)❌ 
  ├──[-] schemas (22555:7)❌ 
  ├──[-] schemas (5422:7)❌ 
  ├──[-] schemas (5387:7)❌ 
  ├──[-] schemas (11706:7)❌ 
  ├──[-] schemas (13385:7)❌ 
  ├──[-] schemas (5328:7)❌ 
  ├──[-] schemas (5705:7)❌ 
  ├──[-] schemas (10967:7)❌ 
  ├──[-] schemas (5936:7)❌ 
  ├──[-] schemas (19177:7)❌ 
  ├──[-] schemas (11776:7)❌ 
  ├──[-] schemas (19902:7)❌ 
  ├──[-] schemas (5189:7)❌ 
  ├──[-] schemas (9807:7)❌ 
  ├──[-] schemas (22926:7)❌ 
  ├──[-] schemas (10320:7)❌ 
  ├──[-] schemas (4938:7)❌ 
  ├──[-] schemas (10942:7)❌ 
  ├──[-] schemas (20665:7)❌ 
  ├──[-] schemas (10288:7)❌ 
  ├──[-] schemas (12476:7)❌ 
  ├──[-] schemas (11455:7)❌ 
  ├──[-] schemas (13537:7)❌ 
  ├──[-] schemas (5356:7)❌ 
  ├──[-] schemas (20222:7)❌ 
  ├──[-] schemas (8679:7)❌ 
  ├──[-] schemas (10800:7)❌ 
  ├──[-] schemas (23466:7)❌ 
  ├──[-] schemas (23547:7)❌ 
  ├──[-] schemas (12721:7)❌ 
  ├──[-] schemas (22950:7)❌ 
  ├──[-] schemas (6793:7)❌ 
  ├──[-] schemas (5410:7)❌ 
  ├──[-] schemas (11320:7)❌ 
  ├──[-] schemas (4886:7)❌ 
  ├──[-] schemas (20348:7)❌ 
  ├──[-] schemas (6295:7)❌ 
  ├──[-] schemas (5163:7)❌ 
  ├──[-] schemas (5485:7)❌ 
  ├──[-] schemas (10665:7)❌ 
  ├──[-] schemas (11299:7)❌ 
  ├──[-] schemas (6079:7)❌ 
  ├──[-] schemas (6491:7)❌ 
  ├──[-] schemas (14273:7)❌ 
  ├──[-] schemas (4339:7)❌ 
  ├──[-] schemas (18100:7)❌ 
  ├──[-] schemas (6457:7)❌ 
  ├──[-] schemas (18926:7)❌ 
  ├──[-] schemas (14428:7)❌ 
  ├──[-] schemas (10094:7)❌ 
  ├──[-] schemas (9313:7)❌ 
  ├──[-] schemas (13622:7)❌ 
  ├──[-] schemas (12201:7)❌ 
  ├──[-] schemas (19754:7)❌ 
  ├──[-] schemas (17430:7)❌ 
  ├──[-] schemas (23140:7)❌ 
  ├──[-] schemas (10706:7)❌ 
  ├──[-] schemas (23517:7)❌ 
  ├──[-] schemas (18962:7)❌ 
  ├──[-] schemas (6404:7)❌ 
  ├──[-] schemas (23773:7)❌ 
  ├──[-] schemas (19218:7)❌ 
  ├──[-] schemas (17275:7)❌ 
  ├──[-] schemas (19656:7)❌ 
  ├──[-] schemas (6644:7)❌ 
  ├──[-] schemas (19333:7)❌ 
  ├──[-] schemas (6661:7)❌ 
  ├──[-] schemas (11561:7)❌ 
  ├──[-] schemas (13355:7)❌ 
  ├──[-] schemas (8619:7)❌ 
  ├──[-] schemas (14704:7)❌ 
  ├──[-] schemas (19232:7)❌ 
  ├──[-] schemas (23741:7)❌ 
  ├──[-] schemas (13483:7)❌ 
  ├──[-] schemas (5645:7)❌ 
  ├──[-] schemas (22843:7)❌ 
  ├──[-] schemas (5894:7)❌ 
  ├──[-] schemas (23670:7)❌ 
  ├──[-] schemas (17390:7)❌ 
  ├──[-] schemas (10366:7)❌ 
  ├──[-] schemas (22969:7)❌ 
  ├──[-] schemas (22987:7)❌ 
  ├──[-] schemas (6398:7)❌ 
  ├──[-] schemas (22541:7)❌ 
  ├──[-] schemas (19502:7)❌ 
  ├──[-] schemas (5617:7)❌ 
  ├──[-] schemas (13043:7)❌ 
  ├──[-] schemas (13870:7)❌ 
  ├──[-] schemas (22835:7)❌ 
  ├──[-] schemas (14056:7)❌ 
  ├──[-] schemas (19771:7)❌ 
  ├──[-] schemas (7743:7)❌ 
  ├──[-] schemas (11585:7)❌ 
  ├──[-] schemas (18782:7)❌ 
  ├──[-] schemas (19006:7)❌ 
  ├──[-] schemas (22799:7)❌ 
  ├──[-] schemas (6940:7)❌ 
  ├──[-] schemas (10275:7)❌ 
  ├──[-] schemas (19307:7)❌ 
  ├──[-] schemas (9017:7)❌ 
  ├──[-] schemas (9795:7)❌ 
  ├──[-] schemas (19524:7)❌ 
  ├──[-] schemas (10774:7)❌ 
  ├──[-] schemas (23564:7)❌ 
  ├──[-] schemas (19062:7)❌ 
  ├──[-] schemas (11510:7)❌ 
  ├──[-] schemas (6389:7)❌ 
  ├──[-] schemas (13616:7)❌ 
  ├──[-] schemas (14366:7)❌ 
  ├──[-] schemas (19100:7)❌ 
  ├──[-] schemas (22478:7)❌ 
  ├──[-] schemas (4537:7)❌ 
  ├──[-] schemas (24109:7)❌ 
  ├──[-] schemas (4970:7)❌ 
  ├──[-] schemas (5337:7)❌ 
  ├──[-] schemas (19860:7)❌ 
  ├──[-] schemas (10629:7)❌ 
  ├──[-] schemas (18910:7)❌ 
  ├──[-] schemas (20288:7)❌ 
  ├──[-] schemas (5119:7)❌ 
  ├──[-] schemas (23579:7)❌ 
  ├──[-] schemas (8467:7)❌ 
  ├──[-] schemas (11537:7)❌ 
  ├──[-] schemas (11329:7)❌ 
  ├──[-] schemas (11685:7)❌ 
  ├──[-] schemas (13433:7)❌ 
  ├──[-] schemas (6357:7)❌ 
  ├──[-] schemas (12109:7)❌ 
  ├──[-] schemas (6867:7)❌ 
  ├──[-] schemas (12120:7)❌ 
  ├──[-] schemas (4906:7)❌ 
  ├──[-] schemas (19263:7)❌ 
  ├──[-] schemas (19627:7)❌ 
  ├──[-] schemas (10385:7)❌ 
  ├──[-] schemas (20196:7)❌ 
  ├──[-] schemas (19277:7)❌ 
  ├──[-] schemas (5515:7)❌ 
  ├──[-] schemas (12332:7)❌ 
  ├──[-] schemas (23716:7)❌ 
  ├──[-] schemas (8626:7)❌ 
  ├──[-] schemas (23346:7)❌ 
  ├──[-] schemas (9052:7)❌ 
  ├──[-] schemas (11462:7)❌ 
  ├──[-] schemas (6966:7)❌ 
  ├──[-] schemas (19294:7)❌ 
  ├──[-] schemas (8950:7)❌ 
  ├──[-] schemas (10514:7)❌ 
  ├──[-] schemas (10677:7)❌ 
  ├──[-] schemas (10885:7)❌ 
  ├──[-] schemas (19127:7)❌ 
  ├──[-] schemas (22499:7)❌ 
  ├──[-] schemas (19511:7)❌ 
  ├──[-] schemas (20267:7)❌ 
  ├──[-] schemas (6560:7)❌ 
  ├──[-] schemas (14749:7)❌ 
  ├──[-] schemas (9097:7)❌ 
  ├──[-] schemas (20216:7)❌ 
  ├──[-] schemas (10817:7)❌ 
  ├──[-] schemas (11007:7)❌ 
  ├──[-] schemas (13605:7)❌ 
  ├──[-] schemas (22900:7)❌ 
  ├──[-] schemas (17866:7)❌ 
  ├──[-] schemas (7697:7)❌ 
  ├──[-] schemas (22721:7)❌ 
  ├──[-] schemas (7023:7)❌ 
  ├──[-] schemas (22595:7)❌ 
  ├──[-] schemas (23610:7)❌ 
  ├──[-] schemas (17751:7)❌ 
  ├──[-] schemas (24077:7)❌ 
  ├──[-] schemas (19152:7)❌ 
  ├──[-] schemas (20512:7)❌ 
  ├──[-] schemas (5550:7)❌ 
  ├──[-] schemas (6364:7)❌ 
  ├──[-] schemas (6638:7)❌ 
  ├──[-] schemas (5456:7)❌ 
  ├──[-] schemas (7362:7)❌ 
  ├──[-] schemas (5604:7)❌ 
  ├──[-] schemas (7691:7)❌ 
  ├──[-] schemas (5495:7)❌ 
  ├──[-] schemas (9982:7)❌ 
  ├──[-] schemas (5274:7)❌ 
  ├──[-] schemas (14087:7)❌ 
  ├──[-] schemas (23436:7)❌ 
  ├──[-] schemas (4345:7)❌ 
  ├──[-] schemas (7310:7)❌ 
  ├──[-] schemas (13963:7)❌ 
  ├──[-] schemas (6255:7)❌ 
  ├──[-] schemas (19493:7)❌ 
  ├──[-] schemas (19742:7)❌ 
  ├──[-] schemas (5219:7)❌ 
  ├──[-] schemas (20182:7)❌ 
  ├──[-] schemas (5809:7)❌ 
  ├──[-] schemas (19320:7)❌ 
  ├──[-] schemas (18887:7)❌ 
  ├──[-] schemas (20210:7)❌ 
  ├──[-] schemas (19076:7)❌ 
  ├──[-] schemas (21856:7)❌ 
  ├──[-] schemas (12145:7)❌ 
  ├──[-] schemas (19244:7)❌ 
  ├──[-] schemas (5739:7)❌ 
  ├──[-] schemas (23084:7)❌ 
  ├──[-] schemas (6158:7)❌ 
  ├──[-] schemas (23171:7)❌ 
  ├──[-] schemas (8928:7)❌ 
  ├──[-] schemas (14780:7)❌ 
  ├──[-] schemas (14447:7)❌ 
  ├──[-] schemas (6026:7)❌ 
  ├──[-] schemas (6801:7)❌ 
  ├──[-] schemas (17455:7)❌ 
  ├──[-] schemas (13808:7)❌ 
  ├──[-] schemas (11447:7)❌ 
  ├──[-] schemas (14304:7)❌ 
  ├──[-] schemas (17689:7)❌ 
  ├──[-] schemas (5400:7)❌ 
  ├──[-] schemas (19363:7)❌ 
  ├──[-] schemas (10934:7)❌ 
  ├──[-] schemas (7334:7)❌ 
  ├──[-] schemas (14149:7)❌ 
  ├──[-] schemas (5300:7)❌ 
  ├──[-] schemas (19165:7)❌ 
  ├──[-] schemas (7917:7)❌ 
  ├──[-] schemas (19384:7)❌ 
  ├──[-] schemas (9577:7)❌ 
  ├──[-] schemas (5227:7)❌ 
  ├──[-] schemas (5561:7)❌ 
  ├──[-] schemas (6765:7)❌ 
  ├──[-] schemas (7600:7)❌ 
  ├──[-] schemas (6412:7)❌ 
  ├──[-] schemas (8440:7)❌ 
  ├──[-] schemas (9329:7)❌ 
  ├──[-] schemas (11497:7)❌ 
  ├──[-] schemas (11629:7)❌ 
  ├──[-] schemas (10027:7)❌ 
  ├──[-] schemas (19049:7)❌ 
  ├──[-] schemas (12137:7)❌ 
  ├──[-] schemas (19712:7)❌ 
  ├──[-] schemas (6125:7)❌ 
  ├──[-] schemas (4991:7)❌ 
  ├──[-] schemas (17361:7)❌ 
  ├──[-] schemas (18015:7)❌ 
  ├──[-] schemas (11039:7)❌ 
  ├──[-] schemas (22453:7)❌ 
  ├──[-] schemas (17341:7)❌ 
  ├──[-] schemas (22573:7)❌ 
  ├──[-] schemas (4914:7)❌ 
  ├──[-] schemas (5918:7)❌ 
  ├──[-] schemas (8732:7)❌ 
  ├──[-] schemas (20613:7)❌ 
  ├──[-] schemas (14834:7)❌ 
  ├──[-] schemas (22864:7)❌ 
  ├──[-] schemas (5433:7)❌ 
  ├──[-] schemas (10268:7)❌ 
  ├──[-] schemas (5680:7)❌ 
  ├──[-] schemas (10851:7)❌ 
  ├──[-] schemas (13570:7)❌ 
  ├──[-] schemas (13746:7)❌ 
  ├──[-] schemas (9348:7)❌ 
  ├──[-] schemas (13777:7)❌ 
  ├──[-] schemas (14851:7)❌ 
  ├──[-] schemas (19471:7)❌ 
  ├──[-] schemas (5139:7)❌ 
  ├──[-] schemas (23230:7)❌ 
  ├──[-] schemas (5393:7)❌ 
  ├──[-] schemas (10980:7)❌ 
  ├──[-] schemas (9126:7)❌ 
  ├──[-] schemas (17466:7)❌ 
  ├──[-] schemas (20245:7)❌ 
  ├──[-] schemas (17841:7)❌ 
  ├──[-] schemas (13558:7)❌ 
  ├──[-] schemas (5259:7)❌ 
  ├──[-] schemas (18601:7)❌ 
  ├──[-] schemas (6773:7)❌ 
  ├──[-] schemas (20135:7)❌ 
  ├──[-] schemas (10077:7)❌ 
  ├──[-] schemas (8492:7)❌ 
  ├──[-] schemas (10554:7)❌ 
  ├──[-] schemas (23018:7)❌ 
  ├──[-] schemas (5990:7)❌ 
  ├──[-] schemas (5864:7)❌ 
  ├──[-] schemas (6465:7)❌ 
  ├──[-] schemas (10858:7)❌ 
  ├──[-] schemas (23256:7)❌ 
  ├──[-] schemas (5081:7)❌ 
  ├──[-] schemas (20099:7)❌ 
  ├──[-] schemas (5346:7)❌ 
  ├──[-] schemas (19688:7)❌ 
  ├──[-] schemas (11723:7)❌ 
  ├──[+] schemas (12380:7)
  ├──[-] schemas (14118:7)❌ 
  ├──[-] schemas (19186:7)❌ 
  ├──[+] schemas (23048:7)
  ├──[-] schemas (11377:7)❌ 
  ├──[-] schemas (20081:7)❌ 
  ├──[+] schemas (16238:7)
  ├──[-] schemas (5843:7)❌ 
  ├──[-] schemas (8526:7)❌ 
  ├──[-] schemas (23691:7)❌ 
  ├──[+] schemas (22654:7)
  ├──[-] schemas (8974:7)❌ 
  ├──[-] schemas (12503:7)❌ 
  ├──[-] schemas (19487:7)❌ 
  ├──[-] schemas (10329:7)❌ 
  ├──[+] schemas (23140:7)
  ├──[+] schemas (23681:7)
  ├──[+] schemas (23444:7)
  ├──[+] schemas (16958:7)
  ├──[+] schemas (22367:7)
  ├──[+] schemas (23213:7)
  ├──[+] schemas (17498:7)
  ├──[+] schemas (22891:7)
  ├──[+] schemas (22336:7)
  ├──[+] schemas (22714:7)
  ├──[+] schemas (25137:7)
  ├──[+] schemas (19445:7)
  ├──[+] schemas (11840:7)
  ├──[+] schemas (11120:7)
  ├──[+] schemas (12560:7)
  ├──[+] schemas (17138:7)
  ├──[+] schemas (23504:7)
  ├──[+] schemas (22753:7)
  ├──[+] schemas (25100:7)
  ├──[+] schemas (25126:7)
  ├──[+] schemas (17858:7)
  ├──[+] schemas (16058:7)
  ├──[+] schemas (20727:7)
  ├──[+] schemas (23536:7)
  ├──[+] schemas (25115:7)
  ├──[+] schemas (23265:7)
  ├──[+] schemas (25192:7)
  ├──[+] schemas (25198:7)
  ├──[+] schemas (25208:7)
  ├──[+] schemas (10572:7)
  ├──[+] schemas (22578:7)
  ├──[+] schemas (22778:7)
  ├──[+] schemas (23341:7)
  ├──[+] schemas (25038:7)
  ├──[+] schemas (15332:7)
  ├──[+] schemas (22301:7)
  ├──[+] schemas (18038:7)
  ├──[+] schemas (21724:7)
  ├──[+] schemas (25079:7)
  ├──[+] schemas (25180:7)
  ├──[+] schemas (13640:7)
  ├──[+] schemas (15512:7)
  ├──[+] schemas (15878:7)
  ├──[+] schemas (22397:7)
  ├──[+] schemas (14366:7)
  ├──[+] schemas (14546:7)
  ├──[+] schemas (22528:7)
  ├──[+] schemas (25060:7)
  ├──[+] schemas (13100:7)
  ├──[+] schemas (13826:7)
  ├──[+] schemas (14906:7)
  ├──[+] schemas (21527:7)
  ├──[+] schemas (23373:7)
  ├──[+] schemas (25067:7)
  ├──[+] schemas (11660:7)
  ├──[+] schemas (17318:7)
  ├──[+] schemas (25148:7)
  ├──[+] schemas (14186:7)
  ├──[+] schemas (21495:7)
  ├──[+] schemas (25105:7)
  ├──[+] schemas (12200:7)
  ├──[+] schemas (22838:7)
  ├──[+] schemas (23410:7)
  ├──[+] schemas (25090:7)
  ├──[+] schemas (13460:7)
  ├──[+] schemas (23632:7)
  ├──[+] schemas (25160:7)
  ├──[+] schemas (25173:7)
  ├──[+] schemas (22225:7)
  ├──[+] schemas (25073:7)
  ├──[+] schemas (11300:7)
  ├──[+] schemas (22684:7)
  ├──[+] schemas (25203:7)
  ├──[+] schemas (23595:7)
  ├──[+] schemas (11480:7)
  ├──[+] schemas (18398:7)
  ├──[+] schemas (25227:7)
  ├──[+] schemas (25213:7)
  ├──[+] schemas (18900:7)
  ├──[+] schemas (25236:7)
  ├──[+] schemas (10752:7)
  ├──[+] schemas (23718:7)
  ├──[+] schemas (13280:7)
  ├──[+] schemas (16598:7)
  ├──[+] schemas (14006:7)
  ├──[+] schemas (25142:7)
  ├──[+] schemas (22620:7)
  ├──[+] schemas (22427:7)
  ├──[+] schemas (16418:7)
  ├──[+] schemas (23105:7)
  ├──[+] schemas (25154:7)
  ├──[+] schemas (23654:7)
  ├──[+] schemas (10026:7)
  ├──[+] schemas (10392:7)
  ├──[+] schemas (17678:7)
  ├──[+] schemas (16778:7)
  ├──[+] schemas (25110:7)
  ├──[+] schemas (9860:7)
  ├──[+] schemas (18870:7)
  ├──[+] schemas (21641:7)
  ├──[+] schemas (22271:7)
  ├──[+] schemas (22976:7)
  ├──[+] schemas (25132:7)
  ├──[+] schemas (21503:7)
  ├──[+] schemas (25186:7)
  ├──[+] schemas (23292:7)
  ├──[+] schemas (15692:7)
  ├──[+] schemas (22946:7)
  ├──[+] schemas (23319:7)
  ├──[+] schemas (12920:7)
  ├──[+] schemas (23078:7)
  ├──[+] schemas (24839:7)
  ├──[+] schemas (25095:7)
  ├──[+] schemas (10932:7)
  ├──[+] schemas (25085:7)
  ├──[+] schemas (23181:7)
  ├──[+] schemas (25219:7)
  ├──[+] schemas (18218:7)
  ├──[+] schemas (14726:7)
  ├──[+] schemas (25167:7)
  ├──[+] schemas (10206:7)
  ├──[+] schemas (22462:7)
  ├──[+] schemas (22497:7)
  ├──[+] schemas (21764:7)
  ├──[+] schemas (22803:7)
  ├──[+] schemas (9698:7)
  ├──[+] schemas (22916:7)
  ├──[+] schemas (23018:7)
  ├──[+] schemas (25120:7)
  ├──[+] schemas (12020:7)
  ├──[+] schemas (12740:7)
  ├──[+] schemas (23238:7)
  ├─┬PhysicalNexusCreate
  │ ├─┬city
  │ │ ├──[-] type (14605:17)❌ 
  │ │ ├──[+] title (9510:18)
  │ │ ├──[+] anyOf (9508:15)
  │ │ └──[+] anyOf (9509:15)
  │ ├─┬postal_code
  │ │ ├──[-] type (14608:17)❌ 
  │ │ ├──[+] title (9516:18)
  │ │ ├──[+] anyOf (9514:15)
  │ │ └──[+] anyOf (9515:15)
  │ ├─┬street_2
  │ │ ├──[-] type (14602:17)❌ 
  │ │ ├──[+] title (9504:18)
  │ │ ├──[+] anyOf (9502:15)
  │ │ └──[+] anyOf (9503:15)
  │ ├─┬external_id
  │ │ ├──[-] type (14592:17)❌ 
  │ │ ├──[+] title (9488:18)
  │ │ ├──[+] anyOf (9486:15)
  │ │ └──[+] anyOf (9487:15)
  │ ├─┬street_1
  │ │ ├──[-] type (14599:17)❌ 
  │ │ ├──[+] title (9498:18)
  │ │ ├──[+] anyOf (9496:15)
  │ │ └──[+] anyOf (9497:15)
  │ └─┬end_date
  │   ├──[-] type (14586:17)❌ 
  │   ├──[+] title (9479:18)
  │   ├──[+] anyOf (9476:15)
  │   └──[+] anyOf (9478:15)
  ├─┬TaxItemEstimate
  │ ├─┬exempt_reason
  │ │ └──[🔀] $ref (25264:11)❌ 
  │ └─┬rule
  │   ├──[-] type (20014:17)❌ 
  │   ├──[+] title (25273:18)
  │   ├──[+] anyOf (25270:15)
  │   └──[+] anyOf (25272:15)
  ├─┬ProcessingStatusEnum
  │ └──[+] enum (20749:11)
  ├─┬OssCountryStatusEnum
  │ └──[🔀] description (23777:20)
  ├─┬ProductUpdateV2
  │ ├─┬external_id
  │ │ ├──[-] type (17823:17)❌ 
  │ │ ├──[+] title (9957:18)
  │ │ ├──[+] anyOf (9955:15)
  │ │ └──[+] anyOf (9956:15)
  │ ├─┬sku
  │ │ ├──[-] items (17827:13)❌ 
  │ │ ├──[-] type (17825:17)❌ 
  │ │ ├──[+] title (9964:18)
  │ │ ├──[+] anyOf (9960:15)
  │ │ └──[+] anyOf (9963:15)
  │ ├─┬description
  │ │ ├──[-] type (17829:17)❌ 
  │ │ ├──[+] title (9969:18)
  │ │ ├──[+] anyOf (9967:15)
  │ │ └──[+] anyOf (9968:15)
  │ └─┬classification_failed
  │   ├──[-] type (17831:17)❌ 
  │   ├──[+] title (9974:18)
  │   ├──[+] anyOf (9972:15)
  │   └──[+] anyOf (9973:15)
  ├─┬CreditNoteItemCreateUpdate
  │ ├─┬amount
  │ │ ├──[-] type (7493:17)❌ 
  │ │ ├──[+] title (24792:18)
  │ │ ├──[+] anyOf (24789:15)
  │ │ └──[+] anyOf (24790:15)
  │ ├─┬tax_amount_imported
  │ │ ├──[-] type (7496:17)❌ 
  │ │ ├──[+] title (24800:18)
  │ │ ├──[+] anyOf (24796:15)
  │ │ ├──[+] anyOf (24797:15)
  │ │ └──[+] anyOf (24799:15)
  │ ├─┬taxable_amount
  │ │ ├──[-] type (7502:17)❌ 
  │ │ ├──[+] title (24816:18)
  │ │ ├──[+] anyOf (24812:15)
  │ │ ├──[+] anyOf (24813:15)
  │ │ └──[+] anyOf (24815:15)
  │ ├─┬description
  │ │ ├──[-] type (7483:17)❌ 
  │ │ ├──[+] title (24774:18)
  │ │ ├──[+] anyOf (24772:15)
  │ │ └──[+] anyOf (24773:15)
  │ ├─┬tax_rate_imported
  │ │ ├──[-] type (7499:17)❌ 
  │ │ ├──[+] title (24808:18)
  │ │ ├──[+] anyOf (24804:15)
  │ │ ├──[+] anyOf (24805:15)
  │ │ └──[+] anyOf (24807:15)
  │ ├─┬quantity
  │ │ ├──[-] type (7490:17)❌ 
  │ │ ├──[+] title (24785:18)
  │ │ ├──[+] anyOf (24782:15)
  │ │ └──[+] anyOf (24783:15)
  │ └─┬tax_exemption
  │   └──[🔀] $ref (24819:11)❌ 
  ├─┬ProductCreateManual
  │ ├─┬product_category
  │ │ └──[🔀] $ref (21764:13)❌ 
  │ ├─┬product_subcategory
  │ │ └──[🔀] $ref (9732:11)❌ 
  │ └─┬description
  │   ├──[-] type (17488:17)❌ 
  │   ├──[+] title (9722:18)
  │   ├──[+] anyOf (9720:15)
  │   └──[+] anyOf (9721:15)
  ├─┬TransactionUpdate
  │ ├──[+] properties (20051:9)
  │ ├──[+] properties (20046:9)
  │ ├─┬transaction_items
  │ │ ├──[-] items (22429:13)❌ 
  │ │ ├──[-] type (22430:17)❌ 
  │ │ ├──[🔀] title (19933:18)
  │ │ ├──[+] description (19934:24)
  │ │ ├──[+] default (19935:20)❌ 
  │ │ ├──[+] anyOf (19930:15)
  │ │ └──[+] anyOf (19931:15)
  │ ├─┬external_id
  │ │ ├──[-] type (22301:17)❌ 
  │ │ ├──[🔀] title (19902:18)
  │ │ ├──[-] minLength (22302:22)❌ 
  │ │ ├──[🔀] description (19903:24)
  │ │ ├──[+] anyOf (19898:15)
  │ │ └──[+] anyOf (19901:15)
  │ ├─┬total_tax_amount_calculated
  │ │ ├──[-] type (22365:17)❌ 
  │ │ ├──[+] title (19949:18)
  │ │ ├──[+] anyOf (19946:15)
  │ │ └──[+] anyOf (19947:15)
  │ ├─┬state
  │ │ ├──[-] type (22408:17)❌ 
  │ │ ├──[+] title (20022:18)
  │ │ ├──[+] anyOf (20020:15)
  │ │ └──[+] anyOf (20021:15)
  │ ├─┬shop_date_tz
  │ │ ├──[-] type (22315:17)❌ 
  │ │ ├──[+] title (19856:18)
  │ │ ├──[+] anyOf (19854:15)
  │ │ └──[+] anyOf (19855:15)
  │ ├─┬tax_rate_imported
  │ │ ├──[-] type (22361:17)❌ 
  │ │ ├──[+] title (19941:18)
  │ │ ├──[+] anyOf (19938:15)
  │ │ └──[+] anyOf (19939:15)
  │ ├─┬city
  │ │ ├──[-] type (22402:17)❌ 
  │ │ ├──[+] title (20010:18)
  │ │ ├──[+] anyOf (20008:15)
  │ │ └──[+] anyOf (20009:15)
  │ ├─┬exemptions
  │ │ ├──[-] items (22341:13)❌ 
  │ │ ├──[-] type (22339:17)❌ 
  │ │ ├──[🔀] description (20050:24)
  │ │ ├──[+] anyOf (20727:7)
  │ │ └──[+] anyOf (20049:15)
  │ ├─┬country
  │ │ └──[🔀] $ref (20025:11)❌ 
  │ ├─┬filing_id
  │ │ ├──[-] type (22399:17)❌ 
  │ │ ├──[+] title (19926:18)
  │ │ ├──[🔀] description (19927:24)
  │ │ ├──[+] anyOf (19924:15)
  │ │ └──[+] anyOf (19925:15)
  │ ├─┬tax_rate_calculated
  │ │ ├──[-] type (22369:17)❌ 
  │ │ ├──[+] title (19957:18)
  │ │ ├──[+] anyOf (19954:15)
  │ │ └──[+] anyOf (19955:15)
  │ ├─┬marketplace
  │ │ ├──[-] type (22332:17)❌ 
  │ │ ├──[+] title (20004:18)
  │ │ ├──[🔀] description (20005:24)
  │ │ ├──[-] default (22331:20)❌ 
  │ │ ├──[+] anyOf (20002:15)
  │ │ └──[+] anyOf (20003:15)
  │ ├─┬description
  │ │ ├──[+] title (19843:18)
  │ │ ├──[+] format (19842:19)❌ 
  │ │ └──[🔀] description (19844:24)
  │ ├─┬exempt
  │ │ └──[🔀] $ref (19859:11)❌ 
  │ ├─┬refund_status
  │ │ └──[🔀] $ref (19831:11)❌ 
  │ ├─┬total_tax_liability_amount
  │ │ ├──[-] type (22373:17)❌ 
  │ │ ├──[+] title (19965:18)
  │ │ ├──[+] anyOf (19962:15)
  │ │ └──[+] anyOf (19963:15)
  │ ├─┬customer
  │ │ └──[🔀] $ref (20561:13)❌ 
  │ ├─┬taxable_amount
  │ │ ├──[-] type (22380:17)❌ 
  │ │ ├──[+] title (19978:18)
  │ │ ├──[+] anyOf (19975:15)
  │ │ └──[+] anyOf (19976:15)
  │ ├─┬tax_liability_source
  │ │ └──[�...

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Large surface area of breaking SDK API changes will force consumer upgrades and retesting, though risk is confined to generated client contracts rather than server runtime code in this PR.
> 
> **Overview**
> **Regenerates the Speakeasy Python SDK at `0.13.0`** to match an updated OpenAPI document (minor bump). This is primarily generated client code, version pins, and release notes—not hand-written application logic.
> 
> **Breaking contract updates** land across most existing resources: request/response models and validation error shapes change for customers, transactions, exemptions, filings, nexus, products, registrations, tax estimation, and related list/filter parameters. Many calls now require an explicit **`x_organization_id`** on the request where it was not part of the generated client before.
> 
> **New generated operations** include filing approval, transaction archive, customer tax registration upsert, additional nexus and registration helpers (jurisdiction fields/lists, attachment upload, OSS countries, nexus detail/category endpoints), aligned with new paths in the spec. The underlying OpenAPI shift also refreshes security requirements per operation and broadens schema modeling (e.g. `oneOf`/`anyOf` for registrations and nullable fields).
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 0a7b9f57a6045ac20513db830fbb5c6970b0ddc7. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

* `sdk.nexus.delete_physical_nexus()`:  `request.x_organization_id` **Added** (Breaking ⚠️)
* `sdk.transactions.create_credit_note()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.customers.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.customers.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.customers.get()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.tax_estimation.estimate()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error` **Changed**
* `sdk.transactions.update_credit_note()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.nexus.get_all()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.transactions.get_by_filing_id()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response.[]` **Changed** (Breaking ⚠️)
* `sdk.customers.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.customers.get_by_external_id()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.customers.get_transactions()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.customers.create_transaction()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.exemptions.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.exemptions.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.exemptions.get()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.exemptions.upload_certificate()`:  `request` **Changed** (Breaking ⚠️)
* `sdk.exemptions.list_attachments()`:  `request.x_organization_id` **Added** (Breaking ⚠️)
* `sdk.filings.get_all()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.filings.get()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.filings.get_by_registration_id()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.nexus.get_physical()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.nexus.create_physical()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.nexus.update_physical_nexus()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.address_validation.suggestions()`:  `request` **Changed** (Breaking ⚠️)
* `sdk.address_validation.search()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.[]` **Changed** (Breaking ⚠️)
* `sdk.products.get_products_v1_products_get()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.products.create_product_v1_products_post()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.products.get_product_categories_v1_products_categories_get()`:  `request.x_organization_id` **Added** (Breaking ⚠️)
* `sdk.products.retrieve()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.products.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.registrations.get_all()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.registrations.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.registrations.get()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.registrations.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.registrations.deregister()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.transactions.list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `sdk.transactions.create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.transactions.get_by_external_id()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.transactions.update()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
  *  `error.detail[]` **Changed** (Breaking ⚠️)
* `sdk.transactions.get_by_id()`: 
  *  `request.x_organization_id` **Added** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `sdk.nexus.get_nexus_details_for_id_v1_nexus_nexus_id_get()`: **Added**
* `sdk.nexus.get_physical_nexus_categories_v1_nexus_physical_nexus_categories_get()`: **Added**
* `sdk.filings.approve_filing_v1_filings_filing_id_approve_put()`: **Added**
* `sdk.customer_tax_registration.upsert_customer_tax_registration_v1_customers_customer_id_tax_registrations_post()`: **Added**
* `sdk.registrations.get_jurisdiction_specific_fields_v1_registrations_jurisdiction_specific_fields_get()`: **Added**
* `sdk.registrations.list_registration_jurisdictions_v1_registrations_jurisdictions_get()`: **Added**
* `sdk.registrations.upload_registration_attachment_v1_registrations_registration_id_attachments_post()`: **Added**
* `sdk.registrations.get_oss_countries_for_registration_v1_registrations_registration_id_oss_countries_get()`: **Added**
* `sdk.transactions.archive_transaction_by_id_v1_transactions_archive_post()`: **Added**
@github-actions github-actions Bot added the minor Minor version bump label Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant