@getsupertab/supertab-js 3.47.0 → 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.
- package/dist/pkg/prod/{browser-ponyfill-JvP6xha2.js → browser-ponyfill-C6soM_x1.js} +1 -1
- package/dist/pkg/prod/{sentry-fSiHxf-S.js → sentry-RoMAnjFd.js} +1 -1
- package/dist/pkg/prod/{supertab-B7x4F01X.js → supertab-BTjAdzSx.js} +4 -5
- package/dist/pkg/prod/supertab.d.ts +10 -11
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as hu, T as mu, P as gu, a as _u, V as Su } from "./supertab-
|
|
1
|
+
import { r as hu, T as mu, P as gu, a as _u, V as Su } from "./supertab-BTjAdzSx.js";
|
|
2
2
|
const v = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, G = globalThis, at = "9.47.1";
|
|
3
3
|
function ht() {
|
|
4
4
|
return dr(G), G;
|
|
@@ -4859,7 +4859,7 @@ const $B = pr({
|
|
|
4859
4859
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
4860
4860
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
4861
4861
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
4862
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.47.
|
|
4862
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.47.1/",
|
|
4863
4863
|
VITE_DEMO_CLIENT_ID: void 0,
|
|
4864
4864
|
VITE_API_BASE_URL: void 0,
|
|
4865
4865
|
VITE_SSO_BASE_URL: void 0,
|
|
@@ -4868,7 +4868,7 @@ const $B = pr({
|
|
|
4868
4868
|
VITE_CHECKOUT_URL: void 0,
|
|
4869
4869
|
TAPPER_ENV: "prod",
|
|
4870
4870
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
4871
|
-
PACKAGE_VERSION: "3.47.
|
|
4871
|
+
PACKAGE_VERSION: "3.47.1",
|
|
4872
4872
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0,
|
|
4873
4873
|
VITE_POSTHOG_API_HOST: void 0,
|
|
4874
4874
|
VITE_POSTHOG_API_KEY: void 0
|
|
@@ -9991,7 +9991,7 @@ function Xv(t) {
|
|
|
9991
9991
|
}
|
|
9992
9992
|
const X2 = async (t) => {
|
|
9993
9993
|
if (HB) {
|
|
9994
|
-
const { captureException: e } = await import("./sentry-
|
|
9994
|
+
const { captureException: e } = await import("./sentry-RoMAnjFd.js");
|
|
9995
9995
|
e(t);
|
|
9996
9996
|
}
|
|
9997
9997
|
}, vk = "tabjs";
|
|
@@ -10374,7 +10374,6 @@ const Vq = pr({
|
|
|
10374
10374
|
}), Kq = pr({
|
|
10375
10375
|
name: bt(),
|
|
10376
10376
|
url: bt(),
|
|
10377
|
-
auth_redirect_uri: bt(),
|
|
10378
10377
|
logo_url: Ra([
|
|
10379
10378
|
bt(),
|
|
10380
10379
|
Qa(),
|
|
@@ -73047,7 +73046,7 @@ typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObje
|
|
|
73047
73046
|
typeof Pb != "function" && (Pb = void 0);
|
|
73048
73047
|
if (!Pb && !Jk && !r6)
|
|
73049
73048
|
try {
|
|
73050
|
-
import("./browser-ponyfill-
|
|
73049
|
+
import("./browser-ponyfill-C6soM_x1.js").then((t) => t.b).then(function(t) {
|
|
73051
73050
|
Pb = t.default;
|
|
73052
73051
|
}).catch(function() {
|
|
73053
73052
|
});
|
|
@@ -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;
|