@b3dotfun/sdk 0.1.2-test.2 → 0.1.2
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 +0 -3
- package/dist/esm/global-account/react/stores/useModalStore.d.ts +0 -3
- package/dist/types/global-account/react/stores/useModalStore.d.ts +0 -3
- package/package.json +1 -1
- package/src/global-account/react/stores/useModalStore.ts +0 -3
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Users } from "@b3dotfun/b3-api";
|
|
2
1
|
import { components } from "../../../anyspend/types/api";
|
|
3
2
|
import { GenerateSigMintResponse } from "../../../anyspend/types/signatureMint";
|
|
4
3
|
import { AllowedStrategy } from "../../../global-account/react";
|
|
@@ -41,8 +40,6 @@ export interface SignInWithB3ModalProps extends BaseModalProps {
|
|
|
41
40
|
source?: "signInWithB3Button" | "requestPermissions";
|
|
42
41
|
/** Whether to show the signers enabled modal */
|
|
43
42
|
signersEnabled?: boolean;
|
|
44
|
-
/** Callback for turnkey auth */
|
|
45
|
-
onTurnkeyConnect?: (user: Users) => void;
|
|
46
43
|
}
|
|
47
44
|
/**
|
|
48
45
|
* Props for the Turnkey Authentication modal
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Users } from "@b3dotfun/b3-api";
|
|
2
1
|
import { components } from "../../../anyspend/types/api";
|
|
3
2
|
import { GenerateSigMintResponse } from "../../../anyspend/types/signatureMint";
|
|
4
3
|
import { AllowedStrategy } from "../../../global-account/react";
|
|
@@ -41,8 +40,6 @@ export interface SignInWithB3ModalProps extends BaseModalProps {
|
|
|
41
40
|
source?: "signInWithB3Button" | "requestPermissions";
|
|
42
41
|
/** Whether to show the signers enabled modal */
|
|
43
42
|
signersEnabled?: boolean;
|
|
44
|
-
/** Callback for turnkey auth */
|
|
45
|
-
onTurnkeyConnect?: (user: Users) => void;
|
|
46
43
|
}
|
|
47
44
|
/**
|
|
48
45
|
* Props for the Turnkey Authentication modal
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Users } from "@b3dotfun/b3-api";
|
|
2
1
|
import { components } from "@b3dotfun/sdk/anyspend/types/api";
|
|
3
2
|
import { GenerateSigMintResponse } from "@b3dotfun/sdk/anyspend/types/signatureMint";
|
|
4
3
|
import { AllowedStrategy } from "@b3dotfun/sdk/global-account/react";
|
|
@@ -41,8 +40,6 @@ export interface SignInWithB3ModalProps extends BaseModalProps {
|
|
|
41
40
|
source?: "signInWithB3Button" | "requestPermissions";
|
|
42
41
|
/** Whether to show the signers enabled modal */
|
|
43
42
|
signersEnabled?: boolean;
|
|
44
|
-
/** Callback for turnkey auth */
|
|
45
|
-
onTurnkeyConnect?: (user: Users) => void;
|
|
46
43
|
}
|
|
47
44
|
/**
|
|
48
45
|
* Props for the Turnkey Authentication modal
|
package/package.json
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Users } from "@b3dotfun/b3-api";
|
|
2
1
|
import { components } from "@b3dotfun/sdk/anyspend/types/api";
|
|
3
2
|
import { GenerateSigMintResponse } from "@b3dotfun/sdk/anyspend/types/signatureMint";
|
|
4
3
|
import { AllowedStrategy } from "@b3dotfun/sdk/global-account/react";
|
|
@@ -44,8 +43,6 @@ export interface SignInWithB3ModalProps extends BaseModalProps {
|
|
|
44
43
|
source?: "signInWithB3Button" | "requestPermissions";
|
|
45
44
|
/** Whether to show the signers enabled modal */
|
|
46
45
|
signersEnabled?: boolean;
|
|
47
|
-
/** Callback for turnkey auth */
|
|
48
|
-
onTurnkeyConnect?: (user: Users) => void;
|
|
49
46
|
}
|
|
50
47
|
|
|
51
48
|
/**
|