@stigg/js-client-sdk 3.28.0 → 3.30.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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +2 -0
- package/dist/src/models.d.ts +2 -0
- package/package.json +2 -2
package/dist/models.d.ts
CHANGED
|
@@ -492,6 +492,7 @@ export interface SubscriptionPreviewV2 {
|
|
|
492
492
|
}
|
|
493
493
|
export declare type EstimateSubscription = {
|
|
494
494
|
customerId: string;
|
|
495
|
+
payingCustomerId?: string;
|
|
495
496
|
resourceId?: string;
|
|
496
497
|
planId: string;
|
|
497
498
|
addons?: SubscriptionEstimationAddon[];
|
|
@@ -513,6 +514,7 @@ export declare type EstimateSubscriptionUpdate = {
|
|
|
513
514
|
};
|
|
514
515
|
export declare type PreviewSubscription = {
|
|
515
516
|
customerId: string;
|
|
517
|
+
payingCustomerId?: string;
|
|
516
518
|
planId: string;
|
|
517
519
|
resourceId?: string;
|
|
518
520
|
addons?: SubscriptionEstimationAddon[];
|
package/dist/src/models.d.ts
CHANGED
|
@@ -492,6 +492,7 @@ export interface SubscriptionPreviewV2 {
|
|
|
492
492
|
}
|
|
493
493
|
export declare type EstimateSubscription = {
|
|
494
494
|
customerId: string;
|
|
495
|
+
payingCustomerId?: string;
|
|
495
496
|
resourceId?: string;
|
|
496
497
|
planId: string;
|
|
497
498
|
addons?: SubscriptionEstimationAddon[];
|
|
@@ -513,6 +514,7 @@ export declare type EstimateSubscriptionUpdate = {
|
|
|
513
514
|
};
|
|
514
515
|
export declare type PreviewSubscription = {
|
|
515
516
|
customerId: string;
|
|
517
|
+
payingCustomerId?: string;
|
|
516
518
|
planId: string;
|
|
517
519
|
resourceId?: string;
|
|
518
520
|
addons?: SubscriptionEstimationAddon[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigg/js-client-sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.30.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.
|
|
31
|
+
"@stigg/api-client-js": "2.162.0",
|
|
32
32
|
"cross-fetch": "^3.1.6",
|
|
33
33
|
"dayjs": "^1.11.13",
|
|
34
34
|
"fetch-retry": "^5.0.6",
|