@getsupertab/supertab-js 3.47.0 → 3.47.2
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-JvP6xha2.js → browser-ponyfill-rwAtBBXK.js} +1 -1
- package/dist/pkg/prod/{sentry-fSiHxf-S.js → sentry-DfnZ6ca2.js} +1 -1
- package/dist/pkg/prod/{supertab-B7x4F01X.js → supertab-oRjRyY8a.js} +1661 -1663
- package/dist/pkg/prod/supertab.d.ts +10 -11
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
} |
|
|
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:
|
|
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
|
-
} |
|
|
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
|
-
} |
|
|
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
|
-
} |
|
|
235
|
+
} | {
|
|
237
236
|
contentKey: string;
|
|
238
237
|
hasEntitlement: boolean;
|
|
239
238
|
expires: string | (string | null)[] | null;
|