@revenuecat/purchases-js 1.42.4 → 1.43.0
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 +1 -0
- package/dist/Purchases.es.js +8041 -7477
- 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).
|