Skip to content

typescript - v0.45.0 - 2026-02-25 07:52:35

Choose a tag to compare

@github-actions github-actions released this 25 Feb 07:52

Generated by Speakeasy CLI

@polar-sh/sdk 0.45.0

Typescript SDK Changes:

  • polar.subscriptions.list(): response.items[].product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.subscriptions.create(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.subscriptions.get(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.subscriptions.revoke(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.subscriptions.update(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.webhooks.createWebhookEndpoint():
    • request.secret Removed (Breaking ⚠️)
  • polar.webhooks.updateWebhookEndpoint():
    • request.webhookEndpointUpdate.secret Removed (Breaking ⚠️)
  • polar.products.list(): response.items[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.products.create(): response.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.products.get(): response.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.products.update(): response.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.products.updateBenefits(): response.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.orders.list(): response.items[] Changed (Breaking ⚠️)
  • polar.orders.get(): response Changed (Breaking ⚠️)
  • polar.orders.update(): response Changed (Breaking ⚠️)
  • polar.checkouts.list(): response.items[] Changed (Breaking ⚠️)
  • polar.checkouts.create(): response Changed (Breaking ⚠️)
  • polar.checkouts.get(): response Changed (Breaking ⚠️)
  • polar.checkouts.update():
    • request.checkoutUpdate.productPriceId Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • polar.checkouts.clientGet(): response Changed (Breaking ⚠️)
  • polar.checkouts.clientUpdate():
    • request.checkoutUpdatePublic.productPriceId Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • polar.checkouts.clientConfirm():
    • request.checkoutConfirmStripe.productPriceId Removed (Breaking ⚠️)
    • response Changed (Breaking ⚠️)
  • polar.checkoutLinks.list(): response.items[].products[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.checkoutLinks.create(): response.products[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.checkoutLinks.get(): response.products[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.checkoutLinks.update(): response.products[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.seats.listClaimedSubscriptions(): response.items[].product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.orders.list(): response.items[] Changed (Breaking ⚠️)
  • polar.customerPortal.orders.get(): response Changed (Breaking ⚠️)
  • polar.customerPortal.orders.update(): response Changed (Breaking ⚠️)
  • polar.customerPortal.organizations.get(): response.products[].prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.subscriptions.list(): response.items[].product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.subscriptions.get(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.subscriptions.cancel(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)
  • polar.customerPortal.subscriptions.update(): response.product.prices[].union(ProductPrice) Changed (Breaking ⚠️)

Generated with Speakeasy CLI 1.728.0

Publishing Completed