@getsupertab/supertab-js 3.65.0 → 3.66.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.
|
@@ -3657,7 +3657,7 @@ var { VITE_STATIC_REDIRECT_URI: Xe, VITE_GTM_CONTAINER_ID: Ze, VITE_SENTRY_DSN:
|
|
|
3657
3657
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
3658
3658
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
3659
3659
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
3660
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.
|
|
3660
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.66.1/",
|
|
3661
3661
|
VITE_DEMO_CLIENT_ID: void 0,
|
|
3662
3662
|
VITE_API_BASE_URL: void 0,
|
|
3663
3663
|
VITE_SSO_BASE_URL: void 0,
|
|
@@ -3666,7 +3666,7 @@ var { VITE_STATIC_REDIRECT_URI: Xe, VITE_GTM_CONTAINER_ID: Ze, VITE_SENTRY_DSN:
|
|
|
3666
3666
|
VITE_CHECKOUT_URL: void 0,
|
|
3667
3667
|
TAPPER_ENV: "prod",
|
|
3668
3668
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
3669
|
-
PACKAGE_VERSION: "3.
|
|
3669
|
+
PACKAGE_VERSION: "3.66.1",
|
|
3670
3670
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0,
|
|
3671
3671
|
VITE_POSTHOG_API_HOST: void 0,
|
|
3672
3672
|
VITE_POSTHOG_API_KEY: void 0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as e } from "./chunk-C5e3QaDY.js";
|
|
2
|
-
import { T as t, d as n, n as r, r as i, t as a } from "./env-
|
|
2
|
+
import { T as t, d as n, n as r, r as i, t as a } from "./env-Drv1bbrU.js";
|
|
3
3
|
//#region node_modules/@sentry/core/build/esm/debug-build.js
|
|
4
4
|
var o = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, s = globalThis, c = "10.51.0";
|
|
5
5
|
//#endregion
|
|
@@ -122,6 +122,7 @@ declare class ApiClient {
|
|
|
122
122
|
isRecurring: boolean;
|
|
123
123
|
}[] | null;
|
|
124
124
|
isPayNow: boolean;
|
|
125
|
+
guestCheckoutAvailable?: boolean | undefined;
|
|
125
126
|
}[];
|
|
126
127
|
testMode: boolean;
|
|
127
128
|
url: string;
|
|
@@ -459,6 +460,7 @@ declare interface Offering {
|
|
|
459
460
|
entitlementDetails: EntitlementDetails | null;
|
|
460
461
|
price: Price;
|
|
461
462
|
isPayNow: boolean;
|
|
463
|
+
guestCheckoutAvailable?: boolean;
|
|
462
464
|
}
|
|
463
465
|
|
|
464
466
|
/**
|