@stigg/node-server-sdk 3.60.1 → 3.61.0

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
@@ -501,7 +501,7 @@ export declare type UpdateCustomer = {
501
501
  couponId?: string | null;
502
502
  billingId?: string;
503
503
  salesforceId?: string;
504
- billingInfo?: Omit<BillingInfo, 'taxIds'>;
504
+ billingInfo?: BillingInfo;
505
505
  metadata?: Metadata | null;
506
506
  shouldWaitSync?: boolean;
507
507
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/node-server-sdk",
3
- "version": "3.60.1",
3
+ "version": "3.61.0",
4
4
  "description": "Stigg server-side node SDK",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",