-
Notifications
You must be signed in to change notification settings - Fork 8
chore: 🐝 Update SDK - Generate 0.28.2 #121
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-1766276214
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
b1ecaff to
c6201f9
Compare
257b1a2 to
c8fd65a
Compare
f8fce17 to
979f44b
Compare
* `polar._endpointcheckout_created_post()`: * `request.data.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointcheckout_updated_post()`: * `request.data.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_created_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_updated_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_active_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_canceled_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_uncanceled_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_revoked_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointsubscription_past_due_post()`: * `request.data.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointproduct_created_post()`: * `request.data.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar._endpointproduct_updated_post()`: * `request.data.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** **Breaking**⚠️ * `polar.customers.list()`: `request.include_members` **Removed** **Breaking**⚠️ * `polar.customers.create()`: `request` **Changed** **Breaking**⚠️ * `polar.events.get()`: `response.[system_event]` **Changed** **Breaking**⚠️ * `polar.events.list()`: `response.[list_resource_event_].items.[].[system_event]` **Changed** **Breaking**⚠️ * `polar.customers.update_external()`: `request.include_members` **Removed** **Breaking**⚠️ * `polar.customers.get_external()`: `request.include_members` **Removed** **Breaking**⚠️ * `polar.customers.update()`: `request.include_members` **Removed** **Breaking**⚠️ * `polar.customers.get()`: `request.include_members` **Removed** **Breaking**⚠️ * `polar.checkouts.update()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkout-links.get()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.oauth2.authorize()`: `response` **Changed** * `polar.products.list()`: `response.items.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.products.create()`: `response.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.products.get()`: `response.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.products.update()`: `response.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.products.update_benefits()`: `response.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.list()`: `response.items.[].products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.create()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.get()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.subscriptions.revoke()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.client_get()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.client_update()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkouts.client_confirm()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkout-links.list()`: `response.items.[].products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkout-links.create()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.subscriptions.get()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.subscriptions.create()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.subscriptions.list()`: `response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar._endpointcustomer_seat_revoked_post()`: * `request.data` **Changed** * `polar.subscriptions.update()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.checkout-links.update()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.seats.list_seats()`: `response.seats.[]` **Changed** * `polar.customer_portal.seats.assign_seat()`: `response` **Changed** * `polar.customer_portal.seats.revoke_seat()`: `response` **Changed** * `polar.customer_portal.seats.resend_invitation()`: `response` **Changed** * `polar.customer_portal.seats.list_claimed_subscriptions()`: `response.[].product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.orders.list()`: `response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.orders.get()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.orders.update()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.organizations.get()`: `response.products.[].prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.subscriptions.list()`: `response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.subscriptions.get()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.subscriptions.cancel()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer_portal.subscriptions.update()`: `response.product.prices.[].[product_price].[metered_unit].seat_tiers` **Changed** * `polar.customer-seats.list_seats()`: `response.seats.[]` **Changed** * `polar.customer-seats.assign_seat()`: `response` **Changed** * `polar.customer-seats.revoke_seat()`: `response` **Changed** * `polar.customer-seats.resend_invitation()`: `response` **Changed** * `polar.customer-seats.claim_seat()`: `response.seat` **Changed** * `polar._endpointcustomer_seat_claimed_post()`: * `request.data` **Changed** * `polar._endpointcustomer_seat_assigned_post()`: * `request.data` **Changed**
f73683f to
969ff0e
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/1265caf54c8ba0a03bfabe92714397a6
OpenAPI Change report available at: https://app.speakeasy.com/org/polar/polar/changes-report/53a917010862a691c566b4aecfa289a7
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes Detected:
polar._endpointcheckout_created_post():request.data.products.[].prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointcheckout_updated_post():request.data.products.[].prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_created_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_updated_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_active_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_canceled_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_uncanceled_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_revoked_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointsubscription_past_due_post():request.data.product.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointproduct_created_post():request.data.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar._endpointproduct_updated_post():request.data.prices.[].[product_price].[metered_unit].seat_tiersChanged Breakingpolar.customers.list():request.include_membersRemoved Breakingpolar.customers.create():requestChanged Breakingpolar.events.get():response.[system_event]Changed Breakingpolar.events.list():response.[list_resource_event_].items.[].[system_event]Changed Breakingpolar.customers.update_external():request.include_membersRemoved Breakingpolar.customers.get_external():request.include_membersRemoved Breakingpolar.customers.update():request.include_membersRemoved Breakingpolar.customers.get():request.include_membersRemoved Breakingpolar.checkouts.update():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkout-links.get():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.oauth2.authorize():responseChangedpolar.products.list():response.items.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.products.create():response.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.products.get():response.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.products.update():response.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.products.update_benefits():response.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.list():response.items.[].products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.create():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.get():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.subscriptions.revoke():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.client_get():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.client_update():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkouts.client_confirm():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkout-links.list():response.items.[].products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkout-links.create():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.subscriptions.get():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.subscriptions.create():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.subscriptions.list():response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar._endpointcustomer_seat_revoked_post():request.dataChangedpolar.subscriptions.update():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.checkout-links.update():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.seats.list_seats():response.seats.[]Changedpolar.customer_portal.seats.assign_seat():responseChangedpolar.customer_portal.seats.revoke_seat():responseChangedpolar.customer_portal.seats.resend_invitation():responseChangedpolar.customer_portal.seats.list_claimed_subscriptions():response.[].product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.orders.list():response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.orders.get():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.orders.update():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.organizations.get():response.products.[].prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.subscriptions.list():response.items.[].product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.subscriptions.get():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.subscriptions.cancel():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer_portal.subscriptions.update():response.product.prices.[].[product_price].[metered_unit].seat_tiersChangedpolar.customer-seats.list_seats():response.seats.[]Changedpolar.customer-seats.assign_seat():responseChangedpolar.customer-seats.revoke_seat():responseChangedpolar.customer-seats.resend_invitation():responseChangedpolar.customer-seats.claim_seat():response.seatChangedpolar._endpointcustomer_seat_claimed_post():request.dataChangedpolar._endpointcustomer_seat_assigned_post():request.dataChangedOpenAPI Change Summary
PYTHON CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.648.0