@polar-sh/sdk 0.34.13 → 0.34.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bin/mcp-server.js +55 -10
- package/bin/mcp-server.js.map +13 -12
- package/dist/commonjs/funcs/subscriptionsRevoke.d.ts +2 -1
- package/dist/commonjs/funcs/subscriptionsRevoke.d.ts.map +1 -1
- package/dist/commonjs/funcs/subscriptionsRevoke.js +3 -2
- package/dist/commonjs/funcs/subscriptionsRevoke.js.map +1 -1
- package/dist/commonjs/funcs/subscriptionsUpdate.d.ts +2 -1
- package/dist/commonjs/funcs/subscriptionsUpdate.d.ts.map +1 -1
- package/dist/commonjs/funcs/subscriptionsUpdate.js +3 -2
- package/dist/commonjs/funcs/subscriptionsUpdate.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/checkoutlinkproduct.d.ts +1 -1
- package/dist/commonjs/models/components/checkoutproduct.d.ts +1 -1
- package/dist/commonjs/models/components/customerorderproduct.d.ts +1 -1
- package/dist/commonjs/models/components/customerproduct.d.ts +1 -1
- package/dist/commonjs/models/components/customersubscriptionproduct.d.ts +1 -1
- package/dist/commonjs/models/components/discountproduct.d.ts +1 -1
- package/dist/commonjs/models/components/orderproduct.d.ts +1 -1
- package/dist/commonjs/models/components/product.d.ts +1 -1
- package/dist/commonjs/models/components/productcreate.d.ts +1 -1
- package/dist/commonjs/models/components/scope.d.ts +6 -3
- package/dist/commonjs/models/components/scope.d.ts.map +1 -1
- package/dist/commonjs/models/components/scope.js +2 -1
- package/dist/commonjs/models/components/scope.js.map +1 -1
- package/dist/commonjs/models/components/subscriptionrecurringinterval.d.ts +6 -0
- package/dist/commonjs/models/components/subscriptionrecurringinterval.d.ts.map +1 -1
- package/dist/commonjs/models/components/subscriptionrecurringinterval.js +2 -0
- package/dist/commonjs/models/components/subscriptionrecurringinterval.js.map +1 -1
- package/dist/commonjs/models/errors/subscriptionlocked.d.ts +39 -0
- package/dist/commonjs/models/errors/subscriptionlocked.d.ts.map +1 -0
- package/dist/commonjs/models/errors/subscriptionlocked.js +88 -0
- package/dist/commonjs/models/errors/subscriptionlocked.js.map +1 -0
- package/dist/esm/funcs/subscriptionsRevoke.d.ts +2 -1
- package/dist/esm/funcs/subscriptionsRevoke.d.ts.map +1 -1
- package/dist/esm/funcs/subscriptionsRevoke.js +3 -2
- package/dist/esm/funcs/subscriptionsRevoke.js.map +1 -1
- package/dist/esm/funcs/subscriptionsUpdate.d.ts +2 -1
- package/dist/esm/funcs/subscriptionsUpdate.d.ts.map +1 -1
- package/dist/esm/funcs/subscriptionsUpdate.js +3 -2
- package/dist/esm/funcs/subscriptionsUpdate.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/checkoutlinkproduct.d.ts +1 -1
- package/dist/esm/models/components/checkoutproduct.d.ts +1 -1
- package/dist/esm/models/components/customerorderproduct.d.ts +1 -1
- package/dist/esm/models/components/customerproduct.d.ts +1 -1
- package/dist/esm/models/components/customersubscriptionproduct.d.ts +1 -1
- package/dist/esm/models/components/discountproduct.d.ts +1 -1
- package/dist/esm/models/components/orderproduct.d.ts +1 -1
- package/dist/esm/models/components/product.d.ts +1 -1
- package/dist/esm/models/components/productcreate.d.ts +1 -1
- package/dist/esm/models/components/scope.d.ts +6 -3
- package/dist/esm/models/components/scope.d.ts.map +1 -1
- package/dist/esm/models/components/scope.js +2 -1
- package/dist/esm/models/components/scope.js.map +1 -1
- package/dist/esm/models/components/subscriptionrecurringinterval.d.ts +6 -0
- package/dist/esm/models/components/subscriptionrecurringinterval.d.ts.map +1 -1
- package/dist/esm/models/components/subscriptionrecurringinterval.js +2 -0
- package/dist/esm/models/components/subscriptionrecurringinterval.js.map +1 -1
- package/dist/esm/models/errors/subscriptionlocked.d.ts +39 -0
- package/dist/esm/models/errors/subscriptionlocked.d.ts.map +1 -0
- package/dist/esm/models/errors/subscriptionlocked.js +51 -0
- package/dist/esm/models/errors/subscriptionlocked.js.map +1 -0
- package/docs/sdks/subscriptions/README.md +2 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/subscriptionsRevoke.ts +9 -1
- package/src/funcs/subscriptionsUpdate.ts +9 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/checkoutlinkproduct.ts +1 -1
- package/src/models/components/checkoutproduct.ts +1 -1
- package/src/models/components/customerorderproduct.ts +1 -1
- package/src/models/components/customerproduct.ts +1 -1
- package/src/models/components/customersubscriptionproduct.ts +1 -1
- package/src/models/components/discountproduct.ts +1 -1
- package/src/models/components/orderproduct.ts +1 -1
- package/src/models/components/product.ts +1 -1
- package/src/models/components/productcreate.ts +1 -1
- package/src/models/components/scope.ts +2 -1
- package/src/models/components/subscriptionrecurringinterval.ts +2 -0
- package/src/models/errors/subscriptionlocked.ts +85 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.