chore: 🐝 Update SDK - Generate 0.31.0#130
Merged
psincraian merged 2 commits intomainfrom Mar 27, 2026
Merged
Conversation
68add64 to
0279e64
Compare
* `polar._endpointcustomer_created_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointcustomer_updated_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointcustomer_deleted_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointcustomer_state_changed_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointorder_created_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointorder_updated_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointorder_paid_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointorder_refunded_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_created_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_updated_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_active_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_canceled_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_uncanceled_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_revoked_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_past_due_post()`: * `request.data.customer` **Changed** **Breaking**⚠️ * `polar._endpointbenefit_grant_created_post()`: * `request.data.[benefit_grant_downloadables_webhook].customer` **Changed** **Breaking**⚠️ * `polar._endpointbenefit_grant_updated_post()`: * `request.data.[benefit_grant_discord_webhook].customer` **Changed** **Breaking**⚠️ * `polar._endpointbenefit_grant_cycled_post()`: * `request.data.[benefit_grant_git_hub_repository_webhook].customer` **Changed** **Breaking**⚠️ * `polar._endpointbenefit_grant_revoked_post()`: * `request.data.[benefit_grant_downloadables_webhook].customer` **Changed** **Breaking**⚠️ * `polar.subscriptions.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.subscriptions.create()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.subscriptions.get()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.subscriptions.revoke()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.subscriptions.update()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.benefits.grants()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.benefit-grants.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.orders.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.orders.get()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.orders.update()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.license_keys.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.license_keys.get()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.license_keys.update()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.license_keys.get_activation()`: `response.license_key.customer` **Changed** **Breaking**⚠️ * `polar.license_keys.validate()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.license_keys.activate()`: `response.license_key.customer` **Changed** **Breaking**⚠️ * `polar.customers.list()`: `response.items.[]` **Changed** **Breaking**⚠️ * `polar.customers.create()`: * `request` **Changed** **Breaking**⚠️ * `response` **Changed** **Breaking**⚠️ * `polar.customers.get()`: `response` **Changed** **Breaking**⚠️ * `polar.customers.update()`: `response` **Changed** **Breaking**⚠️ * `polar.customers.get_external()`: `response` **Changed** **Breaking**⚠️ * `polar.customers.update_external()`: `response` **Changed** **Breaking**⚠️ * `polar.customers.get_state()`: `response` **Changed** **Breaking**⚠️ * `polar.customers.get_state_external()`: `response` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.list()`: `response.items.[].[customer_benefit_grant_feature_flag].customer.email` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.get()`: `response.[customer_benefit_grant_meter_credit].customer.email` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.update()`: `response.[customer_benefit_grant_custom].customer.email` **Changed** **Breaking**⚠️ * `polar.customer_portal.customers.get()`: `response.email` **Changed** **Breaking**⚠️ * `polar.customer_portal.customers.update()`: `response.email` **Changed** **Breaking**⚠️ * `polar.customer_portal.license_keys.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.customer_portal.license_keys.get()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.customer_portal.license_keys.validate()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.customer_portal.license_keys.activate()`: `response.license_key.customer` **Changed** **Breaking**⚠️ * `polar.customer-sessions.create()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.events.list()`: `response.[list_resource_event_].items.[].[system_event]` **Changed** **Breaking**⚠️ * `polar.events.get()`: `response.[system_event]` **Changed** **Breaking**⚠️ * `polar.customer_meters.list()`: `response.items.[].customer` **Changed** **Breaking**⚠️ * `polar.customer_meters.get()`: `response.customer` **Changed** **Breaking**⚠️ * `polar.payments.list()`: `response.items.[]` **Changed**
fb5db4f to
6ae7752
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [minor] - 🤖 (automated)
Python SDK Changes Detected:
polar._endpointcustomer_created_post():request.dataChanged Breakingpolar._endpointcustomer_updated_post():request.dataChanged Breakingpolar._endpointcustomer_deleted_post():request.dataChanged Breakingpolar._endpointcustomer_state_changed_post():request.dataChanged Breakingpolar._endpointorder_created_post():request.data.customerChanged Breakingpolar._endpointorder_updated_post():request.data.customerChanged Breakingpolar._endpointorder_paid_post():request.data.customerChanged Breakingpolar._endpointorder_refunded_post():request.data.customerChanged Breakingpolar._endpointsubscription_created_post():request.data.customerChanged Breakingpolar._endpointsubscription_updated_post():request.data.customerChanged Breakingpolar._endpointsubscription_active_post():request.data.customerChanged Breakingpolar._endpointsubscription_canceled_post():request.data.customerChanged Breakingpolar._endpointsubscription_uncanceled_post():request.data.customerChanged Breakingpolar._endpointsubscription_revoked_post():request.data.customerChanged Breakingpolar._endpointsubscription_past_due_post():request.data.customerChanged Breakingpolar._endpointbenefit_grant_created_post():request.data.[benefit_grant_downloadables_webhook].customerChanged Breakingpolar._endpointbenefit_grant_updated_post():request.data.[benefit_grant_discord_webhook].customerChanged Breakingpolar._endpointbenefit_grant_cycled_post():request.data.[benefit_grant_git_hub_repository_webhook].customerChanged Breakingpolar._endpointbenefit_grant_revoked_post():request.data.[benefit_grant_downloadables_webhook].customerChanged Breakingpolar.subscriptions.list():response.items.[].customerChanged Breakingpolar.subscriptions.create():response.customerChanged Breakingpolar.subscriptions.get():response.customerChanged Breakingpolar.subscriptions.revoke():response.customerChanged Breakingpolar.subscriptions.update():response.customerChanged Breakingpolar.benefits.grants():response.items.[].customerChanged Breakingpolar.benefit-grants.list():response.items.[].customerChanged Breakingpolar.orders.list():response.items.[].customerChanged Breakingpolar.orders.get():response.customerChanged Breakingpolar.orders.update():response.customerChanged Breakingpolar.license_keys.list():response.items.[].customerChanged Breakingpolar.license_keys.get():response.customerChanged Breakingpolar.license_keys.update():response.customerChanged Breakingpolar.license_keys.get_activation():response.license_key.customerChanged Breakingpolar.license_keys.validate():response.customerChanged Breakingpolar.license_keys.activate():response.license_key.customerChanged Breakingpolar.customers.list():response.items.[]Changed Breakingpolar.customers.create():requestChanged BreakingresponseChanged Breakingpolar.customers.get():responseChanged Breakingpolar.customers.update():responseChanged Breakingpolar.customers.get_external():responseChanged Breakingpolar.customers.update_external():responseChanged Breakingpolar.customers.get_state():responseChanged Breakingpolar.customers.get_state_external():responseChanged Breakingpolar.customer_portal.benefit-grants.list():response.items.[].[customer_benefit_grant_feature_flag].customer.emailChanged Breakingpolar.customer_portal.benefit-grants.get():response.[customer_benefit_grant_meter_credit].customer.emailChanged Breakingpolar.customer_portal.benefit-grants.update():response.[customer_benefit_grant_custom].customer.emailChanged Breakingpolar.customer_portal.customers.get():response.emailChanged Breakingpolar.customer_portal.customers.update():response.emailChanged Breakingpolar.customer_portal.license_keys.list():response.items.[].customerChanged Breakingpolar.customer_portal.license_keys.get():response.customerChanged Breakingpolar.customer_portal.license_keys.validate():response.customerChanged Breakingpolar.customer_portal.license_keys.activate():response.license_key.customerChanged Breakingpolar.customer-sessions.create():response.customerChanged Breakingpolar.events.list():response.[list_resource_event_].items.[].[system_event]Changed Breakingpolar.events.get():response.[system_event]Changed Breakingpolar.customer_meters.list():response.items.[].customerChanged Breakingpolar.customer_meters.get():response.customerChanged Breakingpolar.payments.list():response.items.[]ChangedOpenAPI Change Summary
Linting Report
0 errors, 1 warnings, 14 hintsView full report
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.648.0