@stigg/js-client-sdk 1.26.0 → 1.27.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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +1 -0
- package/dist/src/models.d.ts +1 -0
- package/package.json +2 -2
package/dist/models.d.ts
CHANGED
|
@@ -352,6 +352,7 @@ export declare type EstimateSubscription = {
|
|
|
352
352
|
unitQuantity?: number;
|
|
353
353
|
billingInformation?: SubscriptionBillingInfo;
|
|
354
354
|
promotionCode?: string;
|
|
355
|
+
skipTrial?: boolean;
|
|
355
356
|
};
|
|
356
357
|
export declare type EstimateSubscriptionUpdate = {
|
|
357
358
|
subscriptionId: string;
|
package/dist/src/models.d.ts
CHANGED
|
@@ -352,6 +352,7 @@ export declare type EstimateSubscription = {
|
|
|
352
352
|
unitQuantity?: number;
|
|
353
353
|
billingInformation?: SubscriptionBillingInfo;
|
|
354
354
|
promotionCode?: string;
|
|
355
|
+
skipTrial?: boolean;
|
|
355
356
|
};
|
|
356
357
|
export declare type EstimateSubscriptionUpdate = {
|
|
357
358
|
subscriptionId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigg/js-client-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.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": "0.
|
|
31
|
+
"@stigg/api-client-js": "0.374.2",
|
|
32
32
|
"axios": "^1.2.2",
|
|
33
33
|
"cross-fetch": "^3.1.4",
|
|
34
34
|
"husky": "^7.0.4",
|