@revenuecat/purchases-js 1.42.4 → 1.43.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/Purchases.es.d.ts +2 -0
- package/dist/Purchases.es.js +8307 -7735
- package/dist/Purchases.umd.js +61 -61
- package/package.json +1 -1
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export declare interface FlagsConfig {
|
|
|
321
321
|
collectAnalyticsEvents?: boolean;
|
|
322
322
|
/* Excluded from this release type: rcSource */
|
|
323
323
|
/* Excluded from this release type: forceEnableWalletMethods */
|
|
324
|
+
/* Excluded from this release type: workflowsEndpointEnabled */
|
|
324
325
|
/**
|
|
325
326
|
* Determines when the store module (e.g. Stripe) is loaded.
|
|
326
327
|
* - `"configuration"`: Preloaded when the SDK is configured (default).
|
|
@@ -1238,6 +1239,7 @@ export declare interface PurchaseParams {
|
|
|
1238
1239
|
/* Excluded from this release type: workflowPurchaseContext */
|
|
1239
1240
|
/* Excluded from this release type: attributionMetadata */
|
|
1240
1241
|
/* Excluded from this release type: paywallId */
|
|
1242
|
+
/* Excluded from this release type: paywallSessionId */
|
|
1241
1243
|
/**
|
|
1242
1244
|
* The locale to use for the purchase flow. If not specified, English will be used
|
|
1243
1245
|
*/
|