@getsupertab/supertab-js 3.46.2 → 3.47.1

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.
@@ -52,12 +52,12 @@ declare class ApiClient {
52
52
  baseUnit: number;
53
53
  };
54
54
  };
55
- entitlementStatus: {
55
+ entitlementStatus: null[] | {
56
56
  contentKey: string;
57
57
  hasEntitlement: boolean;
58
58
  expires: string | (string | null)[] | null;
59
59
  recursAt: string | (string | null)[] | null;
60
- } | null[] | {
60
+ } | {
61
61
  contentKey: string;
62
62
  hasEntitlement: boolean;
63
63
  expires: string | (string | null)[] | null;
@@ -111,11 +111,11 @@ declare class ApiClient {
111
111
  baseUnit: number;
112
112
  };
113
113
  };
114
- entitlementDetails: null[] | {
114
+ entitlementDetails: {
115
115
  contentKey: string;
116
116
  duration: string;
117
117
  isRecurring: boolean;
118
- } | {
118
+ } | null[] | {
119
119
  contentKey: string;
120
120
  duration: string;
121
121
  isRecurring: boolean;
@@ -123,7 +123,6 @@ declare class ApiClient {
123
123
  isPayNow: boolean;
124
124
  }[];
125
125
  url: string;
126
- authRedirectUri: string;
127
126
  logoUrl: string | (string | null)[] | null;
128
127
  contentKeys: string[];
129
128
  experiences: {
@@ -161,12 +160,12 @@ declare class ApiClient {
161
160
  baseUnit: number;
162
161
  };
163
162
  };
164
- entitlementStatus: {
163
+ entitlementStatus: null[] | {
165
164
  contentKey: string;
166
165
  hasEntitlement: boolean;
167
166
  expires: string | (string | null)[] | null;
168
167
  recursAt: string | (string | null)[] | null;
169
- } | null[] | {
168
+ } | {
170
169
  contentKey: string;
171
170
  hasEntitlement: boolean;
172
171
  expires: string | (string | null)[] | null;
@@ -192,12 +191,12 @@ declare class ApiClient {
192
191
  baseUnit: number;
193
192
  };
194
193
  };
195
- entitlementStatus: {
194
+ entitlementStatus: null[] | {
196
195
  contentKey: string;
197
196
  hasEntitlement: boolean;
198
197
  expires: string | (string | null)[] | null;
199
198
  recursAt: string | (string | null)[] | null;
200
- } | null[] | {
199
+ } | {
201
200
  contentKey: string;
202
201
  hasEntitlement: boolean;
203
202
  expires: string | (string | null)[] | null;
@@ -228,12 +227,12 @@ declare class ApiClient {
228
227
  baseUnit: number;
229
228
  };
230
229
  };
231
- entitlementStatus: {
230
+ entitlementStatus: null[] | {
232
231
  contentKey: string;
233
232
  hasEntitlement: boolean;
234
233
  expires: string | (string | null)[] | null;
235
234
  recursAt: string | (string | null)[] | null;
236
- } | null[] | {
235
+ } | {
237
236
  contentKey: string;
238
237
  hasEntitlement: boolean;
239
238
  expires: string | (string | null)[] | null;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-D6Cc1GGc.js";
1
+ import { S as e } from "./supertab-BTjAdzSx.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.46.2",
25
+ "version": "3.47.1",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",
@@ -68,7 +68,7 @@
68
68
  "@getsupertab/eslint-config": "^1.1.1",
69
69
  "@getsupertab/netlify-plugin-update-client-apps": "^1.1.3",
70
70
  "@getsupertab/price-utils": "^1.1.0",
71
- "@getsupertab/supertab-ds-components": "7.6.0",
71
+ "@getsupertab/supertab-ds-components": "7.8.0",
72
72
  "@getsupertab/tapper-sdk": "^49.0.0",
73
73
  "@headlessui/tailwindcss": "^0.2.2",
74
74
  "@playwright/test": "^1.57.0",