@stigg/js-client-sdk 3.36.0 → 3.39.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.
package/dist/models.d.ts CHANGED
@@ -203,6 +203,7 @@ export declare type SubscriptionBillingInfo = {
203
203
  taxRateIds?: string[];
204
204
  taxPercentage?: number;
205
205
  billingAddress?: BillingAddress;
206
+ integrationId?: string;
206
207
  };
207
208
  export declare type ApplySubscriptionResults = {
208
209
  subscription?: Subscription;
@@ -203,6 +203,7 @@ export declare type SubscriptionBillingInfo = {
203
203
  taxRateIds?: string[];
204
204
  taxPercentage?: number;
205
205
  billingAddress?: BillingAddress;
206
+ integrationId?: string;
206
207
  };
207
208
  export declare type ApplySubscriptionResults = {
208
209
  subscription?: Subscription;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/js-client-sdk",
3
- "version": "3.36.0",
3
+ "version": "3.39.0",
4
4
  "description": "Stigg client-side SDK for Browser",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@apollo/client": "^3.4.17",
30
30
  "@sentry/browser": "^7.11.1",
31
- "@stigg/api-client-js": "2.307.0",
31
+ "@stigg/api-client-js": "2.361.0",
32
32
  "cross-fetch": "^3.1.6",
33
33
  "dayjs": "^1.11.13",
34
34
  "fetch-retry": "^5.0.6",