@revenuecat/purchases-typescript-internal-esm 18.21.1 → 18.22.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.
|
@@ -88,4 +88,15 @@ export interface PurchasesConfiguration {
|
|
|
88
88
|
* @param localeString - The locale string (e.g., "es-ES", "en-US") or null to use system default
|
|
89
89
|
*/
|
|
90
90
|
preferredUILocaleOverride?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
* Dangerous settings for the SDK. Internal RevenueCat use only.
|
|
94
|
+
*/
|
|
95
|
+
dangerousSettings?: {
|
|
96
|
+
/**
|
|
97
|
+
* Enables RevenueCat Workflows (multipage paywalls). Internal RevenueCat use only;
|
|
98
|
+
* not intended for public use and may change without warning.
|
|
99
|
+
*/
|
|
100
|
+
useWorkflows?: boolean;
|
|
101
|
+
};
|
|
91
102
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revenuecat/purchases-typescript-internal-esm",
|
|
3
3
|
"title": "Purchases typescript internal shared code",
|
|
4
|
-
"version": "18.
|
|
4
|
+
"version": "18.22.1",
|
|
5
5
|
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|