@chainstream-io/sdk 0.1.15 → 0.1.16

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.
@@ -19,13 +19,13 @@ export { a as BASE_PATH, v as BlobApiResponse, w as BlockchainApi, bx as Blockch
19
19
  */
20
20
  interface AddressExposure {
21
21
  /**
22
- * 类别
22
+ * DTO.KYT.ADDRESS_EXPOSURE.CATEGORY
23
23
  * @type {string}
24
24
  * @memberof AddressExposure
25
25
  */
26
26
  category: string;
27
27
  /**
28
- *
28
+ * DTO.KYT.ADDRESS_EXPOSURE.VALUE
29
29
  * @type {number}
30
30
  * @memberof AddressExposure
31
31
  */
@@ -59,55 +59,55 @@ declare function AddressExposureToJSONTyped(value?: AddressExposure | null, igno
59
59
  */
60
60
  interface AddressRiskResponseDTO {
61
61
  /**
62
- * 地址
62
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.ADDRESS
63
63
  * @type {string}
64
64
  * @memberof AddressRiskResponseDTO
65
65
  */
66
66
  address: string;
67
67
  /**
68
- * 风险级别
68
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.RISK
69
69
  * @type {string}
70
70
  * @memberof AddressRiskResponseDTO
71
71
  */
72
72
  risk: string;
73
73
  /**
74
- * 风险原因
74
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.RISK_REASON
75
75
  * @type {string}
76
76
  * @memberof AddressRiskResponseDTO
77
77
  */
78
78
  riskReason: string;
79
79
  /**
80
- * 地址类型
80
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.ADDRESS_TYPE
81
81
  * @type {string}
82
82
  * @memberof AddressRiskResponseDTO
83
83
  */
84
84
  addressType: string;
85
85
  /**
86
- * 集群
86
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.CLUSTER
87
87
  * @type {string}
88
88
  * @memberof AddressRiskResponseDTO
89
89
  */
90
90
  cluster: string;
91
91
  /**
92
- * 地址识别列表
92
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.ADDRESS_IDENTIFICATIONS
93
93
  * @type {Array<string>}
94
94
  * @memberof AddressRiskResponseDTO
95
95
  */
96
96
  addressIdentifications: Array<string>;
97
97
  /**
98
- * 暴露列表
98
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.EXPOSURES
99
99
  * @type {Array<AddressExposure>}
100
100
  * @memberof AddressRiskResponseDTO
101
101
  */
102
102
  exposures: Array<AddressExposure>;
103
103
  /**
104
- * 触发器列表
104
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.TRIGGERS
105
105
  * @type {Array<string>}
106
106
  * @memberof AddressRiskResponseDTO
107
107
  */
108
108
  triggers: Array<string>;
109
109
  /**
110
- * 状态
110
+ * DTO.KYT.ADDRESS_RISK_RESPONSE.STATUS
111
111
  * @type {string}
112
112
  * @memberof AddressRiskResponseDTO
113
113
  */
@@ -140,43 +140,43 @@ declare function AddressRiskResponseDTOToJSONTyped(value?: AddressRiskResponseDT
140
140
  */
141
141
  interface AlertDetail {
142
142
  /**
143
- * 警报级别
143
+ * DTO.KYT.ALERT_DETAIL.ALERT_LEVEL
144
144
  * @type {string}
145
145
  * @memberof AlertDetail
146
146
  */
147
147
  alertLevel: string;
148
148
  /**
149
- * 服务名称
149
+ * DTO.KYT.ALERT_DETAIL.SERVICE
150
150
  * @type {string}
151
151
  * @memberof AlertDetail
152
152
  */
153
153
  service: string;
154
154
  /**
155
- * 外部ID
155
+ * DTO.KYT.ALERT_DETAIL.EXTERNAL_ID
156
156
  * @type {string}
157
157
  * @memberof AlertDetail
158
158
  */
159
159
  externalId: string;
160
160
  /**
161
- * 警报金额
161
+ * DTO.KYT.ALERT_DETAIL.ALERT_AMOUNT
162
162
  * @type {number}
163
163
  * @memberof AlertDetail
164
164
  */
165
165
  alertAmount: number;
166
166
  /**
167
- * 暴露类型
167
+ * DTO.KYT.ALERT_DETAIL.EXPOSURE_TYPE
168
168
  * @type {string}
169
169
  * @memberof AlertDetail
170
170
  */
171
171
  exposureType: string;
172
172
  /**
173
- * 类别ID
173
+ * DTO.KYT.ALERT_DETAIL.CATEGORY_ID
174
174
  * @type {number}
175
175
  * @memberof AlertDetail
176
176
  */
177
177
  categoryId: number;
178
178
  /**
179
- * 备注
179
+ * DTO.KYT.ALERT_DETAIL.MEMO
180
180
  * @type {string}
181
181
  * @memberof AlertDetail
182
182
  */
@@ -191,6 +191,160 @@ declare function AlertDetailFromJSONTyped(json: any, ignoreDiscriminator: boolea
191
191
  declare function AlertDetailToJSON(json: any): AlertDetail;
192
192
  declare function AlertDetailToJSONTyped(value?: AlertDetail | null, ignoreDiscriminator?: boolean): any;
193
193
 
194
+ /**
195
+ * Dex Aggregator API
196
+ * Dex Aggregator API ⚡️
197
+ *
198
+ * The version of the OpenAPI document: 1.0
199
+ * Contact: ai@sx.ai
200
+ *
201
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
202
+ * https://openapi-generator.tech
203
+ * Do not edit the class manually.
204
+ */
205
+ /**
206
+ *
207
+ * @export
208
+ * @interface OnChainActivity
209
+ */
210
+ interface OnChainActivity {
211
+ /**
212
+ * DTO.KYT.ON_CHAIN_ACTIVITY.FIRST_TRANSACTION_AT
213
+ * @type {number}
214
+ * @memberof OnChainActivity
215
+ */
216
+ firstTransactionAt: number;
217
+ }
218
+ /**
219
+ * Check if a given object implements the OnChainActivity interface.
220
+ */
221
+ declare function instanceOfOnChainActivity(value: object): value is OnChainActivity;
222
+ declare function OnChainActivityFromJSON(json: any): OnChainActivity;
223
+ declare function OnChainActivityFromJSONTyped(json: any, ignoreDiscriminator: boolean): OnChainActivity;
224
+ declare function OnChainActivityToJSON(json: any): OnChainActivity;
225
+ declare function OnChainActivityToJSONTyped(value?: OnChainActivity | null, ignoreDiscriminator?: boolean): any;
226
+
227
+ /**
228
+ * Dex Aggregator API
229
+ * Dex Aggregator API ⚡️
230
+ *
231
+ * The version of the OpenAPI document: 1.0
232
+ * Contact: ai@sx.ai
233
+ *
234
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
235
+ * https://openapi-generator.tech
236
+ * Do not edit the class manually.
237
+ */
238
+
239
+ /**
240
+ *
241
+ * @export
242
+ * @interface AlteryaIdentification
243
+ */
244
+ interface AlteryaIdentification {
245
+ /**
246
+ * DTO.KYT.ALTERYA_IDENTIFICATION.OBJECT
247
+ * @type {string}
248
+ * @memberof AlteryaIdentification
249
+ */
250
+ object: string;
251
+ /**
252
+ * DTO.KYT.ALTERYA_IDENTIFICATION.ADDRESS
253
+ * @type {string}
254
+ * @memberof AlteryaIdentification
255
+ */
256
+ address: string;
257
+ /**
258
+ * DTO.KYT.ALTERYA_IDENTIFICATION.CHAIN
259
+ * @type {string}
260
+ * @memberof AlteryaIdentification
261
+ */
262
+ chain: string;
263
+ /**
264
+ * DTO.KYT.ALTERYA_IDENTIFICATION.RISK_LEVEL
265
+ * @type {string}
266
+ * @memberof AlteryaIdentification
267
+ */
268
+ riskLevel: string;
269
+ /**
270
+ * DTO.KYT.ALTERYA_IDENTIFICATION.REASON
271
+ * @type {string}
272
+ * @memberof AlteryaIdentification
273
+ */
274
+ reason: string;
275
+ /**
276
+ * DTO.KYT.ALTERYA_IDENTIFICATION.LABELS
277
+ * @type {Array<string>}
278
+ * @memberof AlteryaIdentification
279
+ */
280
+ labels: Array<string>;
281
+ /**
282
+ * DTO.KYT.ALTERYA_IDENTIFICATION.ON_CHAIN_ACTIVITY
283
+ * @type {OnChainActivity}
284
+ * @memberof AlteryaIdentification
285
+ */
286
+ onChainActivity: OnChainActivity;
287
+ /**
288
+ * DTO.KYT.ALTERYA_IDENTIFICATION.RISK_SCORE
289
+ * @type {number}
290
+ * @memberof AlteryaIdentification
291
+ */
292
+ riskScore: number;
293
+ }
294
+ /**
295
+ * Check if a given object implements the AlteryaIdentification interface.
296
+ */
297
+ declare function instanceOfAlteryaIdentification(value: object): value is AlteryaIdentification;
298
+ declare function AlteryaIdentificationFromJSON(json: any): AlteryaIdentification;
299
+ declare function AlteryaIdentificationFromJSONTyped(json: any, ignoreDiscriminator: boolean): AlteryaIdentification;
300
+ declare function AlteryaIdentificationToJSON(json: any): AlteryaIdentification;
301
+ declare function AlteryaIdentificationToJSONTyped(value?: AlteryaIdentification | null, ignoreDiscriminator?: boolean): any;
302
+
303
+ /**
304
+ * Dex Aggregator API
305
+ * Dex Aggregator API ⚡️
306
+ *
307
+ * The version of the OpenAPI document: 1.0
308
+ * Contact: ai@sx.ai
309
+ *
310
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
311
+ * https://openapi-generator.tech
312
+ * Do not edit the class manually.
313
+ */
314
+ /**
315
+ *
316
+ * @export
317
+ * @interface ChainalysisAddressIdentification
318
+ */
319
+ interface ChainalysisAddressIdentification {
320
+ /**
321
+ * DTO.KYT.CHAINALYSIS_ADDRESS_IDENTIFICATION.ADDRESS_NAME
322
+ * @type {string}
323
+ * @memberof ChainalysisAddressIdentification
324
+ */
325
+ addressName: string;
326
+ /**
327
+ * DTO.KYT.CHAINALYSIS_ADDRESS_IDENTIFICATION.DESCRIPTION
328
+ * @type {string}
329
+ * @memberof ChainalysisAddressIdentification
330
+ */
331
+ description: string;
332
+ /**
333
+ * DTO.KYT.CHAINALYSIS_ADDRESS_IDENTIFICATION.CATEGORY_ID
334
+ * @type {number}
335
+ * @memberof ChainalysisAddressIdentification
336
+ */
337
+ categoryId: number;
338
+ }
339
+ /**
340
+ * Check if a given object implements the ChainalysisAddressIdentification interface.
341
+ */
342
+ declare function instanceOfChainalysisAddressIdentification(value: object): value is ChainalysisAddressIdentification;
343
+ declare function ChainalysisAddressIdentificationFromJSON(json: any): ChainalysisAddressIdentification;
344
+ declare function ChainalysisAddressIdentificationFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChainalysisAddressIdentification;
345
+ declare function ChainalysisAddressIdentificationToJSON(json: any): ChainalysisAddressIdentification;
346
+ declare function ChainalysisAddressIdentificationToJSONTyped(value?: ChainalysisAddressIdentification | null, ignoreDiscriminator?: boolean): any;
347
+
194
348
  /**
195
349
  * Dex Aggregator API
196
350
  * Dex Aggregator API ⚡️
@@ -284,13 +438,13 @@ declare function CreateEndpointInputToJSONTyped(value?: CreateEndpointInput | nu
284
438
  */
285
439
  interface DirectExposureDetail {
286
440
  /**
287
- * 名称
441
+ * DTO.KYT.DIRECT_EXPOSURE_DETAIL.NAME
288
442
  * @type {string}
289
443
  * @memberof DirectExposureDetail
290
444
  */
291
445
  name: string;
292
446
  /**
293
- * 类别ID
447
+ * DTO.KYT.DIRECT_EXPOSURE_DETAIL.CATEGORY_ID
294
448
  * @type {number}
295
449
  * @memberof DirectExposureDetail
296
450
  */
@@ -442,13 +596,415 @@ interface EndpointListResponse {
442
596
  prevIterator?: string;
443
597
  }
444
598
  /**
445
- * Check if a given object implements the EndpointListResponse interface.
599
+ * Check if a given object implements the EndpointListResponse interface.
600
+ */
601
+ declare function instanceOfEndpointListResponse(value: object): value is EndpointListResponse;
602
+ declare function EndpointListResponseFromJSON(json: any): EndpointListResponse;
603
+ declare function EndpointListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointListResponse;
604
+ declare function EndpointListResponseToJSON(json: any): EndpointListResponse;
605
+ declare function EndpointListResponseToJSONTyped(value?: EndpointListResponse | null, ignoreDiscriminator?: boolean): any;
606
+
607
+ /**
608
+ * Dex Aggregator API
609
+ * Dex Aggregator API ⚡️
610
+ *
611
+ * The version of the OpenAPI document: 1.0
612
+ * Contact: ai@sx.ai
613
+ *
614
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
615
+ * https://openapi-generator.tech
616
+ * Do not edit the class manually.
617
+ */
618
+ /**
619
+ *
620
+ * @export
621
+ * @interface EndpointOperationResponse
622
+ */
623
+ interface EndpointOperationResponse {
624
+ /**
625
+ * DTO.ENDPOINT.SUCCESS
626
+ * @type {boolean}
627
+ * @memberof EndpointOperationResponse
628
+ */
629
+ success?: boolean;
630
+ }
631
+ /**
632
+ * Check if a given object implements the EndpointOperationResponse interface.
633
+ */
634
+ declare function instanceOfEndpointOperationResponse(value: object): value is EndpointOperationResponse;
635
+ declare function EndpointOperationResponseFromJSON(json: any): EndpointOperationResponse;
636
+ declare function EndpointOperationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointOperationResponse;
637
+ declare function EndpointOperationResponseToJSON(json: any): EndpointOperationResponse;
638
+ declare function EndpointOperationResponseToJSONTyped(value?: EndpointOperationResponse | null, ignoreDiscriminator?: boolean): any;
639
+
640
+ /**
641
+ * Dex Aggregator API
642
+ * Dex Aggregator API ⚡️
643
+ *
644
+ * The version of the OpenAPI document: 1.0
645
+ * Contact: ai@sx.ai
646
+ *
647
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
648
+ * https://openapi-generator.tech
649
+ * Do not edit the class manually.
650
+ */
651
+ /**
652
+ *
653
+ * @export
654
+ * @interface EndpointSecretResponse
655
+ */
656
+ interface EndpointSecretResponse {
657
+ /**
658
+ * DTO.ENDPOINT.SECRET
659
+ * @type {string}
660
+ * @memberof EndpointSecretResponse
661
+ */
662
+ secret?: string;
663
+ }
664
+ /**
665
+ * Check if a given object implements the EndpointSecretResponse interface.
666
+ */
667
+ declare function instanceOfEndpointSecretResponse(value: object): value is EndpointSecretResponse;
668
+ declare function EndpointSecretResponseFromJSON(json: any): EndpointSecretResponse;
669
+ declare function EndpointSecretResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointSecretResponse;
670
+ declare function EndpointSecretResponseToJSON(json: any): EndpointSecretResponse;
671
+ declare function EndpointSecretResponseToJSONTyped(value?: EndpointSecretResponse | null, ignoreDiscriminator?: boolean): any;
672
+
673
+ /**
674
+ * Dex Aggregator API
675
+ * Dex Aggregator API ⚡️
676
+ *
677
+ * The version of the OpenAPI document: 1.0
678
+ * Contact: ai@sx.ai
679
+ *
680
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
681
+ * https://openapi-generator.tech
682
+ * Do not edit the class manually.
683
+ */
684
+ /**
685
+ *
686
+ * @export
687
+ * @interface KYTRegisterTransferRequest
688
+ */
689
+ interface KYTRegisterTransferRequest {
690
+ /**
691
+ * DTO.KYT.KYT_REGISTER_TRANSFER_REQUEST.NETWORK
692
+ * @type {string}
693
+ * @memberof KYTRegisterTransferRequest
694
+ */
695
+ network: KYTRegisterTransferRequestNetworkEnum;
696
+ /**
697
+ * DTO.KYT.KYT_REGISTER_TRANSFER_REQUEST.ASSET
698
+ * @type {string}
699
+ * @memberof KYTRegisterTransferRequest
700
+ */
701
+ asset: string;
702
+ /**
703
+ * DTO.KYT.KYT_REGISTER_TRANSFER_REQUEST.TRANSFER_REFERENCE
704
+ * @type {string}
705
+ * @memberof KYTRegisterTransferRequest
706
+ */
707
+ transferReference: string;
708
+ /**
709
+ * DTO.KYT.KYT_REGISTER_TRANSFER_REQUEST.DIRECTION
710
+ * @type {string}
711
+ * @memberof KYTRegisterTransferRequest
712
+ */
713
+ direction: KYTRegisterTransferRequestDirectionEnum;
714
+ }
715
+ /**
716
+ * @export
717
+ */
718
+ declare const KYTRegisterTransferRequestNetworkEnum: {
719
+ readonly Bitcoin: "bitcoin";
720
+ readonly Ethereum: "ethereum";
721
+ readonly Solana: "Solana";
722
+ };
723
+ type KYTRegisterTransferRequestNetworkEnum = typeof KYTRegisterTransferRequestNetworkEnum[keyof typeof KYTRegisterTransferRequestNetworkEnum];
724
+ /**
725
+ * @export
726
+ */
727
+ declare const KYTRegisterTransferRequestDirectionEnum: {
728
+ readonly Sent: "sent";
729
+ readonly Received: "received";
730
+ };
731
+ type KYTRegisterTransferRequestDirectionEnum = typeof KYTRegisterTransferRequestDirectionEnum[keyof typeof KYTRegisterTransferRequestDirectionEnum];
732
+ /**
733
+ * Check if a given object implements the KYTRegisterTransferRequest interface.
734
+ */
735
+ declare function instanceOfKYTRegisterTransferRequest(value: object): value is KYTRegisterTransferRequest;
736
+ declare function KYTRegisterTransferRequestFromJSON(json: any): KYTRegisterTransferRequest;
737
+ declare function KYTRegisterTransferRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): KYTRegisterTransferRequest;
738
+ declare function KYTRegisterTransferRequestToJSON(json: any): KYTRegisterTransferRequest;
739
+ declare function KYTRegisterTransferRequestToJSONTyped(value?: KYTRegisterTransferRequest | null, ignoreDiscriminator?: boolean): any;
740
+
741
+ /**
742
+ * Dex Aggregator API
743
+ * Dex Aggregator API ⚡️
744
+ *
745
+ * The version of the OpenAPI document: 1.0
746
+ * Contact: ai@sx.ai
747
+ *
748
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
749
+ * https://openapi-generator.tech
750
+ * Do not edit the class manually.
751
+ */
752
+ /**
753
+ *
754
+ * @export
755
+ * @interface KYTRegisterWithdrawalRequest
756
+ */
757
+ interface KYTRegisterWithdrawalRequest {
758
+ /**
759
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.NETWORK
760
+ * @type {string}
761
+ * @memberof KYTRegisterWithdrawalRequest
762
+ */
763
+ network: KYTRegisterWithdrawalRequestNetworkEnum;
764
+ /**
765
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET
766
+ * @type {string}
767
+ * @memberof KYTRegisterWithdrawalRequest
768
+ */
769
+ asset: string;
770
+ /**
771
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ADDRESS
772
+ * @type {string}
773
+ * @memberof KYTRegisterWithdrawalRequest
774
+ */
775
+ address: string;
776
+ /**
777
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_AMOUNT
778
+ * @type {number}
779
+ * @memberof KYTRegisterWithdrawalRequest
780
+ */
781
+ assetAmount: number;
782
+ /**
783
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ATTEMPT_TIMESTAMP
784
+ * @type {string}
785
+ * @memberof KYTRegisterWithdrawalRequest
786
+ */
787
+ attemptTimestamp: string;
788
+ /**
789
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_PRICE
790
+ * @type {number}
791
+ * @memberof KYTRegisterWithdrawalRequest
792
+ */
793
+ assetPrice?: number;
794
+ /**
795
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_DENOMINATION
796
+ * @type {string}
797
+ * @memberof KYTRegisterWithdrawalRequest
798
+ */
799
+ assetDenomination?: string;
800
+ /**
801
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.ASSET_ID
802
+ * @type {string}
803
+ * @memberof KYTRegisterWithdrawalRequest
804
+ */
805
+ assetId?: string;
806
+ /**
807
+ * DTO.KYT.KYT_REGISTER_WITHDRAWAL_REQUEST.MEMO
808
+ * @type {string}
809
+ * @memberof KYTRegisterWithdrawalRequest
810
+ */
811
+ memo?: string;
812
+ }
813
+ /**
814
+ * @export
815
+ */
816
+ declare const KYTRegisterWithdrawalRequestNetworkEnum: {
817
+ readonly Bitcoin: "bitcoin";
818
+ readonly Ethereum: "ethereum";
819
+ readonly Solana: "Solana";
820
+ };
821
+ type KYTRegisterWithdrawalRequestNetworkEnum = typeof KYTRegisterWithdrawalRequestNetworkEnum[keyof typeof KYTRegisterWithdrawalRequestNetworkEnum];
822
+ /**
823
+ * Check if a given object implements the KYTRegisterWithdrawalRequest interface.
824
+ */
825
+ declare function instanceOfKYTRegisterWithdrawalRequest(value: object): value is KYTRegisterWithdrawalRequest;
826
+ declare function KYTRegisterWithdrawalRequestFromJSON(json: any): KYTRegisterWithdrawalRequest;
827
+ declare function KYTRegisterWithdrawalRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): KYTRegisterWithdrawalRequest;
828
+ declare function KYTRegisterWithdrawalRequestToJSON(json: any): KYTRegisterWithdrawalRequest;
829
+ declare function KYTRegisterWithdrawalRequestToJSONTyped(value?: KYTRegisterWithdrawalRequest | null, ignoreDiscriminator?: boolean): any;
830
+
831
+ /**
832
+ * Dex Aggregator API
833
+ * Dex Aggregator API ⚡️
834
+ *
835
+ * The version of the OpenAPI document: 1.0
836
+ * Contact: ai@sx.ai
837
+ *
838
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
839
+ * https://openapi-generator.tech
840
+ * Do not edit the class manually.
841
+ */
842
+ /**
843
+ *
844
+ * @export
845
+ * @interface KytAddressDTO
846
+ */
847
+ interface KytAddressDTO {
848
+ /**
849
+ * DTO.KYT.KYT_ADDRESS.ID
850
+ * @type {number}
851
+ * @memberof KytAddressDTO
852
+ */
853
+ id: number;
854
+ /**
855
+ * DTO.KYT.KYT_ADDRESS.ORG_ID
856
+ * @type {string}
857
+ * @memberof KytAddressDTO
858
+ */
859
+ orgId: string;
860
+ /**
861
+ * DTO.KYT.KYT_ADDRESS.ADDRESS
862
+ * @type {string}
863
+ * @memberof KytAddressDTO
864
+ */
865
+ address: string;
866
+ /**
867
+ * DTO.KYT.KYT_ADDRESS.CREATED_AT
868
+ * @type {Date}
869
+ * @memberof KytAddressDTO
870
+ */
871
+ createdAt: Date;
872
+ /**
873
+ * DTO.KYT.KYT_ADDRESS.UPDATED_AT
874
+ * @type {Date}
875
+ * @memberof KytAddressDTO
876
+ */
877
+ updatedAt: Date;
878
+ }
879
+ /**
880
+ * Check if a given object implements the KytAddressDTO interface.
881
+ */
882
+ declare function instanceOfKytAddressDTO(value: object): value is KytAddressDTO;
883
+ declare function KytAddressDTOFromJSON(json: any): KytAddressDTO;
884
+ declare function KytAddressDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytAddressDTO;
885
+ declare function KytAddressDTOToJSON(json: any): KytAddressDTO;
886
+ declare function KytAddressDTOToJSONTyped(value?: KytAddressDTO | null, ignoreDiscriminator?: boolean): any;
887
+
888
+ /**
889
+ * Dex Aggregator API
890
+ * Dex Aggregator API ⚡️
891
+ *
892
+ * The version of the OpenAPI document: 1.0
893
+ * Contact: ai@sx.ai
894
+ *
895
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
896
+ * https://openapi-generator.tech
897
+ * Do not edit the class manually.
898
+ */
899
+
900
+ /**
901
+ *
902
+ * @export
903
+ * @interface KytAddressPage
904
+ */
905
+ interface KytAddressPage {
906
+ /**
907
+ * DTO.KYT.STANDARD_PAGE.TOTAL
908
+ * @type {number}
909
+ * @memberof KytAddressPage
910
+ */
911
+ total: number;
912
+ /**
913
+ * DTO.KYT.STANDARD_PAGE.PAGE
914
+ * @type {number}
915
+ * @memberof KytAddressPage
916
+ */
917
+ page: number;
918
+ /**
919
+ * DTO.KYT.STANDARD_PAGE.PAGE_SIZE
920
+ * @type {number}
921
+ * @memberof KytAddressPage
922
+ */
923
+ pageSize: number;
924
+ /**
925
+ * DTO.KYT.STANDARD_PAGE.TOTAL_PAGES
926
+ * @type {number}
927
+ * @memberof KytAddressPage
928
+ */
929
+ totalPages: number;
930
+ /**
931
+ * DTO.KYT.KYT_ADDRESS_PAGE.DATA
932
+ * @type {Array<KytAddressDTO>}
933
+ * @memberof KytAddressPage
934
+ */
935
+ data: Array<KytAddressDTO>;
936
+ }
937
+ /**
938
+ * Check if a given object implements the KytAddressPage interface.
939
+ */
940
+ declare function instanceOfKytAddressPage(value: object): value is KytAddressPage;
941
+ declare function KytAddressPageFromJSON(json: any): KytAddressPage;
942
+ declare function KytAddressPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytAddressPage;
943
+ declare function KytAddressPageToJSON(json: any): KytAddressPage;
944
+ declare function KytAddressPageToJSONTyped(value?: KytAddressPage | null, ignoreDiscriminator?: boolean): any;
945
+
946
+ /**
947
+ * Dex Aggregator API
948
+ * Dex Aggregator API ⚡️
949
+ *
950
+ * The version of the OpenAPI document: 1.0
951
+ * Contact: ai@sx.ai
952
+ *
953
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
954
+ * https://openapi-generator.tech
955
+ * Do not edit the class manually.
956
+ */
957
+ /**
958
+ *
959
+ * @export
960
+ * @interface KytTransferDTO
961
+ */
962
+ interface KytTransferDTO {
963
+ /**
964
+ * DTO.KYT.KYT_TRANSFER.ID
965
+ * @type {number}
966
+ * @memberof KytTransferDTO
967
+ */
968
+ id: number;
969
+ /**
970
+ * DTO.KYT.KYT_TRANSFER.ORG_ID
971
+ * @type {string}
972
+ * @memberof KytTransferDTO
973
+ */
974
+ orgId: string;
975
+ /**
976
+ * DTO.KYT.KYT_TRANSFER.TX_HASH
977
+ * @type {string}
978
+ * @memberof KytTransferDTO
979
+ */
980
+ txHash: string;
981
+ /**
982
+ * DTO.KYT.KYT_TRANSFER.EXTERNAL_ID
983
+ * @type {string}
984
+ * @memberof KytTransferDTO
985
+ */
986
+ externalId: string;
987
+ /**
988
+ * DTO.KYT.KYT_TRANSFER.CREATED_AT
989
+ * @type {Date}
990
+ * @memberof KytTransferDTO
991
+ */
992
+ createdAt: Date;
993
+ /**
994
+ * DTO.KYT.KYT_TRANSFER.UPDATED_AT
995
+ * @type {Date}
996
+ * @memberof KytTransferDTO
997
+ */
998
+ updatedAt: Date;
999
+ }
1000
+ /**
1001
+ * Check if a given object implements the KytTransferDTO interface.
446
1002
  */
447
- declare function instanceOfEndpointListResponse(value: object): value is EndpointListResponse;
448
- declare function EndpointListResponseFromJSON(json: any): EndpointListResponse;
449
- declare function EndpointListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointListResponse;
450
- declare function EndpointListResponseToJSON(json: any): EndpointListResponse;
451
- declare function EndpointListResponseToJSONTyped(value?: EndpointListResponse | null, ignoreDiscriminator?: boolean): any;
1003
+ declare function instanceOfKytTransferDTO(value: object): value is KytTransferDTO;
1004
+ declare function KytTransferDTOFromJSON(json: any): KytTransferDTO;
1005
+ declare function KytTransferDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytTransferDTO;
1006
+ declare function KytTransferDTOToJSON(json: any): KytTransferDTO;
1007
+ declare function KytTransferDTOToJSONTyped(value?: KytTransferDTO | null, ignoreDiscriminator?: boolean): any;
452
1008
 
453
1009
  /**
454
1010
  * Dex Aggregator API
@@ -461,27 +1017,52 @@ declare function EndpointListResponseToJSONTyped(value?: EndpointListResponse |
461
1017
  * https://openapi-generator.tech
462
1018
  * Do not edit the class manually.
463
1019
  */
1020
+
464
1021
  /**
465
1022
  *
466
1023
  * @export
467
- * @interface EndpointOperationResponse
1024
+ * @interface KytTransferPage
468
1025
  */
469
- interface EndpointOperationResponse {
1026
+ interface KytTransferPage {
470
1027
  /**
471
- * DTO.ENDPOINT.SUCCESS
472
- * @type {boolean}
473
- * @memberof EndpointOperationResponse
1028
+ * DTO.KYT.STANDARD_PAGE.TOTAL
1029
+ * @type {number}
1030
+ * @memberof KytTransferPage
474
1031
  */
475
- success?: boolean;
1032
+ total: number;
1033
+ /**
1034
+ * DTO.KYT.STANDARD_PAGE.PAGE
1035
+ * @type {number}
1036
+ * @memberof KytTransferPage
1037
+ */
1038
+ page: number;
1039
+ /**
1040
+ * DTO.KYT.STANDARD_PAGE.PAGE_SIZE
1041
+ * @type {number}
1042
+ * @memberof KytTransferPage
1043
+ */
1044
+ pageSize: number;
1045
+ /**
1046
+ * DTO.KYT.STANDARD_PAGE.TOTAL_PAGES
1047
+ * @type {number}
1048
+ * @memberof KytTransferPage
1049
+ */
1050
+ totalPages: number;
1051
+ /**
1052
+ * DTO.KYT.KYT_TRANSFER_PAGE.DATA
1053
+ * @type {Array<KytTransferDTO>}
1054
+ * @memberof KytTransferPage
1055
+ */
1056
+ data: Array<KytTransferDTO>;
476
1057
  }
477
1058
  /**
478
- * Check if a given object implements the EndpointOperationResponse interface.
1059
+ * Check if a given object implements the KytTransferPage interface.
479
1060
  */
480
- declare function instanceOfEndpointOperationResponse(value: object): value is EndpointOperationResponse;
481
- declare function EndpointOperationResponseFromJSON(json: any): EndpointOperationResponse;
482
- declare function EndpointOperationResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointOperationResponse;
483
- declare function EndpointOperationResponseToJSON(json: any): EndpointOperationResponse;
484
- declare function EndpointOperationResponseToJSONTyped(value?: EndpointOperationResponse | null, ignoreDiscriminator?: boolean): any;
1061
+ declare function instanceOfKytTransferPage(value: object): value is KytTransferPage;
1062
+ declare function KytTransferPageFromJSON(json: any): KytTransferPage;
1063
+ declare function KytTransferPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytTransferPage;
1064
+ declare function KytTransferPageToJSON(json: any): KytTransferPage;
1065
+ declare function KytTransferPageToJSONTyped(value?: KytTransferPage | null, ignoreDiscriminator?: boolean): any;
485
1066
 
486
1067
  /**
487
1068
  * Dex Aggregator API
@@ -497,24 +1078,54 @@ declare function EndpointOperationResponseToJSONTyped(value?: EndpointOperationR
497
1078
  /**
498
1079
  *
499
1080
  * @export
500
- * @interface EndpointSecretResponse
1081
+ * @interface KytWithdrawalDTO
501
1082
  */
502
- interface EndpointSecretResponse {
1083
+ interface KytWithdrawalDTO {
503
1084
  /**
504
- * DTO.ENDPOINT.SECRET
1085
+ * DTO.KYT.KYT_WITHDRAWAL.ID
1086
+ * @type {number}
1087
+ * @memberof KytWithdrawalDTO
1088
+ */
1089
+ id: number;
1090
+ /**
1091
+ * DTO.KYT.KYT_WITHDRAWAL.ORG_ID
505
1092
  * @type {string}
506
- * @memberof EndpointSecretResponse
1093
+ * @memberof KytWithdrawalDTO
507
1094
  */
508
- secret?: string;
1095
+ orgId: string;
1096
+ /**
1097
+ * DTO.KYT.KYT_WITHDRAWAL.ADDRESS
1098
+ * @type {string}
1099
+ * @memberof KytWithdrawalDTO
1100
+ */
1101
+ address: string;
1102
+ /**
1103
+ * DTO.KYT.KYT_WITHDRAWAL.EXTERNAL_ID
1104
+ * @type {string}
1105
+ * @memberof KytWithdrawalDTO
1106
+ */
1107
+ externalId: string;
1108
+ /**
1109
+ * DTO.KYT.KYT_WITHDRAWAL.CREATED_AT
1110
+ * @type {Date}
1111
+ * @memberof KytWithdrawalDTO
1112
+ */
1113
+ createdAt: Date;
1114
+ /**
1115
+ * DTO.KYT.KYT_WITHDRAWAL.UPDATED_AT
1116
+ * @type {Date}
1117
+ * @memberof KytWithdrawalDTO
1118
+ */
1119
+ updatedAt: Date;
509
1120
  }
510
1121
  /**
511
- * Check if a given object implements the EndpointSecretResponse interface.
1122
+ * Check if a given object implements the KytWithdrawalDTO interface.
512
1123
  */
513
- declare function instanceOfEndpointSecretResponse(value: object): value is EndpointSecretResponse;
514
- declare function EndpointSecretResponseFromJSON(json: any): EndpointSecretResponse;
515
- declare function EndpointSecretResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointSecretResponse;
516
- declare function EndpointSecretResponseToJSON(json: any): EndpointSecretResponse;
517
- declare function EndpointSecretResponseToJSONTyped(value?: EndpointSecretResponse | null, ignoreDiscriminator?: boolean): any;
1124
+ declare function instanceOfKytWithdrawalDTO(value: object): value is KytWithdrawalDTO;
1125
+ declare function KytWithdrawalDTOFromJSON(json: any): KytWithdrawalDTO;
1126
+ declare function KytWithdrawalDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytWithdrawalDTO;
1127
+ declare function KytWithdrawalDTOToJSON(json: any): KytWithdrawalDTO;
1128
+ declare function KytWithdrawalDTOToJSONTyped(value?: KytWithdrawalDTO | null, ignoreDiscriminator?: boolean): any;
518
1129
 
519
1130
  /**
520
1131
  * Dex Aggregator API
@@ -527,62 +1138,52 @@ declare function EndpointSecretResponseToJSONTyped(value?: EndpointSecretRespons
527
1138
  * https://openapi-generator.tech
528
1139
  * Do not edit the class manually.
529
1140
  */
1141
+
530
1142
  /**
531
1143
  *
532
1144
  * @export
533
- * @interface KYTRegisterTransferRequest
1145
+ * @interface KytWithdrawalPage
534
1146
  */
535
- interface KYTRegisterTransferRequest {
1147
+ interface KytWithdrawalPage {
536
1148
  /**
537
- * 转账网络
538
- * @type {string}
539
- * @memberof KYTRegisterTransferRequest
1149
+ * DTO.KYT.STANDARD_PAGE.TOTAL
1150
+ * @type {number}
1151
+ * @memberof KytWithdrawalPage
540
1152
  */
541
- network: KYTRegisterTransferRequestNetworkEnum;
1153
+ total: number;
542
1154
  /**
543
- * 资产类型
544
- * @type {string}
545
- * @memberof KYTRegisterTransferRequest
1155
+ * DTO.KYT.STANDARD_PAGE.PAGE
1156
+ * @type {number}
1157
+ * @memberof KytWithdrawalPage
546
1158
  */
547
- asset: string;
1159
+ page: number;
548
1160
  /**
549
- * 转账哈希/交易ID
550
- * @type {string}
551
- * @memberof KYTRegisterTransferRequest
1161
+ * DTO.KYT.STANDARD_PAGE.PAGE_SIZE
1162
+ * @type {number}
1163
+ * @memberof KytWithdrawalPage
552
1164
  */
553
- transferReference: string;
1165
+ pageSize: number;
554
1166
  /**
555
- * 转账方向
556
- * @type {string}
557
- * @memberof KYTRegisterTransferRequest
1167
+ * DTO.KYT.STANDARD_PAGE.TOTAL_PAGES
1168
+ * @type {number}
1169
+ * @memberof KytWithdrawalPage
558
1170
  */
559
- direction: KYTRegisterTransferRequestDirectionEnum;
1171
+ totalPages: number;
1172
+ /**
1173
+ * DTO.KYT.KYT_WITHDRAWAL_PAGE.DATA
1174
+ * @type {Array<KytWithdrawalDTO>}
1175
+ * @memberof KytWithdrawalPage
1176
+ */
1177
+ data: Array<KytWithdrawalDTO>;
560
1178
  }
561
1179
  /**
562
- * @export
563
- */
564
- declare const KYTRegisterTransferRequestNetworkEnum: {
565
- readonly Bitcoin: "bitcoin";
566
- readonly Ethereum: "ethereum";
567
- readonly Solana: "Solana";
568
- };
569
- type KYTRegisterTransferRequestNetworkEnum = typeof KYTRegisterTransferRequestNetworkEnum[keyof typeof KYTRegisterTransferRequestNetworkEnum];
570
- /**
571
- * @export
572
- */
573
- declare const KYTRegisterTransferRequestDirectionEnum: {
574
- readonly Sent: "sent";
575
- readonly Received: "received";
576
- };
577
- type KYTRegisterTransferRequestDirectionEnum = typeof KYTRegisterTransferRequestDirectionEnum[keyof typeof KYTRegisterTransferRequestDirectionEnum];
578
- /**
579
- * Check if a given object implements the KYTRegisterTransferRequest interface.
1180
+ * Check if a given object implements the KytWithdrawalPage interface.
580
1181
  */
581
- declare function instanceOfKYTRegisterTransferRequest(value: object): value is KYTRegisterTransferRequest;
582
- declare function KYTRegisterTransferRequestFromJSON(json: any): KYTRegisterTransferRequest;
583
- declare function KYTRegisterTransferRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): KYTRegisterTransferRequest;
584
- declare function KYTRegisterTransferRequestToJSON(json: any): KYTRegisterTransferRequest;
585
- declare function KYTRegisterTransferRequestToJSONTyped(value?: KYTRegisterTransferRequest | null, ignoreDiscriminator?: boolean): any;
1182
+ declare function instanceOfKytWithdrawalPage(value: object): value is KytWithdrawalPage;
1183
+ declare function KytWithdrawalPageFromJSON(json: any): KytWithdrawalPage;
1184
+ declare function KytWithdrawalPageFromJSONTyped(json: any, ignoreDiscriminator: boolean): KytWithdrawalPage;
1185
+ declare function KytWithdrawalPageToJSON(json: any): KytWithdrawalPage;
1186
+ declare function KytWithdrawalPageToJSONTyped(value?: KytWithdrawalPage | null, ignoreDiscriminator?: boolean): any;
586
1187
 
587
1188
  /**
588
1189
  * Dex Aggregator API
@@ -602,7 +1203,7 @@ declare function KYTRegisterTransferRequestToJSONTyped(value?: KYTRegisterTransf
602
1203
  */
603
1204
  interface NetworkIdentificationOrg {
604
1205
  /**
605
- * 组织名称
1206
+ * DTO.KYT.NETWORK_IDENTIFICATION_ORG.NAME
606
1207
  * @type {string}
607
1208
  * @memberof NetworkIdentificationOrg
608
1209
  */
@@ -635,7 +1236,7 @@ declare function NetworkIdentificationOrgToJSONTyped(value?: NetworkIdentificati
635
1236
  */
636
1237
  interface RegisterAddressRequest {
637
1238
  /**
638
- * 地址
1239
+ * DTO.KYT.REGISTER_ADDRESS_REQUEST.ADDRESS
639
1240
  * @type {string}
640
1241
  * @memberof RegisterAddressRequest
641
1242
  */
@@ -668,7 +1269,7 @@ declare function RegisterAddressRequestToJSONTyped(value?: RegisterAddressReques
668
1269
  */
669
1270
  interface RegisterAddressResponseDTO {
670
1271
  /**
671
- * 地址
1272
+ * DTO.KYT.REGISTER_ADDRESS_RESPONSE.ADDRESS
672
1273
  * @type {string}
673
1274
  * @memberof RegisterAddressResponseDTO
674
1275
  */
@@ -834,7 +1435,7 @@ declare function TradeEventToJSONTyped(value?: TradeEvent | null, ignoreDiscrimi
834
1435
  */
835
1436
  interface TransferAlertsResponseDTO {
836
1437
  /**
837
- * 警报列表
1438
+ * DTO.KYT.TRANSFER_ALERTS_RESPONSE.ALERTS
838
1439
  * @type {Array<AlertDetail>}
839
1440
  * @memberof TransferAlertsResponseDTO
840
1441
  */
@@ -867,79 +1468,79 @@ declare function TransferAlertsResponseDTOToJSONTyped(value?: TransferAlertsResp
867
1468
  */
868
1469
  interface TransferBaseResponseDTO {
869
1470
  /**
870
- * 更新时间
1471
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.UPDATED_AT
871
1472
  * @type {string}
872
1473
  * @memberof TransferBaseResponseDTO
873
1474
  */
874
1475
  updatedAt: string;
875
1476
  /**
876
- * 资产类型
1477
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.ASSET
877
1478
  * @type {string}
878
1479
  * @memberof TransferBaseResponseDTO
879
1480
  */
880
1481
  asset: string;
881
1482
  /**
882
- * 资产ID
1483
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.ASSET_ID
883
1484
  * @type {string}
884
1485
  * @memberof TransferBaseResponseDTO
885
1486
  */
886
1487
  assetId: string;
887
1488
  /**
888
- * 区块链网络
1489
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.NETWORK
889
1490
  * @type {string}
890
1491
  * @memberof TransferBaseResponseDTO
891
1492
  */
892
1493
  network: string;
893
1494
  /**
894
- * 转账引用(交易哈希和地址)
1495
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.TRANSFER_REFERENCE
895
1496
  * @type {string}
896
1497
  * @memberof TransferBaseResponseDTO
897
1498
  */
898
1499
  transferReference: string;
899
1500
  /**
900
- * 备注信息
1501
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.MEMO
901
1502
  * @type {string}
902
1503
  * @memberof TransferBaseResponseDTO
903
1504
  */
904
1505
  memo: string;
905
1506
  /**
906
- * 交易哈希
1507
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.TX
907
1508
  * @type {string}
908
1509
  * @memberof TransferBaseResponseDTO
909
1510
  */
910
1511
  tx: string;
911
1512
  /**
912
- * 索引
1513
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.IDX
913
1514
  * @type {number}
914
1515
  * @memberof TransferBaseResponseDTO
915
1516
  */
916
1517
  idx: number;
917
1518
  /**
918
- * USD金额
1519
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.USD_AMOUNT
919
1520
  * @type {number}
920
1521
  * @memberof TransferBaseResponseDTO
921
1522
  */
922
1523
  usdAmount: number;
923
1524
  /**
924
- * 资产金额
1525
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.ASSET_AMOUNT
925
1526
  * @type {number}
926
1527
  * @memberof TransferBaseResponseDTO
927
1528
  */
928
1529
  assetAmount: number;
929
1530
  /**
930
- * 时间戳
1531
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.TIMESTAMP
931
1532
  * @type {string}
932
1533
  * @memberof TransferBaseResponseDTO
933
1534
  */
934
1535
  timestamp: string;
935
1536
  /**
936
- * 输出地址
1537
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.OUTPUT_ADDRESS
937
1538
  * @type {string}
938
1539
  * @memberof TransferBaseResponseDTO
939
1540
  */
940
1541
  outputAddress: string;
941
1542
  /**
942
- * 外部ID(UUID)
1543
+ * DTO.KYT.TRANSFER_BASE_RESPONSE.EXTERNAL_ID
943
1544
  * @type {string}
944
1545
  * @memberof TransferBaseResponseDTO
945
1546
  */
@@ -973,7 +1574,7 @@ declare function TransferBaseResponseDTOToJSONTyped(value?: TransferBaseResponse
973
1574
  */
974
1575
  interface TransferDirectExposureResponseDTO {
975
1576
  /**
976
- * 直接暴露信息
1577
+ * DTO.KYT.TRANSFER_DIRECT_EXPOSURE_RESPONSE.DIRECT
977
1578
  * @type {DirectExposureDetail}
978
1579
  * @memberof TransferDirectExposureResponseDTO
979
1580
  */
@@ -1007,13 +1608,13 @@ declare function TransferDirectExposureResponseDTOToJSONTyped(value?: TransferDi
1007
1608
  */
1008
1609
  interface TransferNetworkIdentificationsResponseDTO {
1009
1610
  /**
1010
- * 识别数量
1611
+ * DTO.KYT.TRANSFER_NETWORK_IDENTIFICATIONS_RESPONSE.COUNT
1011
1612
  * @type {number}
1012
1613
  * @memberof TransferNetworkIdentificationsResponseDTO
1013
1614
  */
1014
1615
  count: number;
1015
1616
  /**
1016
- * 网络识别组织列表
1617
+ * DTO.KYT.TRANSFER_NETWORK_IDENTIFICATIONS_RESPONSE.NETWORK_IDENTIFICATION_ORGS
1017
1618
  * @type {Array<NetworkIdentificationOrg>}
1018
1619
  * @memberof TransferNetworkIdentificationsResponseDTO
1019
1620
  */
@@ -1109,6 +1710,167 @@ declare function UpdateEndpointInputFromJSONTyped(json: any, ignoreDiscriminator
1109
1710
  declare function UpdateEndpointInputToJSON(json: any): UpdateEndpointInput;
1110
1711
  declare function UpdateEndpointInputToJSONTyped(value?: UpdateEndpointInput | null, ignoreDiscriminator?: boolean): any;
1111
1712
 
1713
+ /**
1714
+ * Dex Aggregator API
1715
+ * Dex Aggregator API ⚡️
1716
+ *
1717
+ * The version of the OpenAPI document: 1.0
1718
+ * Contact: ai@sx.ai
1719
+ *
1720
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1721
+ * https://openapi-generator.tech
1722
+ * Do not edit the class manually.
1723
+ */
1724
+
1725
+ /**
1726
+ *
1727
+ * @export
1728
+ * @interface WithdrawalAddressIdentificationsResponseDTO
1729
+ */
1730
+ interface WithdrawalAddressIdentificationsResponseDTO {
1731
+ /**
1732
+ * DTO.KYT.WITHDRAWAL_ADDRESS_IDENTIFICATIONS_RESPONSE.CHAINALYSIS_IDENTIFICATIONS
1733
+ * @type {Array<ChainalysisAddressIdentification>}
1734
+ * @memberof WithdrawalAddressIdentificationsResponseDTO
1735
+ */
1736
+ chainalysisIdentifications: Array<ChainalysisAddressIdentification>;
1737
+ /**
1738
+ * DTO.KYT.WITHDRAWAL_ADDRESS_IDENTIFICATIONS_RESPONSE.CUSTOM_ADDRESSES
1739
+ * @type {Array<string>}
1740
+ * @memberof WithdrawalAddressIdentificationsResponseDTO
1741
+ */
1742
+ customAddresses: Array<string>;
1743
+ }
1744
+ /**
1745
+ * Check if a given object implements the WithdrawalAddressIdentificationsResponseDTO interface.
1746
+ */
1747
+ declare function instanceOfWithdrawalAddressIdentificationsResponseDTO(value: object): value is WithdrawalAddressIdentificationsResponseDTO;
1748
+ declare function WithdrawalAddressIdentificationsResponseDTOFromJSON(json: any): WithdrawalAddressIdentificationsResponseDTO;
1749
+ declare function WithdrawalAddressIdentificationsResponseDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): WithdrawalAddressIdentificationsResponseDTO;
1750
+ declare function WithdrawalAddressIdentificationsResponseDTOToJSON(json: any): WithdrawalAddressIdentificationsResponseDTO;
1751
+ declare function WithdrawalAddressIdentificationsResponseDTOToJSONTyped(value?: WithdrawalAddressIdentificationsResponseDTO | null, ignoreDiscriminator?: boolean): any;
1752
+
1753
+ /**
1754
+ * Dex Aggregator API
1755
+ * Dex Aggregator API ⚡️
1756
+ *
1757
+ * The version of the OpenAPI document: 1.0
1758
+ * Contact: ai@sx.ai
1759
+ *
1760
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1761
+ * https://openapi-generator.tech
1762
+ * Do not edit the class manually.
1763
+ */
1764
+ /**
1765
+ *
1766
+ * @export
1767
+ * @interface WithdrawalBaseResponseDTO
1768
+ */
1769
+ interface WithdrawalBaseResponseDTO {
1770
+ /**
1771
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ASSET
1772
+ * @type {string}
1773
+ * @memberof WithdrawalBaseResponseDTO
1774
+ */
1775
+ asset: string;
1776
+ /**
1777
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ASSET_ID
1778
+ * @type {string}
1779
+ * @memberof WithdrawalBaseResponseDTO
1780
+ */
1781
+ assetId: string;
1782
+ /**
1783
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.NETWORK
1784
+ * @type {string}
1785
+ * @memberof WithdrawalBaseResponseDTO
1786
+ */
1787
+ network: string;
1788
+ /**
1789
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ADDRESS
1790
+ * @type {string}
1791
+ * @memberof WithdrawalBaseResponseDTO
1792
+ */
1793
+ address: string;
1794
+ /**
1795
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.MEMO
1796
+ * @type {string}
1797
+ * @memberof WithdrawalBaseResponseDTO
1798
+ */
1799
+ memo: string;
1800
+ /**
1801
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ATTEMPT_IDENTIFIER
1802
+ * @type {string}
1803
+ * @memberof WithdrawalBaseResponseDTO
1804
+ */
1805
+ attemptIdentifier: string;
1806
+ /**
1807
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.ASSET_AMOUNT
1808
+ * @type {number}
1809
+ * @memberof WithdrawalBaseResponseDTO
1810
+ */
1811
+ assetAmount: number;
1812
+ /**
1813
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.EXTERNAL_ID
1814
+ * @type {string}
1815
+ * @memberof WithdrawalBaseResponseDTO
1816
+ */
1817
+ externalId: string;
1818
+ /**
1819
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.USD_AMOUNT
1820
+ * @type {number}
1821
+ * @memberof WithdrawalBaseResponseDTO
1822
+ */
1823
+ usdAmount: number;
1824
+ /**
1825
+ * DTO.KYT.WITHDRAWAL_BASE_RESPONSE.UPDATED_AT
1826
+ * @type {string}
1827
+ * @memberof WithdrawalBaseResponseDTO
1828
+ */
1829
+ updatedAt: string;
1830
+ }
1831
+ /**
1832
+ * Check if a given object implements the WithdrawalBaseResponseDTO interface.
1833
+ */
1834
+ declare function instanceOfWithdrawalBaseResponseDTO(value: object): value is WithdrawalBaseResponseDTO;
1835
+ declare function WithdrawalBaseResponseDTOFromJSON(json: any): WithdrawalBaseResponseDTO;
1836
+ declare function WithdrawalBaseResponseDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): WithdrawalBaseResponseDTO;
1837
+ declare function WithdrawalBaseResponseDTOToJSON(json: any): WithdrawalBaseResponseDTO;
1838
+ declare function WithdrawalBaseResponseDTOToJSONTyped(value?: WithdrawalBaseResponseDTO | null, ignoreDiscriminator?: boolean): any;
1839
+
1840
+ /**
1841
+ * Dex Aggregator API
1842
+ * Dex Aggregator API ⚡️
1843
+ *
1844
+ * The version of the OpenAPI document: 1.0
1845
+ * Contact: ai@sx.ai
1846
+ *
1847
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1848
+ * https://openapi-generator.tech
1849
+ * Do not edit the class manually.
1850
+ */
1851
+
1852
+ /**
1853
+ *
1854
+ * @export
1855
+ * @interface WithdrawalFraudAssessmentResponseDTO
1856
+ */
1857
+ interface WithdrawalFraudAssessmentResponseDTO {
1858
+ /**
1859
+ * DTO.KYT.WITHDRAWAL_FRAUD_ASSESSMENT_RESPONSE.ALTERYA_IDENTIFICATIONS
1860
+ * @type {Array<AlteryaIdentification>}
1861
+ * @memberof WithdrawalFraudAssessmentResponseDTO
1862
+ */
1863
+ alteryaIdentifications: Array<AlteryaIdentification>;
1864
+ }
1865
+ /**
1866
+ * Check if a given object implements the WithdrawalFraudAssessmentResponseDTO interface.
1867
+ */
1868
+ declare function instanceOfWithdrawalFraudAssessmentResponseDTO(value: object): value is WithdrawalFraudAssessmentResponseDTO;
1869
+ declare function WithdrawalFraudAssessmentResponseDTOFromJSON(json: any): WithdrawalFraudAssessmentResponseDTO;
1870
+ declare function WithdrawalFraudAssessmentResponseDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): WithdrawalFraudAssessmentResponseDTO;
1871
+ declare function WithdrawalFraudAssessmentResponseDTOToJSON(json: any): WithdrawalFraudAssessmentResponseDTO;
1872
+ declare function WithdrawalFraudAssessmentResponseDTOToJSONTyped(value?: WithdrawalFraudAssessmentResponseDTO | null, ignoreDiscriminator?: boolean): any;
1873
+
1112
1874
  /**
1113
1875
  * Dex Aggregator API
1114
1876
  * Dex Aggregator API ⚡️
@@ -1243,6 +2005,18 @@ type ListEndpointsOrderEnum = typeof ListEndpointsOrderEnum[keyof typeof ListEnd
1243
2005
  interface GetAddressRiskRequest {
1244
2006
  address: string;
1245
2007
  }
2008
+ interface GetKytAddressesRequest {
2009
+ page?: number;
2010
+ pageSize?: number;
2011
+ }
2012
+ interface GetKytTransfersRequest {
2013
+ page?: number;
2014
+ pageSize?: number;
2015
+ }
2016
+ interface GetKytWithdrawalsRequest {
2017
+ page?: number;
2018
+ pageSize?: number;
2019
+ }
1246
2020
  interface GetTransferAlertsRequest {
1247
2021
  transferId: string;
1248
2022
  }
@@ -1255,12 +2029,33 @@ interface GetTransferNetworkIdentificationsRequest {
1255
2029
  interface GetTransferSummaryRequest {
1256
2030
  transferId: string;
1257
2031
  }
2032
+ interface GetWithdrawalAddressIdentificationsRequest {
2033
+ withdrawalId: string;
2034
+ }
2035
+ interface GetWithdrawalAlertsRequest {
2036
+ withdrawalId: string;
2037
+ }
2038
+ interface GetWithdrawalDirectExposureRequest {
2039
+ withdrawalId: string;
2040
+ }
2041
+ interface GetWithdrawalFraudAssessmentRequest {
2042
+ withdrawalId: string;
2043
+ }
2044
+ interface GetWithdrawalNetworkIdentificationsRequest {
2045
+ withdrawalId: string;
2046
+ }
2047
+ interface GetWithdrawalSummaryRequest {
2048
+ withdrawalId: string;
2049
+ }
1258
2050
  interface RegisterAddressOperationRequest {
1259
2051
  registerAddressRequest: RegisterAddressRequest;
1260
2052
  }
1261
2053
  interface RegisterTransferRequest {
1262
2054
  kYTRegisterTransferRequest: KYTRegisterTransferRequest;
1263
2055
  }
2056
+ interface RegisterWithdrawalRequest {
2057
+ kYTRegisterWithdrawalRequest: KYTRegisterWithdrawalRequest;
2058
+ }
1264
2059
  /**
1265
2060
  *
1266
2061
  */
@@ -1275,6 +2070,36 @@ declare class KYTApi extends BaseAPI {
1275
2070
  * CONTROLLER.KYT.GET_ADDRESS_RISK.SUMMARY
1276
2071
  */
1277
2072
  getAddressRisk(requestParameters: GetAddressRiskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<AddressRiskResponseDTO>;
2073
+ /**
2074
+ * CONTROLLER.KYT.GET_KYT_ADDRESSES.DESCRIPTION
2075
+ * CONTROLLER.KYT.GET_KYT_ADDRESSES.SUMMARY
2076
+ */
2077
+ getKytAddressesRaw(requestParameters: GetKytAddressesRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KytAddressPage>>;
2078
+ /**
2079
+ * CONTROLLER.KYT.GET_KYT_ADDRESSES.DESCRIPTION
2080
+ * CONTROLLER.KYT.GET_KYT_ADDRESSES.SUMMARY
2081
+ */
2082
+ getKytAddresses(requestParameters?: GetKytAddressesRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KytAddressPage>;
2083
+ /**
2084
+ * CONTROLLER.KYT.GET_KYT_TRANSFERS.DESCRIPTION
2085
+ * CONTROLLER.KYT.GET_KYT_TRANSFERS.SUMMARY
2086
+ */
2087
+ getKytTransfersRaw(requestParameters: GetKytTransfersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KytTransferPage>>;
2088
+ /**
2089
+ * CONTROLLER.KYT.GET_KYT_TRANSFERS.DESCRIPTION
2090
+ * CONTROLLER.KYT.GET_KYT_TRANSFERS.SUMMARY
2091
+ */
2092
+ getKytTransfers(requestParameters?: GetKytTransfersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KytTransferPage>;
2093
+ /**
2094
+ * CONTROLLER.KYT.GET_KYT_WITHDRAWALS.DESCRIPTION
2095
+ * CONTROLLER.KYT.GET_KYT_WITHDRAWALS.SUMMARY
2096
+ */
2097
+ getKytWithdrawalsRaw(requestParameters: GetKytWithdrawalsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KytWithdrawalPage>>;
2098
+ /**
2099
+ * CONTROLLER.KYT.GET_KYT_WITHDRAWALS.DESCRIPTION
2100
+ * CONTROLLER.KYT.GET_KYT_WITHDRAWALS.SUMMARY
2101
+ */
2102
+ getKytWithdrawals(requestParameters?: GetKytWithdrawalsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KytWithdrawalPage>;
1278
2103
  /**
1279
2104
  * CONTROLLER.KYT.GET_TRANSFER_ALERTS.DESCRIPTION
1280
2105
  * CONTROLLER.KYT.GET_TRANSFER_ALERTS.SUMMARY
@@ -1315,6 +2140,66 @@ declare class KYTApi extends BaseAPI {
1315
2140
  * CONTROLLER.KYT.GET_TRANSFER_SUMMARY.SUMMARY
1316
2141
  */
1317
2142
  getTransferSummary(requestParameters: GetTransferSummaryRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TransferBaseResponseDTO>;
2143
+ /**
2144
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ADDRESS_IDENTIFICATIONS.DESCRIPTION
2145
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ADDRESS_IDENTIFICATIONS.SUMMARY
2146
+ */
2147
+ getWithdrawalAddressIdentificationsRaw(requestParameters: GetWithdrawalAddressIdentificationsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WithdrawalAddressIdentificationsResponseDTO>>;
2148
+ /**
2149
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ADDRESS_IDENTIFICATIONS.DESCRIPTION
2150
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ADDRESS_IDENTIFICATIONS.SUMMARY
2151
+ */
2152
+ getWithdrawalAddressIdentifications(requestParameters: GetWithdrawalAddressIdentificationsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WithdrawalAddressIdentificationsResponseDTO>;
2153
+ /**
2154
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ALERTS.DESCRIPTION
2155
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ALERTS.SUMMARY
2156
+ */
2157
+ getWithdrawalAlertsRaw(requestParameters: GetWithdrawalAlertsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<TransferAlertsResponseDTO>>;
2158
+ /**
2159
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ALERTS.DESCRIPTION
2160
+ * CONTROLLER.KYT.GET_WITHDRAWAL_ALERTS.SUMMARY
2161
+ */
2162
+ getWithdrawalAlerts(requestParameters: GetWithdrawalAlertsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TransferAlertsResponseDTO>;
2163
+ /**
2164
+ * CONTROLLER.KYT.GET_WITHDRAWAL_DIRECT_EXPOSURE.DESCRIPTION
2165
+ * CONTROLLER.KYT.GET_WITHDRAWAL_DIRECT_EXPOSURE.SUMMARY
2166
+ */
2167
+ getWithdrawalDirectExposureRaw(requestParameters: GetWithdrawalDirectExposureRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<TransferDirectExposureResponseDTO>>;
2168
+ /**
2169
+ * CONTROLLER.KYT.GET_WITHDRAWAL_DIRECT_EXPOSURE.DESCRIPTION
2170
+ * CONTROLLER.KYT.GET_WITHDRAWAL_DIRECT_EXPOSURE.SUMMARY
2171
+ */
2172
+ getWithdrawalDirectExposure(requestParameters: GetWithdrawalDirectExposureRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TransferDirectExposureResponseDTO>;
2173
+ /**
2174
+ * CONTROLLER.KYT.GET_WITHDRAWAL_FRAUD_ASSESSMENT.DESCRIPTION
2175
+ * CONTROLLER.KYT.GET_WITHDRAWAL_FRAUD_ASSESSMENT.SUMMARY
2176
+ */
2177
+ getWithdrawalFraudAssessmentRaw(requestParameters: GetWithdrawalFraudAssessmentRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WithdrawalFraudAssessmentResponseDTO>>;
2178
+ /**
2179
+ * CONTROLLER.KYT.GET_WITHDRAWAL_FRAUD_ASSESSMENT.DESCRIPTION
2180
+ * CONTROLLER.KYT.GET_WITHDRAWAL_FRAUD_ASSESSMENT.SUMMARY
2181
+ */
2182
+ getWithdrawalFraudAssessment(requestParameters: GetWithdrawalFraudAssessmentRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WithdrawalFraudAssessmentResponseDTO>;
2183
+ /**
2184
+ * CONTROLLER.KYT.GET_WITHDRAWAL_NETWORK_IDENTIFICATIONS.DESCRIPTION
2185
+ * CONTROLLER.KYT.GET_WITHDRAWAL_NETWORK_IDENTIFICATIONS.SUMMARY
2186
+ */
2187
+ getWithdrawalNetworkIdentificationsRaw(requestParameters: GetWithdrawalNetworkIdentificationsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<TransferNetworkIdentificationsResponseDTO>>;
2188
+ /**
2189
+ * CONTROLLER.KYT.GET_WITHDRAWAL_NETWORK_IDENTIFICATIONS.DESCRIPTION
2190
+ * CONTROLLER.KYT.GET_WITHDRAWAL_NETWORK_IDENTIFICATIONS.SUMMARY
2191
+ */
2192
+ getWithdrawalNetworkIdentifications(requestParameters: GetWithdrawalNetworkIdentificationsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TransferNetworkIdentificationsResponseDTO>;
2193
+ /**
2194
+ * CONTROLLER.KYT.GET_WITHDRAWAL_SUMMARY.DESCRIPTION
2195
+ * CONTROLLER.KYT.GET_WITHDRAWAL_SUMMARY.SUMMARY
2196
+ */
2197
+ getWithdrawalSummaryRaw(requestParameters: GetWithdrawalSummaryRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WithdrawalBaseResponseDTO>>;
2198
+ /**
2199
+ * CONTROLLER.KYT.GET_WITHDRAWAL_SUMMARY.DESCRIPTION
2200
+ * CONTROLLER.KYT.GET_WITHDRAWAL_SUMMARY.SUMMARY
2201
+ */
2202
+ getWithdrawalSummary(requestParameters: GetWithdrawalSummaryRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WithdrawalBaseResponseDTO>;
1318
2203
  /**
1319
2204
  * CONTROLLER.KYT.REGISTER_ADDRESS.DESCRIPTION
1320
2205
  * CONTROLLER.KYT.REGISTER_ADDRESS.SUMMARY
@@ -1335,6 +2220,16 @@ declare class KYTApi extends BaseAPI {
1335
2220
  * CONTROLLER.KYT.REGISTER_TRANSFER.SUMMARY
1336
2221
  */
1337
2222
  registerTransfer(requestParameters: RegisterTransferRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<TransferBaseResponseDTO>;
2223
+ /**
2224
+ * CONTROLLER.KYT.REGISTER_WITHDRAWAL.DESCRIPTION
2225
+ * CONTROLLER.KYT.REGISTER_WITHDRAWAL.SUMMARY
2226
+ */
2227
+ registerWithdrawalRaw(requestParameters: RegisterWithdrawalRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WithdrawalBaseResponseDTO>>;
2228
+ /**
2229
+ * CONTROLLER.KYT.REGISTER_WITHDRAWAL.DESCRIPTION
2230
+ * CONTROLLER.KYT.REGISTER_WITHDRAWAL.SUMMARY
2231
+ */
2232
+ registerWithdrawal(requestParameters: RegisterWithdrawalRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WithdrawalBaseResponseDTO>;
1338
2233
  }
1339
2234
 
1340
- export { type AddressExposure, AddressExposureFromJSON, AddressExposureFromJSONTyped, AddressExposureToJSON, AddressExposureToJSONTyped, type AddressRiskResponseDTO, AddressRiskResponseDTOFromJSON, AddressRiskResponseDTOFromJSONTyped, AddressRiskResponseDTOToJSON, AddressRiskResponseDTOToJSONTyped, type AlertDetail, AlertDetailFromJSON, AlertDetailFromJSONTyped, AlertDetailToJSON, AlertDetailToJSONTyped, ApiResponse, BaseAPI, type CreateEndpointInput, CreateEndpointInputFromJSON, CreateEndpointInputFromJSONTyped, CreateEndpointInputToJSON, CreateEndpointInputToJSONTyped, type CreateEndpointRequest, type DeleteEndpointRequest, type DirectExposureDetail, DirectExposureDetailFromJSON, DirectExposureDetailFromJSONTyped, DirectExposureDetailToJSON, DirectExposureDetailToJSONTyped, EndpointApi, type EndpointListResponse, EndpointListResponseFromJSON, EndpointListResponseFromJSONTyped, EndpointListResponseToJSON, EndpointListResponseToJSONTyped, type EndpointOperationResponse, EndpointOperationResponseFromJSON, EndpointOperationResponseFromJSONTyped, EndpointOperationResponseToJSON, EndpointOperationResponseToJSONTyped, type EndpointResponse, EndpointResponseFromJSON, EndpointResponseFromJSONTyped, EndpointResponseToJSON, EndpointResponseToJSONTyped, type EndpointSecretResponse, EndpointSecretResponseFromJSON, EndpointSecretResponseFromJSONTyped, EndpointSecretResponseToJSON, EndpointSecretResponseToJSONTyped, type GetAddressRiskRequest, type GetEndpointRequest, type GetEndpointSecretRequest, type GetTransferAlertsRequest, type GetTransferDirectExposureRequest, type GetTransferNetworkIdentificationsRequest, type GetTransferSummaryRequest, InitOverrideFunction, KYTApi, type KYTRegisterTransferRequest, KYTRegisterTransferRequestDirectionEnum, KYTRegisterTransferRequestFromJSON, KYTRegisterTransferRequestFromJSONTyped, KYTRegisterTransferRequestNetworkEnum, KYTRegisterTransferRequestToJSON, KYTRegisterTransferRequestToJSONTyped, ListEndpointsOrderEnum, type ListEndpointsRequest, type NetworkIdentificationOrg, NetworkIdentificationOrgFromJSON, NetworkIdentificationOrgFromJSONTyped, NetworkIdentificationOrgToJSON, NetworkIdentificationOrgToJSONTyped, type RegisterAddressOperationRequest, type RegisterAddressRequest, RegisterAddressRequestFromJSON, RegisterAddressRequestFromJSONTyped, RegisterAddressRequestToJSON, RegisterAddressRequestToJSONTyped, type RegisterAddressResponseDTO, RegisterAddressResponseDTOFromJSON, RegisterAddressResponseDTOFromJSONTyped, RegisterAddressResponseDTOToJSON, RegisterAddressResponseDTOToJSONTyped, type RegisterTransferRequest, type RotateEndpointSecretRequest, type TradeEvent, TradeEventFromJSON, TradeEventFromJSONTyped, TradeEventToJSON, TradeEventToJSONTyped, TradeType, TradeTypeFromJSON, TradeTypeFromJSONTyped, TradeTypeToJSON, TradeTypeToJSONTyped, type TransferAlertsResponseDTO, TransferAlertsResponseDTOFromJSON, TransferAlertsResponseDTOFromJSONTyped, TransferAlertsResponseDTOToJSON, TransferAlertsResponseDTOToJSONTyped, type TransferBaseResponseDTO, TransferBaseResponseDTOFromJSON, TransferBaseResponseDTOFromJSONTyped, TransferBaseResponseDTOToJSON, TransferBaseResponseDTOToJSONTyped, type TransferDirectExposureResponseDTO, TransferDirectExposureResponseDTOFromJSON, TransferDirectExposureResponseDTOFromJSONTyped, TransferDirectExposureResponseDTOToJSON, TransferDirectExposureResponseDTOToJSONTyped, type TransferNetworkIdentificationsResponseDTO, TransferNetworkIdentificationsResponseDTOFromJSON, TransferNetworkIdentificationsResponseDTOFromJSONTyped, TransferNetworkIdentificationsResponseDTOToJSON, TransferNetworkIdentificationsResponseDTOToJSONTyped, type UpdateEndpointInput, UpdateEndpointInputFromJSON, UpdateEndpointInputFromJSONTyped, UpdateEndpointInputToJSON, UpdateEndpointInputToJSONTyped, type UpdateEndpointRequest, instanceOfAddressExposure, instanceOfAddressRiskResponseDTO, instanceOfAlertDetail, instanceOfCreateEndpointInput, instanceOfDirectExposureDetail, instanceOfEndpointListResponse, instanceOfEndpointOperationResponse, instanceOfEndpointResponse, instanceOfEndpointSecretResponse, instanceOfKYTRegisterTransferRequest, instanceOfNetworkIdentificationOrg, instanceOfRegisterAddressRequest, instanceOfRegisterAddressResponseDTO, instanceOfTradeEvent, instanceOfTradeType, instanceOfTransferAlertsResponseDTO, instanceOfTransferBaseResponseDTO, instanceOfTransferDirectExposureResponseDTO, instanceOfTransferNetworkIdentificationsResponseDTO, instanceOfUpdateEndpointInput };
2235
+ export { type AddressExposure, AddressExposureFromJSON, AddressExposureFromJSONTyped, AddressExposureToJSON, AddressExposureToJSONTyped, type AddressRiskResponseDTO, AddressRiskResponseDTOFromJSON, AddressRiskResponseDTOFromJSONTyped, AddressRiskResponseDTOToJSON, AddressRiskResponseDTOToJSONTyped, type AlertDetail, AlertDetailFromJSON, AlertDetailFromJSONTyped, AlertDetailToJSON, AlertDetailToJSONTyped, type AlteryaIdentification, AlteryaIdentificationFromJSON, AlteryaIdentificationFromJSONTyped, AlteryaIdentificationToJSON, AlteryaIdentificationToJSONTyped, ApiResponse, BaseAPI, type ChainalysisAddressIdentification, ChainalysisAddressIdentificationFromJSON, ChainalysisAddressIdentificationFromJSONTyped, ChainalysisAddressIdentificationToJSON, ChainalysisAddressIdentificationToJSONTyped, type CreateEndpointInput, CreateEndpointInputFromJSON, CreateEndpointInputFromJSONTyped, CreateEndpointInputToJSON, CreateEndpointInputToJSONTyped, type CreateEndpointRequest, type DeleteEndpointRequest, type DirectExposureDetail, DirectExposureDetailFromJSON, DirectExposureDetailFromJSONTyped, DirectExposureDetailToJSON, DirectExposureDetailToJSONTyped, EndpointApi, type EndpointListResponse, EndpointListResponseFromJSON, EndpointListResponseFromJSONTyped, EndpointListResponseToJSON, EndpointListResponseToJSONTyped, type EndpointOperationResponse, EndpointOperationResponseFromJSON, EndpointOperationResponseFromJSONTyped, EndpointOperationResponseToJSON, EndpointOperationResponseToJSONTyped, type EndpointResponse, EndpointResponseFromJSON, EndpointResponseFromJSONTyped, EndpointResponseToJSON, EndpointResponseToJSONTyped, type EndpointSecretResponse, EndpointSecretResponseFromJSON, EndpointSecretResponseFromJSONTyped, EndpointSecretResponseToJSON, EndpointSecretResponseToJSONTyped, type GetAddressRiskRequest, type GetEndpointRequest, type GetEndpointSecretRequest, type GetKytAddressesRequest, type GetKytTransfersRequest, type GetKytWithdrawalsRequest, type GetTransferAlertsRequest, type GetTransferDirectExposureRequest, type GetTransferNetworkIdentificationsRequest, type GetTransferSummaryRequest, type GetWithdrawalAddressIdentificationsRequest, type GetWithdrawalAlertsRequest, type GetWithdrawalDirectExposureRequest, type GetWithdrawalFraudAssessmentRequest, type GetWithdrawalNetworkIdentificationsRequest, type GetWithdrawalSummaryRequest, InitOverrideFunction, KYTApi, type KYTRegisterTransferRequest, KYTRegisterTransferRequestDirectionEnum, KYTRegisterTransferRequestFromJSON, KYTRegisterTransferRequestFromJSONTyped, KYTRegisterTransferRequestNetworkEnum, KYTRegisterTransferRequestToJSON, KYTRegisterTransferRequestToJSONTyped, type KYTRegisterWithdrawalRequest, KYTRegisterWithdrawalRequestFromJSON, KYTRegisterWithdrawalRequestFromJSONTyped, KYTRegisterWithdrawalRequestNetworkEnum, KYTRegisterWithdrawalRequestToJSON, KYTRegisterWithdrawalRequestToJSONTyped, type KytAddressDTO, KytAddressDTOFromJSON, KytAddressDTOFromJSONTyped, KytAddressDTOToJSON, KytAddressDTOToJSONTyped, type KytAddressPage, KytAddressPageFromJSON, KytAddressPageFromJSONTyped, KytAddressPageToJSON, KytAddressPageToJSONTyped, type KytTransferDTO, KytTransferDTOFromJSON, KytTransferDTOFromJSONTyped, KytTransferDTOToJSON, KytTransferDTOToJSONTyped, type KytTransferPage, KytTransferPageFromJSON, KytTransferPageFromJSONTyped, KytTransferPageToJSON, KytTransferPageToJSONTyped, type KytWithdrawalDTO, KytWithdrawalDTOFromJSON, KytWithdrawalDTOFromJSONTyped, KytWithdrawalDTOToJSON, KytWithdrawalDTOToJSONTyped, type KytWithdrawalPage, KytWithdrawalPageFromJSON, KytWithdrawalPageFromJSONTyped, KytWithdrawalPageToJSON, KytWithdrawalPageToJSONTyped, ListEndpointsOrderEnum, type ListEndpointsRequest, type NetworkIdentificationOrg, NetworkIdentificationOrgFromJSON, NetworkIdentificationOrgFromJSONTyped, NetworkIdentificationOrgToJSON, NetworkIdentificationOrgToJSONTyped, type OnChainActivity, OnChainActivityFromJSON, OnChainActivityFromJSONTyped, OnChainActivityToJSON, OnChainActivityToJSONTyped, type RegisterAddressOperationRequest, type RegisterAddressRequest, RegisterAddressRequestFromJSON, RegisterAddressRequestFromJSONTyped, RegisterAddressRequestToJSON, RegisterAddressRequestToJSONTyped, type RegisterAddressResponseDTO, RegisterAddressResponseDTOFromJSON, RegisterAddressResponseDTOFromJSONTyped, RegisterAddressResponseDTOToJSON, RegisterAddressResponseDTOToJSONTyped, type RegisterTransferRequest, type RegisterWithdrawalRequest, type RotateEndpointSecretRequest, type TradeEvent, TradeEventFromJSON, TradeEventFromJSONTyped, TradeEventToJSON, TradeEventToJSONTyped, TradeType, TradeTypeFromJSON, TradeTypeFromJSONTyped, TradeTypeToJSON, TradeTypeToJSONTyped, type TransferAlertsResponseDTO, TransferAlertsResponseDTOFromJSON, TransferAlertsResponseDTOFromJSONTyped, TransferAlertsResponseDTOToJSON, TransferAlertsResponseDTOToJSONTyped, type TransferBaseResponseDTO, TransferBaseResponseDTOFromJSON, TransferBaseResponseDTOFromJSONTyped, TransferBaseResponseDTOToJSON, TransferBaseResponseDTOToJSONTyped, type TransferDirectExposureResponseDTO, TransferDirectExposureResponseDTOFromJSON, TransferDirectExposureResponseDTOFromJSONTyped, TransferDirectExposureResponseDTOToJSON, TransferDirectExposureResponseDTOToJSONTyped, type TransferNetworkIdentificationsResponseDTO, TransferNetworkIdentificationsResponseDTOFromJSON, TransferNetworkIdentificationsResponseDTOFromJSONTyped, TransferNetworkIdentificationsResponseDTOToJSON, TransferNetworkIdentificationsResponseDTOToJSONTyped, type UpdateEndpointInput, UpdateEndpointInputFromJSON, UpdateEndpointInputFromJSONTyped, UpdateEndpointInputToJSON, UpdateEndpointInputToJSONTyped, type UpdateEndpointRequest, type WithdrawalAddressIdentificationsResponseDTO, WithdrawalAddressIdentificationsResponseDTOFromJSON, WithdrawalAddressIdentificationsResponseDTOFromJSONTyped, WithdrawalAddressIdentificationsResponseDTOToJSON, WithdrawalAddressIdentificationsResponseDTOToJSONTyped, type WithdrawalBaseResponseDTO, WithdrawalBaseResponseDTOFromJSON, WithdrawalBaseResponseDTOFromJSONTyped, WithdrawalBaseResponseDTOToJSON, WithdrawalBaseResponseDTOToJSONTyped, type WithdrawalFraudAssessmentResponseDTO, WithdrawalFraudAssessmentResponseDTOFromJSON, WithdrawalFraudAssessmentResponseDTOFromJSONTyped, WithdrawalFraudAssessmentResponseDTOToJSON, WithdrawalFraudAssessmentResponseDTOToJSONTyped, instanceOfAddressExposure, instanceOfAddressRiskResponseDTO, instanceOfAlertDetail, instanceOfAlteryaIdentification, instanceOfChainalysisAddressIdentification, instanceOfCreateEndpointInput, instanceOfDirectExposureDetail, instanceOfEndpointListResponse, instanceOfEndpointOperationResponse, instanceOfEndpointResponse, instanceOfEndpointSecretResponse, instanceOfKYTRegisterTransferRequest, instanceOfKYTRegisterWithdrawalRequest, instanceOfKytAddressDTO, instanceOfKytAddressPage, instanceOfKytTransferDTO, instanceOfKytTransferPage, instanceOfKytWithdrawalDTO, instanceOfKytWithdrawalPage, instanceOfNetworkIdentificationOrg, instanceOfOnChainActivity, instanceOfRegisterAddressRequest, instanceOfRegisterAddressResponseDTO, instanceOfTradeEvent, instanceOfTradeType, instanceOfTransferAlertsResponseDTO, instanceOfTransferBaseResponseDTO, instanceOfTransferDirectExposureResponseDTO, instanceOfTransferNetworkIdentificationsResponseDTO, instanceOfUpdateEndpointInput, instanceOfWithdrawalAddressIdentificationsResponseDTO, instanceOfWithdrawalBaseResponseDTO, instanceOfWithdrawalFraudAssessmentResponseDTO };