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._endpointcheckout_updated_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar.events.get(): response.[system_event] Changed Breaking ⚠️
  • polar.events.list(): response.[list_resource_event_].items.[].[system_event] Changed Breaking ⚠️
  • polar._endpointcheckout_expired_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar._endpointcheckout_created_post():
    • request.data.payment_method_type Added Breaking ⚠️
  • polar.checkouts.list(): response.items.[].payment_method_type Added
  • polar._endpointdiscount_deleted_post(): Added
  • polar.webhooks.list_webhook_deliveries(): request.event_type Changed
  • polar._endpointsubscription_cycled_post(): Added
  • polar.checkouts.create(): response.payment_method_type Added
  • polar.checkouts.get(): response.payment_method_type Added
  • polar.checkouts.update(): response.payment_method_type 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
  • polar.checkouts.client_confirm():
    • request.checkout_confirm_stripe.payment_method_type Added
    • response.payment_method_type Added
  • polar._endpointdiscount_updated_post(): Added
  • polar._endpointdiscount_created_post(): Added
OpenAPI Change Summary
├──[+] webhooks (19343:25)
├──[+] webhooks (18881:28)
├──[+] webhooks (19301:25)
├──[+] webhooks (19259:25)
├─┬Paths
│ ├─┬/v1/customer-portal/license-keys/activate
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (13382:19)
│ ├─┬/v1/checkout-links/
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (8158:19)
│ ├─┬/v1/customer-portal/customers/me/payment-methods
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[+] x-mint (11753:19)
│ ├─┬/v1/customer-portal/orders/{id}/invoice
│ │ ├─┬GET
│ │ │ └─┬Extensions
│ │ │   └──[+] x-mint (14245:19)
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-mint (14170:19)
│ └─┬/v1/orders/{id}/invoice
│   ├─┬GET
│   │ └─┬Extensions
│   │   └──[+] x-mint (4641:19)
│   └─┬POST
│     └─┬Extensions
│       └──[+] x-mint (4577:19)
├─┬subscription.updated
│ └─┬POST
│   ├──[🔀] description (18716:24)
│   └─┬Extensions
│     └──[+] x-mint (18748:19)
├─┬benefit_grant.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19588:19)
├─┬customer_seat.claimed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18328:19)
├─┬refund.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19126:19)
├─┬subscription.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18706:19)
├─┬customer.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18118:19)
├─┬benefit_grant.cycled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19630:19)
├─┬checkout.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18034:19)
├─┬order.paid
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18622:19)
├─┬order.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18538:19)
├─┬benefit_grant.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19672:19)
├─┬customer.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18160:19)
├─┬subscription.active
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18790:19)
├─┬subscription.paused
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19042:19)
├─┬order.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18580:19)
├─┬subscription.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18958:19)
├─┬order.refunded
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18664:19)
├─┬organization.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19420:19)
├─┬benefit_grant.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19546:19)
├─┬benefit.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19462:19)
├─┬subscription.past_due
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19000:19)
├─┬product.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19210:19)
├─┬customer.state_changed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18244:19)
├─┬checkout.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (17992:19)
├─┬member.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18454:19)
├─┬customer_seat.revoked
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18370:19)
├─┬customer.deleted
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18202:19)
├─┬member.created
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18412:19)
├─┬member.deleted
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18496:19)
├─┬product.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19252:19)
├─┬checkout.expired
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18076:19)
├─┬customer_seat.assigned
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18286:19)
├─┬subscription.uncanceled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18874:19)
├─┬subscription.canceled
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (18832:19)
├─┬refund.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19168:19)
├─┬subscription.resumed
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19084:19)
├─┬benefit.updated
│ └─┬POST
│   └─┬Extensions
│     └──[+] x-mint (19504:19)
└─┬Components
  ├──[-] schemas (1:491726)❌ 
  ├──[+] schemas (69363:43)
  ├──[+] schemas (56452:32)
  ├──[+] schemas (65453:38)
  ├──[+] schemas (56312:29)
  ├──[+] schemas (68534:40)
  ├──[+] schemas (68476:40)
  ├──[+] schemas (65593:41)
  ├──[+] schemas (68505:40)
  ├─┬CheckoutPublic
  │ ├──[+] required (33248:11)❌ 
  │ ├──[+] properties (33072:11)
  │ ├─┬status
  │ │ └──[🔀] $ref (32767:20)❌ 
  │ ├─┬product_id
  │ │ ├──[-] title (1:553217)
  │ │ ├──[🔀] description (33112:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (31624:23)❌ 
  │ ├─┬seats
  │ │ ├──[🔀] title (32747:22)
  │ │ ├──[🔀] description (32748:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (32741:25)❌ 
  │ ├─┬success_url
  │ │ └──[🔀] $ref (33893:17)❌ 
  │ ├─┬products
  │ │ ├──[-] items (1:556879)❌ 
  │ │ ├──[-] type (1:556937)❌ 
  │ │ ├──[🔀] title (32923:22)
  │ │ ├──[🔀] description (32924:28)
  │ │ ├──[+] deprecated (32925:27)
  │ │ ├──[+] anyOf (32915:15)
  │ │ └──[+] anyOf (32919:15)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (33130:22)
  │ │ ├──[🔀] description (33131:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:553321)❌ 
  │ │   ├──[-] format (1:553341)❌ 
  │ │   ├──[+] oneOf (48609:38)
  │ │   └──[+] oneOf (61039:23)
  │ ├─┬product
  │ │ ├──[+] title (33160:22)
  │ │ ├──[🔀] description (33161:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33136:15)❌ 
  │ ├─┬payment_processor
  │ │ └──[🔀] $ref (33072:34)❌ 
  │ ├─┬return_url
  │ │ ├──[+] type (32946:21)❌ 
  │ │ ├──[🔀] title (32947:22)
  │ │ ├──[🔀] description (32948:28)
  │ │ ├──[-] anyOf (1:549985)❌ 
  │ │ └──[-] anyOf (1:550005)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (32734:21)❌ 
  │ │ ├──[🔀] title (32735:22)
  │ │ ├──[🔀] description (32736:28)
  │ │ ├──[-] anyOf (1:551280)❌ 
  │ │ └──[-] anyOf (1:551301)❌ 
  │ ├─┬payment_processor_metadata
  │ │ └──[🔀] $ref (59929:17)❌ 
  │ ├─┬tax_behavior
  │ │ ├──[+] title (32822:22)
  │ │ ├──[🔀] description (32823:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (32815:15)❌ 
  │ ├─┬url
  │ │ ├──[-] type (1:549564)❌ 
  │ │ ├──[🔀] title (32891:22)
  │ │ ├──[🔀] description (32892:28)
  │ │ ├──[+] anyOf (32883:15)
  │ │ └──[+] anyOf (32887:15)
  │ ├─┬trial_end
  │ │ ├──[+] type (32837:21)❌ 
  │ │ ├──[🔀] title (32838:22)
  │ │ ├──[🔀] description (32839:28)
  │ │ ├──[-] anyOf (1:552819)❌ 
  │ │ └──[-] anyOf (1:552862)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (33096:22)❌ 
  │ │ ├──[🔀] type (33099:21)❌ 
  │ │ ├──[🔀] title (33100:22)
  │ │ └──[🔀] description (33101:28)
  │ ├─┬product_price
  │ │ ├──[🔀] title (32910:22)
  │ │ ├──[🔀] description (32911:28)
  │ │ ├──[-] deprecated (1:557422)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (32903:25)❌ 
  │ │   ├──[+] format (32904:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] type (1:551746)❌ 
  │ │ ├──[-] title (1:551766)
  │ │ ├──[🔀] description (32834:28)
  │ │ ├──[+] anyOf (67312:22)
  │ │ └──[+] anyOf (32830:15)
  │ └─┬prices
  │   ├──[+] additionalProperties (33085:37)❌ 
  │   ├──[+] type (33088:21)❌ 
  │   ├──[🔀] title (33089:22)
  │   ├──[-] description (1:557786)
  │   ├──[-] anyOf (1:557450)❌ 
  │   └──[-] anyOf (1:557733)❌ 
  ├─┬Checkout
  │ ├──[+] required (29383:11)❌ 
  │ ├──[+] properties (29143:11)
  │ ├─┬tax_behavior
  │ │ ├──[+] title (28893:22)
  │ │ ├──[🔀] description (28894:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (28886:15)❌ 
  │ ├─┬subscription_id
  │ │ └──[🔀] $ref (33893:17)❌ 
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (29239:22)
  │ │ ├──[🔀] description (29240:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:477881)❌ 
  │ │   ├──[-] format (1:477901)❌ 
  │ │   ├──[+] oneOf (48609:38)
  │ │   └──[+] oneOf (61039:23)
  │ ├─┬payment_processor_metadata
  │ │ └──[🔀] $ref (59929:17)❌ 
  │ ├─┬status
  │ │ └──[🔀] $ref (28838:20)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (28805:21)❌ 
  │ │ ├──[🔀] title (28806:22)
  │ │ ├──[🔀] description (28807:28)
  │ │ ├──[-] anyOf (1:475840)❌ 
  │ │ └──[-] anyOf (1:475861)❌ 
  │ ├─┬trial_end
  │ │ ├──[+] type (28908:21)❌ 
  │ │ ├──[🔀] title (28909:22)
  │ │ ├──[🔀] description (28910:28)
  │ │ ├──[-] anyOf (1:477379)❌ 
  │ │ └──[-] anyOf (1:477422)❌ 
  │ ├─┬total_amount
  │ │ ├──[-] type (1:476306)❌ 
  │ │ ├──[-] title (1:476326)
  │ │ ├──[🔀] description (28905:28)
  │ │ ├──[+] anyOf (67312:22)
  │ │ └──[+] anyOf (28901:15)
  │ ├─┬products
  │ │ ├──[-] items (1:482160)❌ 
  │ │ ├──[-] type (1:482218)❌ 
  │ │ ├──[🔀] title (28994:22)
  │ │ ├──[🔀] description (28995:28)
  │ │ ├──[+] deprecated (28996:27)
  │ │ ├──[+] anyOf (28986:15)
  │ │ └──[+] anyOf (28990:15)
  │ ├─┬product_price
  │ │ ├──[🔀] title (28981:22)
  │ │ ├──[🔀] description (28982:28)
  │ │ ├──[-] deprecated (1:482703)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (28974:25)❌ 
  │ │   ├──[+] format (28975:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬product
  │ │ ├──[+] title (29269:22)
  │ │ ├──[🔀] description (29270:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (29245:15)❌ 
  │ ├─┬trial_interval
  │ │ ├──[+] title (28962:22)
  │ │ ├──[🔀] description (28963:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (28954:15)❌ 
  │ ├─┬payment_processor
  │ │ └──[🔀] $ref (29143:34)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (29205:22)❌ 
  │ │ ├──[🔀] type (29208:21)❌ 
  │ │ ├──[🔀] title (29209:22)
  │ │ └──[🔀] description (29210:28)
  │ ├─┬trial_interval_count
  │ │ ├──[-] title (1:481656)
  │ │ ├──[🔀] description (29175:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (67497:17)❌ 
  │ ├─┬prices
  │ │ ├──[+] additionalProperties (29156:37)❌ 
  │ │ ├──[+] type (29159:21)❌ 
  │ │ ├──[🔀] title (29160:22)
  │ │ ├──[-] description (1:483067)
  │ │ ├──[-] anyOf (1:482731)❌ 
  │ │ └──[-] anyOf (1:483014)❌ 
  │ ├─┬product_id
  │ │ ├──[-] title (1:477777)
  │ │ ├──[🔀] description (29221:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (31624:23)❌ 
  │ ├─┬return_url
  │ │ ├──[+] type (29017:21)❌ 
  │ │ ├──[🔀] title (29018:22)
  │ │ ├──[🔀] description (29019:28)
  │ │ ├──[-] anyOf (1:474545)❌ 
  │ │ └──[-] anyOf (1:474565)❌ 
  │ ├─┬seats
  │ │ ├──[🔀] title (28818:22)
  │ │ ├──[🔀] description (28819:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (28812:25)❌ 
  │ ├─┬success_url
  │ │ ├──[-] type (1:474397)❌ 
  │ │ ├──[🔀] title (29306:22)
  │ │ ├──[-] description (1:474446)
  │ │ ├──[+] anyOf (29298:15)
  │ │ └──[+] anyOf (29302:15)
  │ └─┬url
  │   ├──[-] type (1:474124)❌ 
  │   ├──[🔀] title (29186:22)
  │   ├──[🔀] description (29187:28)
  │   ├──[+] anyOf (29179:15)
  │   └──[+] anyOf (29182:15)
  ├─┬WebhookEventType
  │ ├──[+] enum (68912:11)
  │ ├──[+] enum (68922:11)
  │ ├──[+] enum (68921:11)
  │ └──[+] enum (68923:11)
  ├─┬WebhookSubscriptionUpdatedPayload
  │ └──[🔀] description (69557:24)
  ├─┬CheckoutPublicConfirmed
  │ ├──[+] required (33865:11)❌ 
  │ ├──[+] properties (33678:11)
  │ ├─┬product
  │ │ ├──[+] title (33766:22)
  │ │ ├──[🔀] description (33767:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33742:15)❌ 
  │ ├─┬success_url
  │ │ ├──[🔀] title (33321:22)
  │ │ ├──[-] description (1:560937)
  │ │ └──[+] const (33320:22)❌ 
  │ ├─┬tax_amount
  │ │ ├──[+] type (33340:21)❌ 
  │ │ ├──[🔀] title (33341:22)
  │ │ ├──[🔀] description (33342:28)
  │ │ ├──[-] anyOf (1:562331)❌ 
  │ │ └──[-] anyOf (1:562352)❌ 
  │ ├─┬payment_processor
  │ │ └──[🔀] $ref (33678:34)❌ 
  │ ├─┬tax_behavior
  │ │ ├──[+] title (33428:22)
  │ │ ├──[🔀] description (33429:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (33421:15)❌ 
  │ ├─┬status
  │ │ ├──[-] type (1:560386)❌ 
  │ │ ├──[🔀] title (33382:22)
  │ │ ├──[+] description (33383:28)
  │ │ ├──[-] const (1:560405)❌ 
  │ │ ├──[+] anyOf (33375:15)
  │ │ └──[+] anyOf (33378:15)
  │ ├─┬total_amount
  │ │ ├──[-] type (1:562797)❌ 
  │ │ ├──[-] title (1:562817)
  │ │ ├──[🔀] description (33440:28)
  │ │ ├──[+] anyOf (67312:22)
  │ │ └──[+] anyOf (33436:15)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (33736:22)
  │ │ ├──[🔀] description (33737:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] type (1:564372)❌ 
  │ │   ├──[-] format (1:564392)❌ 
  │ │   ├──[+] oneOf (48609:38)
  │ │   └──[+] oneOf (61039:23)
  │ ├─┬seats
  │ │ ├──[🔀] title (33353:22)
  │ │ ├──[🔀] description (33354:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (33347:25)❌ 
  │ ├─┬products
  │ │ ├──[-] items (1:567930)❌ 
  │ │ ├──[-] type (1:567988)❌ 
  │ │ ├──[🔀] title (33529:22)
  │ │ ├──[🔀] description (33530:28)
  │ │ ├──[+] deprecated (33531:27)
  │ │ ├──[+] anyOf (33521:15)
  │ │ └──[+] anyOf (33525:15)
  │ ├─┬prices
  │ │ ├──[+] additionalProperties (33691:37)❌ 
  │ │ ├──[+] type (33694:21)❌ 
  │ │ ├──[🔀] title (33695:22)
  │ │ ├──[-] description (1:568837)
  │ │ ├──[-] anyOf (1:568501)❌ 
  │ │ └──[-] anyOf (1:568784)❌ 
  │ ├─┬require_billing_address
  │ │ ├──[+] items (33702:22)❌ 
  │ │ ├──[🔀] type (33705:21)❌ 
  │ │ ├──[🔀] title (33706:22)
  │ │ └──[🔀] description (33707:28)
  │ ├─┬payment_processor_metadata
  │ │ └──[🔀] $ref (59929:17)❌ 
  │ ├─┬return_url
  │ │ ├──[+] type (33552:21)❌ 
  │ │ ├──[🔀] title (33553:22)
  │ │ ├──[🔀] description (33554:28)
  │ │ ├──[-] anyOf (1:561036)❌ 
  │ │ └──[-] anyOf (1:561056)❌ 
  │ ├─┬url
  │ │ ├──[-] type (1:560615)❌ 
  │ │ ├──[🔀] title (33497:22)
  │ │ ├──[🔀] description (33498:28)
  │ │ ├──[+] anyOf (33489:15)
  │ │ └──[+] anyOf (33493:15)
  │ ├─┬product_price
  │ │ ├──[🔀] title (33516:22)
  │ │ ├──[🔀] description (33517:28)
  │ │ ├──[-] deprecated (1:568473)
  │ │ └─┬ANYOF
  │ │   ├──[+] type (33509:25)❌ 
  │ │   ├──[+] format (33510:27)❌ 
  │ │   ├──[-] oneOf (1:808522)❌ 
  │ │   └──[-] oneOf (1:980769)❌ 
  │ ├─┬trial_end
  │ │ ├──[+] type (33443:21)❌ 
  │ │ ├──[🔀] title (33444:22)
  │ │ ├──[🔀] description (33445:28)
  │ │ ├──[-] anyOf (1:563870)❌ 
  │ │ └──[-] anyOf (1:563913)❌ 
  │ └─┬product_id
  │   ├──[-] title (1:564268)
  │   ├──[🔀] description (33718:28)
  │   └─┬ANYOF
  │     └──[🔀] $ref (31624:23)❌ 
  ├─┬CheckoutUpdatePublic
  │ ├──[+] properties (34456:11)
  │ ├─┬product_id
  │ │ ├──[🔀] title (34465:22)
  │ │ ├──[🔀] description (34466:28)
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:578225)❌ 
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (34321:22)
  │ │ ├──[🔀] description (34322:28)
  │ │ └──[-] deprecated (1:578629)
  │ └─┬seats
  │   ├──[🔀] title (34334:22)
  │   ├──[🔀] description (34335:28)
  │   ├──[+] deprecated (34336:27)
  │   └─┬ANYOF
  │     ├──[🔀] type (34327:25)❌ 
  │     ├──[-] maximum (1:578921)❌ 
  │     ├──[-] minimum (1:578939)❌ 
  │     └──[+] format (34328:27)❌ 
  ├─┬SystemEvent
  │ ├──[+] oneOf (21507:30)
  │ ├──[+] oneOf (21737:38)
  │ ├──Discriminator
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (65454:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (64926:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (65643:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66234:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (65108:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66028:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (63526:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (66535:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (55400:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (55779:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (56558:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (56313:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (29664:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (37982:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (44159:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (38346:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21878:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (21301:23)❌ 
  │ ├─┬ONEOF
  │ │ └──[🔀] $ref (22104:23)❌ 
  │ └─┬ONEOF
  │   └──[🔀] $ref (22338:23)❌ 
  ├─┬CheckoutConfirmStripe
  │ ├──[+] properties (29606:11)
  │ ├─┬product_price_id
  │ │ ├──[🔀] title (29471:22)
  │ │ ├──[🔀] description (29472:28)
  │ │ └──[-] deprecated (1:486487)
  │ ├─┬seats
  │ │ ├──[🔀] title (29484:22)
  │ │ ├──[🔀] description (29485:28)
  │ │ ├──[+] deprecated (29486:27)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (29477:25)❌ 
  │ │   ├──[-] maximum (1:486779)❌ 
  │ │   ├──[-] minimum (1:486797)❌ 
  │ │   └──[+] format (29478:27)❌ 
  │ └─┬product_id
  │   ├──[🔀] title (29615:22)
  │   ├──[🔀] description (29616:28)
  │   └─┬ANYOF
  │     └──[-] format (1:486083)❌ 
  ├─┬member_session
  │ └──[🔀] description (69831:24)
  └─┬customer_session
    └──[🔀] description (69826:24)
Document Element Total Changes Breaking Changes
paths 7 0
webhooks 38 0
components 305 137
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 6 times, most recently from 0298654 to cbb35fd Compare July 27, 2026 00:36
* `polar._endpointcheckout_updated_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar.events.get()`:  `response.[system_event]` **Changed** **Breaking** ⚠️
* `polar.events.list()`:  `response.[list_resource_event_].items.[].[system_event]` **Changed** **Breaking** ⚠️
* `polar._endpointcheckout_expired_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar._endpointcheckout_created_post()`: 
  *  `request.data.payment_method_type` **Added** **Breaking** ⚠️
* `polar.checkouts.list()`:  `response.items.[].payment_method_type` **Added**
* `polar._endpointdiscount_deleted_post()`: **Added**
* `polar.webhooks.list_webhook_deliveries()`:  `request.event_type` **Changed**
* `polar._endpointsubscription_cycled_post()`: **Added**
* `polar.checkouts.create()`:  `response.payment_method_type` **Added**
* `polar.checkouts.get()`:  `response.payment_method_type` **Added**
* `polar.checkouts.update()`:  `response.payment_method_type` **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**
* `polar.checkouts.client_confirm()`: 
  *  `request.checkout_confirm_stripe.payment_method_type` **Added**
  *  `response.payment_method_type` **Added**
* `polar._endpointdiscount_updated_post()`: **Added**
* `polar._endpointdiscount_created_post()`: **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784593801 branch from 41afc09 to 269dc2b Compare July 28, 2026 00:32
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