@revenuecat/purchases-js 1.42.3 → 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 +3 -0
- package/dist/Purchases.es.js +8341 -7765
- package/dist/Purchases.umd.js +89 -89
- package/package.json +2 -2
package/dist/Purchases.es.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CompleteWorkflowNavigateArgs } from '@revenuecat/purchases-ui-js';
|
|
2
2
|
import { CustomVariables } from '@revenuecat/purchases-ui-js';
|
|
3
3
|
import { CustomVariableValue } from '@revenuecat/purchases-ui-js';
|
|
4
|
+
import { PackageInfo } from '@revenuecat/purchases-ui-js';
|
|
4
5
|
import { PaywallData } from '@revenuecat/purchases-ui-js';
|
|
5
6
|
import { UIConfig } from '@revenuecat/purchases-ui-js';
|
|
6
7
|
import { WalletButtonRender } from '@revenuecat/purchases-ui-js';
|
|
@@ -320,6 +321,7 @@ export declare interface FlagsConfig {
|
|
|
320
321
|
collectAnalyticsEvents?: boolean;
|
|
321
322
|
/* Excluded from this release type: rcSource */
|
|
322
323
|
/* Excluded from this release type: forceEnableWalletMethods */
|
|
324
|
+
/* Excluded from this release type: workflowsEndpointEnabled */
|
|
323
325
|
/**
|
|
324
326
|
* Determines when the store module (e.g. Stripe) is loaded.
|
|
325
327
|
* - `"configuration"`: Preloaded when the SDK is configured (default).
|
|
@@ -1346,6 +1348,7 @@ export declare class Purchases {
|
|
|
1346
1348
|
* */
|
|
1347
1349
|
static setPlatformInfo(platformInfo: PlatformInfo): void;
|
|
1348
1350
|
/* Excluded from this release type: buildVariablesPerPackage */
|
|
1351
|
+
/* Excluded from this release type: buildInfoPerPackage */
|
|
1349
1352
|
/* Excluded from this release type: getPlatformInfo */
|
|
1350
1353
|
/**
|
|
1351
1354
|
* Get the singleton instance of Purchases. It's preferred to use the instance
|