@medipass/web-sdk 11.66.12-feature-passkeys.0 → 11.66.12-feature-passkeys.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.
@@ -26,6 +26,9 @@ export declare const setupAccountResources: (account: Account) => Promise<Accoun
26
26
  enabled: boolean;
27
27
  mobileE164: string | null;
28
28
  };
29
+ authy?: {
30
+ enabled: boolean;
31
+ } | undefined;
29
32
  };
30
33
  mobileVerified: boolean;
31
34
  modified: string;
@@ -80,6 +83,9 @@ export declare const loginWithToken: (token: string, accountId: string) => Promi
80
83
  enabled: boolean;
81
84
  mobileE164: string | null;
82
85
  };
86
+ authy?: {
87
+ enabled: boolean;
88
+ } | undefined;
83
89
  };
84
90
  mobileVerified: boolean;
85
91
  modified: string;
@@ -38,6 +38,9 @@ declare type MFA = {
38
38
  enabled: boolean;
39
39
  mobileE164: string | null;
40
40
  };
41
+ authy?: {
42
+ enabled: boolean;
43
+ };
41
44
  };
42
45
  export interface CreateOrganisationSupportAccountBody {
43
46
  username: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.66.12-feature-passkeys.0",
3
+ "version": "11.66.12-feature-passkeys.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "66511bd72c4c711d4627e66930d6ee8aa0b55e63"
61
+ "gitHead": "c238a92a2098a11b00e7b03c6473041b6bccbb9e"
62
62
  }