@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.
- package/dist/cjs/global-account/react/stores/useModalStore.d.ts +2 -0
- package/dist/esm/global-account/react/stores/useModalStore.d.ts +2 -0
- package/dist/types/global-account/react/stores/useModalStore.d.ts +2 -0
- package/package.json +1 -1
- package/src/global-account/react/stores/useModalStore.ts +2 -0
|
@@ -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
|
@@ -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
|
/**
|