@dalmore/api-contracts 0.0.0-dev.a341696 → 0.0.0-dev.a367993

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 (97) hide show
  1. package/common/types/account-setting.types.d.ts +22 -66
  2. package/common/types/account-setting.types.js +2 -31
  3. package/common/types/account-setting.types.js.map +1 -1
  4. package/common/types/account.types.d.ts +32 -23
  5. package/common/types/account.types.js +1 -0
  6. package/common/types/account.types.js.map +1 -1
  7. package/common/types/activity.types.d.ts +8 -1
  8. package/common/types/activity.types.js +7 -0
  9. package/common/types/activity.types.js.map +1 -1
  10. package/common/types/asset.types.d.ts +25 -111
  11. package/common/types/asset.types.js +24 -100
  12. package/common/types/asset.types.js.map +1 -1
  13. package/common/types/auth.types.d.ts +36 -0
  14. package/common/types/auth.types.js +3 -2
  15. package/common/types/auth.types.js.map +1 -1
  16. package/common/types/bonus-tier.types.d.ts +0 -30
  17. package/common/types/cap-table.types.d.ts +177 -53
  18. package/common/types/cap-table.types.js +31 -0
  19. package/common/types/cap-table.types.js.map +1 -1
  20. package/common/types/common.types.d.ts +334 -4
  21. package/common/types/common.types.js +55 -1
  22. package/common/types/common.types.js.map +1 -1
  23. package/common/types/csv.types.d.ts +1730 -0
  24. package/common/types/csv.types.js +178 -0
  25. package/common/types/csv.types.js.map +1 -0
  26. package/common/types/disbursement-transaction.types.d.ts +1 -1
  27. package/common/types/disbursement-transaction.types.js +1 -1
  28. package/common/types/disbursement-transaction.types.js.map +1 -1
  29. package/common/types/disbursements.types.d.ts +939 -7
  30. package/common/types/disbursements.types.js +92 -2
  31. package/common/types/disbursements.types.js.map +1 -1
  32. package/common/types/exchange-provider.types.d.ts +12 -12
  33. package/common/types/file.types.d.ts +24 -0
  34. package/common/types/file.types.js +12 -0
  35. package/common/types/file.types.js.map +1 -1
  36. package/common/types/index.d.ts +4 -0
  37. package/common/types/index.js +4 -0
  38. package/common/types/index.js.map +1 -1
  39. package/common/types/individuals.types.d.ts +207 -5
  40. package/common/types/individuals.types.js +11 -14
  41. package/common/types/individuals.types.js.map +1 -1
  42. package/common/types/investor-account.types.d.ts +1 -1
  43. package/common/types/investor-account.types.js +1 -2
  44. package/common/types/investor-account.types.js.map +1 -1
  45. package/common/types/investors-offering.types.d.ts +8 -0
  46. package/common/types/investors-offering.types.js +1 -0
  47. package/common/types/investors-offering.types.js.map +1 -1
  48. package/common/types/invite.types.d.ts +2 -2
  49. package/common/types/invite.types.js +1 -1
  50. package/common/types/invite.types.js.map +1 -1
  51. package/common/types/issuer-offering.types.d.ts +182 -77
  52. package/common/types/issuer-offering.types.js +182 -45
  53. package/common/types/issuer-offering.types.js.map +1 -1
  54. package/common/types/legal-entity.types.d.ts +39 -1
  55. package/common/types/legal-entity.types.js +8 -5
  56. package/common/types/legal-entity.types.js.map +1 -1
  57. package/common/types/offering-submission.types.d.ts +198 -0
  58. package/common/types/offering-submission.types.js +16 -3
  59. package/common/types/offering-submission.types.js.map +1 -1
  60. package/common/types/offering.types.d.ts +264 -61
  61. package/common/types/offering.types.js +214 -53
  62. package/common/types/offering.types.js.map +1 -1
  63. package/common/types/portfolio.types.d.ts +6 -6
  64. package/common/types/reports.types.d.ts +345 -0
  65. package/common/types/reports.types.js +69 -0
  66. package/common/types/reports.types.js.map +1 -0
  67. package/common/types/review.types.js +1 -1
  68. package/common/types/review.types.js.map +1 -1
  69. package/common/types/secondary-order.types.d.ts +10 -10
  70. package/common/types/secondary-trade.types.d.ts +10 -10
  71. package/common/types/site.types.d.ts +12 -27
  72. package/common/types/trade-line-item.types.d.ts +24 -0
  73. package/common/types/trade-line-item.types.js +3 -0
  74. package/common/types/trade-line-item.types.js.map +1 -1
  75. package/common/types/trade.types.d.ts +10 -0
  76. package/common/types/trade.types.js +17 -1
  77. package/common/types/trade.types.js.map +1 -1
  78. package/common/types/transaction.types.d.ts +0 -1
  79. package/common/types/transaction.types.js +0 -1
  80. package/common/types/transaction.types.js.map +1 -1
  81. package/common/types/user.types.d.ts +191 -59
  82. package/common/types/user.types.js +9 -1
  83. package/common/types/user.types.js.map +1 -1
  84. package/contracts/clients/assets/index.d.ts +0 -66
  85. package/contracts/clients/csv/index.d.ts +1733 -0
  86. package/contracts/clients/csv/index.js +79 -0
  87. package/contracts/clients/csv/index.js.map +1 -0
  88. package/contracts/clients/index.d.ts +1911 -105
  89. package/contracts/clients/index.js +4 -0
  90. package/contracts/clients/index.js.map +1 -1
  91. package/contracts/clients/individuals/index.d.ts +5 -5
  92. package/contracts/clients/legal-entities/index.d.ts +1 -1
  93. package/contracts/clients/offerings/index.d.ts +88 -33
  94. package/contracts/clients/review/index.d.ts +85 -0
  95. package/contracts/clients/review/index.js +27 -0
  96. package/contracts/clients/review/index.js.map +1 -0
  97. package/package.json +1 -1
@@ -1583,10 +1583,7 @@ export declare const clientsContract: {
1583
1583
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
1584
1584
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
1585
1585
  enableBonus: import("zod").ZodBoolean;
1586
- principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
1587
- maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
1588
1586
  interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
1589
- interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
1590
1587
  }, "strip", import("zod").ZodTypeAny, {
1591
1588
  type: import("../..").AssetType | null;
1592
1589
  id: string;
@@ -1605,10 +1602,7 @@ export declare const clientsContract: {
1605
1602
  durationType: import("../..").DurationType | null;
1606
1603
  tiers: number[] | null;
1607
1604
  enableBonus: boolean;
1608
- principalAmount: number | null;
1609
- maxTotalRaise: number | null;
1610
1605
  interestRate: number | null;
1611
- interestType: import("../../common/types/asset.types").InterestType | null;
1612
1606
  __entity?: string | undefined;
1613
1607
  account?: {
1614
1608
  status: import("../..").AccountStatus;
@@ -1643,10 +1637,7 @@ export declare const clientsContract: {
1643
1637
  durationType: import("../..").DurationType | null;
1644
1638
  tiers: number[] | null;
1645
1639
  enableBonus: boolean;
1646
- principalAmount: number | null;
1647
- maxTotalRaise: number | null;
1648
1640
  interestRate: number | null;
1649
- interestType: import("../../common/types/asset.types").InterestType | null;
1650
1641
  __entity?: string | undefined;
1651
1642
  account?: {
1652
1643
  status: import("../..").AccountStatus;
@@ -1702,10 +1693,7 @@ export declare const clientsContract: {
1702
1693
  durationType: import("../..").DurationType | null;
1703
1694
  tiers: number[] | null;
1704
1695
  enableBonus: boolean;
1705
- principalAmount: number | null;
1706
- maxTotalRaise: number | null;
1707
1696
  interestRate: number | null;
1708
- interestType: import("../../common/types/asset.types").InterestType | null;
1709
1697
  __entity?: string | undefined;
1710
1698
  account?: {
1711
1699
  status: import("../..").AccountStatus;
@@ -1749,10 +1737,7 @@ export declare const clientsContract: {
1749
1737
  durationType: import("../..").DurationType | null;
1750
1738
  tiers: number[] | null;
1751
1739
  enableBonus: boolean;
1752
- principalAmount: number | null;
1753
- maxTotalRaise: number | null;
1754
1740
  interestRate: number | null;
1755
- interestType: import("../../common/types/asset.types").InterestType | null;
1756
1741
  __entity?: string | undefined;
1757
1742
  account?: {
1758
1743
  status: import("../..").AccountStatus;
@@ -1903,10 +1888,7 @@ export declare const clientsContract: {
1903
1888
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
1904
1889
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
1905
1890
  enableBonus: import("zod").ZodBoolean;
1906
- principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
1907
- maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
1908
1891
  interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
1909
- interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
1910
1892
  }, "strip", import("zod").ZodTypeAny, {
1911
1893
  type: import("../..").AssetType | null;
1912
1894
  id: string;
@@ -1925,10 +1907,7 @@ export declare const clientsContract: {
1925
1907
  durationType: import("../..").DurationType | null;
1926
1908
  tiers: number[] | null;
1927
1909
  enableBonus: boolean;
1928
- principalAmount: number | null;
1929
- maxTotalRaise: number | null;
1930
1910
  interestRate: number | null;
1931
- interestType: import("../../common/types/asset.types").InterestType | null;
1932
1911
  __entity?: string | undefined;
1933
1912
  account?: {
1934
1913
  status: import("../..").AccountStatus;
@@ -1963,10 +1942,7 @@ export declare const clientsContract: {
1963
1942
  durationType: import("../..").DurationType | null;
1964
1943
  tiers: number[] | null;
1965
1944
  enableBonus: boolean;
1966
- principalAmount: number | null;
1967
- maxTotalRaise: number | null;
1968
1945
  interestRate: number | null;
1969
- interestType: import("../../common/types/asset.types").InterestType | null;
1970
1946
  __entity?: string | undefined;
1971
1947
  account?: {
1972
1948
  status: import("../..").AccountStatus;
@@ -2055,10 +2031,7 @@ export declare const clientsContract: {
2055
2031
  template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
2056
2032
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
2057
2033
  enableBonus: import("zod").ZodDefault<import("zod").ZodBoolean>;
2058
- principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2059
- maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2060
2034
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2061
- interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
2062
2035
  }, "strip", import("zod").ZodTypeAny, {
2063
2036
  type: import("../..").AssetType;
2064
2037
  name: string;
@@ -2071,10 +2044,7 @@ export declare const clientsContract: {
2071
2044
  duration?: number | null | undefined;
2072
2045
  durationType?: import("../..").DurationType | null | undefined;
2073
2046
  tiers?: number[] | null | undefined;
2074
- principalAmount?: number | null | undefined;
2075
- maxTotalRaise?: number | null | undefined;
2076
2047
  interestRate?: number | null | undefined;
2077
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2078
2048
  }, {
2079
2049
  type: import("../..").AssetType;
2080
2050
  name: string;
@@ -2087,10 +2057,7 @@ export declare const clientsContract: {
2087
2057
  durationType?: import("../..").DurationType | null | undefined;
2088
2058
  tiers?: number[] | null | undefined;
2089
2059
  enableBonus?: boolean | undefined;
2090
- principalAmount?: number | null | undefined;
2091
- maxTotalRaise?: number | null | undefined;
2092
2060
  interestRate?: number | null | undefined;
2093
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2094
2061
  }>, {
2095
2062
  type: import("../..").AssetType;
2096
2063
  name: string;
@@ -2103,10 +2070,7 @@ export declare const clientsContract: {
2103
2070
  duration?: number | null | undefined;
2104
2071
  durationType?: import("../..").DurationType | null | undefined;
2105
2072
  tiers?: number[] | null | undefined;
2106
- principalAmount?: number | null | undefined;
2107
- maxTotalRaise?: number | null | undefined;
2108
2073
  interestRate?: number | null | undefined;
2109
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2110
2074
  }, {
2111
2075
  type: import("../..").AssetType;
2112
2076
  name: string;
@@ -2119,10 +2083,7 @@ export declare const clientsContract: {
2119
2083
  durationType?: import("../..").DurationType | null | undefined;
2120
2084
  tiers?: number[] | null | undefined;
2121
2085
  enableBonus?: boolean | undefined;
2122
- principalAmount?: number | null | undefined;
2123
- maxTotalRaise?: number | null | undefined;
2124
2086
  interestRate?: number | null | undefined;
2125
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2126
2087
  }>;
2127
2088
  summary: "Create an asset";
2128
2089
  path: "/clients/api/v1/assets";
@@ -2189,10 +2150,7 @@ export declare const clientsContract: {
2189
2150
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
2190
2151
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
2191
2152
  enableBonus: import("zod").ZodBoolean;
2192
- principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
2193
- maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
2194
2153
  interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
2195
- interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
2196
2154
  }, "strip", import("zod").ZodTypeAny, {
2197
2155
  type: import("../..").AssetType | null;
2198
2156
  id: string;
@@ -2211,10 +2169,7 @@ export declare const clientsContract: {
2211
2169
  durationType: import("../..").DurationType | null;
2212
2170
  tiers: number[] | null;
2213
2171
  enableBonus: boolean;
2214
- principalAmount: number | null;
2215
- maxTotalRaise: number | null;
2216
2172
  interestRate: number | null;
2217
- interestType: import("../../common/types/asset.types").InterestType | null;
2218
2173
  __entity?: string | undefined;
2219
2174
  account?: {
2220
2175
  status: import("../..").AccountStatus;
@@ -2249,10 +2204,7 @@ export declare const clientsContract: {
2249
2204
  durationType: import("../..").DurationType | null;
2250
2205
  tiers: number[] | null;
2251
2206
  enableBonus: boolean;
2252
- principalAmount: number | null;
2253
- maxTotalRaise: number | null;
2254
2207
  interestRate: number | null;
2255
- interestType: import("../../common/types/asset.types").InterestType | null;
2256
2208
  __entity?: string | undefined;
2257
2209
  account?: {
2258
2210
  status: import("../..").AccountStatus;
@@ -2340,10 +2292,7 @@ export declare const clientsContract: {
2340
2292
  template: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>>>;
2341
2293
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
2342
2294
  enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
2343
- principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2344
- maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2345
2295
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2346
- interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
2347
2296
  }, "strip", import("zod").ZodTypeAny, {
2348
2297
  type?: import("../..").AssetType | undefined;
2349
2298
  name?: string | undefined;
@@ -2355,10 +2304,7 @@ export declare const clientsContract: {
2355
2304
  durationType?: import("../..").DurationType | null | undefined;
2356
2305
  tiers?: number[] | null | undefined;
2357
2306
  enableBonus?: boolean | undefined;
2358
- principalAmount?: number | null | undefined;
2359
- maxTotalRaise?: number | null | undefined;
2360
2307
  interestRate?: number | null | undefined;
2361
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2362
2308
  }, {
2363
2309
  type?: import("../..").AssetType | undefined;
2364
2310
  name?: string | undefined;
@@ -2370,10 +2316,7 @@ export declare const clientsContract: {
2370
2316
  durationType?: import("../..").DurationType | null | undefined;
2371
2317
  tiers?: number[] | null | undefined;
2372
2318
  enableBonus?: boolean | undefined;
2373
- principalAmount?: number | null | undefined;
2374
- maxTotalRaise?: number | null | undefined;
2375
2319
  interestRate?: number | null | undefined;
2376
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
2377
2320
  }>;
2378
2321
  pathParams: import("zod").ZodObject<{
2379
2322
  id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -2447,10 +2390,7 @@ export declare const clientsContract: {
2447
2390
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
2448
2391
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
2449
2392
  enableBonus: import("zod").ZodBoolean;
2450
- principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
2451
- maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
2452
2393
  interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
2453
- interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
2454
2394
  }, "strip", import("zod").ZodTypeAny, {
2455
2395
  type: import("../..").AssetType | null;
2456
2396
  id: string;
@@ -2469,10 +2409,7 @@ export declare const clientsContract: {
2469
2409
  durationType: import("../..").DurationType | null;
2470
2410
  tiers: number[] | null;
2471
2411
  enableBonus: boolean;
2472
- principalAmount: number | null;
2473
- maxTotalRaise: number | null;
2474
2412
  interestRate: number | null;
2475
- interestType: import("../../common/types/asset.types").InterestType | null;
2476
2413
  __entity?: string | undefined;
2477
2414
  account?: {
2478
2415
  status: import("../..").AccountStatus;
@@ -2507,10 +2444,7 @@ export declare const clientsContract: {
2507
2444
  durationType: import("../..").DurationType | null;
2508
2445
  tiers: number[] | null;
2509
2446
  enableBonus: boolean;
2510
- principalAmount: number | null;
2511
- maxTotalRaise: number | null;
2512
2447
  interestRate: number | null;
2513
- interestType: import("../../common/types/asset.types").InterestType | null;
2514
2448
  __entity?: string | undefined;
2515
2449
  account?: {
2516
2450
  status: import("../..").AccountStatus;
@@ -2824,6 +2758,1739 @@ export declare const clientsContract: {
2824
2758
  };
2825
2759
  };
2826
2760
  };
2761
+ csv: {
2762
+ uploadInvestorCsv: {
2763
+ method: "POST";
2764
+ metadata: {
2765
+ auth: boolean;
2766
+ };
2767
+ body: import("@ts-rest/core").ContractPlainType<{
2768
+ file: File;
2769
+ }>;
2770
+ query: import("zod").ZodObject<{
2771
+ type: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2772
+ }, "strip", import("zod").ZodTypeAny, {
2773
+ type: import("../..").InvestorAccountType;
2774
+ }, {
2775
+ type: import("../..").InvestorAccountType;
2776
+ }>;
2777
+ summary: "Upload and process CSV file for investor account creation";
2778
+ contentType: "multipart/form-data";
2779
+ path: "/clients/api/v1/csv/investors";
2780
+ responses: {
2781
+ 200: import("zod").ZodObject<{
2782
+ totalRows: import("zod").ZodNumber;
2783
+ successfulRows: import("zod").ZodNumber;
2784
+ createdAccounts: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
2785
+ row: import("zod").ZodNumber;
2786
+ userId: import("zod").ZodString;
2787
+ investorAccountId: import("zod").ZodString;
2788
+ }, "strip", import("zod").ZodTypeAny, {
2789
+ userId: string;
2790
+ investorAccountId: string;
2791
+ row: number;
2792
+ }, {
2793
+ userId: string;
2794
+ investorAccountId: string;
2795
+ row: number;
2796
+ }>, import("zod").ZodObject<{
2797
+ row: import("zod").ZodNumber;
2798
+ userId: import("zod").ZodString;
2799
+ accountId: import("zod").ZodString;
2800
+ }, "strip", import("zod").ZodTypeAny, {
2801
+ accountId: string;
2802
+ userId: string;
2803
+ row: number;
2804
+ }, {
2805
+ accountId: string;
2806
+ userId: string;
2807
+ row: number;
2808
+ }>]>, "many">;
2809
+ }, "strip", import("zod").ZodTypeAny, {
2810
+ totalRows: number;
2811
+ successfulRows: number;
2812
+ createdAccounts: ({
2813
+ userId: string;
2814
+ investorAccountId: string;
2815
+ row: number;
2816
+ } | {
2817
+ accountId: string;
2818
+ userId: string;
2819
+ row: number;
2820
+ })[];
2821
+ }, {
2822
+ totalRows: number;
2823
+ successfulRows: number;
2824
+ createdAccounts: ({
2825
+ userId: string;
2826
+ investorAccountId: string;
2827
+ row: number;
2828
+ } | {
2829
+ accountId: string;
2830
+ userId: string;
2831
+ row: number;
2832
+ })[];
2833
+ }>;
2834
+ 400: import("zod").ZodObject<{
2835
+ status: import("zod").ZodNumber;
2836
+ message: import("zod").ZodString;
2837
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2838
+ }, "strip", import("zod").ZodTypeAny, {
2839
+ message: string;
2840
+ status: number;
2841
+ errors: string[];
2842
+ }, {
2843
+ message: string;
2844
+ status: number;
2845
+ errors: string[];
2846
+ }>;
2847
+ 401: import("zod").ZodObject<{
2848
+ status: import("zod").ZodNumber;
2849
+ message: import("zod").ZodString;
2850
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2851
+ }, "strip", import("zod").ZodTypeAny, {
2852
+ message: string;
2853
+ status: number;
2854
+ errors: string[];
2855
+ }, {
2856
+ message: string;
2857
+ status: number;
2858
+ errors: string[];
2859
+ }>;
2860
+ 422: import("zod").ZodObject<{
2861
+ status: import("zod").ZodNumber;
2862
+ message: import("zod").ZodString;
2863
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2864
+ }, "strip", import("zod").ZodTypeAny, {
2865
+ message: string;
2866
+ status: number;
2867
+ errors: string[];
2868
+ }, {
2869
+ message: string;
2870
+ status: number;
2871
+ errors: string[];
2872
+ }>;
2873
+ 500: import("zod").ZodObject<{
2874
+ status: import("zod").ZodNumber;
2875
+ message: import("zod").ZodString;
2876
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2877
+ }, "strip", import("zod").ZodTypeAny, {
2878
+ message: string;
2879
+ status: number;
2880
+ errors: string[];
2881
+ }, {
2882
+ message: string;
2883
+ status: number;
2884
+ errors: string[];
2885
+ }>;
2886
+ };
2887
+ };
2888
+ uploadAicCsv: {
2889
+ method: "POST";
2890
+ metadata: {
2891
+ auth: boolean;
2892
+ };
2893
+ body: import("@ts-rest/core").ContractPlainType<{
2894
+ file: File;
2895
+ }>;
2896
+ query: import("zod").ZodObject<{
2897
+ accredited: import("zod").ZodBoolean;
2898
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
2899
+ investorAccountId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
2900
+ }, "strip", import("zod").ZodTypeAny, {
2901
+ investorAccountId: string;
2902
+ aicAccreditationType: import("../..").AicAccreditationType;
2903
+ accredited: boolean;
2904
+ }, {
2905
+ investorAccountId: string;
2906
+ aicAccreditationType: import("../..").AicAccreditationType;
2907
+ accredited: boolean;
2908
+ }>;
2909
+ summary: "Upload and process CSV file for AIC questionnaire data";
2910
+ contentType: "multipart/form-data";
2911
+ path: "/clients/api/v1/csv/aic";
2912
+ responses: {
2913
+ 200: import("zod").ZodObject<{
2914
+ id: import("zod").ZodString;
2915
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2916
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2917
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2918
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2919
+ } & {
2920
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2921
+ accountId: import("zod").ZodString;
2922
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2923
+ id: import("zod").ZodString;
2924
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2925
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2926
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2927
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2928
+ } & {
2929
+ name: import("zod").ZodString;
2930
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2931
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2932
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2933
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2934
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2935
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2936
+ }, "strip", import("zod").ZodTypeAny, {
2937
+ status: import("../..").AccountStatus;
2938
+ id: string;
2939
+ createdAt: string | Date;
2940
+ updatedAt: string | Date;
2941
+ deletedAt: string | Date | null;
2942
+ name: string;
2943
+ managedBy: import("../..").ManagedByType | null;
2944
+ platform: import("../..").Platform;
2945
+ onboardingReviewerId: string | null;
2946
+ onboardingReviewAt: Date | null;
2947
+ allowPendingComplianceReview: boolean;
2948
+ __entity?: string | undefined;
2949
+ }, {
2950
+ status: import("../..").AccountStatus;
2951
+ id: string;
2952
+ createdAt: string | Date;
2953
+ updatedAt: string | Date;
2954
+ deletedAt: string | Date | null;
2955
+ name: string;
2956
+ managedBy: import("../..").ManagedByType | null;
2957
+ platform: import("../..").Platform;
2958
+ onboardingReviewerId: string | null;
2959
+ onboardingReviewAt: Date | null;
2960
+ allowPendingComplianceReview: boolean;
2961
+ __entity?: string | undefined;
2962
+ }>>>;
2963
+ investorAccountId: import("zod").ZodString;
2964
+ investorAccount: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2965
+ id: import("zod").ZodString;
2966
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2967
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2968
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2969
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2970
+ } & {
2971
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2972
+ investorAccountType: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2973
+ user: import("zod").ZodLazy<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2974
+ id: import("zod").ZodString;
2975
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2976
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2977
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2978
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2979
+ } & {
2980
+ userLoginId: import("zod").ZodNullable<import("zod").ZodString>;
2981
+ roleId: import("zod").ZodNullable<import("zod").ZodString>;
2982
+ inviteId: import("zod").ZodNullable<import("zod").ZodString>;
2983
+ accountId: import("zod").ZodNullable<import("zod").ZodString>;
2984
+ onboarding: import("zod").ZodNullable<import("zod").ZodString>;
2985
+ account: import("zod").ZodOptional<import("zod").ZodObject<{
2986
+ id: import("zod").ZodString;
2987
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2988
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2989
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2990
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2991
+ } & {
2992
+ name: import("zod").ZodString;
2993
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2994
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2995
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2996
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2997
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2998
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2999
+ }, "strip", import("zod").ZodTypeAny, {
3000
+ status: import("../..").AccountStatus;
3001
+ id: string;
3002
+ createdAt: string | Date;
3003
+ updatedAt: string | Date;
3004
+ deletedAt: string | Date | null;
3005
+ name: string;
3006
+ managedBy: import("../..").ManagedByType | null;
3007
+ platform: import("../..").Platform;
3008
+ onboardingReviewerId: string | null;
3009
+ onboardingReviewAt: Date | null;
3010
+ allowPendingComplianceReview: boolean;
3011
+ __entity?: string | undefined;
3012
+ }, {
3013
+ status: import("../..").AccountStatus;
3014
+ id: string;
3015
+ createdAt: string | Date;
3016
+ updatedAt: string | Date;
3017
+ deletedAt: string | Date | null;
3018
+ name: string;
3019
+ managedBy: import("../..").ManagedByType | null;
3020
+ platform: import("../..").Platform;
3021
+ onboardingReviewerId: string | null;
3022
+ onboardingReviewAt: Date | null;
3023
+ allowPendingComplianceReview: boolean;
3024
+ __entity?: string | undefined;
3025
+ }>>;
3026
+ active: import("zod").ZodBoolean;
3027
+ locked: import("zod").ZodBoolean;
3028
+ userLogin: import("zod").ZodObject<{
3029
+ id: import("zod").ZodString;
3030
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3031
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3032
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3033
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3034
+ } & {
3035
+ firstName: import("zod").ZodString;
3036
+ lastName: import("zod").ZodString;
3037
+ email: import("zod").ZodString;
3038
+ provider: import("zod").ZodString;
3039
+ lastLoginAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3040
+ loginCount: import("zod").ZodNumber;
3041
+ }, "strip", import("zod").ZodTypeAny, {
3042
+ id: string;
3043
+ createdAt: string | Date;
3044
+ updatedAt: string | Date;
3045
+ deletedAt: string | Date | null;
3046
+ firstName: string;
3047
+ lastName: string;
3048
+ email: string;
3049
+ provider: string;
3050
+ lastLoginAt: string | Date | null;
3051
+ loginCount: number;
3052
+ __entity?: string | undefined;
3053
+ }, {
3054
+ id: string;
3055
+ createdAt: string | Date;
3056
+ updatedAt: string | Date;
3057
+ deletedAt: string | Date | null;
3058
+ firstName: string;
3059
+ lastName: string;
3060
+ email: string;
3061
+ provider: string;
3062
+ lastLoginAt: string | Date | null;
3063
+ loginCount: number;
3064
+ __entity?: string | undefined;
3065
+ }>;
3066
+ }, "strip", import("zod").ZodTypeAny, {
3067
+ id: string;
3068
+ createdAt: string | Date;
3069
+ updatedAt: string | Date;
3070
+ deletedAt: string | Date | null;
3071
+ active: boolean;
3072
+ inviteId: string | null;
3073
+ accountId: string | null;
3074
+ roleId: string | null;
3075
+ userLoginId: string | null;
3076
+ locked: boolean;
3077
+ onboarding: string | null;
3078
+ userLogin: {
3079
+ id: string;
3080
+ createdAt: string | Date;
3081
+ updatedAt: string | Date;
3082
+ deletedAt: string | Date | null;
3083
+ firstName: string;
3084
+ lastName: string;
3085
+ email: string;
3086
+ provider: string;
3087
+ lastLoginAt: string | Date | null;
3088
+ loginCount: number;
3089
+ __entity?: string | undefined;
3090
+ };
3091
+ __entity?: string | undefined;
3092
+ account?: {
3093
+ status: import("../..").AccountStatus;
3094
+ id: string;
3095
+ createdAt: string | Date;
3096
+ updatedAt: string | Date;
3097
+ deletedAt: string | Date | null;
3098
+ name: string;
3099
+ managedBy: import("../..").ManagedByType | null;
3100
+ platform: import("../..").Platform;
3101
+ onboardingReviewerId: string | null;
3102
+ onboardingReviewAt: Date | null;
3103
+ allowPendingComplianceReview: boolean;
3104
+ __entity?: string | undefined;
3105
+ } | undefined;
3106
+ }, {
3107
+ id: string;
3108
+ createdAt: string | Date;
3109
+ updatedAt: string | Date;
3110
+ deletedAt: string | Date | null;
3111
+ active: boolean;
3112
+ inviteId: string | null;
3113
+ accountId: string | null;
3114
+ roleId: string | null;
3115
+ userLoginId: string | null;
3116
+ locked: boolean;
3117
+ onboarding: string | null;
3118
+ userLogin: {
3119
+ id: string;
3120
+ createdAt: string | Date;
3121
+ updatedAt: string | Date;
3122
+ deletedAt: string | Date | null;
3123
+ firstName: string;
3124
+ lastName: string;
3125
+ email: string;
3126
+ provider: string;
3127
+ lastLoginAt: string | Date | null;
3128
+ loginCount: number;
3129
+ __entity?: string | undefined;
3130
+ };
3131
+ __entity?: string | undefined;
3132
+ account?: {
3133
+ status: import("../..").AccountStatus;
3134
+ id: string;
3135
+ createdAt: string | Date;
3136
+ updatedAt: string | Date;
3137
+ deletedAt: string | Date | null;
3138
+ name: string;
3139
+ managedBy: import("../..").ManagedByType | null;
3140
+ platform: import("../..").Platform;
3141
+ onboardingReviewerId: string | null;
3142
+ onboardingReviewAt: Date | null;
3143
+ allowPendingComplianceReview: boolean;
3144
+ __entity?: string | undefined;
3145
+ } | undefined;
3146
+ }>>>>;
3147
+ userId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3148
+ email: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3149
+ name: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3150
+ regAQualified: import("zod").ZodBoolean;
3151
+ regCfQualified: import("zod").ZodBoolean;
3152
+ regDQualified: import("zod").ZodBoolean;
3153
+ accountId: import("zod").ZodString;
3154
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3155
+ id: import("zod").ZodString;
3156
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3157
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3158
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3159
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3160
+ } & {
3161
+ name: import("zod").ZodString;
3162
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
3163
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
3164
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
3165
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
3166
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
3167
+ allowPendingComplianceReview: import("zod").ZodBoolean;
3168
+ }, "strip", import("zod").ZodTypeAny, {
3169
+ status: import("../..").AccountStatus;
3170
+ id: string;
3171
+ createdAt: string | Date;
3172
+ updatedAt: string | Date;
3173
+ deletedAt: string | Date | null;
3174
+ name: string;
3175
+ managedBy: import("../..").ManagedByType | null;
3176
+ platform: import("../..").Platform;
3177
+ onboardingReviewerId: string | null;
3178
+ onboardingReviewAt: Date | null;
3179
+ allowPendingComplianceReview: boolean;
3180
+ __entity?: string | undefined;
3181
+ }, {
3182
+ status: import("../..").AccountStatus;
3183
+ id: string;
3184
+ createdAt: string | Date;
3185
+ updatedAt: string | Date;
3186
+ deletedAt: string | Date | null;
3187
+ name: string;
3188
+ managedBy: import("../..").ManagedByType | null;
3189
+ platform: import("../..").Platform;
3190
+ onboardingReviewerId: string | null;
3191
+ onboardingReviewAt: Date | null;
3192
+ allowPendingComplianceReview: boolean;
3193
+ __entity?: string | undefined;
3194
+ }>>>;
3195
+ trades: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3196
+ individuals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3197
+ legalEntities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<import("zod").ZodObject<{
3198
+ id: import("zod").ZodString;
3199
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3200
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3201
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3202
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3203
+ } & {
3204
+ thirdPartyId: import("zod").ZodNullable<import("zod").ZodString>;
3205
+ accountId: import("zod").ZodString;
3206
+ investorAccountId: import("zod").ZodString;
3207
+ kybStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>>;
3208
+ sanctionsStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").SanctionsStatus>>;
3209
+ kybs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3210
+ id: import("zod").ZodString;
3211
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3212
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3213
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3214
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3215
+ } & {
3216
+ thirdPartyId: import("zod").ZodString;
3217
+ platform: import("zod").ZodString;
3218
+ legalEntityId: import("zod").ZodString;
3219
+ documentType: import("zod").ZodString;
3220
+ documentImage: import("zod").ZodString;
3221
+ kybStatus: import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>;
3222
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
3223
+ response: import("zod").ZodNullable<import("zod").ZodString>;
3224
+ }, "strip", import("zod").ZodTypeAny, {
3225
+ id: string;
3226
+ createdAt: string | Date;
3227
+ updatedAt: string | Date;
3228
+ deletedAt: string | Date | null;
3229
+ platform: string;
3230
+ documentType: string;
3231
+ documentImage: string;
3232
+ reason: string | null;
3233
+ response: string | null;
3234
+ thirdPartyId: string;
3235
+ legalEntityId: string;
3236
+ kybStatus: import("../..").KYBStatus;
3237
+ __entity?: string | undefined;
3238
+ }, {
3239
+ id: string;
3240
+ createdAt: string | Date;
3241
+ updatedAt: string | Date;
3242
+ deletedAt: string | Date | null;
3243
+ platform: string;
3244
+ documentType: string;
3245
+ documentImage: string;
3246
+ reason: string | null;
3247
+ response: string | null;
3248
+ thirdPartyId: string;
3249
+ legalEntityId: string;
3250
+ kybStatus: import("../..").KYBStatus;
3251
+ __entity?: string | undefined;
3252
+ }>, "many">>;
3253
+ name: import("zod").ZodString;
3254
+ ein: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3255
+ companyType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3256
+ streetAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3257
+ city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3258
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3259
+ zip: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3260
+ country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3261
+ phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3262
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3263
+ }, "strip", import("zod").ZodTypeAny, {
3264
+ id: string;
3265
+ createdAt: string | Date;
3266
+ updatedAt: string | Date;
3267
+ deletedAt: string | Date | null;
3268
+ accountId: string;
3269
+ name: string;
3270
+ state: string | null;
3271
+ thirdPartyId: string | null;
3272
+ kybStatus: import("../..").KYBStatus;
3273
+ investorAccountId: string;
3274
+ sanctionsStatus: import("../..").SanctionsStatus;
3275
+ setupStatus: import("../..").SetupStatusType;
3276
+ __entity?: string | undefined;
3277
+ country?: string | null | undefined;
3278
+ kybs?: {
3279
+ id: string;
3280
+ createdAt: string | Date;
3281
+ updatedAt: string | Date;
3282
+ deletedAt: string | Date | null;
3283
+ platform: string;
3284
+ documentType: string;
3285
+ documentImage: string;
3286
+ reason: string | null;
3287
+ response: string | null;
3288
+ thirdPartyId: string;
3289
+ legalEntityId: string;
3290
+ kybStatus: import("../..").KYBStatus;
3291
+ __entity?: string | undefined;
3292
+ }[] | undefined;
3293
+ phone?: string | null | undefined;
3294
+ city?: string | null | undefined;
3295
+ zip?: string | null | undefined;
3296
+ ein?: string | null | undefined;
3297
+ companyType?: string | null | undefined;
3298
+ streetAddress?: string | null | undefined;
3299
+ }, {
3300
+ id: string;
3301
+ createdAt: string | Date;
3302
+ updatedAt: string | Date;
3303
+ deletedAt: string | Date | null;
3304
+ accountId: string;
3305
+ name: string;
3306
+ state: string | null;
3307
+ thirdPartyId: string | null;
3308
+ kybStatus: import("../..").KYBStatus;
3309
+ investorAccountId: string;
3310
+ sanctionsStatus: import("../..").SanctionsStatus;
3311
+ setupStatus: import("../..").SetupStatusType;
3312
+ __entity?: string | undefined;
3313
+ country?: string | null | undefined;
3314
+ kybs?: {
3315
+ id: string;
3316
+ createdAt: string | Date;
3317
+ updatedAt: string | Date;
3318
+ deletedAt: string | Date | null;
3319
+ platform: string;
3320
+ documentType: string;
3321
+ documentImage: string;
3322
+ reason: string | null;
3323
+ response: string | null;
3324
+ thirdPartyId: string;
3325
+ legalEntityId: string;
3326
+ kybStatus: import("../..").KYBStatus;
3327
+ __entity?: string | undefined;
3328
+ }[] | undefined;
3329
+ phone?: string | null | undefined;
3330
+ city?: string | null | undefined;
3331
+ zip?: string | null | undefined;
3332
+ ein?: string | null | undefined;
3333
+ companyType?: string | null | undefined;
3334
+ streetAddress?: string | null | undefined;
3335
+ }>>, "many">>;
3336
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3337
+ systemReviewLog: import("zod").ZodNullable<import("zod").ZodString>;
3338
+ totalAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
3339
+ statusCheck: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3340
+ entity: import("zod").ZodOptional<import("zod").ZodObject<{
3341
+ information: import("zod").ZodDefault<import("zod").ZodBoolean>;
3342
+ address: import("zod").ZodDefault<import("zod").ZodBoolean>;
3343
+ }, "strip", import("zod").ZodTypeAny, {
3344
+ address: boolean;
3345
+ information: boolean;
3346
+ }, {
3347
+ address?: boolean | undefined;
3348
+ information?: boolean | undefined;
3349
+ }>>;
3350
+ primary: import("zod").ZodOptional<import("zod").ZodObject<{
3351
+ account: import("zod").ZodDefault<import("zod").ZodBoolean>;
3352
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3353
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3354
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3355
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3356
+ investorQuestionnaire: import("zod").ZodDefault<import("zod").ZodBoolean>;
3357
+ accreditation: import("zod").ZodDefault<import("zod").ZodBoolean>;
3358
+ trustedContact: import("zod").ZodDefault<import("zod").ZodBoolean>;
3359
+ retirement: import("zod").ZodOptional<import("zod").ZodBoolean>;
3360
+ }, "strip", import("zod").ZodTypeAny, {
3361
+ account: boolean;
3362
+ personal: boolean;
3363
+ residential: boolean;
3364
+ identity: boolean;
3365
+ financial: boolean;
3366
+ investorQuestionnaire: boolean;
3367
+ accreditation: boolean;
3368
+ trustedContact: boolean;
3369
+ retirement?: boolean | undefined;
3370
+ }, {
3371
+ account?: boolean | undefined;
3372
+ personal?: boolean | undefined;
3373
+ residential?: boolean | undefined;
3374
+ identity?: boolean | undefined;
3375
+ financial?: boolean | undefined;
3376
+ investorQuestionnaire?: boolean | undefined;
3377
+ accreditation?: boolean | undefined;
3378
+ trustedContact?: boolean | undefined;
3379
+ retirement?: boolean | undefined;
3380
+ }>>;
3381
+ secondary: import("zod").ZodOptional<import("zod").ZodObject<{
3382
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3383
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3384
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3385
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3386
+ }, "strip", import("zod").ZodTypeAny, {
3387
+ personal: boolean;
3388
+ residential: boolean;
3389
+ identity: boolean;
3390
+ financial: boolean;
3391
+ }, {
3392
+ personal?: boolean | undefined;
3393
+ residential?: boolean | undefined;
3394
+ identity?: boolean | undefined;
3395
+ financial?: boolean | undefined;
3396
+ }>>;
3397
+ }, "strip", import("zod").ZodTypeAny, {
3398
+ entity?: {
3399
+ address: boolean;
3400
+ information: boolean;
3401
+ } | undefined;
3402
+ primary?: {
3403
+ account: boolean;
3404
+ personal: boolean;
3405
+ residential: boolean;
3406
+ identity: boolean;
3407
+ financial: boolean;
3408
+ investorQuestionnaire: boolean;
3409
+ accreditation: boolean;
3410
+ trustedContact: boolean;
3411
+ retirement?: boolean | undefined;
3412
+ } | undefined;
3413
+ secondary?: {
3414
+ personal: boolean;
3415
+ residential: boolean;
3416
+ identity: boolean;
3417
+ financial: boolean;
3418
+ } | undefined;
3419
+ }, {
3420
+ entity?: {
3421
+ address?: boolean | undefined;
3422
+ information?: boolean | undefined;
3423
+ } | undefined;
3424
+ primary?: {
3425
+ account?: boolean | undefined;
3426
+ personal?: boolean | undefined;
3427
+ residential?: boolean | undefined;
3428
+ identity?: boolean | undefined;
3429
+ financial?: boolean | undefined;
3430
+ investorQuestionnaire?: boolean | undefined;
3431
+ accreditation?: boolean | undefined;
3432
+ trustedContact?: boolean | undefined;
3433
+ retirement?: boolean | undefined;
3434
+ } | undefined;
3435
+ secondary?: {
3436
+ personal?: boolean | undefined;
3437
+ residential?: boolean | undefined;
3438
+ identity?: boolean | undefined;
3439
+ financial?: boolean | undefined;
3440
+ } | undefined;
3441
+ }>>>;
3442
+ }, "strip", import("zod").ZodTypeAny, {
3443
+ id: string;
3444
+ createdAt: string | Date;
3445
+ updatedAt: string | Date;
3446
+ deletedAt: string | Date | null;
3447
+ accountId: string;
3448
+ tid: string | null;
3449
+ investorAccountType: import("../..").InvestorAccountType;
3450
+ regAQualified: boolean;
3451
+ regCfQualified: boolean;
3452
+ regDQualified: boolean;
3453
+ systemReviewLog: string | null;
3454
+ setupStatus: import("../..").SetupStatusType;
3455
+ __entity?: string | undefined;
3456
+ email?: string | null | undefined;
3457
+ name?: string | null | undefined;
3458
+ account?: {
3459
+ status: import("../..").AccountStatus;
3460
+ id: string;
3461
+ createdAt: string | Date;
3462
+ updatedAt: string | Date;
3463
+ deletedAt: string | Date | null;
3464
+ name: string;
3465
+ managedBy: import("../..").ManagedByType | null;
3466
+ platform: import("../..").Platform;
3467
+ onboardingReviewerId: string | null;
3468
+ onboardingReviewAt: Date | null;
3469
+ allowPendingComplianceReview: boolean;
3470
+ __entity?: string | undefined;
3471
+ } | undefined;
3472
+ individuals?: any[] | undefined;
3473
+ trades?: any[] | undefined;
3474
+ user?: {
3475
+ id: string;
3476
+ createdAt: string | Date;
3477
+ updatedAt: string | Date;
3478
+ deletedAt: string | Date | null;
3479
+ active: boolean;
3480
+ inviteId: string | null;
3481
+ accountId: string | null;
3482
+ roleId: string | null;
3483
+ userLoginId: string | null;
3484
+ locked: boolean;
3485
+ onboarding: string | null;
3486
+ userLogin: {
3487
+ id: string;
3488
+ createdAt: string | Date;
3489
+ updatedAt: string | Date;
3490
+ deletedAt: string | Date | null;
3491
+ firstName: string;
3492
+ lastName: string;
3493
+ email: string;
3494
+ provider: string;
3495
+ lastLoginAt: string | Date | null;
3496
+ loginCount: number;
3497
+ __entity?: string | undefined;
3498
+ };
3499
+ __entity?: string | undefined;
3500
+ account?: {
3501
+ status: import("../..").AccountStatus;
3502
+ id: string;
3503
+ createdAt: string | Date;
3504
+ updatedAt: string | Date;
3505
+ deletedAt: string | Date | null;
3506
+ name: string;
3507
+ managedBy: import("../..").ManagedByType | null;
3508
+ platform: import("../..").Platform;
3509
+ onboardingReviewerId: string | null;
3510
+ onboardingReviewAt: Date | null;
3511
+ allowPendingComplianceReview: boolean;
3512
+ __entity?: string | undefined;
3513
+ } | undefined;
3514
+ } | null | undefined;
3515
+ legalEntities?: {
3516
+ id: string;
3517
+ createdAt: string | Date;
3518
+ updatedAt: string | Date;
3519
+ deletedAt: string | Date | null;
3520
+ accountId: string;
3521
+ name: string;
3522
+ state: string | null;
3523
+ thirdPartyId: string | null;
3524
+ kybStatus: import("../..").KYBStatus;
3525
+ investorAccountId: string;
3526
+ sanctionsStatus: import("../..").SanctionsStatus;
3527
+ setupStatus: import("../..").SetupStatusType;
3528
+ __entity?: string | undefined;
3529
+ country?: string | null | undefined;
3530
+ kybs?: {
3531
+ id: string;
3532
+ createdAt: string | Date;
3533
+ updatedAt: string | Date;
3534
+ deletedAt: string | Date | null;
3535
+ platform: string;
3536
+ documentType: string;
3537
+ documentImage: string;
3538
+ reason: string | null;
3539
+ response: string | null;
3540
+ thirdPartyId: string;
3541
+ legalEntityId: string;
3542
+ kybStatus: import("../..").KYBStatus;
3543
+ __entity?: string | undefined;
3544
+ }[] | undefined;
3545
+ phone?: string | null | undefined;
3546
+ city?: string | null | undefined;
3547
+ zip?: string | null | undefined;
3548
+ ein?: string | null | undefined;
3549
+ companyType?: string | null | undefined;
3550
+ streetAddress?: string | null | undefined;
3551
+ }[] | undefined;
3552
+ userId?: string | null | undefined;
3553
+ totalAmount?: number | undefined;
3554
+ statusCheck?: {
3555
+ entity?: {
3556
+ address: boolean;
3557
+ information: boolean;
3558
+ } | undefined;
3559
+ primary?: {
3560
+ account: boolean;
3561
+ personal: boolean;
3562
+ residential: boolean;
3563
+ identity: boolean;
3564
+ financial: boolean;
3565
+ investorQuestionnaire: boolean;
3566
+ accreditation: boolean;
3567
+ trustedContact: boolean;
3568
+ retirement?: boolean | undefined;
3569
+ } | undefined;
3570
+ secondary?: {
3571
+ personal: boolean;
3572
+ residential: boolean;
3573
+ identity: boolean;
3574
+ financial: boolean;
3575
+ } | undefined;
3576
+ } | undefined;
3577
+ }, {
3578
+ id: string;
3579
+ createdAt: string | Date;
3580
+ updatedAt: string | Date;
3581
+ deletedAt: string | Date | null;
3582
+ accountId: string;
3583
+ tid: string | null;
3584
+ investorAccountType: import("../..").InvestorAccountType;
3585
+ regAQualified: boolean;
3586
+ regCfQualified: boolean;
3587
+ regDQualified: boolean;
3588
+ systemReviewLog: string | null;
3589
+ setupStatus: import("../..").SetupStatusType;
3590
+ __entity?: string | undefined;
3591
+ email?: string | null | undefined;
3592
+ name?: string | null | undefined;
3593
+ account?: {
3594
+ status: import("../..").AccountStatus;
3595
+ id: string;
3596
+ createdAt: string | Date;
3597
+ updatedAt: string | Date;
3598
+ deletedAt: string | Date | null;
3599
+ name: string;
3600
+ managedBy: import("../..").ManagedByType | null;
3601
+ platform: import("../..").Platform;
3602
+ onboardingReviewerId: string | null;
3603
+ onboardingReviewAt: Date | null;
3604
+ allowPendingComplianceReview: boolean;
3605
+ __entity?: string | undefined;
3606
+ } | undefined;
3607
+ individuals?: any[] | undefined;
3608
+ trades?: any[] | undefined;
3609
+ user?: {
3610
+ id: string;
3611
+ createdAt: string | Date;
3612
+ updatedAt: string | Date;
3613
+ deletedAt: string | Date | null;
3614
+ active: boolean;
3615
+ inviteId: string | null;
3616
+ accountId: string | null;
3617
+ roleId: string | null;
3618
+ userLoginId: string | null;
3619
+ locked: boolean;
3620
+ onboarding: string | null;
3621
+ userLogin: {
3622
+ id: string;
3623
+ createdAt: string | Date;
3624
+ updatedAt: string | Date;
3625
+ deletedAt: string | Date | null;
3626
+ firstName: string;
3627
+ lastName: string;
3628
+ email: string;
3629
+ provider: string;
3630
+ lastLoginAt: string | Date | null;
3631
+ loginCount: number;
3632
+ __entity?: string | undefined;
3633
+ };
3634
+ __entity?: string | undefined;
3635
+ account?: {
3636
+ status: import("../..").AccountStatus;
3637
+ id: string;
3638
+ createdAt: string | Date;
3639
+ updatedAt: string | Date;
3640
+ deletedAt: string | Date | null;
3641
+ name: string;
3642
+ managedBy: import("../..").ManagedByType | null;
3643
+ platform: import("../..").Platform;
3644
+ onboardingReviewerId: string | null;
3645
+ onboardingReviewAt: Date | null;
3646
+ allowPendingComplianceReview: boolean;
3647
+ __entity?: string | undefined;
3648
+ } | undefined;
3649
+ } | null | undefined;
3650
+ legalEntities?: {
3651
+ id: string;
3652
+ createdAt: string | Date;
3653
+ updatedAt: string | Date;
3654
+ deletedAt: string | Date | null;
3655
+ accountId: string;
3656
+ name: string;
3657
+ state: string | null;
3658
+ thirdPartyId: string | null;
3659
+ kybStatus: import("../..").KYBStatus;
3660
+ investorAccountId: string;
3661
+ sanctionsStatus: import("../..").SanctionsStatus;
3662
+ setupStatus: import("../..").SetupStatusType;
3663
+ __entity?: string | undefined;
3664
+ country?: string | null | undefined;
3665
+ kybs?: {
3666
+ id: string;
3667
+ createdAt: string | Date;
3668
+ updatedAt: string | Date;
3669
+ deletedAt: string | Date | null;
3670
+ platform: string;
3671
+ documentType: string;
3672
+ documentImage: string;
3673
+ reason: string | null;
3674
+ response: string | null;
3675
+ thirdPartyId: string;
3676
+ legalEntityId: string;
3677
+ kybStatus: import("../..").KYBStatus;
3678
+ __entity?: string | undefined;
3679
+ }[] | undefined;
3680
+ phone?: string | null | undefined;
3681
+ city?: string | null | undefined;
3682
+ zip?: string | null | undefined;
3683
+ ein?: string | null | undefined;
3684
+ companyType?: string | null | undefined;
3685
+ streetAddress?: string | null | undefined;
3686
+ }[] | undefined;
3687
+ userId?: string | null | undefined;
3688
+ totalAmount?: number | undefined;
3689
+ statusCheck?: {
3690
+ entity?: {
3691
+ address?: boolean | undefined;
3692
+ information?: boolean | undefined;
3693
+ } | undefined;
3694
+ primary?: {
3695
+ account?: boolean | undefined;
3696
+ personal?: boolean | undefined;
3697
+ residential?: boolean | undefined;
3698
+ identity?: boolean | undefined;
3699
+ financial?: boolean | undefined;
3700
+ investorQuestionnaire?: boolean | undefined;
3701
+ accreditation?: boolean | undefined;
3702
+ trustedContact?: boolean | undefined;
3703
+ retirement?: boolean | undefined;
3704
+ } | undefined;
3705
+ secondary?: {
3706
+ personal?: boolean | undefined;
3707
+ residential?: boolean | undefined;
3708
+ identity?: boolean | undefined;
3709
+ financial?: boolean | undefined;
3710
+ } | undefined;
3711
+ } | undefined;
3712
+ }>>>;
3713
+ role: import("zod").ZodNativeEnum<typeof import("../..").IndividualRole>;
3714
+ firstName: import("zod").ZodString;
3715
+ lastName: import("zod").ZodNullable<import("zod").ZodString>;
3716
+ dob: import("zod").ZodNullable<import("zod").ZodDate>;
3717
+ isUsCitizenOrGreenCardHolder: import("zod").ZodBoolean;
3718
+ ssn: import("zod").ZodNullable<import("zod").ZodString>;
3719
+ lastFour: import("zod").ZodNullable<import("zod").ZodString>;
3720
+ address: import("zod").ZodNullable<import("zod").ZodString>;
3721
+ address2: import("zod").ZodNullable<import("zod").ZodString>;
3722
+ email: import("zod").ZodNullable<import("zod").ZodString>;
3723
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
3724
+ city: import("zod").ZodNullable<import("zod").ZodString>;
3725
+ country: import("zod").ZodNullable<import("zod").ZodString>;
3726
+ citizenship: import("zod").ZodNullable<import("zod").ZodString>;
3727
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3728
+ zip: import("zod").ZodNullable<import("zod").ZodString>;
3729
+ currencyCode: import("zod").ZodNullable<import("zod").ZodString>;
3730
+ financialAdvisor: import("zod").ZodBoolean;
3731
+ occupation: import("zod").ZodNullable<import("zod").ZodString>;
3732
+ employmentStatus: import("zod").ZodNativeEnum<typeof import("../..").EmploymentStatus>;
3733
+ employerName: import("zod").ZodNullable<import("zod").ZodString>;
3734
+ employerAddressLine1: import("zod").ZodNullable<import("zod").ZodString>;
3735
+ employerAddressLine2: import("zod").ZodNullable<import("zod").ZodString>;
3736
+ employerCity: import("zod").ZodNullable<import("zod").ZodString>;
3737
+ employerState: import("zod").ZodNullable<import("zod").ZodString>;
3738
+ employerZip: import("zod").ZodNullable<import("zod").ZodString>;
3739
+ employerCountry: import("zod").ZodNullable<import("zod").ZodString>;
3740
+ kycDocumentType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
3741
+ kycDocumentIssuer: import("zod").ZodNullable<import("zod").ZodString>;
3742
+ kycExpirationDate: import("zod").ZodNullable<import("zod").ZodString>;
3743
+ kycIssuerDate: import("zod").ZodNullable<import("zod").ZodString>;
3744
+ kycDocumentNumber: import("zod").ZodNullable<import("zod").ZodString>;
3745
+ kycFirstName: import("zod").ZodNullable<import("zod").ZodString>;
3746
+ kycLastName: import("zod").ZodNullable<import("zod").ZodString>;
3747
+ ownership: import("zod").ZodNullable<import("zod").ZodNumber>;
3748
+ householdNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3749
+ liquidNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3750
+ currentHouseholdIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3751
+ currentAnnualIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3752
+ investedInCrowdfunding: import("zod").ZodNullable<import("zod").ZodNumber>;
3753
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3754
+ setupStep: import("zod").ZodNativeEnum<typeof import("../..").SetupStepType>;
3755
+ sourceOfIncome: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").SourceOfIncome>>;
3756
+ aicQuestionnaire: import("zod").ZodNullable<import("zod").ZodString>;
3757
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
3758
+ kycProvider: import("zod").ZodNullable<import("zod").ZodString>;
3759
+ kycTid: import("zod").ZodNullable<import("zod").ZodString>;
3760
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
3761
+ accredited: import("zod").ZodBoolean;
3762
+ retirementAccountType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").RetirementAccountType>>;
3763
+ custodianName: import("zod").ZodNullable<import("zod").ZodString>;
3764
+ custodianAccountNumber: import("zod").ZodNullable<import("zod").ZodString>;
3765
+ custodianRepresentativeName: import("zod").ZodNullable<import("zod").ZodString>;
3766
+ custodianEmail: import("zod").ZodNullable<import("zod").ZodString>;
3767
+ }, "strip", import("zod").ZodTypeAny, {
3768
+ id: string;
3769
+ createdAt: string | Date;
3770
+ updatedAt: string | Date;
3771
+ deletedAt: string | Date | null;
3772
+ country: string | null;
3773
+ firstName: string;
3774
+ lastName: string | null;
3775
+ email: string | null;
3776
+ accountId: string;
3777
+ role: import("../..").IndividualRole;
3778
+ kycStatus: import("../..").KYCStatus;
3779
+ tid: string | null;
3780
+ phone: string | null;
3781
+ state: string | null;
3782
+ address: string | null;
3783
+ city: string | null;
3784
+ kycFirstName: string | null;
3785
+ kycLastName: string | null;
3786
+ kycDocumentType: import("../..").KYCDocumentType | null;
3787
+ kycDocumentIssuer: string | null;
3788
+ kycProvider: string | null;
3789
+ zip: string | null;
3790
+ address2: string | null;
3791
+ investorAccountId: string;
3792
+ currencyCode: string | null;
3793
+ setupStatus: import("../..").SetupStatusType;
3794
+ kycDocumentNumber: string | null;
3795
+ kycIssuerDate: string | null;
3796
+ kycExpirationDate: string | null;
3797
+ liquidNetWorth: number | null;
3798
+ aicAccreditationType: import("../..").AicAccreditationType;
3799
+ aicQuestionnaire: string | null;
3800
+ dob: Date | null;
3801
+ isUsCitizenOrGreenCardHolder: boolean;
3802
+ citizenship: string | null;
3803
+ ssn: string | null;
3804
+ lastFour: string | null;
3805
+ kycTid: string | null;
3806
+ investedInCrowdfunding: number | null;
3807
+ currentAnnualIncome: number | null;
3808
+ currentHouseholdIncome: number | null;
3809
+ householdNetWorth: number | null;
3810
+ financialAdvisor: boolean;
3811
+ occupation: string | null;
3812
+ employmentStatus: import("../..").EmploymentStatus;
3813
+ employerName: string | null;
3814
+ employerAddressLine1: string | null;
3815
+ employerAddressLine2: string | null;
3816
+ employerCity: string | null;
3817
+ employerState: string | null;
3818
+ employerZip: string | null;
3819
+ employerCountry: string | null;
3820
+ setupStep: import("../..").SetupStepType;
3821
+ sourceOfIncome: import("../..").SourceOfIncome | null;
3822
+ ownership: number | null;
3823
+ retirementAccountType: import("../..").RetirementAccountType | null;
3824
+ custodianName: string | null;
3825
+ custodianAccountNumber: string | null;
3826
+ custodianRepresentativeName: string | null;
3827
+ custodianEmail: string | null;
3828
+ accredited: boolean;
3829
+ __entity?: string | undefined;
3830
+ account?: {
3831
+ status: import("../..").AccountStatus;
3832
+ id: string;
3833
+ createdAt: string | Date;
3834
+ updatedAt: string | Date;
3835
+ deletedAt: string | Date | null;
3836
+ name: string;
3837
+ managedBy: import("../..").ManagedByType | null;
3838
+ platform: import("../..").Platform;
3839
+ onboardingReviewerId: string | null;
3840
+ onboardingReviewAt: Date | null;
3841
+ allowPendingComplianceReview: boolean;
3842
+ __entity?: string | undefined;
3843
+ } | undefined;
3844
+ investorAccount?: {
3845
+ id: string;
3846
+ createdAt: string | Date;
3847
+ updatedAt: string | Date;
3848
+ deletedAt: string | Date | null;
3849
+ accountId: string;
3850
+ tid: string | null;
3851
+ investorAccountType: import("../..").InvestorAccountType;
3852
+ regAQualified: boolean;
3853
+ regCfQualified: boolean;
3854
+ regDQualified: boolean;
3855
+ systemReviewLog: string | null;
3856
+ setupStatus: import("../..").SetupStatusType;
3857
+ __entity?: string | undefined;
3858
+ email?: string | null | undefined;
3859
+ name?: string | null | undefined;
3860
+ account?: {
3861
+ status: import("../..").AccountStatus;
3862
+ id: string;
3863
+ createdAt: string | Date;
3864
+ updatedAt: string | Date;
3865
+ deletedAt: string | Date | null;
3866
+ name: string;
3867
+ managedBy: import("../..").ManagedByType | null;
3868
+ platform: import("../..").Platform;
3869
+ onboardingReviewerId: string | null;
3870
+ onboardingReviewAt: Date | null;
3871
+ allowPendingComplianceReview: boolean;
3872
+ __entity?: string | undefined;
3873
+ } | undefined;
3874
+ individuals?: any[] | undefined;
3875
+ trades?: any[] | undefined;
3876
+ user?: {
3877
+ id: string;
3878
+ createdAt: string | Date;
3879
+ updatedAt: string | Date;
3880
+ deletedAt: string | Date | null;
3881
+ active: boolean;
3882
+ inviteId: string | null;
3883
+ accountId: string | null;
3884
+ roleId: string | null;
3885
+ userLoginId: string | null;
3886
+ locked: boolean;
3887
+ onboarding: string | null;
3888
+ userLogin: {
3889
+ id: string;
3890
+ createdAt: string | Date;
3891
+ updatedAt: string | Date;
3892
+ deletedAt: string | Date | null;
3893
+ firstName: string;
3894
+ lastName: string;
3895
+ email: string;
3896
+ provider: string;
3897
+ lastLoginAt: string | Date | null;
3898
+ loginCount: number;
3899
+ __entity?: string | undefined;
3900
+ };
3901
+ __entity?: string | undefined;
3902
+ account?: {
3903
+ status: import("../..").AccountStatus;
3904
+ id: string;
3905
+ createdAt: string | Date;
3906
+ updatedAt: string | Date;
3907
+ deletedAt: string | Date | null;
3908
+ name: string;
3909
+ managedBy: import("../..").ManagedByType | null;
3910
+ platform: import("../..").Platform;
3911
+ onboardingReviewerId: string | null;
3912
+ onboardingReviewAt: Date | null;
3913
+ allowPendingComplianceReview: boolean;
3914
+ __entity?: string | undefined;
3915
+ } | undefined;
3916
+ } | null | undefined;
3917
+ legalEntities?: {
3918
+ id: string;
3919
+ createdAt: string | Date;
3920
+ updatedAt: string | Date;
3921
+ deletedAt: string | Date | null;
3922
+ accountId: string;
3923
+ name: string;
3924
+ state: string | null;
3925
+ thirdPartyId: string | null;
3926
+ kybStatus: import("../..").KYBStatus;
3927
+ investorAccountId: string;
3928
+ sanctionsStatus: import("../..").SanctionsStatus;
3929
+ setupStatus: import("../..").SetupStatusType;
3930
+ __entity?: string | undefined;
3931
+ country?: string | null | undefined;
3932
+ kybs?: {
3933
+ id: string;
3934
+ createdAt: string | Date;
3935
+ updatedAt: string | Date;
3936
+ deletedAt: string | Date | null;
3937
+ platform: string;
3938
+ documentType: string;
3939
+ documentImage: string;
3940
+ reason: string | null;
3941
+ response: string | null;
3942
+ thirdPartyId: string;
3943
+ legalEntityId: string;
3944
+ kybStatus: import("../..").KYBStatus;
3945
+ __entity?: string | undefined;
3946
+ }[] | undefined;
3947
+ phone?: string | null | undefined;
3948
+ city?: string | null | undefined;
3949
+ zip?: string | null | undefined;
3950
+ ein?: string | null | undefined;
3951
+ companyType?: string | null | undefined;
3952
+ streetAddress?: string | null | undefined;
3953
+ }[] | undefined;
3954
+ userId?: string | null | undefined;
3955
+ totalAmount?: number | undefined;
3956
+ statusCheck?: {
3957
+ entity?: {
3958
+ address: boolean;
3959
+ information: boolean;
3960
+ } | undefined;
3961
+ primary?: {
3962
+ account: boolean;
3963
+ personal: boolean;
3964
+ residential: boolean;
3965
+ identity: boolean;
3966
+ financial: boolean;
3967
+ investorQuestionnaire: boolean;
3968
+ accreditation: boolean;
3969
+ trustedContact: boolean;
3970
+ retirement?: boolean | undefined;
3971
+ } | undefined;
3972
+ secondary?: {
3973
+ personal: boolean;
3974
+ residential: boolean;
3975
+ identity: boolean;
3976
+ financial: boolean;
3977
+ } | undefined;
3978
+ } | undefined;
3979
+ } | undefined;
3980
+ }, {
3981
+ id: string;
3982
+ createdAt: string | Date;
3983
+ updatedAt: string | Date;
3984
+ deletedAt: string | Date | null;
3985
+ country: string | null;
3986
+ firstName: string;
3987
+ lastName: string | null;
3988
+ email: string | null;
3989
+ accountId: string;
3990
+ role: import("../..").IndividualRole;
3991
+ kycStatus: import("../..").KYCStatus;
3992
+ tid: string | null;
3993
+ phone: string | null;
3994
+ state: string | null;
3995
+ address: string | null;
3996
+ city: string | null;
3997
+ kycFirstName: string | null;
3998
+ kycLastName: string | null;
3999
+ kycDocumentType: import("../..").KYCDocumentType | null;
4000
+ kycDocumentIssuer: string | null;
4001
+ kycProvider: string | null;
4002
+ zip: string | null;
4003
+ address2: string | null;
4004
+ investorAccountId: string;
4005
+ currencyCode: string | null;
4006
+ setupStatus: import("../..").SetupStatusType;
4007
+ kycDocumentNumber: string | null;
4008
+ kycIssuerDate: string | null;
4009
+ kycExpirationDate: string | null;
4010
+ liquidNetWorth: number | null;
4011
+ aicAccreditationType: import("../..").AicAccreditationType;
4012
+ aicQuestionnaire: string | null;
4013
+ dob: Date | null;
4014
+ isUsCitizenOrGreenCardHolder: boolean;
4015
+ citizenship: string | null;
4016
+ ssn: string | null;
4017
+ lastFour: string | null;
4018
+ kycTid: string | null;
4019
+ investedInCrowdfunding: number | null;
4020
+ currentAnnualIncome: number | null;
4021
+ currentHouseholdIncome: number | null;
4022
+ householdNetWorth: number | null;
4023
+ financialAdvisor: boolean;
4024
+ occupation: string | null;
4025
+ employmentStatus: import("../..").EmploymentStatus;
4026
+ employerName: string | null;
4027
+ employerAddressLine1: string | null;
4028
+ employerAddressLine2: string | null;
4029
+ employerCity: string | null;
4030
+ employerState: string | null;
4031
+ employerZip: string | null;
4032
+ employerCountry: string | null;
4033
+ setupStep: import("../..").SetupStepType;
4034
+ sourceOfIncome: import("../..").SourceOfIncome | null;
4035
+ ownership: number | null;
4036
+ retirementAccountType: import("../..").RetirementAccountType | null;
4037
+ custodianName: string | null;
4038
+ custodianAccountNumber: string | null;
4039
+ custodianRepresentativeName: string | null;
4040
+ custodianEmail: string | null;
4041
+ accredited: boolean;
4042
+ __entity?: string | undefined;
4043
+ account?: {
4044
+ status: import("../..").AccountStatus;
4045
+ id: string;
4046
+ createdAt: string | Date;
4047
+ updatedAt: string | Date;
4048
+ deletedAt: string | Date | null;
4049
+ name: string;
4050
+ managedBy: import("../..").ManagedByType | null;
4051
+ platform: import("../..").Platform;
4052
+ onboardingReviewerId: string | null;
4053
+ onboardingReviewAt: Date | null;
4054
+ allowPendingComplianceReview: boolean;
4055
+ __entity?: string | undefined;
4056
+ } | undefined;
4057
+ investorAccount?: {
4058
+ id: string;
4059
+ createdAt: string | Date;
4060
+ updatedAt: string | Date;
4061
+ deletedAt: string | Date | null;
4062
+ accountId: string;
4063
+ tid: string | null;
4064
+ investorAccountType: import("../..").InvestorAccountType;
4065
+ regAQualified: boolean;
4066
+ regCfQualified: boolean;
4067
+ regDQualified: boolean;
4068
+ systemReviewLog: string | null;
4069
+ setupStatus: import("../..").SetupStatusType;
4070
+ __entity?: string | undefined;
4071
+ email?: string | null | undefined;
4072
+ name?: string | null | undefined;
4073
+ account?: {
4074
+ status: import("../..").AccountStatus;
4075
+ id: string;
4076
+ createdAt: string | Date;
4077
+ updatedAt: string | Date;
4078
+ deletedAt: string | Date | null;
4079
+ name: string;
4080
+ managedBy: import("../..").ManagedByType | null;
4081
+ platform: import("../..").Platform;
4082
+ onboardingReviewerId: string | null;
4083
+ onboardingReviewAt: Date | null;
4084
+ allowPendingComplianceReview: boolean;
4085
+ __entity?: string | undefined;
4086
+ } | undefined;
4087
+ individuals?: any[] | undefined;
4088
+ trades?: any[] | undefined;
4089
+ user?: {
4090
+ id: string;
4091
+ createdAt: string | Date;
4092
+ updatedAt: string | Date;
4093
+ deletedAt: string | Date | null;
4094
+ active: boolean;
4095
+ inviteId: string | null;
4096
+ accountId: string | null;
4097
+ roleId: string | null;
4098
+ userLoginId: string | null;
4099
+ locked: boolean;
4100
+ onboarding: string | null;
4101
+ userLogin: {
4102
+ id: string;
4103
+ createdAt: string | Date;
4104
+ updatedAt: string | Date;
4105
+ deletedAt: string | Date | null;
4106
+ firstName: string;
4107
+ lastName: string;
4108
+ email: string;
4109
+ provider: string;
4110
+ lastLoginAt: string | Date | null;
4111
+ loginCount: number;
4112
+ __entity?: string | undefined;
4113
+ };
4114
+ __entity?: string | undefined;
4115
+ account?: {
4116
+ status: import("../..").AccountStatus;
4117
+ id: string;
4118
+ createdAt: string | Date;
4119
+ updatedAt: string | Date;
4120
+ deletedAt: string | Date | null;
4121
+ name: string;
4122
+ managedBy: import("../..").ManagedByType | null;
4123
+ platform: import("../..").Platform;
4124
+ onboardingReviewerId: string | null;
4125
+ onboardingReviewAt: Date | null;
4126
+ allowPendingComplianceReview: boolean;
4127
+ __entity?: string | undefined;
4128
+ } | undefined;
4129
+ } | null | undefined;
4130
+ legalEntities?: {
4131
+ id: string;
4132
+ createdAt: string | Date;
4133
+ updatedAt: string | Date;
4134
+ deletedAt: string | Date | null;
4135
+ accountId: string;
4136
+ name: string;
4137
+ state: string | null;
4138
+ thirdPartyId: string | null;
4139
+ kybStatus: import("../..").KYBStatus;
4140
+ investorAccountId: string;
4141
+ sanctionsStatus: import("../..").SanctionsStatus;
4142
+ setupStatus: import("../..").SetupStatusType;
4143
+ __entity?: string | undefined;
4144
+ country?: string | null | undefined;
4145
+ kybs?: {
4146
+ id: string;
4147
+ createdAt: string | Date;
4148
+ updatedAt: string | Date;
4149
+ deletedAt: string | Date | null;
4150
+ platform: string;
4151
+ documentType: string;
4152
+ documentImage: string;
4153
+ reason: string | null;
4154
+ response: string | null;
4155
+ thirdPartyId: string;
4156
+ legalEntityId: string;
4157
+ kybStatus: import("../..").KYBStatus;
4158
+ __entity?: string | undefined;
4159
+ }[] | undefined;
4160
+ phone?: string | null | undefined;
4161
+ city?: string | null | undefined;
4162
+ zip?: string | null | undefined;
4163
+ ein?: string | null | undefined;
4164
+ companyType?: string | null | undefined;
4165
+ streetAddress?: string | null | undefined;
4166
+ }[] | undefined;
4167
+ userId?: string | null | undefined;
4168
+ totalAmount?: number | undefined;
4169
+ statusCheck?: {
4170
+ entity?: {
4171
+ address?: boolean | undefined;
4172
+ information?: boolean | undefined;
4173
+ } | undefined;
4174
+ primary?: {
4175
+ account?: boolean | undefined;
4176
+ personal?: boolean | undefined;
4177
+ residential?: boolean | undefined;
4178
+ identity?: boolean | undefined;
4179
+ financial?: boolean | undefined;
4180
+ investorQuestionnaire?: boolean | undefined;
4181
+ accreditation?: boolean | undefined;
4182
+ trustedContact?: boolean | undefined;
4183
+ retirement?: boolean | undefined;
4184
+ } | undefined;
4185
+ secondary?: {
4186
+ personal?: boolean | undefined;
4187
+ residential?: boolean | undefined;
4188
+ identity?: boolean | undefined;
4189
+ financial?: boolean | undefined;
4190
+ } | undefined;
4191
+ } | undefined;
4192
+ } | undefined;
4193
+ }>;
4194
+ 400: import("zod").ZodObject<{
4195
+ status: import("zod").ZodNumber;
4196
+ message: import("zod").ZodString;
4197
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4198
+ }, "strip", import("zod").ZodTypeAny, {
4199
+ message: string;
4200
+ status: number;
4201
+ errors: string[];
4202
+ }, {
4203
+ message: string;
4204
+ status: number;
4205
+ errors: string[];
4206
+ }>;
4207
+ 401: import("zod").ZodObject<{
4208
+ status: import("zod").ZodNumber;
4209
+ message: import("zod").ZodString;
4210
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4211
+ }, "strip", import("zod").ZodTypeAny, {
4212
+ message: string;
4213
+ status: number;
4214
+ errors: string[];
4215
+ }, {
4216
+ message: string;
4217
+ status: number;
4218
+ errors: string[];
4219
+ }>;
4220
+ 404: import("zod").ZodObject<{
4221
+ status: import("zod").ZodNumber;
4222
+ message: import("zod").ZodString;
4223
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4224
+ }, "strip", import("zod").ZodTypeAny, {
4225
+ message: string;
4226
+ status: number;
4227
+ errors: string[];
4228
+ }, {
4229
+ message: string;
4230
+ status: number;
4231
+ errors: string[];
4232
+ }>;
4233
+ 500: import("zod").ZodObject<{
4234
+ status: import("zod").ZodNumber;
4235
+ message: import("zod").ZodString;
4236
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4237
+ }, "strip", import("zod").ZodTypeAny, {
4238
+ message: string;
4239
+ status: number;
4240
+ errors: string[];
4241
+ }, {
4242
+ message: string;
4243
+ status: number;
4244
+ errors: string[];
4245
+ }>;
4246
+ };
4247
+ };
4248
+ uploadKycCsv: {
4249
+ method: "POST";
4250
+ metadata: {
4251
+ auth: boolean;
4252
+ };
4253
+ body: import("@ts-rest/core").ContractPlainType<{
4254
+ file: File;
4255
+ }>;
4256
+ query: import("zod").ZodObject<{
4257
+ individualId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4258
+ frontFileId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4259
+ backFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4260
+ selfieFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4261
+ }, "strip", import("zod").ZodTypeAny, {
4262
+ individualId: string;
4263
+ frontFileId: string;
4264
+ backFileId?: string | undefined;
4265
+ selfieFileId?: string | undefined;
4266
+ }, {
4267
+ individualId: string;
4268
+ frontFileId: string;
4269
+ backFileId?: string | undefined;
4270
+ selfieFileId?: string | undefined;
4271
+ }>;
4272
+ summary: "Upload and process CSV file for KYC data";
4273
+ contentType: "multipart/form-data";
4274
+ path: "/clients/api/v1/csv/kyc";
4275
+ responses: {
4276
+ 200: import("zod").ZodObject<{
4277
+ id: import("zod").ZodString;
4278
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
4279
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4280
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4281
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
4282
+ } & {
4283
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
4284
+ platform: import("zod").ZodString;
4285
+ individualId: import("zod").ZodString;
4286
+ documentType: import("zod").ZodString;
4287
+ documentImage: import("zod").ZodString;
4288
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
4289
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
4290
+ response: import("zod").ZodNullable<import("zod").ZodString>;
4291
+ }, "strip", import("zod").ZodTypeAny, {
4292
+ id: string;
4293
+ createdAt: string | Date;
4294
+ updatedAt: string | Date;
4295
+ deletedAt: string | Date | null;
4296
+ platform: string;
4297
+ kycStatus: import("../..").KYCStatus;
4298
+ tid: string | null;
4299
+ individualId: string;
4300
+ documentType: string;
4301
+ documentImage: string;
4302
+ reason: string | null;
4303
+ response: string | null;
4304
+ __entity?: string | undefined;
4305
+ }, {
4306
+ id: string;
4307
+ createdAt: string | Date;
4308
+ updatedAt: string | Date;
4309
+ deletedAt: string | Date | null;
4310
+ platform: string;
4311
+ kycStatus: import("../..").KYCStatus;
4312
+ tid: string | null;
4313
+ individualId: string;
4314
+ documentType: string;
4315
+ documentImage: string;
4316
+ reason: string | null;
4317
+ response: string | null;
4318
+ __entity?: string | undefined;
4319
+ }>;
4320
+ 400: import("zod").ZodObject<{
4321
+ status: import("zod").ZodNumber;
4322
+ message: import("zod").ZodString;
4323
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4324
+ }, "strip", import("zod").ZodTypeAny, {
4325
+ message: string;
4326
+ status: number;
4327
+ errors: string[];
4328
+ }, {
4329
+ message: string;
4330
+ status: number;
4331
+ errors: string[];
4332
+ }>;
4333
+ 401: import("zod").ZodObject<{
4334
+ status: import("zod").ZodNumber;
4335
+ message: import("zod").ZodString;
4336
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4337
+ }, "strip", import("zod").ZodTypeAny, {
4338
+ message: string;
4339
+ status: number;
4340
+ errors: string[];
4341
+ }, {
4342
+ message: string;
4343
+ status: number;
4344
+ errors: string[];
4345
+ }>;
4346
+ 404: import("zod").ZodObject<{
4347
+ status: import("zod").ZodNumber;
4348
+ message: import("zod").ZodString;
4349
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4350
+ }, "strip", import("zod").ZodTypeAny, {
4351
+ message: string;
4352
+ status: number;
4353
+ errors: string[];
4354
+ }, {
4355
+ message: string;
4356
+ status: number;
4357
+ errors: string[];
4358
+ }>;
4359
+ 500: import("zod").ZodObject<{
4360
+ status: import("zod").ZodNumber;
4361
+ message: import("zod").ZodString;
4362
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4363
+ }, "strip", import("zod").ZodTypeAny, {
4364
+ message: string;
4365
+ status: number;
4366
+ errors: string[];
4367
+ }, {
4368
+ message: string;
4369
+ status: number;
4370
+ errors: string[];
4371
+ }>;
4372
+ };
4373
+ };
4374
+ uploadIssuerCsv: {
4375
+ method: "POST";
4376
+ metadata: {
4377
+ auth: boolean;
4378
+ };
4379
+ body: import("@ts-rest/core").ContractPlainType<{
4380
+ file: File;
4381
+ }>;
4382
+ summary: "Upload and process CSV file for issuer account creation";
4383
+ contentType: "multipart/form-data";
4384
+ path: "/clients/api/v1/csv/issuers";
4385
+ responses: {
4386
+ 200: import("zod").ZodObject<{
4387
+ totalRows: import("zod").ZodNumber;
4388
+ successfulRows: import("zod").ZodNumber;
4389
+ createdAccounts: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
4390
+ row: import("zod").ZodNumber;
4391
+ userId: import("zod").ZodString;
4392
+ investorAccountId: import("zod").ZodString;
4393
+ }, "strip", import("zod").ZodTypeAny, {
4394
+ userId: string;
4395
+ investorAccountId: string;
4396
+ row: number;
4397
+ }, {
4398
+ userId: string;
4399
+ investorAccountId: string;
4400
+ row: number;
4401
+ }>, import("zod").ZodObject<{
4402
+ row: import("zod").ZodNumber;
4403
+ userId: import("zod").ZodString;
4404
+ accountId: import("zod").ZodString;
4405
+ }, "strip", import("zod").ZodTypeAny, {
4406
+ accountId: string;
4407
+ userId: string;
4408
+ row: number;
4409
+ }, {
4410
+ accountId: string;
4411
+ userId: string;
4412
+ row: number;
4413
+ }>]>, "many">;
4414
+ }, "strip", import("zod").ZodTypeAny, {
4415
+ totalRows: number;
4416
+ successfulRows: number;
4417
+ createdAccounts: ({
4418
+ userId: string;
4419
+ investorAccountId: string;
4420
+ row: number;
4421
+ } | {
4422
+ accountId: string;
4423
+ userId: string;
4424
+ row: number;
4425
+ })[];
4426
+ }, {
4427
+ totalRows: number;
4428
+ successfulRows: number;
4429
+ createdAccounts: ({
4430
+ userId: string;
4431
+ investorAccountId: string;
4432
+ row: number;
4433
+ } | {
4434
+ accountId: string;
4435
+ userId: string;
4436
+ row: number;
4437
+ })[];
4438
+ }>;
4439
+ 400: import("zod").ZodObject<{
4440
+ status: import("zod").ZodNumber;
4441
+ message: import("zod").ZodString;
4442
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4443
+ }, "strip", import("zod").ZodTypeAny, {
4444
+ message: string;
4445
+ status: number;
4446
+ errors: string[];
4447
+ }, {
4448
+ message: string;
4449
+ status: number;
4450
+ errors: string[];
4451
+ }>;
4452
+ 401: import("zod").ZodObject<{
4453
+ status: import("zod").ZodNumber;
4454
+ message: import("zod").ZodString;
4455
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4456
+ }, "strip", import("zod").ZodTypeAny, {
4457
+ message: string;
4458
+ status: number;
4459
+ errors: string[];
4460
+ }, {
4461
+ message: string;
4462
+ status: number;
4463
+ errors: string[];
4464
+ }>;
4465
+ 422: import("zod").ZodObject<{
4466
+ status: import("zod").ZodNumber;
4467
+ message: import("zod").ZodString;
4468
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4469
+ }, "strip", import("zod").ZodTypeAny, {
4470
+ message: string;
4471
+ status: number;
4472
+ errors: string[];
4473
+ }, {
4474
+ message: string;
4475
+ status: number;
4476
+ errors: string[];
4477
+ }>;
4478
+ 500: import("zod").ZodObject<{
4479
+ status: import("zod").ZodNumber;
4480
+ message: import("zod").ZodString;
4481
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4482
+ }, "strip", import("zod").ZodTypeAny, {
4483
+ message: string;
4484
+ status: number;
4485
+ errors: string[];
4486
+ }, {
4487
+ message: string;
4488
+ status: number;
4489
+ errors: string[];
4490
+ }>;
4491
+ };
4492
+ };
4493
+ };
2827
4494
  files: {
2828
4495
  postFile: {
2829
4496
  description: string;
@@ -3937,7 +5604,7 @@ export declare const clientsContract: {
3937
5604
  investorAccountId: import("zod").ZodString;
3938
5605
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3939
5606
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3940
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5607
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3941
5608
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3942
5609
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3943
5610
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -4003,7 +5670,7 @@ export declare const clientsContract: {
4003
5670
  currencyCode?: string | undefined;
4004
5671
  liquidNetWorth?: number | undefined;
4005
5672
  dob?: Date | undefined;
4006
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5673
+ isUsCitizenOrGreenCardHolder?: unknown;
4007
5674
  citizenship?: string | undefined;
4008
5675
  ssn?: string | null | undefined;
4009
5676
  investedInCrowdfunding?: number | undefined;
@@ -4105,7 +5772,7 @@ export declare const clientsContract: {
4105
5772
  currencyCode?: string | undefined;
4106
5773
  liquidNetWorth?: number | undefined;
4107
5774
  dob?: Date | undefined;
4108
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5775
+ isUsCitizenOrGreenCardHolder?: unknown;
4109
5776
  citizenship?: string | undefined;
4110
5777
  ssn?: string | null | undefined;
4111
5778
  investedInCrowdfunding?: number | undefined;
@@ -5480,7 +7147,7 @@ export declare const clientsContract: {
5480
7147
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5481
7148
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5482
7149
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5483
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7150
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5484
7151
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5485
7152
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5486
7153
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5558,7 +7225,7 @@ export declare const clientsContract: {
5558
7225
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5559
7226
  aicQuestionnaire?: string | undefined;
5560
7227
  dob?: Date | undefined;
5561
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7228
+ isUsCitizenOrGreenCardHolder?: unknown;
5562
7229
  citizenship?: string | undefined;
5563
7230
  ssn?: string | null | undefined;
5564
7231
  investedInCrowdfunding?: number | undefined;
@@ -8554,7 +10221,7 @@ export declare const clientsContract: {
8554
10221
  error?: any;
8555
10222
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8556
10223
  dateOfIncorporation: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodNullable<import("zod").ZodString>, string | null, string | null>, Date | null, string | null>>>;
8557
- stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodString>;
10224
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8558
10225
  }, "strip", import("zod").ZodTypeAny, {
8559
10226
  name: string;
8560
10227
  investorAccountId: string;
@@ -9437,8 +11104,8 @@ export declare const clientsContract: {
9437
11104
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9438
11105
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9439
11106
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9440
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9441
11107
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
11108
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9442
11109
  }, "strip", import("zod").ZodTypeAny, {
9443
11110
  page: number;
9444
11111
  limit: number;
@@ -9448,12 +11115,12 @@ export declare const clientsContract: {
9448
11115
  accountId?: string | undefined;
9449
11116
  name?: string | undefined;
9450
11117
  managedBy?: import("../..").ManagedByType | undefined;
11118
+ complianceReview?: import("../..").ComplianceReview | undefined;
9451
11119
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9452
11120
  enabled?: boolean | undefined;
9453
11121
  issuerId?: string | undefined;
9454
11122
  issuerName?: string | undefined;
9455
11123
  versioningType?: import("../..").OfferingVersioningType | undefined;
9456
- combinedStatus?: import("../..").OfferingStatus | undefined;
9457
11124
  }, {
9458
11125
  type?: import("../..").OfferingType | undefined;
9459
11126
  status?: import("../..").ComplianceReview | undefined;
@@ -9462,13 +11129,13 @@ export declare const clientsContract: {
9462
11129
  managedBy?: import("../..").ManagedByType | undefined;
9463
11130
  page?: number | undefined;
9464
11131
  limit?: number | undefined;
11132
+ complianceReview?: import("../..").ComplianceReview | undefined;
9465
11133
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9466
11134
  include?: string | undefined;
9467
11135
  enabled?: unknown;
9468
11136
  issuerId?: string | undefined;
9469
11137
  issuerName?: string | undefined;
9470
11138
  versioningType?: import("../..").OfferingVersioningType | undefined;
9471
- combinedStatus?: import("../..").OfferingStatus | undefined;
9472
11139
  }>;
9473
11140
  summary: "Get offerings";
9474
11141
  path: "/clients/api/v1/offerings";
@@ -9830,6 +11497,7 @@ export declare const clientsContract: {
9830
11497
  auth: boolean;
9831
11498
  };
9832
11499
  body: import("zod").ZodEffects<import("zod").ZodObject<{
11500
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9833
11501
  name: import("zod").ZodOptional<import("zod").ZodString>;
9834
11502
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9835
11503
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9860,10 +11528,7 @@ export declare const clientsContract: {
9860
11528
  escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9861
11529
  bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9862
11530
  escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9863
- principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
9864
- maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
9865
11531
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
9866
- interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
9867
11532
  bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
9868
11533
  type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
9869
11534
  value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
@@ -9900,6 +11565,13 @@ export declare const clientsContract: {
9900
11565
  startAmount: number;
9901
11566
  endAmount: number;
9902
11567
  }>, "many">>;
11568
+ warrantsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
11569
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11570
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11571
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11572
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11573
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11574
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
9903
11575
  }, "strip", import("zod").ZodTypeAny, {
9904
11576
  type?: import("../..").OfferingType | undefined;
9905
11577
  name?: string | undefined;
@@ -9922,6 +11594,14 @@ export declare const clientsContract: {
9922
11594
  escrowAgreementFileId?: string | null | undefined;
9923
11595
  bankAccountId?: string | null | undefined;
9924
11596
  escrowAccountId?: string | null | undefined;
11597
+ warrantsEnabled?: boolean | undefined;
11598
+ totalShares?: number | null | undefined;
11599
+ warrantTermYears?: number | null | undefined;
11600
+ exercisePrice?: number | null | undefined;
11601
+ warrantPercentage?: number | null | undefined;
11602
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11603
+ incrementThreshold?: number | null | undefined;
11604
+ shareClassId?: string | null | undefined;
9925
11605
  assetName?: string | undefined;
9926
11606
  assetType?: import("../..").AssetType | undefined;
9927
11607
  pricePerUnit?: number | null | undefined;
@@ -9931,10 +11611,7 @@ export declare const clientsContract: {
9931
11611
  durationType?: import("../..").DurationType | null | undefined;
9932
11612
  tiers?: number[] | null | undefined;
9933
11613
  enableBonus?: boolean | undefined;
9934
- principalAmount?: number | null | undefined;
9935
- maxTotalRaise?: number | null | undefined;
9936
11614
  interestRate?: number | null | undefined;
9937
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
9938
11615
  bonusTiers?: {
9939
11616
  value: number;
9940
11617
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -9963,6 +11640,14 @@ export declare const clientsContract: {
9963
11640
  escrowAgreementFileId?: string | null | undefined;
9964
11641
  bankAccountId?: string | null | undefined;
9965
11642
  escrowAccountId?: string | null | undefined;
11643
+ warrantsEnabled?: boolean | undefined;
11644
+ totalShares?: number | null | undefined;
11645
+ warrantTermYears?: number | null | undefined;
11646
+ exercisePrice?: number | null | undefined;
11647
+ warrantPercentage?: number | null | undefined;
11648
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11649
+ incrementThreshold?: number | null | undefined;
11650
+ shareClassId?: string | null | undefined;
9966
11651
  assetName?: string | undefined;
9967
11652
  assetType?: import("../..").AssetType | undefined;
9968
11653
  pricePerUnit?: number | null | undefined;
@@ -9972,10 +11657,7 @@ export declare const clientsContract: {
9972
11657
  durationType?: import("../..").DurationType | null | undefined;
9973
11658
  tiers?: number[] | null | undefined;
9974
11659
  enableBonus?: boolean | undefined;
9975
- principalAmount?: number | null | undefined;
9976
- maxTotalRaise?: number | null | undefined;
9977
11660
  interestRate?: number | null | undefined;
9978
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
9979
11661
  bonusTiers?: {
9980
11662
  value: number;
9981
11663
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10004,6 +11686,14 @@ export declare const clientsContract: {
10004
11686
  escrowAgreementFileId?: string | null | undefined;
10005
11687
  bankAccountId?: string | null | undefined;
10006
11688
  escrowAccountId?: string | null | undefined;
11689
+ warrantsEnabled?: boolean | undefined;
11690
+ totalShares?: number | null | undefined;
11691
+ warrantTermYears?: number | null | undefined;
11692
+ exercisePrice?: number | null | undefined;
11693
+ warrantPercentage?: number | null | undefined;
11694
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11695
+ incrementThreshold?: number | null | undefined;
11696
+ shareClassId?: string | null | undefined;
10007
11697
  assetName?: string | undefined;
10008
11698
  assetType?: import("../..").AssetType | undefined;
10009
11699
  pricePerUnit?: number | null | undefined;
@@ -10013,10 +11703,7 @@ export declare const clientsContract: {
10013
11703
  durationType?: import("../..").DurationType | null | undefined;
10014
11704
  tiers?: number[] | null | undefined;
10015
11705
  enableBonus?: boolean | undefined;
10016
- principalAmount?: number | null | undefined;
10017
- maxTotalRaise?: number | null | undefined;
10018
11706
  interestRate?: number | null | undefined;
10019
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10020
11707
  bonusTiers?: {
10021
11708
  value: number;
10022
11709
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10045,6 +11732,14 @@ export declare const clientsContract: {
10045
11732
  escrowAgreementFileId?: string | null | undefined;
10046
11733
  bankAccountId?: string | null | undefined;
10047
11734
  escrowAccountId?: string | null | undefined;
11735
+ warrantsEnabled?: boolean | undefined;
11736
+ totalShares?: number | null | undefined;
11737
+ warrantTermYears?: number | null | undefined;
11738
+ exercisePrice?: number | null | undefined;
11739
+ warrantPercentage?: number | null | undefined;
11740
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11741
+ incrementThreshold?: number | null | undefined;
11742
+ shareClassId?: string | null | undefined;
10048
11743
  assetName?: string | undefined;
10049
11744
  assetType?: import("../..").AssetType | undefined;
10050
11745
  pricePerUnit?: number | null | undefined;
@@ -10054,10 +11749,7 @@ export declare const clientsContract: {
10054
11749
  durationType?: import("../..").DurationType | null | undefined;
10055
11750
  tiers?: number[] | null | undefined;
10056
11751
  enableBonus?: boolean | undefined;
10057
- principalAmount?: number | null | undefined;
10058
- maxTotalRaise?: number | null | undefined;
10059
11752
  interestRate?: number | null | undefined;
10060
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10061
11753
  bonusTiers?: {
10062
11754
  value: number;
10063
11755
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10150,6 +11842,7 @@ export declare const clientsContract: {
10150
11842
  };
10151
11843
  body: import("zod").ZodEffects<import("zod").ZodObject<{
10152
11844
  issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
11845
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10153
11846
  name: import("zod").ZodString;
10154
11847
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
10155
11848
  targetAmount: import("zod").ZodNumber;
@@ -10176,10 +11869,7 @@ export declare const clientsContract: {
10176
11869
  hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
10177
11870
  bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10178
11871
  escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10179
- principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
10180
- maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
10181
11872
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
10182
- interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
10183
11873
  bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
10184
11874
  type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
10185
11875
  value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
@@ -10216,12 +11906,21 @@ export declare const clientsContract: {
10216
11906
  startAmount: number;
10217
11907
  endAmount: number;
10218
11908
  }>, "many">>;
11909
+ warrantsEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
11910
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11911
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11912
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11913
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11914
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11915
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11916
+ showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10219
11917
  }, "strip", import("zod").ZodTypeAny, {
10220
11918
  type: import("../..").OfferingType;
10221
11919
  name: string;
10222
11920
  template: import("../../common/types/asset.types").AssetTemplateType;
10223
11921
  targetAmount: number;
10224
11922
  issuerId: string;
11923
+ warrantsEnabled: boolean;
10225
11924
  assetName: string;
10226
11925
  assetType: import("../..").AssetType;
10227
11926
  pricePerUnit: number | null;
@@ -10236,18 +11935,23 @@ export declare const clientsContract: {
10236
11935
  startAt?: Date | null | undefined;
10237
11936
  endAt?: Date | null | undefined;
10238
11937
  cancellationPeriod?: number | null | undefined;
11938
+ showTotalRaised?: boolean | undefined;
10239
11939
  hasEscrow?: boolean | undefined;
10240
11940
  bankAccountId?: string | null | undefined;
10241
11941
  escrowAccountId?: string | null | undefined;
11942
+ totalShares?: number | null | undefined;
11943
+ warrantTermYears?: number | null | undefined;
11944
+ exercisePrice?: number | null | undefined;
11945
+ warrantPercentage?: number | null | undefined;
11946
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11947
+ incrementThreshold?: number | null | undefined;
11948
+ shareClassId?: string | null | undefined;
10242
11949
  yield?: number | null | undefined;
10243
11950
  duration?: number | null | undefined;
10244
11951
  durationType?: import("../..").DurationType | null | undefined;
10245
11952
  tiers?: number[] | null | undefined;
10246
11953
  enableBonus?: boolean | undefined;
10247
- principalAmount?: number | null | undefined;
10248
- maxTotalRaise?: number | null | undefined;
10249
11954
  interestRate?: number | null | undefined;
10250
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10251
11955
  bonusTiers?: {
10252
11956
  value: number;
10253
11957
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10274,18 +11978,24 @@ export declare const clientsContract: {
10274
11978
  startAt?: string | null | undefined;
10275
11979
  endAt?: string | null | undefined;
10276
11980
  cancellationPeriod?: number | null | undefined;
11981
+ showTotalRaised?: boolean | undefined;
10277
11982
  hasEscrow?: boolean | undefined;
10278
11983
  bankAccountId?: string | null | undefined;
10279
11984
  escrowAccountId?: string | null | undefined;
11985
+ warrantsEnabled?: boolean | undefined;
11986
+ totalShares?: number | null | undefined;
11987
+ warrantTermYears?: number | null | undefined;
11988
+ exercisePrice?: number | null | undefined;
11989
+ warrantPercentage?: number | null | undefined;
11990
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11991
+ incrementThreshold?: number | null | undefined;
11992
+ shareClassId?: string | null | undefined;
10280
11993
  yield?: number | null | undefined;
10281
11994
  duration?: number | null | undefined;
10282
11995
  durationType?: import("../..").DurationType | null | undefined;
10283
11996
  tiers?: number[] | null | undefined;
10284
11997
  enableBonus?: boolean | undefined;
10285
- principalAmount?: number | null | undefined;
10286
- maxTotalRaise?: number | null | undefined;
10287
11998
  interestRate?: number | null | undefined;
10288
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10289
11999
  bonusTiers?: {
10290
12000
  value: number;
10291
12001
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10298,6 +12008,7 @@ export declare const clientsContract: {
10298
12008
  template: import("../../common/types/asset.types").AssetTemplateType;
10299
12009
  targetAmount: number;
10300
12010
  issuerId: string;
12011
+ warrantsEnabled: boolean;
10301
12012
  assetName: string;
10302
12013
  assetType: import("../..").AssetType;
10303
12014
  pricePerUnit: number | null;
@@ -10312,18 +12023,23 @@ export declare const clientsContract: {
10312
12023
  startAt?: Date | null | undefined;
10313
12024
  endAt?: Date | null | undefined;
10314
12025
  cancellationPeriod?: number | null | undefined;
12026
+ showTotalRaised?: boolean | undefined;
10315
12027
  hasEscrow?: boolean | undefined;
10316
12028
  bankAccountId?: string | null | undefined;
10317
12029
  escrowAccountId?: string | null | undefined;
12030
+ totalShares?: number | null | undefined;
12031
+ warrantTermYears?: number | null | undefined;
12032
+ exercisePrice?: number | null | undefined;
12033
+ warrantPercentage?: number | null | undefined;
12034
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12035
+ incrementThreshold?: number | null | undefined;
12036
+ shareClassId?: string | null | undefined;
10318
12037
  yield?: number | null | undefined;
10319
12038
  duration?: number | null | undefined;
10320
12039
  durationType?: import("../..").DurationType | null | undefined;
10321
12040
  tiers?: number[] | null | undefined;
10322
12041
  enableBonus?: boolean | undefined;
10323
- principalAmount?: number | null | undefined;
10324
- maxTotalRaise?: number | null | undefined;
10325
12042
  interestRate?: number | null | undefined;
10326
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10327
12043
  bonusTiers?: {
10328
12044
  value: number;
10329
12045
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10350,18 +12066,24 @@ export declare const clientsContract: {
10350
12066
  startAt?: string | null | undefined;
10351
12067
  endAt?: string | null | undefined;
10352
12068
  cancellationPeriod?: number | null | undefined;
12069
+ showTotalRaised?: boolean | undefined;
10353
12070
  hasEscrow?: boolean | undefined;
10354
12071
  bankAccountId?: string | null | undefined;
10355
12072
  escrowAccountId?: string | null | undefined;
12073
+ warrantsEnabled?: boolean | undefined;
12074
+ totalShares?: number | null | undefined;
12075
+ warrantTermYears?: number | null | undefined;
12076
+ exercisePrice?: number | null | undefined;
12077
+ warrantPercentage?: number | null | undefined;
12078
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
12079
+ incrementThreshold?: number | null | undefined;
12080
+ shareClassId?: string | null | undefined;
10356
12081
  yield?: number | null | undefined;
10357
12082
  duration?: number | null | undefined;
10358
12083
  durationType?: import("../..").DurationType | null | undefined;
10359
12084
  tiers?: number[] | null | undefined;
10360
12085
  enableBonus?: boolean | undefined;
10361
- principalAmount?: number | null | undefined;
10362
- maxTotalRaise?: number | null | undefined;
10363
12086
  interestRate?: number | null | undefined;
10364
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10365
12087
  bonusTiers?: {
10366
12088
  value: number;
10367
12089
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10883,6 +12605,90 @@ export declare const clientsContract: {
10883
12605
  };
10884
12606
  };
10885
12607
  };
12608
+ review: {
12609
+ postReviewKyc: {
12610
+ method: "POST";
12611
+ metadata: {
12612
+ auth: boolean;
12613
+ };
12614
+ body: import("zod").ZodObject<{
12615
+ individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12616
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12617
+ }, "strip", import("zod").ZodTypeAny, {
12618
+ status: import("../..").BaseStatus;
12619
+ individualIds: string[];
12620
+ }, {
12621
+ status: import("../..").BaseStatus;
12622
+ individualIds: string[];
12623
+ }>;
12624
+ query: import("zod").ZodObject<{
12625
+ userId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
12626
+ }, "strip", import("zod").ZodTypeAny, {
12627
+ userId: string;
12628
+ }, {
12629
+ userId: string;
12630
+ }>;
12631
+ summary: "Post KYC review for individuals";
12632
+ path: "/clients/api/v1/review/kyc";
12633
+ responses: {
12634
+ 201: import("zod").ZodObject<{
12635
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12636
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12637
+ reviewedBy: import("zod").ZodString;
12638
+ targetObject: import("zod").ZodAny;
12639
+ }, "strip", import("zod").ZodTypeAny, {
12640
+ status: import("../..").BaseStatus;
12641
+ reviewedBy: string;
12642
+ individualsUpdated: string[];
12643
+ targetObject?: any;
12644
+ }, {
12645
+ status: import("../..").BaseStatus;
12646
+ reviewedBy: string;
12647
+ individualsUpdated: string[];
12648
+ targetObject?: any;
12649
+ }>;
12650
+ 401: import("zod").ZodObject<{
12651
+ status: import("zod").ZodNumber;
12652
+ message: import("zod").ZodString;
12653
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12654
+ }, "strip", import("zod").ZodTypeAny, {
12655
+ message: string;
12656
+ status: number;
12657
+ errors: string[];
12658
+ }, {
12659
+ message: string;
12660
+ status: number;
12661
+ errors: string[];
12662
+ }>;
12663
+ 403: import("zod").ZodObject<{
12664
+ status: import("zod").ZodNumber;
12665
+ message: import("zod").ZodString;
12666
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12667
+ }, "strip", import("zod").ZodTypeAny, {
12668
+ message: string;
12669
+ status: number;
12670
+ errors: string[];
12671
+ }, {
12672
+ message: string;
12673
+ status: number;
12674
+ errors: string[];
12675
+ }>;
12676
+ 500: import("zod").ZodObject<{
12677
+ status: import("zod").ZodNumber;
12678
+ message: import("zod").ZodString;
12679
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12680
+ }, "strip", import("zod").ZodTypeAny, {
12681
+ message: string;
12682
+ status: number;
12683
+ errors: string[];
12684
+ }, {
12685
+ message: string;
12686
+ status: number;
12687
+ errors: string[];
12688
+ }>;
12689
+ };
12690
+ };
12691
+ };
10886
12692
  secureRequests: {
10887
12693
  postSecureRequest: {
10888
12694
  method: "POST";