squarefi-bff-api-module 1.31.6 → 1.32.1

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 (79) hide show
  1. package/package.json +10 -3
  2. package/src/api/types/autogen/apiV2.types.ts +117 -2
  3. package/tsconfig.json +3 -3
  4. package/dist/api/auth.d.ts +0 -29
  5. package/dist/api/auth.js +0 -76
  6. package/dist/api/bank-data.d.ts +0 -4
  7. package/dist/api/bank-data.js +0 -9
  8. package/dist/api/counterparties.d.ts +0 -14
  9. package/dist/api/counterparties.js +0 -48
  10. package/dist/api/developer.d.ts +0 -12
  11. package/dist/api/developer.js +0 -15
  12. package/dist/api/exchange.d.ts +0 -14
  13. package/dist/api/exchange.js +0 -23
  14. package/dist/api/frontend.d.ts +0 -11
  15. package/dist/api/frontend.js +0 -14
  16. package/dist/api/index.d.ts +0 -38
  17. package/dist/api/index.js +0 -39
  18. package/dist/api/issuing.d.ts +0 -64
  19. package/dist/api/issuing.js +0 -157
  20. package/dist/api/kyc.d.ts +0 -21
  21. package/dist/api/kyc.js +0 -24
  22. package/dist/api/list.d.ts +0 -16
  23. package/dist/api/list.js +0 -19
  24. package/dist/api/orders.d.ts +0 -49
  25. package/dist/api/orders.js +0 -107
  26. package/dist/api/persona.d.ts +0 -7
  27. package/dist/api/persona.js +0 -10
  28. package/dist/api/storage.d.ts +0 -8
  29. package/dist/api/storage.js +0 -19
  30. package/dist/api/tenants.d.ts +0 -6
  31. package/dist/api/tenants.js +0 -9
  32. package/dist/api/totp.d.ts +0 -17
  33. package/dist/api/totp.js +0 -48
  34. package/dist/api/types/autogen/apiV2.types.d.ts +0 -4729
  35. package/dist/api/types/autogen/apiV2.types.js +0 -6
  36. package/dist/api/types/types.d.ts +0 -2258
  37. package/dist/api/types/types.js +0 -2
  38. package/dist/api/user.d.ts +0 -18
  39. package/dist/api/user.js +0 -21
  40. package/dist/api/virtual-accounts.d.ts +0 -9
  41. package/dist/api/virtual-accounts.js +0 -26
  42. package/dist/api/wallets.d.ts +0 -24
  43. package/dist/api/wallets.js +0 -56
  44. package/dist/constants.d.ts +0 -303
  45. package/dist/constants.js +0 -335
  46. package/dist/hooks/index.d.ts +0 -3
  47. package/dist/hooks/index.js +0 -19
  48. package/dist/hooks/useCalc.d.ts +0 -25
  49. package/dist/hooks/useCalc.js +0 -129
  50. package/dist/hooks/useFileUpload.d.ts +0 -49
  51. package/dist/hooks/useFileUpload.js +0 -113
  52. package/dist/hooks/useSupabaseSubscription/config.d.ts +0 -2
  53. package/dist/hooks/useSupabaseSubscription/config.js +0 -9
  54. package/dist/hooks/useSupabaseSubscription/index.d.ts +0 -3
  55. package/dist/hooks/useSupabaseSubscription/index.js +0 -7
  56. package/dist/hooks/useSupabaseSubscription/specialized.d.ts +0 -5
  57. package/dist/hooks/useSupabaseSubscription/specialized.js +0 -21
  58. package/dist/hooks/useSupabaseSubscription/types.d.ts +0 -16
  59. package/dist/hooks/useSupabaseSubscription/types.js +0 -2
  60. package/dist/hooks/useSupabaseSubscription/useSupabaseSubscription.d.ts +0 -5
  61. package/dist/hooks/useSupabaseSubscription/useSupabaseSubscription.js +0 -36
  62. package/dist/hooks/useUserFiles.d.ts +0 -49
  63. package/dist/hooks/useUserFiles.js +0 -118
  64. package/dist/index.d.ts +0 -7
  65. package/dist/index.js +0 -26
  66. package/dist/utils/apiClientFactory.d.ts +0 -31
  67. package/dist/utils/apiClientFactory.js +0 -155
  68. package/dist/utils/converters.d.ts +0 -1
  69. package/dist/utils/converters.js +0 -5
  70. package/dist/utils/encrypt.d.ts +0 -10
  71. package/dist/utils/encrypt.js +0 -95
  72. package/dist/utils/fileStorage.d.ts +0 -113
  73. package/dist/utils/fileStorage.js +0 -344
  74. package/dist/utils/storage.d.ts +0 -3
  75. package/dist/utils/storage.js +0 -30
  76. package/dist/utils/supabase.d.ts +0 -1
  77. package/dist/utils/supabase.js +0 -15
  78. package/dist/utils/tokensFactory.d.ts +0 -12
  79. package/dist/utils/tokensFactory.js +0 -60
@@ -1,4729 +0,0 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
- export interface paths {
6
- "/": {
7
- parameters: {
8
- query?: never;
9
- header?: never;
10
- path?: never;
11
- cookie?: never;
12
- };
13
- /** Health check endpoint */
14
- get: operations["AppController_getHealth"];
15
- put?: never;
16
- post?: never;
17
- delete?: never;
18
- options?: never;
19
- head?: never;
20
- patch?: never;
21
- trace?: never;
22
- };
23
- "/auth/verify/email/otp": {
24
- parameters: {
25
- query?: never;
26
- header?: never;
27
- path?: never;
28
- cookie?: never;
29
- };
30
- get?: never;
31
- put?: never;
32
- /** Verify email by OTP */
33
- post: operations["AuthController_verifyEmail"];
34
- delete?: never;
35
- options?: never;
36
- head?: never;
37
- patch?: never;
38
- trace?: never;
39
- };
40
- "/auth/verify/phone/otp": {
41
- parameters: {
42
- query?: never;
43
- header?: never;
44
- path?: never;
45
- cookie?: never;
46
- };
47
- get?: never;
48
- put?: never;
49
- /** Verify phone by OTP */
50
- post: operations["AuthController_verifyPhone"];
51
- delete?: never;
52
- options?: never;
53
- head?: never;
54
- patch?: never;
55
- trace?: never;
56
- };
57
- "/auth/refresh/refresh-token": {
58
- parameters: {
59
- query?: never;
60
- header?: never;
61
- path?: never;
62
- cookie?: never;
63
- };
64
- get?: never;
65
- put?: never;
66
- /** Refresh session */
67
- post: operations["AuthController_refreshToken"];
68
- delete?: never;
69
- options?: never;
70
- head?: never;
71
- patch?: never;
72
- trace?: never;
73
- };
74
- "/auth/sign-in": {
75
- parameters: {
76
- query?: never;
77
- header?: never;
78
- path?: never;
79
- cookie?: never;
80
- };
81
- get?: never;
82
- put?: never;
83
- /** Sign in user by type */
84
- post: operations["AuthController_signIn"];
85
- delete?: never;
86
- options?: never;
87
- head?: never;
88
- patch?: never;
89
- trace?: never;
90
- };
91
- "/auth/sign-up": {
92
- parameters: {
93
- query?: never;
94
- header?: never;
95
- path?: never;
96
- cookie?: never;
97
- };
98
- get?: never;
99
- put?: never;
100
- /** Sign up user by type */
101
- post: operations["AuthController_signUp"];
102
- delete?: never;
103
- options?: never;
104
- head?: never;
105
- patch?: never;
106
- trace?: never;
107
- };
108
- "/auth/sign-up/telegram": {
109
- parameters: {
110
- query?: never;
111
- header?: never;
112
- path?: never;
113
- cookie?: never;
114
- };
115
- get?: never;
116
- put?: never;
117
- /** Sign up new user with telegram data */
118
- post: operations["AuthTelegramController_signUp"];
119
- delete?: never;
120
- options?: never;
121
- head?: never;
122
- patch?: never;
123
- trace?: never;
124
- };
125
- "/auth/sign-in/telegram": {
126
- parameters: {
127
- query?: never;
128
- header?: never;
129
- path?: never;
130
- cookie?: never;
131
- };
132
- get?: never;
133
- put?: never;
134
- /** Sign in user with telegram data */
135
- post: operations["AuthTelegramController_signIn"];
136
- delete?: never;
137
- options?: never;
138
- head?: never;
139
- patch?: never;
140
- trace?: never;
141
- };
142
- "/auth/sign-up/password/email": {
143
- parameters: {
144
- query?: never;
145
- header?: never;
146
- path?: never;
147
- cookie?: never;
148
- };
149
- get?: never;
150
- put?: never;
151
- /** Sign up user by email+password with OTP */
152
- post: operations["AuthPasswordController_signUpByEmail"];
153
- delete?: never;
154
- options?: never;
155
- head?: never;
156
- patch?: never;
157
- trace?: never;
158
- };
159
- "/auth/sign-up/password/email/resend": {
160
- parameters: {
161
- query?: never;
162
- header?: never;
163
- path?: never;
164
- cookie?: never;
165
- };
166
- get?: never;
167
- put?: never;
168
- /** Resend OTP by email */
169
- post: operations["AuthPasswordController_resendSignUpByEmail"];
170
- delete?: never;
171
- options?: never;
172
- head?: never;
173
- patch?: never;
174
- trace?: never;
175
- };
176
- "/auth/sign-up/password/email/finalize": {
177
- parameters: {
178
- query?: never;
179
- header?: never;
180
- path?: never;
181
- cookie?: never;
182
- };
183
- get?: never;
184
- put?: never;
185
- /** Final step to sign up user by email with verified session */
186
- post: operations["AuthPasswordController_signUpByEmailFinalize"];
187
- delete?: never;
188
- options?: never;
189
- head?: never;
190
- patch?: never;
191
- trace?: never;
192
- };
193
- "/auth/sign-in/password/email": {
194
- parameters: {
195
- query?: never;
196
- header?: never;
197
- path?: never;
198
- cookie?: never;
199
- };
200
- get?: never;
201
- put?: never;
202
- /** Sign in user by email+password */
203
- post: operations["AuthPasswordController_signInByEmail"];
204
- delete?: never;
205
- options?: never;
206
- head?: never;
207
- patch?: never;
208
- trace?: never;
209
- };
210
- "/auth/sign-in/omni/email/{type}": {
211
- parameters: {
212
- query?: never;
213
- header?: never;
214
- path?: never;
215
- cookie?: never;
216
- };
217
- get?: never;
218
- put?: never;
219
- /** Sign in/up user by email using OTP */
220
- post: operations["AuthOmniController_signInOmniByEmail"];
221
- delete?: never;
222
- options?: never;
223
- head?: never;
224
- patch?: never;
225
- trace?: never;
226
- };
227
- "/auth/sign-in/omni/phone/otp": {
228
- parameters: {
229
- query?: never;
230
- header?: never;
231
- path?: never;
232
- cookie?: never;
233
- };
234
- get?: never;
235
- put?: never;
236
- /** Sign in/up user by phone using OTP */
237
- post: operations["AuthOmniController_signInOmniByPhone"];
238
- delete?: never;
239
- options?: never;
240
- head?: never;
241
- patch?: never;
242
- trace?: never;
243
- };
244
- "/user": {
245
- parameters: {
246
- query?: never;
247
- header?: never;
248
- path?: never;
249
- cookie?: never;
250
- };
251
- /** Current user */
252
- get: operations["UserController_getMe"];
253
- put?: never;
254
- post?: never;
255
- delete?: never;
256
- options?: never;
257
- head?: never;
258
- patch?: never;
259
- trace?: never;
260
- };
261
- "/user/user-data": {
262
- parameters: {
263
- query?: never;
264
- header?: never;
265
- path?: never;
266
- cookie?: never;
267
- };
268
- /** Current user data */
269
- get: operations["UserController_getMyUserData"];
270
- put?: never;
271
- post?: never;
272
- delete?: never;
273
- options?: never;
274
- head?: never;
275
- /** Update current user data */
276
- patch: operations["UserController_updateMyUserData"];
277
- trace?: never;
278
- };
279
- "/user/email": {
280
- parameters: {
281
- query?: never;
282
- header?: never;
283
- path?: never;
284
- cookie?: never;
285
- };
286
- get?: never;
287
- put?: never;
288
- /** Confirm email change */
289
- post: operations["AuthenticatedUserController_changeEmailConfirm"];
290
- delete?: never;
291
- options?: never;
292
- head?: never;
293
- /** Request email change/add */
294
- patch: operations["AuthenticatedUserController_changeEmail"];
295
- trace?: never;
296
- };
297
- "/user/phone": {
298
- parameters: {
299
- query?: never;
300
- header?: never;
301
- path?: never;
302
- cookie?: never;
303
- };
304
- get?: never;
305
- put?: never;
306
- /** Confirm phone change */
307
- post: operations["AuthenticatedUserController_changePhoneNumberConfirm"];
308
- delete?: never;
309
- options?: never;
310
- head?: never;
311
- /** Request phone change/add */
312
- patch: operations["AuthenticatedUserController_changePhone"];
313
- trace?: never;
314
- };
315
- "/wallets": {
316
- parameters: {
317
- query?: never;
318
- header?: never;
319
- path?: never;
320
- cookie?: never;
321
- };
322
- /** Get user wallets */
323
- get: operations["WalletsController_all"];
324
- put?: never;
325
- /** Create a new wallet */
326
- post: operations["WalletsController_create"];
327
- delete?: never;
328
- options?: never;
329
- head?: never;
330
- patch?: never;
331
- trace?: never;
332
- };
333
- "/wallets/{wallet_id}": {
334
- parameters: {
335
- query?: never;
336
- header?: never;
337
- path?: never;
338
- cookie?: never;
339
- };
340
- /** Get specific user wallet with balances */
341
- get: operations["WalletsController_view"];
342
- put?: never;
343
- post?: never;
344
- delete?: never;
345
- options?: never;
346
- head?: never;
347
- patch?: never;
348
- trace?: never;
349
- };
350
- "/wallets/{wallet_id}/addresses/{chain}": {
351
- parameters: {
352
- query?: never;
353
- header?: never;
354
- path?: never;
355
- cookie?: never;
356
- };
357
- /** Wallet address for chain */
358
- get: operations["WalletsAddressesController_viewWalletAddressByChain"];
359
- put?: never;
360
- /**
361
- * Create a new address
362
- * @deprecated
363
- * @description Use viewWalletAddressByChain method to create and/or view address
364
- */
365
- post: operations["WalletsAddressesController_createAddress"];
366
- delete?: never;
367
- options?: never;
368
- head?: never;
369
- patch?: never;
370
- trace?: never;
371
- };
372
- "/wallets/{wallet_id}/transactions": {
373
- parameters: {
374
- query?: never;
375
- header?: never;
376
- path?: never;
377
- cookie?: never;
378
- };
379
- /** List of transactions for wallet */
380
- get: operations["WalletsTransactionsController_viewTransactionsByWallet"];
381
- put?: never;
382
- post?: never;
383
- delete?: never;
384
- options?: never;
385
- head?: never;
386
- patch?: never;
387
- trace?: never;
388
- };
389
- "/wallets/{wallet_id}/transactions/{transaction_id}": {
390
- parameters: {
391
- query?: never;
392
- header?: never;
393
- path?: never;
394
- cookie?: never;
395
- };
396
- /** Get transaction by id for wallet */
397
- get: operations["WalletsTransactionsController_viewTransactionByWallet"];
398
- put?: never;
399
- post?: never;
400
- delete?: never;
401
- options?: never;
402
- head?: never;
403
- patch?: never;
404
- trace?: never;
405
- };
406
- "/wallets/{wallet_id}/transactions/export/csv": {
407
- parameters: {
408
- query?: never;
409
- header?: never;
410
- path?: never;
411
- cookie?: never;
412
- };
413
- /** Export all wallet transactions */
414
- get: operations["WalletsTransactionsController_export"];
415
- put?: never;
416
- post?: never;
417
- delete?: never;
418
- options?: never;
419
- head?: never;
420
- patch?: never;
421
- trace?: never;
422
- };
423
- "/chains": {
424
- parameters: {
425
- query?: never;
426
- header?: never;
427
- path?: never;
428
- cookie?: never;
429
- };
430
- /**
431
- * List of chains
432
- * @deprecated
433
- */
434
- get: operations["ChainsController_all"];
435
- put?: never;
436
- post?: never;
437
- delete?: never;
438
- options?: never;
439
- head?: never;
440
- patch?: never;
441
- trace?: never;
442
- };
443
- "/currencies": {
444
- parameters: {
445
- query?: never;
446
- header?: never;
447
- path?: never;
448
- cookie?: never;
449
- };
450
- /**
451
- * List of currencies
452
- * @deprecated
453
- */
454
- get: operations["CurrenciesController_all"];
455
- put?: never;
456
- post?: never;
457
- delete?: never;
458
- options?: never;
459
- head?: never;
460
- patch?: never;
461
- trace?: never;
462
- };
463
- "/issuing/programs": {
464
- parameters: {
465
- query?: never;
466
- header?: never;
467
- path?: never;
468
- cookie?: never;
469
- };
470
- /** Get issuing Programs */
471
- get: operations["ProgramsController_getPrograms"];
472
- put?: never;
473
- post?: never;
474
- delete?: never;
475
- options?: never;
476
- head?: never;
477
- patch?: never;
478
- trace?: never;
479
- };
480
- "/exchange/rates": {
481
- parameters: {
482
- query?: never;
483
- header?: never;
484
- path?: never;
485
- cookie?: never;
486
- };
487
- /**
488
- * List of exchange rates from fiat to crypto
489
- * @deprecated
490
- */
491
- get: operations["ExchangeRatesController_findAll"];
492
- put?: never;
493
- post?: never;
494
- delete?: never;
495
- options?: never;
496
- head?: never;
497
- patch?: never;
498
- trace?: never;
499
- };
500
- "/fiat-accounts/{wallet_id}": {
501
- parameters: {
502
- query?: never;
503
- header?: never;
504
- path?: never;
505
- cookie?: never;
506
- };
507
- /** List of fiat accounts by wallet id */
508
- get: operations["FiatAccountsController_findAllByWallet"];
509
- put?: never;
510
- /** Create a new fiat account */
511
- post: operations["FiatAccountsController_create"];
512
- delete?: never;
513
- options?: never;
514
- head?: never;
515
- patch?: never;
516
- trace?: never;
517
- };
518
- "/fiat-accounts/{wallet_id}/{id}": {
519
- parameters: {
520
- query?: never;
521
- header?: never;
522
- path?: never;
523
- cookie?: never;
524
- };
525
- /** Get a specific fiat account by ID */
526
- get: operations["FiatAccountsController_findOne"];
527
- put?: never;
528
- post?: never;
529
- delete?: never;
530
- options?: never;
531
- head?: never;
532
- patch?: never;
533
- trace?: never;
534
- };
535
- "/fiat-accounts/{wallet_id}/{id}/transactions": {
536
- parameters: {
537
- query?: never;
538
- header?: never;
539
- path?: never;
540
- cookie?: never;
541
- };
542
- /** Get transactions for a specific Fiat Account by ID */
543
- get: operations["TransactionsController_findAll"];
544
- put?: never;
545
- post?: never;
546
- delete?: never;
547
- options?: never;
548
- head?: never;
549
- patch?: never;
550
- trace?: never;
551
- };
552
- "/developer/accesses": {
553
- parameters: {
554
- query?: never;
555
- header?: never;
556
- path?: never;
557
- cookie?: never;
558
- };
559
- /** List of external access */
560
- get: operations["DeveloperAccessesController_findAll"];
561
- put?: never;
562
- /** Create external access */
563
- post: operations["DeveloperAccessesController_create"];
564
- delete?: never;
565
- options?: never;
566
- head?: never;
567
- patch?: never;
568
- trace?: never;
569
- };
570
- "/developer/accesses/{id}": {
571
- parameters: {
572
- query?: never;
573
- header?: never;
574
- path?: never;
575
- cookie?: never;
576
- };
577
- get?: never;
578
- put?: never;
579
- post?: never;
580
- delete?: never;
581
- options?: never;
582
- head?: never;
583
- /** Update external access */
584
- patch: operations["DeveloperAccessesController_update"];
585
- trace?: never;
586
- };
587
- "/developer/accesses/{id}/rotate": {
588
- parameters: {
589
- query?: never;
590
- header?: never;
591
- path?: never;
592
- cookie?: never;
593
- };
594
- get?: never;
595
- put?: never;
596
- post?: never;
597
- delete?: never;
598
- options?: never;
599
- head?: never;
600
- /** Rotate external access */
601
- patch: operations["DeveloperAccessesController_rotate"];
602
- trace?: never;
603
- };
604
- "/developer/vendors": {
605
- parameters: {
606
- query?: never;
607
- header?: never;
608
- path?: never;
609
- cookie?: never;
610
- };
611
- /** List of vendors */
612
- get: operations["DeveloperVendorsController_findAll"];
613
- put?: never;
614
- post?: never;
615
- delete?: never;
616
- options?: never;
617
- head?: never;
618
- patch?: never;
619
- trace?: never;
620
- };
621
- "/kyc/forms/{rail_id}": {
622
- parameters: {
623
- query?: never;
624
- header?: never;
625
- path?: never;
626
- cookie?: never;
627
- };
628
- get: operations["KycFormsController_getFormConfigByType"];
629
- put?: never;
630
- post?: never;
631
- delete?: never;
632
- options?: never;
633
- head?: never;
634
- patch?: never;
635
- trace?: never;
636
- };
637
- "/kyc/{wallet_id}/entity": {
638
- parameters: {
639
- query?: never;
640
- header?: never;
641
- path?: never;
642
- cookie?: never;
643
- };
644
- /** Return kyc entity */
645
- get: operations["KycEntitiesController_findOne"];
646
- put?: never;
647
- post?: never;
648
- delete?: never;
649
- options?: never;
650
- head?: never;
651
- /** Update kyc entity data */
652
- patch: operations["KycEntitiesController_update"];
653
- trace?: never;
654
- };
655
- "/kyc/{wallet_id}/rails": {
656
- parameters: {
657
- query?: never;
658
- header?: never;
659
- path?: never;
660
- cookie?: never;
661
- };
662
- /** All kyc rails info */
663
- get: operations["WalletKycRailsController_findAll"];
664
- put?: never;
665
- post?: never;
666
- delete?: never;
667
- options?: never;
668
- head?: never;
669
- patch?: never;
670
- trace?: never;
671
- };
672
- "/kyc/{wallet_id}/rails/{rail_id}": {
673
- parameters: {
674
- query?: never;
675
- header?: never;
676
- path?: never;
677
- cookie?: never;
678
- };
679
- /** Single rail info */
680
- get: operations["WalletKycRailsController_findOne"];
681
- put?: never;
682
- /** Submit KYC verification */
683
- post: operations["WalletKycRailsController_update"];
684
- delete?: never;
685
- options?: never;
686
- head?: never;
687
- patch?: never;
688
- trace?: never;
689
- };
690
- "/kyc/{wallet_id}/rails/{rail_id}/terms-and-conditions": {
691
- parameters: {
692
- query?: never;
693
- header?: never;
694
- path?: never;
695
- cookie?: never;
696
- };
697
- get?: never;
698
- put?: never;
699
- /** Confirm terms and conditions for KYC rail */
700
- post: operations["WalletKycRailsController_confirmTermsAndConditions"];
701
- delete?: never;
702
- options?: never;
703
- head?: never;
704
- patch?: never;
705
- trace?: never;
706
- };
707
- "/countries": {
708
- parameters: {
709
- query?: never;
710
- header?: never;
711
- path?: never;
712
- cookie?: never;
713
- };
714
- /**
715
- * List of countries
716
- * @deprecated
717
- */
718
- get: operations["CountriesController_findAll"];
719
- put?: never;
720
- post?: never;
721
- delete?: never;
722
- options?: never;
723
- head?: never;
724
- patch?: never;
725
- trace?: never;
726
- };
727
- "/storage/kyc": {
728
- parameters: {
729
- query?: never;
730
- header?: never;
731
- path?: never;
732
- cookie?: never;
733
- };
734
- /** Get KYC file */
735
- get: operations["StorageController_getFileUrl"];
736
- put?: never;
737
- /** Upload KYC file */
738
- post: operations["StorageController_uploadKycFile"];
739
- delete?: never;
740
- options?: never;
741
- head?: never;
742
- patch?: never;
743
- trace?: never;
744
- };
745
- "/storage/kyc/{folderId}/{fileId}": {
746
- parameters: {
747
- query?: never;
748
- header?: never;
749
- path?: never;
750
- cookie?: never;
751
- };
752
- /** Get KYC file by ID */
753
- get: operations["StorageController_getKycFile"];
754
- put?: never;
755
- post?: never;
756
- delete?: never;
757
- options?: never;
758
- head?: never;
759
- patch?: never;
760
- trace?: never;
761
- };
762
- "/counterparties/{wallet_id}": {
763
- parameters: {
764
- query?: never;
765
- header?: never;
766
- path?: never;
767
- cookie?: never;
768
- };
769
- /** Return list of counterparty accounts */
770
- get: operations["CounterpartyAccountsController_findAll"];
771
- put?: never;
772
- /** Create new counterparty account */
773
- post: operations["CounterpartyAccountsController_create"];
774
- delete?: never;
775
- options?: never;
776
- head?: never;
777
- patch?: never;
778
- trace?: never;
779
- };
780
- "/counterparties/{wallet_id}/{counterparty_account_id}": {
781
- parameters: {
782
- query?: never;
783
- header?: never;
784
- path?: never;
785
- cookie?: never;
786
- };
787
- /** Return counterparty account */
788
- get: operations["CounterpartyAccountsController_findOne"];
789
- put?: never;
790
- post?: never;
791
- delete?: never;
792
- options?: never;
793
- head?: never;
794
- /** Update counterparty account */
795
- patch: operations["CounterpartyAccountsController_update"];
796
- trace?: never;
797
- };
798
- "/counterparties/{wallet_id}/{counterparty_account_id}/destinations": {
799
- parameters: {
800
- query?: never;
801
- header?: never;
802
- path?: never;
803
- cookie?: never;
804
- };
805
- /** Return list of counterparty destinations */
806
- get: operations["CounterpartyDestinationsController_findAll"];
807
- put?: never;
808
- /** Create new counterparty destination */
809
- post: operations["CounterpartyDestinationsController_create"];
810
- delete?: never;
811
- options?: never;
812
- head?: never;
813
- patch?: never;
814
- trace?: never;
815
- };
816
- "/counterparties/{wallet_id}/{counterparty_account_id}/destinations/{counterparty_destination_id}": {
817
- parameters: {
818
- query?: never;
819
- header?: never;
820
- path?: never;
821
- cookie?: never;
822
- };
823
- /** Return counterparty destination */
824
- get: operations["CounterpartyDestinationsController_findOne"];
825
- put?: never;
826
- post?: never;
827
- /** Delete counterparty destination */
828
- delete: operations["CounterpartyDestinationsController_delete"];
829
- options?: never;
830
- head?: never;
831
- /** Update counterparty destination */
832
- patch: operations["CounterpartyDestinationsController_update"];
833
- trace?: never;
834
- };
835
- "/system/config": {
836
- parameters: {
837
- query?: never;
838
- header?: never;
839
- path?: never;
840
- cookie?: never;
841
- };
842
- /** System config */
843
- get: operations["SystemController_config"];
844
- put?: never;
845
- post?: never;
846
- delete?: never;
847
- options?: never;
848
- head?: never;
849
- patch?: never;
850
- trace?: never;
851
- };
852
- "/system/chains": {
853
- parameters: {
854
- query?: never;
855
- header?: never;
856
- path?: never;
857
- cookie?: never;
858
- };
859
- /** List of chains */
860
- get: operations["SystemController_chains"];
861
- put?: never;
862
- post?: never;
863
- delete?: never;
864
- options?: never;
865
- head?: never;
866
- patch?: never;
867
- trace?: never;
868
- };
869
- "/system/currencies": {
870
- parameters: {
871
- query?: never;
872
- header?: never;
873
- path?: never;
874
- cookie?: never;
875
- };
876
- /** List of currencies */
877
- get: operations["SystemController_currencies"];
878
- put?: never;
879
- post?: never;
880
- delete?: never;
881
- options?: never;
882
- head?: never;
883
- patch?: never;
884
- trace?: never;
885
- };
886
- "/system/countries": {
887
- parameters: {
888
- query?: never;
889
- header?: never;
890
- path?: never;
891
- cookie?: never;
892
- };
893
- /** List of countries */
894
- get: operations["SystemController_countries"];
895
- put?: never;
896
- post?: never;
897
- delete?: never;
898
- options?: never;
899
- head?: never;
900
- patch?: never;
901
- trace?: never;
902
- };
903
- "/system/states/{country_id}": {
904
- parameters: {
905
- query?: never;
906
- header?: never;
907
- path?: never;
908
- cookie?: never;
909
- };
910
- /** List of states of country */
911
- get: operations["SystemController_states"];
912
- put?: never;
913
- post?: never;
914
- delete?: never;
915
- options?: never;
916
- head?: never;
917
- patch?: never;
918
- trace?: never;
919
- };
920
- "/system/exchange-rates": {
921
- parameters: {
922
- query?: never;
923
- header?: never;
924
- path?: never;
925
- cookie?: never;
926
- };
927
- /** List of exchange rates from currency to crypto */
928
- get: operations["SystemController_findAll"];
929
- put?: never;
930
- post?: never;
931
- delete?: never;
932
- options?: never;
933
- head?: never;
934
- patch?: never;
935
- trace?: never;
936
- };
937
- "/persona/inquiries/init/{wallet_id}/{type}": {
938
- parameters: {
939
- query?: never;
940
- header?: never;
941
- path?: never;
942
- cookie?: never;
943
- };
944
- get?: never;
945
- put?: never;
946
- post: operations["PersonaController_initInquiry"];
947
- delete?: never;
948
- options?: never;
949
- head?: never;
950
- patch?: never;
951
- trace?: never;
952
- };
953
- "/persona/inquiries/{wallet_id}/{inquiry_id}/resume": {
954
- parameters: {
955
- query?: never;
956
- header?: never;
957
- path?: never;
958
- cookie?: never;
959
- };
960
- get?: never;
961
- put?: never;
962
- post: operations["PersonaController_resumeInquiry"];
963
- delete?: never;
964
- options?: never;
965
- head?: never;
966
- patch?: never;
967
- trace?: never;
968
- };
969
- "/kyc/integration-persona-templates": {
970
- parameters: {
971
- query?: never;
972
- header?: never;
973
- path?: never;
974
- cookie?: never;
975
- };
976
- /** Get KYC integration Persona templates */
977
- get: operations["IntegrationPersonaTemplateController_findAll"];
978
- put?: never;
979
- post?: never;
980
- delete?: never;
981
- options?: never;
982
- head?: never;
983
- patch?: never;
984
- trace?: never;
985
- };
986
- "/persona-admin/{wallet_id}": {
987
- parameters: {
988
- query?: never;
989
- header?: never;
990
- path?: never;
991
- cookie?: never;
992
- };
993
- get?: never;
994
- put?: never;
995
- post: operations["PersonaAdminController_syncKycEntityWithPersona"];
996
- delete?: never;
997
- options?: never;
998
- head?: never;
999
- patch?: never;
1000
- trace?: never;
1001
- };
1002
- "/bank-data": {
1003
- parameters: {
1004
- query?: never;
1005
- header?: never;
1006
- path?: never;
1007
- cookie?: never;
1008
- };
1009
- /** Returns bank data by code */
1010
- get: operations["BankDataController_getBankDataByCode"];
1011
- put?: never;
1012
- post?: never;
1013
- delete?: never;
1014
- options?: never;
1015
- head?: never;
1016
- patch?: never;
1017
- trace?: never;
1018
- };
1019
- }
1020
- export type webhooks = Record<string, never>;
1021
- export interface components {
1022
- schemas: {
1023
- VerifyEmailDto: {
1024
- email: string;
1025
- token: string;
1026
- };
1027
- SessionDto: {
1028
- provider_token?: string | null;
1029
- provider_refresh_token?: string | null;
1030
- access_token: string;
1031
- expires_in: number;
1032
- expires_at?: number;
1033
- token_type: string;
1034
- refresh_token: string;
1035
- };
1036
- VerifyPhoneDto: {
1037
- phone: string;
1038
- token: string;
1039
- /**
1040
- * @default sms
1041
- * @enum {string}
1042
- */
1043
- type: "phone_change" | "sms";
1044
- };
1045
- RefreshTokenDto: {
1046
- refresh_token: string;
1047
- };
1048
- SignInByTypeDto: {
1049
- login: string;
1050
- /** @enum {string} */
1051
- type: "email" | "phone";
1052
- };
1053
- SignUpByTypeDto: {
1054
- invite_code?: string;
1055
- referrer?: string;
1056
- /** @enum {string} */
1057
- type: "email" | "phone";
1058
- login: string;
1059
- };
1060
- TelegramSignUpByPhoneDto: {
1061
- phone: string;
1062
- tg_id: string;
1063
- first_name: string;
1064
- last_name: string;
1065
- hash: string;
1066
- init_data_raw: string;
1067
- username: string;
1068
- invite_code?: string;
1069
- referrer?: string;
1070
- };
1071
- TelegramSessionDto: {
1072
- provider_token?: string | null;
1073
- provider_refresh_token?: string | null;
1074
- access_token: string;
1075
- expires_in: number;
1076
- expires_at?: number;
1077
- token_type: string;
1078
- refresh_token?: string | null;
1079
- };
1080
- TelegramSignInByTgIdDto: {
1081
- tg_id: string;
1082
- hash: string;
1083
- init_data_raw: string;
1084
- };
1085
- SignUpByEmailWithPasswordDto: {
1086
- password: string;
1087
- email: string;
1088
- };
1089
- UserEntity: {
1090
- id: string;
1091
- app_metadata: Record<string, never>;
1092
- user_metadata: Record<string, never>;
1093
- aud: string;
1094
- confirmation_sent_at?: string;
1095
- recovery_sent_at?: string;
1096
- email_change_sent_at?: string;
1097
- new_email?: string;
1098
- new_phone?: string;
1099
- invited_at?: string;
1100
- action_link?: string;
1101
- email?: string;
1102
- phone?: string;
1103
- created_at: string;
1104
- confirmed_at?: string;
1105
- email_confirmed_at?: string;
1106
- phone_confirmed_at?: string;
1107
- last_sign_in_at?: string;
1108
- role?: string;
1109
- updated_at?: string;
1110
- identities?: string[];
1111
- is_anonymous?: boolean;
1112
- factors?: string[];
1113
- };
1114
- ResendSignUpOtpByEmailDto: {
1115
- email: string;
1116
- };
1117
- SignUpWithPasswordFinalizeDto: {
1118
- invite_code?: string;
1119
- referrer?: string;
1120
- };
1121
- UserDataEntity: {
1122
- can_invite: boolean;
1123
- created_at: string;
1124
- id: number;
1125
- kyc_date: string | null;
1126
- /**
1127
- * @default UNVERIFIED
1128
- * @enum {string|null}
1129
- */
1130
- kyc_status: "APPROVED" | "DECLINED" | "PENDING" | "HOLD" | "DOUBLE" | "SOFT_REJECT" | "REJECT" | "UNVERIFIED" | "WAITING_ON_UBOS" | "WAITING_ON_REVIEW" | null;
1131
- referral_name: string | null;
1132
- tenant_id: string;
1133
- user_id: string;
1134
- default_currency: string;
1135
- user_groups_id: string | null;
1136
- is_developer: boolean;
1137
- first_name?: string | null;
1138
- last_name?: string | null;
1139
- /** @description User birth date in ISO 8601 format */
1140
- birth_date?: string | null;
1141
- };
1142
- SignInByEmailWithPasswordDto: {
1143
- password: string;
1144
- email: string;
1145
- };
1146
- SignInByEmailDto: {
1147
- invite_code?: string;
1148
- referrer?: string;
1149
- email: string;
1150
- redirect_url?: string;
1151
- };
1152
- SignInByPhoneDto: {
1153
- invite_code?: string;
1154
- referrer?: string;
1155
- phone: string;
1156
- };
1157
- UpdateUserDataDto: {
1158
- default_currency?: string;
1159
- first_name?: string | null;
1160
- last_name?: string | null;
1161
- /** @description User birth date in ISO 8601 format */
1162
- birth_date?: string | null;
1163
- };
1164
- ChangeEmailDto: {
1165
- access_token: string;
1166
- email: string;
1167
- refresh_token?: string | null;
1168
- };
1169
- ChangeEmailConfirmDto: {
1170
- access_token: string;
1171
- refresh_token?: string | null;
1172
- /** @description Verification email */
1173
- email: string;
1174
- /** @description Verification code */
1175
- token: string;
1176
- };
1177
- ChangePhoneDto: {
1178
- access_token: string;
1179
- refresh_token: string;
1180
- /** @description New phone number */
1181
- phone: string;
1182
- };
1183
- ChangePhoneConfirmDto: {
1184
- /** @description Verification phone number */
1185
- phone: string;
1186
- /** @description Verification code */
1187
- token: string;
1188
- };
1189
- PaginationResponseDto: {
1190
- /** @example 20 */
1191
- total: number;
1192
- /** @description Data */
1193
- data: Record<string, never>[];
1194
- /** @description Has more data flag */
1195
- readonly has_more: boolean;
1196
- };
1197
- WalletDto: {
1198
- uuid: string;
1199
- /** @enum {string|null} */
1200
- type: "personal" | "business" | "trading" | "merchant" | "staking" | "saving" | "escrow" | "exchange" | "vault" | null;
1201
- created_at: string;
1202
- };
1203
- WalletsFilter: Record<string, never>;
1204
- CreateWalletDto: {
1205
- /**
1206
- * @default personal
1207
- * @enum {string}
1208
- */
1209
- type: "personal" | "business" | "trading" | "merchant" | "staking" | "saving" | "escrow" | "exchange" | "vault";
1210
- };
1211
- AggregatedBalanceDetailsDto: {
1212
- uuid: string;
1213
- amount: number;
1214
- fiat_amount: number;
1215
- currency: components["schemas"]["CryptoCurrencyDto"] | components["schemas"]["FiatCurrencyDto"];
1216
- };
1217
- AggregatedBalanceDto: {
1218
- symbol: string;
1219
- icon: string;
1220
- name: string;
1221
- is_crypto: boolean;
1222
- decimal: number;
1223
- amount: number;
1224
- fiat_amount: number;
1225
- details: components["schemas"]["AggregatedBalanceDetailsDto"][];
1226
- };
1227
- WalletExtendedDto: {
1228
- uuid: string;
1229
- /** @enum {string|null} */
1230
- type: "personal" | "business" | "trading" | "merchant" | "staking" | "saving" | "escrow" | "exchange" | "vault" | null;
1231
- created_at: string;
1232
- fiat_total: number;
1233
- crypto_total: number;
1234
- total_amount: number;
1235
- balance: components["schemas"]["AggregatedBalanceDto"][];
1236
- };
1237
- WalletAddressDto: {
1238
- address: string | null;
1239
- chain: number | null;
1240
- created_at: string;
1241
- uuid: string | null;
1242
- wallet_uuid: string | null;
1243
- };
1244
- CreateWalletAddressDto: {
1245
- label: string;
1246
- };
1247
- TransactionMetaEntity: {
1248
- billing_amount: number;
1249
- billing_amount_currency: string;
1250
- exchange_rate: number;
1251
- fee: number;
1252
- fee_currency: string;
1253
- transaction_amount: number;
1254
- transaction_amount_currency: string;
1255
- network_fee?: number;
1256
- network_fee_currency?: string;
1257
- order_id?: string;
1258
- fiat_account_id?: string;
1259
- txid?: string;
1260
- chain_id?: number;
1261
- from_address?: string;
1262
- to_address?: string;
1263
- from_user_data?: number;
1264
- to_user_data?: number;
1265
- to_card_id?: string;
1266
- to_card_last4?: string;
1267
- to_fiat_account_id?: string;
1268
- to_vendor_id?: string;
1269
- };
1270
- WalletTransactionDto: {
1271
- id: number;
1272
- amount: number;
1273
- created_at: string;
1274
- info: string | null;
1275
- /** @enum {string} */
1276
- status: "complete" | "pending" | "canceled" | "failed" | "processing" | "new";
1277
- txid: string | null;
1278
- /** @enum {string} */
1279
- type: "deposit_crypto" | "withdrawal_crypto" | "deposit_fiat" | "withdrawal_fiat" | "deposit_vcard" | "withdrawal_vcard" | "deposit" | "withdrawal";
1280
- wallet_id: string | null;
1281
- /** @enum {string|null} */
1282
- method: "p2p" | "crypto" | "bank_transfer" | "exchange" | "sbp" | "internal_fiat" | null;
1283
- meta: components["schemas"]["TransactionMetaEntity"] | null;
1284
- /** @enum {string|null} */
1285
- record_type: "CARD_PROVIDER_DEPOSIT" | "CARD_PROVIDER_REFUND" | "DEPOSIT_CRYPTO_EXTERNAL" | "DEPOSIT_CRYPTO_INTERNAL" | "EXCHANGE_CRYPTO_INTERNAL" | "EXT_EXCHANGE" | "FEE" | "NETWORK_FEE" | "REFUND" | "WITHDRAWAL_CRYPTO_EXTERNAL" | "WITHDRAWAL_CRYPTO_INTERNAL" | "WHOLESALE_CARD_DEPOSIT" | null;
1286
- currency: components["schemas"]["CryptoCurrencyDto"] | components["schemas"]["FiatCurrencyDto"];
1287
- };
1288
- TransactionsFilter: {
1289
- created_at?: string;
1290
- /** @enum {string} */
1291
- type?: "deposit_crypto" | "withdrawal_crypto" | "deposit_fiat" | "withdrawal_fiat" | "deposit_vcard" | "withdrawal_vcard" | "deposit" | "withdrawal";
1292
- /** @enum {string|null} */
1293
- method?: "p2p" | "crypto" | "bank_transfer" | "exchange" | "sbp" | "internal_fiat" | null;
1294
- /** @enum {string|null} */
1295
- record_type?: "CARD_PROVIDER_DEPOSIT" | "CARD_PROVIDER_REFUND" | "DEPOSIT_CRYPTO_EXTERNAL" | "DEPOSIT_CRYPTO_INTERNAL" | "EXCHANGE_CRYPTO_INTERNAL" | "EXT_EXCHANGE" | "FEE" | "NETWORK_FEE" | "REFUND" | "WITHDRAWAL_CRYPTO_EXTERNAL" | "WITHDRAWAL_CRYPTO_INTERNAL" | "WHOLESALE_CARD_DEPOSIT" | null;
1296
- "currency.uuid"?: string;
1297
- "meta.billing_amount_currency"?: string;
1298
- "meta.transaction_amount_currency"?: string;
1299
- /** @description Filters items by "from OR to" fields */
1300
- address?: string;
1301
- /** Format: date-time */
1302
- from_created_at?: string;
1303
- /** Format: date-time */
1304
- to_created_at?: string;
1305
- /** @default false */
1306
- show_low_balance: boolean;
1307
- status?: ("complete" | "pending" | "canceled" | "failed" | "processing" | "new")[];
1308
- };
1309
- ChainDto: {
1310
- id: number;
1311
- name: string | null;
1312
- symbol: string | null;
1313
- is_beta: boolean | null;
1314
- };
1315
- AllChainsResponseDto: {
1316
- total: number;
1317
- data: components["schemas"]["ChainDto"][];
1318
- readonly has_more: boolean;
1319
- };
1320
- CryptoCurrencyMetaDto: {
1321
- icon: string;
1322
- name: string;
1323
- description: string;
1324
- symbol: string;
1325
- chain_id: number;
1326
- contract: string;
1327
- chain_name: string;
1328
- };
1329
- CryptoCurrencyDto: {
1330
- uuid: string;
1331
- decimal: number | null;
1332
- render_decimal: number;
1333
- is_stablecoin: boolean;
1334
- is_memo: boolean;
1335
- /** @enum {string|null} */
1336
- type: "token" | "native" | null;
1337
- meta: components["schemas"]["CryptoCurrencyMetaDto"];
1338
- is_enabled: boolean;
1339
- /** @example true */
1340
- is_crypto: boolean;
1341
- };
1342
- FiatCurrencyMetaDto: {
1343
- icon: string;
1344
- name: string;
1345
- description: string;
1346
- symbol: string;
1347
- code: string;
1348
- iso_code: number;
1349
- sign: string;
1350
- };
1351
- FiatCurrencyDto: {
1352
- uuid: string;
1353
- decimal: number | null;
1354
- render_decimal: number;
1355
- is_stablecoin: boolean;
1356
- is_memo: boolean;
1357
- /** @enum {string|null} */
1358
- type: "token" | "native" | null;
1359
- meta: components["schemas"]["FiatCurrencyMetaDto"];
1360
- is_enabled: boolean;
1361
- /** @example false */
1362
- is_crypto: boolean;
1363
- };
1364
- AllCurrenciesResponseDto: {
1365
- total: number;
1366
- data: (components["schemas"]["CryptoCurrencyDto"] | components["schemas"]["FiatCurrencyDto"])[];
1367
- };
1368
- KycRailTermsAndConditionsEntity: {
1369
- id: string;
1370
- description: string | null;
1371
- kyc_rail_id: string;
1372
- link: string;
1373
- title: string;
1374
- };
1375
- KycRailEntity: {
1376
- id: string;
1377
- code: string | null;
1378
- name: string;
1379
- /** @enum {string|null} */
1380
- type: "individual" | "business" | "universal" | null;
1381
- /** @description Current terms and conditions data */
1382
- terms_and_conditions?: components["schemas"]["KycRailTermsAndConditionsEntity"][];
1383
- };
1384
- IssuingProgramDto: {
1385
- id: string;
1386
- /** @enum {string|null} */
1387
- form_factor: "PHYSICAL" | "VIRTUAL" | null;
1388
- /** @enum {string|null} */
1389
- brand: "VISA" | "MASTERCARD" | "AMEX" | "UNIONPAY" | null;
1390
- tokenizable: boolean;
1391
- /** @enum {string|null} */
1392
- type: "CREDIT" | "DEBIT" | null;
1393
- kyc_rail: components["schemas"]["KycRailEntity"] | null;
1394
- };
1395
- ExchangeRateDto: {
1396
- from: string;
1397
- from_uuid: string | null;
1398
- inverted_rate: number;
1399
- rate: number;
1400
- /** @enum {string|null} */
1401
- rate_source: "cryptomus" | "coingecko" | null;
1402
- to: string;
1403
- to_uuid: string | null;
1404
- };
1405
- IssuingProgram: {
1406
- id: string;
1407
- /** @enum {string|null} */
1408
- form_factor: "PHYSICAL" | "VIRTUAL" | null;
1409
- /** @enum {string|null} */
1410
- brand: "VISA" | "MASTERCARD" | "AMEX" | "UNIONPAY" | null;
1411
- tokenizable: boolean;
1412
- /** @enum {string|null} */
1413
- type: "CREDIT" | "DEBIT" | null;
1414
- kyc_rail: components["schemas"]["KycRailEntity"] | null;
1415
- };
1416
- FiatAccountIssuingCardDto: {
1417
- card_id: string;
1418
- program_id: string;
1419
- wallet_id: string;
1420
- nick_name: string;
1421
- name_on_card?: string;
1422
- /** @enum {string} */
1423
- card_status: "ACTIVE" | "CANCELED" | "FROZEN" | "INACTIVE" | "CLOSED" | "BLOCKED";
1424
- /** @enum {string} */
1425
- brand?: "VISA" | "MASTERCARD" | "AMEX" | "UNIONPAY";
1426
- /** @enum {string} */
1427
- type?: "CREDIT" | "DEBIT";
1428
- /** @enum {string} */
1429
- form_factor: "PHYSICAL" | "VIRTUAL";
1430
- tokenizable: boolean;
1431
- request_id: string;
1432
- created_at: string;
1433
- last4?: string;
1434
- };
1435
- FiatAccountDto: {
1436
- id: string;
1437
- balance: number | null;
1438
- nick_name: string | null;
1439
- wallet_id: string;
1440
- created_at: string;
1441
- /** @enum {string} */
1442
- status: "ACTIVE" | "CANCELED" | "FROZEN" | "INACTIVE" | "CLOSED" | "BLOCKED";
1443
- issuing_program: components["schemas"]["IssuingProgram"] | null;
1444
- currency: components["schemas"]["FiatCurrencyDto"];
1445
- total_balance: number;
1446
- realtimeauth_balance: number;
1447
- fiat_balance: number;
1448
- cards_count: number;
1449
- cards?: components["schemas"]["FiatAccountIssuingCardDto"][];
1450
- };
1451
- CreateFiatAccountDto: {
1452
- program_id: string;
1453
- };
1454
- FiatAccountEntity: {
1455
- id: string;
1456
- balance: number | null;
1457
- nick_name: string | null;
1458
- wallet_id: string;
1459
- created_at: string;
1460
- account_currency: string;
1461
- /** @enum {string} */
1462
- type: "balance" | "prepaid";
1463
- program_id: string | null;
1464
- /** @enum {string} */
1465
- status: "ACTIVE" | "CANCELED" | "FROZEN" | "INACTIVE" | "CLOSED" | "BLOCKED";
1466
- issuing_program: components["schemas"]["IssuingProgram"] | null;
1467
- };
1468
- FiatAccountDetailsDto: {
1469
- iban: string;
1470
- bank_name: string;
1471
- swift_code: string;
1472
- bank_address: string;
1473
- receiver_name: string;
1474
- payment_details: string;
1475
- reference_number: string;
1476
- registration_number: string;
1477
- };
1478
- FiatAccountRealtimeauthEntity: {
1479
- id: string;
1480
- crypto_token: Record<string, never> | null;
1481
- priority: Record<string, never> | null;
1482
- fiat_account: Record<string, never> | null;
1483
- };
1484
- FiatAccountOrderTypeEntity: {
1485
- /** @enum {string|null} */
1486
- order_type: "TRANSFER_CARD_SUBACCOUNT" | "TRANSFER_CARD_PREPAID" | "WITHDRAWAL_CRYPTO" | "DEPOSIT_CRYPTO" | "DEPOSIT_FIAT_SEPA" | "DEPOSIT_FIAT_SWIFT" | "EXCHANGE_CRYPTO_INTERNAL" | "WITHDRAWAL_FIAT_SEPA" | "TRANSFER_INTERNAL" | "TRANSFER_CARD_WHOLESALE" | "CARD_ISSUING_FEE" | null;
1487
- };
1488
- FiatAccountExtendedDto: {
1489
- id: string;
1490
- balance: number | null;
1491
- nick_name: string | null;
1492
- wallet_id: string;
1493
- created_at: string;
1494
- /** @enum {string} */
1495
- status: "ACTIVE" | "CANCELED" | "FROZEN" | "INACTIVE" | "CLOSED" | "BLOCKED";
1496
- issuing_program: components["schemas"]["IssuingProgram"] | null;
1497
- currency: components["schemas"]["FiatCurrencyDto"];
1498
- total_balance: number;
1499
- realtimeauth_balance: number;
1500
- fiat_balance: number;
1501
- cards_count: number;
1502
- cards?: components["schemas"]["FiatAccountIssuingCardDto"][];
1503
- account_details: components["schemas"]["FiatAccountDetailsDto"];
1504
- realtime_auth: components["schemas"]["FiatAccountRealtimeauthEntity"][];
1505
- payment_types: components["schemas"]["FiatAccountOrderTypeEntity"][];
1506
- };
1507
- MerchantDto: {
1508
- name: string;
1509
- category_code: string;
1510
- city: string;
1511
- country: string;
1512
- };
1513
- FiatAccountTransactionDto: {
1514
- vendor_transaction_id: string;
1515
- created_at: string;
1516
- cleared_at: string;
1517
- merchant: components["schemas"]["MerchantDto"];
1518
- last4: string;
1519
- title: string;
1520
- billing_amount: number;
1521
- billing_currency: string;
1522
- transaction_amount: number;
1523
- transaction_currency: string;
1524
- vendor_sub_account_id: string;
1525
- failure_reason: string;
1526
- status: string;
1527
- /** @enum {string} */
1528
- transaction_type: "AUTHORIZATION" | "CLEARING" | "REFUND" | "REVERSAL" | "ORIGINAL_CREDIT" | "FEE" | "DEPOSIT" | "WITHDRAWAL";
1529
- is_credit: boolean;
1530
- has_receipt: boolean;
1531
- adjustment_type: string;
1532
- review_status: string;
1533
- group: string;
1534
- total_amount: number;
1535
- };
1536
- FindAllFiatAccountTransactionsDto: {
1537
- has_more: boolean;
1538
- count: number;
1539
- data: components["schemas"]["FiatAccountTransactionDto"][];
1540
- };
1541
- CreateDeveloperAccessDto: {
1542
- name: string;
1543
- /** @enum {string} */
1544
- role: "READ_ONLY" | "DEVELOPER" | "OWNER";
1545
- };
1546
- UpdateDeveloperAccessDto: {
1547
- /** @enum {string} */
1548
- role: "READ_ONLY" | "DEVELOPER" | "OWNER";
1549
- };
1550
- KycFormFieldOptionDto: {
1551
- label: string;
1552
- value: string;
1553
- };
1554
- KycFormFieldValidationDto: {
1555
- pattern?: string;
1556
- message?: string;
1557
- minLength?: number;
1558
- maxLength?: number;
1559
- min?: number;
1560
- max?: number;
1561
- };
1562
- KycFormFieldDto: {
1563
- name: string;
1564
- /** @enum {string} */
1565
- type: "text" | "email" | "password" | "radio" | "select" | "checkbox" | "textarea" | "number" | "date" | "switch" | "file";
1566
- label: string;
1567
- placeholder?: string;
1568
- required?: boolean;
1569
- order?: number;
1570
- options?: components["schemas"]["KycFormFieldOptionDto"][];
1571
- validation?: components["schemas"]["KycFormFieldValidationDto"];
1572
- rows?: number;
1573
- value?: string;
1574
- accept?: string;
1575
- };
1576
- KycFormFieldContainerDto: {
1577
- /** @enum {string} */
1578
- type: "field" | "group";
1579
- field?: components["schemas"]["KycFormFieldDto"];
1580
- group?: components["schemas"]["KycFormFieldGroupDto"];
1581
- };
1582
- KycFormFieldGroupDto: {
1583
- name?: string;
1584
- isArray?: boolean;
1585
- fields: components["schemas"]["KycFormFieldContainerDto"][];
1586
- label: string;
1587
- };
1588
- KycEntityAmlQuestionnaireEntity: Record<string, never>;
1589
- GeneralInfo: Record<string, never>;
1590
- ContactPersonInfo: Record<string, never>;
1591
- LegalRepresentativeInfo: Record<string, never>;
1592
- DirectorsInfo: Record<string, never>;
1593
- OwnershipStructure: Record<string, never>;
1594
- KycEntityDueDiligenceFormEntity: {
1595
- general_info: components["schemas"]["GeneralInfo"];
1596
- contact_person_info: components["schemas"]["ContactPersonInfo"];
1597
- legal_representative_info: components["schemas"]["LegalRepresentativeInfo"];
1598
- directors_info: components["schemas"]["DirectorsInfo"][];
1599
- ownership_structure: components["schemas"]["OwnershipStructure"][];
1600
- };
1601
- KycEntitySofEuQuestionnaireEntity: Record<string, never>;
1602
- CountryTimezone: Record<string, never>;
1603
- CountryTranslations: Record<string, never>;
1604
- CountryEntity: {
1605
- id: number;
1606
- capital: string | null;
1607
- currency: string | null;
1608
- currency_name: string | null;
1609
- currency_symbol: string | null;
1610
- emoji: string | null;
1611
- emojiU: string | null;
1612
- flag: number;
1613
- iso2: string | null;
1614
- iso3: string | null;
1615
- latitude: number | null;
1616
- longitude: number | null;
1617
- name: string;
1618
- nationality: string | null;
1619
- native: string | null;
1620
- numeric_code: string | null;
1621
- phonecode: string | null;
1622
- region: string | null;
1623
- region_id: number | null;
1624
- subregion: string | null;
1625
- subregion_id: number | null;
1626
- timezones: components["schemas"]["CountryTimezone"][] | null;
1627
- tld: string | null;
1628
- translations: components["schemas"]["CountryTranslations"][] | null;
1629
- wikiDataId: string | null;
1630
- created_at: string | null;
1631
- updated_at: string;
1632
- };
1633
- KycAddressDto: {
1634
- address_line1?: string | null;
1635
- address_line2?: string | null;
1636
- city?: string | null;
1637
- readonly country?: components["schemas"]["CountryEntity"] | null;
1638
- country_id: number | null;
1639
- postal_code?: string | null;
1640
- state_province_region?: string | null;
1641
- id?: string;
1642
- };
1643
- KycBeneficialOwnerDto: {
1644
- auth_letter_url: string | null;
1645
- business_title: string | null;
1646
- country_of_birth: string | null;
1647
- date_of_birth: string | null;
1648
- email: string | null;
1649
- first_name: string | null;
1650
- first_name_local: string | null;
1651
- last_name: string | null;
1652
- last_name_local: string | null;
1653
- middle_name: string | null;
1654
- middle_name_local: string | null;
1655
- gov_id_back_url: string | null;
1656
- gov_id_country: string | null;
1657
- gov_id_expiration_date: string | null;
1658
- gov_id_front_url: string | null;
1659
- gov_id_issuance_authority: string | null;
1660
- gov_id_issuance_date: string | null;
1661
- gov_id_number: string | null;
1662
- /** @enum {string|null} */
1663
- gov_id_type: "PASSPORT" | "ID_CARD" | "DRIVERS" | null;
1664
- has_control: boolean | null;
1665
- has_ownership: boolean | null;
1666
- is_signer: boolean | null;
1667
- nationality: string | null;
1668
- phone: string | null;
1669
- /** @enum {string|null} */
1670
- proof_of_address_type: "UTILITY_BILL" | "BANK_STATEMENT" | "RENTAL_AGREEMENT" | "TAX_DOCUMENT" | null;
1671
- proof_of_address_url: string | null;
1672
- relationship_established_at: string | null;
1673
- /** @enum {string|null} */
1674
- role?: "OWNER_OR_OPERATOR" | "PARTNER" | "UBO" | "DIRECTOR_CONTROL_PERSON_OR_LEGAL_REP" | "AGENT_OR_AUTHORISED_PERSON" | null;
1675
- share_proportion: string | null;
1676
- supplementary_info: string | null;
1677
- supplementary_url: string | null;
1678
- tax_identification_number: string | null;
1679
- selfie_url?: string | null;
1680
- id?: string;
1681
- address?: components["schemas"]["KycAddressDto"] | null;
1682
- };
1683
- KycEntityDto: {
1684
- /** @enum {string} */
1685
- type: "individual" | "business" | "universal";
1686
- id_number?: string | null;
1687
- /** @enum {string|null} */
1688
- id_type?: "PASSPORT" | "ID_CARD" | "DRIVERS" | "NIN" | null;
1689
- additional_id_number?: string | null;
1690
- additional_id_type?: string | null;
1691
- aml_questionnaire?: components["schemas"]["KycEntityAmlQuestionnaireEntity"] | null;
1692
- articles_of_association_url?: string | null;
1693
- business_description?: string | null;
1694
- business_industry?: string | null;
1695
- business_name?: string | null;
1696
- business_name_local?: string | null;
1697
- business_registration_doc_url?: string | null;
1698
- /** @enum {string|null} */
1699
- business_type?: "cooperative" | "s_corporation" | "b_corporation" | "c_corporation" | "close_corporation" | "nonprofit_corporation" | "general_partnership" | "limited_partnership" | "limited_liability_company" | "other" | "sole_proprietorship" | "trust" | null;
1700
- certificate_number?: string | null;
1701
- certificate_of_incumbency_url?: string | null;
1702
- /** @enum {string|null} */
1703
- certificate_of_registration_doc_type?: "ACRA" | "GST" | "MSME" | "CERTIFICATE_OF_REGISTRATION" | null;
1704
- certificate_of_registration_doc_url?: string | null;
1705
- compliance_screening_explanation?: string | null;
1706
- constitution_or_annual_report_url?: string | null;
1707
- country_of_birth?: string | null;
1708
- /** @default false */
1709
- dao_status: boolean | null;
1710
- date_of_birth?: string | null;
1711
- due_diligence_form?: components["schemas"]["KycEntityDueDiligenceFormEntity"] | null;
1712
- email?: string | null;
1713
- export_country?: string | null;
1714
- first_name?: string | null;
1715
- first_name_local?: string | null;
1716
- formation_date?: string | null;
1717
- formation_doc_url?: string | null;
1718
- gov_id_back_url?: string | null;
1719
- gov_id_country?: string | null;
1720
- gov_id_expiration_date?: string | null;
1721
- gov_id_front_url?: string | null;
1722
- gov_id_hand_hold_url?: string | null;
1723
- gov_id_issuance_authority?: string | null;
1724
- gov_id_issuance_date?: string | null;
1725
- gov_id_number?: string | null;
1726
- /** @enum {string|null} */
1727
- gov_id_type?: "PASSPORT" | "ID_CARD" | "DRIVERS" | null;
1728
- incorporation_number?: string | null;
1729
- last_name?: string | null;
1730
- last_name_local?: string | null;
1731
- license_expiration_date?: string | null;
1732
- middle_name?: string | null;
1733
- middle_name_local?: string | null;
1734
- nationality?: string | null;
1735
- partnership_deed_url?: string | null;
1736
- partnership_mins_of_meeting_url?: string | null;
1737
- phone?: string | null;
1738
- product_service_category?: string | null;
1739
- /** @enum {string|null} */
1740
- proof_of_address_type?: "UTILITY_BILL" | "BANK_STATEMENT" | "RENTAL_AGREEMENT" | "TAX_DOCUMENT" | null;
1741
- proof_of_address_url?: string | null;
1742
- proof_of_ownership_url?: string | null;
1743
- /** @enum {string|null} */
1744
- purpose?: "charitable_donations" | "ecommerce_retail_payments" | "investment_purposes" | "other" | "payments_to_friends_or_family_abroad" | "payroll" | "personal_or_living_expenses" | "protect_wealth" | "purchase_goods_and_services" | "receive_payments_for_goods_and_services" | "tax_optimization" | "third_party_money_transmission" | "treasury_management" | "operating_a_company" | "receive_payment_for_freelancing" | "receive_salary" | null;
1745
- purpose_other?: string | null;
1746
- registration_number?: string | null;
1747
- share_structure_url?: string | null;
1748
- sof_eu_questionnaire?: components["schemas"]["KycEntitySofEuQuestionnaireEntity"] | null;
1749
- source_of_funds?: string | null;
1750
- supplementary_info?: string | null;
1751
- supplementary_url?: string | null;
1752
- tax_identification_number?: string | null;
1753
- /** @enum {string|null} */
1754
- tax_identification_number_type?: "EIN" | "SSN" | "VAT" | "TIN" | "UTR" | null;
1755
- trade_name?: string | null;
1756
- /** @enum {string|null} */
1757
- trade_type?: "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | null;
1758
- /** @default false */
1759
- transmits_customer_funds: boolean | null;
1760
- ubo_declaration_url?: string | null;
1761
- website?: string | null;
1762
- selfie_url?: string | null;
1763
- annual_salary?: string | null;
1764
- expected_monthly_volume?: string | null;
1765
- monthly_crypto_deposits?: string | null;
1766
- monthly_crypto_investment_deposit?: string | null;
1767
- monthly_crypto_investment_withdrawal?: string | null;
1768
- monthly_crypto_withdrawals?: string | null;
1769
- monthly_investment_deposit?: string | null;
1770
- monthly_investment_withdrawal?: string | null;
1771
- monthly_withdrawals?: string | null;
1772
- usd_value_of_crypto?: string | null;
1773
- usd_value_of_fiat?: string | null;
1774
- occupation?: string | null;
1775
- occupation_other?: string | null;
1776
- /**
1777
- * @default UNVERIFIED
1778
- * @enum {string}
1779
- */
1780
- status: "APPROVED" | "DECLINED" | "PENDING" | "HOLD" | "DOUBLE" | "SOFT_REJECT" | "REJECT" | "UNVERIFIED" | "WAITING_ON_UBOS" | "WAITING_ON_REVIEW";
1781
- /** @enum {string|null} */
1782
- employment_status?: "EMPLOYEE" | "SELF_EMPLOYED" | "RETIRED" | "UNEMPLOYED" | "OTHER" | null;
1783
- employment_description?: string | null;
1784
- address?: components["schemas"]["KycAddressDto"] | null;
1785
- beneficial_owners?: components["schemas"]["KycBeneficialOwnerDto"][] | null;
1786
- };
1787
- CreateOrUpdateKycEntityDto: {
1788
- /** @enum {string} */
1789
- type: "individual" | "business" | "universal";
1790
- id_number?: string | null;
1791
- /** @enum {string|null} */
1792
- id_type?: "PASSPORT" | "ID_CARD" | "DRIVERS" | "NIN" | null;
1793
- additional_id_number?: string | null;
1794
- additional_id_type?: string | null;
1795
- aml_questionnaire?: components["schemas"]["KycEntityAmlQuestionnaireEntity"] | null;
1796
- articles_of_association_url?: string | null;
1797
- business_description?: string | null;
1798
- business_industry?: string | null;
1799
- business_name?: string | null;
1800
- business_name_local?: string | null;
1801
- business_registration_doc_url?: string | null;
1802
- /** @enum {string|null} */
1803
- business_type?: "cooperative" | "s_corporation" | "b_corporation" | "c_corporation" | "close_corporation" | "nonprofit_corporation" | "general_partnership" | "limited_partnership" | "limited_liability_company" | "other" | "sole_proprietorship" | "trust" | null;
1804
- certificate_number?: string | null;
1805
- certificate_of_incumbency_url?: string | null;
1806
- /** @enum {string|null} */
1807
- certificate_of_registration_doc_type?: "ACRA" | "GST" | "MSME" | "CERTIFICATE_OF_REGISTRATION" | null;
1808
- certificate_of_registration_doc_url?: string | null;
1809
- compliance_screening_explanation?: string | null;
1810
- constitution_or_annual_report_url?: string | null;
1811
- country_of_birth?: string | null;
1812
- /** @default false */
1813
- dao_status: boolean | null;
1814
- date_of_birth?: string | null;
1815
- due_diligence_form?: components["schemas"]["KycEntityDueDiligenceFormEntity"] | null;
1816
- email?: string | null;
1817
- export_country?: string | null;
1818
- first_name?: string | null;
1819
- first_name_local?: string | null;
1820
- formation_date?: string | null;
1821
- formation_doc_url?: string | null;
1822
- gov_id_back_url?: string | null;
1823
- gov_id_country?: string | null;
1824
- gov_id_expiration_date?: string | null;
1825
- gov_id_front_url?: string | null;
1826
- gov_id_hand_hold_url?: string | null;
1827
- gov_id_issuance_authority?: string | null;
1828
- gov_id_issuance_date?: string | null;
1829
- gov_id_number?: string | null;
1830
- /** @enum {string|null} */
1831
- gov_id_type?: "PASSPORT" | "ID_CARD" | "DRIVERS" | null;
1832
- incorporation_number?: string | null;
1833
- last_name?: string | null;
1834
- last_name_local?: string | null;
1835
- license_expiration_date?: string | null;
1836
- middle_name?: string | null;
1837
- middle_name_local?: string | null;
1838
- nationality?: string | null;
1839
- partnership_deed_url?: string | null;
1840
- partnership_mins_of_meeting_url?: string | null;
1841
- phone?: string | null;
1842
- product_service_category?: string | null;
1843
- /** @enum {string|null} */
1844
- proof_of_address_type?: "UTILITY_BILL" | "BANK_STATEMENT" | "RENTAL_AGREEMENT" | "TAX_DOCUMENT" | null;
1845
- proof_of_address_url?: string | null;
1846
- proof_of_ownership_url?: string | null;
1847
- /** @enum {string|null} */
1848
- purpose?: "charitable_donations" | "ecommerce_retail_payments" | "investment_purposes" | "other" | "payments_to_friends_or_family_abroad" | "payroll" | "personal_or_living_expenses" | "protect_wealth" | "purchase_goods_and_services" | "receive_payments_for_goods_and_services" | "tax_optimization" | "third_party_money_transmission" | "treasury_management" | "operating_a_company" | "receive_payment_for_freelancing" | "receive_salary" | null;
1849
- purpose_other?: string | null;
1850
- registration_number?: string | null;
1851
- share_structure_url?: string | null;
1852
- sof_eu_questionnaire?: components["schemas"]["KycEntitySofEuQuestionnaireEntity"] | null;
1853
- source_of_funds?: string | null;
1854
- supplementary_info?: string | null;
1855
- supplementary_url?: string | null;
1856
- tax_identification_number?: string | null;
1857
- /** @enum {string|null} */
1858
- tax_identification_number_type?: "EIN" | "SSN" | "VAT" | "TIN" | "UTR" | null;
1859
- trade_name?: string | null;
1860
- /** @enum {string|null} */
1861
- trade_type?: "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | null;
1862
- /** @default false */
1863
- transmits_customer_funds: boolean | null;
1864
- ubo_declaration_url?: string | null;
1865
- website?: string | null;
1866
- selfie_url?: string | null;
1867
- annual_salary?: string | null;
1868
- expected_monthly_volume?: string | null;
1869
- monthly_crypto_deposits?: string | null;
1870
- monthly_crypto_investment_deposit?: string | null;
1871
- monthly_crypto_investment_withdrawal?: string | null;
1872
- monthly_crypto_withdrawals?: string | null;
1873
- monthly_investment_deposit?: string | null;
1874
- monthly_investment_withdrawal?: string | null;
1875
- monthly_withdrawals?: string | null;
1876
- usd_value_of_crypto?: string | null;
1877
- usd_value_of_fiat?: string | null;
1878
- occupation?: string | null;
1879
- occupation_other?: string | null;
1880
- /** @enum {string|null} */
1881
- employment_status?: "EMPLOYEE" | "SELF_EMPLOYED" | "RETIRED" | "UNEMPLOYED" | "OTHER" | null;
1882
- employment_description?: string | null;
1883
- address?: components["schemas"]["KycAddressDto"] | null;
1884
- beneficial_owners?: components["schemas"]["KycBeneficialOwnerDto"][] | null;
1885
- };
1886
- WalletKycRailExtraActionDto: {
1887
- /** @enum {string} */
1888
- action: "verification";
1889
- type: string;
1890
- full_name: string | null;
1891
- url: string;
1892
- };
1893
- WalletKycRailTermsAndConditionsDto: {
1894
- description: string | null;
1895
- link: string;
1896
- title: string;
1897
- };
1898
- WalletKycRailDto: {
1899
- message: string | null;
1900
- /** @enum {string} */
1901
- readonly status: "APPROVED" | "DECLINED" | "PENDING" | "HOLD" | "DOUBLE" | "SOFT_REJECT" | "REJECT" | "UNVERIFIED" | "WAITING_ON_UBOS" | "WAITING_ON_REVIEW";
1902
- /** @default false */
1903
- terms_confirmed: boolean;
1904
- extra_actions?: components["schemas"]["WalletKycRailExtraActionDto"][];
1905
- /** @description Accepted terms and conditions data */
1906
- terms_and_conditions: components["schemas"]["WalletKycRailTermsAndConditionsDto"][];
1907
- };
1908
- WalletKycRailTypeDto: {
1909
- id: string;
1910
- code: string | null;
1911
- name: string;
1912
- wallet_rail: components["schemas"]["WalletKycRailDto"] | null;
1913
- terms_and_conditions: components["schemas"]["WalletKycRailTermsAndConditionsDto"][];
1914
- };
1915
- GetWalletKycRailsResponseDto: {
1916
- /** @example 20 */
1917
- total: number;
1918
- /** @description Data */
1919
- data: components["schemas"]["WalletKycRailTypeDto"][];
1920
- /** @description Has more data flag */
1921
- readonly has_more: boolean;
1922
- };
1923
- CountryDto: {
1924
- id: number;
1925
- capital: string | null;
1926
- currency: string | null;
1927
- currency_name: string | null;
1928
- currency_symbol: string | null;
1929
- emoji: string | null;
1930
- emojiU: string | null;
1931
- flag: number;
1932
- iso2: string | null;
1933
- iso3: string | null;
1934
- latitude: number | null;
1935
- longitude: number | null;
1936
- name: string;
1937
- nationality: string | null;
1938
- native: string | null;
1939
- numeric_code: string | null;
1940
- phonecode: string | null;
1941
- region: string | null;
1942
- region_id: number | null;
1943
- subregion: string | null;
1944
- subregion_id: number | null;
1945
- timezones: components["schemas"]["CountryTimezone"][] | null;
1946
- tld: string | null;
1947
- translations: components["schemas"]["CountryTranslations"][] | null;
1948
- wikiDataId: string | null;
1949
- };
1950
- StorageUploadFileResponseDto: {
1951
- fullPath: string;
1952
- };
1953
- CounterpartiesFilter: {
1954
- email?: string;
1955
- /** @description Phone number */
1956
- phone?: string;
1957
- name?: string;
1958
- nickname?: string | null;
1959
- /** @enum {string} */
1960
- type?: "INDIVIDUAL" | "BUSINESS";
1961
- created_at?: string;
1962
- search: string;
1963
- };
1964
- CounterpartyAccountDto: {
1965
- id: string;
1966
- email: string;
1967
- /** @description Phone number */
1968
- phone: string;
1969
- name: string;
1970
- nickname?: string | null;
1971
- /** @enum {string} */
1972
- type: "INDIVIDUAL" | "BUSINESS";
1973
- created_at: string;
1974
- /** @default false */
1975
- is_pinned: boolean;
1976
- /** @default false */
1977
- is_self: boolean;
1978
- };
1979
- FindAllCounterpartyAccountsResponseDto: {
1980
- /** @example 20 */
1981
- total: number;
1982
- /** @description Data */
1983
- data: components["schemas"]["CounterpartyAccountDto"][];
1984
- /** @description Has more data flag */
1985
- readonly has_more: boolean;
1986
- };
1987
- CreateCounterpartyAccountDto: {
1988
- email: string;
1989
- /** @description Phone number */
1990
- phone: string;
1991
- name: string;
1992
- nickname?: string | null;
1993
- /** @enum {string} */
1994
- type: "INDIVIDUAL" | "BUSINESS";
1995
- /** @default false */
1996
- is_pinned: boolean;
1997
- /** @default false */
1998
- is_self: boolean;
1999
- };
2000
- UpdateCounterpartyAccountDto: {
2001
- email?: string;
2002
- /** @description Phone number */
2003
- phone?: string;
2004
- name?: string;
2005
- nickname?: string | null;
2006
- };
2007
- CounterpartyDestinationsFilter: {
2008
- nickname?: string | null;
2009
- /** @enum {string} */
2010
- type?: "DOMESTIC_WIRE" | "ACH" | "SWIFT" | "SEPA" | "CRYPTO_EXTERNAL" | "CRYPTO_INTERNAL";
2011
- created_at?: string;
2012
- };
2013
- StateEntity: {
2014
- id: number;
2015
- name: string;
2016
- country_id: number;
2017
- country_code: string;
2018
- fips_code: string | null;
2019
- iso2: string | null;
2020
- type: string | null;
2021
- level: number | null;
2022
- parent_id: number | null;
2023
- native: string | null;
2024
- latitude: number | null;
2025
- longitude: number | null;
2026
- created_at: string | null;
2027
- updated_at: string;
2028
- flag: number;
2029
- wikiDataId: string | null;
2030
- };
2031
- AddressEntity: {
2032
- id?: string;
2033
- city?: string | null;
2034
- country_id?: number | null;
2035
- readonly country?: components["schemas"]["CountryEntity"] | null;
2036
- postcode?: string | null;
2037
- street1?: string | null;
2038
- street2?: string | null;
2039
- description?: string | null;
2040
- state_id?: number | null;
2041
- readonly state?: components["schemas"]["StateEntity"] | null;
2042
- };
2043
- CounterpartyExternalBankingDataDto: {
2044
- account_number?: string | null;
2045
- routing_number?: string | null;
2046
- bank_name: string | null;
2047
- note: string | null;
2048
- swift_bic?: string | null;
2049
- iban?: string | null;
2050
- address?: components["schemas"]["AddressEntity"];
2051
- };
2052
- CryptoEntity: {
2053
- icon: string | null;
2054
- name: string;
2055
- uuid: string;
2056
- chain: string | null;
2057
- symbol: string;
2058
- decimal: number | null;
2059
- contract: string | null;
2060
- render_decimal: number;
2061
- meta: components["schemas"]["CryptoEntity"];
2062
- is_crypto: boolean;
2063
- is_stablecoin: boolean;
2064
- is_memo: boolean;
2065
- /** @enum {string|null} */
2066
- type: "token" | "native" | null;
2067
- };
2068
- CounterpartyExternalCryptoDataDto: {
2069
- address: string;
2070
- memo?: string | null;
2071
- currency_id: string;
2072
- readonly currency: components["schemas"]["CryptoEntity"] | null;
2073
- };
2074
- CounterpartyDestinationDto: {
2075
- id: string;
2076
- nickname: string | null;
2077
- /** @enum {string} */
2078
- type: "DOMESTIC_WIRE" | "ACH" | "SWIFT" | "SEPA" | "CRYPTO_EXTERNAL" | "CRYPTO_INTERNAL";
2079
- created_at: string;
2080
- external_banking_data?: components["schemas"]["CounterpartyExternalBankingDataDto"];
2081
- external_crypto_data?: components["schemas"]["CounterpartyExternalCryptoDataDto"];
2082
- };
2083
- FindAllCounterpartyDestinationsResponseDto: {
2084
- /** @example 20 */
2085
- total: number;
2086
- /** @description Data */
2087
- data: components["schemas"]["CounterpartyDestinationDto"][];
2088
- /** @description Has more data flag */
2089
- readonly has_more: boolean;
2090
- };
2091
- CreateCounterpartyExternalBankingDataAddressDto: {
2092
- city?: string | null;
2093
- country_id?: number | null;
2094
- postcode?: string | null;
2095
- street1?: string | null;
2096
- street2?: string | null;
2097
- description?: string | null;
2098
- state_id?: number | null;
2099
- };
2100
- CreateCounterpartyExternalBankingDataDto: {
2101
- account_number?: string | null;
2102
- routing_number?: string | null;
2103
- bank_name: string | null;
2104
- note: string | null;
2105
- swift_bic?: string | null;
2106
- iban?: string | null;
2107
- address?: components["schemas"]["CreateCounterpartyExternalBankingDataAddressDto"];
2108
- };
2109
- CreateCounterpartyExternalCryptoDataDto: {
2110
- address: string;
2111
- memo?: string | null;
2112
- currency_id: string;
2113
- };
2114
- CreateCounterpartyDestinationDto: {
2115
- nickname: string | null;
2116
- /** @enum {string} */
2117
- type: "DOMESTIC_WIRE" | "ACH" | "SWIFT" | "SEPA" | "CRYPTO_EXTERNAL" | "CRYPTO_INTERNAL";
2118
- external_banking_data: components["schemas"]["CreateCounterpartyExternalBankingDataDto"];
2119
- external_crypto_data: components["schemas"]["CreateCounterpartyExternalCryptoDataDto"];
2120
- };
2121
- UpdateCounterpartyDestinationDto: {
2122
- nickname?: string | null;
2123
- };
2124
- MetricsDataEntity: {
2125
- readonly yandex_metric_id?: string;
2126
- readonly google_analytics_id?: string;
2127
- };
2128
- SystemConfigDto: {
2129
- /** @enum {string} */
2130
- default_theme_mode: "dark" | "light";
2131
- enable_kyc: boolean;
2132
- tg_bot_name: string | null;
2133
- theme_switch: boolean;
2134
- enable_exchange: boolean;
2135
- enable_auto_exchange: boolean;
2136
- enable_crypto_withdrawal: boolean;
2137
- readonly metrics_data?: components["schemas"]["MetricsDataEntity"] | null;
2138
- base_currency: string;
2139
- };
2140
- SystemChainsResponseDto: {
2141
- total: number;
2142
- data: components["schemas"]["ChainDto"][];
2143
- readonly has_more: boolean;
2144
- };
2145
- SystemCurrenciesResponseDto: {
2146
- total: number;
2147
- data: (components["schemas"]["CryptoCurrencyDto"] | components["schemas"]["FiatCurrencyDto"])[];
2148
- };
2149
- SystemCountriesResponseDto: {
2150
- total: number;
2151
- data: components["schemas"]["CountryDto"][];
2152
- };
2153
- StateDto: {
2154
- id: number;
2155
- name: string;
2156
- country_id: number;
2157
- country_code: string;
2158
- fips_code: string | null;
2159
- iso2: string | null;
2160
- type: string | null;
2161
- level: number | null;
2162
- parent_id: number | null;
2163
- native: string | null;
2164
- latitude: number | null;
2165
- longitude: number | null;
2166
- created_at: string | null;
2167
- updated_at: string;
2168
- flag: number;
2169
- wikiDataId: string | null;
2170
- };
2171
- SystemStatesResponseDto: {
2172
- total: number;
2173
- data: components["schemas"]["StateDto"][];
2174
- };
2175
- SystemExchangeRatesResponseDto: {
2176
- total: number;
2177
- data: components["schemas"]["ExchangeRateDto"][];
2178
- };
2179
- InitInquiryResponseDto: {
2180
- /** @example 6633328a-1713-4a4d-97e6-088f96cdf12e */
2181
- referenceId: string;
2182
- /** @example itmpl_rmUunz2XZk5xm4KQyJawGQSpappS */
2183
- templateId: string;
2184
- /** @example inq_E6U4KitBucNKpfrDMb997AaTkQTt */
2185
- inquiryId: string | null;
2186
- };
2187
- ResumeInquiryResponseDto: {
2188
- inquiryId: string;
2189
- sessionId: string;
2190
- };
2191
- IntegrationPersonaTemplateEntityDto: Record<string, never>;
2192
- FindAllIntegrationPersonaTemplatesResponseDto: {
2193
- /** @example 20 */
2194
- total: number;
2195
- /** @description Data */
2196
- data: components["schemas"]["IntegrationPersonaTemplateEntityDto"][];
2197
- /** @description Has more data flag */
2198
- readonly has_more: boolean;
2199
- };
2200
- BankDataAddressDto: {
2201
- city?: string | null;
2202
- country_id?: number | null;
2203
- postcode?: string | null;
2204
- street1?: string | null;
2205
- street2?: string | null;
2206
- state_id?: number | null;
2207
- };
2208
- GetBankDataByCodeResponseDto: {
2209
- bank_name: string;
2210
- address: components["schemas"]["BankDataAddressDto"];
2211
- routing_number?: string;
2212
- iban?: string;
2213
- swift_bic?: string;
2214
- };
2215
- };
2216
- responses: never;
2217
- parameters: never;
2218
- requestBodies: never;
2219
- headers: never;
2220
- pathItems: never;
2221
- }
2222
- export type $defs = Record<string, never>;
2223
- export interface operations {
2224
- AppController_getHealth: {
2225
- parameters: {
2226
- query?: never;
2227
- header?: never;
2228
- path?: never;
2229
- cookie?: never;
2230
- };
2231
- requestBody?: never;
2232
- responses: {
2233
- /** @description System working and ready to accept requests */
2234
- 200: {
2235
- headers: {
2236
- [name: string]: unknown;
2237
- };
2238
- content?: never;
2239
- };
2240
- };
2241
- };
2242
- AuthController_verifyEmail: {
2243
- parameters: {
2244
- query?: never;
2245
- header?: never;
2246
- path?: never;
2247
- cookie?: never;
2248
- };
2249
- requestBody: {
2250
- content: {
2251
- "application/json": components["schemas"]["VerifyEmailDto"];
2252
- };
2253
- };
2254
- responses: {
2255
- 200: {
2256
- headers: {
2257
- [name: string]: unknown;
2258
- };
2259
- content: {
2260
- "application/json": components["schemas"]["SessionDto"];
2261
- };
2262
- };
2263
- /** @description Invalid tenant */
2264
- 401: {
2265
- headers: {
2266
- [name: string]: unknown;
2267
- };
2268
- content?: never;
2269
- };
2270
- };
2271
- };
2272
- AuthController_verifyPhone: {
2273
- parameters: {
2274
- query?: never;
2275
- header?: never;
2276
- path?: never;
2277
- cookie?: never;
2278
- };
2279
- requestBody: {
2280
- content: {
2281
- "application/json": components["schemas"]["VerifyPhoneDto"];
2282
- };
2283
- };
2284
- responses: {
2285
- 200: {
2286
- headers: {
2287
- [name: string]: unknown;
2288
- };
2289
- content: {
2290
- "application/json": components["schemas"]["SessionDto"];
2291
- };
2292
- };
2293
- /** @description Invalid tenant */
2294
- 401: {
2295
- headers: {
2296
- [name: string]: unknown;
2297
- };
2298
- content?: never;
2299
- };
2300
- };
2301
- };
2302
- AuthController_refreshToken: {
2303
- parameters: {
2304
- query?: never;
2305
- header?: never;
2306
- path?: never;
2307
- cookie?: never;
2308
- };
2309
- requestBody: {
2310
- content: {
2311
- "application/json": components["schemas"]["RefreshTokenDto"];
2312
- };
2313
- };
2314
- responses: {
2315
- 200: {
2316
- headers: {
2317
- [name: string]: unknown;
2318
- };
2319
- content: {
2320
- "application/json": components["schemas"]["SessionDto"];
2321
- };
2322
- };
2323
- };
2324
- };
2325
- AuthController_signIn: {
2326
- parameters: {
2327
- query?: never;
2328
- header?: never;
2329
- path?: never;
2330
- cookie?: never;
2331
- };
2332
- requestBody: {
2333
- content: {
2334
- "application/json": components["schemas"]["SignInByTypeDto"];
2335
- };
2336
- };
2337
- responses: {
2338
- /** @description Invalid tenant */
2339
- 401: {
2340
- headers: {
2341
- [name: string]: unknown;
2342
- };
2343
- content?: never;
2344
- };
2345
- };
2346
- };
2347
- AuthController_signUp: {
2348
- parameters: {
2349
- query?: never;
2350
- header?: never;
2351
- path?: never;
2352
- cookie?: never;
2353
- };
2354
- requestBody: {
2355
- content: {
2356
- "application/json": components["schemas"]["SignUpByTypeDto"];
2357
- };
2358
- };
2359
- responses: {
2360
- /** @description Invite code is required */
2361
- 400: {
2362
- headers: {
2363
- [name: string]: unknown;
2364
- };
2365
- content?: never;
2366
- };
2367
- /** @description Invalid tenant */
2368
- 401: {
2369
- headers: {
2370
- [name: string]: unknown;
2371
- };
2372
- content?: never;
2373
- };
2374
- };
2375
- };
2376
- AuthTelegramController_signUp: {
2377
- parameters: {
2378
- query?: never;
2379
- header?: never;
2380
- path?: never;
2381
- cookie?: never;
2382
- };
2383
- requestBody: {
2384
- content: {
2385
- "application/json": components["schemas"]["TelegramSignUpByPhoneDto"];
2386
- };
2387
- };
2388
- responses: {
2389
- 200: {
2390
- headers: {
2391
- [name: string]: unknown;
2392
- };
2393
- content: {
2394
- "application/json": components["schemas"]["TelegramSessionDto"];
2395
- };
2396
- };
2397
- /** @description Invalid tenant */
2398
- 401: {
2399
- headers: {
2400
- [name: string]: unknown;
2401
- };
2402
- content?: never;
2403
- };
2404
- /** @description Invite code is required */
2405
- 403: {
2406
- headers: {
2407
- [name: string]: unknown;
2408
- };
2409
- content?: never;
2410
- };
2411
- };
2412
- };
2413
- AuthTelegramController_signIn: {
2414
- parameters: {
2415
- query?: never;
2416
- header?: never;
2417
- path?: never;
2418
- cookie?: never;
2419
- };
2420
- requestBody: {
2421
- content: {
2422
- "application/json": components["schemas"]["TelegramSignInByTgIdDto"];
2423
- };
2424
- };
2425
- responses: {
2426
- 200: {
2427
- headers: {
2428
- [name: string]: unknown;
2429
- };
2430
- content: {
2431
- "application/json": components["schemas"]["TelegramSessionDto"];
2432
- };
2433
- };
2434
- /** @description Invalid tenant */
2435
- 401: {
2436
- headers: {
2437
- [name: string]: unknown;
2438
- };
2439
- content?: never;
2440
- };
2441
- };
2442
- };
2443
- AuthPasswordController_signUpByEmail: {
2444
- parameters: {
2445
- query?: never;
2446
- header?: never;
2447
- path?: never;
2448
- cookie?: never;
2449
- };
2450
- requestBody: {
2451
- content: {
2452
- "application/json": components["schemas"]["SignUpByEmailWithPasswordDto"];
2453
- };
2454
- };
2455
- responses: {
2456
- 200: {
2457
- headers: {
2458
- [name: string]: unknown;
2459
- };
2460
- content: {
2461
- "application/json": components["schemas"]["UserEntity"];
2462
- };
2463
- };
2464
- /** @description Invalid tenant */
2465
- 401: {
2466
- headers: {
2467
- [name: string]: unknown;
2468
- };
2469
- content?: never;
2470
- };
2471
- 429: {
2472
- headers: {
2473
- [name: string]: unknown;
2474
- };
2475
- content?: never;
2476
- };
2477
- };
2478
- };
2479
- AuthPasswordController_resendSignUpByEmail: {
2480
- parameters: {
2481
- query?: never;
2482
- header?: never;
2483
- path?: never;
2484
- cookie?: never;
2485
- };
2486
- requestBody: {
2487
- content: {
2488
- "application/json": components["schemas"]["ResendSignUpOtpByEmailDto"];
2489
- };
2490
- };
2491
- responses: {
2492
- /** @description Verification data sent */
2493
- 200: {
2494
- headers: {
2495
- [name: string]: unknown;
2496
- };
2497
- content?: never;
2498
- };
2499
- /** @description Invalid tenant */
2500
- 401: {
2501
- headers: {
2502
- [name: string]: unknown;
2503
- };
2504
- content?: never;
2505
- };
2506
- 429: {
2507
- headers: {
2508
- [name: string]: unknown;
2509
- };
2510
- content?: never;
2511
- };
2512
- };
2513
- };
2514
- AuthPasswordController_signUpByEmailFinalize: {
2515
- parameters: {
2516
- query?: never;
2517
- header?: never;
2518
- path?: never;
2519
- cookie?: never;
2520
- };
2521
- requestBody: {
2522
- content: {
2523
- "application/json": components["schemas"]["SignUpWithPasswordFinalizeDto"];
2524
- };
2525
- };
2526
- responses: {
2527
- 200: {
2528
- headers: {
2529
- [name: string]: unknown;
2530
- };
2531
- content: {
2532
- "application/json": components["schemas"]["UserDataEntity"];
2533
- };
2534
- };
2535
- /** @description Invalid tenant */
2536
- 401: {
2537
- headers: {
2538
- [name: string]: unknown;
2539
- };
2540
- content?: never;
2541
- };
2542
- /** @description Invite code is required */
2543
- 403: {
2544
- headers: {
2545
- [name: string]: unknown;
2546
- };
2547
- content?: never;
2548
- };
2549
- 429: {
2550
- headers: {
2551
- [name: string]: unknown;
2552
- };
2553
- content?: never;
2554
- };
2555
- };
2556
- };
2557
- AuthPasswordController_signInByEmail: {
2558
- parameters: {
2559
- query?: never;
2560
- header?: never;
2561
- path?: never;
2562
- cookie?: never;
2563
- };
2564
- requestBody: {
2565
- content: {
2566
- "application/json": components["schemas"]["SignInByEmailWithPasswordDto"];
2567
- };
2568
- };
2569
- responses: {
2570
- 200: {
2571
- headers: {
2572
- [name: string]: unknown;
2573
- };
2574
- content: {
2575
- "application/json": components["schemas"]["SessionDto"];
2576
- };
2577
- };
2578
- /** @description Invalid tenant */
2579
- 401: {
2580
- headers: {
2581
- [name: string]: unknown;
2582
- };
2583
- content?: never;
2584
- };
2585
- 429: {
2586
- headers: {
2587
- [name: string]: unknown;
2588
- };
2589
- content?: never;
2590
- };
2591
- };
2592
- };
2593
- AuthOmniController_signInOmniByEmail: {
2594
- parameters: {
2595
- query?: never;
2596
- header?: never;
2597
- path: {
2598
- type: "otp" | "magic";
2599
- };
2600
- cookie?: never;
2601
- };
2602
- requestBody: {
2603
- content: {
2604
- "application/json": components["schemas"]["SignInByEmailDto"];
2605
- };
2606
- };
2607
- responses: {
2608
- /** @description Verification data sent */
2609
- 201: {
2610
- headers: {
2611
- [name: string]: unknown;
2612
- };
2613
- content?: never;
2614
- };
2615
- /** @description Invalid tenant */
2616
- 401: {
2617
- headers: {
2618
- [name: string]: unknown;
2619
- };
2620
- content?: never;
2621
- };
2622
- /** @description Invite code is required */
2623
- 403: {
2624
- headers: {
2625
- [name: string]: unknown;
2626
- };
2627
- content?: never;
2628
- };
2629
- };
2630
- };
2631
- AuthOmniController_signInOmniByPhone: {
2632
- parameters: {
2633
- query?: never;
2634
- header?: never;
2635
- path?: never;
2636
- cookie?: never;
2637
- };
2638
- requestBody: {
2639
- content: {
2640
- "application/json": components["schemas"]["SignInByPhoneDto"];
2641
- };
2642
- };
2643
- responses: {
2644
- /** @description Verification data sent */
2645
- 201: {
2646
- headers: {
2647
- [name: string]: unknown;
2648
- };
2649
- content?: never;
2650
- };
2651
- /** @description Invalid tenant */
2652
- 401: {
2653
- headers: {
2654
- [name: string]: unknown;
2655
- };
2656
- content?: never;
2657
- };
2658
- /** @description Invite code is required */
2659
- 403: {
2660
- headers: {
2661
- [name: string]: unknown;
2662
- };
2663
- content?: never;
2664
- };
2665
- };
2666
- };
2667
- UserController_getMe: {
2668
- parameters: {
2669
- query?: never;
2670
- header?: never;
2671
- path?: never;
2672
- cookie?: never;
2673
- };
2674
- requestBody?: never;
2675
- responses: {
2676
- 200: {
2677
- headers: {
2678
- [name: string]: unknown;
2679
- };
2680
- content: {
2681
- "application/json": components["schemas"]["UserEntity"];
2682
- };
2683
- };
2684
- /** @description Unauthorized */
2685
- 401: {
2686
- headers: {
2687
- [name: string]: unknown;
2688
- };
2689
- content?: never;
2690
- };
2691
- };
2692
- };
2693
- UserController_getMyUserData: {
2694
- parameters: {
2695
- query?: never;
2696
- header?: never;
2697
- path?: never;
2698
- cookie?: never;
2699
- };
2700
- requestBody?: never;
2701
- responses: {
2702
- 200: {
2703
- headers: {
2704
- [name: string]: unknown;
2705
- };
2706
- content: {
2707
- "application/json": components["schemas"]["UserDataEntity"];
2708
- };
2709
- };
2710
- /** @description Unauthorized */
2711
- 401: {
2712
- headers: {
2713
- [name: string]: unknown;
2714
- };
2715
- content?: never;
2716
- };
2717
- };
2718
- };
2719
- UserController_updateMyUserData: {
2720
- parameters: {
2721
- query?: never;
2722
- header?: never;
2723
- path?: never;
2724
- cookie?: never;
2725
- };
2726
- requestBody: {
2727
- content: {
2728
- "application/json": components["schemas"]["UpdateUserDataDto"];
2729
- };
2730
- };
2731
- responses: {
2732
- 200: {
2733
- headers: {
2734
- [name: string]: unknown;
2735
- };
2736
- content: {
2737
- "application/json": components["schemas"]["UserDataEntity"];
2738
- };
2739
- };
2740
- /** @description Unauthorized */
2741
- 401: {
2742
- headers: {
2743
- [name: string]: unknown;
2744
- };
2745
- content?: never;
2746
- };
2747
- };
2748
- };
2749
- AuthenticatedUserController_changeEmailConfirm: {
2750
- parameters: {
2751
- query?: never;
2752
- header?: never;
2753
- path?: never;
2754
- cookie?: never;
2755
- };
2756
- requestBody: {
2757
- content: {
2758
- "application/json": components["schemas"]["ChangeEmailConfirmDto"];
2759
- };
2760
- };
2761
- responses: {
2762
- /** @description Verification done */
2763
- 201: {
2764
- headers: {
2765
- [name: string]: unknown;
2766
- };
2767
- content?: never;
2768
- };
2769
- /** @description Unauthorized */
2770
- 401: {
2771
- headers: {
2772
- [name: string]: unknown;
2773
- };
2774
- content?: never;
2775
- };
2776
- };
2777
- };
2778
- AuthenticatedUserController_changeEmail: {
2779
- parameters: {
2780
- query?: never;
2781
- header?: never;
2782
- path?: never;
2783
- cookie?: never;
2784
- };
2785
- requestBody: {
2786
- content: {
2787
- "application/json": components["schemas"]["ChangeEmailDto"];
2788
- };
2789
- };
2790
- responses: {
2791
- /** @description Email verification code sent */
2792
- 200: {
2793
- headers: {
2794
- [name: string]: unknown;
2795
- };
2796
- content: {
2797
- "application/json": components["schemas"]["UserEntity"];
2798
- };
2799
- };
2800
- /** @description Unauthorized */
2801
- 401: {
2802
- headers: {
2803
- [name: string]: unknown;
2804
- };
2805
- content?: never;
2806
- };
2807
- };
2808
- };
2809
- AuthenticatedUserController_changePhoneNumberConfirm: {
2810
- parameters: {
2811
- query?: never;
2812
- header?: never;
2813
- path?: never;
2814
- cookie?: never;
2815
- };
2816
- requestBody: {
2817
- content: {
2818
- "application/json": components["schemas"]["ChangePhoneConfirmDto"];
2819
- };
2820
- };
2821
- responses: {
2822
- /** @description Verification done */
2823
- 201: {
2824
- headers: {
2825
- [name: string]: unknown;
2826
- };
2827
- content?: never;
2828
- };
2829
- /** @description Unauthorized */
2830
- 401: {
2831
- headers: {
2832
- [name: string]: unknown;
2833
- };
2834
- content?: never;
2835
- };
2836
- };
2837
- };
2838
- AuthenticatedUserController_changePhone: {
2839
- parameters: {
2840
- query?: never;
2841
- header?: never;
2842
- path?: never;
2843
- cookie?: never;
2844
- };
2845
- requestBody: {
2846
- content: {
2847
- "application/json": components["schemas"]["ChangePhoneDto"];
2848
- };
2849
- };
2850
- responses: {
2851
- /** @description Phone verification code sent */
2852
- 200: {
2853
- headers: {
2854
- [name: string]: unknown;
2855
- };
2856
- content: {
2857
- "application/json": components["schemas"]["UserEntity"];
2858
- };
2859
- };
2860
- /** @description Unauthorized */
2861
- 401: {
2862
- headers: {
2863
- [name: string]: unknown;
2864
- };
2865
- content?: never;
2866
- };
2867
- };
2868
- };
2869
- WalletsController_all: {
2870
- parameters: {
2871
- query?: {
2872
- /** @description Number of records to skip */
2873
- offset?: number;
2874
- /** @description Number of records to return */
2875
- limit?: number;
2876
- sort_order?: "ASC" | "DESC";
2877
- sort_by?: "created_at" | null;
2878
- filter?: components["schemas"]["WalletsFilter"];
2879
- };
2880
- header?: never;
2881
- path?: never;
2882
- cookie?: never;
2883
- };
2884
- requestBody?: never;
2885
- responses: {
2886
- 200: {
2887
- headers: {
2888
- [name: string]: unknown;
2889
- };
2890
- content: {
2891
- "application/json": components["schemas"]["PaginationResponseDto"] & {
2892
- data?: unknown;
2893
- };
2894
- };
2895
- };
2896
- /** @description Unauthorized */
2897
- 401: {
2898
- headers: {
2899
- [name: string]: unknown;
2900
- };
2901
- content?: never;
2902
- };
2903
- };
2904
- };
2905
- WalletsController_create: {
2906
- parameters: {
2907
- query?: never;
2908
- header?: never;
2909
- path?: never;
2910
- cookie?: never;
2911
- };
2912
- requestBody: {
2913
- content: {
2914
- "application/json": components["schemas"]["CreateWalletDto"];
2915
- };
2916
- };
2917
- responses: {
2918
- /** @description Wallet created */
2919
- 200: {
2920
- headers: {
2921
- [name: string]: unknown;
2922
- };
2923
- content: {
2924
- "application/json": components["schemas"]["WalletDto"];
2925
- };
2926
- };
2927
- /** @description Unauthorized */
2928
- 401: {
2929
- headers: {
2930
- [name: string]: unknown;
2931
- };
2932
- content?: never;
2933
- };
2934
- };
2935
- };
2936
- WalletsController_view: {
2937
- parameters: {
2938
- query?: {
2939
- show_low_balance?: boolean;
2940
- };
2941
- header?: never;
2942
- path: {
2943
- wallet_id: string;
2944
- };
2945
- cookie?: never;
2946
- };
2947
- requestBody?: never;
2948
- responses: {
2949
- 200: {
2950
- headers: {
2951
- [name: string]: unknown;
2952
- };
2953
- content: {
2954
- "application/json": components["schemas"]["WalletExtendedDto"];
2955
- };
2956
- };
2957
- /** @description Unauthorized */
2958
- 401: {
2959
- headers: {
2960
- [name: string]: unknown;
2961
- };
2962
- content?: never;
2963
- };
2964
- /** @description You don`t have access to current wallet */
2965
- 403: {
2966
- headers: {
2967
- [name: string]: unknown;
2968
- };
2969
- content?: never;
2970
- };
2971
- };
2972
- };
2973
- WalletsAddressesController_viewWalletAddressByChain: {
2974
- parameters: {
2975
- query?: never;
2976
- header?: never;
2977
- path: {
2978
- wallet_id: string;
2979
- chain: number;
2980
- };
2981
- cookie?: never;
2982
- };
2983
- requestBody?: never;
2984
- responses: {
2985
- 200: {
2986
- headers: {
2987
- [name: string]: unknown;
2988
- };
2989
- content: {
2990
- "application/json": components["schemas"]["WalletAddressDto"];
2991
- };
2992
- };
2993
- /** @description Unauthorized */
2994
- 401: {
2995
- headers: {
2996
- [name: string]: unknown;
2997
- };
2998
- content?: never;
2999
- };
3000
- /** @description You don`t have access to current wallet */
3001
- 403: {
3002
- headers: {
3003
- [name: string]: unknown;
3004
- };
3005
- content?: never;
3006
- };
3007
- };
3008
- };
3009
- WalletsAddressesController_createAddress: {
3010
- parameters: {
3011
- query?: never;
3012
- header?: never;
3013
- path: {
3014
- wallet_id: string;
3015
- chain: number;
3016
- };
3017
- cookie?: never;
3018
- };
3019
- requestBody: {
3020
- content: {
3021
- "application/json": components["schemas"]["CreateWalletAddressDto"];
3022
- };
3023
- };
3024
- responses: {
3025
- 200: {
3026
- headers: {
3027
- [name: string]: unknown;
3028
- };
3029
- content: {
3030
- "application/json": components["schemas"]["WalletAddressDto"];
3031
- };
3032
- };
3033
- /** @description Unauthorized */
3034
- 401: {
3035
- headers: {
3036
- [name: string]: unknown;
3037
- };
3038
- content?: never;
3039
- };
3040
- /** @description You don`t have access to current wallet */
3041
- 403: {
3042
- headers: {
3043
- [name: string]: unknown;
3044
- };
3045
- content?: never;
3046
- };
3047
- };
3048
- };
3049
- WalletsTransactionsController_viewTransactionsByWallet: {
3050
- parameters: {
3051
- query?: {
3052
- /** @description Number of records to skip */
3053
- offset?: number;
3054
- /** @description Number of records to return */
3055
- limit?: number;
3056
- sort_order?: "ASC" | "DESC";
3057
- sort_by?: "created_at" | "type" | "status" | "amount" | "from" | "to" | "method" | "record_type" | null;
3058
- filter?: components["schemas"]["TransactionsFilter"];
3059
- };
3060
- header?: never;
3061
- path: {
3062
- wallet_id: string;
3063
- };
3064
- cookie?: never;
3065
- };
3066
- requestBody?: never;
3067
- responses: {
3068
- 200: {
3069
- headers: {
3070
- [name: string]: unknown;
3071
- };
3072
- content: {
3073
- "application/json": components["schemas"]["PaginationResponseDto"] & {
3074
- data?: unknown;
3075
- };
3076
- };
3077
- };
3078
- /** @description Unauthorized */
3079
- 401: {
3080
- headers: {
3081
- [name: string]: unknown;
3082
- };
3083
- content?: never;
3084
- };
3085
- /** @description You don`t have access to current wallet */
3086
- 403: {
3087
- headers: {
3088
- [name: string]: unknown;
3089
- };
3090
- content?: never;
3091
- };
3092
- };
3093
- };
3094
- WalletsTransactionsController_viewTransactionByWallet: {
3095
- parameters: {
3096
- query?: never;
3097
- header?: never;
3098
- path: {
3099
- wallet_id: string;
3100
- transaction_id: number;
3101
- };
3102
- cookie?: never;
3103
- };
3104
- requestBody?: never;
3105
- responses: {
3106
- 200: {
3107
- headers: {
3108
- [name: string]: unknown;
3109
- };
3110
- content: {
3111
- "application/json": components["schemas"]["WalletTransactionDto"];
3112
- };
3113
- };
3114
- /** @description Unauthorized */
3115
- 401: {
3116
- headers: {
3117
- [name: string]: unknown;
3118
- };
3119
- content?: never;
3120
- };
3121
- /** @description You don`t have access to current wallet */
3122
- 403: {
3123
- headers: {
3124
- [name: string]: unknown;
3125
- };
3126
- content?: never;
3127
- };
3128
- };
3129
- };
3130
- WalletsTransactionsController_export: {
3131
- parameters: {
3132
- query?: {
3133
- filter?: components["schemas"]["TransactionsFilter"];
3134
- };
3135
- header?: never;
3136
- path: {
3137
- wallet_id: string;
3138
- };
3139
- cookie?: never;
3140
- };
3141
- requestBody?: never;
3142
- responses: {
3143
- /** @description Unauthorized */
3144
- 401: {
3145
- headers: {
3146
- [name: string]: unknown;
3147
- };
3148
- content?: never;
3149
- };
3150
- /** @description You don`t have access to current wallet */
3151
- 403: {
3152
- headers: {
3153
- [name: string]: unknown;
3154
- };
3155
- content?: never;
3156
- };
3157
- };
3158
- };
3159
- ChainsController_all: {
3160
- parameters: {
3161
- query?: never;
3162
- header?: never;
3163
- path?: never;
3164
- cookie?: never;
3165
- };
3166
- requestBody?: never;
3167
- responses: {
3168
- default: {
3169
- headers: {
3170
- [name: string]: unknown;
3171
- };
3172
- content: {
3173
- "application/json": components["schemas"]["AllChainsResponseDto"];
3174
- };
3175
- };
3176
- };
3177
- };
3178
- CurrenciesController_all: {
3179
- parameters: {
3180
- query?: {
3181
- is_crypto?: boolean;
3182
- chain_id?: number;
3183
- symbol?: string;
3184
- };
3185
- header?: never;
3186
- path?: never;
3187
- cookie?: never;
3188
- };
3189
- requestBody?: never;
3190
- responses: {
3191
- /** @description Invalid tenant */
3192
- 401: {
3193
- headers: {
3194
- [name: string]: unknown;
3195
- };
3196
- content?: never;
3197
- };
3198
- default: {
3199
- headers: {
3200
- [name: string]: unknown;
3201
- };
3202
- content: {
3203
- "application/json": components["schemas"]["AllCurrenciesResponseDto"];
3204
- };
3205
- };
3206
- };
3207
- };
3208
- ProgramsController_getPrograms: {
3209
- parameters: {
3210
- query?: never;
3211
- header?: never;
3212
- path?: never;
3213
- cookie?: never;
3214
- };
3215
- requestBody?: never;
3216
- responses: {
3217
- 200: {
3218
- headers: {
3219
- [name: string]: unknown;
3220
- };
3221
- content: {
3222
- "application/json": components["schemas"]["PaginationResponseDto"] & {
3223
- data?: unknown;
3224
- };
3225
- };
3226
- };
3227
- /** @description Unauthorized */
3228
- 401: {
3229
- headers: {
3230
- [name: string]: unknown;
3231
- };
3232
- content?: never;
3233
- };
3234
- };
3235
- };
3236
- ExchangeRatesController_findAll: {
3237
- parameters: {
3238
- query: {
3239
- order_type: "TRANSFER_CARD_SUBACCOUNT" | "TRANSFER_CARD_PREPAID" | "WITHDRAWAL_CRYPTO" | "DEPOSIT_CRYPTO" | "DEPOSIT_FIAT_SEPA" | "DEPOSIT_FIAT_SWIFT" | "EXCHANGE_CRYPTO_INTERNAL" | "WITHDRAWAL_FIAT_SEPA" | "TRANSFER_INTERNAL" | "TRANSFER_CARD_WHOLESALE" | "CARD_ISSUING_FEE";
3240
- from_uuid?: string;
3241
- to_uuid?: string;
3242
- };
3243
- header?: never;
3244
- path?: never;
3245
- cookie?: never;
3246
- };
3247
- requestBody?: never;
3248
- responses: {
3249
- 200: {
3250
- headers: {
3251
- [name: string]: unknown;
3252
- };
3253
- content: {
3254
- "application/json": components["schemas"]["ExchangeRateDto"][];
3255
- };
3256
- };
3257
- /** @description Unauthorized */
3258
- 401: {
3259
- headers: {
3260
- [name: string]: unknown;
3261
- };
3262
- content?: never;
3263
- };
3264
- };
3265
- };
3266
- FiatAccountsController_findAllByWallet: {
3267
- parameters: {
3268
- query?: {
3269
- /** @description Number of records to skip */
3270
- offset?: number;
3271
- /** @description Number of records to return */
3272
- limit?: number;
3273
- /** @description Show cards */
3274
- show_cards?: boolean;
3275
- };
3276
- header?: never;
3277
- path: {
3278
- /** @description UUID of the wallet */
3279
- wallet_id: string;
3280
- };
3281
- cookie?: never;
3282
- };
3283
- requestBody?: never;
3284
- responses: {
3285
- /** @description List of Fiat Accounts */
3286
- 200: {
3287
- headers: {
3288
- [name: string]: unknown;
3289
- };
3290
- content: {
3291
- "application/json": components["schemas"]["PaginationResponseDto"] & {
3292
- data?: unknown;
3293
- };
3294
- };
3295
- };
3296
- /** @description Unauthorized */
3297
- 401: {
3298
- headers: {
3299
- [name: string]: unknown;
3300
- };
3301
- content?: never;
3302
- };
3303
- /** @description You don`t have access to current wallet */
3304
- 403: {
3305
- headers: {
3306
- [name: string]: unknown;
3307
- };
3308
- content?: never;
3309
- };
3310
- };
3311
- };
3312
- FiatAccountsController_create: {
3313
- parameters: {
3314
- query?: never;
3315
- header?: never;
3316
- path: {
3317
- /** @description UUID of the wallet */
3318
- wallet_id: string;
3319
- };
3320
- cookie?: never;
3321
- };
3322
- requestBody: {
3323
- content: {
3324
- "application/json": components["schemas"]["CreateFiatAccountDto"];
3325
- };
3326
- };
3327
- responses: {
3328
- 200: {
3329
- headers: {
3330
- [name: string]: unknown;
3331
- };
3332
- content: {
3333
- "application/json": components["schemas"]["FiatAccountEntity"];
3334
- };
3335
- };
3336
- /** @description Unauthorized */
3337
- 401: {
3338
- headers: {
3339
- [name: string]: unknown;
3340
- };
3341
- content?: never;
3342
- };
3343
- /** @description You don`t have access to current wallet */
3344
- 403: {
3345
- headers: {
3346
- [name: string]: unknown;
3347
- };
3348
- content?: never;
3349
- };
3350
- };
3351
- };
3352
- FiatAccountsController_findOne: {
3353
- parameters: {
3354
- query?: never;
3355
- header?: never;
3356
- path: {
3357
- /** @description UUID of the wallet */
3358
- wallet_id: string;
3359
- /** @description Fiat Account ID */
3360
- id: string;
3361
- };
3362
- cookie?: never;
3363
- };
3364
- requestBody?: never;
3365
- responses: {
3366
- 200: {
3367
- headers: {
3368
- [name: string]: unknown;
3369
- };
3370
- content: {
3371
- "application/json": components["schemas"]["FiatAccountExtendedDto"];
3372
- };
3373
- };
3374
- /** @description Unauthorized */
3375
- 401: {
3376
- headers: {
3377
- [name: string]: unknown;
3378
- };
3379
- content?: never;
3380
- };
3381
- /** @description You don`t have access to current wallet */
3382
- 403: {
3383
- headers: {
3384
- [name: string]: unknown;
3385
- };
3386
- content?: never;
3387
- };
3388
- };
3389
- };
3390
- TransactionsController_findAll: {
3391
- parameters: {
3392
- query?: {
3393
- offset?: number;
3394
- limit?: number;
3395
- };
3396
- header?: never;
3397
- path: {
3398
- wallet_id: string;
3399
- /** @description Fiat Account ID */
3400
- id: string;
3401
- };
3402
- cookie?: never;
3403
- };
3404
- requestBody?: never;
3405
- responses: {
3406
- 200: {
3407
- headers: {
3408
- [name: string]: unknown;
3409
- };
3410
- content: {
3411
- "application/json": components["schemas"]["FindAllFiatAccountTransactionsDto"];
3412
- };
3413
- };
3414
- /** @description Unauthorized */
3415
- 401: {
3416
- headers: {
3417
- [name: string]: unknown;
3418
- };
3419
- content?: never;
3420
- };
3421
- /** @description You don`t have access to current wallet */
3422
- 403: {
3423
- headers: {
3424
- [name: string]: unknown;
3425
- };
3426
- content?: never;
3427
- };
3428
- };
3429
- };
3430
- DeveloperAccessesController_findAll: {
3431
- parameters: {
3432
- query?: never;
3433
- header?: never;
3434
- path?: never;
3435
- cookie?: never;
3436
- };
3437
- requestBody?: never;
3438
- responses: {
3439
- 200: {
3440
- headers: {
3441
- [name: string]: unknown;
3442
- };
3443
- content: {
3444
- "application/json": Record<string, never>[];
3445
- };
3446
- };
3447
- /** @description Unauthorized */
3448
- 401: {
3449
- headers: {
3450
- [name: string]: unknown;
3451
- };
3452
- content?: never;
3453
- };
3454
- /** @description Forbidden */
3455
- 403: {
3456
- headers: {
3457
- [name: string]: unknown;
3458
- };
3459
- content?: never;
3460
- };
3461
- };
3462
- };
3463
- DeveloperAccessesController_create: {
3464
- parameters: {
3465
- query?: never;
3466
- header?: never;
3467
- path?: never;
3468
- cookie?: never;
3469
- };
3470
- requestBody: {
3471
- content: {
3472
- "application/json": components["schemas"]["CreateDeveloperAccessDto"];
3473
- };
3474
- };
3475
- responses: {
3476
- 200: {
3477
- headers: {
3478
- [name: string]: unknown;
3479
- };
3480
- content: {
3481
- "application/json": Record<string, never>;
3482
- };
3483
- };
3484
- /** @description Unauthorized */
3485
- 401: {
3486
- headers: {
3487
- [name: string]: unknown;
3488
- };
3489
- content?: never;
3490
- };
3491
- /** @description Forbidden */
3492
- 403: {
3493
- headers: {
3494
- [name: string]: unknown;
3495
- };
3496
- content?: never;
3497
- };
3498
- };
3499
- };
3500
- DeveloperAccessesController_update: {
3501
- parameters: {
3502
- query?: never;
3503
- header?: never;
3504
- path: {
3505
- id: string;
3506
- };
3507
- cookie?: never;
3508
- };
3509
- requestBody: {
3510
- content: {
3511
- "application/json": components["schemas"]["UpdateDeveloperAccessDto"];
3512
- };
3513
- };
3514
- responses: {
3515
- 200: {
3516
- headers: {
3517
- [name: string]: unknown;
3518
- };
3519
- content: {
3520
- "application/json": Record<string, never>;
3521
- };
3522
- };
3523
- /** @description Unauthorized */
3524
- 401: {
3525
- headers: {
3526
- [name: string]: unknown;
3527
- };
3528
- content?: never;
3529
- };
3530
- /** @description Forbidden */
3531
- 403: {
3532
- headers: {
3533
- [name: string]: unknown;
3534
- };
3535
- content?: never;
3536
- };
3537
- };
3538
- };
3539
- DeveloperAccessesController_rotate: {
3540
- parameters: {
3541
- query?: never;
3542
- header?: never;
3543
- path: {
3544
- id: string;
3545
- };
3546
- cookie?: never;
3547
- };
3548
- requestBody?: never;
3549
- responses: {
3550
- 200: {
3551
- headers: {
3552
- [name: string]: unknown;
3553
- };
3554
- content: {
3555
- "application/json": Record<string, never>;
3556
- };
3557
- };
3558
- /** @description Unauthorized */
3559
- 401: {
3560
- headers: {
3561
- [name: string]: unknown;
3562
- };
3563
- content?: never;
3564
- };
3565
- /** @description Forbidden */
3566
- 403: {
3567
- headers: {
3568
- [name: string]: unknown;
3569
- };
3570
- content?: never;
3571
- };
3572
- };
3573
- };
3574
- DeveloperVendorsController_findAll: {
3575
- parameters: {
3576
- query?: never;
3577
- header?: never;
3578
- path?: never;
3579
- cookie?: never;
3580
- };
3581
- requestBody?: never;
3582
- responses: {
3583
- 200: {
3584
- headers: {
3585
- [name: string]: unknown;
3586
- };
3587
- content: {
3588
- "application/json": Record<string, never>[];
3589
- };
3590
- };
3591
- /** @description Unauthorized */
3592
- 401: {
3593
- headers: {
3594
- [name: string]: unknown;
3595
- };
3596
- content?: never;
3597
- };
3598
- /** @description Forbidden */
3599
- 403: {
3600
- headers: {
3601
- [name: string]: unknown;
3602
- };
3603
- content?: never;
3604
- };
3605
- };
3606
- };
3607
- KycFormsController_getFormConfigByType: {
3608
- parameters: {
3609
- query?: never;
3610
- header?: never;
3611
- path: {
3612
- rail_id: string;
3613
- };
3614
- cookie?: never;
3615
- };
3616
- requestBody?: never;
3617
- responses: {
3618
- 200: {
3619
- headers: {
3620
- [name: string]: unknown;
3621
- };
3622
- content: {
3623
- "application/json": components["schemas"]["KycFormFieldContainerDto"][];
3624
- };
3625
- };
3626
- };
3627
- };
3628
- KycEntitiesController_findOne: {
3629
- parameters: {
3630
- query?: never;
3631
- header?: never;
3632
- path: {
3633
- wallet_id: string;
3634
- };
3635
- cookie?: never;
3636
- };
3637
- requestBody?: never;
3638
- responses: {
3639
- 200: {
3640
- headers: {
3641
- [name: string]: unknown;
3642
- };
3643
- content: {
3644
- "application/json": components["schemas"]["KycEntityDto"];
3645
- };
3646
- };
3647
- /** @description Unauthorized */
3648
- 401: {
3649
- headers: {
3650
- [name: string]: unknown;
3651
- };
3652
- content?: never;
3653
- };
3654
- /** @description You don`t have access to current wallet */
3655
- 403: {
3656
- headers: {
3657
- [name: string]: unknown;
3658
- };
3659
- content?: never;
3660
- };
3661
- 404: {
3662
- headers: {
3663
- [name: string]: unknown;
3664
- };
3665
- content?: never;
3666
- };
3667
- };
3668
- };
3669
- KycEntitiesController_update: {
3670
- parameters: {
3671
- query?: never;
3672
- header?: never;
3673
- path: {
3674
- wallet_id: string;
3675
- };
3676
- cookie?: never;
3677
- };
3678
- requestBody: {
3679
- content: {
3680
- "application/json": components["schemas"]["CreateOrUpdateKycEntityDto"];
3681
- };
3682
- };
3683
- responses: {
3684
- 200: {
3685
- headers: {
3686
- [name: string]: unknown;
3687
- };
3688
- content: {
3689
- "application/json": components["schemas"]["KycEntityDto"];
3690
- };
3691
- };
3692
- /** @description Unauthorized */
3693
- 401: {
3694
- headers: {
3695
- [name: string]: unknown;
3696
- };
3697
- content?: never;
3698
- };
3699
- /** @description You don`t have access to current wallet */
3700
- 403: {
3701
- headers: {
3702
- [name: string]: unknown;
3703
- };
3704
- content?: never;
3705
- };
3706
- 404: {
3707
- headers: {
3708
- [name: string]: unknown;
3709
- };
3710
- content?: never;
3711
- };
3712
- };
3713
- };
3714
- WalletKycRailsController_findAll: {
3715
- parameters: {
3716
- query?: never;
3717
- header?: never;
3718
- path: {
3719
- wallet_id: string;
3720
- };
3721
- cookie?: never;
3722
- };
3723
- requestBody?: never;
3724
- responses: {
3725
- 200: {
3726
- headers: {
3727
- [name: string]: unknown;
3728
- };
3729
- content: {
3730
- "application/json": components["schemas"]["GetWalletKycRailsResponseDto"];
3731
- };
3732
- };
3733
- /** @description Unauthorized */
3734
- 401: {
3735
- headers: {
3736
- [name: string]: unknown;
3737
- };
3738
- content?: never;
3739
- };
3740
- /** @description You don`t have access to current wallet */
3741
- 403: {
3742
- headers: {
3743
- [name: string]: unknown;
3744
- };
3745
- content?: never;
3746
- };
3747
- 404: {
3748
- headers: {
3749
- [name: string]: unknown;
3750
- };
3751
- content?: never;
3752
- };
3753
- };
3754
- };
3755
- WalletKycRailsController_findOne: {
3756
- parameters: {
3757
- query?: never;
3758
- header?: never;
3759
- path: {
3760
- wallet_id: string;
3761
- rail_id: string;
3762
- };
3763
- cookie?: never;
3764
- };
3765
- requestBody?: never;
3766
- responses: {
3767
- 200: {
3768
- headers: {
3769
- [name: string]: unknown;
3770
- };
3771
- content: {
3772
- "application/json": components["schemas"]["WalletKycRailTypeDto"];
3773
- };
3774
- };
3775
- /** @description Unauthorized */
3776
- 401: {
3777
- headers: {
3778
- [name: string]: unknown;
3779
- };
3780
- content?: never;
3781
- };
3782
- /** @description You don`t have access to current wallet */
3783
- 403: {
3784
- headers: {
3785
- [name: string]: unknown;
3786
- };
3787
- content?: never;
3788
- };
3789
- 404: {
3790
- headers: {
3791
- [name: string]: unknown;
3792
- };
3793
- content?: never;
3794
- };
3795
- };
3796
- };
3797
- WalletKycRailsController_update: {
3798
- parameters: {
3799
- query?: never;
3800
- header?: never;
3801
- path: {
3802
- wallet_id: string;
3803
- rail_id: string;
3804
- };
3805
- cookie?: never;
3806
- };
3807
- requestBody?: never;
3808
- responses: {
3809
- /** @description KYC verification sent */
3810
- 200: {
3811
- headers: {
3812
- [name: string]: unknown;
3813
- };
3814
- content: {
3815
- "application/json": components["schemas"]["WalletKycRailTypeDto"];
3816
- };
3817
- };
3818
- /** @description KYC verification already processed */
3819
- 400: {
3820
- headers: {
3821
- [name: string]: unknown;
3822
- };
3823
- content?: never;
3824
- };
3825
- /** @description Unauthorized */
3826
- 401: {
3827
- headers: {
3828
- [name: string]: unknown;
3829
- };
3830
- content?: never;
3831
- };
3832
- /** @description You don`t have access to current wallet */
3833
- 403: {
3834
- headers: {
3835
- [name: string]: unknown;
3836
- };
3837
- content?: never;
3838
- };
3839
- 404: {
3840
- headers: {
3841
- [name: string]: unknown;
3842
- };
3843
- content?: never;
3844
- };
3845
- };
3846
- };
3847
- WalletKycRailsController_confirmTermsAndConditions: {
3848
- parameters: {
3849
- query?: never;
3850
- header?: never;
3851
- path: {
3852
- wallet_id: string;
3853
- rail_id: string;
3854
- };
3855
- cookie?: never;
3856
- };
3857
- requestBody?: never;
3858
- responses: {
3859
- /** @description Terms and conditions confirmed */
3860
- 200: {
3861
- headers: {
3862
- [name: string]: unknown;
3863
- };
3864
- content: {
3865
- "application/json": components["schemas"]["WalletKycRailTypeDto"];
3866
- };
3867
- };
3868
- /** @description Unauthorized */
3869
- 401: {
3870
- headers: {
3871
- [name: string]: unknown;
3872
- };
3873
- content?: never;
3874
- };
3875
- /** @description You don`t have access to current wallet */
3876
- 403: {
3877
- headers: {
3878
- [name: string]: unknown;
3879
- };
3880
- content?: never;
3881
- };
3882
- 404: {
3883
- headers: {
3884
- [name: string]: unknown;
3885
- };
3886
- content?: never;
3887
- };
3888
- };
3889
- };
3890
- CountriesController_findAll: {
3891
- parameters: {
3892
- query?: never;
3893
- header?: never;
3894
- path?: never;
3895
- cookie?: never;
3896
- };
3897
- requestBody?: never;
3898
- responses: {
3899
- 200: {
3900
- headers: {
3901
- [name: string]: unknown;
3902
- };
3903
- content: {
3904
- "application/json": components["schemas"]["CountryDto"][];
3905
- };
3906
- };
3907
- /** @description Unauthorized */
3908
- 401: {
3909
- headers: {
3910
- [name: string]: unknown;
3911
- };
3912
- content?: never;
3913
- };
3914
- };
3915
- };
3916
- StorageController_getFileUrl: {
3917
- parameters: {
3918
- query: {
3919
- path: string;
3920
- };
3921
- header?: never;
3922
- path?: never;
3923
- cookie?: never;
3924
- };
3925
- requestBody?: never;
3926
- responses: {
3927
- 200: {
3928
- headers: {
3929
- [name: string]: unknown;
3930
- };
3931
- content: {
3932
- "application/octet-stream": string;
3933
- };
3934
- };
3935
- };
3936
- };
3937
- StorageController_uploadKycFile: {
3938
- parameters: {
3939
- query?: never;
3940
- header?: never;
3941
- path?: never;
3942
- cookie?: never;
3943
- };
3944
- requestBody?: never;
3945
- responses: {
3946
- 201: {
3947
- headers: {
3948
- [name: string]: unknown;
3949
- };
3950
- content: {
3951
- "application/json": components["schemas"]["StorageUploadFileResponseDto"];
3952
- };
3953
- };
3954
- /** @description Unauthorized */
3955
- 401: {
3956
- headers: {
3957
- [name: string]: unknown;
3958
- };
3959
- content?: never;
3960
- };
3961
- };
3962
- };
3963
- StorageController_getKycFile: {
3964
- parameters: {
3965
- query?: never;
3966
- header?: never;
3967
- path: {
3968
- folderId: string;
3969
- fileId: string;
3970
- };
3971
- cookie?: never;
3972
- };
3973
- requestBody?: never;
3974
- responses: {
3975
- 200: {
3976
- headers: {
3977
- [name: string]: unknown;
3978
- };
3979
- content: {
3980
- "application/octet-stream": string;
3981
- };
3982
- };
3983
- };
3984
- };
3985
- CounterpartyAccountsController_findAll: {
3986
- parameters: {
3987
- query?: {
3988
- /** @description Number of records to skip */
3989
- offset?: number;
3990
- /** @description Number of records to return */
3991
- limit?: number;
3992
- sort_order?: "ASC" | "DESC";
3993
- sort_by?: "created_at" | "type" | "name" | "nickname" | "email" | "phone" | null;
3994
- filter?: components["schemas"]["CounterpartiesFilter"];
3995
- };
3996
- header?: never;
3997
- path: {
3998
- wallet_id: string;
3999
- };
4000
- cookie?: never;
4001
- };
4002
- requestBody?: never;
4003
- responses: {
4004
- 200: {
4005
- headers: {
4006
- [name: string]: unknown;
4007
- };
4008
- content: {
4009
- "application/json": components["schemas"]["FindAllCounterpartyAccountsResponseDto"];
4010
- };
4011
- };
4012
- /** @description Unauthorized */
4013
- 401: {
4014
- headers: {
4015
- [name: string]: unknown;
4016
- };
4017
- content?: never;
4018
- };
4019
- /** @description You don`t have access to current wallet */
4020
- 403: {
4021
- headers: {
4022
- [name: string]: unknown;
4023
- };
4024
- content?: never;
4025
- };
4026
- 404: {
4027
- headers: {
4028
- [name: string]: unknown;
4029
- };
4030
- content?: never;
4031
- };
4032
- };
4033
- };
4034
- CounterpartyAccountsController_create: {
4035
- parameters: {
4036
- query?: never;
4037
- header?: never;
4038
- path: {
4039
- wallet_id: string;
4040
- };
4041
- cookie?: never;
4042
- };
4043
- requestBody: {
4044
- content: {
4045
- "application/json": components["schemas"]["CreateCounterpartyAccountDto"];
4046
- };
4047
- };
4048
- responses: {
4049
- 200: {
4050
- headers: {
4051
- [name: string]: unknown;
4052
- };
4053
- content: {
4054
- "application/json": components["schemas"]["CounterpartyAccountDto"];
4055
- };
4056
- };
4057
- /** @description Unauthorized */
4058
- 401: {
4059
- headers: {
4060
- [name: string]: unknown;
4061
- };
4062
- content?: never;
4063
- };
4064
- /** @description You don`t have access to current wallet */
4065
- 403: {
4066
- headers: {
4067
- [name: string]: unknown;
4068
- };
4069
- content?: never;
4070
- };
4071
- 404: {
4072
- headers: {
4073
- [name: string]: unknown;
4074
- };
4075
- content?: never;
4076
- };
4077
- };
4078
- };
4079
- CounterpartyAccountsController_findOne: {
4080
- parameters: {
4081
- query?: never;
4082
- header?: never;
4083
- path: {
4084
- wallet_id: string;
4085
- counterparty_account_id: string;
4086
- };
4087
- cookie?: never;
4088
- };
4089
- requestBody?: never;
4090
- responses: {
4091
- 200: {
4092
- headers: {
4093
- [name: string]: unknown;
4094
- };
4095
- content: {
4096
- "application/json": components["schemas"]["CounterpartyAccountDto"];
4097
- };
4098
- };
4099
- /** @description Unauthorized */
4100
- 401: {
4101
- headers: {
4102
- [name: string]: unknown;
4103
- };
4104
- content?: never;
4105
- };
4106
- /** @description You don`t have access to current counterparty */
4107
- 403: {
4108
- headers: {
4109
- [name: string]: unknown;
4110
- };
4111
- content?: never;
4112
- };
4113
- 404: {
4114
- headers: {
4115
- [name: string]: unknown;
4116
- };
4117
- content?: never;
4118
- };
4119
- };
4120
- };
4121
- CounterpartyAccountsController_update: {
4122
- parameters: {
4123
- query?: never;
4124
- header?: never;
4125
- path: {
4126
- wallet_id: string;
4127
- counterparty_account_id: string;
4128
- };
4129
- cookie?: never;
4130
- };
4131
- requestBody: {
4132
- content: {
4133
- "application/json": components["schemas"]["UpdateCounterpartyAccountDto"];
4134
- };
4135
- };
4136
- responses: {
4137
- 200: {
4138
- headers: {
4139
- [name: string]: unknown;
4140
- };
4141
- content: {
4142
- "application/json": components["schemas"]["CounterpartyAccountDto"];
4143
- };
4144
- };
4145
- /** @description Unauthorized */
4146
- 401: {
4147
- headers: {
4148
- [name: string]: unknown;
4149
- };
4150
- content?: never;
4151
- };
4152
- /** @description You don`t have access to current counterparty */
4153
- 403: {
4154
- headers: {
4155
- [name: string]: unknown;
4156
- };
4157
- content?: never;
4158
- };
4159
- 404: {
4160
- headers: {
4161
- [name: string]: unknown;
4162
- };
4163
- content?: never;
4164
- };
4165
- };
4166
- };
4167
- CounterpartyDestinationsController_findAll: {
4168
- parameters: {
4169
- query?: {
4170
- /** @description Number of records to skip */
4171
- offset?: number;
4172
- /** @description Number of records to return */
4173
- limit?: number;
4174
- sort_order?: "ASC" | "DESC";
4175
- sort_by?: "created_at" | "type" | "nickname" | null;
4176
- filter?: components["schemas"]["CounterpartyDestinationsFilter"];
4177
- };
4178
- header?: never;
4179
- path: {
4180
- counterparty_account_id: string;
4181
- wallet_id: unknown;
4182
- };
4183
- cookie?: never;
4184
- };
4185
- requestBody?: never;
4186
- responses: {
4187
- 200: {
4188
- headers: {
4189
- [name: string]: unknown;
4190
- };
4191
- content: {
4192
- "application/json": components["schemas"]["FindAllCounterpartyDestinationsResponseDto"];
4193
- };
4194
- };
4195
- /** @description Unauthorized */
4196
- 401: {
4197
- headers: {
4198
- [name: string]: unknown;
4199
- };
4200
- content?: never;
4201
- };
4202
- /** @description You don`t have access to current counterparty */
4203
- 403: {
4204
- headers: {
4205
- [name: string]: unknown;
4206
- };
4207
- content?: never;
4208
- };
4209
- 404: {
4210
- headers: {
4211
- [name: string]: unknown;
4212
- };
4213
- content?: never;
4214
- };
4215
- };
4216
- };
4217
- CounterpartyDestinationsController_create: {
4218
- parameters: {
4219
- query?: never;
4220
- header?: never;
4221
- path: {
4222
- counterparty_account_id: string;
4223
- wallet_id: unknown;
4224
- };
4225
- cookie?: never;
4226
- };
4227
- requestBody: {
4228
- content: {
4229
- "application/json": components["schemas"]["CreateCounterpartyDestinationDto"];
4230
- };
4231
- };
4232
- responses: {
4233
- 200: {
4234
- headers: {
4235
- [name: string]: unknown;
4236
- };
4237
- content: {
4238
- "application/json": components["schemas"]["CounterpartyDestinationDto"];
4239
- };
4240
- };
4241
- /** @description Unauthorized */
4242
- 401: {
4243
- headers: {
4244
- [name: string]: unknown;
4245
- };
4246
- content?: never;
4247
- };
4248
- /** @description You don`t have access to current counterparty */
4249
- 403: {
4250
- headers: {
4251
- [name: string]: unknown;
4252
- };
4253
- content?: never;
4254
- };
4255
- 404: {
4256
- headers: {
4257
- [name: string]: unknown;
4258
- };
4259
- content?: never;
4260
- };
4261
- };
4262
- };
4263
- CounterpartyDestinationsController_findOne: {
4264
- parameters: {
4265
- query?: never;
4266
- header?: never;
4267
- path: {
4268
- counterparty_account_id: string;
4269
- counterparty_destination_id: string;
4270
- wallet_id: unknown;
4271
- };
4272
- cookie?: never;
4273
- };
4274
- requestBody?: never;
4275
- responses: {
4276
- 200: {
4277
- headers: {
4278
- [name: string]: unknown;
4279
- };
4280
- content: {
4281
- "application/json": components["schemas"]["CounterpartyDestinationDto"];
4282
- };
4283
- };
4284
- /** @description Unauthorized */
4285
- 401: {
4286
- headers: {
4287
- [name: string]: unknown;
4288
- };
4289
- content?: never;
4290
- };
4291
- /** @description You don`t have access to current counterparty */
4292
- 403: {
4293
- headers: {
4294
- [name: string]: unknown;
4295
- };
4296
- content?: never;
4297
- };
4298
- 404: {
4299
- headers: {
4300
- [name: string]: unknown;
4301
- };
4302
- content?: never;
4303
- };
4304
- };
4305
- };
4306
- CounterpartyDestinationsController_delete: {
4307
- parameters: {
4308
- query?: never;
4309
- header?: never;
4310
- path: {
4311
- counterparty_account_id: string;
4312
- counterparty_destination_id: string;
4313
- wallet_id: unknown;
4314
- };
4315
- cookie?: never;
4316
- };
4317
- requestBody?: never;
4318
- responses: {
4319
- 200: {
4320
- headers: {
4321
- [name: string]: unknown;
4322
- };
4323
- content: {
4324
- "application/json": components["schemas"]["CounterpartyDestinationDto"];
4325
- };
4326
- };
4327
- /** @description Unauthorized */
4328
- 401: {
4329
- headers: {
4330
- [name: string]: unknown;
4331
- };
4332
- content?: never;
4333
- };
4334
- /** @description You don`t have access to current counterparty */
4335
- 403: {
4336
- headers: {
4337
- [name: string]: unknown;
4338
- };
4339
- content?: never;
4340
- };
4341
- 404: {
4342
- headers: {
4343
- [name: string]: unknown;
4344
- };
4345
- content?: never;
4346
- };
4347
- };
4348
- };
4349
- CounterpartyDestinationsController_update: {
4350
- parameters: {
4351
- query?: never;
4352
- header?: never;
4353
- path: {
4354
- counterparty_account_id: string;
4355
- counterparty_destination_id: string;
4356
- wallet_id: unknown;
4357
- };
4358
- cookie?: never;
4359
- };
4360
- requestBody: {
4361
- content: {
4362
- "application/json": components["schemas"]["UpdateCounterpartyDestinationDto"];
4363
- };
4364
- };
4365
- responses: {
4366
- 200: {
4367
- headers: {
4368
- [name: string]: unknown;
4369
- };
4370
- content: {
4371
- "application/json": components["schemas"]["CounterpartyDestinationDto"];
4372
- };
4373
- };
4374
- /** @description Unauthorized */
4375
- 401: {
4376
- headers: {
4377
- [name: string]: unknown;
4378
- };
4379
- content?: never;
4380
- };
4381
- /** @description You don`t have access to current counterparty */
4382
- 403: {
4383
- headers: {
4384
- [name: string]: unknown;
4385
- };
4386
- content?: never;
4387
- };
4388
- 404: {
4389
- headers: {
4390
- [name: string]: unknown;
4391
- };
4392
- content?: never;
4393
- };
4394
- };
4395
- };
4396
- SystemController_config: {
4397
- parameters: {
4398
- query?: never;
4399
- header?: never;
4400
- path?: never;
4401
- cookie?: never;
4402
- };
4403
- requestBody?: never;
4404
- responses: {
4405
- 200: {
4406
- headers: {
4407
- [name: string]: unknown;
4408
- };
4409
- content: {
4410
- "application/json": components["schemas"]["SystemConfigDto"];
4411
- };
4412
- };
4413
- /** @description Invalid tenant */
4414
- 401: {
4415
- headers: {
4416
- [name: string]: unknown;
4417
- };
4418
- content?: never;
4419
- };
4420
- };
4421
- };
4422
- SystemController_chains: {
4423
- parameters: {
4424
- query?: never;
4425
- header?: never;
4426
- path?: never;
4427
- cookie?: never;
4428
- };
4429
- requestBody?: never;
4430
- responses: {
4431
- /** @description Invalid tenant */
4432
- 401: {
4433
- headers: {
4434
- [name: string]: unknown;
4435
- };
4436
- content?: never;
4437
- };
4438
- default: {
4439
- headers: {
4440
- [name: string]: unknown;
4441
- };
4442
- content: {
4443
- "application/json": components["schemas"]["SystemChainsResponseDto"];
4444
- };
4445
- };
4446
- };
4447
- };
4448
- SystemController_currencies: {
4449
- parameters: {
4450
- query?: {
4451
- is_crypto?: boolean;
4452
- chain_id?: number;
4453
- symbol?: string;
4454
- };
4455
- header?: never;
4456
- path?: never;
4457
- cookie?: never;
4458
- };
4459
- requestBody?: never;
4460
- responses: {
4461
- /** @description Invalid tenant */
4462
- 401: {
4463
- headers: {
4464
- [name: string]: unknown;
4465
- };
4466
- content?: never;
4467
- };
4468
- default: {
4469
- headers: {
4470
- [name: string]: unknown;
4471
- };
4472
- content: {
4473
- "application/json": components["schemas"]["SystemCurrenciesResponseDto"];
4474
- };
4475
- };
4476
- };
4477
- };
4478
- SystemController_countries: {
4479
- parameters: {
4480
- query?: never;
4481
- header?: never;
4482
- path?: never;
4483
- cookie?: never;
4484
- };
4485
- requestBody?: never;
4486
- responses: {
4487
- 200: {
4488
- headers: {
4489
- [name: string]: unknown;
4490
- };
4491
- content: {
4492
- "application/json": components["schemas"]["SystemCountriesResponseDto"];
4493
- };
4494
- };
4495
- /** @description Invalid tenant */
4496
- 401: {
4497
- headers: {
4498
- [name: string]: unknown;
4499
- };
4500
- content?: never;
4501
- };
4502
- };
4503
- };
4504
- SystemController_states: {
4505
- parameters: {
4506
- query?: never;
4507
- header?: never;
4508
- path: {
4509
- country_id: number;
4510
- };
4511
- cookie?: never;
4512
- };
4513
- requestBody?: never;
4514
- responses: {
4515
- 200: {
4516
- headers: {
4517
- [name: string]: unknown;
4518
- };
4519
- content: {
4520
- "application/json": components["schemas"]["SystemStatesResponseDto"];
4521
- };
4522
- };
4523
- /** @description Invalid tenant */
4524
- 401: {
4525
- headers: {
4526
- [name: string]: unknown;
4527
- };
4528
- content?: never;
4529
- };
4530
- };
4531
- };
4532
- SystemController_findAll: {
4533
- parameters: {
4534
- query: {
4535
- order_type: "TRANSFER_CARD_SUBACCOUNT" | "TRANSFER_CARD_PREPAID" | "WITHDRAWAL_CRYPTO" | "DEPOSIT_CRYPTO" | "DEPOSIT_FIAT_SEPA" | "DEPOSIT_FIAT_SWIFT" | "EXCHANGE_CRYPTO_INTERNAL" | "WITHDRAWAL_FIAT_SEPA" | "TRANSFER_INTERNAL" | "TRANSFER_CARD_WHOLESALE" | "CARD_ISSUING_FEE";
4536
- from_uuid?: string;
4537
- to_uuid?: string;
4538
- };
4539
- header?: never;
4540
- path?: never;
4541
- cookie?: never;
4542
- };
4543
- requestBody?: never;
4544
- responses: {
4545
- 200: {
4546
- headers: {
4547
- [name: string]: unknown;
4548
- };
4549
- content: {
4550
- "application/json": components["schemas"]["SystemExchangeRatesResponseDto"];
4551
- };
4552
- };
4553
- /** @description Invalid tenant */
4554
- 401: {
4555
- headers: {
4556
- [name: string]: unknown;
4557
- };
4558
- content?: never;
4559
- };
4560
- };
4561
- };
4562
- PersonaController_initInquiry: {
4563
- parameters: {
4564
- query?: never;
4565
- header?: never;
4566
- path: {
4567
- wallet_id: string;
4568
- type: "individual" | "business" | "universal";
4569
- };
4570
- cookie?: never;
4571
- };
4572
- requestBody?: never;
4573
- responses: {
4574
- 200: {
4575
- headers: {
4576
- [name: string]: unknown;
4577
- };
4578
- content: {
4579
- "application/json": components["schemas"]["InitInquiryResponseDto"];
4580
- };
4581
- };
4582
- /** @description Unauthorized */
4583
- 401: {
4584
- headers: {
4585
- [name: string]: unknown;
4586
- };
4587
- content?: never;
4588
- };
4589
- /** @description You don`t have access to current wallet */
4590
- 403: {
4591
- headers: {
4592
- [name: string]: unknown;
4593
- };
4594
- content?: never;
4595
- };
4596
- };
4597
- };
4598
- PersonaController_resumeInquiry: {
4599
- parameters: {
4600
- query?: never;
4601
- header?: never;
4602
- path: {
4603
- wallet_id: string;
4604
- inquiry_id: string;
4605
- };
4606
- cookie?: never;
4607
- };
4608
- requestBody?: never;
4609
- responses: {
4610
- 200: {
4611
- headers: {
4612
- [name: string]: unknown;
4613
- };
4614
- content: {
4615
- "application/json": components["schemas"]["ResumeInquiryResponseDto"];
4616
- };
4617
- };
4618
- /** @description Unauthorized */
4619
- 401: {
4620
- headers: {
4621
- [name: string]: unknown;
4622
- };
4623
- content?: never;
4624
- };
4625
- /** @description You don`t have access to current wallet */
4626
- 403: {
4627
- headers: {
4628
- [name: string]: unknown;
4629
- };
4630
- content?: never;
4631
- };
4632
- /** @description Persona reference or Inquiry not found */
4633
- 404: {
4634
- headers: {
4635
- [name: string]: unknown;
4636
- };
4637
- content?: never;
4638
- };
4639
- };
4640
- };
4641
- IntegrationPersonaTemplateController_findAll: {
4642
- parameters: {
4643
- query?: never;
4644
- header?: never;
4645
- path?: never;
4646
- cookie?: never;
4647
- };
4648
- requestBody?: never;
4649
- responses: {
4650
- 200: {
4651
- headers: {
4652
- [name: string]: unknown;
4653
- };
4654
- content: {
4655
- "application/json": components["schemas"]["FindAllIntegrationPersonaTemplatesResponseDto"];
4656
- };
4657
- };
4658
- /** @description Unauthorized */
4659
- 401: {
4660
- headers: {
4661
- [name: string]: unknown;
4662
- };
4663
- content?: never;
4664
- };
4665
- 404: {
4666
- headers: {
4667
- [name: string]: unknown;
4668
- };
4669
- content?: never;
4670
- };
4671
- };
4672
- };
4673
- PersonaAdminController_syncKycEntityWithPersona: {
4674
- parameters: {
4675
- query?: never;
4676
- header?: never;
4677
- path: {
4678
- wallet_id: string;
4679
- };
4680
- cookie?: never;
4681
- };
4682
- requestBody?: never;
4683
- responses: {
4684
- /** @description Invalid tenant */
4685
- 401: {
4686
- headers: {
4687
- [name: string]: unknown;
4688
- };
4689
- content?: never;
4690
- };
4691
- };
4692
- };
4693
- BankDataController_getBankDataByCode: {
4694
- parameters: {
4695
- query: {
4696
- /** @description Bank code string must be a valid IBAN, RTN or SWIFT */
4697
- code: string;
4698
- };
4699
- header?: never;
4700
- path?: never;
4701
- cookie?: never;
4702
- };
4703
- requestBody?: never;
4704
- responses: {
4705
- 200: {
4706
- headers: {
4707
- [name: string]: unknown;
4708
- };
4709
- content: {
4710
- "application/json": components["schemas"]["GetBankDataByCodeResponseDto"];
4711
- };
4712
- };
4713
- /** @description No data by code */
4714
- 400: {
4715
- headers: {
4716
- [name: string]: unknown;
4717
- };
4718
- content?: never;
4719
- };
4720
- /** @description Unauthorized */
4721
- 401: {
4722
- headers: {
4723
- [name: string]: unknown;
4724
- };
4725
- content?: never;
4726
- };
4727
- };
4728
- };
4729
- }