@b3dotfun/sdk 0.1.6-test.0 → 0.1.6-test.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.
@@ -468,6 +468,8 @@ export interface AnySpendCollectorClubPurchaseProps extends BaseModalProps {
468
468
  activeTab?: "crypto" | "fiat";
469
469
  /** Force fiat payment */
470
470
  forceFiatPayment?: boolean;
471
+ /** Staging environment support */
472
+ isStaging?: boolean;
471
473
  }
472
474
  /**
473
475
  * Props for the AnySpend Deposit modal
@@ -468,6 +468,8 @@ export interface AnySpendCollectorClubPurchaseProps extends BaseModalProps {
468
468
  activeTab?: "crypto" | "fiat";
469
469
  /** Force fiat payment */
470
470
  forceFiatPayment?: boolean;
471
+ /** Staging environment support */
472
+ isStaging?: boolean;
471
473
  }
472
474
  /**
473
475
  * Props for the AnySpend Deposit modal
@@ -468,6 +468,8 @@ export interface AnySpendCollectorClubPurchaseProps extends BaseModalProps {
468
468
  activeTab?: "crypto" | "fiat";
469
469
  /** Force fiat payment */
470
470
  forceFiatPayment?: boolean;
471
+ /** Staging environment support */
472
+ isStaging?: boolean;
471
473
  }
472
474
  /**
473
475
  * Props for the AnySpend Deposit modal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.1.6-test.0",
3
+ "version": "0.1.6-test.1",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -495,6 +495,8 @@ export interface AnySpendCollectorClubPurchaseProps extends BaseModalProps {
495
495
  activeTab?: "crypto" | "fiat";
496
496
  /** Force fiat payment */
497
497
  forceFiatPayment?: boolean;
498
+ /** Staging environment support */
499
+ isStaging?: boolean;
498
500
  }
499
501
 
500
502
  /**