Skip to content

typescript - v0.47.0 - 2026-04-03 06:32:33

Choose a tag to compare

@github-actions github-actions released this 03 Apr 06:32

Generated by Speakeasy CLI

@polar-sh/sdk 0.47.0

Typescript SDK Changes:

  • polar.customers.list(): response.items[] Changed (Breaking ⚠️)
  • polar.benefitGrants.list(): response.items[].customer Changed (Breaking ⚠️)
  • polar.customerMeters.get(): response.customer Changed (Breaking ⚠️)
  • polar.customerMeters.list(): response.items[].customer Changed (Breaking ⚠️)
  • polar.events.get(): response.union(SystemEvent) Changed (Breaking ⚠️)
  • polar.subscriptions.list():
    • request Changed
    • 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.events.list(): response.union(ListResource_Event_).items[].union(SystemEvent) Changed (Breaking ⚠️)
  • polar.benefits.grants(): response.items[].customer Changed (Breaking ⚠️)
  • polar.customers.create():
    • request Changed (Breaking ⚠️)
    • response 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.licenseKeys.list(): response.items[].customer Changed (Breaking ⚠️)
  • polar.licenseKeys.get(): response.customer Changed (Breaking ⚠️)
  • polar.licenseKeys.update(): response.customer Changed (Breaking ⚠️)
  • polar.licenseKeys.getActivation(): response.licenseKey.customer Changed (Breaking ⚠️)
  • polar.licenseKeys.validate(): response.customer Changed (Breaking ⚠️)
  • polar.licenseKeys.activate(): response.licenseKey.customer Changed (Breaking ⚠️)
  • polar.customerSessions.create(): response.customer Changed (Breaking ⚠️)
  • polar.customerPortal.licenseKeys.activate(): response.licenseKey.customer Changed (Breaking ⚠️)
  • polar.customerPortal.benefitGrants.get(): response.union(CustomerBenefitGrantGitHubRepository).customer.email Changed (Breaking ⚠️)
  • polar.customers.update(): response Changed (Breaking ⚠️)
  • polar.customers.getExternal(): response Changed (Breaking ⚠️)
  • polar.customers.updateExternal(): response Changed (Breaking ⚠️)
  • polar.customers.getState(): response Changed (Breaking ⚠️)
  • polar.customers.getStateExternal(): response Changed (Breaking ⚠️)
  • polar.customerPortal.benefitGrants.list(): response.items[].union(CustomerBenefitGrantGitHubRepository).customer.email Changed (Breaking ⚠️)
  • polar.customers.get(): response Changed (Breaking ⚠️)
  • polar.customerPortal.benefitGrants.update(): response.union(CustomerBenefitGrantFeatureFlag).customer.email Changed (Breaking ⚠️)
  • polar.customerPortal.customers.get(): response.email Changed (Breaking ⚠️)
  • polar.customerPortal.customers.update(): response.email Changed (Breaking ⚠️)
  • polar.customerPortal.licenseKeys.list(): response.items[].customer Changed (Breaking ⚠️)
  • polar.customerPortal.licenseKeys.get(): response.customer Changed (Breaking ⚠️)
  • polar.customerPortal.licenseKeys.validate(): response.customer Changed (Breaking ⚠️)
  • polar.metrics.listDashboards(): Added
  • polar.metrics.createDashboard(): Added
  • polar.oauth2.authorize(): response.union(user).scopes[].enum(metrics:write) Added
  • polar.metrics.updateDashboard(): Added
  • polar.organizationAccessTokens.list(): response.items[].scopes[].enum(metrics:write) Added
  • polar.organizationAccessTokens.create():
    • request.scopes[].enum(metrics:write) Added
    • response.organizationAccessToken.scopes[].enum(metrics:write) Added
  • polar.organizationAccessTokens.update():
    • request.organizationAccessTokenUpdate.scopes[].enum(metrics:write) Added
    • response.scopes[].enum(metrics:write) Added
  • polar.metrics.deleteDashboard(): Added
  • polar.metrics.getDashboard(): Added

Generated with Speakeasy CLI 1.761.1

Publishing Completed