@dynamic-labs/sdk-api 0.0.390 → 0.0.392

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.
Files changed (98) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +1 -0
  3. package/src/apis/AllowlistsApi.js +1 -0
  4. package/src/apis/AnalyticsApi.cjs +1 -0
  5. package/src/apis/AnalyticsApi.js +1 -0
  6. package/src/apis/ChainalysisApi.cjs +1 -0
  7. package/src/apis/ChainalysisApi.js +1 -0
  8. package/src/apis/ChainsApi.cjs +1 -0
  9. package/src/apis/ChainsApi.js +1 -0
  10. package/src/apis/CustomFieldsApi.cjs +1 -0
  11. package/src/apis/CustomFieldsApi.js +1 -0
  12. package/src/apis/EnvironmentsApi.cjs +1 -0
  13. package/src/apis/EnvironmentsApi.js +1 -0
  14. package/src/apis/EventsApi.cjs +1 -0
  15. package/src/apis/EventsApi.js +1 -0
  16. package/src/apis/ExportsApi.cjs +1 -0
  17. package/src/apis/ExportsApi.js +1 -0
  18. package/src/apis/GatesApi.cjs +1 -0
  19. package/src/apis/GatesApi.js +1 -0
  20. package/src/apis/InvitesApi.cjs +1 -0
  21. package/src/apis/InvitesApi.js +1 -0
  22. package/src/apis/MembersApi.cjs +1 -0
  23. package/src/apis/MembersApi.js +1 -0
  24. package/src/apis/OrganizationsApi.cjs +1 -0
  25. package/src/apis/OrganizationsApi.js +1 -0
  26. package/src/apis/OriginsApi.cjs +1 -0
  27. package/src/apis/OriginsApi.js +1 -0
  28. package/src/apis/ProjectsApi.cjs +1 -0
  29. package/src/apis/ProjectsApi.js +1 -0
  30. package/src/apis/SDKApi.cjs +550 -0
  31. package/src/apis/SDKApi.d.ts +185 -1
  32. package/src/apis/SDKApi.js +550 -0
  33. package/src/apis/SDKViewsApi.cjs +1 -0
  34. package/src/apis/SDKViewsApi.js +1 -0
  35. package/src/apis/SessionsApi.cjs +1 -0
  36. package/src/apis/SessionsApi.js +1 -0
  37. package/src/apis/SettingsApi.cjs +1 -0
  38. package/src/apis/SettingsApi.js +1 -0
  39. package/src/apis/TokensApi.cjs +1 -0
  40. package/src/apis/TokensApi.js +1 -0
  41. package/src/apis/UsersApi.cjs +1 -0
  42. package/src/apis/UsersApi.js +1 -0
  43. package/src/apis/VisitsApi.cjs +1 -0
  44. package/src/apis/VisitsApi.js +1 -0
  45. package/src/apis/WalletsApi.cjs +1 -0
  46. package/src/apis/WalletsApi.js +1 -0
  47. package/src/apis/WebhooksApi.cjs +1 -0
  48. package/src/apis/WebhooksApi.js +1 -0
  49. package/src/index.cjs +52 -0
  50. package/src/index.js +12 -0
  51. package/src/models/DynamicJwt.cjs +2 -0
  52. package/src/models/DynamicJwt.d.ts +6 -0
  53. package/src/models/DynamicJwt.js +2 -0
  54. package/src/models/MFAAuthRecoveryDevicePostRequest.cjs +43 -0
  55. package/src/models/MFAAuthRecoveryDevicePostRequest.d.ts +27 -0
  56. package/src/models/MFAAuthRecoveryDevicePostRequest.js +37 -0
  57. package/src/models/MFAAuthResponse.cjs +45 -0
  58. package/src/models/MFAAuthResponse.d.ts +33 -0
  59. package/src/models/MFAAuthResponse.js +39 -0
  60. package/src/models/MFAAuthTotpDevicePostRequest.cjs +35 -0
  61. package/src/models/MFAAuthTotpDevicePostRequest.d.ts +33 -0
  62. package/src/models/MFAAuthTotpDevicePostRequest.js +29 -0
  63. package/src/models/MFADevice.cjs +42 -0
  64. package/src/models/MFADevice.d.ts +52 -0
  65. package/src/models/MFADevice.js +36 -0
  66. package/src/models/MFADeviceType.cjs +39 -0
  67. package/src/models/MFADeviceType.d.ts +22 -0
  68. package/src/models/MFADeviceType.js +33 -0
  69. package/src/models/MFAGetDeviceResponse.d.ts +28 -0
  70. package/src/models/MFAGetRecoveryCodesResponse.cjs +45 -0
  71. package/src/models/MFAGetRecoveryCodesResponse.d.ts +33 -0
  72. package/src/models/MFAGetRecoveryCodesResponse.js +39 -0
  73. package/src/models/MFAListDevicesResponse.cjs +35 -0
  74. package/src/models/MFAListDevicesResponse.d.ts +34 -0
  75. package/src/models/MFAListDevicesResponse.js +29 -0
  76. package/src/models/MFARegenRecoveryCodesResponse.cjs +45 -0
  77. package/src/models/MFARegenRecoveryCodesResponse.d.ts +33 -0
  78. package/src/models/MFARegenRecoveryCodesResponse.js +39 -0
  79. package/src/models/MFARegisterDevicePostRequest.d.ts +40 -0
  80. package/src/models/MFARegisterTotpDeviceGetResponse.cjs +39 -0
  81. package/src/models/MFARegisterTotpDeviceGetResponse.d.ts +46 -0
  82. package/src/models/MFARegisterTotpDeviceGetResponse.js +33 -0
  83. package/src/models/MFARegisterTotpDevicePostRequest.cjs +35 -0
  84. package/src/models/MFARegisterTotpDevicePostRequest.d.ts +34 -0
  85. package/src/models/MFARegisterTotpDevicePostRequest.js +29 -0
  86. package/src/models/MFAUpdateDeviceRequest.cjs +43 -0
  87. package/src/models/MFAUpdateDeviceRequest.d.ts +27 -0
  88. package/src/models/MFAUpdateDeviceRequest.js +37 -0
  89. package/src/models/MinifiedDynamicJwt.cjs +4 -0
  90. package/src/models/MinifiedDynamicJwt.d.ts +12 -0
  91. package/src/models/MinifiedDynamicJwt.js +4 -0
  92. package/src/models/NotFound.cjs +45 -0
  93. package/src/models/NotFound.d.ts +33 -0
  94. package/src/models/NotFound.js +39 -0
  95. package/src/models/UnprocessableEntityErrorCode.cjs +5 -1
  96. package/src/models/UnprocessableEntityErrorCode.d.ts +6 -2
  97. package/src/models/UnprocessableEntityErrorCode.js +5 -1
  98. package/src/models/index.d.ts +12 -0
@@ -0,0 +1,33 @@
1
+ import { MFADeviceTypeFromJSON, MFADeviceTypeToJSON } from './MFADeviceType.js';
2
+
3
+ /* tslint:disable */
4
+ function MFARegisterTotpDeviceGetResponseFromJSON(json) {
5
+ return MFARegisterTotpDeviceGetResponseFromJSONTyped(json);
6
+ }
7
+ function MFARegisterTotpDeviceGetResponseFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'id': json['id'],
13
+ 'type': MFADeviceTypeFromJSON(json['type']),
14
+ 'secret': json['secret'],
15
+ 'uri': json['uri'],
16
+ };
17
+ }
18
+ function MFARegisterTotpDeviceGetResponseToJSON(value) {
19
+ if (value === undefined) {
20
+ return undefined;
21
+ }
22
+ if (value === null) {
23
+ return null;
24
+ }
25
+ return {
26
+ 'id': value.id,
27
+ 'type': MFADeviceTypeToJSON(value.type),
28
+ 'secret': value.secret,
29
+ 'uri': value.uri,
30
+ };
31
+ }
32
+
33
+ export { MFARegisterTotpDeviceGetResponseFromJSON, MFARegisterTotpDeviceGetResponseFromJSONTyped, MFARegisterTotpDeviceGetResponseToJSON };
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var MFADeviceType = require('./MFADeviceType.cjs');
6
+
7
+ /* tslint:disable */
8
+ function MFARegisterTotpDevicePostRequestFromJSON(json) {
9
+ return MFARegisterTotpDevicePostRequestFromJSONTyped(json);
10
+ }
11
+ function MFARegisterTotpDevicePostRequestFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'type': MFADeviceType.MFADeviceTypeFromJSON(json['type']),
17
+ 'code': json['code'],
18
+ };
19
+ }
20
+ function MFARegisterTotpDevicePostRequestToJSON(value) {
21
+ if (value === undefined) {
22
+ return undefined;
23
+ }
24
+ if (value === null) {
25
+ return null;
26
+ }
27
+ return {
28
+ 'type': MFADeviceType.MFADeviceTypeToJSON(value.type),
29
+ 'code': value.code,
30
+ };
31
+ }
32
+
33
+ exports.MFARegisterTotpDevicePostRequestFromJSON = MFARegisterTotpDevicePostRequestFromJSON;
34
+ exports.MFARegisterTotpDevicePostRequestFromJSONTyped = MFARegisterTotpDevicePostRequestFromJSONTyped;
35
+ exports.MFARegisterTotpDevicePostRequestToJSON = MFARegisterTotpDevicePostRequestToJSON;
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { MFADeviceType } from './MFADeviceType';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface MFARegisterTotpDevicePostRequest
17
+ */
18
+ export interface MFARegisterTotpDevicePostRequest {
19
+ /**
20
+ *
21
+ * @type {MFADeviceType}
22
+ * @memberof MFARegisterTotpDevicePostRequest
23
+ */
24
+ type: MFADeviceType;
25
+ /**
26
+ * The TOTP code generated by the user
27
+ * @type {string}
28
+ * @memberof MFARegisterTotpDevicePostRequest
29
+ */
30
+ code: string;
31
+ }
32
+ export declare function MFARegisterTotpDevicePostRequestFromJSON(json: any): MFARegisterTotpDevicePostRequest;
33
+ export declare function MFARegisterTotpDevicePostRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): MFARegisterTotpDevicePostRequest;
34
+ export declare function MFARegisterTotpDevicePostRequestToJSON(value?: MFARegisterTotpDevicePostRequest | null): any;
@@ -0,0 +1,29 @@
1
+ import { MFADeviceTypeFromJSON, MFADeviceTypeToJSON } from './MFADeviceType.js';
2
+
3
+ /* tslint:disable */
4
+ function MFARegisterTotpDevicePostRequestFromJSON(json) {
5
+ return MFARegisterTotpDevicePostRequestFromJSONTyped(json);
6
+ }
7
+ function MFARegisterTotpDevicePostRequestFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'type': MFADeviceTypeFromJSON(json['type']),
13
+ 'code': json['code'],
14
+ };
15
+ }
16
+ function MFARegisterTotpDevicePostRequestToJSON(value) {
17
+ if (value === undefined) {
18
+ return undefined;
19
+ }
20
+ if (value === null) {
21
+ return null;
22
+ }
23
+ return {
24
+ 'type': MFADeviceTypeToJSON(value.type),
25
+ 'code': value.code,
26
+ };
27
+ }
28
+
29
+ export { MFARegisterTotpDevicePostRequestFromJSON, MFARegisterTotpDevicePostRequestFromJSONTyped, MFARegisterTotpDevicePostRequestToJSON };
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ function MFAUpdateDeviceRequestFromJSON(json) {
19
+ return MFAUpdateDeviceRequestFromJSONTyped(json);
20
+ }
21
+ function MFAUpdateDeviceRequestFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ '_default': json['default'],
27
+ };
28
+ }
29
+ function MFAUpdateDeviceRequestToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'default': value._default,
38
+ };
39
+ }
40
+
41
+ exports.MFAUpdateDeviceRequestFromJSON = MFAUpdateDeviceRequestFromJSON;
42
+ exports.MFAUpdateDeviceRequestFromJSONTyped = MFAUpdateDeviceRequestFromJSONTyped;
43
+ exports.MFAUpdateDeviceRequestToJSON = MFAUpdateDeviceRequestToJSON;
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface MFAUpdateDeviceRequest
16
+ */
17
+ export interface MFAUpdateDeviceRequest {
18
+ /**
19
+ * Whether or not this is the default MFA device for the user
20
+ * @type {boolean}
21
+ * @memberof MFAUpdateDeviceRequest
22
+ */
23
+ _default: boolean;
24
+ }
25
+ export declare function MFAUpdateDeviceRequestFromJSON(json: any): MFAUpdateDeviceRequest;
26
+ export declare function MFAUpdateDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): MFAUpdateDeviceRequest;
27
+ export declare function MFAUpdateDeviceRequestToJSON(value?: MFAUpdateDeviceRequest | null): any;
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ function MFAUpdateDeviceRequestFromJSON(json) {
15
+ return MFAUpdateDeviceRequestFromJSONTyped(json);
16
+ }
17
+ function MFAUpdateDeviceRequestFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ '_default': json['default'],
23
+ };
24
+ }
25
+ function MFAUpdateDeviceRequestToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'default': value._default,
34
+ };
35
+ }
36
+
37
+ export { MFAUpdateDeviceRequestFromJSON, MFAUpdateDeviceRequestFromJSONTyped, MFAUpdateDeviceRequestToJSON };
@@ -23,6 +23,8 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
23
23
  'environmentId': json['environment_id'],
24
24
  'lastVerifiedCredentialId': json['last_verified_credential_id'],
25
25
  'memberEnvironmentIds': !runtime.exists(json, 'member_environment_ids') ? undefined : json['member_environment_ids'],
26
+ 'scope': !runtime.exists(json, 'scope') ? undefined : json['scope'],
27
+ 'requestedScope': !runtime.exists(json, 'requestedScope') ? undefined : json['requestedScope'],
26
28
  };
27
29
  }
28
30
  function MinifiedDynamicJwtToJSON(value) {
@@ -43,6 +45,8 @@ function MinifiedDynamicJwtToJSON(value) {
43
45
  'environment_id': value.environmentId,
44
46
  'last_verified_credential_id': value.lastVerifiedCredentialId,
45
47
  'member_environment_ids': value.memberEnvironmentIds,
48
+ 'scope': value.scope,
49
+ 'requestedScope': value.requestedScope,
46
50
  };
47
51
  }
48
52
 
@@ -75,6 +75,18 @@ export interface MinifiedDynamicJwt {
75
75
  * @memberof MinifiedDynamicJwt
76
76
  */
77
77
  memberEnvironmentIds?: Array<string>;
78
+ /**
79
+ * A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2
80
+ * @type {string}
81
+ * @memberof MinifiedDynamicJwt
82
+ */
83
+ scope?: string;
84
+ /**
85
+ * A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2
86
+ * @type {string}
87
+ * @memberof MinifiedDynamicJwt
88
+ */
89
+ requestedScope?: string;
78
90
  }
79
91
  export declare function MinifiedDynamicJwtFromJSON(json: any): MinifiedDynamicJwt;
80
92
  export declare function MinifiedDynamicJwtFromJSONTyped(json: any, ignoreDiscriminator: boolean): MinifiedDynamicJwt;
@@ -19,6 +19,8 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
19
19
  'environmentId': json['environment_id'],
20
20
  'lastVerifiedCredentialId': json['last_verified_credential_id'],
21
21
  'memberEnvironmentIds': !exists(json, 'member_environment_ids') ? undefined : json['member_environment_ids'],
22
+ 'scope': !exists(json, 'scope') ? undefined : json['scope'],
23
+ 'requestedScope': !exists(json, 'requestedScope') ? undefined : json['requestedScope'],
22
24
  };
23
25
  }
24
26
  function MinifiedDynamicJwtToJSON(value) {
@@ -39,6 +41,8 @@ function MinifiedDynamicJwtToJSON(value) {
39
41
  'environment_id': value.environmentId,
40
42
  'last_verified_credential_id': value.lastVerifiedCredentialId,
41
43
  'member_environment_ids': value.memberEnvironmentIds,
44
+ 'scope': value.scope,
45
+ 'requestedScope': value.requestedScope,
42
46
  };
43
47
  }
44
48
 
@@ -0,0 +1,45 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ function NotFoundFromJSON(json) {
19
+ return NotFoundFromJSONTyped(json);
20
+ }
21
+ function NotFoundFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'error': json['error'],
27
+ 'code': json['code'],
28
+ };
29
+ }
30
+ function NotFoundToJSON(value) {
31
+ if (value === undefined) {
32
+ return undefined;
33
+ }
34
+ if (value === null) {
35
+ return null;
36
+ }
37
+ return {
38
+ 'error': value.error,
39
+ 'code': value.code,
40
+ };
41
+ }
42
+
43
+ exports.NotFoundFromJSON = NotFoundFromJSON;
44
+ exports.NotFoundFromJSONTyped = NotFoundFromJSONTyped;
45
+ exports.NotFoundToJSON = NotFoundToJSON;
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface NotFound
16
+ */
17
+ export interface NotFound {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof NotFound
22
+ */
23
+ error: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof NotFound
28
+ */
29
+ code: string;
30
+ }
31
+ export declare function NotFoundFromJSON(json: any): NotFound;
32
+ export declare function NotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotFound;
33
+ export declare function NotFoundToJSON(value?: NotFound | null): any;
@@ -0,0 +1,39 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ function NotFoundFromJSON(json) {
15
+ return NotFoundFromJSONTyped(json);
16
+ }
17
+ function NotFoundFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'error': json['error'],
23
+ 'code': json['code'],
24
+ };
25
+ }
26
+ function NotFoundToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'error': value.error,
35
+ 'code': value.code,
36
+ };
37
+ }
38
+
39
+ export { NotFoundFromJSON, NotFoundFromJSONTyped, NotFoundToJSON };
@@ -79,10 +79,14 @@ exports.UnprocessableEntityErrorCode = void 0;
79
79
  UnprocessableEntityErrorCode["MissingAaProjectId"] = "missing_aa_project_id";
80
80
  UnprocessableEntityErrorCode["LinkedEmbeddedWallet"] = "linked_embedded_wallet";
81
81
  UnprocessableEntityErrorCode["InvalidMpcEnvironment"] = "invalid_mpc_environment";
82
- UnprocessableEntityErrorCode["DuplicateExists"] = "duplicate_exists";
83
82
  UnprocessableEntityErrorCode["InvalidRegex"] = "invalid_regex";
84
83
  UnprocessableEntityErrorCode["RepeatedOptions"] = "repeated_options";
85
84
  UnprocessableEntityErrorCode["MissingPhoneNumberOrEmail"] = "missing_phone_number_or_email";
85
+ UnprocessableEntityErrorCode["DuplicateExists"] = "duplicate_exists";
86
+ UnprocessableEntityErrorCode["MfaDeviceNotFound"] = "mfa_device_not_found";
87
+ UnprocessableEntityErrorCode["MfaInvalidCode"] = "mfa_invalid_code";
88
+ UnprocessableEntityErrorCode["MfaInvalidRequest"] = "mfa_invalid_request";
89
+ UnprocessableEntityErrorCode["InvalidPhone"] = "invalid_phone";
86
90
  })(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
87
91
  function UnprocessableEntityErrorCodeFromJSON(json) {
88
92
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -72,10 +72,14 @@ export declare enum UnprocessableEntityErrorCode {
72
72
  MissingAaProjectId = "missing_aa_project_id",
73
73
  LinkedEmbeddedWallet = "linked_embedded_wallet",
74
74
  InvalidMpcEnvironment = "invalid_mpc_environment",
75
- DuplicateExists = "duplicate_exists",
76
75
  InvalidRegex = "invalid_regex",
77
76
  RepeatedOptions = "repeated_options",
78
- MissingPhoneNumberOrEmail = "missing_phone_number_or_email"
77
+ MissingPhoneNumberOrEmail = "missing_phone_number_or_email",
78
+ DuplicateExists = "duplicate_exists",
79
+ MfaDeviceNotFound = "mfa_device_not_found",
80
+ MfaInvalidCode = "mfa_invalid_code",
81
+ MfaInvalidRequest = "mfa_invalid_request",
82
+ InvalidPhone = "invalid_phone"
79
83
  }
80
84
  export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
81
85
  export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
@@ -75,10 +75,14 @@ var UnprocessableEntityErrorCode;
75
75
  UnprocessableEntityErrorCode["MissingAaProjectId"] = "missing_aa_project_id";
76
76
  UnprocessableEntityErrorCode["LinkedEmbeddedWallet"] = "linked_embedded_wallet";
77
77
  UnprocessableEntityErrorCode["InvalidMpcEnvironment"] = "invalid_mpc_environment";
78
- UnprocessableEntityErrorCode["DuplicateExists"] = "duplicate_exists";
79
78
  UnprocessableEntityErrorCode["InvalidRegex"] = "invalid_regex";
80
79
  UnprocessableEntityErrorCode["RepeatedOptions"] = "repeated_options";
81
80
  UnprocessableEntityErrorCode["MissingPhoneNumberOrEmail"] = "missing_phone_number_or_email";
81
+ UnprocessableEntityErrorCode["DuplicateExists"] = "duplicate_exists";
82
+ UnprocessableEntityErrorCode["MfaDeviceNotFound"] = "mfa_device_not_found";
83
+ UnprocessableEntityErrorCode["MfaInvalidCode"] = "mfa_invalid_code";
84
+ UnprocessableEntityErrorCode["MfaInvalidRequest"] = "mfa_invalid_request";
85
+ UnprocessableEntityErrorCode["InvalidPhone"] = "invalid_phone";
82
86
  })(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
83
87
  function UnprocessableEntityErrorCodeFromJSON(json) {
84
88
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -111,6 +111,17 @@ export * from './JwtVerifiedCredential';
111
111
  export * from './JwtVerifiedCredentialFormatEnum';
112
112
  export * from './Key';
113
113
  export * from './KeyResponse';
114
+ export * from './MFAAuthRecoveryDevicePostRequest';
115
+ export * from './MFAAuthResponse';
116
+ export * from './MFAAuthTotpDevicePostRequest';
117
+ export * from './MFADevice';
118
+ export * from './MFADeviceType';
119
+ export * from './MFAGetRecoveryCodesResponse';
120
+ export * from './MFAListDevicesResponse';
121
+ export * from './MFARegenRecoveryCodesResponse';
122
+ export * from './MFARegisterTotpDeviceGetResponse';
123
+ export * from './MFARegisterTotpDevicePostRequest';
124
+ export * from './MFAUpdateDeviceRequest';
114
125
  export * from './MethodNotAllowed';
115
126
  export * from './MinifiedDynamicJwt';
116
127
  export * from './NameService';
@@ -122,6 +133,7 @@ export * from './NetworkConfigurationResponse';
122
133
  export * from './NextJsSettings';
123
134
  export * from './NextViewEnum';
124
135
  export * from './NonceResponse';
136
+ export * from './NotFound';
125
137
  export * from './OAuthAccount';
126
138
  export * from './OauthProviderLoginUrl';
127
139
  export * from './OauthProviderRequest';