@dynamic-labs/sdk-api 0.0.1110 → 0.0.1112

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 (185) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +3 -0
  3. package/src/apis/AdminActionsApi.js +3 -0
  4. package/src/apis/AllowlistsApi.cjs +3 -0
  5. package/src/apis/AllowlistsApi.js +3 -0
  6. package/src/apis/AnalyticsApi.cjs +3 -0
  7. package/src/apis/AnalyticsApi.js +3 -0
  8. package/src/apis/AuthorizedClientsApi.cjs +3 -0
  9. package/src/apis/AuthorizedClientsApi.js +3 -0
  10. package/src/apis/CaptchaApi.cjs +3 -0
  11. package/src/apis/CaptchaApi.js +3 -0
  12. package/src/apis/ChainalysisApi.cjs +3 -0
  13. package/src/apis/ChainalysisApi.js +3 -0
  14. package/src/apis/ChainsApi.cjs +3 -0
  15. package/src/apis/ChainsApi.js +3 -0
  16. package/src/apis/CheckoutApi.cjs +3 -0
  17. package/src/apis/CheckoutApi.js +3 -0
  18. package/src/apis/ClientGrantApi.cjs +3 -0
  19. package/src/apis/ClientGrantApi.js +3 -0
  20. package/src/apis/CustomFieldsApi.cjs +3 -0
  21. package/src/apis/CustomFieldsApi.js +3 -0
  22. package/src/apis/CustomHostnamesApi.cjs +3 -0
  23. package/src/apis/CustomHostnamesApi.js +3 -0
  24. package/src/apis/CustomNetworksApi.cjs +3 -0
  25. package/src/apis/CustomNetworksApi.js +3 -0
  26. package/src/apis/DeeplinkUrlsApi.cjs +3 -0
  27. package/src/apis/DeeplinkUrlsApi.js +3 -0
  28. package/src/apis/EnvironmentsApi.cjs +3 -0
  29. package/src/apis/EnvironmentsApi.js +3 -0
  30. package/src/apis/EventsApi.cjs +3 -0
  31. package/src/apis/EventsApi.js +3 -0
  32. package/src/apis/ExchangesApi.cjs +3 -0
  33. package/src/apis/ExchangesApi.js +3 -0
  34. package/src/apis/ExportsApi.cjs +3 -0
  35. package/src/apis/ExportsApi.js +3 -0
  36. package/src/apis/ExternalJwtApi.cjs +3 -0
  37. package/src/apis/ExternalJwtApi.js +3 -0
  38. package/src/apis/FlowAnalyticsApi.cjs +3 -0
  39. package/src/apis/FlowAnalyticsApi.js +3 -0
  40. package/src/apis/GaslessApi.cjs +3 -0
  41. package/src/apis/GaslessApi.js +3 -0
  42. package/src/apis/GatesApi.cjs +3 -0
  43. package/src/apis/GatesApi.js +3 -0
  44. package/src/apis/GlobalWalletAccessControlApi.cjs +3 -0
  45. package/src/apis/GlobalWalletAccessControlApi.js +3 -0
  46. package/src/apis/GlobalWalletConnectionsApi.cjs +3 -0
  47. package/src/apis/GlobalWalletConnectionsApi.js +3 -0
  48. package/src/apis/GlobalWalletsApi.cjs +3 -0
  49. package/src/apis/GlobalWalletsApi.js +3 -0
  50. package/src/apis/InvitesApi.cjs +3 -0
  51. package/src/apis/InvitesApi.js +3 -0
  52. package/src/apis/KybApi.cjs +326 -0
  53. package/src/apis/KybApi.d.ts +71 -0
  54. package/src/apis/KybApi.js +322 -0
  55. package/src/apis/MembersApi.cjs +3 -0
  56. package/src/apis/MembersApi.js +3 -0
  57. package/src/apis/MfaSettingsApi.cjs +3 -0
  58. package/src/apis/MfaSettingsApi.js +3 -0
  59. package/src/apis/NameServicesApi.cjs +3 -0
  60. package/src/apis/NameServicesApi.js +3 -0
  61. package/src/apis/OrganizationSettingsApi.cjs +3 -0
  62. package/src/apis/OrganizationSettingsApi.js +3 -0
  63. package/src/apis/OrganizationsApi.cjs +3 -0
  64. package/src/apis/OrganizationsApi.js +3 -0
  65. package/src/apis/OriginsApi.cjs +3 -0
  66. package/src/apis/OriginsApi.js +3 -0
  67. package/src/apis/ProjectsApi.cjs +3 -0
  68. package/src/apis/ProjectsApi.js +3 -0
  69. package/src/apis/ProvidersApi.cjs +3 -0
  70. package/src/apis/ProvidersApi.js +3 -0
  71. package/src/apis/SDKApi.cjs +69 -4
  72. package/src/apis/SDKApi.d.ts +30 -5
  73. package/src/apis/SDKApi.js +69 -4
  74. package/src/apis/SDKViewsApi.cjs +3 -0
  75. package/src/apis/SDKViewsApi.js +3 -0
  76. package/src/apis/ServerApi.cjs +3 -0
  77. package/src/apis/ServerApi.js +3 -0
  78. package/src/apis/SessionsApi.cjs +3 -0
  79. package/src/apis/SessionsApi.js +3 -0
  80. package/src/apis/TestAccountApi.cjs +3 -0
  81. package/src/apis/TestAccountApi.js +3 -0
  82. package/src/apis/TokensApi.cjs +3 -0
  83. package/src/apis/TokensApi.js +3 -0
  84. package/src/apis/UserApiTokensApi.cjs +3 -0
  85. package/src/apis/UserApiTokensApi.js +3 -0
  86. package/src/apis/UsersApi.cjs +3 -0
  87. package/src/apis/UsersApi.js +3 -0
  88. package/src/apis/VisitsApi.cjs +3 -0
  89. package/src/apis/VisitsApi.js +3 -0
  90. package/src/apis/WaasApi.cjs +7 -4
  91. package/src/apis/WaasApi.d.ts +4 -4
  92. package/src/apis/WaasApi.js +7 -4
  93. package/src/apis/WalletConnectApi.cjs +3 -0
  94. package/src/apis/WalletConnectApi.js +3 -0
  95. package/src/apis/WalletsApi.cjs +3 -0
  96. package/src/apis/WalletsApi.js +3 -0
  97. package/src/apis/WebhooksApi.cjs +3 -0
  98. package/src/apis/WebhooksApi.js +3 -0
  99. package/src/apis/ZendeskApi.cjs +3 -0
  100. package/src/apis/ZendeskApi.js +3 -0
  101. package/src/apis/index.d.ts +1 -0
  102. package/src/index.cjs +110 -0
  103. package/src/index.js +25 -0
  104. package/src/models/KybAdditionalInfoData.cjs +36 -0
  105. package/src/models/KybAdditionalInfoData.d.ts +34 -0
  106. package/src/models/KybAdditionalInfoData.js +30 -0
  107. package/src/models/KybAdditionalInfoFileData.cjs +45 -0
  108. package/src/models/KybAdditionalInfoFileData.d.ts +33 -0
  109. package/src/models/KybAdditionalInfoFileData.js +39 -0
  110. package/src/models/KybCompanyResult.cjs +44 -0
  111. package/src/models/KybCompanyResult.d.ts +58 -0
  112. package/src/models/KybCompanyResult.js +38 -0
  113. package/src/models/KybCompanyResultAddresses.cjs +39 -0
  114. package/src/models/KybCompanyResultAddresses.d.ts +45 -0
  115. package/src/models/KybCompanyResultAddresses.js +33 -0
  116. package/src/models/KybCompanySearchResponse.cjs +33 -0
  117. package/src/models/KybCompanySearchResponse.d.ts +28 -0
  118. package/src/models/KybCompanySearchResponse.js +27 -0
  119. package/src/models/KybStatusResponse.cjs +36 -0
  120. package/src/models/KybStatusResponse.d.ts +34 -0
  121. package/src/models/KybStatusResponse.js +30 -0
  122. package/src/models/KybTierStatus.cjs +38 -0
  123. package/src/models/KybTierStatus.d.ts +40 -0
  124. package/src/models/KybTierStatus.js +32 -0
  125. package/src/models/KybVerificationResultEnum.cjs +45 -0
  126. package/src/models/KybVerificationResultEnum.d.ts +28 -0
  127. package/src/models/KybVerificationResultEnum.js +39 -0
  128. package/src/models/KybVerifyRequest.cjs +39 -0
  129. package/src/models/KybVerifyRequest.d.ts +41 -0
  130. package/src/models/KybVerifyRequest.js +33 -0
  131. package/src/models/KybVerifyRequestAdditionalInfo.cjs +35 -0
  132. package/src/models/KybVerifyRequestAdditionalInfo.d.ts +34 -0
  133. package/src/models/KybVerifyRequestAdditionalInfo.js +29 -0
  134. package/src/models/KybVerifyRequestBusinessData.cjs +54 -0
  135. package/src/models/KybVerifyRequestBusinessData.d.ts +88 -0
  136. package/src/models/KybVerifyRequestBusinessData.js +48 -0
  137. package/src/models/KybVerifyRequestBusinessDataAddresses.cjs +43 -0
  138. package/src/models/KybVerifyRequestBusinessDataAddresses.d.ts +57 -0
  139. package/src/models/KybVerifyRequestBusinessDataAddresses.js +37 -0
  140. package/src/models/KybVerifyResponse.cjs +37 -0
  141. package/src/models/KybVerifyResponse.d.ts +40 -0
  142. package/src/models/KybVerifyResponse.js +31 -0
  143. package/src/models/ScreenTransactionRequest.cjs +41 -0
  144. package/src/models/ScreenTransactionRequest.d.ts +47 -0
  145. package/src/models/ScreenTransactionRequest.js +35 -0
  146. package/src/models/ScreenTransactionRequestContext.cjs +49 -0
  147. package/src/models/ScreenTransactionRequestContext.d.ts +63 -0
  148. package/src/models/ScreenTransactionRequestContext.js +43 -0
  149. package/src/models/ScreenTransactionRequestContextBtcTransaction.cjs +37 -0
  150. package/src/models/ScreenTransactionRequestContextBtcTransaction.d.ts +39 -0
  151. package/src/models/ScreenTransactionRequestContextBtcTransaction.js +31 -0
  152. package/src/models/ScreenTransactionRequestContextEvmTransaction.cjs +33 -0
  153. package/src/models/ScreenTransactionRequestContextEvmTransaction.d.ts +27 -0
  154. package/src/models/ScreenTransactionRequestContextEvmTransaction.js +27 -0
  155. package/src/models/ScreenTransactionRequestContextStellarTransaction.cjs +43 -0
  156. package/src/models/ScreenTransactionRequestContextStellarTransaction.d.ts +27 -0
  157. package/src/models/ScreenTransactionRequestContextStellarTransaction.js +37 -0
  158. package/src/models/ScreenTransactionRequestContextSuiTransaction.cjs +43 -0
  159. package/src/models/ScreenTransactionRequestContextSuiTransaction.d.ts +27 -0
  160. package/src/models/ScreenTransactionRequestContextSuiTransaction.js +37 -0
  161. package/src/models/ScreenTransactionRequestContextSvmTransaction.cjs +43 -0
  162. package/src/models/ScreenTransactionRequestContextSvmTransaction.d.ts +27 -0
  163. package/src/models/ScreenTransactionRequestContextSvmTransaction.js +37 -0
  164. package/src/models/ScreenTransactionRequestContextTronTransaction.cjs +43 -0
  165. package/src/models/ScreenTransactionRequestContextTronTransaction.d.ts +27 -0
  166. package/src/models/ScreenTransactionRequestContextTronTransaction.js +37 -0
  167. package/src/models/ScreenTransactionResponse.cjs +46 -0
  168. package/src/models/ScreenTransactionResponse.d.ts +47 -0
  169. package/src/models/ScreenTransactionResponse.js +40 -0
  170. package/src/models/WaasPolicyLayerResponseLayerContent.cjs +3 -3
  171. package/src/models/WaasPolicyLayerResponseLayerContent.d.ts +3 -3
  172. package/src/models/WaasPolicyLayerResponseLayerContent.js +3 -3
  173. package/src/models/WaasPolicyLayerResponseRule.cjs +66 -0
  174. package/src/models/WaasPolicyLayerResponseRule.d.ts +116 -0
  175. package/src/models/WaasPolicyLayerResponseRule.js +60 -0
  176. package/src/models/WaasPolicyLayerRuleOperation.cjs +47 -0
  177. package/src/models/WaasPolicyLayerRuleOperation.d.ts +48 -0
  178. package/src/models/WaasPolicyLayerRuleOperation.js +41 -0
  179. package/src/models/WaasPolicyLayerUpdateRequest.cjs +4 -0
  180. package/src/models/WaasPolicyLayerUpdateRequest.d.ts +10 -2
  181. package/src/models/WaasPolicyLayerUpdateRequest.js +4 -0
  182. package/src/models/WaasSignerPolicyLayerUpdateRequest.cjs +4 -0
  183. package/src/models/WaasSignerPolicyLayerUpdateRequest.d.ts +10 -2
  184. package/src/models/WaasSignerPolicyLayerUpdateRequest.js +4 -0
  185. package/src/models/index.d.ts +24 -0
package/src/index.cjs CHANGED
@@ -28,6 +28,7 @@ var GlobalWalletAccessControlApi = require('./apis/GlobalWalletAccessControlApi.
28
28
  var GlobalWalletConnectionsApi = require('./apis/GlobalWalletConnectionsApi.cjs');
29
29
  var GlobalWalletsApi = require('./apis/GlobalWalletsApi.cjs');
30
30
  var InvitesApi = require('./apis/InvitesApi.cjs');
31
+ var KybApi = require('./apis/KybApi.cjs');
31
32
  var MembersApi = require('./apis/MembersApi.cjs');
32
33
  var MfaApi = require('./apis/MfaApi.cjs');
33
34
  var MfaSettingsApi = require('./apis/MfaSettingsApi.cjs');
@@ -456,6 +457,19 @@ var JwtVerifiedCredentialFormatEnum = require('./models/JwtVerifiedCredentialFor
456
457
  var JwtVerifiedCredentialHashes = require('./models/JwtVerifiedCredentialHashes.cjs');
457
458
  var Key = require('./models/Key.cjs');
458
459
  var KeyResponse = require('./models/KeyResponse.cjs');
460
+ var KybAdditionalInfoData = require('./models/KybAdditionalInfoData.cjs');
461
+ var KybAdditionalInfoFileData = require('./models/KybAdditionalInfoFileData.cjs');
462
+ var KybCompanyResult = require('./models/KybCompanyResult.cjs');
463
+ var KybCompanyResultAddresses = require('./models/KybCompanyResultAddresses.cjs');
464
+ var KybCompanySearchResponse = require('./models/KybCompanySearchResponse.cjs');
465
+ var KybStatusResponse = require('./models/KybStatusResponse.cjs');
466
+ var KybTierStatus = require('./models/KybTierStatus.cjs');
467
+ var KybVerificationResultEnum = require('./models/KybVerificationResultEnum.cjs');
468
+ var KybVerifyRequest = require('./models/KybVerifyRequest.cjs');
469
+ var KybVerifyRequestAdditionalInfo = require('./models/KybVerifyRequestAdditionalInfo.cjs');
470
+ var KybVerifyRequestBusinessData = require('./models/KybVerifyRequestBusinessData.cjs');
471
+ var KybVerifyRequestBusinessDataAddresses = require('./models/KybVerifyRequestBusinessDataAddresses.cjs');
472
+ var KybVerifyResponse = require('./models/KybVerifyResponse.cjs');
459
473
  var KycFieldType = require('./models/KycFieldType.cjs');
460
474
  var LinkBusinessAccountWalletSdkRequest = require('./models/LinkBusinessAccountWalletSdkRequest.cjs');
461
475
  var MFAAction = require('./models/MFAAction.cjs');
@@ -633,6 +647,15 @@ var RoomTypeEnum = require('./models/RoomTypeEnum.cjs');
633
647
  var SanctionsWalletBlockedEventPayload = require('./models/SanctionsWalletBlockedEventPayload.cjs');
634
648
  var ScanWebsiteUrlRequest = require('./models/ScanWebsiteUrlRequest.cjs');
635
649
  var ScanWebsiteUrlResponse = require('./models/ScanWebsiteUrlResponse.cjs');
650
+ var ScreenTransactionRequest = require('./models/ScreenTransactionRequest.cjs');
651
+ var ScreenTransactionRequestContext = require('./models/ScreenTransactionRequestContext.cjs');
652
+ var ScreenTransactionRequestContextBtcTransaction = require('./models/ScreenTransactionRequestContextBtcTransaction.cjs');
653
+ var ScreenTransactionRequestContextEvmTransaction = require('./models/ScreenTransactionRequestContextEvmTransaction.cjs');
654
+ var ScreenTransactionRequestContextStellarTransaction = require('./models/ScreenTransactionRequestContextStellarTransaction.cjs');
655
+ var ScreenTransactionRequestContextSuiTransaction = require('./models/ScreenTransactionRequestContextSuiTransaction.cjs');
656
+ var ScreenTransactionRequestContextSvmTransaction = require('./models/ScreenTransactionRequestContextSvmTransaction.cjs');
657
+ var ScreenTransactionRequestContextTronTransaction = require('./models/ScreenTransactionRequestContextTronTransaction.cjs');
658
+ var ScreenTransactionResponse = require('./models/ScreenTransactionResponse.cjs');
636
659
  var SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses = require('./models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
637
660
  var SdkSettingsRequest = require('./models/SdkSettingsRequest.cjs');
638
661
  var SdkUser = require('./models/SdkUser.cjs');
@@ -805,6 +828,8 @@ var WaasPolicyCreateRequest = require('./models/WaasPolicyCreateRequest.cjs');
805
828
  var WaasPolicyDeleteRequest = require('./models/WaasPolicyDeleteRequest.cjs');
806
829
  var WaasPolicyLayerResponse = require('./models/WaasPolicyLayerResponse.cjs');
807
830
  var WaasPolicyLayerResponseLayerContent = require('./models/WaasPolicyLayerResponseLayerContent.cjs');
831
+ var WaasPolicyLayerResponseRule = require('./models/WaasPolicyLayerResponseRule.cjs');
832
+ var WaasPolicyLayerRuleOperation = require('./models/WaasPolicyLayerRuleOperation.cjs');
808
833
  var WaasPolicyLayerUpdateRequest = require('./models/WaasPolicyLayerUpdateRequest.cjs');
809
834
  var WaasPolicyResponse = require('./models/WaasPolicyResponse.cjs');
810
835
  var WaasPolicyRule = require('./models/WaasPolicyRule.cjs');
@@ -927,6 +952,7 @@ Object.defineProperty(exports, 'GetGlobalWalletConnectionsStatusEnum', {
927
952
  exports.GlobalWalletConnectionsApi = GlobalWalletConnectionsApi.GlobalWalletConnectionsApi;
928
953
  exports.GlobalWalletsApi = GlobalWalletsApi.GlobalWalletsApi;
929
954
  exports.InvitesApi = InvitesApi.InvitesApi;
955
+ exports.KybApi = KybApi.KybApi;
930
956
  exports.MembersApi = MembersApi.MembersApi;
931
957
  exports.MfaApi = MfaApi.MfaApi;
932
958
  exports.MfaSettingsApi = MfaSettingsApi.MfaSettingsApi;
@@ -2489,6 +2515,49 @@ exports.KeyToJSON = Key.KeyToJSON;
2489
2515
  exports.KeyResponseFromJSON = KeyResponse.KeyResponseFromJSON;
2490
2516
  exports.KeyResponseFromJSONTyped = KeyResponse.KeyResponseFromJSONTyped;
2491
2517
  exports.KeyResponseToJSON = KeyResponse.KeyResponseToJSON;
2518
+ exports.KybAdditionalInfoDataFromJSON = KybAdditionalInfoData.KybAdditionalInfoDataFromJSON;
2519
+ exports.KybAdditionalInfoDataFromJSONTyped = KybAdditionalInfoData.KybAdditionalInfoDataFromJSONTyped;
2520
+ exports.KybAdditionalInfoDataToJSON = KybAdditionalInfoData.KybAdditionalInfoDataToJSON;
2521
+ exports.KybAdditionalInfoFileDataFromJSON = KybAdditionalInfoFileData.KybAdditionalInfoFileDataFromJSON;
2522
+ exports.KybAdditionalInfoFileDataFromJSONTyped = KybAdditionalInfoFileData.KybAdditionalInfoFileDataFromJSONTyped;
2523
+ exports.KybAdditionalInfoFileDataToJSON = KybAdditionalInfoFileData.KybAdditionalInfoFileDataToJSON;
2524
+ exports.KybCompanyResultFromJSON = KybCompanyResult.KybCompanyResultFromJSON;
2525
+ exports.KybCompanyResultFromJSONTyped = KybCompanyResult.KybCompanyResultFromJSONTyped;
2526
+ exports.KybCompanyResultToJSON = KybCompanyResult.KybCompanyResultToJSON;
2527
+ exports.KybCompanyResultAddressesFromJSON = KybCompanyResultAddresses.KybCompanyResultAddressesFromJSON;
2528
+ exports.KybCompanyResultAddressesFromJSONTyped = KybCompanyResultAddresses.KybCompanyResultAddressesFromJSONTyped;
2529
+ exports.KybCompanyResultAddressesToJSON = KybCompanyResultAddresses.KybCompanyResultAddressesToJSON;
2530
+ exports.KybCompanySearchResponseFromJSON = KybCompanySearchResponse.KybCompanySearchResponseFromJSON;
2531
+ exports.KybCompanySearchResponseFromJSONTyped = KybCompanySearchResponse.KybCompanySearchResponseFromJSONTyped;
2532
+ exports.KybCompanySearchResponseToJSON = KybCompanySearchResponse.KybCompanySearchResponseToJSON;
2533
+ exports.KybStatusResponseFromJSON = KybStatusResponse.KybStatusResponseFromJSON;
2534
+ exports.KybStatusResponseFromJSONTyped = KybStatusResponse.KybStatusResponseFromJSONTyped;
2535
+ exports.KybStatusResponseToJSON = KybStatusResponse.KybStatusResponseToJSON;
2536
+ exports.KybTierStatusFromJSON = KybTierStatus.KybTierStatusFromJSON;
2537
+ exports.KybTierStatusFromJSONTyped = KybTierStatus.KybTierStatusFromJSONTyped;
2538
+ exports.KybTierStatusToJSON = KybTierStatus.KybTierStatusToJSON;
2539
+ Object.defineProperty(exports, 'KybVerificationResultEnum', {
2540
+ enumerable: true,
2541
+ get: function () { return KybVerificationResultEnum.KybVerificationResultEnum; }
2542
+ });
2543
+ exports.KybVerificationResultEnumFromJSON = KybVerificationResultEnum.KybVerificationResultEnumFromJSON;
2544
+ exports.KybVerificationResultEnumFromJSONTyped = KybVerificationResultEnum.KybVerificationResultEnumFromJSONTyped;
2545
+ exports.KybVerificationResultEnumToJSON = KybVerificationResultEnum.KybVerificationResultEnumToJSON;
2546
+ exports.KybVerifyRequestFromJSON = KybVerifyRequest.KybVerifyRequestFromJSON;
2547
+ exports.KybVerifyRequestFromJSONTyped = KybVerifyRequest.KybVerifyRequestFromJSONTyped;
2548
+ exports.KybVerifyRequestToJSON = KybVerifyRequest.KybVerifyRequestToJSON;
2549
+ exports.KybVerifyRequestAdditionalInfoFromJSON = KybVerifyRequestAdditionalInfo.KybVerifyRequestAdditionalInfoFromJSON;
2550
+ exports.KybVerifyRequestAdditionalInfoFromJSONTyped = KybVerifyRequestAdditionalInfo.KybVerifyRequestAdditionalInfoFromJSONTyped;
2551
+ exports.KybVerifyRequestAdditionalInfoToJSON = KybVerifyRequestAdditionalInfo.KybVerifyRequestAdditionalInfoToJSON;
2552
+ exports.KybVerifyRequestBusinessDataFromJSON = KybVerifyRequestBusinessData.KybVerifyRequestBusinessDataFromJSON;
2553
+ exports.KybVerifyRequestBusinessDataFromJSONTyped = KybVerifyRequestBusinessData.KybVerifyRequestBusinessDataFromJSONTyped;
2554
+ exports.KybVerifyRequestBusinessDataToJSON = KybVerifyRequestBusinessData.KybVerifyRequestBusinessDataToJSON;
2555
+ exports.KybVerifyRequestBusinessDataAddressesFromJSON = KybVerifyRequestBusinessDataAddresses.KybVerifyRequestBusinessDataAddressesFromJSON;
2556
+ exports.KybVerifyRequestBusinessDataAddressesFromJSONTyped = KybVerifyRequestBusinessDataAddresses.KybVerifyRequestBusinessDataAddressesFromJSONTyped;
2557
+ exports.KybVerifyRequestBusinessDataAddressesToJSON = KybVerifyRequestBusinessDataAddresses.KybVerifyRequestBusinessDataAddressesToJSON;
2558
+ exports.KybVerifyResponseFromJSON = KybVerifyResponse.KybVerifyResponseFromJSON;
2559
+ exports.KybVerifyResponseFromJSONTyped = KybVerifyResponse.KybVerifyResponseFromJSONTyped;
2560
+ exports.KybVerifyResponseToJSON = KybVerifyResponse.KybVerifyResponseToJSON;
2492
2561
  Object.defineProperty(exports, 'KycFieldType', {
2493
2562
  enumerable: true,
2494
2563
  get: function () { return KycFieldType.KycFieldType; }
@@ -3140,6 +3209,37 @@ exports.ScanWebsiteUrlRequestToJSON = ScanWebsiteUrlRequest.ScanWebsiteUrlReques
3140
3209
  exports.ScanWebsiteUrlResponseFromJSON = ScanWebsiteUrlResponse.ScanWebsiteUrlResponseFromJSON;
3141
3210
  exports.ScanWebsiteUrlResponseFromJSONTyped = ScanWebsiteUrlResponse.ScanWebsiteUrlResponseFromJSONTyped;
3142
3211
  exports.ScanWebsiteUrlResponseToJSON = ScanWebsiteUrlResponse.ScanWebsiteUrlResponseToJSON;
3212
+ exports.ScreenTransactionRequestFromJSON = ScreenTransactionRequest.ScreenTransactionRequestFromJSON;
3213
+ exports.ScreenTransactionRequestFromJSONTyped = ScreenTransactionRequest.ScreenTransactionRequestFromJSONTyped;
3214
+ exports.ScreenTransactionRequestToJSON = ScreenTransactionRequest.ScreenTransactionRequestToJSON;
3215
+ exports.ScreenTransactionRequestContextFromJSON = ScreenTransactionRequestContext.ScreenTransactionRequestContextFromJSON;
3216
+ exports.ScreenTransactionRequestContextFromJSONTyped = ScreenTransactionRequestContext.ScreenTransactionRequestContextFromJSONTyped;
3217
+ exports.ScreenTransactionRequestContextToJSON = ScreenTransactionRequestContext.ScreenTransactionRequestContextToJSON;
3218
+ exports.ScreenTransactionRequestContextBtcTransactionFromJSON = ScreenTransactionRequestContextBtcTransaction.ScreenTransactionRequestContextBtcTransactionFromJSON;
3219
+ exports.ScreenTransactionRequestContextBtcTransactionFromJSONTyped = ScreenTransactionRequestContextBtcTransaction.ScreenTransactionRequestContextBtcTransactionFromJSONTyped;
3220
+ exports.ScreenTransactionRequestContextBtcTransactionToJSON = ScreenTransactionRequestContextBtcTransaction.ScreenTransactionRequestContextBtcTransactionToJSON;
3221
+ exports.ScreenTransactionRequestContextEvmTransactionFromJSON = ScreenTransactionRequestContextEvmTransaction.ScreenTransactionRequestContextEvmTransactionFromJSON;
3222
+ exports.ScreenTransactionRequestContextEvmTransactionFromJSONTyped = ScreenTransactionRequestContextEvmTransaction.ScreenTransactionRequestContextEvmTransactionFromJSONTyped;
3223
+ exports.ScreenTransactionRequestContextEvmTransactionToJSON = ScreenTransactionRequestContextEvmTransaction.ScreenTransactionRequestContextEvmTransactionToJSON;
3224
+ exports.ScreenTransactionRequestContextStellarTransactionFromJSON = ScreenTransactionRequestContextStellarTransaction.ScreenTransactionRequestContextStellarTransactionFromJSON;
3225
+ exports.ScreenTransactionRequestContextStellarTransactionFromJSONTyped = ScreenTransactionRequestContextStellarTransaction.ScreenTransactionRequestContextStellarTransactionFromJSONTyped;
3226
+ exports.ScreenTransactionRequestContextStellarTransactionToJSON = ScreenTransactionRequestContextStellarTransaction.ScreenTransactionRequestContextStellarTransactionToJSON;
3227
+ exports.ScreenTransactionRequestContextSuiTransactionFromJSON = ScreenTransactionRequestContextSuiTransaction.ScreenTransactionRequestContextSuiTransactionFromJSON;
3228
+ exports.ScreenTransactionRequestContextSuiTransactionFromJSONTyped = ScreenTransactionRequestContextSuiTransaction.ScreenTransactionRequestContextSuiTransactionFromJSONTyped;
3229
+ exports.ScreenTransactionRequestContextSuiTransactionToJSON = ScreenTransactionRequestContextSuiTransaction.ScreenTransactionRequestContextSuiTransactionToJSON;
3230
+ exports.ScreenTransactionRequestContextSvmTransactionFromJSON = ScreenTransactionRequestContextSvmTransaction.ScreenTransactionRequestContextSvmTransactionFromJSON;
3231
+ exports.ScreenTransactionRequestContextSvmTransactionFromJSONTyped = ScreenTransactionRequestContextSvmTransaction.ScreenTransactionRequestContextSvmTransactionFromJSONTyped;
3232
+ exports.ScreenTransactionRequestContextSvmTransactionToJSON = ScreenTransactionRequestContextSvmTransaction.ScreenTransactionRequestContextSvmTransactionToJSON;
3233
+ exports.ScreenTransactionRequestContextTronTransactionFromJSON = ScreenTransactionRequestContextTronTransaction.ScreenTransactionRequestContextTronTransactionFromJSON;
3234
+ exports.ScreenTransactionRequestContextTronTransactionFromJSONTyped = ScreenTransactionRequestContextTronTransaction.ScreenTransactionRequestContextTronTransactionFromJSONTyped;
3235
+ exports.ScreenTransactionRequestContextTronTransactionToJSON = ScreenTransactionRequestContextTronTransaction.ScreenTransactionRequestContextTronTransactionToJSON;
3236
+ Object.defineProperty(exports, 'ScreenTransactionResponseDecisionEnum', {
3237
+ enumerable: true,
3238
+ get: function () { return ScreenTransactionResponse.ScreenTransactionResponseDecisionEnum; }
3239
+ });
3240
+ exports.ScreenTransactionResponseFromJSON = ScreenTransactionResponse.ScreenTransactionResponseFromJSON;
3241
+ exports.ScreenTransactionResponseFromJSONTyped = ScreenTransactionResponse.ScreenTransactionResponseFromJSONTyped;
3242
+ exports.ScreenTransactionResponseToJSON = ScreenTransactionResponse.ScreenTransactionResponseToJSON;
3143
3243
  exports.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSON = SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSON;
3144
3244
  exports.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSONTyped = SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSONTyped;
3145
3245
  exports.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesToJSON = SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesToJSON;
@@ -3772,6 +3872,16 @@ exports.WaasPolicyLayerResponseToJSON = WaasPolicyLayerResponse.WaasPolicyLayerR
3772
3872
  exports.WaasPolicyLayerResponseLayerContentFromJSON = WaasPolicyLayerResponseLayerContent.WaasPolicyLayerResponseLayerContentFromJSON;
3773
3873
  exports.WaasPolicyLayerResponseLayerContentFromJSONTyped = WaasPolicyLayerResponseLayerContent.WaasPolicyLayerResponseLayerContentFromJSONTyped;
3774
3874
  exports.WaasPolicyLayerResponseLayerContentToJSON = WaasPolicyLayerResponseLayerContent.WaasPolicyLayerResponseLayerContentToJSON;
3875
+ exports.WaasPolicyLayerResponseRuleFromJSON = WaasPolicyLayerResponseRule.WaasPolicyLayerResponseRuleFromJSON;
3876
+ exports.WaasPolicyLayerResponseRuleFromJSONTyped = WaasPolicyLayerResponseRule.WaasPolicyLayerResponseRuleFromJSONTyped;
3877
+ exports.WaasPolicyLayerResponseRuleToJSON = WaasPolicyLayerResponseRule.WaasPolicyLayerResponseRuleToJSON;
3878
+ exports.WaasPolicyLayerRuleOperationFromJSON = WaasPolicyLayerRuleOperation.WaasPolicyLayerRuleOperationFromJSON;
3879
+ exports.WaasPolicyLayerRuleOperationFromJSONTyped = WaasPolicyLayerRuleOperation.WaasPolicyLayerRuleOperationFromJSONTyped;
3880
+ Object.defineProperty(exports, 'WaasPolicyLayerRuleOperationOpEnum', {
3881
+ enumerable: true,
3882
+ get: function () { return WaasPolicyLayerRuleOperation.WaasPolicyLayerRuleOperationOpEnum; }
3883
+ });
3884
+ exports.WaasPolicyLayerRuleOperationToJSON = WaasPolicyLayerRuleOperation.WaasPolicyLayerRuleOperationToJSON;
3775
3885
  exports.WaasPolicyLayerUpdateRequestFromJSON = WaasPolicyLayerUpdateRequest.WaasPolicyLayerUpdateRequestFromJSON;
3776
3886
  exports.WaasPolicyLayerUpdateRequestFromJSONTyped = WaasPolicyLayerUpdateRequest.WaasPolicyLayerUpdateRequestFromJSONTyped;
3777
3887
  Object.defineProperty(exports, 'WaasPolicyLayerUpdateRequestOpEnum', {
package/src/index.js CHANGED
@@ -24,6 +24,7 @@ export { GlobalWalletAccessControlApi } from './apis/GlobalWalletAccessControlAp
24
24
  export { GetGlobalWalletConnectionsStatusEnum, GlobalWalletConnectionsApi } from './apis/GlobalWalletConnectionsApi.js';
25
25
  export { GlobalWalletsApi } from './apis/GlobalWalletsApi.js';
26
26
  export { InvitesApi } from './apis/InvitesApi.js';
27
+ export { KybApi } from './apis/KybApi.js';
27
28
  export { MembersApi } from './apis/MembersApi.js';
28
29
  export { MfaApi } from './apis/MfaApi.js';
29
30
  export { MfaSettingsApi } from './apis/MfaSettingsApi.js';
@@ -452,6 +453,19 @@ export { JwtVerifiedCredentialFormatEnum, JwtVerifiedCredentialFormatEnumFromJSO
452
453
  export { JwtVerifiedCredentialHashesFromJSON, JwtVerifiedCredentialHashesFromJSONTyped, JwtVerifiedCredentialHashesToJSON } from './models/JwtVerifiedCredentialHashes.js';
453
454
  export { KeyFromJSON, KeyFromJSONTyped, KeyToJSON } from './models/Key.js';
454
455
  export { KeyResponseFromJSON, KeyResponseFromJSONTyped, KeyResponseToJSON } from './models/KeyResponse.js';
456
+ export { KybAdditionalInfoDataFromJSON, KybAdditionalInfoDataFromJSONTyped, KybAdditionalInfoDataToJSON } from './models/KybAdditionalInfoData.js';
457
+ export { KybAdditionalInfoFileDataFromJSON, KybAdditionalInfoFileDataFromJSONTyped, KybAdditionalInfoFileDataToJSON } from './models/KybAdditionalInfoFileData.js';
458
+ export { KybCompanyResultFromJSON, KybCompanyResultFromJSONTyped, KybCompanyResultToJSON } from './models/KybCompanyResult.js';
459
+ export { KybCompanyResultAddressesFromJSON, KybCompanyResultAddressesFromJSONTyped, KybCompanyResultAddressesToJSON } from './models/KybCompanyResultAddresses.js';
460
+ export { KybCompanySearchResponseFromJSON, KybCompanySearchResponseFromJSONTyped, KybCompanySearchResponseToJSON } from './models/KybCompanySearchResponse.js';
461
+ export { KybStatusResponseFromJSON, KybStatusResponseFromJSONTyped, KybStatusResponseToJSON } from './models/KybStatusResponse.js';
462
+ export { KybTierStatusFromJSON, KybTierStatusFromJSONTyped, KybTierStatusToJSON } from './models/KybTierStatus.js';
463
+ export { KybVerificationResultEnum, KybVerificationResultEnumFromJSON, KybVerificationResultEnumFromJSONTyped, KybVerificationResultEnumToJSON } from './models/KybVerificationResultEnum.js';
464
+ export { KybVerifyRequestFromJSON, KybVerifyRequestFromJSONTyped, KybVerifyRequestToJSON } from './models/KybVerifyRequest.js';
465
+ export { KybVerifyRequestAdditionalInfoFromJSON, KybVerifyRequestAdditionalInfoFromJSONTyped, KybVerifyRequestAdditionalInfoToJSON } from './models/KybVerifyRequestAdditionalInfo.js';
466
+ export { KybVerifyRequestBusinessDataFromJSON, KybVerifyRequestBusinessDataFromJSONTyped, KybVerifyRequestBusinessDataToJSON } from './models/KybVerifyRequestBusinessData.js';
467
+ export { KybVerifyRequestBusinessDataAddressesFromJSON, KybVerifyRequestBusinessDataAddressesFromJSONTyped, KybVerifyRequestBusinessDataAddressesToJSON } from './models/KybVerifyRequestBusinessDataAddresses.js';
468
+ export { KybVerifyResponseFromJSON, KybVerifyResponseFromJSONTyped, KybVerifyResponseToJSON } from './models/KybVerifyResponse.js';
455
469
  export { KycFieldType, KycFieldTypeFromJSON, KycFieldTypeFromJSONTyped, KycFieldTypeToJSON } from './models/KycFieldType.js';
456
470
  export { LinkBusinessAccountWalletSdkRequestFromJSON, LinkBusinessAccountWalletSdkRequestFromJSONTyped, LinkBusinessAccountWalletSdkRequestToJSON } from './models/LinkBusinessAccountWalletSdkRequest.js';
457
471
  export { MFAAction, MFAActionFromJSON, MFAActionFromJSONTyped, MFAActionToJSON } from './models/MFAAction.js';
@@ -629,6 +643,15 @@ export { RoomTypeEnum, RoomTypeEnumFromJSON, RoomTypeEnumFromJSONTyped, RoomType
629
643
  export { SanctionsWalletBlockedEventPayloadFromJSON, SanctionsWalletBlockedEventPayloadFromJSONTyped, SanctionsWalletBlockedEventPayloadKeyOwnerEnum, SanctionsWalletBlockedEventPayloadOriginEnum, SanctionsWalletBlockedEventPayloadSanctionsProviderEnum, SanctionsWalletBlockedEventPayloadToJSON } from './models/SanctionsWalletBlockedEventPayload.js';
630
644
  export { ScanWebsiteUrlRequestFromJSON, ScanWebsiteUrlRequestFromJSONTyped, ScanWebsiteUrlRequestToJSON } from './models/ScanWebsiteUrlRequest.js';
631
645
  export { ScanWebsiteUrlResponseFromJSON, ScanWebsiteUrlResponseFromJSONTyped, ScanWebsiteUrlResponseToJSON } from './models/ScanWebsiteUrlResponse.js';
646
+ export { ScreenTransactionRequestFromJSON, ScreenTransactionRequestFromJSONTyped, ScreenTransactionRequestToJSON } from './models/ScreenTransactionRequest.js';
647
+ export { ScreenTransactionRequestContextFromJSON, ScreenTransactionRequestContextFromJSONTyped, ScreenTransactionRequestContextToJSON } from './models/ScreenTransactionRequestContext.js';
648
+ export { ScreenTransactionRequestContextBtcTransactionFromJSON, ScreenTransactionRequestContextBtcTransactionFromJSONTyped, ScreenTransactionRequestContextBtcTransactionToJSON } from './models/ScreenTransactionRequestContextBtcTransaction.js';
649
+ export { ScreenTransactionRequestContextEvmTransactionFromJSON, ScreenTransactionRequestContextEvmTransactionFromJSONTyped, ScreenTransactionRequestContextEvmTransactionToJSON } from './models/ScreenTransactionRequestContextEvmTransaction.js';
650
+ export { ScreenTransactionRequestContextStellarTransactionFromJSON, ScreenTransactionRequestContextStellarTransactionFromJSONTyped, ScreenTransactionRequestContextStellarTransactionToJSON } from './models/ScreenTransactionRequestContextStellarTransaction.js';
651
+ export { ScreenTransactionRequestContextSuiTransactionFromJSON, ScreenTransactionRequestContextSuiTransactionFromJSONTyped, ScreenTransactionRequestContextSuiTransactionToJSON } from './models/ScreenTransactionRequestContextSuiTransaction.js';
652
+ export { ScreenTransactionRequestContextSvmTransactionFromJSON, ScreenTransactionRequestContextSvmTransactionFromJSONTyped, ScreenTransactionRequestContextSvmTransactionToJSON } from './models/ScreenTransactionRequestContextSvmTransaction.js';
653
+ export { ScreenTransactionRequestContextTronTransactionFromJSON, ScreenTransactionRequestContextTronTransactionFromJSONTyped, ScreenTransactionRequestContextTronTransactionToJSON } from './models/ScreenTransactionRequestContextTronTransaction.js';
654
+ export { ScreenTransactionResponseDecisionEnum, ScreenTransactionResponseFromJSON, ScreenTransactionResponseFromJSONTyped, ScreenTransactionResponseToJSON } from './models/ScreenTransactionResponse.js';
632
655
  export { SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSON, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSONTyped, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesToJSON, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesTypeEnum } from './models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
633
656
  export { SdkSettingsRequestFromJSON, SdkSettingsRequestFromJSONTyped, SdkSettingsRequestToJSON } from './models/SdkSettingsRequest.js';
634
657
  export { SdkUserFromJSON, SdkUserFromJSONTyped, SdkUserToJSON } from './models/SdkUser.js';
@@ -801,6 +824,8 @@ export { WaasPolicyCreateRequestFromJSON, WaasPolicyCreateRequestFromJSONTyped,
801
824
  export { WaasPolicyDeleteRequestFromJSON, WaasPolicyDeleteRequestFromJSONTyped, WaasPolicyDeleteRequestToJSON } from './models/WaasPolicyDeleteRequest.js';
802
825
  export { WaasPolicyLayerResponseFromJSON, WaasPolicyLayerResponseFromJSONTyped, WaasPolicyLayerResponseToJSON } from './models/WaasPolicyLayerResponse.js';
803
826
  export { WaasPolicyLayerResponseLayerContentFromJSON, WaasPolicyLayerResponseLayerContentFromJSONTyped, WaasPolicyLayerResponseLayerContentToJSON } from './models/WaasPolicyLayerResponseLayerContent.js';
827
+ export { WaasPolicyLayerResponseRuleFromJSON, WaasPolicyLayerResponseRuleFromJSONTyped, WaasPolicyLayerResponseRuleToJSON } from './models/WaasPolicyLayerResponseRule.js';
828
+ export { WaasPolicyLayerRuleOperationFromJSON, WaasPolicyLayerRuleOperationFromJSONTyped, WaasPolicyLayerRuleOperationOpEnum, WaasPolicyLayerRuleOperationToJSON } from './models/WaasPolicyLayerRuleOperation.js';
804
829
  export { WaasPolicyLayerUpdateRequestFromJSON, WaasPolicyLayerUpdateRequestFromJSONTyped, WaasPolicyLayerUpdateRequestOpEnum, WaasPolicyLayerUpdateRequestToJSON } from './models/WaasPolicyLayerUpdateRequest.js';
805
830
  export { WaasPolicyResponseFromJSON, WaasPolicyResponseFromJSONTyped, WaasPolicyResponseToJSON } from './models/WaasPolicyResponse.js';
806
831
  export { WaasPolicyRuleFromJSON, WaasPolicyRuleFromJSONTyped, WaasPolicyRuleToJSON } from './models/WaasPolicyRule.js';
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+ var KybAdditionalInfoFileData = require('./KybAdditionalInfoFileData.cjs');
7
+
8
+ /* tslint:disable */
9
+ function KybAdditionalInfoDataFromJSON(json) {
10
+ return KybAdditionalInfoDataFromJSONTyped(json);
11
+ }
12
+ function KybAdditionalInfoDataFromJSONTyped(json, ignoreDiscriminator) {
13
+ if ((json === undefined) || (json === null)) {
14
+ return json;
15
+ }
16
+ return {
17
+ 'value': !runtime.exists(json, 'value') ? undefined : json['value'],
18
+ 'file': !runtime.exists(json, 'file') ? undefined : KybAdditionalInfoFileData.KybAdditionalInfoFileDataFromJSON(json['file']),
19
+ };
20
+ }
21
+ function KybAdditionalInfoDataToJSON(value) {
22
+ if (value === undefined) {
23
+ return undefined;
24
+ }
25
+ if (value === null) {
26
+ return null;
27
+ }
28
+ return {
29
+ 'value': value.value,
30
+ 'file': KybAdditionalInfoFileData.KybAdditionalInfoFileDataToJSON(value.file),
31
+ };
32
+ }
33
+
34
+ exports.KybAdditionalInfoDataFromJSON = KybAdditionalInfoDataFromJSON;
35
+ exports.KybAdditionalInfoDataFromJSONTyped = KybAdditionalInfoDataFromJSONTyped;
36
+ exports.KybAdditionalInfoDataToJSON = KybAdditionalInfoDataToJSON;
@@ -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 { KybAdditionalInfoFileData } from './KybAdditionalInfoFileData';
13
+ /**
14
+ * Text or document value for an additional info entry. Forwarded to AI Prise; not stored by Redcoast.
15
+ * @export
16
+ * @interface KybAdditionalInfoData
17
+ */
18
+ export interface KybAdditionalInfoData {
19
+ /**
20
+ * Plain text value (e.g. officer name/email).
21
+ * @type {string}
22
+ * @memberof KybAdditionalInfoData
23
+ */
24
+ value?: string;
25
+ /**
26
+ *
27
+ * @type {KybAdditionalInfoFileData}
28
+ * @memberof KybAdditionalInfoData
29
+ */
30
+ file?: KybAdditionalInfoFileData;
31
+ }
32
+ export declare function KybAdditionalInfoDataFromJSON(json: any): KybAdditionalInfoData;
33
+ export declare function KybAdditionalInfoDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): KybAdditionalInfoData;
34
+ export declare function KybAdditionalInfoDataToJSON(value?: KybAdditionalInfoData | null): any;
@@ -0,0 +1,30 @@
1
+ import { exists } from '../runtime.js';
2
+ import { KybAdditionalInfoFileDataFromJSON, KybAdditionalInfoFileDataToJSON } from './KybAdditionalInfoFileData.js';
3
+
4
+ /* tslint:disable */
5
+ function KybAdditionalInfoDataFromJSON(json) {
6
+ return KybAdditionalInfoDataFromJSONTyped(json);
7
+ }
8
+ function KybAdditionalInfoDataFromJSONTyped(json, ignoreDiscriminator) {
9
+ if ((json === undefined) || (json === null)) {
10
+ return json;
11
+ }
12
+ return {
13
+ 'value': !exists(json, 'value') ? undefined : json['value'],
14
+ 'file': !exists(json, 'file') ? undefined : KybAdditionalInfoFileDataFromJSON(json['file']),
15
+ };
16
+ }
17
+ function KybAdditionalInfoDataToJSON(value) {
18
+ if (value === undefined) {
19
+ return undefined;
20
+ }
21
+ if (value === null) {
22
+ return null;
23
+ }
24
+ return {
25
+ 'value': value.value,
26
+ 'file': KybAdditionalInfoFileDataToJSON(value.file),
27
+ };
28
+ }
29
+
30
+ export { KybAdditionalInfoDataFromJSON, KybAdditionalInfoDataFromJSONTyped, KybAdditionalInfoDataToJSON };
@@ -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 KybAdditionalInfoFileDataFromJSON(json) {
19
+ return KybAdditionalInfoFileDataFromJSONTyped(json);
20
+ }
21
+ function KybAdditionalInfoFileDataFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'fileData': json['fileData'],
27
+ 'fileName': json['fileName'],
28
+ };
29
+ }
30
+ function KybAdditionalInfoFileDataToJSON(value) {
31
+ if (value === undefined) {
32
+ return undefined;
33
+ }
34
+ if (value === null) {
35
+ return null;
36
+ }
37
+ return {
38
+ 'fileData': value.fileData,
39
+ 'fileName': value.fileName,
40
+ };
41
+ }
42
+
43
+ exports.KybAdditionalInfoFileDataFromJSON = KybAdditionalInfoFileDataFromJSON;
44
+ exports.KybAdditionalInfoFileDataFromJSONTyped = KybAdditionalInfoFileDataFromJSONTyped;
45
+ exports.KybAdditionalInfoFileDataToJSON = KybAdditionalInfoFileDataToJSON;
@@ -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 KybAdditionalInfoFileData
16
+ */
17
+ export interface KybAdditionalInfoFileData {
18
+ /**
19
+ * Base64-encoded file content.
20
+ * @type {string}
21
+ * @memberof KybAdditionalInfoFileData
22
+ */
23
+ fileData: string;
24
+ /**
25
+ * Original filename including extension.
26
+ * @type {string}
27
+ * @memberof KybAdditionalInfoFileData
28
+ */
29
+ fileName: string;
30
+ }
31
+ export declare function KybAdditionalInfoFileDataFromJSON(json: any): KybAdditionalInfoFileData;
32
+ export declare function KybAdditionalInfoFileDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): KybAdditionalInfoFileData;
33
+ export declare function KybAdditionalInfoFileDataToJSON(value?: KybAdditionalInfoFileData | 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 KybAdditionalInfoFileDataFromJSON(json) {
15
+ return KybAdditionalInfoFileDataFromJSONTyped(json);
16
+ }
17
+ function KybAdditionalInfoFileDataFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'fileData': json['fileData'],
23
+ 'fileName': json['fileName'],
24
+ };
25
+ }
26
+ function KybAdditionalInfoFileDataToJSON(value) {
27
+ if (value === undefined) {
28
+ return undefined;
29
+ }
30
+ if (value === null) {
31
+ return null;
32
+ }
33
+ return {
34
+ 'fileData': value.fileData,
35
+ 'fileName': value.fileName,
36
+ };
37
+ }
38
+
39
+ export { KybAdditionalInfoFileDataFromJSON, KybAdditionalInfoFileDataFromJSONTyped, KybAdditionalInfoFileDataToJSON };
@@ -0,0 +1,44 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+ var KybCompanyResultAddresses = require('./KybCompanyResultAddresses.cjs');
7
+
8
+ /* tslint:disable */
9
+ function KybCompanyResultFromJSON(json) {
10
+ return KybCompanyResultFromJSONTyped(json);
11
+ }
12
+ function KybCompanyResultFromJSONTyped(json, ignoreDiscriminator) {
13
+ if ((json === undefined) || (json === null)) {
14
+ return json;
15
+ }
16
+ return {
17
+ 'legalName': json['legalName'],
18
+ 'businessEntityId': json['businessEntityId'],
19
+ 'entityType': !runtime.exists(json, 'entityType') ? undefined : json['entityType'],
20
+ 'countryCode': json['countryCode'],
21
+ 'stateCode': !runtime.exists(json, 'stateCode') ? undefined : json['stateCode'],
22
+ 'addresses': !runtime.exists(json, 'addresses') ? undefined : (json['addresses'] === null ? null : json['addresses'].map(KybCompanyResultAddresses.KybCompanyResultAddressesFromJSON)),
23
+ };
24
+ }
25
+ function KybCompanyResultToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'legalName': value.legalName,
34
+ 'businessEntityId': value.businessEntityId,
35
+ 'entityType': value.entityType,
36
+ 'countryCode': value.countryCode,
37
+ 'stateCode': value.stateCode,
38
+ 'addresses': value.addresses === undefined ? undefined : (value.addresses === null ? null : value.addresses.map(KybCompanyResultAddresses.KybCompanyResultAddressesToJSON)),
39
+ };
40
+ }
41
+
42
+ exports.KybCompanyResultFromJSON = KybCompanyResultFromJSON;
43
+ exports.KybCompanyResultFromJSONTyped = KybCompanyResultFromJSONTyped;
44
+ exports.KybCompanyResultToJSON = KybCompanyResultToJSON;
@@ -0,0 +1,58 @@
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 { KybCompanyResultAddresses } from './KybCompanyResultAddresses';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface KybCompanyResult
17
+ */
18
+ export interface KybCompanyResult {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof KybCompanyResult
23
+ */
24
+ legalName: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof KybCompanyResult
29
+ */
30
+ businessEntityId: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof KybCompanyResult
35
+ */
36
+ entityType?: string | null;
37
+ /**
38
+ * ISO 3166-1 alpha-2 country code
39
+ * @type {string}
40
+ * @memberof KybCompanyResult
41
+ */
42
+ countryCode: string;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof KybCompanyResult
47
+ */
48
+ stateCode?: string | null;
49
+ /**
50
+ *
51
+ * @type {Array<KybCompanyResultAddresses>}
52
+ * @memberof KybCompanyResult
53
+ */
54
+ addresses?: Array<KybCompanyResultAddresses> | null;
55
+ }
56
+ export declare function KybCompanyResultFromJSON(json: any): KybCompanyResult;
57
+ export declare function KybCompanyResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): KybCompanyResult;
58
+ export declare function KybCompanyResultToJSON(value?: KybCompanyResult | null): any;
@@ -0,0 +1,38 @@
1
+ import { exists } from '../runtime.js';
2
+ import { KybCompanyResultAddressesFromJSON, KybCompanyResultAddressesToJSON } from './KybCompanyResultAddresses.js';
3
+
4
+ /* tslint:disable */
5
+ function KybCompanyResultFromJSON(json) {
6
+ return KybCompanyResultFromJSONTyped(json);
7
+ }
8
+ function KybCompanyResultFromJSONTyped(json, ignoreDiscriminator) {
9
+ if ((json === undefined) || (json === null)) {
10
+ return json;
11
+ }
12
+ return {
13
+ 'legalName': json['legalName'],
14
+ 'businessEntityId': json['businessEntityId'],
15
+ 'entityType': !exists(json, 'entityType') ? undefined : json['entityType'],
16
+ 'countryCode': json['countryCode'],
17
+ 'stateCode': !exists(json, 'stateCode') ? undefined : json['stateCode'],
18
+ 'addresses': !exists(json, 'addresses') ? undefined : (json['addresses'] === null ? null : json['addresses'].map(KybCompanyResultAddressesFromJSON)),
19
+ };
20
+ }
21
+ function KybCompanyResultToJSON(value) {
22
+ if (value === undefined) {
23
+ return undefined;
24
+ }
25
+ if (value === null) {
26
+ return null;
27
+ }
28
+ return {
29
+ 'legalName': value.legalName,
30
+ 'businessEntityId': value.businessEntityId,
31
+ 'entityType': value.entityType,
32
+ 'countryCode': value.countryCode,
33
+ 'stateCode': value.stateCode,
34
+ 'addresses': value.addresses === undefined ? undefined : (value.addresses === null ? null : value.addresses.map(KybCompanyResultAddressesToJSON)),
35
+ };
36
+ }
37
+
38
+ export { KybCompanyResultFromJSON, KybCompanyResultFromJSONTyped, KybCompanyResultToJSON };
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var runtime = require('../runtime.cjs');
6
+
7
+ /* tslint:disable */
8
+ function KybCompanyResultAddressesFromJSON(json) {
9
+ return KybCompanyResultAddressesFromJSONTyped(json);
10
+ }
11
+ function KybCompanyResultAddressesFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'street': !runtime.exists(json, 'street') ? undefined : json['street'],
17
+ 'city': !runtime.exists(json, 'city') ? undefined : json['city'],
18
+ 'postalCode': !runtime.exists(json, 'postalCode') ? undefined : json['postalCode'],
19
+ 'country': !runtime.exists(json, 'country') ? undefined : json['country'],
20
+ };
21
+ }
22
+ function KybCompanyResultAddressesToJSON(value) {
23
+ if (value === undefined) {
24
+ return undefined;
25
+ }
26
+ if (value === null) {
27
+ return null;
28
+ }
29
+ return {
30
+ 'street': value.street,
31
+ 'city': value.city,
32
+ 'postalCode': value.postalCode,
33
+ 'country': value.country,
34
+ };
35
+ }
36
+
37
+ exports.KybCompanyResultAddressesFromJSON = KybCompanyResultAddressesFromJSON;
38
+ exports.KybCompanyResultAddressesFromJSONTyped = KybCompanyResultAddressesFromJSONTyped;
39
+ exports.KybCompanyResultAddressesToJSON = KybCompanyResultAddressesToJSON;