Skip to content

chore: 🐝 Update SDK - Generate 0.10.1#52

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1775262505
Open

chore: 🐝 Update SDK - Generate 0.10.1#52
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1775262505

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 4, 2026

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (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.

Php SDK Changes:

  • polar->orders->get(): response Changed (Breaking ⚠️)
  • polar->organizations->get(): response Changed (Breaking ⚠️)
  • polar->organizations->update():
    • request.organizationUpdate Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • polar->oauth2->authorize(): response.union(user)->scopes[] Changed (Breaking ⚠️)
  • polar->orders->list():
    • request->subscriptionId Added
    • response.items[] Changed (Breaking ⚠️)
  • polar->organization_access_tokens->update(): response.scopes[] Changed (Breaking ⚠️)
  • polar->organization_access_tokens->create(): response.organizationAccessToken->scopes[] Changed (Breaking ⚠️)
  • polar->organization_access_tokens->list(): response.items[]->scopes[] Changed (Breaking ⚠️)
  • polar->event-types->list(): response.items[] Changed (Breaking ⚠️)
  • polar->events->get(): response.union(SystemEvent) Changed (Breaking ⚠️)
  • polar->events->list(): response.union(ListResource_Event_)->items[]->union(SystemEvent) Changed (Breaking ⚠️)
  • polar->customer-seats->assignSeat():
    • request->checkoutId Removed (Breaking ⚠️)
  • polar->customer_portal->subscriptions->update():
    • request.customerSubscriptionUpdate Changed
    • response.product Changed (Breaking ⚠️)
  • polar->customer_portal->subscriptions->cancel(): response.product Changed (Breaking ⚠️)
  • polar->customer_portal->subscriptions->get(): response.product Changed (Breaking ⚠️)
  • polar->customer_portal->subscriptions->list(): response.items[]->product Changed (Breaking ⚠️)
  • polar->customer_portal->organizations->get(): response Changed (Breaking ⚠️)
  • polar->customer_portal->orders->update(): response Changed (Breaking ⚠️)
  • polar->customer_portal->orders->get(): response Changed (Breaking ⚠️)
  • polar->customer_portal->orders->list(): response.items[] Changed (Breaking ⚠️)
  • polar->customer_portal->seats->listClaimedSubscriptions(): response.items[]->product Changed (Breaking ⚠️)
  • polar->customer_portal->benefitGrants->update(): response Changed (Breaking ⚠️)
  • polar->customer_portal->benefitGrants->get(): response Changed (Breaking ⚠️)
  • polar->customer_portal->benefitGrants->list(): response.items[] Changed (Breaking ⚠️)
  • polar->members->createMember():
    • request->role Changed (Breaking ⚠️)
  • polar->discounts->create(): request Changed (Breaking ⚠️)
  • polar->organizations->create():
    • request Changed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • polar->license_keys->list():
    • request Changed (Breaking ⚠️)
    • response.items[]->customer->defaultPaymentMethodId Added
  • polar->checkouts->clientConfirm(): response Changed (Breaking ⚠️)
  • polar->checkouts->clientUpdate(): response Changed (Breaking ⚠️)
  • polar->checkouts->clientGet(): response Changed (Breaking ⚠️)
  • polar->orders->update(): response Changed (Breaking ⚠️)
  • polar->license_keys->validate(): response.customer->defaultPaymentMethodId Added
  • polar->subscriptions->revoke(): response Changed
  • polar->products->update():
    • request.productUpdate->prices[]->union(2)->union(fixed)->priceCurrency Changed
    • response Changed
  • polar->products->create():
    • request->union(ProductCreateOneTime)->prices[]->union(seat_based)->priceCurrency Changed
    • response Changed
  • polar->products->list(): response.items[] Changed
  • polar->products->updateBenefits(): response Changed
  • polar->checkouts->list(): response.items[] Changed
  • polar->checkouts->create():
    • request->currency Changed
    • response Changed
  • polar->checkouts->get(): response Changed
  • polar->checkouts->update():
    • request.checkoutUpdate->currency Changed
    • response Changed
  • polar->benefit-grants->list(): response.items[] Changed
  • polar->benefits->grants(): response.items[] Changed
  • polar->benefits->update(): response Changed
  • polar->metrics->get(): response Changed
  • polar->benefits->get(): response Changed
  • polar->license_keys->get(): response.customer->defaultPaymentMethodId Added
  • polar->license_keys->update(): response.customer->defaultPaymentMethodId Added
  • polar->license_keys->getActivation(): response.licenseKey->customer->defaultPaymentMethodId Added
  • polar->benefits->create(): response Changed
  • polar->license_keys->activate(): response.licenseKey->customer->defaultPaymentMethodId Added
  • polar->checkout-links->list(): response.items[]->products[] Changed
  • polar->checkout-links->create(): response.products[] Changed
  • polar->checkout-links->get(): response.products[] Changed
  • polar->checkout-links->update(): response.products[] Changed
  • polar->benefits->list(): response.items[] Changed
  • polar->discounts->update():
    • request.discountUpdate->currency Changed
  • polar->customers->list():
    • request->active Added
    • response.items[] Changed
  • polar->customers->create(): response Changed
  • polar->customers->get(): response Changed
  • polar->customers->update(): response Changed
  • polar->customers->getExternal(): response Changed
  • polar->customers->updateExternal(): response Changed
  • polar->customers->getState(): response Changed
  • polar->customers->getStateExternal(): response Changed
  • polar->subscriptions->update():
    • request.subscriptionUpdate Changed
    • response Changed
  • polar->products->get(): response Changed
  • polar->subscriptions->get(): response Changed
  • polar->subscriptions->create(): response Changed
  • polar->customer_portal->customers->update():
    • request->defaultPaymentMethodId Added
  • polar->customer_portal->customers->addPaymentMethod(): error.status[400] Added
  • polar->subscriptions->list(): response.items[] Changed
  • polar->customer_portal->licenseKeys->list(): response.items[]->customer->defaultPaymentMethodId Added
  • polar->customer_portal->licenseKeys->get(): response.customer->defaultPaymentMethodId Added
  • polar->customer_portal->licenseKeys->validate(): response.customer->defaultPaymentMethodId Added
  • polar->customer_portal->licenseKeys->activate(): response.licenseKey->customer->defaultPaymentMethodId Added
  • polar->organizations->list(): Removed (Breaking ⚠️)
  • polar->customer_portal->orders->receipt(): Added
  • polar->customer_portal->customers->verifyEmailUpdate(): Added
  • polar->customer_portal->orders->confirmRetryPayment(): error.status[429] Added
  • polar->customer_portal->customers->checkEmailUpdate(): Added
  • polar->customer_portal->customers->requestEmailUpdate(): Added
  • polar->members->updateMemberByExternalId(): Added
  • polar->members->deleteMemberByExternalId(): Added
  • polar->members->getMemberByExternalId(): Added
  • polar->customers->listPaymentMethodsExternal(): Added
  • polar->customer-sessions->create(): response.customer Changed
  • polar->customers->listPaymentMethods(): Added
  • polar->metrics->export(): Added
  • polar->orders->receipt(): Added
  • polar->meters->list(): response.items[] Changed
  • polar->meters->create():
    • request Changed
    • response Changed
  • polar->meters->get(): response Changed
  • polar->meters->update():
    • request.meterUpdate Changed
    • response Changed
  • polar->orders->finalize(): Added
  • polar->orders->create(): Added
  • polar->organizations->listOrganizations(): Added
  • polar->customer_meters->list(): response.items[] Changed
  • polar->customer_meters->get(): response Changed
  • polar->payments->list():
    • request->customerId Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (98:5)
│ ├──[+] path (308:5)
│ ├──[+] path (189:5)
│ ├──[+] path (244:5)
│ ├──[+] path (100:5)
│ ├──[+] path (231:5)
│ ├──[+] path (190:5)
│ ├──[+] path (193:5)
│ ├──[+] path (138:5)
│ ├──[+] path (232:5)
│ ├─┬/v1/customer-portal/customers/me/payment-methods
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (228:2293)
│ ├─┬/v1/customer-portal/seats
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └──[🔀] $ref (370:323042)❌ 
│ ├─┬/v1/benefit-grants/
│ │ └─┬GET
│ │   └──[🔀] description (86:117)
│ ├─┬/v1/customer-seats/{seat_id}/resend
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[🔀] x-polar-allowed-subjects (329:871)
│ ├─┬/v1/event-types/{id}
│ │ └─┬PATCH
│ │   └──[🔀] description (358:115)
│ ├─┬/v1/customer-seats/{seat_id}
│ │ └─┬DELETE
│ │   └─┬Extensions
│ │     └──[🔀] x-polar-allowed-subjects (328:791)
│ ├─┬/v1/license-keys/
│ │ └─┬GET
│ │   └──[+] parameters (142:1597)❌ 
│ ├─┬/v1/organizations/
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-speakeasy-name-override (6:2141)
│ ├─┬/v1/payments/
│ │ └─┬GET
│ │   └──[+] parameters (366:1505)❌ 
│ ├─┬/v1/customer-portal/orders/{id}/confirm-payment
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (310:1332)
│ ├─┬/v1/customer-seats
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[🔀] x-polar-allowed-subjects (327:1966)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ ├─┬401
│ │   │ │ └──[🔀] description (327:545)
│ │   │ └─┬404
│ │   │   └──[🔀] description (327:665)
│ │   └─┬Extensions
│ │     └──[🔀] x-polar-allowed-subjects (327:874)
│ ├─┬/v1/orders/
│ │ ├──[+] post (95:5826)
│ │ └─┬GET
│ │   └──[+] parameters (95:3471)❌ 
│ └─┬/v1/customers/
│   └─┬GET
│     └──[+] parameters (183:1381)❌ 
└─┬Components
  ├──[-] schemas (923:45)❌ 
  ├──[-] schemas (613:44)❌ 
  ├──[-] schemas (921:46)❌ 
  ├──[-] schemas (616:54)❌ 
  ├──[-] schemas (925:43)❌ 
  ├──[-] schemas (920:51)❌ 
  ├──[-] schemas (619:49)❌ 
  ├──[-] schemas (610:49)❌ 
  ├──[-] schemas (924:43)❌ 
  ├──[+] schemas (392:114170)
  ├──[+] schemas (370:312118)
  ├──[+] schemas (370:301825)
  ├──[+] schemas (370:309414)
  ├──[+] schemas (370:371376)
  ├──[+] schemas (392:148998)
  ├──[+] schemas (392:157111)
  ├──[+] schemas (370:283879)
  ├──[+] schemas (392:43094)
  ├──[+] schemas (392:137278)
  ├──[+] schemas (392:271154)
  ├──[+] schemas (392:283105)
  ├──[+] schemas (370:314590)
  ├──[+] schemas (370:283694)
  ├──[+] schemas (392:159549)
  ├──[+] schemas (392:255564)
  ├──[+] schemas (392:290836)
  ├──[+] schemas (370:284054)
  ├──[+] schemas (392:100404)
  ├──[+] schemas (392:45069)
  ├──[+] schemas (392:93534)
  ├──[+] schemas (392:106099)
  ├──[+] schemas (392:251970)
  ├──[+] schemas (392:258090)
  ├──[+] schemas (392:278162)
  ├──[+] schemas (392:107964)
  ├──[+] schemas (392:156079)
  ├──[+] schemas (392:60088)
  ├──[+] schemas (392:249464)
  ├──[+] schemas (370:385640)
  ├──[+] schemas (392:273715)
  ├──[+] schemas (370:323028)
  ├──[+] schemas (370:355599)
  ├──[+] schemas (392:270870)
  ├─┬MemberCreate
  │ └─┬role
  │   └──[🔀] $ref (392:47288)❌ 
  ├─┬Organization
  │ ├──[+] required (392:131821)❌ 
  │ ├──[+] required (392:131808)❌ 
  │ ├──[+] required (392:131841)❌ 
  │ ├──[+] properties (392:131000)
  │ ├──[+] properties (392:131300)
  │ ├──[+] properties (392:131146)
  │ ├─┬customer_portal_settings
  │ │ └──[🔀] $ref (392:125418)❌ 
  │ ├─┬name
  │ │ ├──[🔀] title (392:125738)
  │ │ ├──[+] format (392:125722)❌ 
  │ │ └──[🔀] description (392:125757)
  │ ├─┬subscription_settings
  │ │ └──[🔀] $ref (392:125911)❌ 
  │ ├─┬website
  │ │ ├──[+] items (392:126807)❌ 
  │ │ ├──[+] type (392:126869)❌ 
  │ │ ├──[🔀] title (392:126885)
  │ │ ├──[🔀] description (392:126909)
  │ │ ├──[-] anyOf (796:1312)❌ 
  │ │ └──[-] anyOf (796:1331)❌ 
  │ ├─┬details_submitted_at
  │ │ ├──[+] type (392:127272)❌ 
  │ │ ├──[🔀] title (392:127289)
  │ │ ├──[🔀] description (392:127334)
  │ │ ├──[-] anyOf (796:1708)❌ 
  │ │ └──[-] anyOf (796:1748)❌ 
  │ ├─┬socials
  │ │ ├──[-] items (796:1440)❌ 
  │ │ ├──[-] type (796:1502)❌ 
  │ │ ├──[🔀] title (392:131237)
  │ │ ├──[🔀] description (392:131271)
  │ │ ├──[+] anyOf (392:131176)
  │ │ └──[+] anyOf (392:131212)
  │ ├─┬slug
  │ │ └──[🔀] $ref (392:149327)❌ 
  │ ├─┬country
  │ │ ├──[+] title (392:126109)
  │ │ ├──[🔀] description (392:126136)
  │ │ └─┬ANYOF
  │ │   ├──[-] enum (796:3939)❌ 
  │ │   ├──[-] enum (796:3624)❌ 
  │ │   ├──[-] enum (796:3629)❌ 
  │ │   ├──[-] enum (796:3104)❌ 
  │ │   ├──[-] enum (796:3169)❌ 
  │ │   ├──[-] enum (796:3569)❌ 
  │ │   ├──[-] enum (796:3244)❌ 
  │ │   ├──[-] enum (796:3384)❌ 
  │ │   ├──[-] enum (796:3154)❌ 
  │ │   ├──[-] enum (796:4029)❌ 
  │ │   ├──[-] enum (796:3019)❌ 
  │ │   ├──[-] enum (796:3359)❌ 
  │ │   ├──[-] enum (796:3469)❌ 
  │ │   ├──[-] enum (796:4044)❌ 
  │ │   ├──[-] enum (796:3084)❌ 
  │ │   ├──[-] enum (796:3614)❌ 
  │ │   ├──[-] enum (796:3779)❌ 
  │ │   ├──[-] enum (796:3999)❌ 
  │ │   ├──[-] enum (796:4144)❌ 
  │ │   ├──[-] enum (796:4249)❌ 
  │ │   ├──[-] enum (796:3459)❌ 
  │ │   ├──[-] enum (796:3659)❌ 
  │ │   ├──[-] enum (796:3764)❌ 
  │ │   ├──[-] enum (796:4194)❌ 
  │ │   ├──[-] enum (796:3164)❌ 
  │ │   ├──[-] enum (796:3199)❌ 
  │ │   ├──[-] enum (796:3819)❌ 
  │ │   ├──[-] enum (796:3879)❌ 
  │ │   ├──[-] enum (796:4089)❌ 
  │ │   ├──[-] enum (796:4189)❌ 
  │ │   ├──[-] enum (796:3884)❌ 
  │ │   ├──[-] enum (796:3959)❌ 
  │ │   ├──[-] enum (796:4039)❌ 
  │ │   ├──[-] enum (796:4179)❌ 
  │ │   ├──[-] enum (796:4224)❌ 
  │ │   ├──[-] enum (796:3509)❌ 
  │ │   ├──[-] enum (796:3694)❌ 
  │ │   ├──[-] enum (796:3729)❌ 
  │ │   ├──[-] enum (796:3754)❌ 
  │ │   ├──[-] enum (796:3849)❌ 
  │ │   ├──[-] enum (796:4174)❌ 
  │ │   ├──[-] enum (796:3214)❌ 
  │ │   ├──[-] enum (796:3499)❌ 
  │ │   ├──[-] enum (796:3699)❌ 
  │ │   ├──[-] enum (796:4134)❌ 
  │ │   ├──[-] enum (796:4239)❌ 
  │ │   ├──[-] enum (796:3259)❌ 
  │ │   ├──[-] enum (796:3284)❌ 
  │ │   ├──[-] enum (796:3549)❌ 
  │ │   ├──[-] enum (796:3829)❌ 
  │ │   ├──[-] enum (796:3349)❌ 
  │ │   ├──[-] enum (796:3439)❌ 
  │ │   ├──[-] enum (796:3404)❌ 
  │ │   ├──[-] enum (796:3864)❌ 
  │ │   ├──[-] enum (796:4209)❌ 
  │ │   ├──[-] enum (796:3324)❌ 
  │ │   ├──[-] enum (796:4054)❌ 
  │ │   ├──[-] enum (796:4164)❌ 
  │ │   ├──[-] enum (796:3114)❌ 
  │ │   ├──[-] enum (796:4079)❌ 
  │ │   ├──[-] enum (796:3139)❌ 
  │ │   ├──[-] enum (796:3594)❌ 
  │ │   ├──[-] enum (796:3714)❌ 
  │ │   ├──[-] enum (796:3889)❌ 
  │ │   ├──[-] enum (796:4129)❌ 
  │ │   ├──[-] enum (796:3724)❌ 
  │ │   ├──[-] enum (796:3539)❌ 
  │ │   ├──[-] enum (796:3669)❌ 
  │ │   ├──[-] enum (796:3704)❌ 
  │ │   ├──[-] enum (796:3054)❌ 
  │ │   ├──[-] enum (796:3064)❌ 
  │ │   ├──[-] enum (796:3529)❌ 
  │ │   ├──[-] enum (796:4169)❌ 
  │ │   ├──[-] enum (796:3234)❌ 
  │ │   ├──[-] enum (796:4059)❌ 
  │ │   ├──[-] enum (796:4094)❌ 
  │ │   ├──[-] enum (796:3224)❌ 
  │ │   ├──[-] enum (796:3309)❌ 
  │ │   ├──[-] enum (796:3604)❌ 
  │ │   ├──[-] enum (796:3834)❌ 
  │ │   ├──[-] enum (796:3119)❌ 
  │ │   ├──[-] enum (796:3269)❌ 
  │ │   ├──[-] enum (796:4149)❌ 
  │ │   ├──[-] enum (796:3024)❌ 
  │ │   ├──[-] enum (796:3184)❌ 
  │ │   ├──[-] enum (796:3304)❌ 
  │ │   ├──[-] enum (796:3339)❌ 
  │ │   ├──[-] enum (796:3419)❌ 
  │ │   ├──[-] enum (796:4084)❌ 
  │ │   ├──[-] enum (796:4184)❌ 
  │ │   ├──[-] enum (796:3149)❌ 
  │ │   ├──[-] enum (796:3489)❌ 
  │ │   ├──[-] enum (796:3684)❌ 
  │ │   ├──[-] enum (796:3749)❌ 
  │ │   ├──[-] enum (796:4234)❌ 
  │ │   ├──[-] enum (796:4229)❌ 
  │ │   ├──[-] enum (796:3074)❌ 
  │ │   ├──[-] enum (796:3479)❌ 
  │ │   ├──[-] enum (796:3484)❌ 
  │ │   ├──[-] enum (796:3589)❌ 
  │ │   ├──[-] enum (796:3789)❌ 
  │ │   ├──[-] enum (796:3034)❌ 
  │ │   ├──[-] enum (796:3579)❌ 
  │ │   ├──[-] enum (796:3784)❌ 
  │ │   ├──[-] enum (796:4099)❌ 
  │ │   ├──[-] enum (796:3444)❌ 
  │ │   ├──[-] enum (796:3364)❌ 
  │ │   ├──[-] enum (796:4049)❌ 
  │ │   ├──[-] enum (796:3044)❌ 
  │ │   ├──[-] enum (796:3739)❌ 
  │ │   ├──[-] enum (796:3759)❌ 
  │ │   ├──[-] enum (796:3899)❌ 
  │ │   ├──[-] enum (796:4159)❌ 
  │ │   ├──[-] enum (796:4114)❌ 
  │ │   ├──[-] enum (796:4154)❌ 
  │ │   ├──[-] enum (796:4204)❌ 
  │ │   ├──[-] enum (796:3524)❌ 
  │ │   ├──[-] enum (796:3564)❌ 
  │ │   ├──[-] enum (796:3619)❌ 
  │ │   ├──[-] enum (796:3679)❌ 
  │ │   ├──[-] enum (796:3824)❌ 
  │ │   ├──[-] enum (796:4019)❌ 
  │ │   ├──[-] enum (796:3229)❌ 
  │ │   ├──[-] enum (796:3264)❌ 
  │ │   ├──[-] enum (796:3319)❌ 
  │ │   ├──[-] enum (796:3474)❌ 
  │ │   ├──[-] enum (796:3869)❌ 
  │ │   ├──[-] enum (796:3929)❌ 
  │ │   ├──[-] enum (796:4034)❌ 
  │ │   ├──[-] enum (796:4214)❌ 
  │ │   ├──[-] enum (796:3464)❌ 
  │ │   ├──[-] enum (796:3774)❌ 
  │ │   ├──[-] enum (796:3559)❌ 
  │ │   ├──[-] enum (796:4074)❌ 
  │ │   ├──[-] enum (796:4104)❌ 
  │ │   ├──[-] enum (796:4244)❌ 
  │ │   ├──[-] enum (796:3014)❌ 
  │ │   ├──[-] enum (796:3124)❌ 
  │ │   ├──[-] enum (796:3174)❌ 
  │ │   ├──[-] enum (796:3609)❌ 
  │ │   ├──[-] enum (796:3974)❌ 
  │ │   ├──[-] enum (796:3514)❌ 
  │ │   ├──[-] enum (796:3674)❌ 
  │ │   ├──[-] enum (796:3839)❌ 
  │ │   ├──[-] enum (796:4139)❌ 
  │ │   ├──[-] enum (796:3069)❌ 
  │ │   ├──[-] enum (796:3394)❌ 
  │ │   ├──[-] enum (796:3409)❌ 
  │ │   ├──[-] enum (796:3799)❌ 
  │ │   ├──[-] enum (796:4199)❌ 
  │ │   ├──[-] enum (796:3344)❌ 
  │ │   ├──[-] enum (796:3919)❌ 
  │ │   ├──[-] enum (796:4009)❌ 
  │ │   ├──[-] enum (796:4219)❌ 
  │ │   ├──[-] enum (796:3179)❌ 
  │ │   ├──[-] enum (796:3299)❌ 
  │ │   ├──[-] enum (796:3859)❌ 
  │ │   ├──[-] enum (796:4109)❌ 
  │ │   ├──[-] enum (796:3374)❌ 
  │ │   ├──[-] enum (796:3644)❌ 
  │ │   ├──[-] enum (796:3924)❌ 
  │ │   ├──[-] enum (796:3954)❌ 
  │ │   ├──[-] enum (796:3979)❌ 
  │ │   ├──[-] enum (796:3094)❌ 
  │ │   ├──[-] enum (796:3814)❌ 
  │ │   ├──[-] enum (796:3964)❌ 
  │ │   ├──[-] enum (796:3934)❌ 
  │ │   ├──[-] enum (796:4254)❌ 
  │ │   ├──[-] enum (796:3544)❌ 
  │ │   ├──[-] enum (796:3089)❌ 
  │ │   ├──[-] enum (796:3804)❌ 
  │ │   ├──[-] enum (796:3844)❌ 
  │ │   ├──[-] enum (796:3189)❌ 
  │ │   ├──[-] enum (796:3424)❌ 
  │ │   ├──[-] enum (796:3554)❌ 
  │ │   ├──[-] enum (796:3159)❌ 
  │ │   ├──[-] enum (796:3289)❌ 
  │ │   ├──[-] enum (796:3399)❌ 
  │ │   ├──[-] enum (796:3769)❌ 
  │ │   ├──[-] enum (796:3239)❌ 
  │ │   ├──[-] enum (796:3334)❌ 
  │ │   ├──[-] enum (796:3634)❌ 
  │ │   ├──[-] enum (796:3809)❌ 
  │ │   ├──[-] enum (796:3994)❌ 
  │ │   ├──[-] enum (796:4024)❌ 
  │ │   ├──[-] enum (796:3039)❌ 
  │ │   ├──[-] enum (796:3049)❌ 
  │ │   ├──[-] enum (796:3949)❌ 
  │ │   ├──[-] enum (796:4124)❌ 
  │ │   ├──[-] enum (796:3204)❌ 
  │ │   ├──[-] enum (796:3219)❌ 
  │ │   ├──[-] enum (796:3369)❌ 
  │ │   ├──[-] enum (796:3429)❌ 
  │ │   ├──[-] enum (796:3449)❌ 
  │ │   ├──[-] enum (796:3574)❌ 
  │ │   ├──[-] enum (796:3709)❌ 
  │ │   ├──[-] enum (796:3744)❌ 
  │ │   ├──[-] enum (796:3129)❌ 
  │ │   ├──[-] enum (796:3414)❌ 
  │ │   ├──[-] enum (796:3454)❌ 
  │ │   ├──[-] enum (796:3599)❌ 
  │ │   ├──[-] enum (796:3649)❌ 
  │ │   ├──[-] enum (796:3944)❌ 
  │ │   ├──[-] enum (796:4069)❌ 
  │ │   ├──[-] enum (796:3519)❌ 
  │ │   ├──[-] enum (796:3664)❌ 
  │ │   ├──[-] enum (796:3984)❌ 
  │ │   ├──[-] enum (796:3274)❌ 
  │ │   ├──[-] enum (796:3854)❌ 
  │ │   ├──[-] enum (796:3904)❌ 
  │ │   ├──[-] enum (796:4119)❌ 
  │ │   ├──[-] enum (796:3144)❌ 
  │ │   ├──[-] enum (796:3329)❌ 
  │ │   ├──[-] enum (796:3734)❌ 
  │ │   ├──[-] enum (796:3209)❌ 
  │ │   ├──[-] enum (796:3249)❌ 
  │ │   ├──[-] enum (796:3874)❌ 
  │ │   ├──[-] enum (796:3909)❌ 
  │ │   ├──[-] enum (796:3989)❌ 
  │ │   ├──[-] enum (796:3719)❌ 
  │ │   ├──[-] enum (796:3029)❌ 
  │ │   ├──[-] enum (796:3379)❌ 
  │ │   ├──[-] enum (796:3389)❌ 
  │ │   ├──[-] enum (796:3504)❌ 
  │ │   ├──[-] enum (796:3254)❌ 
  │ │   ├──[-] enum (796:3354)❌ 
  │ │   ├──[-] enum (796:3494)❌ 
  │ │   ├──[-] enum (796:3639)❌ 
  │ │   ├──[-] enum (796:3969)❌ 
  │ │   ├──[-] enum (796:3689)❌ 
  │ │   ├──[-] enum (796:3894)❌ 
  │ │   ├──[-] enum (796:3059)❌ 
  │ │   ├──[-] enum (796:3314)❌ 
  │ │   ├──[-] enum (796:3654)❌ 
  │ │   ├──[-] enum (796:3914)❌ 
  │ │   ├──[-] enum (796:3534)❌ 
  │ │   ├──[-] enum (796:3279)❌ 
  │ │   ├──[-] enum (796:3134)❌ 
  │ │   ├──[-] enum (796:3079)❌ 
  │ │   ├──[-] enum (796:3194)❌ 
  │ │   ├──[-] enum (796:3099)❌ 
  │ │   ├──[-] enum (796:3294)❌ 
  │ │   ├──[-] enum (796:3584)❌ 
  │ │   ├──[-] enum (796:4004)❌ 
  │ │   ├──[-] enum (796:4014)❌ 
  │ │   ├──[-] enum (796:4064)❌ 
  │ │   ├──[-] enum (796:3109)❌ 
  │ │   ├──[-] enum (796:3434)❌ 
  │ │   ├──[-] enum (796:3794)❌ 
  │ │   ├──[-] title (796:4268)
  │ │   └─┬Extensions
  │ │     └──[-] x-speakeasy-enums (796:4304)❌ 
  │ ├─┬created_at
  │ │ └──[🔀] $ref (392:137292)❌ 
  │ ├─┬customer_email_settings
  │ │ └──[🔀] $ref (392:128346)❌ 
  │ ├─┬modified_at
  │ │ ├──[-] title (796:250)
  │ │ ├──[🔀] description (392:127720)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (392:146966)❌ 
  │ ├─┬avatar_url
  │ │ ├──[+] type (392:126415)❌ 
  │ │ ├──[🔀] title (392:126433)
  │ │ ├──[🔀] description (392:126472)
  │ │ ├──[-] anyOf (796:698)❌ 
  │ │ └──[-] anyOf (796:717)❌ 
  │ ├─┬feature_settings
  │ │ ├──[+] title (392:127140)
  │ │ ├──[🔀] description (392:127177)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (392:127075)❌ 
  │ ├─┬email
  │ │ └──[🔀] $ref (392:283206)❌ 
  │ ├─┬default_tax_behavior
  │ │ └──[🔀] $ref (392:144860)❌ 
  │ ├─┬default_presentment_currency
  │ │ └──[🔀] $ref (392:143530)❌ 
  │ ├─┬notification_settings
  │ │ └──[🔀] $ref (392:125542)❌ 
  │ ├─┬status
  │ │ └──[🔀] $ref (392:255432)❌ 
  │ ├─┬id
  │ │ ├──[-] type (796:337)❌ 
  │ │ ├──[🔀] title (392:126612)
  │ │ ├──[-] format (796:355)❌ 
  │ │ ├──[🔀] description (392:126634)
  │ │ ├──[+] anyOf (392:126568)
  │ │ └──[+] anyOf (392:126587)
  │ ├─┬allow_customer_updates
  │ │ ├──[-] type (796:1048)❌ 
  │ │ ├──[🔀] title (392:131084)
  │ │ ├──[🔀] description (392:131111)
  │ │ ├──[+] anyOf (392:131023)
  │ │ └──[+] anyOf (392:131059)
  │ └─┬proration_behavior
  │   └──[🔀] $ref (392:125789)❌ 
  ├─┬CustomerIndividual
  │ ├──[+] properties (370:286246)
  │ ├─┬tax_id
  │ │ ├──[+] examples (370:286205)
  │ │ ├──[+] type (370:286077)❌ 
  │ │ ├──[🔀] title (370:286111)
  │ │ ├──[+] format (370:286095)❌ 
  │ │ ├──[+] description (370:286143)
  │ │ ├──[-] anyOf (541:1570)❌ 
  │ │ └──[-] anyOf (541:1757)❌ 
  │ ├─┬locale
  │ │ ├──[+] examples (370:284334)
  │ │ ├──[+] type (370:284243)❌ 
  │ │ ├──[🔀] title (370:284277)
  │ │ ├──[+] format (370:284261)❌ 
  │ │ ├──[+] description (370:284296)
  │ │ ├──[-] anyOf (541:1811)❌ 
  │ │ └──[-] anyOf (541:1830)❌ 
  │ ├─┬email
  │ │ ├──[-] examples (541:924)
  │ │ ├──[-] type (541:791)❌ 
  │ │ ├──[🔀] title (370:286593)
  │ │ ├──[🔀] description (370:286620)
  │ │ ├──[+] anyOf (370:286528)
  │ │ └──[+] anyOf (370:286568)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (370:286345)
  │ │ ├──[🔀] description (370:286387)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (370:286310)❌ 
  │ ├─┬id
  │ │ ├──[🔀] examples (370:284948)
  │ │ ├──[-] type (541:57)❌ 
  │ │ ├──[🔀] title (370:284791)
  │ │ ├──[-] format (541:75)❌ 
  │ │ ├──[🔀] description (370:284819)
  │ │ ├──[+] anyOf (370:284747)
  │ │ └──[+] anyOf (370:284766)
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (370:285110)
  │ │ ├──[🔀] type (370:284977)❌ 
  │ │ ├──[🔀] title (370:284994)
  │ │ └──[🔀] description (370:285016)
  │ ├─┬type
  │ │ ├──[-] examples (541:1314)
  │ │ ├──[-] type (541:1219)❌ 
  │ │ ├──[🔀] title (370:285968)
  │ │ ├──[-] description (541:1278)
  │ │ ├──[-] const (541:1236)❌ 
  │ │ ├──[+] anyOf (370:285756)
  │ │ └──[+] anyOf (370:285943)
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (370:285637)
  │ │ ├──[-] type (541:1891)❌ 
  │ │ ├──[🔀] title (370:285576)
  │ │ ├──[-] format (541:1909)❌ 
  │ │ ├──[🔀] description (370:285597)
  │ │ ├──[+] anyOf (370:285532)
  │ │ └──[+] anyOf (370:285551)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (370:285383)
  │ │ ├──[+] type (370:285160)❌ 
  │ │ ├──[🔀] title (370:285178)
  │ │ ├──[🔀] description (370:285209)
  │ │ ├──[-] anyOf (541:561)❌ 
  │ │ └──[-] anyOf (541:580)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (541:1451)
  │ │ ├──[🔀] title (370:284587)
  │ │ ├──[🔀] description (370:284615)
  │ │ └─┬ANYOF
  │ │   └──[+] format (370:284548)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ └─┬metadata
  │   └──[🔀] $ref (370:285987)❌ 
  ├─┬Order
  │ ├──[+] required (392:99665)❌ 
  │ ├──[+] required (392:99881)❌ 
  │ ├──[+] required (392:99901)❌ 
  │ ├──[+] properties (392:96472)
  │ ├──[+] properties (392:98910)
  │ ├──[+] properties (392:99139)
  │ ├─┬refunded_amount
  │ │ ├──[-] examples (777:1797)
  │ │ ├──[-] type (777:1707)❌ 
  │ │ ├──[🔀] title (392:96543)
  │ │ ├──[🔀] description (392:96574)
  │ │ ├──[+] anyOf (392:96499)
  │ │ └──[+] anyOf (392:96518)
  │ ├─┬subscription_id
  │ │ ├──[🔀] title (392:96822)
  │ │ ├──[+] description (392:96844)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (392:96785)❌ 
  │ │   └──[-] format (777:3053)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] examples (777:1238)
  │ │ ├──[-] type (777:1133)❌ 
  │ │ ├──[🔀] title (392:97265)
  │ │ ├──[-] description (777:1180)
  │ │ ├──[+] anyOf (392:97204)
  │ │ └──[+] anyOf (392:97240)
  │ ├─┬status
  │ │ └──[🔀] $ref (392:95493)❌ 
  │ ├─┬tax_amount
  │ │ ├──[-] examples (777:1104)
  │ │ ├──[-] type (777:1018)❌ 
  │ │ ├──[-] title (777:1036)
  │ │ ├──[-] description (777:1063)
  │ │ ├──[+] anyOf (392:117580)
  │ │ └──[+] anyOf (392:98617)
  │ ├─┬refunded_tax_amount
  │ │ ├──[🔀] examples (392:99132)
  │ │ ├──[🔀] title (392:98956)
  │ │ └──[🔀] description (392:98990)
  │ ├─┬subtotal_amount
  │ │ └──[🔀] $ref (392:117455)❌ 
  │ ├─┬invoice_number
  │ │ ├──[-] type (777:2341)❌ 
  │ │ ├──[🔀] description (392:96212)
  │ │ ├──[+] anyOf (392:96137)
  │ │ └──[+] anyOf (392:96156)
  │ ├─┬seats
  │ │ ├──[+] examples (392:99326)
  │ │ ├──[+] type (392:99171)❌ 
  │ │ ├──[🔀] title (392:99189)
  │ │ ├──[🔀] description (392:99227)
  │ │ ├──[-] anyOf (777:2600)❌ 
  │ │ └──[-] anyOf (777:2620)❌ 
  │ └─┬subscription
  │   ├──[+] examples (392:95722)
  │   ├──[+] type (392:95625)❌ 
  │   ├──[+] title (392:95643)
  │   ├──[+] description (392:95679)
  │   ├──[-] anyOf (791:28)❌ 
  │   └──[-] anyOf (777:4440)❌ 
  ├─┬OrganizationCreate
  │ └─┬slug
  │   └──[+] maxLength (392:138618)❌ 
  ├─┬BenefitGitHubRepository
  │ ├──[+] required (370:67995)❌ 
  │ ├──[+] properties (370:67504)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (370:70721)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:67623)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (395:852)❌ 
  │ │ ├──[🔀] title (370:67031)
  │ │ ├──[-] format (395:870)❌ 
  │ │ ├──[🔀] description (370:67059)
  │ │ ├──[+] anyOf (370:66966)
  │ │ └──[+] anyOf (370:67006)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:67517)❌ 
  │ └─┬type
  │   ├──[🔀] type (370:67296)❌ 
  │   ├──[🔀] title (370:67314)
  │   ├──[+] description (370:67341)
  │   └──[-] const (395:459)❌ 
  ├─┬LicenseKeyValidate
  │ └─┬increment_usage
  │   └─┬ANYOF
  │     └──[+] minimum (392:31890)❌ 
  ├─┬SeatAssign
  │ ├──[-] properties (879:231)❌ 
  │ ├─┬order_id
  │ │ └──[🔀] description (392:219369)
  │ └─┬subscription_id
  │   └──[🔀] description (392:219185)
  ├─┬MetricPeriod
  │ ├──[+] properties (392:71287)
  │ ├──[+] properties (392:72102)
  │ ├──[+] properties (392:67443)
  │ ├──[+] properties (392:71416)
  │ ├──[+] properties (392:67326)
  │ ├──[+] properties (392:67217)
  │ ├──[+] properties (392:72235)
  │ ├──[+] properties (392:67003)
  │ ├──[+] properties (392:67110)
  │ ├──[+] properties (392:66900)
  │ ├──[+] properties (392:66166)
  │ ├──[+] properties (392:65872)
  │ ├─┬revenue
  │ │ └──[🔀] title (392:68996)
  │ ├─┬new_subscriptions
  │ │ └──[🔀] title (392:65843)
  │ ├─┬canceled_subscriptions_too_complex
  │ │ └──[🔀] title (392:71255)
  │ ├─┬checkouts_conversion
  │ │ └──[🔀] title (392:72090)
  │ ├─┬one_time_products_net_revenue
  │ │ └──[🔀] title (392:67421)
  │ ├─┬costs
  │ │ └──[🔀] title (392:71527)
  │ ├─┬canceled_subscriptions_missing_features
  │ │ └──[🔀] title (392:70199)
  │ ├─┬cost_per_user
  │ │ └──[🔀] title (392:66774)
  │ ├─┬new_subscriptions_net_revenue
  │ │ └──[🔀] title (392:68524)
  │ ├─┬one_time_products
  │ │ └──[🔀] title (392:67844)
  │ ├─┬gross_margin
  │ │ └──[🔀] title (392:68641)
  │ ├─┬renewed_subscriptions_net_revenue
  │ │ └──[🔀] title (392:68873)
  │ ├─┬cumulative_costs
  │ │ └──[🔀] title (392:66127)
  │ ├─┬canceled_subscriptions_low_quality
  │ │ └──[🔀] title (392:70057)
  │ ├─┬committed_subscriptions
  │ │ └──[🔀] title (392:67542)
  │ ├─┬churned_subscriptions
  │ │ └──[🔀] title (392:71662)
  │ ├─┬net_average_order_value
  │ │ └──[🔀] title (392:71862)
  │ ├─┬average_order_value
  │ │ └──[🔀] title (392:71388)
  │ ├─┬renewed_subscriptions_revenue
  │ │ └──[🔀] title (392:69131)
  │ ├─┬cashflow
  │ │ └──[🔀] title (392:70971)
  │ ├─┬committed_monthly_recurring_revenue
  │ │ └──[🔀] title (392:66886)
  │ ├─┬monthly_recurring_revenue
  │ │ └──[🔀] title (392:67954)
  │ ├─┬checkouts
  │ │ └──[🔀] title (392:71117)
  │ ├─┬average_revenue_per_user
  │ │ └──[🔀] title (392:68401)
  │ ├─┬canceled_subscriptions_unused
  │ │ └──[🔀] title (392:70820)
  │ ├─┬net_revenue
  │ │ └──[🔀] title (392:71766)
  │ ├─┬canceled_subscriptions_too_expensive
  │ │ └──[🔀] title (392:70666)
  │ ├─┬timestamp
  │ │ ├──[-] type (762:58)❌ 
  │ │ ├──[🔀] title (392:69647)
  │ │ ├──[-] format (762:76)❌ 
  │ │ ├──[-] description (762:122)
  │ │ ├──[+] anyOf (392:69583)
  │ │ ├──[+] anyOf (392:69603)
  │ │ └──[+] anyOf (392:69622)
  │ ├─┬new_subscriptions_revenue
  │ │ └──[🔀] title (392:68075)
  │ ├─┬one_time_products_revenue
  │ │ └──[🔀] title (392:69258)
  │ ├─┬cumulative_revenue
  │ │ └──[🔀] title (392:65714)
  │ ├─┬renewed_subscriptions
  │ │ └──[🔀] title (392:69381)
  │ ├─┬orders
  │ │ └──[🔀] title (392:69516)
  │ ├─┬ltv
  │ │ └──[🔀] title (392:68285)
  │ ├─┬canceled_subscriptions_other
  │ │ └──[🔀] title (392:70353)
  │ ├─┬churn_rate
  │ │ └──[🔀] title (392:66544)
  │ ├─┬canceled_subscriptions_customer_service
  │ │ └──[🔀] title (392:72205)
  │ ├─┬canceled_subscriptions_switched_service
  │ │ └──[🔀] title (392:70507)
  │ ├─┬succeeded_checkouts
  │ │ └──[🔀] title (392:67651)
  │ ├─┬canceled_subscriptions
  │ │ └──[🔀] title (392:66430)
  │ ├─┬net_cumulative_revenue
  │ │ └──[🔀] title (392:71978)
  │ └─┬gross_margin_percentage
  │   └──[🔀] title (392:68183)
  ├─┬DiscountCreate
  │ ├──[+] discriminator (370:371103)❌ 
  │ ├──[-] oneOf (616:54)❌ 
  │ ├──[-] oneOf (619:49)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (370:371390)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (370:385654)❌ 
  ├─┬OrderStatus
  │ └──[+] enum (392:117472)
  ├─┬BenefitDiscord
  │ ├──[+] required (370:48311)❌ 
  │ ├──[+] properties (370:47829)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (374:833)❌ 
  │ │ ├──[🔀] title (370:47366)
  │ │ ├──[-] format (374:851)❌ 
  │ │ ├──[🔀] description (370:47394)
  │ │ ├──[+] anyOf (370:47301)
  │ │ └──[+] anyOf (370:47341)
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:47948)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (370:47621)❌ 
  │ │ ├──[🔀] title (370:47639)
  │ │ ├──[+] description (370:47666)
  │ │ └──[-] const (374:450)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:47842)❌ 
  │ └─┬selectable
  │   └──[🔀] $ref (370:50533)❌ 
  ├─┬CustomerUpdate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (370:363438)
  ├─┬SubscriptionUpdate
  │ └──[+] anyOf (392:270870)
  ├─┬CheckoutPublicConfirmed
  │ ├──[+] required (370:217228)❌ 
  │ ├──[+] properties (370:210214)
  │ ├─┬trial_end
  │ │ ├──[+] type (370:210490)❌ 
  │ │ ├──[🔀] title (370:210508)
  │ │ ├──[🔀] description (370:210537)
  │ │ ├──[-] anyOf (474:3903)❌ 
  │ │ └──[-] anyOf (474:3943)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] type (474:2869)❌ 
  │ │ ├──[-] title (474:2887)
  │ │ ├──[🔀] description (370:210315)
  │ │ ├──[+] anyOf (392:283105)
  │ │ └──[+] anyOf (370:210284)
  │ └─┬url
  │   ├──[-] type (474:1045)❌ 
  │   ├──[🔀] title (370:211589)
  │   ├──[🔀] description (370:211615)
  │   ├──[+] anyOf (370:211524)
  │   └──[+] anyOf (370:211564)
  ├─┬CustomerTeam
  │ ├──[+] properties (370:358674)
  │ ├─┬email
  │ │ ├──[-] examples (595:947)
  │ │ ├──[🔀] title (370:359021)
  │ │ ├──[🔀] description (370:359048)
  │ │ └─┬ANYOF
  │ │   └──[+] format (370:358982)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:358415)❌ 
  │ ├─┬tax_id
  │ │ ├──[+] examples (370:358633)
  │ │ ├──[+] type (370:358505)❌ 
  │ │ ├──[🔀] title (370:358539)
  │ │ ├──[+] format (370:358523)❌ 
  │ │ ├──[+] description (370:358571)
  │ │ ├──[-] anyOf (595:1623)❌ 
  │ │ └──[-] anyOf (595:1810)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (595:1504)
  │ │ ├──[🔀] title (370:356956)
  │ │ ├──[🔀] description (370:356984)
  │ │ └─┬ANYOF
  │ │   └──[+] format (370:356917)❌ 
  │ ├─┬locale
  │ │ ├──[+] examples (370:356703)
  │ │ ├──[+] type (370:356612)❌ 
  │ │ ├──[🔀] title (370:356646)
  │ │ ├──[+] format (370:356630)❌ 
  │ │ ├──[+] description (370:356665)
  │ │ ├──[-] anyOf (595:1864)❌ 
  │ │ └──[-] anyOf (595:1883)❌ 
  │ ├─┬id
  │ │ ├──[🔀] examples (370:357317)
  │ │ ├──[-] type (595:51)❌ 
  │ │ ├──[🔀] title (370:357160)
  │ │ ├──[-] format (595:69)❌ 
  │ │ ├──[🔀] description (370:357188)
  │ │ ├──[+] anyOf (370:357116)
  │ │ └──[+] anyOf (370:357135)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (370:358773)
  │ │ ├──[🔀] description (370:358815)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (370:358738)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬type
  │ │ ├──[-] examples (595:1373)
  │ │ ├──[-] type (595:1242)❌ 
  │ │ ├──[🔀] title (370:358396)
  │ │ ├──[-] description (595:1295)
  │ │ ├──[-] const (595:1259)❌ 
  │ │ ├──[+] anyOf (370:358184)
  │ │ └──[+] anyOf (370:358371)
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (370:358065)
  │ │ ├──[-] type (595:1944)❌ 
  │ │ ├──[🔀] title (370:358004)
  │ │ ├──[-] format (595:1962)❌ 
  │ │ ├──[🔀] description (370:358025)
  │ │ ├──[+] anyOf (370:357960)
  │ │ └──[+] anyOf (370:357979)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (370:357781)
  │ │ ├──[+] type (370:357558)❌ 
  │ │ ├──[🔀] title (370:357576)
  │ │ ├──[🔀] description (370:357607)
  │ │ ├──[-] anyOf (595:555)❌ 
  │ │ └──[-] anyOf (595:574)❌ 
  │ └─┬email_verified
  │   ├──[🔀] examples (370:357508)
  │   ├──[-] type (595:997)❌ 
  │   ├──[🔀] title (370:357392)
  │   ├──[🔀] description (370:357414)
  │   ├──[+] anyOf (370:357348)
  │   └──[+] anyOf (370:357367)
  ├─┬BenefitFeatureFlag
  │ ├──[+] required (370:61730)❌ 
  │ ├──[+] properties (370:61244)
  │ ├─┬organization_id
  │ │ ├──[-] type (388:842)❌ 
  │ │ ├──[🔀] title (370:60776)
  │ │ ├──[-] format (388:860)❌ 
  │ │ ├──[🔀] description (370:60804)
  │ │ ├──[+] anyOf (370:60711)
  │ │ └──[+] anyOf (370:60751)
  │ ├─┬type
  │ │ ├──[🔀] type (370:61036)❌ 
  │ │ ├──[🔀] title (370:61054)
  │ │ ├──[+] description (370:61081)
  │ │ └──[-] const (388:454)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:61257)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:61363)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ └─┬selectable
  │   └──[🔀] $ref (370:63761)❌ 
  ├─┬CheckoutProductsCreate
  │ ├─┬amount
  │ │ └─┬ANYOF
  │ │   ├──[-] maximum (472:2139)❌ 
  │ │   └──[🔀] minimum (370:189804)❌ 
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (370:194282)
  ├─┬ProductPriceCustom
  │ └─┬minimum_amount
  │   └──[🔀] description (392:178969)
  ├─┬BenefitPublic
  │ ├──[+] required (370:117251)❌ 
  │ ├──[+] properties (370:116901)
  │ ├─┬selectable
  │ │ ├──[🔀] type (370:117028)❌ 
  │ │ ├──[🔀] title (370:117062)
  │ │ ├──[+] format (370:117046)❌ 
  │ │ └──[🔀] description (370:117094)
  │ ├─┬organization_id
  │ │ ├──[-] type (439:866)❌ 
  │ │ ├──[🔀] title (370:116404)
  │ │ ├──[-] format (439:884)❌ 
  │ │ ├──[🔀] description (370:116432)
  │ │ ├──[+] anyOf (370:116339)
  │ │ └──[+] anyOf (370:116379)
  │ ├─┬type
  │ │ └──[🔀] $ref (370:116685)❌ 
  │ └─┬modified_at
  │   ├──[+] type (370:116922)❌ 
  │   ├──[🔀] title (370:116940)
  │   ├──[🔀] description (370:116967)
  │   ├──[-] anyOf (439:278)❌ 
  │   └──[-] anyOf (439:318)❌ 
  ├─┬CheckoutUpdatePublic
  │ ├─┬locale
  │ │ └─┬ANYOF
  │ │   └──[🔀] description (370:226940)
  │ └─┬amount
  │   └─┬ANYOF
  │     ├──[-] maximum (478:812)❌ 
  │     └──[🔀] minimum (370:225732)❌ 
  ├─┬Scope
  │ ├──[-] enum (878:104)❌ 
  │ └──[-] enum (878:93)❌ 
  ├─┬WebhookEndpoint
  │ └─┬url
  │   ├──[-] maxLength (958:453)❌ 
  │   ├──[-] minLength (958:470)❌ 
  │   └──[-] format (958:481)❌ 
  ├─┬EventTypeWithStats
  │ ├──[-] required (671:1418)❌ 
  │ ├──[-] required (671:1431)❌ 
  │ ├──[-] required (671:1445)❌ 
  │ ├─┬created_at
  │ │ ├──[-] type (671:65)❌ 
  │ │ ├──[-] format (671:83)❌ 
  │ │ ├──[🔀] description (392:2978)
  │ │ ├──[+] anyOf (392:2886)
  │ │ └──[+] anyOf (392:2926)
  │ ├─┬modified_at
  │ │ └──[🔀] description (392:3165)
  │ └─┬id
  │   ├──[-] type (671:343)❌ 
  │   ├──[-] format (671:361)❌ 
  │   ├──[🔀] description (392:2805)
  │   ├──[+] anyOf (392:2725)
  │   └──[+] anyOf (392:2761)
  ├─┬CustomerOrder
  │ ├──[+] required (370:297007)❌ 
  │ ├──[+] required (370:296850)❌ 
  │ ├──[+] required (370:296987)❌ 
  │ ├──[+] properties (370:294529)
  │ ├──[+] properties (370:296095)
  │ ├──[+] properties (370:296324)
  │ ├─┬status
  │ │ └──[🔀] $ref (370:293550)❌ 
  │ ├─┬subscription
  │ │ ├──[+] examples (370:293779)
  │ │ ├──[+] type (370:293682)❌ 
  │ │ ├──[+] title (370:293700)
  │ │ ├──[+] description (370:293736)
  │ │ ├──[-] anyOf (553:36)❌ 
  │ │ └──[-] anyOf (546:3391)❌ 
  │ ├─┬seats
  │ │ ├──[+] examples (370:296511)
  │ │ ├──[+] type (370:296356)❌ 
  │ │ ├──[🔀] title (370:296374)
  │ │ ├──[🔀] description (370:296412)
  │ │ ├──[-] anyOf (546:2608)❌ 
  │ │ └──[-] anyOf (546:2628)❌ 
  │ ├─┬refunded_tax_amount
  │ │ ├──[🔀] examples (370:296317)
  │ │ ├──[🔀] title (370:296141)
  │ │ └──[🔀] description (370:296175)
  │ ├─┬tax_amount
  │ │ ├──[-] examples (546:1112)
  │ │ ├──[-] type (546:1026)❌ 
  │ │ ├──[-] title (546:1044)
  │ │ ├──[-] description (546:1071)
  │ │ ├──[+] anyOf (370:302272)
  │ │ └──[+] anyOf (370:295617)
  │ ├─┬subscription_id
  │ │ ├──[🔀] title (370:294879)
  │ │ ├──[+] description (370:294901)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (370:294842)❌ 
  │ │   └──[-] format (546:3061)❌ 
  │ ├─┬refunded_amount
  │ │ ├──[-] examples (546:1805)
  │ │ ├──[-] type (546:1715)❌ 
  │ │ ├──[🔀] title (370:294600)
  │ │ ├──[🔀] description (370:294631)
  │ │ ├──[+] anyOf (370:294556)
  │ │ └──[+] anyOf (370:294575)
  │ ├─┬total_amount
  │ │ ├──[-] examples (546:1246)
  │ │ ├──[-] type (546:1141)❌ 
  │ │ ├──[🔀] title (370:295322)
  │ │ ├──[-] description (546:1188)
  │ │ ├──[+] anyOf (370:295261)
  │ │ └──[+] anyOf (370:295297)
  │ ├─┬invoice_number
  │ │ ├──[-] type (546:2349)❌ 
  │ │ ├──[🔀] description (370:294269)
  │ │ ├──[+] anyOf (370:294194)
  │ │ └──[+] anyOf (370:294213)
  │ └─┬subtotal_amount
  │   └──[🔀] $ref (392:117455)❌ 
  ├─┬PresentmentCurrency
  │ ├──[+] enum (392:162787)
  │ ├──[+] enum (392:162925)
  │ ├──[+] enum (392:162991)
  │ ├──[+] enum (392:163225)
  │ ├──[+] enum (392:163273)
  │ ├──[+] enum (392:162595)
  │ ├──[+] enum (392:162871)
  │ ├──[+] enum (392:163129)
  │ ├──[+] enum (392:162571)
  │ ├──[+] enum (392:162919)
  │ ├──[+] enum (392:163045)
  │ ├──[+] enum (392:162955)
  │ ├──[+] enum (392:163189)
  │ ├──[+] enum (392:162961)
  │ ├──[+] enum (392:163213)
  │ ├──[+] enum (392:162727)
  │ ├──[+] enum (392:162811)
  │ ├──[+] enum (392:162931)
  │ ├──[+] enum (392:162967)
  │ ├──[+] enum (392:163093)
  │ ├──[+] enum (392:163135)
  │ ├──[+] enum (392:162637)
  │ ├──[+] enum (392:162625)
  │ ├──[+] enum (392:163111)
  │ ├──[+] enum (392:163249)
  │ ├──[+] enum (392:163279)
  │ ├──[+] enum (392:162577)
  │ ├──[+] enum (392:162613)
  │ ├──[+] enum (392:162661)
  │ ├──[+] enum (392:162889)
  │ ├──[+] enum (392:162901)
  │ ├──[+] enum (392:163171)
  │ ├──[+] enum (392:163219)
  │ ├──[+] enum (392:163159)
  │ ├──[+] enum (392:163201)
  │ ├──[+] enum (392:162739)
  │ ├──[+] enum (392:162835)
  │ ├──[+] enum (392:163027)
  │ ├──[+] enum (392:163099)
  │ ├──[+] enum (392:162715)
  │ ├──[+] enum (392:162973)
  │ ├──[+] enum (392:162655)
  │ ├──[+] enum (392:163069)
  │ ├──[+] enum (392:163033)
  │ ├──[+] enum (392:163237)
  │ ├──[+] enum (392:163255)
  │ ├──[+] enum (392:163261)
  │ ├──[+] enum (392:163285)
  │ ├──[+] enum (392:162667)
  │ ├──[+] enum (392:163081)
  │ ├──[+] enum (392:163243)
  │ ├──[+] enum (392:163291)
  │ ├──[+] enum (392:162751)
  │ ├──[+] enum (392:162775)
  │ ├──[+] enum (392:162883)
  │ ├──[+] enum (392:162865)
  │ ├──[+] enum (392:162643)
  │ ├──[+] enum (392:162745)
  │ ├──[+] enum (392:162937)
  │ ├──[+] enum (392:162949)
  │ ├──[+] enum (392:163057)
  │ ├──[+] enum (392:163165)
  │ ├──[+] enum (392:163297)
  │ ├──[+] enum (392:162607)
  │ ├──[+] enum (392:162829)
  │ ├──[+] enum (392:162709)
  │ ├──[+] enum (392:162757)
  │ ├──[+] enum (392:162769)
  │ ├──[+] enum (392:163309)
  │ ├──[+] enum (392:162565)
  │ ├──[+] enum (392:162817)
  │ ├──[+] enum (392:162895)
  │ ├──[+] enum (392:163015)
  │ ├──[+] enum (392:163021)
  │ ├──[+] enum (392:163117)
  │ ├──[+] enum (392:162601)
  │ ├──[+] enum (392:162799)
  │ ├──[+] enum (392:162805)
  │ ├──[+] enum (392:162943)
  │ ├──[+] enum (392:162997)
  │ ├──[+] enum (392:163183)
  │ ├──[+] enum (392:162631)
  │ ├──[+] enum (392:162679)
  │ ├──[+] enum (392:162913)
  │ ├──[+] enum (392:162979)
  │ ├──[+] enum (392:162793)
  │ ├──[+] enum (392:162985)
  │ ├──[+] enum (392:163267)
  │ ├──[+] enum (392:163153)
  │ └──[+] enum (392:162619)
  ├─┬BenefitCustomSubscriber
  │ ├──[+] required (370:42992)❌ 
  │ ├──[+] properties (370:42424)
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:42543)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (370:120016)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (370:42216)❌ 
  │ │ ├──[🔀] title (370:42234)
  │ │ ├──[+] description (370:42261)
  │ │ └──[-] const (370:459)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:42437)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (370:43148)❌ 
  │ └─┬organization
  │   └──[🔀] $ref (370:41887)❌ 
  ├─┬MetricsTotals
  │ ├──[+] properties (392:85576)
  │ ├──[+] properties (392:86391)
  │ ├──[+] properties (392:81732)
  │ ├──[+] properties (392:85705)
  │ ├──[+] properties (392:81615)
  │ ├──[+] properties (392:81506)
  │ ├──[+] properties (392:86524)
  │ ├──[+] properties (392:81292)
  │ ├──[+] properties (392:81399)
  │ ├──[+] properties (392:81189)
  │ ├──[+] properties (392:80455)
  │ ├──[+] properties (392:80161)
  │ ├─┬renewed_subscriptions_revenue
  │ │ └──[🔀] title (392:83420)
  │ ├─┬cumulative_costs
  │ │ └──[🔀] title (392:80416)
  │ ├─┬succeeded_checkouts
  │ │ └──[🔀] title (392:81940)
  │ ├─┬net_average_order_value
  │ │ └──[🔀] title (392:86151)
  │ ├─┬canceled_subscriptions_too_expensive
  │ │ └──[🔀] title (392:84955)
  │ ├─┬gross_margin
  │ │ └──[🔀] title (392:82930)
  │ ├─┬checkouts
  │ │ └──[🔀] title (392:85406)
  │ ├─┬renewed_subscriptions_net_revenue
  │ │ └──[🔀] title (392:83162)
  │ ├─┬cost_per_user
  │ │ └──[🔀] title (392:81063)
  │ ├─┬renewed_subscriptions
  │ │ └──[🔀] title (392:83670)
  │ ├─┬average_revenue_per_user
  │ │ └──[🔀] title (392:82690)
  │ ├─┬new_subscriptions_revenue
  │ │ └──[🔀] title (392:82364)
  │ ├─┬costs
  │ │ └──[🔀] title (392:85816)
  │ ├─┬churned_subscriptions
  │ │ └──[🔀] title (392:85951)
  │ ├─┬new_subscriptions
  │ │ └──[🔀] title (392:80132)
  │ ├─┬canceled_subscriptions_too_complex
  │ │ └──[🔀] title (392:85544)
  │ ├─┬one_time_products_revenue
  │ │ └──[🔀] title (392:83547)
  │ ├─┬monthly_recurring_revenue
  │ │ └──[🔀] title (392:82243)
  │ ├─┬cumulative_revenue
  │ │ └──[🔀] title (392:80003)
  │ ├─┬new_subscriptions_net_revenue
  │ │ └──[🔀] title (392:82813)
  │ ├─┬canceled_subscriptions_unused
  │ │ └──[🔀] title (392:85109)
  │ ├─┬net_cumulative_revenue
  │ │ └──[🔀] title (392:86267)
  │ ├─┬cashflow
  │ │ └──[🔀] title (392:85260)
  │ ├─┬committed_monthly_recurring_revenue
  │ │ └──[🔀] title (392:81175)
  │ ├─┬checkouts_conversion
  │ │ └──[🔀] title (392:86379)
  │ ├─┬canceled_subscriptions
  │ │ └──[🔀] title (392:80719)
  │ ├─┬canceled_subscriptions_missing_features
  │ │ └──[🔀] title (392:84488)
  │ ├─┬committed_subscriptions
  │ │ └──[🔀] title (392:81831)
  │ ├─┬canceled_subscriptions_other
  │ │ └──[🔀] title (392:84642)
  │ ├─┬ltv
  │ │ └──[🔀] title (392:82574)
  │ ├─┬one_time_products
  │ │ └──[🔀] title (392:82133)
  │ ├─┬revenue
  │ │ └──[🔀] title (392:83285)
  │ ├─┬gross_margin_percentage
  │ │ └──[🔀] title (392:82472)
  │ ├─┬net_revenue
  │ │ └──[🔀] title (392:86055)
  │ ├─┬canceled_subscriptions_customer_service
  │ │ └──[🔀] title (392:86494)
  │ ├─┬one_time_products_net_revenue
  │ │ └──[🔀] title (392:81710)
  │ ├─┬orders
  │ │ └──[🔀] title (392:83805)
  │ ├─┬canceled_subscriptions_low_quality
  │ │ └──[🔀] title (392:84346)
  │ ├─┬canceled_subscriptions_switched_service
  │ │ └──[🔀] title (392:84796)
  │ ├─┬churn_rate
  │ │ └──[🔀] title (392:80833)
  │ └─┬average_order_value
  │   └──[🔀] title (392:85677)
  ├─┬ProductPriceMeter
  │ ├──[+] required (392:193985)❌ 
  │ ├──[+] properties (392:193641)
  │ ├──[+] properties (392:193773)
  │ ├──[+] properties (392:193553)
  │ ├─┬id
  │ │ ├──[-] type (849:56)❌ 
  │ │ ├──[🔀] title (392:193710)
  │ │ ├──[-] format (849:74)❌ 
  │ │ ├──[🔀] description (392:193739)
  │ │ ├──[+] anyOf (392:193666)
  │ │ └──[+] anyOf (392:193685)
  │ └─┬name
  │   ├──[-] type (849:149)❌ 
  │   ├──[🔀] title (392:193848)
  │   ├──[🔀] description (392:193882)
  │   ├──[+] anyOf (392:193803)
  │   └──[+] anyOf (392:193823)
  ├─┬CustomerPortalCustomerUpdate
  │ ├──[+] properties (370:315029)
  │ └─┬tax_id
  │   ├──[🔀] title (370:315128)
  │   └─┬ANYOF
  │     └──[+] format (370:315093)❌ 
  ├─┬BenefitLicenseKeys
  │ ├──[+] required (370:103431)❌ 
  │ ├──[+] properties (370:102945)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:102958)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (370:105574)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:103064)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (425:842)❌ 
  │ │ ├──[🔀] title (370:102477)
  │ │ ├──[-] format (425:860)❌ 
  │ │ ├──[🔀] description (370:102505)
  │ │ ├──[+] anyOf (370:102412)
  │ │ └──[+] anyOf (370:102452)
  │ └─┬type
  │   ├──[🔀] type (370:102737)❌ 
  │   ├──[🔀] title (370:102755)
  │   ├──[+] description (370:102782)
  │   └──[-] const (425:454)❌ 
  ├─┬CustomerIndividualCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (370:288334)
  ├─┬ProductPriceCustomCreate
  │ ├─┬preset_amount
  │ │ ├──[🔀] description (392:185642)
  │ │ └─┬ANYOF
  │ │   ├──[-] maximum (844:1554)❌ 
  │ │   ├──[🔀] minimum (392:184050)❌ 
  │ │   └──[🔀] description (392:184068)
  │ ├─┬minimum_amount
  │ │ ├──[🔀] minimum (392:180159)❌ 
  │ │ └──[🔀] description (392:180202)
  │ └─┬maximum_amount
  │   ├──[🔀] description (392:183610)
  │   └─┬ANYOF
  │     ├──[-] maximum (844:834)❌ 
  │     ├──[🔀] minimum (392:182017)❌ 
  │     └──[🔀] description (392:182035)
  ├─┬BenefitDownloadablesSubscriber
  │ ├──[+] required (370:58972)❌ 
  │ ├──[+] properties (370:58397)
  │ ├─┬organization
  │ │ └──[🔀] $ref (370:57853)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (392:48994)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (370:120016)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (370:58516)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:58410)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (370:59142)❌ 
  │ └─┬type
  │   ├──[🔀] type (370:58189)❌ 
  │   ├──[🔀] title (370:58207)
  │   ├──[+] description (370:58234)
  │   └──[-] const (385:466)❌ 
  ├─┬CheckoutPublic
  │ ├──[+] required (370:206604)❌ 
  │ ├──[+] properties (370:199695)
  │ ├─┬total_amount
  │ │ ├──[-] type (473:3393)❌ 
  │ │ ├──[-] title (473:3411)
  │ │ ├──[🔀] description (370:199796)
  │ │ ├──[+] anyOf (392:283105)
  │ │ └──[+] anyOf (370:199765)
  │ ├─┬trial_end
  │ │ ├──[+] type (370:199971)❌ 
  │ │ ├──[🔀] title (370:199989)
  │ │ ├──[🔀] description (370:200018)
  │ │ ├──[-] anyOf (473:4427)❌ 
  │ │ └──[-] anyOf (473:4467)❌ 
  │ └─┬url
  │   ├──[-] type (473:1569)❌ 
  │   ├──[🔀] title (370:201070)
  │   ├──[🔀] description (370:201096)
  │   ├──[+] anyOf (370:201005)
  │   └──[+] anyOf (370:201045)
  ├─┬CustomerStateIndividual
  │ ├──[+] properties (370:332916)
  │ ├─┬type
  │ │ ├──[-] examples (581:1319)
  │ │ ├──[-] type (581:1224)❌ 
  │ │ ├──[🔀] title (370:332638)
  │ │ ├──[-] description (581:1283)
  │ │ ├──[-] const (581:1241)❌ 
  │ │ ├──[+] anyOf (370:332426)
  │ │ └──[+] anyOf (370:332613)
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (370:331780)
  │ │ ├──[🔀] type (370:331647)❌ 
  │ │ ├──[🔀] title (370:331664)
  │ │ └──[🔀] description (370:331686)
  │ ├─┬email
  │ │ ├──[-] examples (581:929)
  │ │ ├──[-] type (581:796)❌ 
  │ │ ├──[🔀] title (370:333263)
  │ │ ├──[🔀] description (370:333290)
  │ │ ├──[+] anyOf (370:333198)
  │ │ └──[+] anyOf (370:333238)
  │ ├─┬id
  │ │ ├──[-] examples (581:153)
  │ │ ├──[+] items (370:333561)❌ 
  │ │ ├──[🔀] type (370:333626)❌ 
  │ │ ├──[🔀] title (370:333642)
  │ │ ├──[-] format (581:80)❌ 
  │ │ └──[🔀] description (370:333675)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (370:333015)
  │ │ ├──[🔀] description (370:333057)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (370:332980)❌ 
  │ ├─┬external_id
  │ │ ├──[🔀] examples (370:332053)
  │ │ ├──[+] type (370:331830)❌ 
  │ │ ├──[🔀] title (370:331848)
  │ │ ├──[🔀] description (370:331879)
  │ │ ├──[-] anyOf (581:566)❌ 
  │ │ └──[-] anyOf (581:585)❌ 
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (370:332307)
  │ │ ├──[-] type (581:1896)❌ 
  │ │ ├──[🔀] title (370:332246)
  │ │ ├──[-] format (581:1914)❌ 
  │ │ ├──[🔀] description (370:332267)
  │ │ ├──[+] anyOf (370:332202)
  │ │ └──[+] anyOf (370:332221)
  │ ├─┬tax_id
  │ │ ├──[+] examples (370:332875)
  │ │ ├──[+] type (370:332747)❌ 
  │ │ ├──[🔀] title (370:332781)
  │ │ ├──[+] format (370:332765)❌ 
  │ │ ├──[+] description (370:332813)
  │ │ ├──[-] anyOf (581:1575)❌ 
  │ │ └──[-] anyOf (581:1762)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (370:332657)❌ 
  │ ├─┬locale
  │ │ ├──[+] examples (370:331004)
  │ │ ├──[+] type (370:330913)❌ 
  │ │ ├──[🔀] title (370:330947)
  │ │ ├──[+] format (370:330931)❌ 
  │ │ ├──[+] description (370:330966)
  │ │ ├──[-] anyOf (581:1816)❌ 
  │ │ └──[-] anyOf (581:1835)❌ 
  │ ├─...

@github-actions github-actions Bot added the patch Patch version bump label Apr 4, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from c44b827 to 8dd7f9b Compare April 11, 2026 00:31
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from c3d3bc3 to 91c8944 Compare April 18, 2026 00:33
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from 713269a to 7874a9c Compare April 25, 2026 00:36
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from 1ad0da2 to d6e459f Compare May 2, 2026 00:42
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch from 6f5fcf9 to 3521627 Compare May 3, 2026 00:43
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 8 times, most recently from 4eb3087 to ba9498d Compare May 16, 2026 00:42
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from cc02c44 to 0fd0c39 Compare May 23, 2026 00:47
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 7 times, most recently from 5e22737 to 61f46a0 Compare May 30, 2026 00:48
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch 5 times, most recently from f58ff9c to 75834bb Compare June 4, 2026 01:00
* `polar->orders->get()`:  `response` **Changed** (Breaking ⚠️)
* `polar->organizations->get()`:  `response` **Changed** (Breaking ⚠️)
* `polar->organizations->update()`: 
  *  `request.organizationUpdate` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `polar->oauth2->authorize()`:  `response.union(user)->scopes[]` **Changed** (Breaking ⚠️)
* `polar->orders->list()`: 
  *  `request->subscriptionId` **Added**
  *  `response.items[]` **Changed** (Breaking ⚠️)
* `polar->organization_access_tokens->update()`:  `response.scopes[]` **Changed** (Breaking ⚠️)
* `polar->organization_access_tokens->create()`:  `response.organizationAccessToken->scopes[]` **Changed** (Breaking ⚠️)
* `polar->organization_access_tokens->list()`:  `response.items[]->scopes[]` **Changed** (Breaking ⚠️)
* `polar->event-types->list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `polar->events->get()`:  `response.union(SystemEvent)` **Changed** (Breaking ⚠️)
* `polar->events->list()`:  `response.union(ListResource_Event_)->items[]->union(SystemEvent)` **Changed** (Breaking ⚠️)
* `polar->customer-seats->assignSeat()`: 
  *  `request->checkoutId` **Removed** (Breaking ⚠️)
* `polar->customer_portal->subscriptions->update()`: 
  *  `request.customerSubscriptionUpdate` **Changed**
  *  `response.product` **Changed** (Breaking ⚠️)
* `polar->customer_portal->subscriptions->cancel()`:  `response.product` **Changed** (Breaking ⚠️)
* `polar->customer_portal->subscriptions->get()`:  `response.product` **Changed** (Breaking ⚠️)
* `polar->customer_portal->subscriptions->list()`:  `response.items[]->product` **Changed** (Breaking ⚠️)
* `polar->customer_portal->organizations->get()`:  `response` **Changed** (Breaking ⚠️)
* `polar->customer_portal->orders->update()`:  `response` **Changed** (Breaking ⚠️)
* `polar->customer_portal->orders->get()`:  `response` **Changed** (Breaking ⚠️)
* `polar->customer_portal->orders->list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `polar->customer_portal->seats->listClaimedSubscriptions()`:  `response.items[]->product` **Changed** (Breaking ⚠️)
* `polar->customer_portal->benefitGrants->update()`:  `response` **Changed** (Breaking ⚠️)
* `polar->customer_portal->benefitGrants->get()`:  `response` **Changed** (Breaking ⚠️)
* `polar->customer_portal->benefitGrants->list()`:  `response.items[]` **Changed** (Breaking ⚠️)
* `polar->members->createMember()`: 
  *  `request->role` **Changed** (Breaking ⚠️)
* `polar->discounts->create()`:  `request` **Changed** (Breaking ⚠️)
* `polar->organizations->create()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response` **Changed** (Breaking ⚠️)
* `polar->license_keys->list()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.items[]->customer->defaultPaymentMethodId` **Added**
* `polar->checkouts->clientConfirm()`:  `response` **Changed** (Breaking ⚠️)
* `polar->checkouts->clientUpdate()`:  `response` **Changed** (Breaking ⚠️)
* `polar->checkouts->clientGet()`:  `response` **Changed** (Breaking ⚠️)
* `polar->orders->update()`:  `response` **Changed** (Breaking ⚠️)
* `polar->license_keys->validate()`:  `response.customer->defaultPaymentMethodId` **Added**
* `polar->subscriptions->revoke()`:  `response` **Changed**
* `polar->products->update()`: 
  *  `request.productUpdate->prices[]->union(2)->union(fixed)->priceCurrency` **Changed**
  *  `response` **Changed**
* `polar->products->create()`: 
  *  `request->union(ProductCreateOneTime)->prices[]->union(seat_based)->priceCurrency` **Changed**
  *  `response` **Changed**
* `polar->products->list()`:  `response.items[]` **Changed**
* `polar->products->updateBenefits()`:  `response` **Changed**
* `polar->checkouts->list()`:  `response.items[]` **Changed**
* `polar->checkouts->create()`: 
  *  `request->currency` **Changed**
  *  `response` **Changed**
* `polar->checkouts->get()`:  `response` **Changed**
* `polar->checkouts->update()`: 
  *  `request.checkoutUpdate->currency` **Changed**
  *  `response` **Changed**
* `polar->benefit-grants->list()`:  `response.items[]` **Changed**
* `polar->benefits->grants()`:  `response.items[]` **Changed**
* `polar->benefits->update()`:  `response` **Changed**
* `polar->metrics->get()`:  `response` **Changed**
* `polar->benefits->get()`:  `response` **Changed**
* `polar->license_keys->get()`:  `response.customer->defaultPaymentMethodId` **Added**
* `polar->license_keys->update()`:  `response.customer->defaultPaymentMethodId` **Added**
* `polar->license_keys->getActivation()`:  `response.licenseKey->customer->defaultPaymentMethodId` **Added**
* `polar->benefits->create()`:  `response` **Changed**
* `polar->license_keys->activate()`:  `response.licenseKey->customer->defaultPaymentMethodId` **Added**
* `polar->checkout-links->list()`:  `response.items[]->products[]` **Changed**
* `polar->checkout-links->create()`:  `response.products[]` **Changed**
* `polar->checkout-links->get()`:  `response.products[]` **Changed**
* `polar->checkout-links->update()`:  `response.products[]` **Changed**
* `polar->benefits->list()`:  `response.items[]` **Changed**
* `polar->discounts->update()`: 
  *  `request.discountUpdate->currency` **Changed**
* `polar->customers->list()`: 
  *  `request->active` **Added**
  *  `response.items[]` **Changed**
* `polar->customers->create()`:  `response` **Changed**
* `polar->customers->get()`:  `response` **Changed**
* `polar->customers->update()`:  `response` **Changed**
* `polar->customers->getExternal()`:  `response` **Changed**
* `polar->customers->updateExternal()`:  `response` **Changed**
* `polar->customers->getState()`:  `response` **Changed**
* `polar->customers->getStateExternal()`:  `response` **Changed**
* `polar->subscriptions->update()`: 
  *  `request.subscriptionUpdate` **Changed**
  *  `response` **Changed**
* `polar->products->get()`:  `response` **Changed**
* `polar->subscriptions->get()`:  `response` **Changed**
* `polar->subscriptions->create()`:  `response` **Changed**
* `polar->customer_portal->customers->update()`: 
  *  `request->defaultPaymentMethodId` **Added**
* `polar->customer_portal->customers->addPaymentMethod()`:  `error.status[400]` **Added**
* `polar->subscriptions->list()`:  `response.items[]` **Changed**
* `polar->customer_portal->licenseKeys->list()`:  `response.items[]->customer->defaultPaymentMethodId` **Added**
* `polar->customer_portal->licenseKeys->get()`:  `response.customer->defaultPaymentMethodId` **Added**
* `polar->customer_portal->licenseKeys->validate()`:  `response.customer->defaultPaymentMethodId` **Added**
* `polar->customer_portal->licenseKeys->activate()`:  `response.licenseKey->customer->defaultPaymentMethodId` **Added**
* `polar->organizations->list()`: **Removed** (Breaking ⚠️)
* `polar->customer_portal->orders->receipt()`: **Added**
* `polar->customer_portal->customers->verifyEmailUpdate()`: **Added**
* `polar->customer_portal->orders->confirmRetryPayment()`:  `error.status[429]` **Added**
* `polar->customer_portal->customers->checkEmailUpdate()`: **Added**
* `polar->customer_portal->customers->requestEmailUpdate()`: **Added**
* `polar->members->updateMemberByExternalId()`: **Added**
* `polar->members->deleteMemberByExternalId()`: **Added**
* `polar->members->getMemberByExternalId()`: **Added**
* `polar->customers->listPaymentMethodsExternal()`: **Added**
* `polar->customer-sessions->create()`:  `response.customer` **Changed**
* `polar->customers->listPaymentMethods()`: **Added**
* `polar->metrics->export()`: **Added**
* `polar->orders->receipt()`: **Added**
* `polar->meters->list()`:  `response.items[]` **Changed**
* `polar->meters->create()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `polar->meters->get()`:  `response` **Changed**
* `polar->meters->update()`: 
  *  `request.meterUpdate` **Changed**
  *  `response` **Changed**
* `polar->orders->finalize()`: **Added**
* `polar->orders->create()`: **Added**
* `polar->organizations->listOrganizations()`: **Added**
* `polar->customer_meters->list()`:  `response.items[]` **Changed**
* `polar->customer_meters->get()`:  `response` **Changed**
* `polar->payments->list()`: 
  *  `request->customerId` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1775262505 branch from baf0699 to 2124dd0 Compare June 5, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant