Skip to content

typescript - v0.46.7 - 2026-03-26 08:30:20

Choose a tag to compare

@github-actions github-actions released this 26 Mar 08:30

Generated by Speakeasy CLI

@polar-sh/sdk 0.46.7

Typescript SDK Changes:

  • polar.organizations.list(): response.items[].defaultTaxBehavior Added
  • polar.organizations.create():
    • request.defaultTaxBehavior Added
    • response.defaultTaxBehavior Added
  • polar.organizations.get(): response.defaultTaxBehavior Added
  • polar.organizations.update():
    • request.organizationUpdate.defaultTaxBehavior Added
    • response.defaultTaxBehavior Added
  • polar.subscriptions.list(): response.items[].product.prices[] Changed
  • polar.subscriptions.create(): response.product.prices[] Changed
  • polar.subscriptions.get(): response.product.prices[] Changed
  • polar.subscriptions.revoke(): response.product.prices[] Changed
  • polar.subscriptions.update(): response.product.prices[] Changed
  • polar.products.list(): response.items[].prices[] Changed
  • polar.products.create():
    • request.union(ProductCreateRecurring).prices[] Changed
    • response.prices[] Changed
  • polar.products.get(): response.prices[] Changed
  • polar.products.update():
    • request.productUpdate.prices[].union(2) Changed
    • response.prices[] Changed
  • polar.products.updateBenefits(): response.prices[] Changed
  • polar.checkouts.list(): response.items[].products[].prices[] Changed
  • polar.checkouts.create():
    • request.prices.Map<Array<prices>>[] Changed
    • response.products[].prices[] Changed
  • polar.checkouts.get(): response.products[].prices[] Changed
  • polar.checkouts.update(): response.products[].prices[] Changed
  • polar.checkouts.clientGet(): response.products[].prices[] Changed
  • polar.checkouts.clientUpdate(): response.products[].prices[] Changed
  • polar.checkouts.clientConfirm(): response.products[].prices[] Changed
  • polar.checkoutLinks.list(): response.items[].products[].prices[] Changed
  • polar.checkoutLinks.create(): response.products[].prices[] Changed
  • polar.checkoutLinks.get(): response.products[].prices[] Changed
  • polar.checkoutLinks.update(): response.products[].prices[] Changed
  • polar.customerPortal.seats.listClaimedSubscriptions(): response.items[].product.prices[] Changed
  • polar.customerPortal.orders.list(): response.items[].product.prices[] Changed
  • polar.customerPortal.orders.get(): response.product.prices[] Changed
  • polar.customerPortal.orders.update(): response.product.prices[] Changed
  • polar.customerPortal.organizations.get(): response.products[].prices[] Changed
  • polar.customerPortal.subscriptions.list(): response.items[].product.prices[] Changed
  • polar.customerPortal.subscriptions.get(): response.product.prices[] Changed
  • polar.customerPortal.subscriptions.cancel(): response.product.prices[] Changed
  • polar.customerPortal.subscriptions.update(): response.product.prices[] Changed

Generated with Speakeasy CLI 1.759.3

Publishing Completed