@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.
@@ -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;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-Dk4sU75j.js";
1
+ import { S as e } from "./supertab-Iy7poVm5.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.20.1",
25
+ "version": "3.20.3",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",