@stigg/node-server-sdk 0.55.0 → 0.55.1

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.
Files changed (2) hide show
  1. package/dist/models.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/models.d.ts CHANGED
@@ -279,7 +279,7 @@ export declare type CheckoutAddon = {
279
279
  export declare type InitiateCheckout = {
280
280
  customerId: string;
281
281
  planId: string;
282
- addons: CheckoutAddon[];
282
+ addons?: CheckoutAddon[];
283
283
  successUrl: string;
284
284
  cancelUrl: string;
285
285
  billingPeriod: BillingPeriod;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/node-server-sdk",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "Stigg server-side node SDK",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",