@authing/react-ui-components 3.0.15-rc.3 → 3.0.15-rc.4
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/lib/index.d.ts +3 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1479,6 +1479,7 @@ declare module '@authing/react-ui-components/components/IdentityBinding/interfac
|
|
|
1479
1479
|
import { IG2Config, IG2Events, IG2FCProps, IG2FCViewProps } from '@authing/react-ui-components/components/index';
|
|
1480
1480
|
import { Agreement } from '@authing/react-ui-components/components/AuthingGuard/api/index';
|
|
1481
1481
|
import { AuthenticationClient, User } from '@authing/react-ui-components/components/index';
|
|
1482
|
+
import { GuardModuleType } from '@authing/react-ui-components/components/Guard/index';
|
|
1482
1483
|
export interface IdentityBindingConfig extends IG2Config {
|
|
1483
1484
|
autoRegister?: boolean;
|
|
1484
1485
|
publicKey?: string;
|
|
@@ -1496,6 +1497,7 @@ declare module '@authing/react-ui-components/components/IdentityBinding/interfac
|
|
|
1496
1497
|
}
|
|
1497
1498
|
export interface GuardIdentityBindingInitData {
|
|
1498
1499
|
methods: Array<'email' | 'username' | 'phone' | 'phone-code' | 'email-code'>;
|
|
1500
|
+
source?: GuardModuleType;
|
|
1499
1501
|
}
|
|
1500
1502
|
export interface GuardIdentityBindingViewProps extends GuardIdentityBindingProps, IG2FCViewProps {
|
|
1501
1503
|
config: IdentityBindingConfig;
|
|
@@ -2661,7 +2663,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2661
2663
|
|
|
2662
2664
|
}
|
|
2663
2665
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2664
|
-
const _default: "3.0.15-rc.
|
|
2666
|
+
const _default: "3.0.15-rc.4";
|
|
2665
2667
|
export default _default;
|
|
2666
2668
|
|
|
2667
2669
|
}
|