Skip to content

chore: 🐝 Update SDK - Generate 0.31.4#137

Open
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776212983
Open

chore: 🐝 Update SDK - Generate 0.31.4#137
github-actions[bot] wants to merge 2 commits intomainfrom
speakeasy-sdk-regen-1776212983

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Apr 15, 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._endpointcheckout_created_post():
    • request.data.products.[].benefits.[].is_deleted Added Breaking ⚠️
  • polar._endpointcheckout_updated_post():
    • request.data.products.[].benefits.[].is_deleted Added Breaking ⚠️
  • polar._endpointcheckout_expired_post():
    • request.data.products.[].benefits.[].is_deleted Added Breaking ⚠️
  • polar._endpointsubscription_created_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_updated_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_active_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_canceled_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_uncanceled_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_revoked_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointsubscription_past_due_post():
    • request.data.product.benefits.[] Changed Breaking ⚠️
  • polar._endpointproduct_created_post():
    • request.data.benefits.[] Changed Breaking ⚠️
  • polar._endpointproduct_updated_post():
    • request.data.benefits.[] Changed Breaking ⚠️
  • polar._endpointorganization_updated_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_created_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_updated_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_grant_created_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_grant_updated_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_grant_cycled_post():
    • request.data Changed Breaking ⚠️
  • polar._endpointbenefit_grant_revoked_post():
    • request.data Changed Breaking ⚠️
  • polar.organizations.list(): response.items.[] Changed Breaking ⚠️
  • polar.organizations.create():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • polar.organizations.get(): response Changed Breaking ⚠️
  • polar.organizations.update():
    • request.organization_update Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • polar.customer_portal.customers.request_email_update(): Added
  • polar.customer_portal.customers.check_email_update(): Added
  • polar.customer_portal.customers.verify_email_update(): Added
  • polar.subscriptions.list(): response.items.[].product.benefits.[] Changed
  • polar.subscriptions.create(): response.product.benefits.[] Changed
  • polar.subscriptions.get(): response.product.benefits.[] Changed
  • polar.subscriptions.revoke(): response.product.benefits.[] Changed
  • polar.subscriptions.update(): response.product.benefits.[] Changed
  • polar.benefits.list(): response.items.[] Changed
  • polar.benefits.create(): response Changed
  • polar.benefits.get(): response Changed
  • polar.benefits.update(): response Changed
  • polar.benefits.grants(): response.items.[].benefit Changed
  • polar.benefit-grants.list(): response.items.[].benefit Changed
  • polar.products.list(): response.items.[].benefits.[] Changed
  • polar.products.create(): response.benefits.[] Changed
  • polar.products.get(): response.benefits.[] Changed
  • polar.products.update(): response.benefits.[] Changed
  • polar.products.update_benefits(): response.benefits.[] Changed
  • polar.checkouts.list(): response.items.[].products.[].benefits.[].is_deleted Added
  • polar.checkouts.create(): response.products.[].benefits.[].is_deleted Added
  • polar.checkouts.get(): response.products.[].benefits.[].is_deleted Added
  • polar.checkouts.update(): response.products.[].benefits.[].is_deleted Added
  • polar.checkouts.client_get(): response.products.[].benefits.[].is_deleted Added
  • polar.checkouts.client_update(): response.products.[].benefits.[].is_deleted Added
  • polar.checkouts.client_confirm(): response.products.[].benefits.[].is_deleted Added
  • polar.license_keys.list(): request.status Added
  • polar.checkout-links.list(): response.items.[].products.[].benefits.[].is_deleted Added
  • polar.checkout-links.create(): response.products.[].benefits.[].is_deleted Added
  • polar.checkout-links.get(): response.products.[].benefits.[].is_deleted Added
  • polar.checkout-links.update(): response.products.[].benefits.[].is_deleted Added
  • polar.members.get_member_by_external_id(): request Changed
  • polar.members.delete_member_by_external_id(): request Changed
  • polar.members.update_member_by_external_id(): request Changed
  • polar.customer_portal.benefit-grants.list(): response.items.[] Changed
  • polar.customer_portal.benefit-grants.get(): response Changed
  • polar.customer_portal.benefit-grants.update(): response Changed
  • polar.customer_portal.seats.assign_seat():
    • request.checkout_client_secret Added
  • polar.customer_portal.seats.list_claimed_subscriptions(): response.items.[].product Changed
  • polar.customer_portal.orders.list(): response.items.[].product Changed
  • polar.customer_portal.orders.get(): response.product Changed
  • polar.customer_portal.orders.update(): response.product Changed
  • polar.customer_portal.organizations.get(): response Changed
  • polar.customer_portal.subscriptions.list(): response.items.[].product Changed
  • polar.customer_portal.subscriptions.get(): response.product Changed
  • polar.customer_portal.subscriptions.cancel(): response.product Changed
  • polar.customer_portal.subscriptions.update(): response.product Changed
  • polar.customer-seats.assign_seat():
    • request.checkout_client_secret Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (12198:5)
│ ├──[+] path (12247:5)
│ ├──[+] path (12139:5)
│ ├─┬/v1/license-keys/
│ │ └─┬GET
│ │   └──[+] parameters (7658:21)❌ 
│ ├─┬/v1/members/external/{external_id}
│ │ ├─┬GET
│ │ │ ├──[+] parameters (10941:21)❌ 
│ │ │ ├──[+] parameters (10960:21)❌ 
│ │ │ └──[🔀] description (10926:24)
│ │ ├─┬DELETE
│ │ │ ├──[+] parameters (11161:21)❌ 
│ │ │ ├──[+] parameters (11180:21)❌ 
│ │ │ └──[🔀] description (11146:24)
│ │ └─┬PATCH
│ │   ├──[+] parameters (11046:21)❌ 
│ │   ├──[+] parameters (11065:21)❌ 
│ │   └──[🔀] description (11031:24)
│ └─┬/v1/benefit-grants/
│   └─┬GET
│     └──[🔀] description (2397:24)
└─┬Components
  ├──[+] schemas (39432:41)
  ├──[+] schemas (37672:44)
  ├──[+] schemas (37659:43)
  ├──[+] schemas (37645:37)
  ├─┬OrganizationStatus
  │ ├──[+] enum (56317:11)
  │ ├──[+] enum (56313:11)
  │ ├──[+] enum (56314:11)
  │ ├──[-] enum (1:909979)❌ 
  │ ├──[-] enum (1:910001)❌ 
  │ └──[-] enum (1:910019)❌ 
  ├─┬BenefitDiscordSubscriber
  │ ├──[+] required (23574:11)❌ 
  │ ├──[+] properties (23544:11)
  │ ├─┬organization
  │ │ └──[🔀] $ref (23511:26)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (23583:23)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (23544:25)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (27681:23)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (23535:21)❌ 
  │ │ ├──[🔀] title (23536:22)
  │ │ ├──[+] description (23537:28)
  │ │ └──[-] const (1:380537)❌ 
  │ └─┬properties
  │   └──[🔀] $ref (23549:30)❌ 
  ├─┬OrganizationSubscriptionSettings
  │ └─┬proration_behavior
  │   └──[🔀] title (56335:22)
  ├─┬CheckoutProductsCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (31856:32)
  ├─┬CustomerUpdateExternalID
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (42466:32)
  ├─┬SubscriptionUpdateBillingPeriod
  │ └─┬current_billing_period_end
  │   └──[🔀] description (62864:28)
  ├─┬BenefitDownloadables
  │ ├──[+] required (23737:11)❌ 
  │ ├──[+] properties (23710:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (23710:25)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:383879)❌ 
  │ │ ├──[🔀] title (23687:22)
  │ │ ├──[-] format (1:383899)❌ 
  │ │ ├──[🔀] description (23688:28)
  │ │ ├──[+] anyOf (23679:15)
  │ │ └──[+] anyOf (23683:15)
  │ ├─┬selectable
  │ │ └──[🔀] $ref (23850:23)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (23715:30)❌ 
  │ └─┬type
  │   ├──[🔀] type (23701:21)❌ 
  │   ├──[🔀] title (23702:22)
  │   ├──[+] description (23703:28)
  │   └──[-] const (1:383464)❌ 
  ├─┬BenefitPublic
  │ ├──[+] required (27516:11)❌ 
  │ ├──[+] properties (27495:11)
  │ ├─┬selectable
  │ │ ├──[🔀] type (27501:21)❌ 
  │ │ ├──[🔀] title (27503:22)
  │ │ ├──[+] format (27502:23)❌ 
  │ │ └──[🔀] description (27504:28)
  │ ├─┬type
  │ │ └──[🔀] $ref (27485:25)❌ 
  │ ├─┬modified_at
  │ │ ├──[+] type (27496:21)❌ 
  │ │ ├──[🔀] title (27497:22)
  │ │ ├──[🔀] description (27498:28)
  │ │ ├──[-] anyOf (1:447958)❌ 
  │ │ └──[-] anyOf (1:448001)❌ 
  │ └─┬organization_id
  │   ├──[-] type (1:448583)❌ 
  │   ├──[🔀] title (27473:22)
  │   ├──[-] format (1:448603)❌ 
  │   ├──[🔀] description (27474:28)
  │   ├──[+] anyOf (27465:15)
  │   └──[+] anyOf (27469:15)
  ├─┬CheckoutUpdate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (33305:32)
  ├─┬CustomerIndividualCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (37961:32)
  ├─┬OrganizationFeatureSettings
  │ └──[-] properties (1:907141)❌ 
  ├─┬BenefitCustomSubscriber
  │ ├──[+] required (23033:11)❌ 
  │ ├──[+] properties (23003:11)
  │ ├─┬organization
  │ │ └──[🔀] $ref (22970:26)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (23008:30)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (23003:25)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (27681:23)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (22994:21)❌ 
  │ │ ├──[🔀] title (22995:22)
  │ │ ├──[+] description (22996:28)
  │ │ └──[-] const (1:370727)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (23042:23)❌ 
  │ └─┬modified_at
  │   └──[🔀] $ref (49175:33)❌ 
  ├─┬CustomerUpdate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (42331:32)
  ├─┬BenefitGitHubRepositorySubscriber
  │ ├──[+] required (24688:11)❌ 
  │ ├──[+] properties (24658:11)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (24649:21)❌ 
  │ │ ├──[🔀] title (24650:22)
  │ │ ├──[+] description (24651:28)
  │ │ └──[-] const (1:401535)❌ 
  │ ├─┬organization
  │ │ └──[🔀] $ref (24625:26)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (27681:23)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (24697:23)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (24663:30)❌ 
  │ └─┬metadata
  │   └──[🔀] $ref (24658:25)❌ 
  ├─┬BenefitCustom
  │ ├──[+] required (22816:11)❌ 
  │ ├──[+] properties (22789:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (22789:25)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (22780:21)❌ 
  │ │ ├──[🔀] title (22781:22)
  │ │ ├──[+] description (22782:28)
  │ │ └──[-] const (1:366895)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (22928:23)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:367303)❌ 
  │ │ ├──[🔀] title (22766:22)
  │ │ ├──[-] format (1:367323)❌ 
  │ │ ├──[🔀] description (22767:28)
  │ │ ├──[+] anyOf (22758:15)
  │ │ └──[+] anyOf (22762:15)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ └─┬properties
  │   └──[🔀] $ref (22794:30)❌ 
  ├─┬BenefitMeterCreditSubscriber
  │ ├──[+] required (27350:11)❌ 
  │ ├──[+] properties (27320:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (27320:25)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (27681:23)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (27359:23)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (27325:30)❌ 
  │ ├─┬organization
  │ │ └──[🔀] $ref (27287:26)❌ 
  │ └─┬type
  │   ├──[🔀] type (27311:21)❌ 
  │   ├──[🔀] title (27312:22)
  │   ├──[+] description (27313:28)
  │   └──[-] const (1:445087)❌ 
  ├─┬CheckoutConfirmStripe
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (28956:32)
  ├─┬BenefitFeatureFlagSubscriber
  │ ├──[+] required (24293:11)❌ 
  │ ├──[+] properties (24263:11)
  │ ├─┬organization_id
  │ │ └──[🔀] $ref (27681:23)❌ 
  │ ├─┬organization
  │ │ └──[🔀] $ref (24230:26)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (24268:30)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (24302:23)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (24254:21)❌ 
  │ │ ├──[🔀] title (24255:22)
  │ │ ├──[+] description (24256:28)
  │ │ └──[-] const (1:393633)❌ 
  │ └─┬metadata
  │   └──[🔀] $ref (24263:25)❌ 
  ├─┬LegacyOrganizationStatus
  │ └──[-] enum (1:777671)❌ 
  ├─┬OrganizationCustomerPortalSettings
  │ ├──[+] properties (56021:11)
  │ ├─┬usage
  │ │ └──[🔀] $ref (39626:23)❌ 
  │ └─┬subscription
  │   └──[🔀] $ref (39433:23)❌ 
  ├─┬BenefitFeatureFlag
  │ ├──[+] required (24119:11)❌ 
  │ ├──[+] properties (24092:11)
  │ ├─┬organization_id
  │ │ ├──[-] type (1:390513)❌ 
  │ │ ├──[🔀] title (24069:22)
  │ │ ├──[-] format (1:390533)❌ 
  │ │ ├──[🔀] description (24070:28)
  │ │ ├──[+] anyOf (24061:15)
  │ │ └──[+] anyOf (24065:15)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (24092:25)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (24083:21)❌ 
  │ │ ├──[🔀] title (24084:22)
  │ │ ├──[+] description (24085:28)
  │ │ └──[-] const (1:390099)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (24211:23)❌ 
  │ └─┬properties
  │   └──[🔀] $ref (24097:30)❌ 
  ├─┬SeatAssign
  │ ├──[+] properties (60278:11)
  │ ├─┬customer_id
  │ │ ├──[🔀] title (60275:22)
  │ │ └──[🔀] description (60276:28)
  │ ├─┬external_customer_id
  │ │ ├──[🔀] title (60313:22)
  │ │ ├──[🔀] description (60314:28)
  │ │ └─┬ANYOF
  │ │   └──[+] format (60307:27)❌ 
  │ ├─┬member_id
  │ │ ├──[+] type (60380:21)❌ 
  │ │ ├──[🔀] title (60381:22)
  │ │ ├──[🔀] description (60382:28)
  │ │ ├──[+] default (60383:24)❌ 
  │ │ ├──[-] anyOf (1:976456)❌ 
  │ │ └──[-] anyOf (1:976494)❌ 
  │ ├─┬order_id
  │ │ ├──[🔀] title (60376:22)
  │ │ ├──[🔀] description (60377:28)
  │ │ └─┬ANYOF
  │ │   ├──[+] additionalProperties (60369:41)❌ 
  │ │   ├──[🔀] type (60370:25)❌ 
  │ │   └──[-] format (1:975528)❌ 
  │ ├─┬subscription_id
  │ │ ├──[🔀] title (60300:22)
  │ │ └──[🔀] description (60301:28)
  │ ├─┬immediate_claim
  │ │ ├──[-] type (1:976807)❌ 
  │ │ ├──[🔀] title (60350:22)
  │ │ ├──[🔀] description (60351:28)
  │ │ ├──[-] default (1:976976)❌ 
  │ │ ├──[+] anyOf (60343:15)
  │ │ └──[+] anyOf (60346:15)
  │ ├─┬checkout_id
  │ │ ├──[🔀] title (60287:22)
  │ │ ├──[🔀] description (60288:28)
  │ │ └─┬ANYOF
  │ │   └──[-] format (1:975330)❌ 
  │ ├─┬metadata
  │ │ ├──[🔀] title (60363:22)
  │ │ ├──[🔀] description (60364:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] additionalProperties (1:976637)❌ 
  │ │   ├──[🔀] type (60356:25)❌ 
  │ │   └──[+] format (60357:27)❌ 
  │ ├─┬email
  │ │ ├──[🔀] title (60338:22)
  │ │ ├──[🔀] description (60339:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] format (60332:27)❌ 
  │ └─┬external_member_id
  │   ├──[🔀] title (60325:22)
  │   └──[🔀] description (60326:28)
  ├─┬CustomerTeamCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (42160:32)
  ├─┬BenefitGitHubRepository
  │ ├──[+] required (24447:11)❌ 
  │ ├──[+] properties (24420:11)
  │ ├─┬properties
  │ │ └──[🔀] $ref (24425:30)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:396894)❌ 
  │ │ ├──[🔀] title (24397:22)
  │ │ ├──[-] format (1:396914)❌ 
  │ │ ├──[🔀] description (24398:28)
  │ │ ├──[+] anyOf (24389:15)
  │ │ └──[+] anyOf (24393:15)
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (24411:21)❌ 
  │ │ ├──[🔀] title (24412:22)
  │ │ ├──[+] description (24413:28)
  │ │ └──[-] const (1:396475)❌ 
  │ ├─┬selectable
  │ │ └──[🔀] $ref (24572:23)❌ 
  │ └─┬metadata
  │   └──[🔀] $ref (24420:25)❌ 
  ├─┬BenefitLicenseKeys
  │ ├──[+] required (26671:11)❌ 
  │ ├──[+] properties (26644:11)
  │ ├─┬selectable
  │ │ └──[🔀] $ref (26804:23)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (26649:30)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (26644:25)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:434258)❌ 
  │ │ ├──[🔀] title (26621:22)
  │ │ ├──[-] format (1:434278)❌ 
  │ │ ├──[🔀] description (26622:28)
  │ │ ├──[+] anyOf (26613:15)
  │ │ └──[+] anyOf (26617:15)
  │ └─┬type
  │   ├──[🔀] type (26635:21)❌ 
  │   ├──[🔀] title (26636:22)
  │   ├──[+] description (26637:28)
  │   └──[-] const (1:433844)❌ 
  ├─┬BenefitLicenseKeysSubscriber
  │ ├──[+] required (26934:11)❌ 
  │ ├──[+] properties (26904:11)
  │ ├─┬selectable
  │ │ └──[🔀] $ref (26943:23)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (26909:30)❌ 
  │ ├─┬metadata
  │ │ └──[🔀] $ref (26904:25)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬organization
  │ │ └──[🔀] $ref (26871:26)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (26895:21)❌ 
  │ │ ├──[🔀] title (26896:22)
  │ │ ├──[+] description (26897:28)
  │ │ └──[-] const (1:437906)❌ 
  │ └─┬organization_id
  │   └──[🔀] $ref (27681:23)❌ 
  ├─┬CheckoutUpdatePublic
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (33688:32)
  ├─┬CheckoutPriceCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (30904:32)
  ├─┬PresentmentCurrency
  │ ├──[+] enum (57541:11)
  │ ├──[+] enum (57563:11)
  │ ├──[+] enum (57575:11)
  │ ├──[+] enum (57531:11)
  │ ├──[+] enum (57580:11)
  │ ├──[+] enum (57595:11)
  │ ├──[+] enum (57519:11)
  │ ├──[+] enum (57535:11)
  │ ├──[+] enum (57549:11)
  │ ├──[+] enum (57507:11)
  │ ├──[+] enum (57568:11)
  │ ├──[+] enum (57477:11)
  │ ├──[+] enum (57514:11)
  │ ├──[+] enum (57559:11)
  │ ├──[+] enum (57577:11)
  │ ├──[+] enum (57492:11)
  │ ├──[+] enum (57521:11)
  │ ├──[+] enum (57490:11)
  │ ├──[+] enum (57508:11)
  │ ├──[+] enum (57536:11)
  │ ├──[+] enum (57566:11)
  │ ├──[+] enum (57578:11)
  │ ├──[+] enum (57485:11)
  │ ├──[+] enum (57532:11)
  │ ├──[+] enum (57601:11)
  │ ├──[+] enum (57533:11)
  │ ├──[+] enum (57571:11)
  │ ├──[+] enum (57484:11)
  │ ├──[+] enum (57528:11)
  │ ├──[+] enum (57489:11)
  │ ├──[+] enum (57493:11)
  │ ├──[+] enum (57496:11)
  │ ├──[+] enum (57509:11)
  │ ├──[+] enum (57540:11)
  │ ├──[+] enum (57537:11)
  │ ├──[+] enum (57538:11)
  │ ├──[+] enum (57596:11)
  │ ├──[+] enum (57527:11)
  │ ├──[+] enum (57594:11)
  │ ├──[+] enum (57553:11)
  │ ├──[+] enum (57590:11)
  │ ├──[+] enum (57516:11)
  │ ├──[+] enum (57512:11)
  │ ├──[+] enum (57515:11)
  │ ├──[+] enum (57561:11)
  │ ├──[+] enum (57581:11)
  │ ├──[+] enum (57501:11)
  │ ├──[+] enum (57504:11)
  │ ├──[+] enum (57511:11)
  │ ├──[+] enum (57542:11)
  │ ├──[+] enum (57545:11)
  │ ├──[+] enum (57552:11)
  │ ├──[+] enum (57554:11)
  │ ├──[+] enum (57483:11)
  │ ├──[+] enum (57583:11)
  │ ├──[+] enum (57589:11)
  │ ├──[+] enum (57555:11)
  │ ├──[+] enum (57517:11)
  │ ├──[+] enum (57592:11)
  │ ├──[+] enum (57487:11)
  │ ├──[+] enum (57518:11)
  │ ├──[+] enum (57586:11)
  │ ├──[+] enum (57488:11)
  │ ├──[+] enum (57569:11)
  │ ├──[+] enum (57572:11)
  │ ├──[+] enum (57593:11)
  │ ├──[+] enum (57587:11)
  │ ├──[+] enum (57597:11)
  │ ├──[+] enum (57479:11)
  │ ├──[+] enum (57585:11)
  │ ├──[+] enum (57539:11)
  │ ├──[+] enum (57543:11)
  │ ├──[+] enum (57548:11)
  │ ├──[+] enum (57565:11)
  │ ├──[+] enum (57599:11)
  │ ├──[+] enum (57506:11)
  │ ├──[+] enum (57544:11)
  │ ├──[+] enum (57598:11)
  │ ├──[+] enum (57546:11)
  │ ├──[+] enum (57530:11)
  │ ├──[+] enum (57502:11)
  │ ├──[+] enum (57486:11)
  │ ├──[+] enum (57557:11)
  │ ├──[+] enum (57591:11)
  │ ├──[+] enum (57478:11)
  │ ├──[+] enum (57547:11)
  │ ├──[+] enum (57576:11)
  │ ├──[+] enum (57494:11)
  │ ├──[+] enum (57482:11)
  │ └──[+] enum (57522:11)
  ├─┬BenefitDiscord
  │ ├──[+] required (23355:11)❌ 
  │ ├──[+] properties (23328:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (23328:25)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:376748)❌ 
  │ │ ├──[🔀] title (23305:22)
  │ │ ├──[-] format (1:376768)❌ 
  │ │ ├──[🔀] description (23306:28)
  │ │ ├──[+] anyOf (23297:15)
  │ │ └──[+] anyOf (23301:15)
  │ ├─┬properties
  │ │ └──[🔀] $ref (23333:30)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (23319:21)❌ 
  │ │ ├──[🔀] title (23320:22)
  │ │ ├──[+] description (23321:28)
  │ │ └──[-] const (1:376339)❌ 
  │ └─┬selectable
  │   └──[🔀] $ref (23466:23)❌ 
  ├─┬BenefitMeterCredit
  │ ├──[+] required (27136:11)❌ 
  │ ├──[+] properties (27109:11)
  │ ├─┬metadata
  │ │ └──[🔀] $ref (27109:25)❌ 
  │ ├─┬modified_at
  │ │ └──[🔀] $ref (49175:33)❌ 
  │ ├─┬properties
  │ │ └──[🔀] $ref (27114:30)❌ 
  │ ├─┬type
  │ │ ├──[🔀] type (27100:21)❌ 
  │ │ ├──[🔀] title (27101:22)
  │ │ ├──[+] description (27102:28)
  │ │ └──[-] const (1:441123)❌ 
  │ ├─┬organization_id
  │ │ ├──[-] type (1:441537)❌ 
  │ │ ├──[🔀] title (27086:22)
  │ │ ├──[-] format (1:441557)❌ 
  │ │ ├──[🔀] description (27087:28)
  │ │ ├──[+] anyOf (27078:15)
  │ │ └──[+] anyOf (27082:15)
  │ └─┬selectable
  │   └──[🔀] $ref (27249:23)❌ 
  ├─┬CheckoutProductCreate
  │ └─┬locale
  │   └─┬ANYOF
  │     └──[🔀] description (31456:32)
  └─┬BenefitDownloadablesSubscriber
    ├──[+] required (23954:11)❌ 
    ├──[+] properties (23924:11)
    ├─┬modified_at
    │ └──[🔀] $ref (49175:33)❌ 
    ├─┬selectable
    │ └──[🔀] $ref (23963:23)❌ 
    ├─┬properties
    │ └──[🔀] $ref (23929:30)❌ 
    ├─┬metadata
    │ └──[🔀] $ref (23924:25)❌ 
    ├─┬type
    │ ├──[🔀] type (23915:21)❌ 
    │ ├──[🔀] title (23916:22)
    │ ├──[+] description (23917:28)
    │ └──[-] const (1:387196)❌ 
    ├─┬organization_id
    │ └──[🔀] $ref (27681:23)❌ 
    └─┬organization
      └──[🔀] $ref (23891:26)❌ 
Document Element Total Changes Breaking Changes
paths 14 7
components 369 157
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 Apr 15, 2026
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776212983 branch 6 times, most recently from 613b920 to 653d67f Compare April 21, 2026 00:32
* `polar._endpointcheckout_created_post()`: 
  *  `request.data.products.[].benefits.[].is_deleted` **Added** **Breaking** ⚠️
* `polar._endpointcheckout_updated_post()`: 
  *  `request.data.products.[].benefits.[].is_deleted` **Added** **Breaking** ⚠️
* `polar._endpointcheckout_expired_post()`: 
  *  `request.data.products.[].benefits.[].is_deleted` **Added** **Breaking** ⚠️
* `polar._endpointsubscription_created_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_updated_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_active_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_canceled_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_uncanceled_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_revoked_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointsubscription_past_due_post()`: 
  *  `request.data.product.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointproduct_created_post()`: 
  *  `request.data.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointproduct_updated_post()`: 
  *  `request.data.benefits.[]` **Changed** **Breaking** ⚠️
* `polar._endpointorganization_updated_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_created_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_updated_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_grant_created_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_grant_updated_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_grant_cycled_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar._endpointbenefit_grant_revoked_post()`: 
  *  `request.data` **Changed** **Breaking** ⚠️
* `polar.organizations.list()`:  `response.items.[]` **Changed** **Breaking** ⚠️
* `polar.organizations.create()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `polar.organizations.get()`:  `response` **Changed** **Breaking** ⚠️
* `polar.organizations.update()`: 
  *  `request.organization_update` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `polar.customer_portal.customers.request_email_update()`: **Added**
* `polar.customer_portal.customers.check_email_update()`: **Added**
* `polar.customer_portal.customers.verify_email_update()`: **Added**
* `polar.subscriptions.list()`:  `response.items.[].product.benefits.[]` **Changed**
* `polar.subscriptions.create()`:  `response.product.benefits.[]` **Changed**
* `polar.subscriptions.get()`:  `response.product.benefits.[]` **Changed**
* `polar.subscriptions.revoke()`:  `response.product.benefits.[]` **Changed**
* `polar.subscriptions.update()`:  `response.product.benefits.[]` **Changed**
* `polar.benefits.list()`:  `response.items.[]` **Changed**
* `polar.benefits.create()`:  `response` **Changed**
* `polar.benefits.get()`:  `response` **Changed**
* `polar.benefits.update()`:  `response` **Changed**
* `polar.benefits.grants()`:  `response.items.[].benefit` **Changed**
* `polar.benefit-grants.list()`:  `response.items.[].benefit` **Changed**
* `polar.products.list()`:  `response.items.[].benefits.[]` **Changed**
* `polar.products.create()`:  `response.benefits.[]` **Changed**
* `polar.products.get()`:  `response.benefits.[]` **Changed**
* `polar.products.update()`:  `response.benefits.[]` **Changed**
* `polar.products.update_benefits()`:  `response.benefits.[]` **Changed**
* `polar.checkouts.list()`:  `response.items.[].products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.create()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.get()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.update()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.client_get()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.client_update()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkouts.client_confirm()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.license_keys.list()`:  `request.status` **Added**
* `polar.checkout-links.list()`:  `response.items.[].products.[].benefits.[].is_deleted` **Added**
* `polar.checkout-links.create()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkout-links.get()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.checkout-links.update()`:  `response.products.[].benefits.[].is_deleted` **Added**
* `polar.members.get_member_by_external_id()`:  `request` **Changed**
* `polar.members.delete_member_by_external_id()`:  `request` **Changed**
* `polar.members.update_member_by_external_id()`:  `request` **Changed**
* `polar.customer_portal.benefit-grants.list()`:  `response.items.[]` **Changed**
* `polar.customer_portal.benefit-grants.get()`:  `response` **Changed**
* `polar.customer_portal.benefit-grants.update()`:  `response` **Changed**
* `polar.customer_portal.seats.assign_seat()`: 
  *  `request.checkout_client_secret` **Added**
* `polar.customer_portal.seats.list_claimed_subscriptions()`:  `response.items.[].product` **Changed**
* `polar.customer_portal.orders.list()`:  `response.items.[].product` **Changed**
* `polar.customer_portal.orders.get()`:  `response.product` **Changed**
* `polar.customer_portal.orders.update()`:  `response.product` **Changed**
* `polar.customer_portal.organizations.get()`:  `response` **Changed**
* `polar.customer_portal.subscriptions.list()`:  `response.items.[].product` **Changed**
* `polar.customer_portal.subscriptions.get()`:  `response.product` **Changed**
* `polar.customer_portal.subscriptions.cancel()`:  `response.product` **Changed**
* `polar.customer_portal.subscriptions.update()`:  `response.product` **Changed**
* `polar.customer-seats.assign_seat()`: 
  *  `request.checkout_client_secret` **Added**
@github-actions github-actions Bot force-pushed the speakeasy-sdk-regen-1776212983 branch from b715f5c to 1104f04 Compare April 22, 2026 00:29
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