Skip to content

chore: 🐝 Update SDK - Generate 0.32.1 - #151

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

chore: 🐝 Update SDK - Generate 0.32.1#151
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784593801

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown

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.

Python SDK Changes Detected:

  • polar.organizations.update():
    • request.organization_update Changed Breaking ⚠️
    • response Changed
  • polar._endpointcheckout_updated_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar._endpointcheckout_expired_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar._endpointorder_created_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointorder_updated_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointorder_paid_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointorder_refunded_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_created_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_updated_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_active_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_canceled_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_uncanceled_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_revoked_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_past_due_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_paused_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointsubscription_resumed_post():
    • request.data.discount Changed Breaking ⚠️
  • polar._endpointorganization_updated_post():
    • request.data Changed Breaking ⚠️
  • polar.organizations.create():
    • request.customer_email_settings.payment_method_expiration_reminder Added Breaking ⚠️
    • response Changed
  • polar.events.get(): response.[system_event] Changed Breaking ⚠️
  • polar.events.list(): response.[list_resource_with_cursor_pagination_event_].items.[].[system_event] Changed Breaking ⚠️
  • polar._endpointcheckout_created_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar.subscriptions.create(): response.discount Changed
  • polar.checkouts.list(): response.items.[].payment_method_type Added
  • polar.organizations.get(): response Changed
  • polar._endpointdiscount_deleted_post(): Added
  • polar.subscriptions.list():
    • request Changed
    • response.items.[].discount Changed
  • polar._endpointdiscount_updated_post(): Added
  • polar.subscriptions.export(): request Changed
  • polar.subscriptions.get(): response.discount Changed
  • polar.subscriptions.revoke(): response.discount Changed
  • polar.subscriptions.update(): response.discount Changed
  • polar.webhooks.list_webhook_deliveries(): request.event_type Changed
  • polar.orders.list():
    • request Changed
    • response.items.[].discount Changed
  • polar.orders.create(): response.discount Changed
  • polar.orders.export(): request Changed
  • polar.orders.get(): response.discount Changed
  • polar.orders.update(): response.discount Changed
  • polar.orders.finalize(): response.discount Changed
  • polar.organizations.list_organizations(): response.items.[] Changed
  • polar.checkouts.create(): response.payment_method_type Added
  • polar.checkouts.get(): response.payment_method_type Added
  • polar.checkouts.update():
    • response.payment_method_type Added
    • error.[discount_redemption_limit_reached] Added
  • polar.checkouts.client_get(): response.payment_method_type Added
  • polar.checkouts.client_update():
    • request.checkout_update_public.payment_method_type Added
    • response.payment_method_type Added
    • error.[discount_redemption_limit_reached] Added
  • polar.checkouts.client_confirm():
    • request.checkout_confirm_stripe.payment_method_type Added
    • response.payment_method_type Added
    • error.[discount_redemption_limit_reached] Added
  • polar.checkout-links.list(): response.items.[].discount Changed
  • polar.checkout-links.create(): response.discount Changed
  • polar.checkout-links.get(): response.discount Changed
  • polar.checkout-links.update(): response.discount Changed
  • polar.discounts.list(): response.items.[] Changed
  • polar.discounts.create():
    • request Changed
    • response Changed
  • polar.discounts.get(): response Changed
  • polar.discounts.update():
    • request.discount_update.max_redemptions_per_customer Added
    • response Changed
  • polar._endpointdiscount_created_post(): Added
  • polar._endpointsubscription_cycled_post(): Added
OpenAPI Change Summary
├──[+] webhooks (19223:28)
├──[+] webhooks (19601:25)
├──[+] webhooks (19643:25)
├──[+] webhooks (19685:25)
├─┬Paths
│ ├─┬/v1/subscriptions/export
│ │ └─┬GET
│ │   ├──[+] parameters (993:21)❌ 
│ │   ├──[+] parameters (1012:21)❌ 
│ │   ├──[+] parameters (1024:21)❌ 
│ │   ├──[+] parameters (904:21)❌ 
│ │   ├──[+] parameters (932:21)❌ 
│ │   ├──[+] parameters (956:21)❌ 
│ │   ├──[+] parameters (974:21)❌ 
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[🔀] title (898:24)
│ ├─┬/v1/orders/{id}/invoice
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-mint (4983:19)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (4919:19)
│ ├─┬/v1/customer-portal/license-keys/activate
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (13724:19)
│ ├─┬/v1/checkout-links/
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (8500:19)
│ ├─┬/v1/subscriptions/
│ │ └─┬GET
│ │   ├──[+] parameters (670:21)❌ 
│ │   └──[+] parameters (651:21)❌ 
│ ├─┬/v1/orders/export
│ │ └─┬GET
│ │   ├──[+] parameters (4495:21)❌ 
│ │   ├──[+] parameters (4514:21)❌ 
│ │   ├──[+] parameters (4533:21)❌ 
│ │   ├──[+] parameters (4545:21)❌ 
│ │   └──[+] parameters (4471:21)❌ 
│ ├─┬/v1/orders/
│ │ └─┬GET
│ │   ├──[+] parameters (4174:21)❌ 
│ │   ├──[+] parameters (4198:21)❌ 
│ │   └──[+] parameters (4217:21)❌ 
│ ├─┬/v1/customer-portal/orders/{id}/invoice
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-mint (14587:19)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (14512:19)
│ └─┬/v1/customer-portal/customers/me/payment-methods
│   └─┬GET
│     └─┬Extensions
│       └──[+] x-mint (12095:19)
├─┬order.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18922:19)
├─┬benefit_grant.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (20014:19)
├─┬order.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18880:19)
├─┬customer.state_changed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18586:19)
├─┬subscription.active
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19132:19)
├─┬benefit.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19846:19)
├─┬refund.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19468:19)
├─┬subscription.resumed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19426:19)
├─┬subscription.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19300:19)
├─┬benefit_grant.cycled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19972:19)
├─┬benefit_grant.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19888:19)
├─┬product.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19594:19)
├─┬organization.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19762:19)
├─┬refund.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19510:19)
├─┬customer_seat.claimed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18670:19)
├─┬order.refunded
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19006:19)
├─┬subscription.past_due
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19342:19)
├─┬benefit.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19804:19)
├─┬member.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18754:19)
├─┬subscription.updated
│ └─┬POST
│   ├──[🔀] description (19058:24)
│   └─┬Extensions
│     └──[+] x-mint (19090:19)
├─┬checkout.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18376:19)
├─┬customer_seat.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18712:19)
├─┬subscription.canceled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19174:19)
├─┬benefit_grant.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19930:19)
├─┬customer.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18460:19)
├─┬member.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18796:19)
├─┬customer.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18502:19)
├─┬subscription.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19048:19)
├─┬subscription.uncanceled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19216:19)
├─┬checkout.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18334:19)
├─┬customer_seat.assigned
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18628:19)
├─┬subscription.paused
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19384:19)
├─┬member.deleted
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18838:19)
├─┬product.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19552:19)
├─┬customer.deleted
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18544:19)
├─┬checkout.expired
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18418:19)
├─┬order.paid
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18964:19)
└─┬Components
  ├──[-] schemas (1:491726)❌ 
  ├──[+] schemas (66072:38)
  ├──[+] schemas (56847:29)
  ├──[+] schemas (55724:28)
  ├──[+] schemas (69153:40)
  ├──[+] schemas (65209:35)
  ├──[+] schemas (66212:41)
  ├──[+] schemas (69124:40)
  ├──[+] schemas (69095:40)
  ├──[+] schemas (69982:43)
  ├──[+] schemas (46770:41)
  ├──[+] schemas (56987:32)
  ├─┬DiscountFixedOnceForeverDurationBase
  │ ├──[+] required (45458:11)❌ 
  │ ├──[+] properties (45415:11)
  │ ├─┬name
  │ │ ├──[-] type (1:749223)❌ 
  │ │ ├──[🔀] title (45348:22)
  │ │ ├──[🔀] description (45349:28)
  │ │ ├──[+] anyOf (45340:15)
  │ │ └──[+] anyOf (45344:15)
  │ ├─┬starts_at
  │ │ ├──[+] type (45428:21)❌ 
  │ │ ├──[🔀] title (45429:22)
  │ │ ├──[🔀] description (45430:28)
  │ │ ├──[-] anyOf (1:749535)❌ 
  │ │ └──[-] anyOf (1:749578)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (45377:24)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (45415:43)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] examples (1:750317)
  │ │ ├──[🔀] title (45362:22)
  │ │ ├──[-] format (1:750228)❌ 
  │ │ └──[🔀] description (45363:28)
  │ └─┬redemptions_count
  │   ├──[+] examples (45438:15)
  │   ├──[🔀] type (45433:21)❌ 
  │   ├──[🔀] title (45435:22)
  │   ├──[+] format (45434:23)❌ 
  │   └──[🔀] description (45436:28)
  ├─┬DiscountPercentageOnceForeverDuration
  │ ├──[+] required (46146:11)❌ 
  │ ├──[+] properties (46098:11)
  │ ├─┬products
  │ │ ├──[+] examples (46121:15)
  │ │ ├──[-] items (1:761477)❌ 
  │ │ ├──[🔀] type (46116:21)❌ 
  │ │ ├──[🔀] title (46118:22)
  │ │ ├──[+] format (46117:23)❌ 
  │ │ └──[+] description (46119:28)
  │ ├─┬redemptions_count
  │ │ ├──[+] items (46125:22)❌ 
  │ │ ├──[🔀] type (46128:21)❌ 
  │ │ ├──[🔀] title (46129:22)
  │ │ └──[-] description (1:761224)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬starts_at
  │ │ ├──[+] type (46111:21)❌ 
  │ │ ├──[🔀] title (46112:22)
  │ │ ├──[🔀] description (46113:28)
  │ │ ├──[-] anyOf (1:760631)❌ 
  │ │ └──[-] anyOf (1:760674)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (46060:24)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:760319)❌ 
  │ │ ├──[🔀] title (46031:22)
  │ │ ├──[🔀] description (46032:28)
  │ │ ├──[+] anyOf (46023:15)
  │ │ └──[+] anyOf (46027:15)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (46098:43)❌ 
  │ └─┬organization_id
  │   ├──[-] examples (1:761413)
  │   ├──[🔀] title (46045:22)
  │   ├──[-] format (1:761324)❌ 
  │   └──[🔀] description (46046:28)
  ├─┬Checkout
  │ ├──[+] required (29725:11)❌ 
  │ ├──[+] properties (29485:11)
  │ ├─┬url
  │ │ ├──[-] type (1:474124)❌ 
  │ │ ├──[🔀] title (29528:22)
  │ │ ├──[🔀] description (29529:28)
  │ │ ├──[+] anyOf (29521:15)
  │ │ └──[+] anyOf (29524:15)
  │ ├─┬return_url
  │ │ ├──[+] type (29359:21)❌ 
  │ │ ├──[🔀] title (29360:22)
  │ │ ├──[🔀] description (29361:28)
  │ │ ├──[-] anyOf (1:474545)❌ 
  │ │ └──[-] anyOf (1:474565)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (29147:21)❌ 
  │ │ ├──[🔀] title (29148:22)
  │ │ ├──[🔀] description (29149:28)
  │ │ ├──[-] anyOf (1:475840)❌ 
  │ │ └──[-] anyOf (1:475861)❌ 
  │ ├─┬seats
  │ │ ├──[🔀] title (29160:22)
  │ │ ├──[🔀] description (29161:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (29154:25)❌ 
  │ ├─┬subscription_id
  │ │ └──[🔀] $ref (34238:17)❌ 
  │ ├─┬products
  │ │ ├──[-] items (1:482160)❌ 
  │ │ ├──[-] type (1:482218)❌ 
  │ │ ├──[🔀] title (29336:22)
  │ │ ├──[🔀] description (29337:28)
  │ │ ├──[+] deprecated (29338:27)
  │ │ ├──[+] anyOf (29328:15)
  │ │ └──[+] anyOf (29332:15)
  │ ├─┬product
  │ │ ├──[+] title (29611:22)
  │ │ ├──[🔀] description (29612:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (29587:15)❌ 
  │ ├─┬product_id
  │ │ ├──[-] title (1:477777)
  │ │ ├──[🔀] description (29563:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (31969:23)❌ 
  │ ├─┬trial_end
  │ │ ├──[+] type (29250:21)❌ 
  │ │ ├──[🔀] title (29251:22)
  │ │ ├──[🔀] description (29252:28)
  │ │ ├──[-] anyOf (1:477379)❌ 
  │ │ └──[-] anyOf (1:477422)❌ 
  │ ├─┬success_url
  │ │ ├──[-] type (1:474397)❌ 
  │ │ ├──[🔀] title (29648:22)
  │ │ ├──[-] description (1:474446)
  │ │ ├──[+] anyOf (29640:15)
  │ │ └──[+] anyOf (29644:15)
  │ ├─┬total_amount
  │ │ ├──[-] type (1:476306)❌ 
  │ │ ├──[-] title (1:476326)
  │ │ ├──[🔀] description (29247:28)
  │ │ ├──[+] anyOf (67931:22)
  │ │ └──[+] anyOf (29243:15)
  │ ├─┬trial_interval
  │ │ ├──[+] title (29304:22)
  │ │ ├──[🔀] description (29305:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (29296:15)❌ 
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (29581:22)
  │ │ ├──[🔀] description (29582:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:477881)❌ 
  │ │   ├──[-] format (1:477901)❌ 
  │ │   ├──[+] oneOf (49122:38)
  │ │   └──[+] oneOf (61630:23)
  │ ├─┬status
  │ │ └──[🔀] $ref (29180:20)❌ 
  │ ├─┬trial_interval_count
  │ │ ├──[-] title (1:481656)
  │ │ ├──[🔀] description (29517:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (68116:17)❌ 
  │ ├─┬payment_processor_metadata
  │ │ └──[🔀] $ref (60520:17)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (29547:22)❌ 
  │ │ ├──[🔀] type (29550:21)❌ 
  │ │ ├──[🔀] title (29551:22)
  │ │ └──[🔀] description (29552:28)
  │ ├─┬prices
  │ │ ├──[+] additionalProperties (29498:37)❌ 
  │ │ ├──[+] type (29501:21)❌ 
  │ │ ├──[🔀] title (29502:22)
  │ │ ├──[-] description (1:483067)
  │ │ ├──[-] anyOf (1:482731)❌ 
  │ │ └──[-] anyOf (1:483014)❌ 
  │ ├─┬product_price
  │ │ ├──[🔀] title (29323:22)
  │ │ ├──[🔀] description (29324:28)
  │ │ ├──[-] deprecated (1:482703)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (29316:25)❌ 
  │ │   ├──[+] format (29317:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬tax_behavior
  │ │ ├──[+] title (29235:22)
  │ │ ├──[🔀] description (29236:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (29228:15)❌ 
  │ └─┬payment_processor
  │   └──[🔀] $ref (29485:34)❌ 
  ├─┬CheckoutUpdatePublic
  │ ├──[+] properties (34801:11)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (34666:22)
  │ │ ├──[🔀] description (34667:28)
  │ │ └──[-] deprecated (1:578629)
  │ ├─┬product_id
  │ │ ├──[🔀] title (34810:22)
  │ │ ├──[🔀] description (34811:28)
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:578225)❌ 
  │ └─┬seats
  │   ├──[🔀] title (34679:22)
  │   ├──[🔀] description (34680:28)
  │   ├──[+] deprecated (34681:27)
  │   └─┬ANYOF
  │     ├──[🔀] type (34672:25)❌ 
  │     ├──[-] maximum (1:578921)❌ 
  │     ├──[-] minimum (1:578939)❌ 
  │     └──[+] format (34673:27)❌ 
  ├─┬DiscountFixedCreate
  │ ├──[+] properties (44985:11)
  │ ├─┬organization_id
  │ │ ├──[+] type (44928:21)❌ 
  │ │ ├──[🔀] title (44930:22)
  │ │ ├──[+] minLength (44929:26)❌ 
  │ │ ├──[🔀] description (44931:28)
  │ │ ├──[-] anyOf (1:743415)❌ 
  │ │ └──[-] anyOf (1:743547)❌ 
  │ ├─┬type
  │ │ ├──[-] type (1:743729)❌ 
  │ │ ├──[🔀] title (44955:22)
  │ │ ├──[+] description (44956:28)
  │ │ ├──[-] default (1:743785)❌ 
  │ │ ├──[-] const (1:743748)❌ 
  │ │ ├──[+] anyOf (44947:15)
  │ │ └──[+] anyOf (44951:15)
  │ ├─┬metadata
  │ │ ├──[-] additionalProperties (1:741541)❌ 
  │ │ ├──[-] propertyNames (1:741687)❌ 
  │ │ ├──[-] type (1:741730)❌ 
  │ │ ├──[🔀] title (44996:22)
  │ │ ├──[-] maxProperties (1:741757)❌ 
  │ │ ├──[🔀] description (44997:28)
  │ │ ├──[+] anyOf (44987:15)
  │ │ └──[+] anyOf (44992:15)
  │ ├─┬products
  │ │ ├──[🔀] title (45029:22)
  │ │ ├──[+] description (45030:28)
  │ │ └─┬ANYOF
  │ │   ├──[+] examples (45022:19)
  │ │   ├──[-] items (1:743217)❌ 
  │ │   ├──[🔀] type (45018:25)❌ 
  │ │   ├──[+] format (45019:27)❌ 
  │ │   └──[🔀] description (45020:32)
  │ ├─┬name
  │ │ ├──[+] additionalProperties (44900:37)❌ 
  │ │ ├──[+] propertyNames (44918:30)❌ 
  │ │ ├──[🔀] type (44922:21)❌ 
  │ │ ├──[🔀] title (44924:22)
  │ │ ├──[-] minLength (1:742162)❌ 
  │ │ ├──[+] maxProperties (44923:30)❌ 
  │ │ └──[🔀] description (44925:28)
  │ └─┬starts_at
  │   ├──[🔀] title (45013:22)
  │   ├──[-] description (1:742712)
  │   └─┬ANYOF
  │     ├──[+] items (45002:26)❌ 
  │     ├──[🔀] type (45006:25)❌ 
  │     ├──[-] format (1:742642)❌ 
  │     └──[+] description (45007:32)
  ├─┬DiscountPercentageRepeatDurationBase
  │ ├──[+] required (46605:11)❌ 
  │ ├──[+] properties (46563:11)
  │ ├─┬type
  │ │ └──[🔀] $ref (46525:24)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (46563:43)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] examples (1:768912)
  │ │ ├──[🔀] title (46510:22)
  │ │ ├──[-] format (1:768823)❌ 
  │ │ └──[🔀] description (46511:28)
  │ ├─┬starts_at
  │ │ ├──[+] type (46576:21)❌ 
  │ │ ├──[🔀] title (46577:22)
  │ │ ├──[🔀] description (46578:28)
  │ │ ├──[-] anyOf (1:768130)❌ 
  │ │ └──[-] anyOf (1:768173)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:767818)❌ 
  │ │ ├──[🔀] title (46496:22)
  │ │ ├──[🔀] description (46497:28)
  │ │ ├──[+] anyOf (46488:15)
  │ │ └──[+] anyOf (46492:15)
  │ └─┬redemptions_count
  │   ├──[+] examples (46586:15)
  │   ├──[🔀] type (46581:21)❌ 
  │   ├──[🔀] title (46583:22)
  │   ├──[+] format (46582:23)❌ 
  │   └──[🔀] description (46584:28)
  ├─┬CheckoutPublic
  │ ├──[+] required (33593:11)❌ 
  │ ├──[+] properties (33417:11)
  │ ├─┬products
  │ │ ├──[-] items (1:556879)❌ 
  │ │ ├──[-] type (1:556937)❌ 
  │ │ ├──[🔀] title (33268:22)
  │ │ ├──[🔀] description (33269:28)
  │ │ ├──[+] deprecated (33270:27)
  │ │ ├──[+] anyOf (33260:15)
  │ │ └──[+] anyOf (33264:15)
  │ ├─┬status
  │ │ └──[🔀] $ref (33112:20)❌ 
  │ ├─┬payment_processor
  │ │ └──[🔀] $ref (33417:34)❌ 
  │ ├─┬tax_behavior
  │ │ ├──[+] title (33167:22)
  │ │ ├──[🔀] description (33168:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33160:15)❌ 
  │ ├─┬product_id
  │ │ ├──[-] title (1:553217)
  │ │ ├──[🔀] description (33457:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (31969:23)❌ 
  │ ├─┬product
  │ │ ├──[+] title (33505:22)
  │ │ ├──[🔀] description (33506:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33481:15)❌ 
  │ ├─┬seats
  │ │ ├──[🔀] title (33092:22)
  │ │ ├──[🔀] description (33093:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (33086:25)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (33079:21)❌ 
  │ │ ├──[🔀] title (33080:22)
  │ │ ├──[🔀] description (33081:28)
  │ │ ├──[-] anyOf (1:551280)❌ 
  │ │ └──[-] anyOf (1:551301)❌ 
  │ ├─┬return_url
  │ │ ├──[+] type (33291:21)❌ 
  │ │ ├──[🔀] title (33292:22)
  │ │ ├──[🔀] description (33293:28)
  │ │ ├──[-] anyOf (1:549985)❌ 
  │ │ └──[-] anyOf (1:550005)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (33441:22)❌ 
  │ │ ├──[🔀] type (33444:21)❌ 
  │ │ ├──[🔀] title (33445:22)
  │ │ └──[🔀] description (33446:28)
  │ ├─┬success_url
  │ │ └──[🔀] $ref (34238:17)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] type (1:551746)❌ 
  │ │ ├──[-] title (1:551766)
  │ │ ├──[🔀] description (33179:28)
  │ │ ├──[+] anyOf (67931:22)
  │ │ └──[+] anyOf (33175:15)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (33475:22)
  │ │ ├──[🔀] description (33476:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:553321)❌ 
  │ │   ├──[-] format (1:553341)❌ 
  │ │   ├──[+] oneOf (49122:38)
  │ │   └──[+] oneOf (61630:23)
  │ ├─┬payment_processor_metadata
  │ │ └──[🔀] $ref (60520:17)❌ 
  │ ├─┬trial_end
  │ │ ├──[+] type (33182:21)❌ 
  │ │ ├──[🔀] title (33183:22)
  │ │ ├──[🔀] description (33184:28)
  │ │ ├──[-] anyOf (1:552819)❌ 
  │ │ └──[-] anyOf (1:552862)❌ 
  │ ├─┬product_price
  │ │ ├──[🔀] title (33255:22)
  │ │ ├──[🔀] description (33256:28)
  │ │ ├──[-] deprecated (1:557422)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (33248:25)❌ 
  │ │   ├──[+] format (33249:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬prices
  │ │ ├──[+] additionalProperties (33430:37)❌ 
  │ │ ├──[+] type (33433:21)❌ 
  │ │ ├──[🔀] title (33434:22)
  │ │ ├──[-] description (1:557786)
  │ │ ├──[-] anyOf (1:557450)❌ 
  │ │ └──[-] anyOf (1:557733)❌ 
  │ └─┬url
  │   ├──[-] type (1:549564)❌ 
  │   ├──[🔀] title (33236:22)
  │   ├──[🔀] description (33237:28)
  │   ├──[+] anyOf (33228:15)
  │   └──[+] anyOf (33232:15)
  ├─┬DiscountUpdate
  │ ├──[+] properties (46911:11)
  │ ├─┬starts_at
  │ │ ├──[🔀] title (47036:22)
  │ │ ├──[-] description (1:773790)
  │ │ └─┬ANYOF
  │ │   ├──[+] items (47025:26)❌ 
  │ │   ├──[🔀] type (47029:25)❌ 
  │ │   ├──[-] format (1:773720)❌ 
  │ │   └──[+] description (47030:32)
  │ ├─┬products
  │ │ ├──[🔀] title (46857:22)
  │ │ └─┬ANYOF
  │ │   ├──[-] items (1:775958)❌ 
  │ │   ├──[🔀] type (46849:25)❌ 
  │ │   ├──[+] minLength (46850:30)❌ 
  │ │   └──[🔀] description (46851:32)
  │ ├─┬metadata
  │ │ ├──[-] additionalProperties (1:772588)❌ 
  │ │ ├──[-] propertyNames (1:772734)❌ 
  │ │ ├──[-] type (1:772777)❌ 
  │ │ ├──[🔀] title (46922:22)
  │ │ ├──[-] maxProperties (1:772804)❌ 
  │ │ ├──[🔀] description (46923:28)
  │ │ ├──[+] anyOf (46913:15)
  │ │ └──[+] anyOf (46918:15)
  │ ├─┬type
  │ │ ├──[+] title (46881:22)
  │ │ ├──[+] description (46882:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (46873:15)❌ 
  │ └─┬name
  │   ├──[+] additionalProperties (46819:37)❌ 
  │   ├──[+] propertyNames (46837:30)❌ 
  │   ├──[+] type (46841:21)❌ 
  │   ├──[🔀] title (46843:22)
  │   ├──[+] maxProperties (46842:30)❌ 
  │   ├──[+] description (46844:28)
  │   ├──[-] anyOf (1:773188)❌ 
  │   └──[-] anyOf (1:773328)❌ 
  ├─┬WebhookEventType
  │ ├──[+] enum (69540:11)
  │ ├──[+] enum (69531:11)
  │ ├──[+] enum (69542:11)
  │ └──[+] enum (69541:11)
  ├─┬CheckoutPublicConfirmed
  │ ├──[+] required (34210:11)❌ 
  │ ├──[+] properties (34023:11)
  │ ├─┬status
  │ │ ├──[-] type (1:560386)❌ 
  │ │ ├──[🔀] title (33727:22)
  │ │ ├──[+] description (33728:28)
  │ │ ├──[-] const (1:560405)❌ 
  │ │ ├──[+] anyOf (33720:15)
  │ │ └──[+] anyOf (33723:15)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (34081:22)
  │ │ ├──[🔀] description (34082:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:564372)❌ 
  │ │   ├──[-] format (1:564392)❌ 
  │ │   ├──[+] oneOf (49122:38)
  │ │   └──[+] oneOf (61630:23)
  │ ├─┬products
  │ │ ├──[-] items (1:567930)❌ 
  │ │ ├──[-] type (1:567988)❌ 
  │ │ ├──[🔀] title (33874:22)
  │ │ ├──[🔀] description (33875:28)
  │ │ ├──[+] deprecated (33876:27)
  │ │ ├──[+] anyOf (33866:15)
  │ │ └──[+] anyOf (33870:15)
  │ ├─┬seats
  │ │ ├──[🔀] title (33698:22)
  │ │ ├──[🔀] description (33699:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (33692:25)❌ 
  │ ├─┬payment_processor
  │ │ └──[🔀] $ref (34023:34)❌ 
  │ ├─┬return_url
  │ │ ├──[+] type (33897:21)❌ 
  │ │ ├──[🔀] title (33898:22)
  │ │ ├──[🔀] description (33899:28)
  │ │ ├──[-] anyOf (1:561036)❌ 
  │ │ └──[-] anyOf (1:561056)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (34047:22)❌ 
  │ │ ├──[🔀] type (34050:21)❌ 
  │ │ ├──[🔀] title (34051:22)
  │ │ └──[🔀] description (34052:28)
  │ ├─┬success_url
  │ │ ├──[🔀] title (33666:22)
  │ │ ├──[-] description (1:560937)
  │ │ └──[+] const (33665:22)❌ 
  │ ├─┬product_id
  │ │ ├──[-] title (1:564268)
  │ │ ├──[🔀] description (34063:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (31969:23)❌ 
  │ ├─┬url
  │ │ ├──[-] type (1:560615)❌ 
  │ │ ├──[🔀] title (33842:22)
  │ │ ├──[🔀] description (33843:28)
  │ │ ├──[+] anyOf (33834:15)
  │ │ └──[+] anyOf (33838:15)
  │ ├─┬product_price
  │ │ ├──[🔀] title (33861:22)
  │ │ ├──[🔀] description (33862:28)
  │ │ ├──[-] deprecated (1:568473)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (33854:25)❌ 
  │ │   ├──[+] format (33855:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬prices
  │ │ ├──[+] additionalProperties (34036:37)❌ 
  │ │ ├──[+] type (34039:21)❌ 
  │ │ ├──[🔀] title (34040:22)
  │ │ ├──[-] description (1:568837)
  │ │ ├──[-] anyOf (1:568501)❌ 
  │ │ └──[-] anyOf (1:568784)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] type (1:562797)❌ 
  │ │ ├──[-] title (1:562817)
  │ │ ├──[🔀] description (33785:28)
  │ │ ├──[+] anyOf (67931:22)
  │ │ └──[+] anyOf (33781:15)
  │ ├─┬product
  │ │ ├──[+] title (34111:22)
  │ │ ├──[🔀] description (34112:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (34087:15)❌ 
  │ ├─┬trial_end
  │ │ ├──[+] type (33788:21)❌ 
  │ │ ├──[🔀] title (33789:22)
  │ │ ├──[🔀] description (33790:28)
  │ │ ├──[-] anyOf (1:563870)❌ 
  │ │ └──[-] anyOf (1:563913)❌ 
  │ ├─┬tax_behavior
  │ │ ├──[+] title (33773:22)
  │ │ ├──[🔀] description (33774:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33766:15)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (33685:21)❌ 
  │ │ ├──[🔀] title (33686:22)
  │ │ ├──[🔀] description (33687:28)
  │ │ ├──[-] anyOf (1:562331)❌ 
  │ │ └──[-] anyOf (1:562352)❌ 
  │ └─┬payment_processor_metadata
  │   └──[🔀] $ref (60520:17)❌ 
  ├─┬DiscountPercentageRepeatDuration
  │ ├──[+] required (46452:11)❌ 
  │ ├──[+] properties (46403:11)
  │ ├─┬type
  │ │ └──[🔀] $ref (46365:24)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:765193)❌ 
  │ │ ├──[🔀] title (46336:22)
  │ │ ├──[🔀] description (46337:28)
  │ │ ├──[+] anyOf (46328:15)
  │ │ └──[+] anyOf (46332:15)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (46403:43)❌ 
  │ ├─┬products
  │ │ ├──[+] examples (46426:15)
  │ │ ├──[-] items (1:766351)❌ 
  │ │ ├──[🔀] type (46421:21)❌ 
  │ │ ├──[🔀] title (46423:22)
  │ │ ├──[+] format (46422:23)❌ 
  │ │ └──[+] description (46424:28)
  │ ├─┬starts_at
  │ │ ├──[+] type (46416:21)❌ 
  │ │ ├──[🔀] title (46417:22)
  │ │ ├──[🔀] description (46418:28)
  │ │ ├──[-] anyOf (1:765505)❌ 
  │ │ └──[-] anyOf (1:765548)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬redemptions_count
  │ │ ├──[+] items (46430:22)❌ 
  │ │ ├──[🔀] type (46433:21)❌ 
  │ │ ├──[🔀] title (46434:22)
  │ │ └──[-] description (1:766098)
  │ └─┬organization_id
  │   ├──[-] examples (1:766287)
  │   ├──[🔀] title (46350:22)
  │   ├──[-] format (1:766198)❌ 
  │   └──[🔀] description (46351:28)
  ├─┬SystemEvent
  │ ├──[+] oneOf (21849:30)
  │ ├──[+] oneOf (22079:38)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66073:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (65545:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66262:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66853:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (65727:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66647:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (64117:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (67154:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (55935:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (56314:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (57093:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (56848:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (30006:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (38327:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (44504:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (38691:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22220:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21643:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22446:23)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (22680:23)❌ 
  ├─┬DiscountPercentageCreate
  │ ├──[+] properties (45911:11)
  │ ├─┬type
  │ │ ├──[-] type (1:758274)❌ 
  │ │ ├──[🔀] title (45881:22)
  │ │ ├──[+] description (45882:28)
  │ │ ├──[-] default (1:758335)❌ 
  │ │ ├──[-] const (1:758293)❌ 
  │ │ ├──[+] anyOf (45873:15)
  │ │ └──[+] anyOf (45877:15)
  │ ├─┬metadata
  │ │ ├──[-] additionalProperties (1:756086)❌ 
  │ │ ├──[-] propertyNames (1:756232)❌ 
  │ │ ├──[-] type (1:756275)❌ 
  │ │ ├──[🔀] title (45922:22)
  │ │ ├──[-] maxProperties (1:756302)❌ 
  │ │ ├──[🔀] description (45923:28)
  │ │ ├──[+] anyOf (45913:15)
  │ │ └──[+] anyOf (45918:15)
  │ ├─┬organization_id
  │ │ ├──[+] type (45854:21)❌ 
  │ │ ├──[🔀] title (45856:22)
  │ │ ├──[+] minLength (45855:26)❌ 
  │ │ ├──[🔀] description (45857:28)
  │ │ ├──[-] anyOf (1:757960)❌ 
  │ │ └──[-] anyOf (1:758092)❌ 
  │ ├─┬starts_at
  │ │ ├──[🔀] title (45939:22)
  │ │ ├──[-] description (1:757257)
  │ │ └─┬ANYOF
  │ │   ├──[+] items (45928:26)❌ 
  │ │   ├──[🔀] type (45932:25)❌ 
  │ │   ├──[-] format (1:757187)❌ 
  │ │   └──[+] description (45933:32)
  │ ├─┬products
  │ │ ├──[🔀] title (45955:22)
  │ │ ├──[+] description (45956:28)
  │ │ └─┬ANYOF
  │ │   ├──[+] examples (45948:19)
  │ │   ├──[-] items (1:757762)❌ 
  │ │   ├──[🔀] type (45944:25)❌ 
  │ │   ├──[+] format (45945:27)❌ 
  │ │   └──[🔀] description (45946:32)
  │ └─┬name
  │   ├──[+] additionalProperties (45826:37)❌ 
  │   ├──[+] propertyNames (45844:30)❌ 
  │   ├──[🔀] type (45848:21)❌ 
  │   ├──[🔀] title (45850:22)
  │   ├──[-] minLength (1:756707)❌ 
  │   ├──[+] maxProperties (45849:30)❌ 
  │   └──[🔀] description (45851:28)
  ├─┬DiscountPercentageOnceForeverDurationBase
  │ ├──[+] required (46294:11)❌ 
  │ ├──[+] properties (46253:11)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] examples (1:763919)
  │ │ ├──[🔀] title (46200:22)
  │ │ ├──[-] format (1:763830)❌ 
  │ │ └──[🔀] description (46201:28)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (46253:43)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (46215:24)❌ 
  │ ├─┬starts_at
  │ │ ├──[+] type (46266:21)❌ 
  │ │ ├──[🔀] title (46267:22)
  │ │ ├──[🔀] description (46268:28)
  │ │ ├──[-] anyOf (1:763137)❌ 
  │ │ └──[-] anyOf (1:763180)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:762825)❌ 
  │ │ ├──[🔀] title (46186:22)
  │ │ ├──[🔀] description (46187:28)
  │ │ ├──[+] anyOf (46178:15)
  │ │ └──[+] anyOf (46182:15)
  │ └─┬redemptions_count
  │   ├──[+] examples (46276:15)
  │   ├──[🔀] type (46271:21)❌ 
  │   ├──[🔀] title (46273:22)
  │   ├──[+] format (46272:23)❌ 
  │   └──[🔀] description (46274:28)
  ├─┬OrganizationCustomerEmailSettings
  │ ├──[+] required (59012:11)❌ 
  │ ├──[+] properties (58956:11)
  │ ├─┬subscription_updated
  │ │ └──[🔀] title (59002:22)
  │ ├─┬subscription_confirmation
  │ │ └──[🔀] title (58962:22)
  │ ├─┬subscription_uncanceled
  │ │ └──[🔀] title (58998:22)
  │ ├─┬subscription_trial_conversion_reminder
  │ │ └──[🔀] title (58994:22)
  │ ├─┬subscription_revoked
  │ │ └──[🔀] title (58986:22)
  │ ├─┬subscription_past_due
  │ │ └──[🔀] title (58974:22)
  │ ├─┬subscription_renewal_reminder
  │ │ └──[🔀] title (58982:22)
  │ ├─┬subscription_cycled_after_trial
  │ │ └──[🔀] title (58970:22)
  │ ├─┬subscription_cycled
  │ │ └──[🔀] title (58966:22)
  │ ├─┬subscription_paused
  │ │ └──[🔀] title (58978:22)
  │ ├─┬subscription_cancellation
  │ │ └──[🔀] title (58958:22)
  │ └─┬subscription_resumed
  │   └──[🔀] title (58990:22)
  ├─┬WebhookSubscriptionUpdatedPayload
  │ └──[🔀] description (70176:24)
  ├─┬CheckoutConfirmStripe
  │ ├──[+] properties (29948:11)
  │ ├─┬product_id
  │ │ ├──[🔀] title (29957:22)
  │ │ ├──[🔀] description (29958:28)
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:486083)❌ 
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (29813:22)
  │ │ ├──[🔀] description (29814:28)
  │ │ └──[-] deprecated (1:486487)
  │ └─┬seats
  │   ├──[🔀] title (29826:22)
  │   ├──[🔀] description (29827:28)
  │   ├──[+] deprecated (29828:27)
  │   └─┬ANYOF
  │     ├──[🔀] type (29819:25)❌ 
  │     ├──[-] maximum (1:486779)❌ 
  │     ├──[-] minimum (1:486797)❌ 
  │     └──[+] format (29820:27)❌ 
  ├─┬DiscountFixedRepeatDurationBase
  │ ├──[+] required (45817:11)❌ 
  │ ├──[+] properties (45773:11)
  │ ├─┬starts_at
  │ │ ├──[+] type (45786:21)❌ 
  │ │ ├──[🔀] title (45787:22)
  │ │ ├──[🔀] description (45788:28)
  │ │ ├──[-] anyOf (1:754882)❌ 
  │ │ └──[-] anyOf (1:754925)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:754570)❌ 
  │ │ ├──[🔀] title (45706:22)
  │ │ ├──[🔀] description (45707:28)
  │ │ ├──[+] anyOf (45698:15)
  │ │ └──[+] anyOf (45702:15)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (45773:43)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] examples (1:755664)
  │ │ ├──[🔀] title (45720:22)
  │ │ ├──[-] format (1:755575)❌ 
  │ │ └──[🔀] description (45721:28)
  │ ├─┬type
  │ │ └──[🔀] $ref (45735:24)❌ 
  │ ├─┬redemptions_count
  │ │ ├──[+] examples (45796:15)
  │ │ ├──[🔀] type (45791:21)❌ 
  │ │ ├──[🔀] title (45793:22)
  │ │ ├──[+] format (45792:23)❌ 
  │ │ └──[🔀] description (45794:28)
  │ └─┬modified_at
  │   └──[🔀] $ref (51302:33)❌ 
  ├─┬Organization
  │ ├──[+] required (57994:11)❌ 
  │ ├──[+] required (57993:11)❌ 
  │ ├──[+] required (57985:11)❌ 
  │ ├──[+] properties (57412:11)
  │ ├──[+] properties (57420:11)
  │ ├──[+] properties (57362:11)
  │ ├─┬id
  │ │ ├──[🔀] type (57421:21)❌ 
  │ │ ├──[🔀] title (57422:22)
  │ │ ├──[-] format (1:924422)❌ 
  │ │ └──[🔀] description (57423:28)
  │ ├─┬website
  │ │ ├──[+] type (57376:21)❌ 
  │ │ ├──[🔀] title (57377:22)
  │ │ ├──[🔀] description (57378:28)
  │ │ ├──[-] anyOf (1:925430)❌ 
  │ │ └──[-] anyOf (1:925450)❌ 
  │ ├─┬name
  │ │ ├──[🔀] title (57279:22)
  │ │ ├──[+] format (57278:23)❌ 
  │ │ └──[🔀] description (57280:28)
  │ ├─┬proration_behavior
  │ │ └──[🔀] $ref (57282:19)❌ 
  │ ├─┬status
  │ │ └──[🔀] $ref (57287:19)❌ 
  │ ├─┬feature_settings
  │ │ ├──[+] items (57413:22)❌ 
  │ │ ├──[+] type (57416:21)❌ 
  │ │ ├──[+] title (57417:22)
  │ │ ├──[🔀] description (57418:28)
  │ │ ├──[-] anyOf (1:944943)❌ 
  │ │ └──[-] anyOf (1:926642)❌ 
  │ ├─┬sso_enforced
  │ │ └──[🔀] $ref (65890:17)❌ 
  │ ├─┬payout_account_id
  │ │ ├──[🔀] title (57273:22)
  │ │ ├──[🔀] description (57274:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (57267:27)❌ 
  │ ├─┬subscription_settings
  │ │ └──[🔀] $ref (57337:22)❌ 
  │ ├─┬modified_at
  │ │ ├──[-] title (1:924310)
  │ │ ├──[🔀] description (57398:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (59170:23)❌ 
  │ ├─┬socials
  │ │ ├──[-] items (1:925567)❌ 
  │ │ ├──[-] type (1:925632)❌ 
  │ │ ├──[🔀] title (57962:22)
  │ │ ├──[🔀] description (57963:28)
  │ │ ├──[+] anyOf (57954:15)
  │ │ └──[+] anyOf (57958:15)
  │ └─┬slug
  │   ├──[-] type (1:924633)❌ 
  │   ├──[🔀] title (57372:22)
  │   ├──[🔀] description (57373:28)
  │   ├──[+] anyOf (57364:15)
  │   └──[+] anyOf (57368:15)
  ├─┬DiscountFixedRepeatDuration
  │ ├──[+] required (45640:11)❌ 
  │ ├──[+] properties (45589:11)
  │ ├─┬name
  │ │ ├──[-] type (1:751767)❌ 
  │ │ ├──[🔀] title (45522:22)
  │ │ ├──[🔀] description (45523:28)
  │ │ ├──[+] anyOf (45514:15)
  │ │ └──[+] anyOf (45518:15)
  │ ├─┬redemptions_count
  │ │ ├──[+] items (45616:22)❌ 
  │ │ ├──[🔀] type (45619:21)❌ 
  │ │ ├──[🔀] title (45620:22)
  │ │ └──[-] description (1:752672)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (45589:43)❌ 
  │ ├─┬starts_at
  │ │ ├──[+] type (45602:21)❌ 
  │ │ ├──[🔀] title (45603:22)
  │ │ ├──[🔀] description (45604:28)
  │ │ ├──[-] anyOf (1:752079)❌ 
  │ │ └──[-] anyOf (1:752122)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (45551:24)❌ 
  │ ├─┬products
  │ │ ├──[+] examples (45612:15)
  │ │ ├──[-] items (1:752925)❌ 
  │ │ ├──[🔀] type (45607:21)❌ 
  │ │ ├──[🔀] title (45609:22)
  │ │ ├──[+] format (45608:23)❌ 
  │ │ └──[+] description (45610:28)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ └─┬organization_id
  │   ├──[-] examples (1:752861)
  │   ├──[🔀] title (45536:22)
  │   ├──[-] format (1:752772)❌ 
  │   └──[🔀] description (45537:28)
  ├─┬DiscountFixedOnceForeverDuration
  │ ├──[+] required (45286:11)❌ 
  │ ├──[+] properties (45236:11)
  │ ├─┬organization_id
  │ │ ├──[-] examples (1:747633)
  │ │ ├──[🔀] title (45183:22)
  │ │ ├──[-] format (1:747544)❌ 
  │ │ └──[🔀] description (45184:28)
  │ ├─┬starts_at
  │ │ ├──[+] type (45249:21)❌ 
  │ │ ├──[🔀] title (45250:22)
  │ │ ├──[🔀] description (45251:28)
  │ │ ├──[-] anyOf (1:746851)❌ 
  │ │ └──[-] anyOf (1:746894)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (51302:33)❌ 
  │ ├─┬products
  │ │ ├──[+] examples (45259:15)
  │ │ ├──[-] items (1:747697)❌ 
  │ │ ├──[🔀] type (45254:21)❌ 
  │ │ ├──[🔀] title (45256:22)
  │ │ ├──[+] format (45255:23)❌ 
  │ │ └──[+] description (45257:28)
  │ ├─┬type
  │ │ └──[🔀] $ref (45198:24)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (45236:43)❌ 
  │ ├─┬name
  │ │ ├──[-] type (1:746539)❌ 
  │ │ ├──[🔀] title (45169:22)
  │ │ ├──[🔀] description (45170:28)
  │ │ ├──[+] anyOf (45161:15)
  │ │ └──[+] anyOf (45165:15)
  │ └─┬redemptions_count
  │   ├──[+] items (45263:22)❌ 
  │   ├──[🔀] type (45266:21)❌ 
  │   ├──[🔀] title (45267:22)
  │   └──[-] description (1:747444)
  ├─┬OrganizationUpdate
  │ ├──[+] properties (60099:11)
  │ ├─┬feature_settings
  │ │ ├──[+] title (60119:22)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (60101:15)❌ 
  │ ├─┬socials
  │ │ ├──[🔀] title (59485:22)
  │ │ ├──[-] description (1:952149)
  │ │ └─┬ANYOF
  │ │   ├──[-] items (1:952020)❌ 
  │ │   ├──[🔀] type (59478:25)❌ 
  │ │   └──[+] minLength (59479:30)❌ 
  │ ├─┬subscription_settings
  │ │ ├──[+] title (60152:22)
  │ │ ├──[+] description (60153:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (60145:15)❌ 
  │ ├─┬sso_enforced
  │ │ ├──[🔀] title (59541:22)
  │ │ ├──[🔀] description (59542:28)
  │ │ └─┬ANYOF
  │ │   ├──[+] items (59532:26)❌ 
  │ │   └──[🔀] type (59535:25)❌ 
  │ ├─┬name
  │ │ ├──[-] title (1:951512)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (59269:23)❌ 
  │ └─┬website
  │   ├──[-] title (1:951920)
  │   ├──[-] description (1:951946)
  │   └─┬ANYOF
  │     └──[🔀] $ref (59436:23)❌ 
  ├─┬CheckoutForbiddenError
  │ └──[+] anyOf (46770:41)
  ├─┬member_session
  │ └──[🔀] description (70450:24)
  └─┬customer_session
    └──[🔀] description (70445:24)
Document Element Total Changes Breaking Changes
paths 25 17
webhooks 38 0
components 715 330
Linting Report 0 errors, 1 warnings, 14 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.648.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 21, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784593801 branch 8 times, most recently from f1fbd8d to 20531b0 Compare July 29, 2026 00:30
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784593801 branch 6 times, most recently from 621bafe to 5635447 Compare August 4, 2026 00:34
* `polar.organizations.update()`: 
  *  `request.organization_update` **Changed** **Breaking** ⚠️
  *  `response` **Changed**
* `polar._endpointcheckout_updated_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar._endpointcheckout_expired_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar._endpointorder_created_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointorder_updated_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointorder_paid_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointorder_refunded_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_created_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_updated_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_active_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_canceled_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_uncanceled_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_revoked_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_past_due_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_paused_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_resumed_post()`: 
  *  `request.data.discount` **Changed** **Breaking** ⚠️
* `polar._endpointorganization_updated_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar.organizations.create()`: 
  *  `request.customer_email_settings.payment_method_expiration_reminder` **Added** **Breaking** ⚠️
  *  `response` **Changed**
* `polar.events.get()`:  `response.[system_event]` **Changed** **Breaking** ⚠️
* `polar.events.list()`:  `response.[list_resource_with_cursor_pagination_event_].items.[].[system_event]` **Changed** **Breaking** ⚠️
* `polar._endpointcheckout_created_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar.subscriptions.create()`:  `response.discount` **Changed**
* `polar.checkouts.list()`:  `response.items.[].payment_method_type` **Added**
* `polar.organizations.get()`:  `response` **Changed**
* `polar._endpointdiscount_deleted_post()`: **Added**
* `polar.subscriptions.list()`: 
  *  `request` **Changed**
  *  `response.items.[].discount` **Changed**
* `polar._endpointdiscount_updated_post()`: **Added**
* `polar.subscriptions.export()`:  `request` **Changed**
* `polar.subscriptions.get()`:  `response.discount` **Changed**
* `polar.subscriptions.revoke()`:  `response.discount` **Changed**
* `polar.subscriptions.update()`:  `response.discount` **Changed**
* `polar.webhooks.list_webhook_deliveries()`:  `request.event_type` **Changed**
* `polar.orders.list()`: 
  *  `request` **Changed**
  *  `response.items.[].discount` **Changed**
* `polar.orders.create()`:  `response.discount` **Changed**
* `polar.orders.export()`:  `request` **Changed**
* `polar.orders.get()`:  `response.discount` **Changed**
* `polar.orders.update()`:  `response.discount` **Changed**
* `polar.orders.finalize()`:  `response.discount` **Changed**
* `polar.organizations.list_organizations()`:  `response.items.[]` **Changed**
* `polar.checkouts.create()`:  `response.payment_method_type` **Added**
* `polar.checkouts.get()`:  `response.payment_method_type` **Added**
* `polar.checkouts.update()`: 
  *  `response.payment_method_type` **Added**
  *  `error.[discount_redemption_limit_reached]` **Added**
* `polar.checkouts.client_get()`:  `response.payment_method_type` **Added**
* `polar.checkouts.client_update()`: 
  *  `request.checkout_update_public.payment_method_type` **Added**
  *  `response.payment_method_type` **Added**
  *  `error.[discount_redemption_limit_reached]` **Added**
* `polar.checkouts.client_confirm()`: 
  *  `request.checkout_confirm_stripe.payment_method_type` **Added**
  *  `response.payment_method_type` **Added**
  *  `error.[discount_redemption_limit_reached]` **Added**
* `polar.checkout-links.list()`:  `response.items.[].discount` **Changed**
* `polar.checkout-links.create()`:  `response.discount` **Changed**
* `polar.checkout-links.get()`:  `response.discount` **Changed**
* `polar.checkout-links.update()`:  `response.discount` **Changed**
* `polar.discounts.list()`:  `response.items.[]` **Changed**
* `polar.discounts.create()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `polar.discounts.get()`:  `response` **Changed**
* `polar.discounts.update()`: 
  *  `request.discount_update.max_redemptions_per_customer` **Added**
  *  `response` **Changed**
* `polar._endpointdiscount_created_post()`: **Added**
* `polar._endpointsubscription_cycled_post()`: **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784593801 branch from d55c183 to 34697d6 Compare August 5, 2026 00:34
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