@getsupertab/supertab-js 3.20.1 → 3.20.3
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/pkg/prod/{browser-ponyfill-Ds-pmj5h.js → browser-ponyfill-DOEv9Sid.js} +1 -1
- package/dist/pkg/prod/{sentry-CuPHABMq.js → sentry-CT3uk1mL.js} +1 -1
- package/dist/pkg/prod/{supertab-Dk4sU75j.js → supertab-Iy7poVm5.js} +321 -321
- package/dist/pkg/prod/supertab.d.ts +2 -2
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +1 -1
|
@@ -134,9 +134,9 @@ declare class ApiClient {
|
|
|
134
134
|
configuration: {
|
|
135
135
|
onClose: string | (string | null)[] | null;
|
|
136
136
|
upsells: {
|
|
137
|
+
discount: number;
|
|
137
138
|
mainOffering: string;
|
|
138
139
|
upsellOffering: string;
|
|
139
|
-
discount: number;
|
|
140
140
|
}[];
|
|
141
141
|
uiConfig?: unknown;
|
|
142
142
|
};
|
|
@@ -204,7 +204,7 @@ declare class ApiClient {
|
|
|
204
204
|
recursAt: string | (string | null)[] | null;
|
|
205
205
|
}[] | null;
|
|
206
206
|
metadata?: unknown;
|
|
207
|
-
};
|
|
207
|
+
} | null;
|
|
208
208
|
actionRequired: boolean;
|
|
209
209
|
actionRequiredDetails: {
|
|
210
210
|
next: string;
|