Skip to content

chore: 🐝 Update SDK - Generate 0.31.6#146

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

chore: 🐝 Update SDK - Generate 0.31.6#146
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1779324054

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 21, 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.

Python SDK Changes Detected:

  • polar.orders.list(): response.items.[] Changed Breaking ⚠️
  • polar.orders.get(): response Changed Breaking ⚠️
  • polar.orders.update(): response Changed Breaking ⚠️
  • polar.customer_portal.orders.list(): response.items.[].invoice_number Changed Breaking ⚠️
  • polar.customer_portal.orders.get(): response.invoice_number Changed Breaking ⚠️
  • polar.events.get(): response.[system_event].[benefit.granted] Changed Breaking ⚠️
  • polar.events.list(): response.[list_resource_event_].items.[].[system_event] Changed Breaking ⚠️
  • polar.customer_portal.orders.update(): response.invoice_number Changed Breaking ⚠️
  • polar.organizations.get(): response.feature_settings.off_session_charges_enabled Added
  • polar.subscriptions.revoke(): response.customer.default_payment_method_id Added
  • polar.organizations.list(): Deleted Breaking ⚠️
  • polar._endpointcustomer_created_post():
    • request.data Changed
  • polar._endpointcustomer_updated_post():
    • request.data Changed
  • polar._endpointcustomer_deleted_post():
    • request.data Changed
  • polar._endpointcustomer_state_changed_post():
    • request.data Changed
  • polar._endpointorder_created_post():
    • request.data Changed
  • polar._endpointorder_updated_post():
    • request.data Changed
  • polar._endpointorder_paid_post():
    • request.data Changed
  • polar._endpointorder_refunded_post():
    • request.data Changed
  • polar._endpointsubscription_created_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_updated_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_active_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_canceled_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_uncanceled_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_revoked_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointsubscription_past_due_post():
    • request.data.customer.default_payment_method_id Added
  • polar._endpointorganization_updated_post():
    • request.data.feature_settings.off_session_charges_enabled Added
  • polar._endpointbenefit_grant_created_post():
    • request.data.[benefit_grant_feature_flag_webhook].customer Changed
  • polar._endpointbenefit_grant_updated_post():
    • request.data.[benefit_grant_git_hub_repository_webhook].customer Changed
  • polar._endpointbenefit_grant_cycled_post():
    • request.data.[benefit_grant_discord_webhook].customer Changed
  • polar._endpointbenefit_grant_revoked_post():
    • request.data.[benefit_grant_custom_webhook].customer Changed
  • polar.organizations.create():
    • request.feature_settings.off_session_charges_enabled Added
    • response.feature_settings.off_session_charges_enabled Added
  • polar.customers.list_payment_methods(): Added
  • polar.organizations.update():
    • request.organization_update.feature_settings.off_session_charges_enabled Added
    • response.feature_settings.off_session_charges_enabled Added
  • polar.subscriptions.list(): response.items.[].customer.default_payment_method_id Added
  • polar.subscriptions.create(): response.customer.default_payment_method_id Added
  • polar.subscriptions.get(): response.customer.default_payment_method_id Added
  • polar.customers.list_payment_methods_external(): Added
  • polar.subscriptions.update(): response.customer.default_payment_method_id Added
  • polar.benefits.grants(): response.items.[].customer Changed
  • polar.benefit-grants.list(): response.items.[].customer Changed
  • polar.license_keys.list(): response.items.[].customer.default_payment_method_id Added
  • polar.license_keys.get(): response.customer.default_payment_method_id Added
  • polar.license_keys.update(): response.customer.default_payment_method_id Added
  • polar.license_keys.get_activation(): response.license_key.customer.default_payment_method_id Added
  • polar.license_keys.validate(): response.customer.default_payment_method_id Added
  • polar.license_keys.activate(): response.license_key.customer.default_payment_method_id Added
  • 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.get_external(): response Changed
  • polar.customers.update_external(): response Changed
  • polar.customers.get_state(): response Changed
  • polar.customers.get_state_external(): response Changed
  • polar.customer_portal.customers.add_payment_method(): error.status[400] Added
  • polar.customer_portal.license_keys.list(): response.items.[].customer.default_payment_method_id Added
  • polar.customer_portal.license_keys.get(): response.customer.default_payment_method_id Added
  • polar.orders.finalize(): Added
  • polar.customer_portal.license_keys.validate(): response.customer.default_payment_method_id Added
  • polar.customer_portal.license_keys.activate(): response.license_key.customer.default_payment_method_id Added
  • polar.customer-sessions.create(): response.customer Changed
  • polar.orders.create(): Added
  • polar.organizations.list_organizations(): Added
  • polar.customer_meters.list(): response.items.[].customer Changed
  • polar.customer_meters.get(): response.customer Changed
  • polar.payments.list(): request.customer_id Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (10745:5)
│ ├──[+] path (10861:5)
│ ├──[+] path (4714:5)
│ ├─┬/v1/customer-portal/customers/me/payment-methods
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (12478:18)
│ ├─┬/v1/orders/
│ │ └──[+] post (4374:15)
│ ├─┬/v1/customers/
│ │ └─┬GET
│ │   └──[+] parameters (9874:21)❌ 
│ ├─┬/v1/organizations/
│ │ └─┬GET
│ │   └─┬Extensions
│ │     └──[🔀] x-speakeasy-name-override (150:38)
│ └─┬/v1/payments/
│   └─┬GET
│     └──[+] parameters (18859:21)❌ 
└─┬Components
  ├──[-] schemas (1:1055201)❌ 
  ├──[-] schemas (1:1059215)❌ 
  ├──[-] schemas (1:1059597)❌ 
  ├──[-] schemas (1:1055524)❌ 
  ├──[-] schemas (1:1058817)❌ 
  ├──[+] schemas (58878:35)
  ├──[+] schemas (65250:38)
  ├──[+] schemas (49505:38)
  ├──[+] schemas (40062:39)
  ├──[+] schemas (58612:32)
  ├──[+] schemas (39901:36)
  ├──[+] schemas (58700:24)
  ├──[+] schemas (54369:24)
  ├──[+] schemas (57777:42)
  ├──[+] schemas (54028:22)
  ├──[+] schemas (54491:24)
  ├──[+] schemas (53570:38)
  ├──[+] schemas (66114:21)
  ├─┬OrganizationCreate
  │ └─┬slug
  │   └──[+] maxLength (56815:26)❌ 
  ├─┬CustomerStateIndividual
  │ ├──[+] properties (41471:11)
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (41407:15)
  │ │ ├──[-] type (1:683207)❌ 
  │ │ ├──[🔀] title (41404:22)
  │ │ ├──[-] format (1:683227)❌ 
  │ │ ├──[🔀] description (41405:28)
  │ │ ├──[+] anyOf (41397:15)
  │ │ └──[+] anyOf (41400:15)
  │ ├─┬locale
  │ │ ├──[+] examples (41330:15)
  │ │ ├──[+] type (41325:21)❌ 
  │ │ ├──[🔀] title (41327:22)
  │ │ ├──[+] format (41326:23)❌ 
  │ │ ├──[+] description (41328:28)
  │ │ ├──[-] anyOf (1:683120)❌ 
  │ │ └──[-] anyOf (1:683140)❌ 
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (41375:15)
  │ │ ├──[🔀] type (41371:21)❌ 
  │ │ ├──[🔀] title (41372:22)
  │ │ └──[🔀] description (41373:28)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (41383:15)
  │ │ ├──[+] type (41379:21)❌ 
  │ │ ├──[🔀] title (41380:22)
  │ │ ├──[🔀] description (41381:28)
  │ │ ├──[-] anyOf (1:681795)❌ 
  │ │ └──[-] anyOf (1:681815)❌ 
  │ ├─┬type
  │ │ ├──[-] examples (1:682585)
  │ │ ├──[-] type (1:682482)❌ 
  │ │ ├──[🔀] title (41449:22)
  │ │ ├──[-] description (1:682547)
  │ │ ├──[-] const (1:682501)❌ 
  │ │ ├──[+] anyOf (41422:15)
  │ │ └──[+] anyOf (41445:15)
  │ ├─┬tax_id
  │ │ ├──[+] examples (41468:15)
  │ │ ├──[+] type (41463:21)❌ 
  │ │ ├──[🔀] title (41465:22)
  │ │ ├──[+] format (41464:23)❌ 
  │ │ ├──[+] description (41466:28)
  │ │ ├──[-] anyOf (1:682860)❌ 
  │ │ └──[-] anyOf (1:683060)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:682733)
  │ │ ├──[🔀] title (41349:22)
  │ │ ├──[🔀] description (41350:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (41343:27)❌ 
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (41481:22)
  │ │ ├──[🔀] description (41482:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (41475:27)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (41451:21)❌ 
  │ ├─┬email
  │ │ ├──[-] examples (1:682175)
  │ │ ├──[-] type (1:682036)❌ 
  │ │ ├──[🔀] title (41494:22)
  │ │ ├──[🔀] description (41495:28)
  │ │ ├──[+] anyOf (41486:15)
  │ │ └──[+] anyOf (41490:15)
  │ ├─┬id
  │ │ ├──[-] examples (1:681356)
  │ │ ├──[+] items (41506:22)❌ 
  │ │ ├──[🔀] type (41509:21)❌ 
  │ │ ├──[🔀] title (41510:22)
  │ │ ├──[-] format (1:681277)❌ 
  │ │ └──[🔀] description (41511:28)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ └─┬granted_benefits
  │   ├──[+] examples (41367:15)
  │   ├──[-] items (1:683794)❌ 
  │   ├──[-] type (1:683862)❌ 
  │   ├──[🔀] title (41364:22)
  │   ├──[🔀] description (41365:28)
  │   ├──[+] anyOf (41357:15)
  │   └──[+] anyOf (41360:15)
  ├─┬OrderCustomer
  │ ├──[+] properties (54318:11)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (54232:15)
  │ │ ├──[+] type (54228:21)❌ 
  │ │ ├──[🔀] title (54229:22)
  │ │ ├──[🔀] description (54230:28)
  │ │ ├──[-] anyOf (1:875473)❌ 
  │ │ └──[-] anyOf (1:875493)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (54267:21)❌ 
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (54224:15)
  │ │ ├──[-] type (1:875937)❌ 
  │ │ ├──[🔀] title (54221:22)
  │ │ ├──[🔀] description (54222:28)
  │ │ ├──[+] anyOf (54214:15)
  │ │ └──[+] anyOf (54217:15)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (54298:21)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ ├─┬tax_id
  │ │ ├──[+] examples (54315:15)
  │ │ ├──[+] type (54310:21)❌ 
  │ │ ├──[🔀] title (54312:22)
  │ │ ├──[+] format (54311:23)❌ 
  │ │ ├──[+] description (54313:28)
  │ │ ├──[-] anyOf (1:876631)❌ 
  │ │ └──[-] anyOf (1:876831)❌ 
  │ ├─┬email
  │ │ ├──[-] examples (1:875884)
  │ │ ├──[🔀] title (54341:22)
  │ │ ├──[🔀] description (54342:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (54335:27)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:876504)
  │ │ ├──[🔀] title (54191:22)
  │ │ ├──[🔀] description (54192:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (54185:27)❌ 
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (54254:15)
  │ │ ├──[-] type (1:876978)❌ 
  │ │ ├──[🔀] title (54251:22)
  │ │ ├──[-] format (1:876998)❌ 
  │ │ ├──[🔀] description (54252:28)
  │ │ ├──[+] anyOf (54244:15)
  │ │ └──[+] anyOf (54247:15)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (54328:22)
  │ │ ├──[🔀] description (54329:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (54322:27)❌ 
  │ ├─┬id
  │ │ ├──[🔀] examples (54209:15)
  │ │ ├──[-] type (1:874935)❌ 
  │ │ ├──[🔀] title (54206:22)
  │ │ ├──[-] format (1:874955)❌ 
  │ │ ├──[🔀] description (54207:28)
  │ │ ├──[+] anyOf (54199:15)
  │ │ └──[+] anyOf (54202:15)
  │ └─┬locale
  │   ├──[+] examples (54172:15)
  │   ├──[+] type (54167:21)❌ 
  │   ├──[🔀] title (54169:22)
  │   ├──[+] format (54168:23)❌ 
  │   ├──[+] description (54170:28)
  │   ├──[-] anyOf (1:876891)❌ 
  │   └──[-] anyOf (1:876911)❌ 
  ├─┬CustomerOrder
  │ └─┬invoice_number
  │   ├──[-] type (1:644447)❌ 
  │   ├──[🔀] description (38987:28)
  │   ├──[+] anyOf (38979:15)
  │   └──[+] anyOf (38982:15)
  ├─┬ProductVisibility
  │ └──[🔀] title (61140:18)
  ├─┬ProductPriceCustomCreate
  │ ├─┬minimum_amount
  │ │ └──[🔀] description (60166:28)
  │ ├─┬preset_amount
  │ │ ├──[🔀] description (60195:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] description (60188:32)
  │ └─┬maximum_amount
  │   ├──[🔀] description (60181:28)
  │   └─┬ANYOF
  │     └──[🔀] description (60174:32)
  ├─┬Order
  │ └─┬invoice_number
  │   ├──[-] type (1:870486)❌ 
  │   ├──[🔀] description (53747:28)
  │   ├──[+] anyOf (53739:15)
  │   └──[+] anyOf (53742:15)
  ├─┬ProductPriceFixedCreate
  │ └─┬price_amount
  │   └──[🔀] description (60317:28)
  ├─┬LicenseKeyCustomer
  │ ├──[+] properties (48352:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (48332:21)❌ 
  │ ├─┬tax_id
  │ │ ├──[+] examples (48349:15)
  │ │ ├──[+] type (48344:21)❌ 
  │ │ ├──[🔀] title (48346:22)
  │ │ ├──[+] format (48345:23)❌ 
  │ │ ├──[+] description (48347:28)
  │ │ ├──[-] anyOf (1:797713)❌ 
  │ │ └──[-] anyOf (1:797913)❌ 
  │ ├─┬external_id
  │ │ ├──[🔀] examples (48266:15)
  │ │ ├──[+] type (48262:21)❌ 
  │ │ ├──[🔀] title (48263:22)
  │ │ ├──[🔀] description (48264:28)
  │ │ ├──[-] anyOf (1:796555)❌ 
  │ │ └──[-] anyOf (1:796575)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (48362:22)
  │ │ ├──[🔀] description (48363:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (48356:27)❌ 
  │ ├─┬type
  │ │ └──[🔀] $ref (48301:21)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:797586)
  │ │ ├──[🔀] title (48225:22)
  │ │ ├──[🔀] description (48226:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (48219:27)❌ 
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (48288:15)
  │ │ ├──[-] type (1:798060)❌ 
  │ │ ├──[🔀] title (48285:22)
  │ │ ├──[-] format (1:798080)❌ 
  │ │ ├──[🔀] description (48286:28)
  │ │ ├──[+] anyOf (48278:15)
  │ │ └──[+] anyOf (48281:15)
  │ ├─┬email
  │ │ ├──[-] examples (1:796966)
  │ │ ├──[🔀] title (48375:22)
  │ │ ├──[🔀] description (48376:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (48369:27)❌ 
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (48258:15)
  │ │ ├──[-] type (1:797019)❌ 
  │ │ ├──[🔀] title (48255:22)
  │ │ ├──[🔀] description (48256:28)
  │ │ ├──[+] anyOf (48248:15)
  │ │ └──[+] anyOf (48251:15)
  │ ├─┬locale
  │ │ ├──[+] examples (48206:15)
  │ │ ├──[+] type (48201:21)❌ 
  │ │ ├──[🔀] title (48203:22)
  │ │ ├──[+] format (48202:23)❌ 
  │ │ ├──[+] description (48204:28)
  │ │ ├──[-] anyOf (1:797973)❌ 
  │ │ └──[-] anyOf (1:797993)❌ 
  │ └─┬id
  │   ├──[🔀] examples (48243:15)
  │   ├──[-] type (1:796017)❌ 
  │   ├──[🔀] title (48240:22)
  │   ├──[-] format (1:796037)❌ 
  │   ├──[🔀] description (48241:28)
  │   ├──[+] anyOf (48233:15)
  │   └──[+] anyOf (48236:15)
  ├─┬WebhookEndpoint
  │ └─┬url
  │   ├──[-] maxLength (1:1083540)❌ 
  │   ├──[-] minLength (1:1083559)❌ 
  │   └──[-] format (1:1083572)❌ 
  ├─┬SubscriptionCustomer
  │ ├──[+] properties (63302:11)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (63216:15)
  │ │ ├──[+] type (63212:21)❌ 
  │ │ ├──[🔀] title (63213:22)
  │ │ ├──[🔀] description (63214:28)
  │ │ ├──[-] anyOf (1:1020376)❌ 
  │ │ └──[-] anyOf (1:1020396)❌ 
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (63208:15)
  │ │ ├──[-] type (1:1020840)❌ 
  │ │ ├──[🔀] title (63205:22)
  │ │ ├──[🔀] description (63206:28)
  │ │ ├──[+] anyOf (63198:15)
  │ │ └──[+] anyOf (63201:15)
  │ ├─┬id
  │ │ ├──[🔀] examples (63193:15)
  │ │ ├──[-] type (1:1019838)❌ 
  │ │ ├──[🔀] title (63190:22)
  │ │ ├──[-] format (1:1019858)❌ 
  │ │ ├──[🔀] description (63191:28)
  │ │ ├──[+] anyOf (63183:15)
  │ │ └──[+] anyOf (63186:15)
  │ ├─┬tax_id
  │ │ ├──[+] examples (63299:15)
  │ │ ├──[+] type (63294:21)❌ 
  │ │ ├──[🔀] title (63296:22)
  │ │ ├──[+] format (63295:23)❌ 
  │ │ ├──[+] description (63297:28)
  │ │ ├──[-] anyOf (1:1021534)❌ 
  │ │ └──[-] anyOf (1:1021734)❌ 
  │ ├─┬email
  │ │ ├──[-] examples (1:1020787)
  │ │ ├──[🔀] title (63325:22)
  │ │ ├──[🔀] description (63326:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (63319:27)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (63238:15)
  │ │ ├──[-] type (1:1021881)❌ 
  │ │ ├──[🔀] title (63235:22)
  │ │ ├──[-] format (1:1021901)❌ 
  │ │ ├──[🔀] description (63236:28)
  │ │ ├──[+] anyOf (63228:15)
  │ │ └──[+] anyOf (63231:15)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (63312:22)
  │ │ ├──[🔀] description (63313:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (63306:27)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (63282:21)❌ 
  │ ├─┬locale
  │ │ ├──[+] examples (63156:15)
  │ │ ├──[+] type (63151:21)❌ 
  │ │ ├──[🔀] title (63153:22)
  │ │ ├──[+] format (63152:23)❌ 
  │ │ ├──[+] description (63154:28)
  │ │ ├──[-] anyOf (1:1021794)❌ 
  │ │ └──[-] anyOf (1:1021814)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:1021407)
  │ │ ├──[🔀] title (63175:22)
  │ │ ├──[🔀] description (63176:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (63169:27)❌ 
  │ └─┬type
  │   └──[🔀] $ref (63251:21)❌ 
  ├─┬OrderStatus
  │ └──[+] enum (55089:11)
  ├─┬CustomerIndividual
  │ ├──[+] properties (38483:11)
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (38387:15)
  │ │ ├──[🔀] type (38383:21)❌ 
  │ │ ├──[🔀] title (38384:22)
  │ │ └──[🔀] description (38385:28)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (38463:21)❌ 
  │ ├─┬external_id
  │ │ ├──[🔀] examples (38395:15)
  │ │ ├──[+] type (38391:21)❌ 
  │ │ ├──[🔀] title (38392:22)
  │ │ ├──[🔀] description (38393:28)
  │ │ ├──[-] anyOf (1:634696)❌ 
  │ │ └──[-] anyOf (1:634716)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:635634)
  │ │ ├──[🔀] title (38361:22)
  │ │ ├──[🔀] description (38362:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (38355:27)❌ 
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (38419:15)
  │ │ ├──[-] type (1:636108)❌ 
  │ │ ├──[🔀] title (38416:22)
  │ │ ├──[-] format (1:636128)❌ 
  │ │ ├──[🔀] description (38417:28)
  │ │ ├──[+] anyOf (38409:15)
  │ │ └──[+] anyOf (38412:15)
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (38493:22)
  │ │ ├──[🔀] description (38494:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (38487:27)❌ 
  │ ├─┬id
  │ │ ├──[🔀] examples (38379:15)
  │ │ ├──[-] type (1:634158)❌ 
  │ │ ├──[🔀] title (38376:22)
  │ │ ├──[-] format (1:634178)❌ 
  │ │ ├──[🔀] description (38377:28)
  │ │ ├──[+] anyOf (38369:15)
  │ │ └──[+] anyOf (38372:15)
  │ ├─┬type
  │ │ ├──[-] examples (1:635486)
  │ │ ├──[-] type (1:635383)❌ 
  │ │ ├──[🔀] title (38461:22)
  │ │ ├──[-] description (1:635448)
  │ │ ├──[-] const (1:635402)❌ 
  │ │ ├──[+] anyOf (38434:15)
  │ │ └──[+] anyOf (38457:15)
  │ ├─┬tax_id
  │ │ ├──[+] examples (38480:15)
  │ │ ├──[+] type (38475:21)❌ 
  │ │ ├──[🔀] title (38477:22)
  │ │ ├──[+] format (38476:23)❌ 
  │ │ ├──[+] description (38478:28)
  │ │ ├──[-] anyOf (1:635761)❌ 
  │ │ └──[-] anyOf (1:635961)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ ├─┬locale
  │ │ ├──[+] examples (38342:15)
  │ │ ├──[+] type (38337:21)❌ 
  │ │ ├──[🔀] title (38339:22)
  │ │ ├──[+] format (38338:23)❌ 
  │ │ ├──[+] description (38340:28)
  │ │ ├──[-] anyOf (1:636021)❌ 
  │ │ └──[-] anyOf (1:636041)❌ 
  │ └─┬email
  │   ├──[-] examples (1:635076)
  │   ├──[-] type (1:634937)❌ 
  │   ├──[🔀] title (38506:22)
  │   ├──[🔀] description (38507:28)
  │   ├──[+] anyOf (38498:15)
  │   └──[+] anyOf (38502:15)
  ├─┬CustomerStateTeam
  │ ├──[+] properties (42110:11)
  │ ├─┬id
  │ │ ├──[-] examples (1:691504)
  │ │ ├──[+] items (42145:22)❌ 
  │ │ ├──[🔀] type (42148:21)❌ 
  │ │ ├──[🔀] title (42149:22)
  │ │ ├──[-] format (1:691425)❌ 
  │ │ └──[🔀] description (42150:28)
  │ ├─┬organization_id
  │ │ ├──[🔀] examples (42046:15)
  │ │ ├──[-] type (1:693416)❌ 
  │ │ ├──[🔀] title (42043:22)
  │ │ ├──[-] format (1:693436)❌ 
  │ │ ├──[🔀] description (42044:28)
  │ │ ├──[+] anyOf (42036:15)
  │ │ └──[+] anyOf (42039:15)
  │ ├─┬external_id
  │ │ ├──[🔀] examples (42022:15)
  │ │ ├──[+] type (42018:21)❌ 
  │ │ ├──[🔀] title (42019:22)
  │ │ ├──[🔀] description (42020:28)
  │ │ ├──[-] anyOf (1:691943)❌ 
  │ │ └──[-] anyOf (1:691963)❌ 
  │ ├─┬name
  │ │ ├──[-] examples (1:692942)
  │ │ ├──[🔀] title (41981:22)
  │ │ ├──[🔀] description (41982:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (41975:27)❌ 
  │ ├─┬deleted_at
  │ │ ├──[🔀] title (42120:22)
  │ │ ├──[🔀] description (42121:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (42114:27)❌ 
  │ ├─┬email
  │ │ ├──[-] examples (1:692354)
  │ │ ├──[🔀] title (42133:22)
  │ │ ├──[🔀] description (42134:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (42127:27)❌ 
  │ ├─┬granted_benefits
  │ │ ├──[+] examples (41999:15)
  │ │ ├──[-] items (1:694003)❌ 
  │ │ ├──[-] type (1:694071)❌ 
  │ │ ├──[🔀] title (41996:22)
  │ │ ├──[🔀] description (41997:28)
  │ │ ├──[+] anyOf (41989:15)
  │ │ └──[+] anyOf (41992:15)
  │ ├─┬email_verified
  │ │ ├──[🔀] examples (42014:15)
  │ │ ├──[-] type (1:692407)❌ 
  │ │ ├──[🔀] title (42011:22)
  │ │ ├──[🔀] description (42012:28)
  │ │ ├──[+] anyOf (42004:15)
  │ │ └──[+] anyOf (42007:15)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (42090:21)❌ 
  │ ├─┬type
  │ │ ├──[-] examples (1:692800)
  │ │ ├──[-] type (1:692661)❌ 
  │ │ ├──[🔀] title (42088:22)
  │ │ ├──[-] description (1:692720)
  │ │ ├──[-] const (1:692680)❌ 
  │ │ ├──[+] anyOf (42061:15)
  │ │ └──[+] anyOf (42084:15)
  │ ├─┬locale
  │ │ ├──[+] examples (41962:15)
  │ │ ├──[+] type (41957:21)❌ 
  │ │ ├──[🔀] title (41959:22)
  │ │ ├──[+] format (41958:23)❌ 
  │ │ ├──[+] description (41960:28)
  │ │ ├──[-] anyOf (1:693329)❌ 
  │ │ └──[-] anyOf (1:693349)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49936:33)❌ 
  │ └─┬tax_id
  │   ├──[+] examples (42107:15)
  │   ├──[+] type (42102:21)❌ 
  │   ├──[🔀] title (42104:22)
  │   ├──[+] format (42103:23)❌ 
  │   ├──[+] description (42105:28)
  │   ├──[-] anyOf (1:693069)❌ 
  │   └──[-] anyOf (1:693269)❌ 
  ├─┬OrganizationFeatureSettings
  │ ├──[+] properties (57747:11)
  │ ├─┬seat_based_pricing_enabled
  │ │ ├──[🔀] title (57743:22)
  │ │ └──[🔀] description (57744:28)
  │ ├─┬reset_proration_behavior_enabled
  │ │ ├──[-] type (1:922385)❌ 
  │ │ ├──[🔀] title (57738:22)
  │ │ ├──[🔀] description (57739:28)
  │ │ ├──[-] default (1:922531)❌ 
  │ │ ├──[+] anyOf (57728:15)
  │ │ └──[+] anyOf (57734:15)
  │ ├─┬wallets_enabled
  │ │ ├──[🔀] title (57698:22)
  │ │ └──[🔀] description (57699:28)
  │ └─┬overview_metrics
  │   ├──[+] type (57748:21)❌ 
  │   ├──[🔀] title (57749:22)
  │   ├──[🔀] description (57750:28)
  │   ├──[+] default (57751:24)❌ 
  │   ├──[-] anyOf (1:922163)❌ 
  │   └──[-] anyOf (1:922211)❌ 
  ├─┬Scope
  │ ├──[-] enum (1:991343)❌ 
  │ └──[-] enum (1:991331)❌ 
  ├─┬SubscriptionUpdatedEvent
  │ └─┬metadata
  │   └──[🔀] $ref (65251:23)❌ 
  └─┬CustomerTeam
    ├──[+] properties (43056:11)
    ├─┬organization_id
    │ ├──[🔀] examples (42992:15)
    │ ├──[-] type (1:709939)❌ 
    │ ├──[🔀] title (42989:22)
    │ ├──[-] format (1:709959)❌ 
    │ ├──[🔀] description (42990:28)
    │ ├──[+] anyOf (42982:15)
    │ └──[+] anyOf (42985:15)
    ├─┬deleted_at
    │ ├──[🔀] title (43066:22)
    │ ├──[🔀] description (43067:28)
    │ └─┬ANYOF
    │   └──[🔀] format (43060:27)❌ 
    ├─┬email_verified
    │ ├──[🔀] examples (42960:15)
    │ ├──[-] type (1:708930)❌ 
    │ ├──[🔀] title (42957:22)
    │ ├──[🔀] description (42958:28)
    │ ├──[+] anyOf (42950:15)
    │ └──[+] anyOf (42953:15)
    ├─┬modified_at
    │ └──[🔀] $ref (49936:33)❌ 
    ├─┬type
    │ ├──[-] examples (1:709323)
    │ ├──[-] type (1:709184)❌ 
    │ ├──[🔀] title (43034:22)
    │ ├──[-] description (1:709243)
    │ ├──[-] const (1:709203)❌ 
    │ ├──[+] anyOf (43007:15)
    │ └──[+] anyOf (43030:15)
    ├─┬name
    │ ├──[-] examples (1:709465)
    │ ├──[🔀] title (42927:22)
    │ ├──[🔀] description (42928:28)
    │ └─┬ANYOF
    │   └──[+] format (42921:27)❌ 
    ├─┬locale
    │ ├──[+] examples (42908:15)
    │ ├──[+] type (42903:21)❌ 
    │ ├──[🔀] title (42905:22)
    │ ├──[+] format (42904:23)❌ 
    │ ├──[+] description (42906:28)
    │ ├──[-] anyOf (1:709852)❌ 
    │ └──[-] anyOf (1:709872)❌ 
    ├─┬id
    │ ├──[🔀] examples (42945:15)
    │ ├──[-] type (1:707928)❌ 
    │ ├──[🔀] title (42942:22)
    │ ├──[-] format (1:707948)❌ 
    │ ├──[🔀] description (42943:28)
    │ ├──[+] anyOf (42935:15)
    │ └──[+] anyOf (42938:15)
    ├─┬metadata
    │ └──[🔀] $ref (43036:21)❌ 
    ├─┬email
    │ ├──[-] examples (1:708877)
    │ ├──[🔀] title (43079:22)
    │ ├──[🔀] description (43080:28)
    │ └─┬ANYOF
    │   └──[+] format (43073:27)❌ 
    ├─┬tax_id
    │ ├──[+] examples (43053:15)
    │ ├──[+] type (43048:21)❌ 
    │ ├──[🔀] title (43050:22)
    │ ├──[+] format (43049:23)❌ 
    │ ├──[+] description (43051:28)
    │ ├──[-] anyOf (1:709592)❌ 
    │ └──[-] anyOf (1:709792)❌ 
    └─┬external_id
      ├──[🔀] examples (42968:15)
      ├──[+] type (42964:21)❌ 
      ├──[🔀] title (42965:22)
      ├──[🔀] description (42966:28)
      ├──[-] anyOf (1:708466)❌ 
      └──[-] anyOf (1:708486)❌ 
Document Element Total Changes Breaking Changes
paths 8 2
components 479 184
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 May 21, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779324054 branch 7 times, most recently from 3fc227e to 01bc932 Compare May 28, 2026 00:40
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779324054 branch 7 times, most recently from f8fb810 to 4c308de Compare June 4, 2026 00:54
* `polar.orders.list()`:  `response.items.[]` **Changed** **Breaking** ⚠️
* `polar.orders.get()`:  `response` **Changed** **Breaking** ⚠️
* `polar.orders.update()`:  `response` **Changed** **Breaking** ⚠️
* `polar.customer_portal.orders.list()`:  `response.items.[].invoice_number` **Changed** **Breaking** ⚠️
* `polar.customer_portal.orders.get()`:  `response.invoice_number` **Changed** **Breaking** ⚠️
* `polar.events.get()`:  `response.[system_event].[benefit.granted]` **Changed** **Breaking** ⚠️
* `polar.events.list()`:  `response.[list_resource_event_].items.[].[system_event]` **Changed** **Breaking** ⚠️
* `polar.customer_portal.orders.update()`:  `response.invoice_number` **Changed** **Breaking** ⚠️
* `polar.organizations.get()`:  `response.feature_settings.off_session_charges_enabled` **Added**
* `polar.subscriptions.revoke()`:  `response.customer.default_payment_method_id` **Added**
* `polar.organizations.list()`: **Deleted** **Breaking** ⚠️
* `polar._endpointcustomer_created_post()`: 
  *  `request.data` **Changed**
* `polar._endpointcustomer_updated_post()`: 
  *  `request.data` **Changed**
* `polar._endpointcustomer_deleted_post()`: 
  *  `request.data` **Changed**
* `polar._endpointcustomer_state_changed_post()`: 
  *  `request.data` **Changed**
* `polar._endpointorder_created_post()`: 
  *  `request.data` **Changed**
* `polar._endpointorder_updated_post()`: 
  *  `request.data` **Changed**
* `polar._endpointorder_paid_post()`: 
  *  `request.data` **Changed**
* `polar._endpointorder_refunded_post()`: 
  *  `request.data` **Changed**
* `polar._endpointsubscription_created_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_updated_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_active_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_canceled_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_uncanceled_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_revoked_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointsubscription_past_due_post()`: 
  *  `request.data.customer.default_payment_method_id` **Added**
* `polar._endpointorganization_updated_post()`: 
  *  `request.data.feature_settings.off_session_charges_enabled` **Added**
* `polar._endpointbenefit_grant_created_post()`: 
  *  `request.data.[benefit_grant_feature_flag_webhook].customer` **Changed**
* `polar._endpointbenefit_grant_updated_post()`: 
  *  `request.data.[benefit_grant_git_hub_repository_webhook].customer` **Changed**
* `polar._endpointbenefit_grant_cycled_post()`: 
  *  `request.data.[benefit_grant_discord_webhook].customer` **Changed**
* `polar._endpointbenefit_grant_revoked_post()`: 
  *  `request.data.[benefit_grant_custom_webhook].customer` **Changed**
* `polar.organizations.create()`: 
  *  `request.feature_settings.off_session_charges_enabled` **Added**
  *  `response.feature_settings.off_session_charges_enabled` **Added**
* `polar.customers.list_payment_methods()`: **Added**
* `polar.organizations.update()`: 
  *  `request.organization_update.feature_settings.off_session_charges_enabled` **Added**
  *  `response.feature_settings.off_session_charges_enabled` **Added**
* `polar.subscriptions.list()`:  `response.items.[].customer.default_payment_method_id` **Added**
* `polar.subscriptions.create()`:  `response.customer.default_payment_method_id` **Added**
* `polar.subscriptions.get()`:  `response.customer.default_payment_method_id` **Added**
* `polar.customers.list_payment_methods_external()`: **Added**
* `polar.subscriptions.update()`:  `response.customer.default_payment_method_id` **Added**
* `polar.benefits.grants()`:  `response.items.[].customer` **Changed**
* `polar.benefit-grants.list()`:  `response.items.[].customer` **Changed**
* `polar.license_keys.list()`:  `response.items.[].customer.default_payment_method_id` **Added**
* `polar.license_keys.get()`:  `response.customer.default_payment_method_id` **Added**
* `polar.license_keys.update()`:  `response.customer.default_payment_method_id` **Added**
* `polar.license_keys.get_activation()`:  `response.license_key.customer.default_payment_method_id` **Added**
* `polar.license_keys.validate()`:  `response.customer.default_payment_method_id` **Added**
* `polar.license_keys.activate()`:  `response.license_key.customer.default_payment_method_id` **Added**
* `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.get_external()`:  `response` **Changed**
* `polar.customers.update_external()`:  `response` **Changed**
* `polar.customers.get_state()`:  `response` **Changed**
* `polar.customers.get_state_external()`:  `response` **Changed**
* `polar.customer_portal.customers.add_payment_method()`:  `error.status[400]` **Added**
* `polar.customer_portal.license_keys.list()`:  `response.items.[].customer.default_payment_method_id` **Added**
* `polar.customer_portal.license_keys.get()`:  `response.customer.default_payment_method_id` **Added**
* `polar.orders.finalize()`: **Added**
* `polar.customer_portal.license_keys.validate()`:  `response.customer.default_payment_method_id` **Added**
* `polar.customer_portal.license_keys.activate()`:  `response.license_key.customer.default_payment_method_id` **Added**
* `polar.customer-sessions.create()`:  `response.customer` **Changed**
* `polar.orders.create()`: **Added**
* `polar.organizations.list_organizations()`: **Added**
* `polar.customer_meters.list()`:  `response.items.[].customer` **Changed**
* `polar.customer_meters.get()`:  `response.customer` **Changed**
* `polar.payments.list()`:  `request.customer_id` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1779324054 branch from bc1efb2 to d682b28 Compare June 5, 2026 00:47
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