@revenuecat/purchases-js 1.30.1 → 1.33.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.
@@ -1,3 +1,4 @@
1
+ import { CompleteWorkflowNavigateArgs } from '@revenuecat/purchases-ui-js';
1
2
  import { CustomVariables } from '@revenuecat/purchases-ui-js';
2
3
  import { CustomVariableValue } from '@revenuecat/purchases-ui-js';
3
4
  import { PaywallData } from '@revenuecat/purchases-ui-js';
@@ -855,6 +856,7 @@ export declare interface PresentPaywallParams {
855
856
  * Callback to be called when the paywall tries to navigate to an external URL.
856
857
  */
857
858
  readonly onNavigateToUrl?: (url: string) => void;
859
+ /* Excluded from this release type: onCompleteWorkflowNavigate */
858
860
  /**
859
861
  * Callback to be called when the paywall tries to navigate back.
860
862
  *
@@ -1207,6 +1209,7 @@ export declare interface PurchaseResult {
1207
1209
  * The store transaction associated with the purchase.
1208
1210
  */
1209
1211
  readonly storeTransaction: StoreTransaction;
1212
+ /* Excluded from this release type: attributionMetadata */
1210
1213
  }
1211
1214
 
1212
1215
  /**