@dynamic-labs/sdk-api 0.0.961 → 0.0.964

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 (130) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +4 -0
  3. package/src/apis/AdminActionsApi.js +4 -0
  4. package/src/apis/AllowlistsApi.cjs +4 -0
  5. package/src/apis/AllowlistsApi.js +4 -0
  6. package/src/apis/AnalyticsApi.cjs +4 -0
  7. package/src/apis/AnalyticsApi.js +4 -0
  8. package/src/apis/ChainalysisApi.cjs +4 -0
  9. package/src/apis/ChainalysisApi.js +4 -0
  10. package/src/apis/ChainsApi.cjs +4 -0
  11. package/src/apis/ChainsApi.js +4 -0
  12. package/src/apis/CheckoutApi.cjs +4 -0
  13. package/src/apis/CheckoutApi.js +4 -0
  14. package/src/apis/CustomFieldsApi.cjs +4 -0
  15. package/src/apis/CustomFieldsApi.js +4 -0
  16. package/src/apis/CustomHostnamesApi.cjs +4 -0
  17. package/src/apis/CustomHostnamesApi.js +4 -0
  18. package/src/apis/CustomNetworksApi.cjs +4 -0
  19. package/src/apis/CustomNetworksApi.js +4 -0
  20. package/src/apis/DeeplinkUrlsApi.cjs +4 -0
  21. package/src/apis/DeeplinkUrlsApi.js +4 -0
  22. package/src/apis/EnvironmentsApi.cjs +4 -0
  23. package/src/apis/EnvironmentsApi.js +4 -0
  24. package/src/apis/EventsApi.cjs +4 -0
  25. package/src/apis/EventsApi.js +4 -0
  26. package/src/apis/ExchangesApi.cjs +4 -0
  27. package/src/apis/ExchangesApi.js +4 -0
  28. package/src/apis/ExportsApi.cjs +4 -0
  29. package/src/apis/ExportsApi.js +4 -0
  30. package/src/apis/ExternalJwtApi.cjs +4 -0
  31. package/src/apis/ExternalJwtApi.js +4 -0
  32. package/src/apis/GatesApi.cjs +4 -0
  33. package/src/apis/GatesApi.js +4 -0
  34. package/src/apis/GlobalWalletAccessControlApi.cjs +4 -0
  35. package/src/apis/GlobalWalletAccessControlApi.js +4 -0
  36. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -0
  37. package/src/apis/GlobalWalletConnectionsApi.js +4 -0
  38. package/src/apis/GlobalWalletsApi.cjs +4 -0
  39. package/src/apis/GlobalWalletsApi.js +4 -0
  40. package/src/apis/InvitesApi.cjs +4 -0
  41. package/src/apis/InvitesApi.js +4 -0
  42. package/src/apis/MembersApi.cjs +4 -0
  43. package/src/apis/MembersApi.js +4 -0
  44. package/src/apis/MfaSettingsApi.cjs +4 -0
  45. package/src/apis/MfaSettingsApi.js +4 -0
  46. package/src/apis/NameServicesApi.cjs +4 -0
  47. package/src/apis/NameServicesApi.js +4 -0
  48. package/src/apis/OrganizationSettingsApi.cjs +4 -0
  49. package/src/apis/OrganizationSettingsApi.js +4 -0
  50. package/src/apis/OrganizationsApi.cjs +4 -0
  51. package/src/apis/OrganizationsApi.js +4 -0
  52. package/src/apis/OriginsApi.cjs +4 -0
  53. package/src/apis/OriginsApi.js +4 -0
  54. package/src/apis/ProjectsApi.cjs +4 -0
  55. package/src/apis/ProjectsApi.js +4 -0
  56. package/src/apis/ProvidersApi.cjs +4 -0
  57. package/src/apis/ProvidersApi.js +4 -0
  58. package/src/apis/SDKApi.cjs +613 -0
  59. package/src/apis/SDKApi.d.ts +258 -1
  60. package/src/apis/SDKApi.js +614 -1
  61. package/src/apis/SDKViewsApi.cjs +4 -0
  62. package/src/apis/SDKViewsApi.js +4 -0
  63. package/src/apis/SessionsApi.cjs +4 -0
  64. package/src/apis/SessionsApi.js +4 -0
  65. package/src/apis/TestAccountApi.cjs +4 -0
  66. package/src/apis/TestAccountApi.js +4 -0
  67. package/src/apis/TokensApi.cjs +4 -0
  68. package/src/apis/TokensApi.js +4 -0
  69. package/src/apis/UserApiTokensApi.cjs +4 -0
  70. package/src/apis/UserApiTokensApi.js +4 -0
  71. package/src/apis/UsersApi.cjs +4 -0
  72. package/src/apis/UsersApi.js +4 -0
  73. package/src/apis/VisitsApi.cjs +4 -0
  74. package/src/apis/VisitsApi.js +4 -0
  75. package/src/apis/WaasApi.cjs +4 -0
  76. package/src/apis/WaasApi.js +4 -0
  77. package/src/apis/WalletConnectApi.cjs +4 -0
  78. package/src/apis/WalletConnectApi.js +4 -0
  79. package/src/apis/WalletsApi.cjs +4 -0
  80. package/src/apis/WalletsApi.js +4 -0
  81. package/src/apis/WebhooksApi.cjs +4 -0
  82. package/src/apis/WebhooksApi.js +4 -0
  83. package/src/index.cjs +80 -0
  84. package/src/index.js +14 -1
  85. package/src/models/EmbeddedWalletChainEnum.cjs +1 -0
  86. package/src/models/EmbeddedWalletChainEnum.d.ts +2 -1
  87. package/src/models/EmbeddedWalletChainEnum.js +1 -0
  88. package/src/models/ExportAleoViewKeyRequest.cjs +43 -0
  89. package/src/models/ExportAleoViewKeyRequest.d.ts +27 -0
  90. package/src/models/ExportAleoViewKeyRequest.js +37 -0
  91. package/src/models/InlineObject2.cjs +46 -0
  92. package/src/models/InlineObject2.d.ts +47 -0
  93. package/src/models/InlineObject2.js +40 -0
  94. package/src/models/InlineObject3.cjs +56 -0
  95. package/src/models/InlineObject3.d.ts +47 -0
  96. package/src/models/InlineObject3.js +50 -0
  97. package/src/models/InlineObject4.cjs +54 -0
  98. package/src/models/InlineObject4.d.ts +43 -0
  99. package/src/models/InlineObject4.js +48 -0
  100. package/src/models/InlineObject5.cjs +54 -0
  101. package/src/models/InlineObject5.d.ts +41 -0
  102. package/src/models/InlineObject5.js +48 -0
  103. package/src/models/InlineResponse2002.cjs +34 -0
  104. package/src/models/InlineResponse2002.d.ts +28 -0
  105. package/src/models/InlineResponse2002.js +28 -0
  106. package/src/models/InlineResponse2002AllowedPrograms.cjs +35 -0
  107. package/src/models/InlineResponse2002AllowedPrograms.d.ts +33 -0
  108. package/src/models/InlineResponse2002AllowedPrograms.js +29 -0
  109. package/src/models/InlineResponse2003.cjs +43 -0
  110. package/src/models/InlineResponse2003.d.ts +27 -0
  111. package/src/models/InlineResponse2003.js +37 -0
  112. package/src/models/InlineResponse2004.cjs +43 -0
  113. package/src/models/InlineResponse2004.d.ts +27 -0
  114. package/src/models/InlineResponse2004.js +37 -0
  115. package/src/models/InlineResponse2005.cjs +45 -0
  116. package/src/models/InlineResponse2005.d.ts +33 -0
  117. package/src/models/InlineResponse2005.js +39 -0
  118. package/src/models/InlineResponse2006.cjs +43 -0
  119. package/src/models/InlineResponse2006.d.ts +27 -0
  120. package/src/models/InlineResponse2006.js +37 -0
  121. package/src/models/InlineResponse2007.cjs +43 -0
  122. package/src/models/InlineResponse2007.d.ts +29 -0
  123. package/src/models/InlineResponse2007.js +37 -0
  124. package/src/models/SignAleoRequestWithWaasRequest.cjs +43 -0
  125. package/src/models/SignAleoRequestWithWaasRequest.d.ts +29 -0
  126. package/src/models/SignAleoRequestWithWaasRequest.js +37 -0
  127. package/src/models/WaasChainEnum.cjs +1 -0
  128. package/src/models/WaasChainEnum.d.ts +2 -1
  129. package/src/models/WaasChainEnum.js +1 -0
  130. package/src/models/index.d.ts +13 -0
@@ -91,6 +91,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
91
91
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
92
92
  require('../models/HealthcheckStatus.cjs');
93
93
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
94
+ require('../models/InlineObject2.cjs');
95
+ require('../models/InlineObject3.cjs');
96
+ require('../models/InlineObject4.cjs');
97
+ require('../models/InlineObject5.cjs');
94
98
  require('../models/InviteStatusEnum.cjs');
95
99
  require('../models/RoleEnum.cjs');
96
100
  require('../models/JwtScope.cjs');
@@ -87,6 +87,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
87
87
  import '../models/GlobalWalletConnectionStatusEnum.js';
88
88
  import '../models/HealthcheckStatus.js';
89
89
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
90
+ import '../models/InlineObject2.js';
91
+ import '../models/InlineObject3.js';
92
+ import '../models/InlineObject4.js';
93
+ import '../models/InlineObject5.js';
90
94
  import '../models/InviteStatusEnum.js';
91
95
  import '../models/RoleEnum.js';
92
96
  import '../models/JwtScope.js';
@@ -94,6 +94,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
94
94
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
95
95
  require('../models/HealthcheckStatus.cjs');
96
96
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
97
+ require('../models/InlineObject2.cjs');
98
+ require('../models/InlineObject3.cjs');
99
+ require('../models/InlineObject4.cjs');
100
+ require('../models/InlineObject5.cjs');
97
101
  require('../models/InviteStatusEnum.cjs');
98
102
  require('../models/RoleEnum.cjs');
99
103
  require('../models/JwtScope.cjs');
@@ -90,6 +90,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
90
90
  import '../models/GlobalWalletConnectionStatusEnum.js';
91
91
  import '../models/HealthcheckStatus.js';
92
92
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
93
+ import '../models/InlineObject2.js';
94
+ import '../models/InlineObject3.js';
95
+ import '../models/InlineObject4.js';
96
+ import '../models/InlineObject5.js';
93
97
  import '../models/InviteStatusEnum.js';
94
98
  import '../models/RoleEnum.js';
95
99
  import '../models/JwtScope.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
@@ -94,6 +94,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
94
94
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
95
95
  require('../models/HealthcheckStatus.cjs');
96
96
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
97
+ require('../models/InlineObject2.cjs');
98
+ require('../models/InlineObject3.cjs');
99
+ require('../models/InlineObject4.cjs');
100
+ require('../models/InlineObject5.cjs');
97
101
  var InternalBulkUpdateUserFields = require('../models/InternalBulkUpdateUserFields.cjs');
98
102
  var InternalUpdatableUserFields = require('../models/InternalUpdatableUserFields.cjs');
99
103
  var InternalUserFields = require('../models/InternalUserFields.cjs');
@@ -90,6 +90,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
90
90
  import '../models/GlobalWalletConnectionStatusEnum.js';
91
91
  import '../models/HealthcheckStatus.js';
92
92
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
93
+ import '../models/InlineObject2.js';
94
+ import '../models/InlineObject3.js';
95
+ import '../models/InlineObject4.js';
96
+ import '../models/InlineObject5.js';
93
97
  import { InternalBulkUpdateUserFieldsToJSON } from '../models/InternalBulkUpdateUserFields.js';
94
98
  import { InternalUpdatableUserFieldsToJSON } from '../models/InternalUpdatableUserFields.js';
95
99
  import { InternalUserFieldsToJSON } from '../models/InternalUserFields.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
@@ -97,6 +97,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
97
97
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
98
98
  require('../models/HealthcheckStatus.cjs');
99
99
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
100
+ require('../models/InlineObject2.cjs');
101
+ require('../models/InlineObject3.cjs');
102
+ require('../models/InlineObject4.cjs');
103
+ require('../models/InlineObject5.cjs');
100
104
  require('../models/InviteStatusEnum.cjs');
101
105
  require('../models/RoleEnum.cjs');
102
106
  require('../models/JwtScope.cjs');
@@ -93,6 +93,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
93
93
  import '../models/GlobalWalletConnectionStatusEnum.js';
94
94
  import '../models/HealthcheckStatus.js';
95
95
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
96
+ import '../models/InlineObject2.js';
97
+ import '../models/InlineObject3.js';
98
+ import '../models/InlineObject4.js';
99
+ import '../models/InlineObject5.js';
96
100
  import '../models/InviteStatusEnum.js';
97
101
  import '../models/RoleEnum.js';
98
102
  import '../models/JwtScope.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
@@ -97,6 +97,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
97
97
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
98
98
  require('../models/HealthcheckStatus.cjs');
99
99
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
100
+ require('../models/InlineObject2.cjs');
101
+ require('../models/InlineObject3.cjs');
102
+ require('../models/InlineObject4.cjs');
103
+ require('../models/InlineObject5.cjs');
100
104
  require('../models/InviteStatusEnum.cjs');
101
105
  require('../models/RoleEnum.cjs');
102
106
  require('../models/JwtScope.cjs');
@@ -93,6 +93,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
93
93
  import '../models/GlobalWalletConnectionStatusEnum.js';
94
94
  import '../models/HealthcheckStatus.js';
95
95
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
96
+ import '../models/InlineObject2.js';
97
+ import '../models/InlineObject3.js';
98
+ import '../models/InlineObject4.js';
99
+ import '../models/InlineObject5.js';
96
100
  import '../models/InviteStatusEnum.js';
97
101
  import '../models/RoleEnum.js';
98
102
  import '../models/JwtScope.js';
@@ -93,6 +93,10 @@ require('../models/GlobalWalletAccessControlTypeEnum.cjs');
93
93
  require('../models/GlobalWalletConnectionStatusEnum.cjs');
94
94
  require('../models/HealthcheckStatus.cjs');
95
95
  require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
96
+ require('../models/InlineObject2.cjs');
97
+ require('../models/InlineObject3.cjs');
98
+ require('../models/InlineObject4.cjs');
99
+ require('../models/InlineObject5.cjs');
96
100
  require('../models/InviteStatusEnum.cjs');
97
101
  require('../models/RoleEnum.cjs');
98
102
  require('../models/JwtScope.cjs');
@@ -89,6 +89,10 @@ import '../models/GlobalWalletAccessControlTypeEnum.js';
89
89
  import '../models/GlobalWalletConnectionStatusEnum.js';
90
90
  import '../models/HealthcheckStatus.js';
91
91
  import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
92
+ import '../models/InlineObject2.js';
93
+ import '../models/InlineObject3.js';
94
+ import '../models/InlineObject4.js';
95
+ import '../models/InlineObject5.js';
92
96
  import '../models/InviteStatusEnum.js';
93
97
  import '../models/RoleEnum.js';
94
98
  import '../models/JwtScope.js';
package/src/index.cjs CHANGED
@@ -264,6 +264,7 @@ var ExchangeTransaction = require('./models/ExchangeTransaction.cjs');
264
264
  var ExchangeTransferResponse = require('./models/ExchangeTransferResponse.cjs');
265
265
  var ExchangeUpdateRequest = require('./models/ExchangeUpdateRequest.cjs');
266
266
  var Export = require('./models/Export.cjs');
267
+ var ExportAleoViewKeyRequest = require('./models/ExportAleoViewKeyRequest.cjs');
267
268
  var ExportCreateRequest = require('./models/ExportCreateRequest.cjs');
268
269
  var ExportEmbeddedWalletResponse = require('./models/ExportEmbeddedWalletResponse.cjs');
269
270
  var ExportFormatEnum = require('./models/ExportFormatEnum.cjs');
@@ -325,8 +326,19 @@ var InitPasskeyRecoveryRequest = require('./models/InitPasskeyRecoveryRequest.cj
325
326
  var InitPasskeyRecoveryResponse = require('./models/InitPasskeyRecoveryResponse.cjs');
326
327
  var InlineObject = require('./models/InlineObject.cjs');
327
328
  var InlineObject1 = require('./models/InlineObject1.cjs');
329
+ var InlineObject2 = require('./models/InlineObject2.cjs');
330
+ var InlineObject3 = require('./models/InlineObject3.cjs');
331
+ var InlineObject4 = require('./models/InlineObject4.cjs');
332
+ var InlineObject5 = require('./models/InlineObject5.cjs');
328
333
  var InlineResponse200 = require('./models/InlineResponse200.cjs');
329
334
  var InlineResponse2001 = require('./models/InlineResponse2001.cjs');
335
+ var InlineResponse2002 = require('./models/InlineResponse2002.cjs');
336
+ var InlineResponse2002AllowedPrograms = require('./models/InlineResponse2002AllowedPrograms.cjs');
337
+ var InlineResponse2003 = require('./models/InlineResponse2003.cjs');
338
+ var InlineResponse2004 = require('./models/InlineResponse2004.cjs');
339
+ var InlineResponse2005 = require('./models/InlineResponse2005.cjs');
340
+ var InlineResponse2006 = require('./models/InlineResponse2006.cjs');
341
+ var InlineResponse2007 = require('./models/InlineResponse2007.cjs');
330
342
  var InlineResponse201 = require('./models/InlineResponse201.cjs');
331
343
  var InlineResponse400 = require('./models/InlineResponse400.cjs');
332
344
  var IntegrationSetting = require('./models/IntegrationSetting.cjs');
@@ -540,6 +552,7 @@ var SessionsResponse = require('./models/SessionsResponse.cjs');
540
552
  var SessionsTrendResult = require('./models/SessionsTrendResult.cjs');
541
553
  var SettlementConfigInput = require('./models/SettlementConfigInput.cjs');
542
554
  var SettlementStrategyEnum = require('./models/SettlementStrategyEnum.cjs');
555
+ var SignAleoRequestWithWaasRequest = require('./models/SignAleoRequestWithWaasRequest.cjs');
543
556
  var SignInProviderEnum = require('./models/SignInProviderEnum.cjs');
544
557
  var SignMessageAuthorizationSignature = require('./models/SignMessageAuthorizationSignature.cjs');
545
558
  var SignMessageBtcTransaction = require('./models/SignMessageBtcTransaction.cjs');
@@ -782,6 +795,18 @@ exports.OrganizationsApi = OrganizationsApi.OrganizationsApi;
782
795
  exports.OriginsApi = OriginsApi.OriginsApi;
783
796
  exports.ProjectsApi = ProjectsApi.ProjectsApi;
784
797
  exports.ProvidersApi = ProvidersApi.ProvidersApi;
798
+ Object.defineProperty(exports, 'GetAleoFeemasterPolicyNetworkEnum', {
799
+ enumerable: true,
800
+ get: function () { return SDKApi.GetAleoFeemasterPolicyNetworkEnum; }
801
+ });
802
+ Object.defineProperty(exports, 'GetAleoScannerPubkeyNetworkEnum', {
803
+ enumerable: true,
804
+ get: function () { return SDKApi.GetAleoScannerPubkeyNetworkEnum; }
805
+ });
806
+ Object.defineProperty(exports, 'IsAleoFeemasterCoveredNetworkEnum', {
807
+ enumerable: true,
808
+ get: function () { return SDKApi.IsAleoFeemasterCoveredNetworkEnum; }
809
+ });
785
810
  exports.SDKApi = SDKApi.SDKApi;
786
811
  exports.SDKViewsApi = SDKViewsApi.SDKViewsApi;
787
812
  exports.SessionsApi = SessionsApi.SessionsApi;
@@ -1622,6 +1647,9 @@ exports.ExchangeUpdateRequestToJSON = ExchangeUpdateRequest.ExchangeUpdateReques
1622
1647
  exports.ExportFromJSON = Export.ExportFromJSON;
1623
1648
  exports.ExportFromJSONTyped = Export.ExportFromJSONTyped;
1624
1649
  exports.ExportToJSON = Export.ExportToJSON;
1650
+ exports.ExportAleoViewKeyRequestFromJSON = ExportAleoViewKeyRequest.ExportAleoViewKeyRequestFromJSON;
1651
+ exports.ExportAleoViewKeyRequestFromJSONTyped = ExportAleoViewKeyRequest.ExportAleoViewKeyRequestFromJSONTyped;
1652
+ exports.ExportAleoViewKeyRequestToJSON = ExportAleoViewKeyRequest.ExportAleoViewKeyRequestToJSON;
1625
1653
  exports.ExportCreateRequestFromJSON = ExportCreateRequest.ExportCreateRequestFromJSON;
1626
1654
  exports.ExportCreateRequestFromJSONTyped = ExportCreateRequest.ExportCreateRequestFromJSONTyped;
1627
1655
  exports.ExportCreateRequestToJSON = ExportCreateRequest.ExportCreateRequestToJSON;
@@ -1845,12 +1873,61 @@ exports.InlineObjectToJSON = InlineObject.InlineObjectToJSON;
1845
1873
  exports.InlineObject1FromJSON = InlineObject1.InlineObject1FromJSON;
1846
1874
  exports.InlineObject1FromJSONTyped = InlineObject1.InlineObject1FromJSONTyped;
1847
1875
  exports.InlineObject1ToJSON = InlineObject1.InlineObject1ToJSON;
1876
+ exports.InlineObject2FromJSON = InlineObject2.InlineObject2FromJSON;
1877
+ exports.InlineObject2FromJSONTyped = InlineObject2.InlineObject2FromJSONTyped;
1878
+ Object.defineProperty(exports, 'InlineObject2NetworkEnum', {
1879
+ enumerable: true,
1880
+ get: function () { return InlineObject2.InlineObject2NetworkEnum; }
1881
+ });
1882
+ exports.InlineObject2ToJSON = InlineObject2.InlineObject2ToJSON;
1883
+ exports.InlineObject3FromJSON = InlineObject3.InlineObject3FromJSON;
1884
+ exports.InlineObject3FromJSONTyped = InlineObject3.InlineObject3FromJSONTyped;
1885
+ Object.defineProperty(exports, 'InlineObject3NetworkEnum', {
1886
+ enumerable: true,
1887
+ get: function () { return InlineObject3.InlineObject3NetworkEnum; }
1888
+ });
1889
+ exports.InlineObject3ToJSON = InlineObject3.InlineObject3ToJSON;
1890
+ exports.InlineObject4FromJSON = InlineObject4.InlineObject4FromJSON;
1891
+ exports.InlineObject4FromJSONTyped = InlineObject4.InlineObject4FromJSONTyped;
1892
+ Object.defineProperty(exports, 'InlineObject4NetworkEnum', {
1893
+ enumerable: true,
1894
+ get: function () { return InlineObject4.InlineObject4NetworkEnum; }
1895
+ });
1896
+ exports.InlineObject4ToJSON = InlineObject4.InlineObject4ToJSON;
1897
+ exports.InlineObject5FromJSON = InlineObject5.InlineObject5FromJSON;
1898
+ exports.InlineObject5FromJSONTyped = InlineObject5.InlineObject5FromJSONTyped;
1899
+ Object.defineProperty(exports, 'InlineObject5NetworkEnum', {
1900
+ enumerable: true,
1901
+ get: function () { return InlineObject5.InlineObject5NetworkEnum; }
1902
+ });
1903
+ exports.InlineObject5ToJSON = InlineObject5.InlineObject5ToJSON;
1848
1904
  exports.InlineResponse200FromJSON = InlineResponse200.InlineResponse200FromJSON;
1849
1905
  exports.InlineResponse200FromJSONTyped = InlineResponse200.InlineResponse200FromJSONTyped;
1850
1906
  exports.InlineResponse200ToJSON = InlineResponse200.InlineResponse200ToJSON;
1851
1907
  exports.InlineResponse2001FromJSON = InlineResponse2001.InlineResponse2001FromJSON;
1852
1908
  exports.InlineResponse2001FromJSONTyped = InlineResponse2001.InlineResponse2001FromJSONTyped;
1853
1909
  exports.InlineResponse2001ToJSON = InlineResponse2001.InlineResponse2001ToJSON;
1910
+ exports.InlineResponse2002FromJSON = InlineResponse2002.InlineResponse2002FromJSON;
1911
+ exports.InlineResponse2002FromJSONTyped = InlineResponse2002.InlineResponse2002FromJSONTyped;
1912
+ exports.InlineResponse2002ToJSON = InlineResponse2002.InlineResponse2002ToJSON;
1913
+ exports.InlineResponse2002AllowedProgramsFromJSON = InlineResponse2002AllowedPrograms.InlineResponse2002AllowedProgramsFromJSON;
1914
+ exports.InlineResponse2002AllowedProgramsFromJSONTyped = InlineResponse2002AllowedPrograms.InlineResponse2002AllowedProgramsFromJSONTyped;
1915
+ exports.InlineResponse2002AllowedProgramsToJSON = InlineResponse2002AllowedPrograms.InlineResponse2002AllowedProgramsToJSON;
1916
+ exports.InlineResponse2003FromJSON = InlineResponse2003.InlineResponse2003FromJSON;
1917
+ exports.InlineResponse2003FromJSONTyped = InlineResponse2003.InlineResponse2003FromJSONTyped;
1918
+ exports.InlineResponse2003ToJSON = InlineResponse2003.InlineResponse2003ToJSON;
1919
+ exports.InlineResponse2004FromJSON = InlineResponse2004.InlineResponse2004FromJSON;
1920
+ exports.InlineResponse2004FromJSONTyped = InlineResponse2004.InlineResponse2004FromJSONTyped;
1921
+ exports.InlineResponse2004ToJSON = InlineResponse2004.InlineResponse2004ToJSON;
1922
+ exports.InlineResponse2005FromJSON = InlineResponse2005.InlineResponse2005FromJSON;
1923
+ exports.InlineResponse2005FromJSONTyped = InlineResponse2005.InlineResponse2005FromJSONTyped;
1924
+ exports.InlineResponse2005ToJSON = InlineResponse2005.InlineResponse2005ToJSON;
1925
+ exports.InlineResponse2006FromJSON = InlineResponse2006.InlineResponse2006FromJSON;
1926
+ exports.InlineResponse2006FromJSONTyped = InlineResponse2006.InlineResponse2006FromJSONTyped;
1927
+ exports.InlineResponse2006ToJSON = InlineResponse2006.InlineResponse2006ToJSON;
1928
+ exports.InlineResponse2007FromJSON = InlineResponse2007.InlineResponse2007FromJSON;
1929
+ exports.InlineResponse2007FromJSONTyped = InlineResponse2007.InlineResponse2007FromJSONTyped;
1930
+ exports.InlineResponse2007ToJSON = InlineResponse2007.InlineResponse2007ToJSON;
1854
1931
  exports.InlineResponse201FromJSON = InlineResponse201.InlineResponse201FromJSON;
1855
1932
  exports.InlineResponse201FromJSONTyped = InlineResponse201.InlineResponse201FromJSONTyped;
1856
1933
  exports.InlineResponse201ToJSON = InlineResponse201.InlineResponse201ToJSON;
@@ -2614,6 +2691,9 @@ Object.defineProperty(exports, 'SettlementStrategyEnum', {
2614
2691
  exports.SettlementStrategyEnumFromJSON = SettlementStrategyEnum.SettlementStrategyEnumFromJSON;
2615
2692
  exports.SettlementStrategyEnumFromJSONTyped = SettlementStrategyEnum.SettlementStrategyEnumFromJSONTyped;
2616
2693
  exports.SettlementStrategyEnumToJSON = SettlementStrategyEnum.SettlementStrategyEnumToJSON;
2694
+ exports.SignAleoRequestWithWaasRequestFromJSON = SignAleoRequestWithWaasRequest.SignAleoRequestWithWaasRequestFromJSON;
2695
+ exports.SignAleoRequestWithWaasRequestFromJSONTyped = SignAleoRequestWithWaasRequest.SignAleoRequestWithWaasRequestFromJSONTyped;
2696
+ exports.SignAleoRequestWithWaasRequestToJSON = SignAleoRequestWithWaasRequest.SignAleoRequestWithWaasRequestToJSON;
2617
2697
  Object.defineProperty(exports, 'SignInProviderEnum', {
2618
2698
  enumerable: true,
2619
2699
  get: function () { return SignInProviderEnum.SignInProviderEnum; }
package/src/index.js CHANGED
@@ -28,7 +28,7 @@ export { OrganizationsApi } from './apis/OrganizationsApi.js';
28
28
  export { OriginsApi } from './apis/OriginsApi.js';
29
29
  export { ProjectsApi } from './apis/ProjectsApi.js';
30
30
  export { ProvidersApi } from './apis/ProvidersApi.js';
31
- export { SDKApi } from './apis/SDKApi.js';
31
+ export { GetAleoFeemasterPolicyNetworkEnum, GetAleoScannerPubkeyNetworkEnum, IsAleoFeemasterCoveredNetworkEnum, SDKApi } from './apis/SDKApi.js';
32
32
  export { SDKViewsApi } from './apis/SDKViewsApi.js';
33
33
  export { SessionsApi } from './apis/SessionsApi.js';
34
34
  export { TestAccountApi } from './apis/TestAccountApi.js';
@@ -260,6 +260,7 @@ export { ExchangeTransactionFromJSON, ExchangeTransactionFromJSONTyped, Exchange
260
260
  export { ExchangeTransferResponseFromJSON, ExchangeTransferResponseFromJSONTyped, ExchangeTransferResponseToJSON } from './models/ExchangeTransferResponse.js';
261
261
  export { ExchangeUpdateRequestFromJSON, ExchangeUpdateRequestFromJSONTyped, ExchangeUpdateRequestToJSON } from './models/ExchangeUpdateRequest.js';
262
262
  export { ExportFromJSON, ExportFromJSONTyped, ExportToJSON } from './models/Export.js';
263
+ export { ExportAleoViewKeyRequestFromJSON, ExportAleoViewKeyRequestFromJSONTyped, ExportAleoViewKeyRequestToJSON } from './models/ExportAleoViewKeyRequest.js';
263
264
  export { ExportCreateRequestFromJSON, ExportCreateRequestFromJSONTyped, ExportCreateRequestToJSON } from './models/ExportCreateRequest.js';
264
265
  export { ExportEmbeddedWalletResponseFromJSON, ExportEmbeddedWalletResponseFromJSONTyped, ExportEmbeddedWalletResponseToJSON } from './models/ExportEmbeddedWalletResponse.js';
265
266
  export { ExportFormatEnum, ExportFormatEnumFromJSON, ExportFormatEnumFromJSONTyped, ExportFormatEnumToJSON } from './models/ExportFormatEnum.js';
@@ -321,8 +322,19 @@ export { InitPasskeyRecoveryRequestFromJSON, InitPasskeyRecoveryRequestFromJSONT
321
322
  export { InitPasskeyRecoveryResponseFromJSON, InitPasskeyRecoveryResponseFromJSONTyped, InitPasskeyRecoveryResponseToJSON } from './models/InitPasskeyRecoveryResponse.js';
322
323
  export { InlineObjectFromJSON, InlineObjectFromJSONTyped, InlineObjectToJSON } from './models/InlineObject.js';
323
324
  export { InlineObject1FromJSON, InlineObject1FromJSONTyped, InlineObject1ToJSON } from './models/InlineObject1.js';
325
+ export { InlineObject2FromJSON, InlineObject2FromJSONTyped, InlineObject2NetworkEnum, InlineObject2ToJSON } from './models/InlineObject2.js';
326
+ export { InlineObject3FromJSON, InlineObject3FromJSONTyped, InlineObject3NetworkEnum, InlineObject3ToJSON } from './models/InlineObject3.js';
327
+ export { InlineObject4FromJSON, InlineObject4FromJSONTyped, InlineObject4NetworkEnum, InlineObject4ToJSON } from './models/InlineObject4.js';
328
+ export { InlineObject5FromJSON, InlineObject5FromJSONTyped, InlineObject5NetworkEnum, InlineObject5ToJSON } from './models/InlineObject5.js';
324
329
  export { InlineResponse200FromJSON, InlineResponse200FromJSONTyped, InlineResponse200ToJSON } from './models/InlineResponse200.js';
325
330
  export { InlineResponse2001FromJSON, InlineResponse2001FromJSONTyped, InlineResponse2001ToJSON } from './models/InlineResponse2001.js';
331
+ export { InlineResponse2002FromJSON, InlineResponse2002FromJSONTyped, InlineResponse2002ToJSON } from './models/InlineResponse2002.js';
332
+ export { InlineResponse2002AllowedProgramsFromJSON, InlineResponse2002AllowedProgramsFromJSONTyped, InlineResponse2002AllowedProgramsToJSON } from './models/InlineResponse2002AllowedPrograms.js';
333
+ export { InlineResponse2003FromJSON, InlineResponse2003FromJSONTyped, InlineResponse2003ToJSON } from './models/InlineResponse2003.js';
334
+ export { InlineResponse2004FromJSON, InlineResponse2004FromJSONTyped, InlineResponse2004ToJSON } from './models/InlineResponse2004.js';
335
+ export { InlineResponse2005FromJSON, InlineResponse2005FromJSONTyped, InlineResponse2005ToJSON } from './models/InlineResponse2005.js';
336
+ export { InlineResponse2006FromJSON, InlineResponse2006FromJSONTyped, InlineResponse2006ToJSON } from './models/InlineResponse2006.js';
337
+ export { InlineResponse2007FromJSON, InlineResponse2007FromJSONTyped, InlineResponse2007ToJSON } from './models/InlineResponse2007.js';
326
338
  export { InlineResponse201FromJSON, InlineResponse201FromJSONTyped, InlineResponse201ToJSON } from './models/InlineResponse201.js';
327
339
  export { InlineResponse400FromJSON, InlineResponse400FromJSONTyped, InlineResponse400ToJSON } from './models/InlineResponse400.js';
328
340
  export { IntegrationSettingFromJSON, IntegrationSettingFromJSONTyped, IntegrationSettingToJSON } from './models/IntegrationSetting.js';
@@ -536,6 +548,7 @@ export { SessionsResponseFromJSON, SessionsResponseFromJSONTyped, SessionsRespon
536
548
  export { SessionsTrendResultFromJSON, SessionsTrendResultFromJSONTyped, SessionsTrendResultToJSON } from './models/SessionsTrendResult.js';
537
549
  export { SettlementConfigInputFromJSON, SettlementConfigInputFromJSONTyped, SettlementConfigInputToJSON } from './models/SettlementConfigInput.js';
538
550
  export { SettlementStrategyEnum, SettlementStrategyEnumFromJSON, SettlementStrategyEnumFromJSONTyped, SettlementStrategyEnumToJSON } from './models/SettlementStrategyEnum.js';
551
+ export { SignAleoRequestWithWaasRequestFromJSON, SignAleoRequestWithWaasRequestFromJSONTyped, SignAleoRequestWithWaasRequestToJSON } from './models/SignAleoRequestWithWaasRequest.js';
539
552
  export { SignInProviderEnum, SignInProviderEnumFromJSON, SignInProviderEnumFromJSONTyped, SignInProviderEnumToJSON } from './models/SignInProviderEnum.js';
540
553
  export { SignMessageAuthorizationSignatureFromJSON, SignMessageAuthorizationSignatureFromJSONTyped, SignMessageAuthorizationSignatureToJSON } from './models/SignMessageAuthorizationSignature.js';
541
554
  export { SignMessageBtcTransactionFromJSON, SignMessageBtcTransactionFromJSONTyped, SignMessageBtcTransactionToJSON } from './models/SignMessageBtcTransaction.js';
@@ -30,6 +30,7 @@ exports.EmbeddedWalletChainEnum = void 0;
30
30
  EmbeddedWalletChainEnum["Ton"] = "TON";
31
31
  EmbeddedWalletChainEnum["Stellar"] = "STELLAR";
32
32
  EmbeddedWalletChainEnum["Tempo"] = "TEMPO";
33
+ EmbeddedWalletChainEnum["Aleo"] = "ALEO";
33
34
  })(exports.EmbeddedWalletChainEnum || (exports.EmbeddedWalletChainEnum = {}));
34
35
  function EmbeddedWalletChainEnumFromJSON(json) {
35
36
  return EmbeddedWalletChainEnumFromJSONTyped(json);
@@ -22,7 +22,8 @@ export declare enum EmbeddedWalletChainEnum {
22
22
  Btc = "BTC",
23
23
  Ton = "TON",
24
24
  Stellar = "STELLAR",
25
- Tempo = "TEMPO"
25
+ Tempo = "TEMPO",
26
+ Aleo = "ALEO"
26
27
  }
27
28
  export declare function EmbeddedWalletChainEnumFromJSON(json: any): EmbeddedWalletChainEnum;
28
29
  export declare function EmbeddedWalletChainEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmbeddedWalletChainEnum;
@@ -26,6 +26,7 @@ var EmbeddedWalletChainEnum;
26
26
  EmbeddedWalletChainEnum["Ton"] = "TON";
27
27
  EmbeddedWalletChainEnum["Stellar"] = "STELLAR";
28
28
  EmbeddedWalletChainEnum["Tempo"] = "TEMPO";
29
+ EmbeddedWalletChainEnum["Aleo"] = "ALEO";
29
30
  })(EmbeddedWalletChainEnum || (EmbeddedWalletChainEnum = {}));
30
31
  function EmbeddedWalletChainEnumFromJSON(json) {
31
32
  return EmbeddedWalletChainEnumFromJSONTyped(json);
@@ -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 ExportAleoViewKeyRequestFromJSON(json) {
19
+ return ExportAleoViewKeyRequestFromJSONTyped(json);
20
+ }
21
+ function ExportAleoViewKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'exportId': json['exportId'],
27
+ };
28
+ }
29
+ function ExportAleoViewKeyRequestToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'exportId': value.exportId,
38
+ };
39
+ }
40
+
41
+ exports.ExportAleoViewKeyRequestFromJSON = ExportAleoViewKeyRequestFromJSON;
42
+ exports.ExportAleoViewKeyRequestFromJSONTyped = ExportAleoViewKeyRequestFromJSONTyped;
43
+ exports.ExportAleoViewKeyRequestToJSON = ExportAleoViewKeyRequestToJSON;
@@ -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 ExportAleoViewKeyRequest
16
+ */
17
+ export interface ExportAleoViewKeyRequest {
18
+ /**
19
+ * Unique identifier for the view-key export session
20
+ * @type {string}
21
+ * @memberof ExportAleoViewKeyRequest
22
+ */
23
+ exportId: string;
24
+ }
25
+ export declare function ExportAleoViewKeyRequestFromJSON(json: any): ExportAleoViewKeyRequest;
26
+ export declare function ExportAleoViewKeyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExportAleoViewKeyRequest;
27
+ export declare function ExportAleoViewKeyRequestToJSON(value?: ExportAleoViewKeyRequest | 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 ExportAleoViewKeyRequestFromJSON(json) {
15
+ return ExportAleoViewKeyRequestFromJSONTyped(json);
16
+ }
17
+ function ExportAleoViewKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'exportId': json['exportId'],
23
+ };
24
+ }
25
+ function ExportAleoViewKeyRequestToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'exportId': value.exportId,
34
+ };
35
+ }
36
+
37
+ export { ExportAleoViewKeyRequestFromJSON, ExportAleoViewKeyRequestFromJSONTyped, ExportAleoViewKeyRequestToJSON };