@moneytree/mt-link-javascript-sdk 4.2.0 → 4.3.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.
- package/dist/index.js +5 -5
- package/dist/typings.d.ts +1 -1
- package/package.json +1 -1
package/dist/typings.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export interface PrivateConfigsOptions {
|
|
|
8
8
|
sdkPlatform?: 'ios' | 'android' | 'js';
|
|
9
9
|
sdkVersion?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare const supportedAuthnMethod: readonly ["passwordless", "sso", "credentials"];
|
|
11
|
+
export declare const supportedAuthnMethod: readonly ["passwordless", "sso", "credentials", "otp"];
|
|
12
12
|
export type AuthnMethod = typeof supportedAuthnMethod[number];
|
|
13
13
|
export interface ConfigsOptions extends PrivateConfigsOptions {
|
|
14
14
|
email?: string;
|