@dynamic-labs/sdk-api 0.0.686 → 0.0.688

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 (85) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +1 -1
  3. package/src/apis/AllowlistsApi.js +1 -1
  4. package/src/apis/AnalyticsApi.cjs +1 -1
  5. package/src/apis/AnalyticsApi.js +1 -1
  6. package/src/apis/ChainalysisApi.cjs +1 -1
  7. package/src/apis/ChainalysisApi.js +1 -1
  8. package/src/apis/ChainsApi.cjs +1 -1
  9. package/src/apis/ChainsApi.js +1 -1
  10. package/src/apis/CustomFieldsApi.cjs +1 -1
  11. package/src/apis/CustomFieldsApi.js +1 -1
  12. package/src/apis/CustomHostnamesApi.cjs +1 -1
  13. package/src/apis/CustomHostnamesApi.js +1 -1
  14. package/src/apis/CustomNetworksApi.cjs +1 -1
  15. package/src/apis/CustomNetworksApi.js +1 -1
  16. package/src/apis/DeeplinkUrlsApi.cjs +1 -1
  17. package/src/apis/DeeplinkUrlsApi.js +1 -1
  18. package/src/apis/EnvironmentsApi.cjs +1 -1
  19. package/src/apis/EnvironmentsApi.js +1 -1
  20. package/src/apis/EventsApi.cjs +1 -1
  21. package/src/apis/EventsApi.js +1 -1
  22. package/src/apis/ExportsApi.cjs +1 -1
  23. package/src/apis/ExportsApi.js +1 -1
  24. package/src/apis/ExternalJwtApi.cjs +1 -1
  25. package/src/apis/ExternalJwtApi.js +1 -1
  26. package/src/apis/GatesApi.cjs +1 -1
  27. package/src/apis/GatesApi.js +1 -1
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +1 -1
  29. package/src/apis/GlobalWalletAccessControlApi.js +1 -1
  30. package/src/apis/GlobalWalletsApi.cjs +1 -1
  31. package/src/apis/GlobalWalletsApi.js +1 -1
  32. package/src/apis/InvitesApi.cjs +1 -1
  33. package/src/apis/InvitesApi.js +1 -1
  34. package/src/apis/MembersApi.cjs +1 -1
  35. package/src/apis/MembersApi.js +1 -1
  36. package/src/apis/MfaSettingsApi.cjs +1 -1
  37. package/src/apis/MfaSettingsApi.js +1 -1
  38. package/src/apis/NameServicesApi.cjs +1 -1
  39. package/src/apis/NameServicesApi.js +1 -1
  40. package/src/apis/OrganizationsApi.cjs +1 -1
  41. package/src/apis/OrganizationsApi.js +1 -1
  42. package/src/apis/OriginsApi.cjs +1 -1
  43. package/src/apis/OriginsApi.js +1 -1
  44. package/src/apis/ProjectsApi.cjs +1 -1
  45. package/src/apis/ProjectsApi.js +1 -1
  46. package/src/apis/SDKApi.cjs +75 -0
  47. package/src/apis/SDKApi.d.ts +26 -1
  48. package/src/apis/SDKApi.js +75 -0
  49. package/src/apis/SDKViewsApi.cjs +1 -1
  50. package/src/apis/SDKViewsApi.js +1 -1
  51. package/src/apis/SessionsApi.cjs +1 -1
  52. package/src/apis/SessionsApi.js +1 -1
  53. package/src/apis/SettingsApi.cjs +1 -1
  54. package/src/apis/SettingsApi.js +1 -1
  55. package/src/apis/TestAccountApi.cjs +1 -1
  56. package/src/apis/TestAccountApi.js +1 -1
  57. package/src/apis/TokensApi.cjs +1 -1
  58. package/src/apis/TokensApi.js +1 -1
  59. package/src/apis/UserApiTokensApi.cjs +1 -1
  60. package/src/apis/UserApiTokensApi.js +1 -1
  61. package/src/apis/UsersApi.cjs +1 -1
  62. package/src/apis/UsersApi.js +1 -1
  63. package/src/apis/VisitsApi.cjs +1 -1
  64. package/src/apis/VisitsApi.js +1 -1
  65. package/src/apis/WaasApi.cjs +1 -1
  66. package/src/apis/WaasApi.js +1 -1
  67. package/src/apis/WalletsApi.cjs +1 -1
  68. package/src/apis/WalletsApi.js +1 -1
  69. package/src/apis/WebhooksApi.cjs +1 -1
  70. package/src/apis/WebhooksApi.js +1 -1
  71. package/src/index.cjs +8 -0
  72. package/src/index.js +2 -0
  73. package/src/models/BackupKeySharesToLocationRequest.cjs +33 -0
  74. package/src/models/BackupKeySharesToLocationRequest.d.ts +28 -0
  75. package/src/models/BackupKeySharesToLocationRequest.js +27 -0
  76. package/src/models/BackupKeySharesToLocationResponse.cjs +37 -0
  77. package/src/models/BackupKeySharesToLocationResponse.d.ts +40 -0
  78. package/src/models/BackupKeySharesToLocationResponse.js +31 -0
  79. package/src/models/MinifiedDynamicJwt.cjs +2 -0
  80. package/src/models/MinifiedDynamicJwt.d.ts +6 -0
  81. package/src/models/MinifiedDynamicJwt.js +2 -0
  82. package/src/models/WaasBackupOptionsEnum.cjs +1 -0
  83. package/src/models/WaasBackupOptionsEnum.d.ts +2 -1
  84. package/src/models/WaasBackupOptionsEnum.js +1 -0
  85. package/src/models/index.d.ts +2 -0
@@ -9,6 +9,7 @@ import '../models/AuthenticatorAttachment.js';
9
9
  import '../models/ResidentKeyRequirement.js';
10
10
  import '../models/UserVerificationRequirement.js';
11
11
  import '../models/AuthenticatorTransportProtocol.js';
12
+ import '../models/WaasBackupOptionsEnum.js';
12
13
  import '../models/JwtVerifiedCredentialFormatEnum.js';
13
14
  import '../models/ProviderEnum.js';
14
15
  import '../models/WalletAddressType.js';
@@ -46,7 +47,6 @@ import '../models/ExternalWalletFundingTokenRule.js';
46
47
  import '../models/OnrampProviders.js';
47
48
  import '../models/SignInProviderEnum.js';
48
49
  import '../models/SocialSignInProviderEnum.js';
49
- import '../models/WaasBackupOptionsEnum.js';
50
50
  import '../models/SdkViewSectionAlignment.js';
51
51
  import '../models/SdkViewSectionType.js';
52
52
  import '../models/SdkViewType.js';
@@ -13,6 +13,7 @@ require('../models/AuthenticatorAttachment.cjs');
13
13
  require('../models/ResidentKeyRequirement.cjs');
14
14
  require('../models/UserVerificationRequirement.cjs');
15
15
  require('../models/AuthenticatorTransportProtocol.cjs');
16
+ require('../models/WaasBackupOptionsEnum.cjs');
16
17
  require('../models/JwtVerifiedCredentialFormatEnum.cjs');
17
18
  require('../models/ProviderEnum.cjs');
18
19
  require('../models/WalletAddressType.cjs');
@@ -50,7 +51,6 @@ require('../models/ExternalWalletFundingTokenRule.cjs');
50
51
  require('../models/OnrampProviders.cjs');
51
52
  require('../models/SignInProviderEnum.cjs');
52
53
  require('../models/SocialSignInProviderEnum.cjs');
53
- require('../models/WaasBackupOptionsEnum.cjs');
54
54
  require('../models/SdkViewSectionAlignment.cjs');
55
55
  require('../models/SdkViewSectionType.cjs');
56
56
  require('../models/SdkViewType.cjs');
@@ -9,6 +9,7 @@ import '../models/AuthenticatorAttachment.js';
9
9
  import '../models/ResidentKeyRequirement.js';
10
10
  import '../models/UserVerificationRequirement.js';
11
11
  import '../models/AuthenticatorTransportProtocol.js';
12
+ import '../models/WaasBackupOptionsEnum.js';
12
13
  import '../models/JwtVerifiedCredentialFormatEnum.js';
13
14
  import '../models/ProviderEnum.js';
14
15
  import '../models/WalletAddressType.js';
@@ -46,7 +47,6 @@ import '../models/ExternalWalletFundingTokenRule.js';
46
47
  import '../models/OnrampProviders.js';
47
48
  import '../models/SignInProviderEnum.js';
48
49
  import '../models/SocialSignInProviderEnum.js';
49
- import '../models/WaasBackupOptionsEnum.js';
50
50
  import '../models/SdkViewSectionAlignment.js';
51
51
  import '../models/SdkViewSectionType.js';
52
52
  import '../models/SdkViewType.js';
@@ -13,6 +13,7 @@ require('../models/AuthenticatorAttachment.cjs');
13
13
  require('../models/ResidentKeyRequirement.cjs');
14
14
  require('../models/UserVerificationRequirement.cjs');
15
15
  require('../models/AuthenticatorTransportProtocol.cjs');
16
+ require('../models/WaasBackupOptionsEnum.cjs');
16
17
  require('../models/JwtVerifiedCredentialFormatEnum.cjs');
17
18
  require('../models/ProviderEnum.cjs');
18
19
  require('../models/WalletAddressType.cjs');
@@ -53,7 +54,6 @@ require('../models/ExternalWalletFundingTokenRule.cjs');
53
54
  require('../models/OnrampProviders.cjs');
54
55
  require('../models/SignInProviderEnum.cjs');
55
56
  require('../models/SocialSignInProviderEnum.cjs');
56
- require('../models/WaasBackupOptionsEnum.cjs');
57
57
  require('../models/SdkViewSectionAlignment.cjs');
58
58
  require('../models/SdkViewSectionType.cjs');
59
59
  require('../models/SdkViewType.cjs');
@@ -9,6 +9,7 @@ import '../models/AuthenticatorAttachment.js';
9
9
  import '../models/ResidentKeyRequirement.js';
10
10
  import '../models/UserVerificationRequirement.js';
11
11
  import '../models/AuthenticatorTransportProtocol.js';
12
+ import '../models/WaasBackupOptionsEnum.js';
12
13
  import '../models/JwtVerifiedCredentialFormatEnum.js';
13
14
  import '../models/ProviderEnum.js';
14
15
  import '../models/WalletAddressType.js';
@@ -49,7 +50,6 @@ import '../models/ExternalWalletFundingTokenRule.js';
49
50
  import '../models/OnrampProviders.js';
50
51
  import '../models/SignInProviderEnum.js';
51
52
  import '../models/SocialSignInProviderEnum.js';
52
- import '../models/WaasBackupOptionsEnum.js';
53
53
  import '../models/SdkViewSectionAlignment.js';
54
54
  import '../models/SdkViewSectionType.js';
55
55
  import '../models/SdkViewType.js';
@@ -13,6 +13,7 @@ require('../models/AuthenticatorAttachment.cjs');
13
13
  require('../models/ResidentKeyRequirement.cjs');
14
14
  require('../models/UserVerificationRequirement.cjs');
15
15
  require('../models/AuthenticatorTransportProtocol.cjs');
16
+ require('../models/WaasBackupOptionsEnum.cjs');
16
17
  require('../models/JwtVerifiedCredentialFormatEnum.cjs');
17
18
  require('../models/ProviderEnum.cjs');
18
19
  require('../models/WalletAddressType.cjs');
@@ -50,7 +51,6 @@ require('../models/ExternalWalletFundingTokenRule.cjs');
50
51
  require('../models/OnrampProviders.cjs');
51
52
  require('../models/SignInProviderEnum.cjs');
52
53
  require('../models/SocialSignInProviderEnum.cjs');
53
- require('../models/WaasBackupOptionsEnum.cjs');
54
54
  require('../models/SdkViewSectionAlignment.cjs');
55
55
  require('../models/SdkViewSectionType.cjs');
56
56
  require('../models/SdkViewType.cjs');
@@ -9,6 +9,7 @@ import '../models/AuthenticatorAttachment.js';
9
9
  import '../models/ResidentKeyRequirement.js';
10
10
  import '../models/UserVerificationRequirement.js';
11
11
  import '../models/AuthenticatorTransportProtocol.js';
12
+ import '../models/WaasBackupOptionsEnum.js';
12
13
  import '../models/JwtVerifiedCredentialFormatEnum.js';
13
14
  import '../models/ProviderEnum.js';
14
15
  import '../models/WalletAddressType.js';
@@ -46,7 +47,6 @@ import '../models/ExternalWalletFundingTokenRule.js';
46
47
  import '../models/OnrampProviders.js';
47
48
  import '../models/SignInProviderEnum.js';
48
49
  import '../models/SocialSignInProviderEnum.js';
49
- import '../models/WaasBackupOptionsEnum.js';
50
50
  import '../models/SdkViewSectionAlignment.js';
51
51
  import '../models/SdkViewSectionType.js';
52
52
  import '../models/SdkViewType.js';
package/src/index.cjs CHANGED
@@ -76,6 +76,8 @@ var AuthenticatorAttachment = require('./models/AuthenticatorAttachment.cjs');
76
76
  var AuthenticatorAttestationResponse = require('./models/AuthenticatorAttestationResponse.cjs');
77
77
  var AuthenticatorSelectionCriteria = require('./models/AuthenticatorSelectionCriteria.cjs');
78
78
  var AuthenticatorTransportProtocol = require('./models/AuthenticatorTransportProtocol.cjs');
79
+ var BackupKeySharesToLocationRequest = require('./models/BackupKeySharesToLocationRequest.cjs');
80
+ var BackupKeySharesToLocationResponse = require('./models/BackupKeySharesToLocationResponse.cjs');
79
81
  var BackupMultipleClientKeySharesRequest = require('./models/BackupMultipleClientKeySharesRequest.cjs');
80
82
  var BackupMultipleClientKeySharesResponse = require('./models/BackupMultipleClientKeySharesResponse.cjs');
81
83
  var BadGateway = require('./models/BadGateway.cjs');
@@ -681,6 +683,12 @@ Object.defineProperty(exports, 'AuthenticatorTransportProtocol', {
681
683
  exports.AuthenticatorTransportProtocolFromJSON = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolFromJSON;
682
684
  exports.AuthenticatorTransportProtocolFromJSONTyped = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolFromJSONTyped;
683
685
  exports.AuthenticatorTransportProtocolToJSON = AuthenticatorTransportProtocol.AuthenticatorTransportProtocolToJSON;
686
+ exports.BackupKeySharesToLocationRequestFromJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSON;
687
+ exports.BackupKeySharesToLocationRequestFromJSONTyped = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestFromJSONTyped;
688
+ exports.BackupKeySharesToLocationRequestToJSON = BackupKeySharesToLocationRequest.BackupKeySharesToLocationRequestToJSON;
689
+ exports.BackupKeySharesToLocationResponseFromJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSON;
690
+ exports.BackupKeySharesToLocationResponseFromJSONTyped = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseFromJSONTyped;
691
+ exports.BackupKeySharesToLocationResponseToJSON = BackupKeySharesToLocationResponse.BackupKeySharesToLocationResponseToJSON;
684
692
  exports.BackupMultipleClientKeySharesRequestFromJSON = BackupMultipleClientKeySharesRequest.BackupMultipleClientKeySharesRequestFromJSON;
685
693
  exports.BackupMultipleClientKeySharesRequestFromJSONTyped = BackupMultipleClientKeySharesRequest.BackupMultipleClientKeySharesRequestFromJSONTyped;
686
694
  exports.BackupMultipleClientKeySharesRequestToJSON = BackupMultipleClientKeySharesRequest.BackupMultipleClientKeySharesRequestToJSON;
package/src/index.js CHANGED
@@ -72,6 +72,8 @@ export { AuthenticatorAttachment, AuthenticatorAttachmentFromJSON, Authenticator
72
72
  export { AuthenticatorAttestationResponseFromJSON, AuthenticatorAttestationResponseFromJSONTyped, AuthenticatorAttestationResponseToJSON } from './models/AuthenticatorAttestationResponse.js';
73
73
  export { AuthenticatorSelectionCriteriaFromJSON, AuthenticatorSelectionCriteriaFromJSONTyped, AuthenticatorSelectionCriteriaToJSON } from './models/AuthenticatorSelectionCriteria.js';
74
74
  export { AuthenticatorTransportProtocol, AuthenticatorTransportProtocolFromJSON, AuthenticatorTransportProtocolFromJSONTyped, AuthenticatorTransportProtocolToJSON } from './models/AuthenticatorTransportProtocol.js';
75
+ export { BackupKeySharesToLocationRequestFromJSON, BackupKeySharesToLocationRequestFromJSONTyped, BackupKeySharesToLocationRequestToJSON } from './models/BackupKeySharesToLocationRequest.js';
76
+ export { BackupKeySharesToLocationResponseFromJSON, BackupKeySharesToLocationResponseFromJSONTyped, BackupKeySharesToLocationResponseToJSON } from './models/BackupKeySharesToLocationResponse.js';
75
77
  export { BackupMultipleClientKeySharesRequestFromJSON, BackupMultipleClientKeySharesRequestFromJSONTyped, BackupMultipleClientKeySharesRequestToJSON } from './models/BackupMultipleClientKeySharesRequest.js';
76
78
  export { BackupMultipleClientKeySharesResponseFromJSON, BackupMultipleClientKeySharesResponseFromJSONTyped, BackupMultipleClientKeySharesResponseToJSON } from './models/BackupMultipleClientKeySharesResponse.js';
77
79
  export { BadGatewayFromJSON, BadGatewayFromJSONTyped, BadGatewayToJSON } from './models/BadGateway.js';
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var WaasBackupOptionsEnum = require('./WaasBackupOptionsEnum.cjs');
6
+
7
+ /* tslint:disable */
8
+ function BackupKeySharesToLocationRequestFromJSON(json) {
9
+ return BackupKeySharesToLocationRequestFromJSONTyped(json);
10
+ }
11
+ function BackupKeySharesToLocationRequestFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumFromJSON(json['location']),
17
+ };
18
+ }
19
+ function BackupKeySharesToLocationRequestToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumToJSON(value.location),
28
+ };
29
+ }
30
+
31
+ exports.BackupKeySharesToLocationRequestFromJSON = BackupKeySharesToLocationRequestFromJSON;
32
+ exports.BackupKeySharesToLocationRequestFromJSONTyped = BackupKeySharesToLocationRequestFromJSONTyped;
33
+ exports.BackupKeySharesToLocationRequestToJSON = BackupKeySharesToLocationRequestToJSON;
@@ -0,0 +1,28 @@
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 { WaasBackupOptionsEnum } from './WaasBackupOptionsEnum';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BackupKeySharesToLocationRequest
17
+ */
18
+ export interface BackupKeySharesToLocationRequest {
19
+ /**
20
+ *
21
+ * @type {WaasBackupOptionsEnum}
22
+ * @memberof BackupKeySharesToLocationRequest
23
+ */
24
+ location: WaasBackupOptionsEnum;
25
+ }
26
+ export declare function BackupKeySharesToLocationRequestFromJSON(json: any): BackupKeySharesToLocationRequest;
27
+ export declare function BackupKeySharesToLocationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackupKeySharesToLocationRequest;
28
+ export declare function BackupKeySharesToLocationRequestToJSON(value?: BackupKeySharesToLocationRequest | null): any;
@@ -0,0 +1,27 @@
1
+ import { WaasBackupOptionsEnumFromJSON, WaasBackupOptionsEnumToJSON } from './WaasBackupOptionsEnum.js';
2
+
3
+ /* tslint:disable */
4
+ function BackupKeySharesToLocationRequestFromJSON(json) {
5
+ return BackupKeySharesToLocationRequestFromJSONTyped(json);
6
+ }
7
+ function BackupKeySharesToLocationRequestFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'location': WaasBackupOptionsEnumFromJSON(json['location']),
13
+ };
14
+ }
15
+ function BackupKeySharesToLocationRequestToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'location': WaasBackupOptionsEnumToJSON(value.location),
24
+ };
25
+ }
26
+
27
+ export { BackupKeySharesToLocationRequestFromJSON, BackupKeySharesToLocationRequestFromJSONTyped, BackupKeySharesToLocationRequestToJSON };
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var WaasBackupOptionsEnum = require('./WaasBackupOptionsEnum.cjs');
6
+
7
+ /* tslint:disable */
8
+ function BackupKeySharesToLocationResponseFromJSON(json) {
9
+ return BackupKeySharesToLocationResponseFromJSONTyped(json);
10
+ }
11
+ function BackupKeySharesToLocationResponseFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'message': json['message'],
17
+ 'walletId': json['walletId'],
18
+ 'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumFromJSON(json['location']),
19
+ };
20
+ }
21
+ function BackupKeySharesToLocationResponseToJSON(value) {
22
+ if (value === undefined) {
23
+ return undefined;
24
+ }
25
+ if (value === null) {
26
+ return null;
27
+ }
28
+ return {
29
+ 'message': value.message,
30
+ 'walletId': value.walletId,
31
+ 'location': WaasBackupOptionsEnum.WaasBackupOptionsEnumToJSON(value.location),
32
+ };
33
+ }
34
+
35
+ exports.BackupKeySharesToLocationResponseFromJSON = BackupKeySharesToLocationResponseFromJSON;
36
+ exports.BackupKeySharesToLocationResponseFromJSONTyped = BackupKeySharesToLocationResponseFromJSONTyped;
37
+ exports.BackupKeySharesToLocationResponseToJSON = BackupKeySharesToLocationResponseToJSON;
@@ -0,0 +1,40 @@
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 { WaasBackupOptionsEnum } from './WaasBackupOptionsEnum';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface BackupKeySharesToLocationResponse
17
+ */
18
+ export interface BackupKeySharesToLocationResponse {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof BackupKeySharesToLocationResponse
23
+ */
24
+ message: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof BackupKeySharesToLocationResponse
29
+ */
30
+ walletId: string;
31
+ /**
32
+ *
33
+ * @type {WaasBackupOptionsEnum}
34
+ * @memberof BackupKeySharesToLocationResponse
35
+ */
36
+ location: WaasBackupOptionsEnum;
37
+ }
38
+ export declare function BackupKeySharesToLocationResponseFromJSON(json: any): BackupKeySharesToLocationResponse;
39
+ export declare function BackupKeySharesToLocationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackupKeySharesToLocationResponse;
40
+ export declare function BackupKeySharesToLocationResponseToJSON(value?: BackupKeySharesToLocationResponse | null): any;
@@ -0,0 +1,31 @@
1
+ import { WaasBackupOptionsEnumFromJSON, WaasBackupOptionsEnumToJSON } from './WaasBackupOptionsEnum.js';
2
+
3
+ /* tslint:disable */
4
+ function BackupKeySharesToLocationResponseFromJSON(json) {
5
+ return BackupKeySharesToLocationResponseFromJSONTyped(json);
6
+ }
7
+ function BackupKeySharesToLocationResponseFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'message': json['message'],
13
+ 'walletId': json['walletId'],
14
+ 'location': WaasBackupOptionsEnumFromJSON(json['location']),
15
+ };
16
+ }
17
+ function BackupKeySharesToLocationResponseToJSON(value) {
18
+ if (value === undefined) {
19
+ return undefined;
20
+ }
21
+ if (value === null) {
22
+ return null;
23
+ }
24
+ return {
25
+ 'message': value.message,
26
+ 'walletId': value.walletId,
27
+ 'location': WaasBackupOptionsEnumToJSON(value.location),
28
+ };
29
+ }
30
+
31
+ export { BackupKeySharesToLocationResponseFromJSON, BackupKeySharesToLocationResponseFromJSONTyped, BackupKeySharesToLocationResponseToJSON };
@@ -23,6 +23,7 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
23
23
  'iat': !runtime.exists(json, 'iat') ? undefined : json['iat'],
24
24
  'environmentId': json['environment_id'],
25
25
  'lastVerifiedCredentialId': json['last_verified_credential_id'],
26
+ 'sessionPublicKey': !runtime.exists(json, 'session_public_key') ? undefined : json['session_public_key'],
26
27
  'scope': !runtime.exists(json, 'scope') ? undefined : json['scope'],
27
28
  'verifiedCredentialsHashes': !runtime.exists(json, 'verifiedCredentialsHashes') ? undefined : JwtVerifiedCredentialHashes.JwtVerifiedCredentialHashesFromJSON(json['verifiedCredentialsHashes']),
28
29
  'email': !runtime.exists(json, 'email') ? undefined : json['email'],
@@ -46,6 +47,7 @@ function MinifiedDynamicJwtToJSON(value) {
46
47
  'iat': value.iat,
47
48
  'environment_id': value.environmentId,
48
49
  'last_verified_credential_id': value.lastVerifiedCredentialId,
50
+ 'session_public_key': value.sessionPublicKey,
49
51
  'scope': value.scope,
50
52
  'verifiedCredentialsHashes': JwtVerifiedCredentialHashes.JwtVerifiedCredentialHashesToJSON(value.verifiedCredentialsHashes),
51
53
  'email': value.email,
@@ -70,6 +70,12 @@ export interface MinifiedDynamicJwt {
70
70
  * @memberof MinifiedDynamicJwt
71
71
  */
72
72
  lastVerifiedCredentialId: string;
73
+ /**
74
+ * Client session public key
75
+ * @type {string}
76
+ * @memberof MinifiedDynamicJwt
77
+ */
78
+ sessionPublicKey?: string;
73
79
  /**
74
80
  * 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
75
81
  * @type {string}
@@ -19,6 +19,7 @@ function MinifiedDynamicJwtFromJSONTyped(json, ignoreDiscriminator) {
19
19
  'iat': !exists(json, 'iat') ? undefined : json['iat'],
20
20
  'environmentId': json['environment_id'],
21
21
  'lastVerifiedCredentialId': json['last_verified_credential_id'],
22
+ 'sessionPublicKey': !exists(json, 'session_public_key') ? undefined : json['session_public_key'],
22
23
  'scope': !exists(json, 'scope') ? undefined : json['scope'],
23
24
  'verifiedCredentialsHashes': !exists(json, 'verifiedCredentialsHashes') ? undefined : JwtVerifiedCredentialHashesFromJSON(json['verifiedCredentialsHashes']),
24
25
  'email': !exists(json, 'email') ? undefined : json['email'],
@@ -42,6 +43,7 @@ function MinifiedDynamicJwtToJSON(value) {
42
43
  'iat': value.iat,
43
44
  'environment_id': value.environmentId,
44
45
  'last_verified_credential_id': value.lastVerifiedCredentialId,
46
+ 'session_public_key': value.sessionPublicKey,
45
47
  'scope': value.scope,
46
48
  'verifiedCredentialsHashes': JwtVerifiedCredentialHashesToJSON(value.verifiedCredentialsHashes),
47
49
  'email': value.email,
@@ -24,6 +24,7 @@ exports.WaasBackupOptionsEnum = void 0;
24
24
  (function (WaasBackupOptionsEnum) {
25
25
  WaasBackupOptionsEnum["GoogleDrive"] = "googleDrive";
26
26
  WaasBackupOptionsEnum["Icloud"] = "icloud";
27
+ WaasBackupOptionsEnum["Dynamic"] = "dynamic";
27
28
  })(exports.WaasBackupOptionsEnum || (exports.WaasBackupOptionsEnum = {}));
28
29
  function WaasBackupOptionsEnumFromJSON(json) {
29
30
  return WaasBackupOptionsEnumFromJSONTyped(json);
@@ -16,7 +16,8 @@
16
16
  */
17
17
  export declare enum WaasBackupOptionsEnum {
18
18
  GoogleDrive = "googleDrive",
19
- Icloud = "icloud"
19
+ Icloud = "icloud",
20
+ Dynamic = "dynamic"
20
21
  }
21
22
  export declare function WaasBackupOptionsEnumFromJSON(json: any): WaasBackupOptionsEnum;
22
23
  export declare function WaasBackupOptionsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasBackupOptionsEnum;
@@ -20,6 +20,7 @@ var WaasBackupOptionsEnum;
20
20
  (function (WaasBackupOptionsEnum) {
21
21
  WaasBackupOptionsEnum["GoogleDrive"] = "googleDrive";
22
22
  WaasBackupOptionsEnum["Icloud"] = "icloud";
23
+ WaasBackupOptionsEnum["Dynamic"] = "dynamic";
23
24
  })(WaasBackupOptionsEnum || (WaasBackupOptionsEnum = {}));
24
25
  function WaasBackupOptionsEnumFromJSON(json) {
25
26
  return WaasBackupOptionsEnumFromJSONTyped(json);
@@ -36,6 +36,8 @@ export * from './AuthenticatorAttachment';
36
36
  export * from './AuthenticatorAttestationResponse';
37
37
  export * from './AuthenticatorSelectionCriteria';
38
38
  export * from './AuthenticatorTransportProtocol';
39
+ export * from './BackupKeySharesToLocationRequest';
40
+ export * from './BackupKeySharesToLocationResponse';
39
41
  export * from './BackupMultipleClientKeySharesRequest';
40
42
  export * from './BackupMultipleClientKeySharesResponse';
41
43
  export * from './BadGateway';