-
Notifications
You must be signed in to change notification settings - Fork 8
chore: 🐝 Update SDK - Generate 0.29.1 #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
2
commits into
main
Choose a base branch
from
speakeasy-sdk-regen-1762301662
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
4188ba5 to
75146bb
Compare
815991b to
ee3c4fa
Compare
20b5a61 to
5e4ff37
Compare
e45b7e6 to
b1e6102
Compare
55d3982 to
a4829b6
Compare
* `polar.checkouts.client_get()`: `response` **Changed** **Breaking**⚠️ * `polar.events.get()`: `response` **Changed** **Breaking**⚠️ * `polar.events.list()`: * `request.hierarchical` **Added** * `response.items.[]` **Changed** **Breaking**⚠️ * `polar.customer_portal.subscriptions.update()`: `response.product` **Changed** **Breaking**⚠️ * `polar.customer_portal.subscriptions.cancel()`: `response.product` **Changed** **Breaking**⚠️ * `polar.customer_portal.subscriptions.get()`: `response.product` **Changed** **Breaking**⚠️ * `polar.customer_portal.subscriptions.list()`: `response.items.[].product` **Changed** **Breaking**⚠️ * `polar._endpointcheckout_created_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointcheckout_updated_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar._endpointorder_created_post()`: * `request.data.platform_fee_currency` **Added** **Breaking**⚠️ * `polar._endpointorder_updated_post()`: * `request.data.platform_fee_currency` **Added** **Breaking**⚠️ * `polar._endpointorder_paid_post()`: * `request.data.platform_fee_currency` **Added** **Breaking**⚠️ * `polar._endpointorder_refunded_post()`: * `request.data.platform_fee_currency` **Added** **Breaking**⚠️ * `polar._endpointsubscription_created_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_updated_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_active_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_canceled_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_uncanceled_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_revoked_post()`: * `request.data.product.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointproduct_created_post()`: * `request.data.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointproduct_updated_post()`: * `request.data.prices.[]` **Changed** **Breaking**⚠️ * `polar._endpointorganization_updated_post()`: * `request.data` **Changed** **Breaking**⚠️ * `polar.customer_portal.organizations.get()`: `response` **Changed** **Breaking**⚠️ * `polar.organizations.create()`: * `request` **Changed** **Breaking**⚠️ * `response` **Changed** * `polar.customer_portal.orders.update()`: `response.product` **Changed** **Breaking**⚠️ * `polar.organizations.update()`: * `request.organization_update` **Changed** **Breaking**⚠️ * `response` **Changed** * `polar.customer_portal.orders.get()`: `response.product` **Changed** **Breaking**⚠️ * `polar.customer_portal.orders.list()`: `response.items.[].product` **Changed** **Breaking**⚠️ * `polar.customer_portal.seats.list_claimed_subscriptions()`: `response.[].product` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.update()`: `response.[customer_benefit_grant_downloadables].benefit.organization` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.get()`: `response.[customer_benefit_grant_downloadables].benefit.organization` **Changed** **Breaking**⚠️ * `polar.customer_portal.benefit-grants.list()`: * `request.sorting` **Changed** * `response.items.[].[customer_benefit_grant_meter_credit].benefit.organization` **Changed** **Breaking**⚠️ * `polar.customers.create()`: * `request` **Changed** **Breaking**⚠️ * `response.members` **Added** * `polar.checkouts.client_confirm()`: * `request.checkout_confirm_stripe.allow_trial` **Added** * `response` **Changed** **Breaking**⚠️ * `error.[trial_already_redeemed]` **Added** * `polar.checkouts.client_update()`: * `request.checkout_update_public.allow_trial` **Added** * `response` **Changed** **Breaking**⚠️ * `error.[trial_already_redeemed]` **Added** * `polar.products.update_benefits()`: `response.prices.[]` **Changed** * `polar.products.list()`: `response.items.[].prices.[]` **Changed** * `polar.orders.list()`: `response.items.[].platform_fee_currency` **Added** * `polar.orders.get()`: `response.platform_fee_currency` **Added** * `polar.orders.update()`: `response.platform_fee_currency` **Added** * `polar.checkouts.list()`: `response.items.[]` **Changed** * `polar.checkouts.create()`: * `request` **Changed** * `response` **Changed** * `polar.checkouts.get()`: `response` **Changed** * `polar.checkouts.update()`: * `request.checkout_update.allow_trial` **Added** * `response` **Changed** * `error.[trial_already_redeemed]` **Added** * `polar.products.update()`: `response.prices.[]` **Changed** * `polar.products.get()`: `response.prices.[]` **Changed** * `polar.products.create()`: `response.prices.[]` **Changed** * `polar.metrics.get()`: `response` **Changed** * `polar.metrics.limits()`: `response.intervals.hour.min_days` **Added** * `polar.checkout-links.list()`: `response.items.[].products.[].prices.[]` **Changed** * `polar.checkout-links.create()`: `response.products.[].prices.[]` **Changed** * `polar.checkout-links.get()`: `response.products.[].prices.[]` **Changed** * `polar.checkout-links.update()`: `response.products.[].prices.[]` **Changed** * `polar.customers.list()`: * `request.include_members` **Added** * `response.items.[].members` **Added** * `polar.members.list_members()`: **Added** * `polar.customers.get()`: * `request.include_members` **Added** * `response.members` **Added** * `polar.customers.update()`: * `request.include_members` **Added** * `response.members` **Added** * `polar.customers.get_external()`: * `request.include_members` **Added** * `response.members` **Added** * `polar.customers.update_external()`: * `request.include_members` **Added** * `response.members` **Added** * `polar.webhooks.list_webhook_deliveries()`: `response.items.[].webhook_event.skipped` **Added** * `polar.subscriptions.update()`: * `request.subscription_update.[subscription_update_billing_period]` **Added** * `response.product.prices.[]` **Changed** * `polar.subscriptions.revoke()`: `response.product.prices.[]` **Changed** * `polar.subscriptions.get()`: `response.product.prices.[]` **Changed** * `polar.subscriptions.create()`: `response.product.prices.[]` **Changed** * `polar.subscriptions.list()`: * `request.cancel_at_period_end` **Added** * `response.items.[].product.prices.[]` **Changed** * `polar.organizations.get()`: `response` **Changed** * `polar.organizations.list()`: `response.items.[]` **Changed** * `polar.wallets.top_up()`: **Deleted** **Breaking**⚠️ * `polar.wallets.get()`: **Deleted** **Breaking**⚠️ * `polar.wallets.list()`: **Deleted** **Breaking**⚠️ * `polar.customers.get_balance()`: **Deleted** **Breaking**⚠️ * `polar.event-types.update()`: **Added** * `polar.event-types.list()`: **Added**
23dad1d to
4193faf
Compare
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.
Important
Linting report available at: https://app.speakeasy.com/org/polar/polar/linting-report/24ba10b07706fb5ccaed9b35f8e33d63
OpenAPI Change report available at: https://app.speakeasy.com/org/polar/polar/changes-report/9270125869bbbd64c2d760ff2e6c4223
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes Detected:
polar.checkouts.client_get():responseChanged Breakingpolar.events.get():responseChanged Breakingpolar.events.list():request.hierarchicalAddedresponse.items.[]Changed Breakingpolar.customer_portal.subscriptions.update():response.productChanged Breakingpolar.customer_portal.subscriptions.cancel():response.productChanged Breakingpolar.customer_portal.subscriptions.get():response.productChanged Breakingpolar.customer_portal.subscriptions.list():response.items.[].productChanged Breakingpolar._endpointcheckout_created_post():request.dataChanged Breakingpolar._endpointcheckout_updated_post():request.dataChanged Breakingpolar._endpointorder_created_post():request.data.platform_fee_currencyAdded Breakingpolar._endpointorder_updated_post():request.data.platform_fee_currencyAdded Breakingpolar._endpointorder_paid_post():request.data.platform_fee_currencyAdded Breakingpolar._endpointorder_refunded_post():request.data.platform_fee_currencyAdded Breakingpolar._endpointsubscription_created_post():request.data.product.prices.[]Changed Breakingpolar._endpointsubscription_updated_post():request.data.product.prices.[]Changed Breakingpolar._endpointsubscription_active_post():request.data.product.prices.[]Changed Breakingpolar._endpointsubscription_canceled_post():request.data.product.prices.[]Changed Breakingpolar._endpointsubscription_uncanceled_post():request.data.product.prices.[]Changed Breakingpolar._endpointsubscription_revoked_post():request.data.product.prices.[]Changed Breakingpolar._endpointproduct_created_post():request.data.prices.[]Changed Breakingpolar._endpointproduct_updated_post():request.data.prices.[]Changed Breakingpolar._endpointorganization_updated_post():request.dataChanged Breakingpolar.customer_portal.organizations.get():responseChanged Breakingpolar.organizations.create():requestChanged BreakingresponseChangedpolar.customer_portal.orders.update():response.productChanged Breakingpolar.organizations.update():request.organization_updateChanged BreakingresponseChangedpolar.customer_portal.orders.get():response.productChanged Breakingpolar.customer_portal.orders.list():response.items.[].productChanged Breakingpolar.customer_portal.seats.list_claimed_subscriptions():response.[].productChanged Breakingpolar.customer_portal.benefit-grants.update():response.[customer_benefit_grant_downloadables].benefit.organizationChanged Breakingpolar.customer_portal.benefit-grants.get():response.[customer_benefit_grant_downloadables].benefit.organizationChanged Breakingpolar.customer_portal.benefit-grants.list():request.sortingChangedresponse.items.[].[customer_benefit_grant_meter_credit].benefit.organizationChanged Breakingpolar.customers.create():requestChanged Breakingresponse.membersAddedpolar.checkouts.client_confirm():request.checkout_confirm_stripe.allow_trialAddedresponseChanged Breakingerror.[trial_already_redeemed]Addedpolar.checkouts.client_update():request.checkout_update_public.allow_trialAddedresponseChanged Breakingerror.[trial_already_redeemed]Addedpolar.products.update_benefits():response.prices.[]Changedpolar.products.list():response.items.[].prices.[]Changedpolar.orders.list():response.items.[].platform_fee_currencyAddedpolar.orders.get():response.platform_fee_currencyAddedpolar.orders.update():response.platform_fee_currencyAddedpolar.checkouts.list():response.items.[]Changedpolar.checkouts.create():requestChangedresponseChangedpolar.checkouts.get():responseChangedpolar.checkouts.update():request.checkout_update.allow_trialAddedresponseChangederror.[trial_already_redeemed]Addedpolar.products.update():response.prices.[]Changedpolar.products.get():response.prices.[]Changedpolar.products.create():response.prices.[]Changedpolar.metrics.get():responseChangedpolar.metrics.limits():response.intervals.hour.min_daysAddedpolar.checkout-links.list():response.items.[].products.[].prices.[]Changedpolar.checkout-links.create():response.products.[].prices.[]Changedpolar.checkout-links.get():response.products.[].prices.[]Changedpolar.checkout-links.update():response.products.[].prices.[]Changedpolar.customers.list():request.include_membersAddedresponse.items.[].membersAddedpolar.members.list_members(): Addedpolar.customers.get():request.include_membersAddedresponse.membersAddedpolar.customers.update():request.include_membersAddedresponse.membersAddedpolar.customers.get_external():request.include_membersAddedresponse.membersAddedpolar.customers.update_external():request.include_membersAddedresponse.membersAddedpolar.webhooks.list_webhook_deliveries():response.items.[].webhook_event.skippedAddedpolar.subscriptions.update():request.subscription_update.[subscription_update_billing_period]Addedresponse.product.prices.[]Changedpolar.subscriptions.revoke():response.product.prices.[]Changedpolar.subscriptions.get():response.product.prices.[]Changedpolar.subscriptions.create():response.product.prices.[]Changedpolar.subscriptions.list():request.cancel_at_period_endAddedresponse.items.[].product.prices.[]Changedpolar.organizations.get():responseChangedpolar.organizations.list():response.items.[]Changedpolar.wallets.top_up(): Deleted Breakingpolar.wallets.get(): Deleted Breakingpolar.wallets.list(): Deleted Breakingpolar.customers.get_balance(): Deleted Breakingpolar.event-types.update(): Addedpolar.event-types.list(): AddedOpenAPI Change Summary