@dalmore/api-contracts 0.0.0-dev.f1cb508 → 0.0.0-dev.f317bb8

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 (103) 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 +34 -25
  8. package/common/types/activity.types.js +11 -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 +340 -3
  21. package/common/types/common.types.js +59 -1
  22. package/common/types/common.types.js.map +1 -1
  23. package/common/types/csv.types.d.ts +1557 -0
  24. package/common/types/csv.types.js +154 -0
  25. package/common/types/csv.types.js.map +1 -0
  26. package/common/types/dashboard.types.d.ts +7 -7
  27. package/common/types/disbursement-transaction.types.d.ts +1 -1
  28. package/common/types/disbursement-transaction.types.js +1 -1
  29. package/common/types/disbursement-transaction.types.js.map +1 -1
  30. package/common/types/disbursements.types.d.ts +956 -7
  31. package/common/types/disbursements.types.js +92 -2
  32. package/common/types/disbursements.types.js.map +1 -1
  33. package/common/types/escrow-account.types.d.ts +17 -0
  34. package/common/types/escrow-account.types.js +3 -0
  35. package/common/types/escrow-account.types.js.map +1 -1
  36. package/common/types/exchange-provider.types.d.ts +12 -12
  37. package/common/types/file.types.d.ts +33 -9
  38. package/common/types/file.types.js +12 -0
  39. package/common/types/file.types.js.map +1 -1
  40. package/common/types/index.d.ts +4 -0
  41. package/common/types/index.js +4 -0
  42. package/common/types/index.js.map +1 -1
  43. package/common/types/individuals.types.d.ts +207 -5
  44. package/common/types/individuals.types.js +11 -14
  45. package/common/types/individuals.types.js.map +1 -1
  46. package/common/types/investor-account.types.d.ts +1 -1
  47. package/common/types/investor-account.types.js +1 -2
  48. package/common/types/investor-account.types.js.map +1 -1
  49. package/common/types/invite.types.d.ts +2 -2
  50. package/common/types/invite.types.js +1 -1
  51. package/common/types/invite.types.js.map +1 -1
  52. package/common/types/issuer-offering.types.d.ts +186 -77
  53. package/common/types/issuer-offering.types.js +181 -45
  54. package/common/types/issuer-offering.types.js.map +1 -1
  55. package/common/types/job-item.types.d.ts +14 -14
  56. package/common/types/legal-entity.types.d.ts +39 -1
  57. package/common/types/legal-entity.types.js +8 -5
  58. package/common/types/legal-entity.types.js.map +1 -1
  59. package/common/types/note.types.d.ts +15 -15
  60. package/common/types/offering-submission.types.d.ts +198 -0
  61. package/common/types/offering-submission.types.js +16 -3
  62. package/common/types/offering-submission.types.js.map +1 -1
  63. package/common/types/offering.types.d.ts +256 -61
  64. package/common/types/offering.types.js +210 -53
  65. package/common/types/offering.types.js.map +1 -1
  66. package/common/types/portfolio.types.d.ts +6 -6
  67. package/common/types/reports.types.d.ts +345 -0
  68. package/common/types/reports.types.js +69 -0
  69. package/common/types/reports.types.js.map +1 -0
  70. package/common/types/review.types.js +1 -1
  71. package/common/types/review.types.js.map +1 -1
  72. package/common/types/secondary-order.types.d.ts +10 -10
  73. package/common/types/secondary-trade.types.d.ts +10 -10
  74. package/common/types/site.types.d.ts +12 -27
  75. package/common/types/task.types.d.ts +22 -22
  76. package/common/types/trade-line-item.types.d.ts +24 -0
  77. package/common/types/trade-line-item.types.js +3 -0
  78. package/common/types/trade-line-item.types.js.map +1 -1
  79. package/common/types/trade.types.d.ts +9 -0
  80. package/common/types/trade.types.js +8 -1
  81. package/common/types/trade.types.js.map +1 -1
  82. package/common/types/transaction.types.d.ts +0 -1
  83. package/common/types/transaction.types.js +0 -1
  84. package/common/types/transaction.types.js.map +1 -1
  85. package/common/types/user.types.d.ts +191 -59
  86. package/common/types/user.types.js +9 -1
  87. package/common/types/user.types.js.map +1 -1
  88. package/contracts/clients/assets/index.d.ts +0 -66
  89. package/contracts/clients/csv/index.d.ts +1594 -0
  90. package/contracts/clients/csv/index.js +62 -0
  91. package/contracts/clients/csv/index.js.map +1 -0
  92. package/contracts/clients/files/index.d.ts +3 -3
  93. package/contracts/clients/files-public/index.d.ts +3 -3
  94. package/contracts/clients/index.d.ts +1778 -111
  95. package/contracts/clients/index.js +4 -0
  96. package/contracts/clients/index.js.map +1 -1
  97. package/contracts/clients/individuals/index.d.ts +5 -5
  98. package/contracts/clients/legal-entities/index.d.ts +1 -1
  99. package/contracts/clients/offerings/index.d.ts +88 -33
  100. package/contracts/clients/review/index.d.ts +85 -0
  101. package/contracts/clients/review/index.js +27 -0
  102. package/contracts/clients/review/index.js.map +1 -0
  103. 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,1600 @@ 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").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
+ }>, "many">;
2797
+ }, "strip", import("zod").ZodTypeAny, {
2798
+ totalRows: number;
2799
+ successfulRows: number;
2800
+ createdAccounts: {
2801
+ userId: string;
2802
+ investorAccountId: string;
2803
+ row: number;
2804
+ }[];
2805
+ }, {
2806
+ totalRows: number;
2807
+ successfulRows: number;
2808
+ createdAccounts: {
2809
+ userId: string;
2810
+ investorAccountId: string;
2811
+ row: number;
2812
+ }[];
2813
+ }>;
2814
+ 400: import("zod").ZodObject<{
2815
+ status: import("zod").ZodNumber;
2816
+ message: import("zod").ZodString;
2817
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2818
+ }, "strip", import("zod").ZodTypeAny, {
2819
+ message: string;
2820
+ status: number;
2821
+ errors: string[];
2822
+ }, {
2823
+ message: string;
2824
+ status: number;
2825
+ errors: string[];
2826
+ }>;
2827
+ 401: import("zod").ZodObject<{
2828
+ status: import("zod").ZodNumber;
2829
+ message: import("zod").ZodString;
2830
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2831
+ }, "strip", import("zod").ZodTypeAny, {
2832
+ message: string;
2833
+ status: number;
2834
+ errors: string[];
2835
+ }, {
2836
+ message: string;
2837
+ status: number;
2838
+ errors: string[];
2839
+ }>;
2840
+ 422: import("zod").ZodObject<{
2841
+ status: import("zod").ZodNumber;
2842
+ message: import("zod").ZodString;
2843
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2844
+ }, "strip", import("zod").ZodTypeAny, {
2845
+ message: string;
2846
+ status: number;
2847
+ errors: string[];
2848
+ }, {
2849
+ message: string;
2850
+ status: number;
2851
+ errors: string[];
2852
+ }>;
2853
+ 500: import("zod").ZodObject<{
2854
+ status: import("zod").ZodNumber;
2855
+ message: import("zod").ZodString;
2856
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
2857
+ }, "strip", import("zod").ZodTypeAny, {
2858
+ message: string;
2859
+ status: number;
2860
+ errors: string[];
2861
+ }, {
2862
+ message: string;
2863
+ status: number;
2864
+ errors: string[];
2865
+ }>;
2866
+ };
2867
+ };
2868
+ uploadAicCsv: {
2869
+ method: "POST";
2870
+ metadata: {
2871
+ auth: boolean;
2872
+ };
2873
+ body: import("@ts-rest/core").ContractPlainType<{
2874
+ file: File;
2875
+ }>;
2876
+ query: import("zod").ZodObject<{
2877
+ accredited: import("zod").ZodBoolean;
2878
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
2879
+ investorAccountId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
2880
+ }, "strip", import("zod").ZodTypeAny, {
2881
+ investorAccountId: string;
2882
+ aicAccreditationType: import("../..").AicAccreditationType;
2883
+ accredited: boolean;
2884
+ }, {
2885
+ investorAccountId: string;
2886
+ aicAccreditationType: import("../..").AicAccreditationType;
2887
+ accredited: boolean;
2888
+ }>;
2889
+ summary: "Upload and process CSV file for AIC questionnaire data";
2890
+ contentType: "multipart/form-data";
2891
+ path: "/clients/api/v1/csv/aic";
2892
+ responses: {
2893
+ 200: import("zod").ZodObject<{
2894
+ id: import("zod").ZodString;
2895
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2896
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2897
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2898
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2899
+ } & {
2900
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2901
+ accountId: import("zod").ZodString;
2902
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2903
+ id: import("zod").ZodString;
2904
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2905
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2906
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2907
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2908
+ } & {
2909
+ name: import("zod").ZodString;
2910
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2911
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2912
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2913
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2914
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2915
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2916
+ }, "strip", import("zod").ZodTypeAny, {
2917
+ status: import("../..").AccountStatus;
2918
+ id: string;
2919
+ createdAt: string | Date;
2920
+ updatedAt: string | Date;
2921
+ deletedAt: string | Date | null;
2922
+ name: string;
2923
+ managedBy: import("../..").ManagedByType | null;
2924
+ platform: import("../..").Platform;
2925
+ onboardingReviewerId: string | null;
2926
+ onboardingReviewAt: Date | null;
2927
+ allowPendingComplianceReview: boolean;
2928
+ __entity?: string | undefined;
2929
+ }, {
2930
+ status: import("../..").AccountStatus;
2931
+ id: string;
2932
+ createdAt: string | Date;
2933
+ updatedAt: string | Date;
2934
+ deletedAt: string | Date | null;
2935
+ name: string;
2936
+ managedBy: import("../..").ManagedByType | null;
2937
+ platform: import("../..").Platform;
2938
+ onboardingReviewerId: string | null;
2939
+ onboardingReviewAt: Date | null;
2940
+ allowPendingComplianceReview: boolean;
2941
+ __entity?: string | undefined;
2942
+ }>>>;
2943
+ investorAccountId: import("zod").ZodString;
2944
+ investorAccount: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
2945
+ id: import("zod").ZodString;
2946
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2947
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2948
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2949
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2950
+ } & {
2951
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
2952
+ investorAccountType: import("zod").ZodNativeEnum<typeof import("../..").InvestorAccountType>;
2953
+ user: import("zod").ZodLazy<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
2954
+ id: import("zod").ZodString;
2955
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2956
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2957
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2958
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2959
+ } & {
2960
+ userLoginId: import("zod").ZodNullable<import("zod").ZodString>;
2961
+ roleId: import("zod").ZodNullable<import("zod").ZodString>;
2962
+ inviteId: import("zod").ZodNullable<import("zod").ZodString>;
2963
+ accountId: import("zod").ZodNullable<import("zod").ZodString>;
2964
+ onboarding: import("zod").ZodNullable<import("zod").ZodString>;
2965
+ account: import("zod").ZodOptional<import("zod").ZodObject<{
2966
+ id: import("zod").ZodString;
2967
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
2968
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2969
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
2970
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
2971
+ } & {
2972
+ name: import("zod").ZodString;
2973
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
2974
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
2975
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
2976
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
2977
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
2978
+ allowPendingComplianceReview: import("zod").ZodBoolean;
2979
+ }, "strip", import("zod").ZodTypeAny, {
2980
+ status: import("../..").AccountStatus;
2981
+ id: string;
2982
+ createdAt: string | Date;
2983
+ updatedAt: string | Date;
2984
+ deletedAt: string | Date | null;
2985
+ name: string;
2986
+ managedBy: import("../..").ManagedByType | null;
2987
+ platform: import("../..").Platform;
2988
+ onboardingReviewerId: string | null;
2989
+ onboardingReviewAt: Date | null;
2990
+ allowPendingComplianceReview: boolean;
2991
+ __entity?: string | undefined;
2992
+ }, {
2993
+ status: import("../..").AccountStatus;
2994
+ id: string;
2995
+ createdAt: string | Date;
2996
+ updatedAt: string | Date;
2997
+ deletedAt: string | Date | null;
2998
+ name: string;
2999
+ managedBy: import("../..").ManagedByType | null;
3000
+ platform: import("../..").Platform;
3001
+ onboardingReviewerId: string | null;
3002
+ onboardingReviewAt: Date | null;
3003
+ allowPendingComplianceReview: boolean;
3004
+ __entity?: string | undefined;
3005
+ }>>;
3006
+ active: import("zod").ZodBoolean;
3007
+ locked: import("zod").ZodBoolean;
3008
+ userLogin: import("zod").ZodObject<{
3009
+ id: import("zod").ZodString;
3010
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3011
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3012
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3013
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3014
+ } & {
3015
+ firstName: import("zod").ZodString;
3016
+ lastName: import("zod").ZodString;
3017
+ email: import("zod").ZodString;
3018
+ provider: import("zod").ZodString;
3019
+ lastLoginAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3020
+ loginCount: import("zod").ZodNumber;
3021
+ }, "strip", import("zod").ZodTypeAny, {
3022
+ id: string;
3023
+ createdAt: string | Date;
3024
+ updatedAt: string | Date;
3025
+ deletedAt: string | Date | null;
3026
+ firstName: string;
3027
+ lastName: string;
3028
+ email: string;
3029
+ provider: string;
3030
+ lastLoginAt: string | Date | null;
3031
+ loginCount: number;
3032
+ __entity?: string | undefined;
3033
+ }, {
3034
+ id: string;
3035
+ createdAt: string | Date;
3036
+ updatedAt: string | Date;
3037
+ deletedAt: string | Date | null;
3038
+ firstName: string;
3039
+ lastName: string;
3040
+ email: string;
3041
+ provider: string;
3042
+ lastLoginAt: string | Date | null;
3043
+ loginCount: number;
3044
+ __entity?: string | undefined;
3045
+ }>;
3046
+ }, "strip", import("zod").ZodTypeAny, {
3047
+ id: string;
3048
+ createdAt: string | Date;
3049
+ updatedAt: string | Date;
3050
+ deletedAt: string | Date | null;
3051
+ active: boolean;
3052
+ inviteId: string | null;
3053
+ accountId: string | null;
3054
+ roleId: string | null;
3055
+ userLoginId: string | null;
3056
+ locked: boolean;
3057
+ onboarding: string | null;
3058
+ userLogin: {
3059
+ id: string;
3060
+ createdAt: string | Date;
3061
+ updatedAt: string | Date;
3062
+ deletedAt: string | Date | null;
3063
+ firstName: string;
3064
+ lastName: string;
3065
+ email: string;
3066
+ provider: string;
3067
+ lastLoginAt: string | Date | null;
3068
+ loginCount: number;
3069
+ __entity?: string | undefined;
3070
+ };
3071
+ __entity?: string | undefined;
3072
+ account?: {
3073
+ status: import("../..").AccountStatus;
3074
+ id: string;
3075
+ createdAt: string | Date;
3076
+ updatedAt: string | Date;
3077
+ deletedAt: string | Date | null;
3078
+ name: string;
3079
+ managedBy: import("../..").ManagedByType | null;
3080
+ platform: import("../..").Platform;
3081
+ onboardingReviewerId: string | null;
3082
+ onboardingReviewAt: Date | null;
3083
+ allowPendingComplianceReview: boolean;
3084
+ __entity?: string | undefined;
3085
+ } | undefined;
3086
+ }, {
3087
+ id: string;
3088
+ createdAt: string | Date;
3089
+ updatedAt: string | Date;
3090
+ deletedAt: string | Date | null;
3091
+ active: boolean;
3092
+ inviteId: string | null;
3093
+ accountId: string | null;
3094
+ roleId: string | null;
3095
+ userLoginId: string | null;
3096
+ locked: boolean;
3097
+ onboarding: string | null;
3098
+ userLogin: {
3099
+ id: string;
3100
+ createdAt: string | Date;
3101
+ updatedAt: string | Date;
3102
+ deletedAt: string | Date | null;
3103
+ firstName: string;
3104
+ lastName: string;
3105
+ email: string;
3106
+ provider: string;
3107
+ lastLoginAt: string | Date | null;
3108
+ loginCount: number;
3109
+ __entity?: string | undefined;
3110
+ };
3111
+ __entity?: string | undefined;
3112
+ account?: {
3113
+ status: import("../..").AccountStatus;
3114
+ id: string;
3115
+ createdAt: string | Date;
3116
+ updatedAt: string | Date;
3117
+ deletedAt: string | Date | null;
3118
+ name: string;
3119
+ managedBy: import("../..").ManagedByType | null;
3120
+ platform: import("../..").Platform;
3121
+ onboardingReviewerId: string | null;
3122
+ onboardingReviewAt: Date | null;
3123
+ allowPendingComplianceReview: boolean;
3124
+ __entity?: string | undefined;
3125
+ } | undefined;
3126
+ }>>>>;
3127
+ userId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3128
+ email: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3129
+ name: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
3130
+ regAQualified: import("zod").ZodBoolean;
3131
+ regCfQualified: import("zod").ZodBoolean;
3132
+ regDQualified: import("zod").ZodBoolean;
3133
+ accountId: import("zod").ZodString;
3134
+ account: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3135
+ id: import("zod").ZodString;
3136
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3137
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3138
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3139
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3140
+ } & {
3141
+ name: import("zod").ZodString;
3142
+ status: import("zod").ZodNativeEnum<typeof import("../..").AccountStatus>;
3143
+ managedBy: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
3144
+ platform: import("zod").ZodNativeEnum<typeof import("../..").Platform>;
3145
+ onboardingReviewerId: import("zod").ZodNullable<import("zod").ZodString>;
3146
+ onboardingReviewAt: import("zod").ZodNullable<import("zod").ZodDate>;
3147
+ allowPendingComplianceReview: import("zod").ZodBoolean;
3148
+ }, "strip", import("zod").ZodTypeAny, {
3149
+ status: import("../..").AccountStatus;
3150
+ id: string;
3151
+ createdAt: string | Date;
3152
+ updatedAt: string | Date;
3153
+ deletedAt: string | Date | null;
3154
+ name: string;
3155
+ managedBy: import("../..").ManagedByType | null;
3156
+ platform: import("../..").Platform;
3157
+ onboardingReviewerId: string | null;
3158
+ onboardingReviewAt: Date | null;
3159
+ allowPendingComplianceReview: boolean;
3160
+ __entity?: string | undefined;
3161
+ }, {
3162
+ status: import("../..").AccountStatus;
3163
+ id: string;
3164
+ createdAt: string | Date;
3165
+ updatedAt: string | Date;
3166
+ deletedAt: string | Date | null;
3167
+ name: string;
3168
+ managedBy: import("../..").ManagedByType | null;
3169
+ platform: import("../..").Platform;
3170
+ onboardingReviewerId: string | null;
3171
+ onboardingReviewAt: Date | null;
3172
+ allowPendingComplianceReview: boolean;
3173
+ __entity?: string | undefined;
3174
+ }>>>;
3175
+ trades: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3176
+ individuals: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<any>, "many">>;
3177
+ legalEntities: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodLazy<import("zod").ZodObject<{
3178
+ id: import("zod").ZodString;
3179
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3180
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3181
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3182
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3183
+ } & {
3184
+ thirdPartyId: import("zod").ZodNullable<import("zod").ZodString>;
3185
+ accountId: import("zod").ZodString;
3186
+ investorAccountId: import("zod").ZodString;
3187
+ kybStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>>;
3188
+ sanctionsStatus: import("zod").ZodLazy<import("zod").ZodNativeEnum<typeof import("../..").SanctionsStatus>>;
3189
+ kybs: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
3190
+ id: import("zod").ZodString;
3191
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
3192
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3193
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
3194
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
3195
+ } & {
3196
+ thirdPartyId: import("zod").ZodString;
3197
+ platform: import("zod").ZodString;
3198
+ legalEntityId: import("zod").ZodString;
3199
+ documentType: import("zod").ZodString;
3200
+ documentImage: import("zod").ZodString;
3201
+ kybStatus: import("zod").ZodNativeEnum<typeof import("../..").KYBStatus>;
3202
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
3203
+ response: import("zod").ZodNullable<import("zod").ZodString>;
3204
+ }, "strip", import("zod").ZodTypeAny, {
3205
+ id: string;
3206
+ createdAt: string | Date;
3207
+ updatedAt: string | Date;
3208
+ deletedAt: string | Date | null;
3209
+ platform: string;
3210
+ documentType: string;
3211
+ documentImage: string;
3212
+ reason: string | null;
3213
+ response: string | null;
3214
+ thirdPartyId: string;
3215
+ legalEntityId: string;
3216
+ kybStatus: import("../..").KYBStatus;
3217
+ __entity?: string | undefined;
3218
+ }, {
3219
+ id: string;
3220
+ createdAt: string | Date;
3221
+ updatedAt: string | Date;
3222
+ deletedAt: string | Date | null;
3223
+ platform: string;
3224
+ documentType: string;
3225
+ documentImage: string;
3226
+ reason: string | null;
3227
+ response: string | null;
3228
+ thirdPartyId: string;
3229
+ legalEntityId: string;
3230
+ kybStatus: import("../..").KYBStatus;
3231
+ __entity?: string | undefined;
3232
+ }>, "many">>;
3233
+ name: import("zod").ZodString;
3234
+ ein: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3235
+ companyType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3236
+ streetAddress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3237
+ city: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3238
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3239
+ zip: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3240
+ country: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3241
+ phone: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
3242
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3243
+ }, "strip", import("zod").ZodTypeAny, {
3244
+ id: string;
3245
+ createdAt: string | Date;
3246
+ updatedAt: string | Date;
3247
+ deletedAt: string | Date | null;
3248
+ accountId: string;
3249
+ name: string;
3250
+ state: string | null;
3251
+ thirdPartyId: string | null;
3252
+ kybStatus: import("../..").KYBStatus;
3253
+ investorAccountId: string;
3254
+ sanctionsStatus: import("../..").SanctionsStatus;
3255
+ setupStatus: import("../..").SetupStatusType;
3256
+ __entity?: string | undefined;
3257
+ country?: string | null | undefined;
3258
+ kybs?: {
3259
+ id: string;
3260
+ createdAt: string | Date;
3261
+ updatedAt: string | Date;
3262
+ deletedAt: string | Date | null;
3263
+ platform: string;
3264
+ documentType: string;
3265
+ documentImage: string;
3266
+ reason: string | null;
3267
+ response: string | null;
3268
+ thirdPartyId: string;
3269
+ legalEntityId: string;
3270
+ kybStatus: import("../..").KYBStatus;
3271
+ __entity?: string | undefined;
3272
+ }[] | undefined;
3273
+ phone?: string | null | undefined;
3274
+ city?: string | null | undefined;
3275
+ zip?: string | null | undefined;
3276
+ ein?: string | null | undefined;
3277
+ companyType?: string | null | undefined;
3278
+ streetAddress?: string | null | undefined;
3279
+ }, {
3280
+ id: string;
3281
+ createdAt: string | Date;
3282
+ updatedAt: string | Date;
3283
+ deletedAt: string | Date | null;
3284
+ accountId: string;
3285
+ name: string;
3286
+ state: string | null;
3287
+ thirdPartyId: string | null;
3288
+ kybStatus: import("../..").KYBStatus;
3289
+ investorAccountId: string;
3290
+ sanctionsStatus: import("../..").SanctionsStatus;
3291
+ setupStatus: import("../..").SetupStatusType;
3292
+ __entity?: string | undefined;
3293
+ country?: string | null | undefined;
3294
+ kybs?: {
3295
+ id: string;
3296
+ createdAt: string | Date;
3297
+ updatedAt: string | Date;
3298
+ deletedAt: string | Date | null;
3299
+ platform: string;
3300
+ documentType: string;
3301
+ documentImage: string;
3302
+ reason: string | null;
3303
+ response: string | null;
3304
+ thirdPartyId: string;
3305
+ legalEntityId: string;
3306
+ kybStatus: import("../..").KYBStatus;
3307
+ __entity?: string | undefined;
3308
+ }[] | undefined;
3309
+ phone?: string | null | undefined;
3310
+ city?: string | null | undefined;
3311
+ zip?: string | null | undefined;
3312
+ ein?: string | null | undefined;
3313
+ companyType?: string | null | undefined;
3314
+ streetAddress?: string | null | undefined;
3315
+ }>>, "many">>;
3316
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3317
+ systemReviewLog: import("zod").ZodNullable<import("zod").ZodString>;
3318
+ totalAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
3319
+ statusCheck: import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodObject<{
3320
+ entity: import("zod").ZodOptional<import("zod").ZodObject<{
3321
+ information: import("zod").ZodDefault<import("zod").ZodBoolean>;
3322
+ address: import("zod").ZodDefault<import("zod").ZodBoolean>;
3323
+ }, "strip", import("zod").ZodTypeAny, {
3324
+ address: boolean;
3325
+ information: boolean;
3326
+ }, {
3327
+ address?: boolean | undefined;
3328
+ information?: boolean | undefined;
3329
+ }>>;
3330
+ primary: import("zod").ZodOptional<import("zod").ZodObject<{
3331
+ account: import("zod").ZodDefault<import("zod").ZodBoolean>;
3332
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3333
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3334
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3335
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3336
+ investorQuestionnaire: import("zod").ZodDefault<import("zod").ZodBoolean>;
3337
+ accreditation: import("zod").ZodDefault<import("zod").ZodBoolean>;
3338
+ trustedContact: import("zod").ZodDefault<import("zod").ZodBoolean>;
3339
+ retirement: import("zod").ZodOptional<import("zod").ZodBoolean>;
3340
+ }, "strip", import("zod").ZodTypeAny, {
3341
+ account: boolean;
3342
+ personal: boolean;
3343
+ residential: boolean;
3344
+ identity: boolean;
3345
+ financial: boolean;
3346
+ investorQuestionnaire: boolean;
3347
+ accreditation: boolean;
3348
+ trustedContact: boolean;
3349
+ retirement?: boolean | undefined;
3350
+ }, {
3351
+ account?: boolean | undefined;
3352
+ personal?: boolean | undefined;
3353
+ residential?: boolean | undefined;
3354
+ identity?: boolean | undefined;
3355
+ financial?: boolean | undefined;
3356
+ investorQuestionnaire?: boolean | undefined;
3357
+ accreditation?: boolean | undefined;
3358
+ trustedContact?: boolean | undefined;
3359
+ retirement?: boolean | undefined;
3360
+ }>>;
3361
+ secondary: import("zod").ZodOptional<import("zod").ZodObject<{
3362
+ personal: import("zod").ZodDefault<import("zod").ZodBoolean>;
3363
+ residential: import("zod").ZodDefault<import("zod").ZodBoolean>;
3364
+ identity: import("zod").ZodDefault<import("zod").ZodBoolean>;
3365
+ financial: import("zod").ZodDefault<import("zod").ZodBoolean>;
3366
+ }, "strip", import("zod").ZodTypeAny, {
3367
+ personal: boolean;
3368
+ residential: boolean;
3369
+ identity: boolean;
3370
+ financial: boolean;
3371
+ }, {
3372
+ personal?: boolean | undefined;
3373
+ residential?: boolean | undefined;
3374
+ identity?: boolean | undefined;
3375
+ financial?: boolean | undefined;
3376
+ }>>;
3377
+ }, "strip", import("zod").ZodTypeAny, {
3378
+ entity?: {
3379
+ address: boolean;
3380
+ information: boolean;
3381
+ } | undefined;
3382
+ primary?: {
3383
+ account: boolean;
3384
+ personal: boolean;
3385
+ residential: boolean;
3386
+ identity: boolean;
3387
+ financial: boolean;
3388
+ investorQuestionnaire: boolean;
3389
+ accreditation: boolean;
3390
+ trustedContact: boolean;
3391
+ retirement?: boolean | undefined;
3392
+ } | undefined;
3393
+ secondary?: {
3394
+ personal: boolean;
3395
+ residential: boolean;
3396
+ identity: boolean;
3397
+ financial: boolean;
3398
+ } | undefined;
3399
+ }, {
3400
+ entity?: {
3401
+ address?: boolean | undefined;
3402
+ information?: boolean | undefined;
3403
+ } | undefined;
3404
+ primary?: {
3405
+ account?: boolean | undefined;
3406
+ personal?: boolean | undefined;
3407
+ residential?: boolean | undefined;
3408
+ identity?: boolean | undefined;
3409
+ financial?: boolean | undefined;
3410
+ investorQuestionnaire?: boolean | undefined;
3411
+ accreditation?: boolean | undefined;
3412
+ trustedContact?: boolean | undefined;
3413
+ retirement?: boolean | undefined;
3414
+ } | undefined;
3415
+ secondary?: {
3416
+ personal?: boolean | undefined;
3417
+ residential?: boolean | undefined;
3418
+ identity?: boolean | undefined;
3419
+ financial?: boolean | undefined;
3420
+ } | undefined;
3421
+ }>>>;
3422
+ }, "strip", import("zod").ZodTypeAny, {
3423
+ id: string;
3424
+ createdAt: string | Date;
3425
+ updatedAt: string | Date;
3426
+ deletedAt: string | Date | null;
3427
+ accountId: string;
3428
+ tid: string | null;
3429
+ investorAccountType: import("../..").InvestorAccountType;
3430
+ regAQualified: boolean;
3431
+ regCfQualified: boolean;
3432
+ regDQualified: boolean;
3433
+ systemReviewLog: string | null;
3434
+ setupStatus: import("../..").SetupStatusType;
3435
+ __entity?: string | undefined;
3436
+ email?: string | null | undefined;
3437
+ name?: string | null | undefined;
3438
+ account?: {
3439
+ status: import("../..").AccountStatus;
3440
+ id: string;
3441
+ createdAt: string | Date;
3442
+ updatedAt: string | Date;
3443
+ deletedAt: string | Date | null;
3444
+ name: string;
3445
+ managedBy: import("../..").ManagedByType | null;
3446
+ platform: import("../..").Platform;
3447
+ onboardingReviewerId: string | null;
3448
+ onboardingReviewAt: Date | null;
3449
+ allowPendingComplianceReview: boolean;
3450
+ __entity?: string | undefined;
3451
+ } | undefined;
3452
+ individuals?: any[] | undefined;
3453
+ trades?: any[] | undefined;
3454
+ user?: {
3455
+ id: string;
3456
+ createdAt: string | Date;
3457
+ updatedAt: string | Date;
3458
+ deletedAt: string | Date | null;
3459
+ active: boolean;
3460
+ inviteId: string | null;
3461
+ accountId: string | null;
3462
+ roleId: string | null;
3463
+ userLoginId: string | null;
3464
+ locked: boolean;
3465
+ onboarding: string | null;
3466
+ userLogin: {
3467
+ id: string;
3468
+ createdAt: string | Date;
3469
+ updatedAt: string | Date;
3470
+ deletedAt: string | Date | null;
3471
+ firstName: string;
3472
+ lastName: string;
3473
+ email: string;
3474
+ provider: string;
3475
+ lastLoginAt: string | Date | null;
3476
+ loginCount: number;
3477
+ __entity?: string | undefined;
3478
+ };
3479
+ __entity?: string | undefined;
3480
+ account?: {
3481
+ status: import("../..").AccountStatus;
3482
+ id: string;
3483
+ createdAt: string | Date;
3484
+ updatedAt: string | Date;
3485
+ deletedAt: string | Date | null;
3486
+ name: string;
3487
+ managedBy: import("../..").ManagedByType | null;
3488
+ platform: import("../..").Platform;
3489
+ onboardingReviewerId: string | null;
3490
+ onboardingReviewAt: Date | null;
3491
+ allowPendingComplianceReview: boolean;
3492
+ __entity?: string | undefined;
3493
+ } | undefined;
3494
+ } | null | undefined;
3495
+ legalEntities?: {
3496
+ id: string;
3497
+ createdAt: string | Date;
3498
+ updatedAt: string | Date;
3499
+ deletedAt: string | Date | null;
3500
+ accountId: string;
3501
+ name: string;
3502
+ state: string | null;
3503
+ thirdPartyId: string | null;
3504
+ kybStatus: import("../..").KYBStatus;
3505
+ investorAccountId: string;
3506
+ sanctionsStatus: import("../..").SanctionsStatus;
3507
+ setupStatus: import("../..").SetupStatusType;
3508
+ __entity?: string | undefined;
3509
+ country?: string | null | undefined;
3510
+ kybs?: {
3511
+ id: string;
3512
+ createdAt: string | Date;
3513
+ updatedAt: string | Date;
3514
+ deletedAt: string | Date | null;
3515
+ platform: string;
3516
+ documentType: string;
3517
+ documentImage: string;
3518
+ reason: string | null;
3519
+ response: string | null;
3520
+ thirdPartyId: string;
3521
+ legalEntityId: string;
3522
+ kybStatus: import("../..").KYBStatus;
3523
+ __entity?: string | undefined;
3524
+ }[] | undefined;
3525
+ phone?: string | null | undefined;
3526
+ city?: string | null | undefined;
3527
+ zip?: string | null | undefined;
3528
+ ein?: string | null | undefined;
3529
+ companyType?: string | null | undefined;
3530
+ streetAddress?: string | null | undefined;
3531
+ }[] | undefined;
3532
+ userId?: string | null | undefined;
3533
+ totalAmount?: number | undefined;
3534
+ statusCheck?: {
3535
+ entity?: {
3536
+ address: boolean;
3537
+ information: boolean;
3538
+ } | undefined;
3539
+ primary?: {
3540
+ account: boolean;
3541
+ personal: boolean;
3542
+ residential: boolean;
3543
+ identity: boolean;
3544
+ financial: boolean;
3545
+ investorQuestionnaire: boolean;
3546
+ accreditation: boolean;
3547
+ trustedContact: boolean;
3548
+ retirement?: boolean | undefined;
3549
+ } | undefined;
3550
+ secondary?: {
3551
+ personal: boolean;
3552
+ residential: boolean;
3553
+ identity: boolean;
3554
+ financial: boolean;
3555
+ } | undefined;
3556
+ } | undefined;
3557
+ }, {
3558
+ id: string;
3559
+ createdAt: string | Date;
3560
+ updatedAt: string | Date;
3561
+ deletedAt: string | Date | null;
3562
+ accountId: string;
3563
+ tid: string | null;
3564
+ investorAccountType: import("../..").InvestorAccountType;
3565
+ regAQualified: boolean;
3566
+ regCfQualified: boolean;
3567
+ regDQualified: boolean;
3568
+ systemReviewLog: string | null;
3569
+ setupStatus: import("../..").SetupStatusType;
3570
+ __entity?: string | undefined;
3571
+ email?: string | null | undefined;
3572
+ name?: string | null | undefined;
3573
+ account?: {
3574
+ status: import("../..").AccountStatus;
3575
+ id: string;
3576
+ createdAt: string | Date;
3577
+ updatedAt: string | Date;
3578
+ deletedAt: string | Date | null;
3579
+ name: string;
3580
+ managedBy: import("../..").ManagedByType | null;
3581
+ platform: import("../..").Platform;
3582
+ onboardingReviewerId: string | null;
3583
+ onboardingReviewAt: Date | null;
3584
+ allowPendingComplianceReview: boolean;
3585
+ __entity?: string | undefined;
3586
+ } | undefined;
3587
+ individuals?: any[] | undefined;
3588
+ trades?: any[] | undefined;
3589
+ user?: {
3590
+ id: string;
3591
+ createdAt: string | Date;
3592
+ updatedAt: string | Date;
3593
+ deletedAt: string | Date | null;
3594
+ active: boolean;
3595
+ inviteId: string | null;
3596
+ accountId: string | null;
3597
+ roleId: string | null;
3598
+ userLoginId: string | null;
3599
+ locked: boolean;
3600
+ onboarding: string | null;
3601
+ userLogin: {
3602
+ id: string;
3603
+ createdAt: string | Date;
3604
+ updatedAt: string | Date;
3605
+ deletedAt: string | Date | null;
3606
+ firstName: string;
3607
+ lastName: string;
3608
+ email: string;
3609
+ provider: string;
3610
+ lastLoginAt: string | Date | null;
3611
+ loginCount: number;
3612
+ __entity?: string | undefined;
3613
+ };
3614
+ __entity?: string | undefined;
3615
+ account?: {
3616
+ status: import("../..").AccountStatus;
3617
+ id: string;
3618
+ createdAt: string | Date;
3619
+ updatedAt: string | Date;
3620
+ deletedAt: string | Date | null;
3621
+ name: string;
3622
+ managedBy: import("../..").ManagedByType | null;
3623
+ platform: import("../..").Platform;
3624
+ onboardingReviewerId: string | null;
3625
+ onboardingReviewAt: Date | null;
3626
+ allowPendingComplianceReview: boolean;
3627
+ __entity?: string | undefined;
3628
+ } | undefined;
3629
+ } | null | undefined;
3630
+ legalEntities?: {
3631
+ id: string;
3632
+ createdAt: string | Date;
3633
+ updatedAt: string | Date;
3634
+ deletedAt: string | Date | null;
3635
+ accountId: string;
3636
+ name: string;
3637
+ state: string | null;
3638
+ thirdPartyId: string | null;
3639
+ kybStatus: import("../..").KYBStatus;
3640
+ investorAccountId: string;
3641
+ sanctionsStatus: import("../..").SanctionsStatus;
3642
+ setupStatus: import("../..").SetupStatusType;
3643
+ __entity?: string | undefined;
3644
+ country?: string | null | undefined;
3645
+ kybs?: {
3646
+ id: string;
3647
+ createdAt: string | Date;
3648
+ updatedAt: string | Date;
3649
+ deletedAt: string | Date | null;
3650
+ platform: string;
3651
+ documentType: string;
3652
+ documentImage: string;
3653
+ reason: string | null;
3654
+ response: string | null;
3655
+ thirdPartyId: string;
3656
+ legalEntityId: string;
3657
+ kybStatus: import("../..").KYBStatus;
3658
+ __entity?: string | undefined;
3659
+ }[] | undefined;
3660
+ phone?: string | null | undefined;
3661
+ city?: string | null | undefined;
3662
+ zip?: string | null | undefined;
3663
+ ein?: string | null | undefined;
3664
+ companyType?: string | null | undefined;
3665
+ streetAddress?: string | null | undefined;
3666
+ }[] | undefined;
3667
+ userId?: string | null | undefined;
3668
+ totalAmount?: number | undefined;
3669
+ statusCheck?: {
3670
+ entity?: {
3671
+ address?: boolean | undefined;
3672
+ information?: boolean | undefined;
3673
+ } | undefined;
3674
+ primary?: {
3675
+ account?: boolean | undefined;
3676
+ personal?: boolean | undefined;
3677
+ residential?: boolean | undefined;
3678
+ identity?: boolean | undefined;
3679
+ financial?: boolean | undefined;
3680
+ investorQuestionnaire?: boolean | undefined;
3681
+ accreditation?: boolean | undefined;
3682
+ trustedContact?: boolean | undefined;
3683
+ retirement?: boolean | undefined;
3684
+ } | undefined;
3685
+ secondary?: {
3686
+ personal?: boolean | undefined;
3687
+ residential?: boolean | undefined;
3688
+ identity?: boolean | undefined;
3689
+ financial?: boolean | undefined;
3690
+ } | undefined;
3691
+ } | undefined;
3692
+ }>>>;
3693
+ role: import("zod").ZodNativeEnum<typeof import("../..").IndividualRole>;
3694
+ firstName: import("zod").ZodString;
3695
+ lastName: import("zod").ZodNullable<import("zod").ZodString>;
3696
+ dob: import("zod").ZodNullable<import("zod").ZodDate>;
3697
+ isUsCitizenOrGreenCardHolder: import("zod").ZodBoolean;
3698
+ ssn: import("zod").ZodNullable<import("zod").ZodString>;
3699
+ lastFour: import("zod").ZodNullable<import("zod").ZodString>;
3700
+ address: import("zod").ZodNullable<import("zod").ZodString>;
3701
+ address2: import("zod").ZodNullable<import("zod").ZodString>;
3702
+ email: import("zod").ZodNullable<import("zod").ZodString>;
3703
+ phone: import("zod").ZodNullable<import("zod").ZodString>;
3704
+ city: import("zod").ZodNullable<import("zod").ZodString>;
3705
+ country: import("zod").ZodNullable<import("zod").ZodString>;
3706
+ citizenship: import("zod").ZodNullable<import("zod").ZodString>;
3707
+ state: import("zod").ZodNullable<import("zod").ZodString>;
3708
+ zip: import("zod").ZodNullable<import("zod").ZodString>;
3709
+ currencyCode: import("zod").ZodNullable<import("zod").ZodString>;
3710
+ financialAdvisor: import("zod").ZodBoolean;
3711
+ occupation: import("zod").ZodNullable<import("zod").ZodString>;
3712
+ employmentStatus: import("zod").ZodNativeEnum<typeof import("../..").EmploymentStatus>;
3713
+ employerName: import("zod").ZodNullable<import("zod").ZodString>;
3714
+ employerAddressLine1: import("zod").ZodNullable<import("zod").ZodString>;
3715
+ employerAddressLine2: import("zod").ZodNullable<import("zod").ZodString>;
3716
+ employerCity: import("zod").ZodNullable<import("zod").ZodString>;
3717
+ employerState: import("zod").ZodNullable<import("zod").ZodString>;
3718
+ employerZip: import("zod").ZodNullable<import("zod").ZodString>;
3719
+ employerCountry: import("zod").ZodNullable<import("zod").ZodString>;
3720
+ kycDocumentType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
3721
+ kycDocumentIssuer: import("zod").ZodNullable<import("zod").ZodString>;
3722
+ kycExpirationDate: import("zod").ZodNullable<import("zod").ZodString>;
3723
+ kycIssuerDate: import("zod").ZodNullable<import("zod").ZodString>;
3724
+ kycDocumentNumber: import("zod").ZodNullable<import("zod").ZodString>;
3725
+ kycFirstName: import("zod").ZodNullable<import("zod").ZodString>;
3726
+ kycLastName: import("zod").ZodNullable<import("zod").ZodString>;
3727
+ ownership: import("zod").ZodNullable<import("zod").ZodNumber>;
3728
+ householdNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3729
+ liquidNetWorth: import("zod").ZodNullable<import("zod").ZodNumber>;
3730
+ currentHouseholdIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3731
+ currentAnnualIncome: import("zod").ZodNullable<import("zod").ZodNumber>;
3732
+ investedInCrowdfunding: import("zod").ZodNullable<import("zod").ZodNumber>;
3733
+ setupStatus: import("zod").ZodNativeEnum<typeof import("../..").SetupStatusType>;
3734
+ setupStep: import("zod").ZodNativeEnum<typeof import("../..").SetupStepType>;
3735
+ sourceOfIncome: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").SourceOfIncome>>;
3736
+ aicQuestionnaire: import("zod").ZodNullable<import("zod").ZodString>;
3737
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
3738
+ kycProvider: import("zod").ZodNullable<import("zod").ZodString>;
3739
+ kycTid: import("zod").ZodNullable<import("zod").ZodString>;
3740
+ aicAccreditationType: import("zod").ZodNativeEnum<typeof import("../..").AicAccreditationType>;
3741
+ accredited: import("zod").ZodBoolean;
3742
+ retirementAccountType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").RetirementAccountType>>;
3743
+ custodianName: import("zod").ZodNullable<import("zod").ZodString>;
3744
+ custodianAccountNumber: import("zod").ZodNullable<import("zod").ZodString>;
3745
+ custodianRepresentativeName: import("zod").ZodNullable<import("zod").ZodString>;
3746
+ custodianEmail: import("zod").ZodNullable<import("zod").ZodString>;
3747
+ }, "strip", import("zod").ZodTypeAny, {
3748
+ id: string;
3749
+ createdAt: string | Date;
3750
+ updatedAt: string | Date;
3751
+ deletedAt: string | Date | null;
3752
+ country: string | null;
3753
+ firstName: string;
3754
+ lastName: string | null;
3755
+ email: string | null;
3756
+ accountId: string;
3757
+ role: import("../..").IndividualRole;
3758
+ kycStatus: import("../..").KYCStatus;
3759
+ tid: string | null;
3760
+ phone: string | null;
3761
+ state: string | null;
3762
+ address: string | null;
3763
+ city: string | null;
3764
+ kycFirstName: string | null;
3765
+ kycLastName: string | null;
3766
+ kycDocumentType: import("../..").KYCDocumentType | null;
3767
+ kycDocumentIssuer: string | null;
3768
+ kycProvider: string | null;
3769
+ zip: string | null;
3770
+ address2: string | null;
3771
+ investorAccountId: string;
3772
+ currencyCode: string | null;
3773
+ setupStatus: import("../..").SetupStatusType;
3774
+ kycDocumentNumber: string | null;
3775
+ kycIssuerDate: string | null;
3776
+ kycExpirationDate: string | null;
3777
+ liquidNetWorth: number | null;
3778
+ aicAccreditationType: import("../..").AicAccreditationType;
3779
+ aicQuestionnaire: string | null;
3780
+ dob: Date | null;
3781
+ isUsCitizenOrGreenCardHolder: boolean;
3782
+ citizenship: string | null;
3783
+ ssn: string | null;
3784
+ lastFour: string | null;
3785
+ kycTid: string | null;
3786
+ investedInCrowdfunding: number | null;
3787
+ currentAnnualIncome: number | null;
3788
+ currentHouseholdIncome: number | null;
3789
+ householdNetWorth: number | null;
3790
+ financialAdvisor: boolean;
3791
+ occupation: string | null;
3792
+ employmentStatus: import("../..").EmploymentStatus;
3793
+ employerName: string | null;
3794
+ employerAddressLine1: string | null;
3795
+ employerAddressLine2: string | null;
3796
+ employerCity: string | null;
3797
+ employerState: string | null;
3798
+ employerZip: string | null;
3799
+ employerCountry: string | null;
3800
+ setupStep: import("../..").SetupStepType;
3801
+ sourceOfIncome: import("../..").SourceOfIncome | null;
3802
+ ownership: number | null;
3803
+ retirementAccountType: import("../..").RetirementAccountType | null;
3804
+ custodianName: string | null;
3805
+ custodianAccountNumber: string | null;
3806
+ custodianRepresentativeName: string | null;
3807
+ custodianEmail: string | null;
3808
+ accredited: boolean;
3809
+ __entity?: string | undefined;
3810
+ account?: {
3811
+ status: import("../..").AccountStatus;
3812
+ id: string;
3813
+ createdAt: string | Date;
3814
+ updatedAt: string | Date;
3815
+ deletedAt: string | Date | null;
3816
+ name: string;
3817
+ managedBy: import("../..").ManagedByType | null;
3818
+ platform: import("../..").Platform;
3819
+ onboardingReviewerId: string | null;
3820
+ onboardingReviewAt: Date | null;
3821
+ allowPendingComplianceReview: boolean;
3822
+ __entity?: string | undefined;
3823
+ } | undefined;
3824
+ investorAccount?: {
3825
+ id: string;
3826
+ createdAt: string | Date;
3827
+ updatedAt: string | Date;
3828
+ deletedAt: string | Date | null;
3829
+ accountId: string;
3830
+ tid: string | null;
3831
+ investorAccountType: import("../..").InvestorAccountType;
3832
+ regAQualified: boolean;
3833
+ regCfQualified: boolean;
3834
+ regDQualified: boolean;
3835
+ systemReviewLog: string | null;
3836
+ setupStatus: import("../..").SetupStatusType;
3837
+ __entity?: string | undefined;
3838
+ email?: string | null | undefined;
3839
+ name?: string | null | undefined;
3840
+ account?: {
3841
+ status: import("../..").AccountStatus;
3842
+ id: string;
3843
+ createdAt: string | Date;
3844
+ updatedAt: string | Date;
3845
+ deletedAt: string | Date | null;
3846
+ name: string;
3847
+ managedBy: import("../..").ManagedByType | null;
3848
+ platform: import("../..").Platform;
3849
+ onboardingReviewerId: string | null;
3850
+ onboardingReviewAt: Date | null;
3851
+ allowPendingComplianceReview: boolean;
3852
+ __entity?: string | undefined;
3853
+ } | undefined;
3854
+ individuals?: any[] | undefined;
3855
+ trades?: any[] | undefined;
3856
+ user?: {
3857
+ id: string;
3858
+ createdAt: string | Date;
3859
+ updatedAt: string | Date;
3860
+ deletedAt: string | Date | null;
3861
+ active: boolean;
3862
+ inviteId: string | null;
3863
+ accountId: string | null;
3864
+ roleId: string | null;
3865
+ userLoginId: string | null;
3866
+ locked: boolean;
3867
+ onboarding: string | null;
3868
+ userLogin: {
3869
+ id: string;
3870
+ createdAt: string | Date;
3871
+ updatedAt: string | Date;
3872
+ deletedAt: string | Date | null;
3873
+ firstName: string;
3874
+ lastName: string;
3875
+ email: string;
3876
+ provider: string;
3877
+ lastLoginAt: string | Date | null;
3878
+ loginCount: number;
3879
+ __entity?: string | undefined;
3880
+ };
3881
+ __entity?: string | undefined;
3882
+ account?: {
3883
+ status: import("../..").AccountStatus;
3884
+ id: string;
3885
+ createdAt: string | Date;
3886
+ updatedAt: string | Date;
3887
+ deletedAt: string | Date | null;
3888
+ name: string;
3889
+ managedBy: import("../..").ManagedByType | null;
3890
+ platform: import("../..").Platform;
3891
+ onboardingReviewerId: string | null;
3892
+ onboardingReviewAt: Date | null;
3893
+ allowPendingComplianceReview: boolean;
3894
+ __entity?: string | undefined;
3895
+ } | undefined;
3896
+ } | null | undefined;
3897
+ legalEntities?: {
3898
+ id: string;
3899
+ createdAt: string | Date;
3900
+ updatedAt: string | Date;
3901
+ deletedAt: string | Date | null;
3902
+ accountId: string;
3903
+ name: string;
3904
+ state: string | null;
3905
+ thirdPartyId: string | null;
3906
+ kybStatus: import("../..").KYBStatus;
3907
+ investorAccountId: string;
3908
+ sanctionsStatus: import("../..").SanctionsStatus;
3909
+ setupStatus: import("../..").SetupStatusType;
3910
+ __entity?: string | undefined;
3911
+ country?: string | null | undefined;
3912
+ kybs?: {
3913
+ id: string;
3914
+ createdAt: string | Date;
3915
+ updatedAt: string | Date;
3916
+ deletedAt: string | Date | null;
3917
+ platform: string;
3918
+ documentType: string;
3919
+ documentImage: string;
3920
+ reason: string | null;
3921
+ response: string | null;
3922
+ thirdPartyId: string;
3923
+ legalEntityId: string;
3924
+ kybStatus: import("../..").KYBStatus;
3925
+ __entity?: string | undefined;
3926
+ }[] | undefined;
3927
+ phone?: string | null | undefined;
3928
+ city?: string | null | undefined;
3929
+ zip?: string | null | undefined;
3930
+ ein?: string | null | undefined;
3931
+ companyType?: string | null | undefined;
3932
+ streetAddress?: string | null | undefined;
3933
+ }[] | undefined;
3934
+ userId?: string | null | undefined;
3935
+ totalAmount?: number | undefined;
3936
+ statusCheck?: {
3937
+ entity?: {
3938
+ address: boolean;
3939
+ information: boolean;
3940
+ } | undefined;
3941
+ primary?: {
3942
+ account: boolean;
3943
+ personal: boolean;
3944
+ residential: boolean;
3945
+ identity: boolean;
3946
+ financial: boolean;
3947
+ investorQuestionnaire: boolean;
3948
+ accreditation: boolean;
3949
+ trustedContact: boolean;
3950
+ retirement?: boolean | undefined;
3951
+ } | undefined;
3952
+ secondary?: {
3953
+ personal: boolean;
3954
+ residential: boolean;
3955
+ identity: boolean;
3956
+ financial: boolean;
3957
+ } | undefined;
3958
+ } | undefined;
3959
+ } | undefined;
3960
+ }, {
3961
+ id: string;
3962
+ createdAt: string | Date;
3963
+ updatedAt: string | Date;
3964
+ deletedAt: string | Date | null;
3965
+ country: string | null;
3966
+ firstName: string;
3967
+ lastName: string | null;
3968
+ email: string | null;
3969
+ accountId: string;
3970
+ role: import("../..").IndividualRole;
3971
+ kycStatus: import("../..").KYCStatus;
3972
+ tid: string | null;
3973
+ phone: string | null;
3974
+ state: string | null;
3975
+ address: string | null;
3976
+ city: string | null;
3977
+ kycFirstName: string | null;
3978
+ kycLastName: string | null;
3979
+ kycDocumentType: import("../..").KYCDocumentType | null;
3980
+ kycDocumentIssuer: string | null;
3981
+ kycProvider: string | null;
3982
+ zip: string | null;
3983
+ address2: string | null;
3984
+ investorAccountId: string;
3985
+ currencyCode: string | null;
3986
+ setupStatus: import("../..").SetupStatusType;
3987
+ kycDocumentNumber: string | null;
3988
+ kycIssuerDate: string | null;
3989
+ kycExpirationDate: string | null;
3990
+ liquidNetWorth: number | null;
3991
+ aicAccreditationType: import("../..").AicAccreditationType;
3992
+ aicQuestionnaire: string | null;
3993
+ dob: Date | null;
3994
+ isUsCitizenOrGreenCardHolder: boolean;
3995
+ citizenship: string | null;
3996
+ ssn: string | null;
3997
+ lastFour: string | null;
3998
+ kycTid: string | null;
3999
+ investedInCrowdfunding: number | null;
4000
+ currentAnnualIncome: number | null;
4001
+ currentHouseholdIncome: number | null;
4002
+ householdNetWorth: number | null;
4003
+ financialAdvisor: boolean;
4004
+ occupation: string | null;
4005
+ employmentStatus: import("../..").EmploymentStatus;
4006
+ employerName: string | null;
4007
+ employerAddressLine1: string | null;
4008
+ employerAddressLine2: string | null;
4009
+ employerCity: string | null;
4010
+ employerState: string | null;
4011
+ employerZip: string | null;
4012
+ employerCountry: string | null;
4013
+ setupStep: import("../..").SetupStepType;
4014
+ sourceOfIncome: import("../..").SourceOfIncome | null;
4015
+ ownership: number | null;
4016
+ retirementAccountType: import("../..").RetirementAccountType | null;
4017
+ custodianName: string | null;
4018
+ custodianAccountNumber: string | null;
4019
+ custodianRepresentativeName: string | null;
4020
+ custodianEmail: string | null;
4021
+ accredited: boolean;
4022
+ __entity?: string | undefined;
4023
+ account?: {
4024
+ status: import("../..").AccountStatus;
4025
+ id: string;
4026
+ createdAt: string | Date;
4027
+ updatedAt: string | Date;
4028
+ deletedAt: string | Date | null;
4029
+ name: string;
4030
+ managedBy: import("../..").ManagedByType | null;
4031
+ platform: import("../..").Platform;
4032
+ onboardingReviewerId: string | null;
4033
+ onboardingReviewAt: Date | null;
4034
+ allowPendingComplianceReview: boolean;
4035
+ __entity?: string | undefined;
4036
+ } | undefined;
4037
+ investorAccount?: {
4038
+ id: string;
4039
+ createdAt: string | Date;
4040
+ updatedAt: string | Date;
4041
+ deletedAt: string | Date | null;
4042
+ accountId: string;
4043
+ tid: string | null;
4044
+ investorAccountType: import("../..").InvestorAccountType;
4045
+ regAQualified: boolean;
4046
+ regCfQualified: boolean;
4047
+ regDQualified: boolean;
4048
+ systemReviewLog: string | null;
4049
+ setupStatus: import("../..").SetupStatusType;
4050
+ __entity?: string | undefined;
4051
+ email?: string | null | undefined;
4052
+ name?: string | null | undefined;
4053
+ account?: {
4054
+ status: import("../..").AccountStatus;
4055
+ id: string;
4056
+ createdAt: string | Date;
4057
+ updatedAt: string | Date;
4058
+ deletedAt: string | Date | null;
4059
+ name: string;
4060
+ managedBy: import("../..").ManagedByType | null;
4061
+ platform: import("../..").Platform;
4062
+ onboardingReviewerId: string | null;
4063
+ onboardingReviewAt: Date | null;
4064
+ allowPendingComplianceReview: boolean;
4065
+ __entity?: string | undefined;
4066
+ } | undefined;
4067
+ individuals?: any[] | undefined;
4068
+ trades?: any[] | undefined;
4069
+ user?: {
4070
+ id: string;
4071
+ createdAt: string | Date;
4072
+ updatedAt: string | Date;
4073
+ deletedAt: string | Date | null;
4074
+ active: boolean;
4075
+ inviteId: string | null;
4076
+ accountId: string | null;
4077
+ roleId: string | null;
4078
+ userLoginId: string | null;
4079
+ locked: boolean;
4080
+ onboarding: string | null;
4081
+ userLogin: {
4082
+ id: string;
4083
+ createdAt: string | Date;
4084
+ updatedAt: string | Date;
4085
+ deletedAt: string | Date | null;
4086
+ firstName: string;
4087
+ lastName: string;
4088
+ email: string;
4089
+ provider: string;
4090
+ lastLoginAt: string | Date | null;
4091
+ loginCount: number;
4092
+ __entity?: string | undefined;
4093
+ };
4094
+ __entity?: string | undefined;
4095
+ account?: {
4096
+ status: import("../..").AccountStatus;
4097
+ id: string;
4098
+ createdAt: string | Date;
4099
+ updatedAt: string | Date;
4100
+ deletedAt: string | Date | null;
4101
+ name: string;
4102
+ managedBy: import("../..").ManagedByType | null;
4103
+ platform: import("../..").Platform;
4104
+ onboardingReviewerId: string | null;
4105
+ onboardingReviewAt: Date | null;
4106
+ allowPendingComplianceReview: boolean;
4107
+ __entity?: string | undefined;
4108
+ } | undefined;
4109
+ } | null | undefined;
4110
+ legalEntities?: {
4111
+ id: string;
4112
+ createdAt: string | Date;
4113
+ updatedAt: string | Date;
4114
+ deletedAt: string | Date | null;
4115
+ accountId: string;
4116
+ name: string;
4117
+ state: string | null;
4118
+ thirdPartyId: string | null;
4119
+ kybStatus: import("../..").KYBStatus;
4120
+ investorAccountId: string;
4121
+ sanctionsStatus: import("../..").SanctionsStatus;
4122
+ setupStatus: import("../..").SetupStatusType;
4123
+ __entity?: string | undefined;
4124
+ country?: string | null | undefined;
4125
+ kybs?: {
4126
+ id: string;
4127
+ createdAt: string | Date;
4128
+ updatedAt: string | Date;
4129
+ deletedAt: string | Date | null;
4130
+ platform: string;
4131
+ documentType: string;
4132
+ documentImage: string;
4133
+ reason: string | null;
4134
+ response: string | null;
4135
+ thirdPartyId: string;
4136
+ legalEntityId: string;
4137
+ kybStatus: import("../..").KYBStatus;
4138
+ __entity?: string | undefined;
4139
+ }[] | undefined;
4140
+ phone?: string | null | undefined;
4141
+ city?: string | null | undefined;
4142
+ zip?: string | null | undefined;
4143
+ ein?: string | null | undefined;
4144
+ companyType?: string | null | undefined;
4145
+ streetAddress?: string | null | undefined;
4146
+ }[] | undefined;
4147
+ userId?: string | null | undefined;
4148
+ totalAmount?: number | undefined;
4149
+ statusCheck?: {
4150
+ entity?: {
4151
+ address?: boolean | undefined;
4152
+ information?: boolean | undefined;
4153
+ } | undefined;
4154
+ primary?: {
4155
+ account?: boolean | undefined;
4156
+ personal?: boolean | undefined;
4157
+ residential?: boolean | undefined;
4158
+ identity?: boolean | undefined;
4159
+ financial?: boolean | undefined;
4160
+ investorQuestionnaire?: boolean | undefined;
4161
+ accreditation?: boolean | undefined;
4162
+ trustedContact?: boolean | undefined;
4163
+ retirement?: boolean | undefined;
4164
+ } | undefined;
4165
+ secondary?: {
4166
+ personal?: boolean | undefined;
4167
+ residential?: boolean | undefined;
4168
+ identity?: boolean | undefined;
4169
+ financial?: boolean | undefined;
4170
+ } | undefined;
4171
+ } | undefined;
4172
+ } | undefined;
4173
+ }>;
4174
+ 400: import("zod").ZodObject<{
4175
+ status: import("zod").ZodNumber;
4176
+ message: import("zod").ZodString;
4177
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4178
+ }, "strip", import("zod").ZodTypeAny, {
4179
+ message: string;
4180
+ status: number;
4181
+ errors: string[];
4182
+ }, {
4183
+ message: string;
4184
+ status: number;
4185
+ errors: string[];
4186
+ }>;
4187
+ 401: import("zod").ZodObject<{
4188
+ status: import("zod").ZodNumber;
4189
+ message: import("zod").ZodString;
4190
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4191
+ }, "strip", import("zod").ZodTypeAny, {
4192
+ message: string;
4193
+ status: number;
4194
+ errors: string[];
4195
+ }, {
4196
+ message: string;
4197
+ status: number;
4198
+ errors: string[];
4199
+ }>;
4200
+ 404: import("zod").ZodObject<{
4201
+ status: import("zod").ZodNumber;
4202
+ message: import("zod").ZodString;
4203
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4204
+ }, "strip", import("zod").ZodTypeAny, {
4205
+ message: string;
4206
+ status: number;
4207
+ errors: string[];
4208
+ }, {
4209
+ message: string;
4210
+ status: number;
4211
+ errors: string[];
4212
+ }>;
4213
+ 500: import("zod").ZodObject<{
4214
+ status: import("zod").ZodNumber;
4215
+ message: import("zod").ZodString;
4216
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4217
+ }, "strip", import("zod").ZodTypeAny, {
4218
+ message: string;
4219
+ status: number;
4220
+ errors: string[];
4221
+ }, {
4222
+ message: string;
4223
+ status: number;
4224
+ errors: string[];
4225
+ }>;
4226
+ };
4227
+ };
4228
+ uploadKycCsv: {
4229
+ method: "POST";
4230
+ metadata: {
4231
+ auth: boolean;
4232
+ };
4233
+ body: import("@ts-rest/core").ContractPlainType<{
4234
+ file: File;
4235
+ }>;
4236
+ query: import("zod").ZodObject<{
4237
+ individualId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4238
+ frontFileId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
4239
+ backFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4240
+ selfieFileId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
4241
+ }, "strip", import("zod").ZodTypeAny, {
4242
+ individualId: string;
4243
+ frontFileId: string;
4244
+ backFileId?: string | undefined;
4245
+ selfieFileId?: string | undefined;
4246
+ }, {
4247
+ individualId: string;
4248
+ frontFileId: string;
4249
+ backFileId?: string | undefined;
4250
+ selfieFileId?: string | undefined;
4251
+ }>;
4252
+ summary: "Upload and process CSV file for KYC data";
4253
+ contentType: "multipart/form-data";
4254
+ path: "/clients/api/v1/csv/kyc";
4255
+ responses: {
4256
+ 200: import("zod").ZodObject<{
4257
+ id: import("zod").ZodString;
4258
+ __entity: import("zod").ZodOptional<import("zod").ZodString>;
4259
+ createdAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4260
+ updatedAt: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>;
4261
+ deletedAt: import("zod").ZodNullable<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodDate]>>;
4262
+ } & {
4263
+ tid: import("zod").ZodNullable<import("zod").ZodString>;
4264
+ platform: import("zod").ZodString;
4265
+ individualId: import("zod").ZodString;
4266
+ documentType: import("zod").ZodString;
4267
+ documentImage: import("zod").ZodString;
4268
+ kycStatus: import("zod").ZodNativeEnum<typeof import("../..").KYCStatus>;
4269
+ reason: import("zod").ZodNullable<import("zod").ZodString>;
4270
+ response: import("zod").ZodNullable<import("zod").ZodString>;
4271
+ }, "strip", import("zod").ZodTypeAny, {
4272
+ id: string;
4273
+ createdAt: string | Date;
4274
+ updatedAt: string | Date;
4275
+ deletedAt: string | Date | null;
4276
+ platform: string;
4277
+ kycStatus: import("../..").KYCStatus;
4278
+ tid: string | null;
4279
+ individualId: string;
4280
+ documentType: string;
4281
+ documentImage: string;
4282
+ reason: string | null;
4283
+ response: string | null;
4284
+ __entity?: string | undefined;
4285
+ }, {
4286
+ id: string;
4287
+ createdAt: string | Date;
4288
+ updatedAt: string | Date;
4289
+ deletedAt: string | Date | null;
4290
+ platform: string;
4291
+ kycStatus: import("../..").KYCStatus;
4292
+ tid: string | null;
4293
+ individualId: string;
4294
+ documentType: string;
4295
+ documentImage: string;
4296
+ reason: string | null;
4297
+ response: string | null;
4298
+ __entity?: string | undefined;
4299
+ }>;
4300
+ 400: import("zod").ZodObject<{
4301
+ status: import("zod").ZodNumber;
4302
+ message: import("zod").ZodString;
4303
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4304
+ }, "strip", import("zod").ZodTypeAny, {
4305
+ message: string;
4306
+ status: number;
4307
+ errors: string[];
4308
+ }, {
4309
+ message: string;
4310
+ status: number;
4311
+ errors: string[];
4312
+ }>;
4313
+ 401: import("zod").ZodObject<{
4314
+ status: import("zod").ZodNumber;
4315
+ message: import("zod").ZodString;
4316
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4317
+ }, "strip", import("zod").ZodTypeAny, {
4318
+ message: string;
4319
+ status: number;
4320
+ errors: string[];
4321
+ }, {
4322
+ message: string;
4323
+ status: number;
4324
+ errors: string[];
4325
+ }>;
4326
+ 404: import("zod").ZodObject<{
4327
+ status: import("zod").ZodNumber;
4328
+ message: import("zod").ZodString;
4329
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4330
+ }, "strip", import("zod").ZodTypeAny, {
4331
+ message: string;
4332
+ status: number;
4333
+ errors: string[];
4334
+ }, {
4335
+ message: string;
4336
+ status: number;
4337
+ errors: string[];
4338
+ }>;
4339
+ 500: import("zod").ZodObject<{
4340
+ status: import("zod").ZodNumber;
4341
+ message: import("zod").ZodString;
4342
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
4343
+ }, "strip", import("zod").ZodTypeAny, {
4344
+ message: string;
4345
+ status: number;
4346
+ errors: string[];
4347
+ }, {
4348
+ message: string;
4349
+ status: number;
4350
+ errors: string[];
4351
+ }>;
4352
+ };
4353
+ };
4354
+ };
2827
4355
  files: {
2828
4356
  postFile: {
2829
4357
  description: string;
@@ -3121,20 +4649,20 @@ export declare const clientsContract: {
3121
4649
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3122
4650
  } & {
3123
4651
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3124
- targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
4652
+ targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
3125
4653
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3126
4654
  }, "strip", import("zod").ZodTypeAny, {
3127
4655
  page: number;
3128
4656
  limit: number;
3129
4657
  include: string[];
3130
4658
  targetId?: string | undefined;
3131
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
4659
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3132
4660
  }, {
3133
4661
  page?: number | undefined;
3134
4662
  limit?: number | undefined;
3135
4663
  include?: string | undefined;
3136
4664
  targetId?: string | undefined;
3137
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
4665
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3138
4666
  }>;
3139
4667
  summary: "Get files";
3140
4668
  path: "/clients/api/v1/files";
@@ -3672,20 +5200,20 @@ export declare const clientsContract: {
3672
5200
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3673
5201
  } & {
3674
5202
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3675
- targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
5203
+ targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
3676
5204
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3677
5205
  }, "strip", import("zod").ZodTypeAny, {
3678
5206
  page: number;
3679
5207
  limit: number;
3680
5208
  include: string[];
3681
5209
  targetId?: string | undefined;
3682
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
5210
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3683
5211
  }, {
3684
5212
  page?: number | undefined;
3685
5213
  limit?: number | undefined;
3686
5214
  include?: string | undefined;
3687
5215
  targetId?: string | undefined;
3688
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
5216
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3689
5217
  }>;
3690
5218
  summary: "Get public files";
3691
5219
  path: "/clients/api/v1/files-public";
@@ -3937,7 +5465,7 @@ export declare const clientsContract: {
3937
5465
  investorAccountId: import("zod").ZodString;
3938
5466
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3939
5467
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3940
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5468
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3941
5469
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3942
5470
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3943
5471
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -4003,7 +5531,7 @@ export declare const clientsContract: {
4003
5531
  currencyCode?: string | undefined;
4004
5532
  liquidNetWorth?: number | undefined;
4005
5533
  dob?: Date | undefined;
4006
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5534
+ isUsCitizenOrGreenCardHolder?: unknown;
4007
5535
  citizenship?: string | undefined;
4008
5536
  ssn?: string | null | undefined;
4009
5537
  investedInCrowdfunding?: number | undefined;
@@ -4105,7 +5633,7 @@ export declare const clientsContract: {
4105
5633
  currencyCode?: string | undefined;
4106
5634
  liquidNetWorth?: number | undefined;
4107
5635
  dob?: Date | undefined;
4108
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5636
+ isUsCitizenOrGreenCardHolder?: unknown;
4109
5637
  citizenship?: string | undefined;
4110
5638
  ssn?: string | null | undefined;
4111
5639
  investedInCrowdfunding?: number | undefined;
@@ -5480,7 +7008,7 @@ export declare const clientsContract: {
5480
7008
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5481
7009
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5482
7010
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5483
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7011
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5484
7012
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5485
7013
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5486
7014
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5558,7 +7086,7 @@ export declare const clientsContract: {
5558
7086
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5559
7087
  aicQuestionnaire?: string | undefined;
5560
7088
  dob?: Date | undefined;
5561
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7089
+ isUsCitizenOrGreenCardHolder?: unknown;
5562
7090
  citizenship?: string | undefined;
5563
7091
  ssn?: string | null | undefined;
5564
7092
  investedInCrowdfunding?: number | undefined;
@@ -8554,7 +10082,7 @@ export declare const clientsContract: {
8554
10082
  error?: any;
8555
10083
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8556
10084
  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>;
10085
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8558
10086
  }, "strip", import("zod").ZodTypeAny, {
8559
10087
  name: string;
8560
10088
  investorAccountId: string;
@@ -9437,8 +10965,8 @@ export declare const clientsContract: {
9437
10965
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9438
10966
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9439
10967
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9440
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9441
10968
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
10969
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9442
10970
  }, "strip", import("zod").ZodTypeAny, {
9443
10971
  page: number;
9444
10972
  limit: number;
@@ -9448,12 +10976,12 @@ export declare const clientsContract: {
9448
10976
  accountId?: string | undefined;
9449
10977
  name?: string | undefined;
9450
10978
  managedBy?: import("../..").ManagedByType | undefined;
10979
+ complianceReview?: import("../..").ComplianceReview | undefined;
9451
10980
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9452
10981
  enabled?: boolean | undefined;
9453
10982
  issuerId?: string | undefined;
9454
10983
  issuerName?: string | undefined;
9455
10984
  versioningType?: import("../..").OfferingVersioningType | undefined;
9456
- combinedStatus?: import("../..").OfferingStatus | undefined;
9457
10985
  }, {
9458
10986
  type?: import("../..").OfferingType | undefined;
9459
10987
  status?: import("../..").ComplianceReview | undefined;
@@ -9462,13 +10990,13 @@ export declare const clientsContract: {
9462
10990
  managedBy?: import("../..").ManagedByType | undefined;
9463
10991
  page?: number | undefined;
9464
10992
  limit?: number | undefined;
10993
+ complianceReview?: import("../..").ComplianceReview | undefined;
9465
10994
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9466
10995
  include?: string | undefined;
9467
10996
  enabled?: unknown;
9468
10997
  issuerId?: string | undefined;
9469
10998
  issuerName?: string | undefined;
9470
10999
  versioningType?: import("../..").OfferingVersioningType | undefined;
9471
- combinedStatus?: import("../..").OfferingStatus | undefined;
9472
11000
  }>;
9473
11001
  summary: "Get offerings";
9474
11002
  path: "/clients/api/v1/offerings";
@@ -9830,6 +11358,7 @@ export declare const clientsContract: {
9830
11358
  auth: boolean;
9831
11359
  };
9832
11360
  body: import("zod").ZodEffects<import("zod").ZodObject<{
11361
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9833
11362
  name: import("zod").ZodOptional<import("zod").ZodString>;
9834
11363
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9835
11364
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9860,10 +11389,7 @@ export declare const clientsContract: {
9860
11389
  escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9861
11390
  bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9862
11391
  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
11392
  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
11393
  bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
9868
11394
  type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
9869
11395
  value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
@@ -9900,6 +11426,13 @@ export declare const clientsContract: {
9900
11426
  startAmount: number;
9901
11427
  endAmount: number;
9902
11428
  }>, "many">>;
11429
+ warrantsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
11430
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11431
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11432
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11433
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11434
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11435
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
9903
11436
  }, "strip", import("zod").ZodTypeAny, {
9904
11437
  type?: import("../..").OfferingType | undefined;
9905
11438
  name?: string | undefined;
@@ -9922,6 +11455,14 @@ export declare const clientsContract: {
9922
11455
  escrowAgreementFileId?: string | null | undefined;
9923
11456
  bankAccountId?: string | null | undefined;
9924
11457
  escrowAccountId?: string | null | undefined;
11458
+ warrantsEnabled?: boolean | undefined;
11459
+ totalShares?: number | null | undefined;
11460
+ warrantTermYears?: number | null | undefined;
11461
+ exercisePrice?: number | null | undefined;
11462
+ warrantPercentage?: number | null | undefined;
11463
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11464
+ incrementThreshold?: number | null | undefined;
11465
+ shareClassId?: string | null | undefined;
9925
11466
  assetName?: string | undefined;
9926
11467
  assetType?: import("../..").AssetType | undefined;
9927
11468
  pricePerUnit?: number | null | undefined;
@@ -9931,10 +11472,7 @@ export declare const clientsContract: {
9931
11472
  durationType?: import("../..").DurationType | null | undefined;
9932
11473
  tiers?: number[] | null | undefined;
9933
11474
  enableBonus?: boolean | undefined;
9934
- principalAmount?: number | null | undefined;
9935
- maxTotalRaise?: number | null | undefined;
9936
11475
  interestRate?: number | null | undefined;
9937
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
9938
11476
  bonusTiers?: {
9939
11477
  value: number;
9940
11478
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -9963,6 +11501,14 @@ export declare const clientsContract: {
9963
11501
  escrowAgreementFileId?: string | null | undefined;
9964
11502
  bankAccountId?: string | null | undefined;
9965
11503
  escrowAccountId?: string | null | undefined;
11504
+ warrantsEnabled?: boolean | undefined;
11505
+ totalShares?: number | null | undefined;
11506
+ warrantTermYears?: number | null | undefined;
11507
+ exercisePrice?: number | null | undefined;
11508
+ warrantPercentage?: number | null | undefined;
11509
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11510
+ incrementThreshold?: number | null | undefined;
11511
+ shareClassId?: string | null | undefined;
9966
11512
  assetName?: string | undefined;
9967
11513
  assetType?: import("../..").AssetType | undefined;
9968
11514
  pricePerUnit?: number | null | undefined;
@@ -9972,10 +11518,7 @@ export declare const clientsContract: {
9972
11518
  durationType?: import("../..").DurationType | null | undefined;
9973
11519
  tiers?: number[] | null | undefined;
9974
11520
  enableBonus?: boolean | undefined;
9975
- principalAmount?: number | null | undefined;
9976
- maxTotalRaise?: number | null | undefined;
9977
11521
  interestRate?: number | null | undefined;
9978
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
9979
11522
  bonusTiers?: {
9980
11523
  value: number;
9981
11524
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10004,6 +11547,14 @@ export declare const clientsContract: {
10004
11547
  escrowAgreementFileId?: string | null | undefined;
10005
11548
  bankAccountId?: string | null | undefined;
10006
11549
  escrowAccountId?: string | null | undefined;
11550
+ warrantsEnabled?: boolean | undefined;
11551
+ totalShares?: number | null | undefined;
11552
+ warrantTermYears?: number | null | undefined;
11553
+ exercisePrice?: number | null | undefined;
11554
+ warrantPercentage?: number | null | undefined;
11555
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11556
+ incrementThreshold?: number | null | undefined;
11557
+ shareClassId?: string | null | undefined;
10007
11558
  assetName?: string | undefined;
10008
11559
  assetType?: import("../..").AssetType | undefined;
10009
11560
  pricePerUnit?: number | null | undefined;
@@ -10013,10 +11564,7 @@ export declare const clientsContract: {
10013
11564
  durationType?: import("../..").DurationType | null | undefined;
10014
11565
  tiers?: number[] | null | undefined;
10015
11566
  enableBonus?: boolean | undefined;
10016
- principalAmount?: number | null | undefined;
10017
- maxTotalRaise?: number | null | undefined;
10018
11567
  interestRate?: number | null | undefined;
10019
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10020
11568
  bonusTiers?: {
10021
11569
  value: number;
10022
11570
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10045,6 +11593,14 @@ export declare const clientsContract: {
10045
11593
  escrowAgreementFileId?: string | null | undefined;
10046
11594
  bankAccountId?: string | null | undefined;
10047
11595
  escrowAccountId?: string | null | undefined;
11596
+ warrantsEnabled?: boolean | undefined;
11597
+ totalShares?: number | null | undefined;
11598
+ warrantTermYears?: number | null | undefined;
11599
+ exercisePrice?: number | null | undefined;
11600
+ warrantPercentage?: number | null | undefined;
11601
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11602
+ incrementThreshold?: number | null | undefined;
11603
+ shareClassId?: string | null | undefined;
10048
11604
  assetName?: string | undefined;
10049
11605
  assetType?: import("../..").AssetType | undefined;
10050
11606
  pricePerUnit?: number | null | undefined;
@@ -10054,10 +11610,7 @@ export declare const clientsContract: {
10054
11610
  durationType?: import("../..").DurationType | null | undefined;
10055
11611
  tiers?: number[] | null | undefined;
10056
11612
  enableBonus?: boolean | undefined;
10057
- principalAmount?: number | null | undefined;
10058
- maxTotalRaise?: number | null | undefined;
10059
11613
  interestRate?: number | null | undefined;
10060
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10061
11614
  bonusTiers?: {
10062
11615
  value: number;
10063
11616
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10150,6 +11703,7 @@ export declare const clientsContract: {
10150
11703
  };
10151
11704
  body: import("zod").ZodEffects<import("zod").ZodObject<{
10152
11705
  issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
11706
+ shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10153
11707
  name: import("zod").ZodString;
10154
11708
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
10155
11709
  targetAmount: import("zod").ZodNumber;
@@ -10176,10 +11730,7 @@ export declare const clientsContract: {
10176
11730
  hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
10177
11731
  bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10178
11732
  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
11733
  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
11734
  bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
10184
11735
  type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
10185
11736
  value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
@@ -10216,12 +11767,21 @@ export declare const clientsContract: {
10216
11767
  startAmount: number;
10217
11768
  endAmount: number;
10218
11769
  }>, "many">>;
11770
+ warrantsEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
11771
+ totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11772
+ warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11773
+ exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11774
+ warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11775
+ calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
11776
+ incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
11777
+ showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10219
11778
  }, "strip", import("zod").ZodTypeAny, {
10220
11779
  type: import("../..").OfferingType;
10221
11780
  name: string;
10222
11781
  template: import("../../common/types/asset.types").AssetTemplateType;
10223
11782
  targetAmount: number;
10224
11783
  issuerId: string;
11784
+ warrantsEnabled: boolean;
10225
11785
  assetName: string;
10226
11786
  assetType: import("../..").AssetType;
10227
11787
  pricePerUnit: number | null;
@@ -10236,18 +11796,23 @@ export declare const clientsContract: {
10236
11796
  startAt?: Date | null | undefined;
10237
11797
  endAt?: Date | null | undefined;
10238
11798
  cancellationPeriod?: number | null | undefined;
11799
+ showTotalRaised?: boolean | undefined;
10239
11800
  hasEscrow?: boolean | undefined;
10240
11801
  bankAccountId?: string | null | undefined;
10241
11802
  escrowAccountId?: string | null | undefined;
11803
+ totalShares?: number | null | undefined;
11804
+ warrantTermYears?: number | null | undefined;
11805
+ exercisePrice?: number | null | undefined;
11806
+ warrantPercentage?: number | null | undefined;
11807
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11808
+ incrementThreshold?: number | null | undefined;
11809
+ shareClassId?: string | null | undefined;
10242
11810
  yield?: number | null | undefined;
10243
11811
  duration?: number | null | undefined;
10244
11812
  durationType?: import("../..").DurationType | null | undefined;
10245
11813
  tiers?: number[] | null | undefined;
10246
11814
  enableBonus?: boolean | undefined;
10247
- principalAmount?: number | null | undefined;
10248
- maxTotalRaise?: number | null | undefined;
10249
11815
  interestRate?: number | null | undefined;
10250
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10251
11816
  bonusTiers?: {
10252
11817
  value: number;
10253
11818
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10274,18 +11839,24 @@ export declare const clientsContract: {
10274
11839
  startAt?: string | null | undefined;
10275
11840
  endAt?: string | null | undefined;
10276
11841
  cancellationPeriod?: number | null | undefined;
11842
+ showTotalRaised?: boolean | undefined;
10277
11843
  hasEscrow?: boolean | undefined;
10278
11844
  bankAccountId?: string | null | undefined;
10279
11845
  escrowAccountId?: string | null | undefined;
11846
+ warrantsEnabled?: boolean | undefined;
11847
+ totalShares?: number | null | undefined;
11848
+ warrantTermYears?: number | null | undefined;
11849
+ exercisePrice?: number | null | undefined;
11850
+ warrantPercentage?: number | null | undefined;
11851
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11852
+ incrementThreshold?: number | null | undefined;
11853
+ shareClassId?: string | null | undefined;
10280
11854
  yield?: number | null | undefined;
10281
11855
  duration?: number | null | undefined;
10282
11856
  durationType?: import("../..").DurationType | null | undefined;
10283
11857
  tiers?: number[] | null | undefined;
10284
11858
  enableBonus?: boolean | undefined;
10285
- principalAmount?: number | null | undefined;
10286
- maxTotalRaise?: number | null | undefined;
10287
11859
  interestRate?: number | null | undefined;
10288
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10289
11860
  bonusTiers?: {
10290
11861
  value: number;
10291
11862
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10298,6 +11869,7 @@ export declare const clientsContract: {
10298
11869
  template: import("../../common/types/asset.types").AssetTemplateType;
10299
11870
  targetAmount: number;
10300
11871
  issuerId: string;
11872
+ warrantsEnabled: boolean;
10301
11873
  assetName: string;
10302
11874
  assetType: import("../..").AssetType;
10303
11875
  pricePerUnit: number | null;
@@ -10312,18 +11884,23 @@ export declare const clientsContract: {
10312
11884
  startAt?: Date | null | undefined;
10313
11885
  endAt?: Date | null | undefined;
10314
11886
  cancellationPeriod?: number | null | undefined;
11887
+ showTotalRaised?: boolean | undefined;
10315
11888
  hasEscrow?: boolean | undefined;
10316
11889
  bankAccountId?: string | null | undefined;
10317
11890
  escrowAccountId?: string | null | undefined;
11891
+ totalShares?: number | null | undefined;
11892
+ warrantTermYears?: number | null | undefined;
11893
+ exercisePrice?: number | null | undefined;
11894
+ warrantPercentage?: number | null | undefined;
11895
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11896
+ incrementThreshold?: number | null | undefined;
11897
+ shareClassId?: string | null | undefined;
10318
11898
  yield?: number | null | undefined;
10319
11899
  duration?: number | null | undefined;
10320
11900
  durationType?: import("../..").DurationType | null | undefined;
10321
11901
  tiers?: number[] | null | undefined;
10322
11902
  enableBonus?: boolean | undefined;
10323
- principalAmount?: number | null | undefined;
10324
- maxTotalRaise?: number | null | undefined;
10325
11903
  interestRate?: number | null | undefined;
10326
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10327
11904
  bonusTiers?: {
10328
11905
  value: number;
10329
11906
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10350,18 +11927,24 @@ export declare const clientsContract: {
10350
11927
  startAt?: string | null | undefined;
10351
11928
  endAt?: string | null | undefined;
10352
11929
  cancellationPeriod?: number | null | undefined;
11930
+ showTotalRaised?: boolean | undefined;
10353
11931
  hasEscrow?: boolean | undefined;
10354
11932
  bankAccountId?: string | null | undefined;
10355
11933
  escrowAccountId?: string | null | undefined;
11934
+ warrantsEnabled?: boolean | undefined;
11935
+ totalShares?: number | null | undefined;
11936
+ warrantTermYears?: number | null | undefined;
11937
+ exercisePrice?: number | null | undefined;
11938
+ warrantPercentage?: number | null | undefined;
11939
+ calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
11940
+ incrementThreshold?: number | null | undefined;
11941
+ shareClassId?: string | null | undefined;
10356
11942
  yield?: number | null | undefined;
10357
11943
  duration?: number | null | undefined;
10358
11944
  durationType?: import("../..").DurationType | null | undefined;
10359
11945
  tiers?: number[] | null | undefined;
10360
11946
  enableBonus?: boolean | undefined;
10361
- principalAmount?: number | null | undefined;
10362
- maxTotalRaise?: number | null | undefined;
10363
11947
  interestRate?: number | null | undefined;
10364
- interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
10365
11948
  bonusTiers?: {
10366
11949
  value: number;
10367
11950
  type: import("../../common/types/bonus-tier.types").BonusType;
@@ -10883,6 +12466,90 @@ export declare const clientsContract: {
10883
12466
  };
10884
12467
  };
10885
12468
  };
12469
+ review: {
12470
+ postReviewKyc: {
12471
+ method: "POST";
12472
+ metadata: {
12473
+ auth: boolean;
12474
+ };
12475
+ body: import("zod").ZodObject<{
12476
+ individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12477
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12478
+ }, "strip", import("zod").ZodTypeAny, {
12479
+ status: import("../..").BaseStatus;
12480
+ individualIds: string[];
12481
+ }, {
12482
+ status: import("../..").BaseStatus;
12483
+ individualIds: string[];
12484
+ }>;
12485
+ query: import("zod").ZodObject<{
12486
+ userId: import("zod").ZodEffects<import("zod").ZodString, string, string>;
12487
+ }, "strip", import("zod").ZodTypeAny, {
12488
+ userId: string;
12489
+ }, {
12490
+ userId: string;
12491
+ }>;
12492
+ summary: "Post KYC review for individuals";
12493
+ path: "/clients/api/v1/review/kyc";
12494
+ responses: {
12495
+ 201: import("zod").ZodObject<{
12496
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12497
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12498
+ reviewedBy: import("zod").ZodString;
12499
+ targetObject: import("zod").ZodAny;
12500
+ }, "strip", import("zod").ZodTypeAny, {
12501
+ status: import("../..").BaseStatus;
12502
+ reviewedBy: string;
12503
+ individualsUpdated: string[];
12504
+ targetObject?: any;
12505
+ }, {
12506
+ status: import("../..").BaseStatus;
12507
+ reviewedBy: string;
12508
+ individualsUpdated: string[];
12509
+ targetObject?: any;
12510
+ }>;
12511
+ 401: import("zod").ZodObject<{
12512
+ status: import("zod").ZodNumber;
12513
+ message: import("zod").ZodString;
12514
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12515
+ }, "strip", import("zod").ZodTypeAny, {
12516
+ message: string;
12517
+ status: number;
12518
+ errors: string[];
12519
+ }, {
12520
+ message: string;
12521
+ status: number;
12522
+ errors: string[];
12523
+ }>;
12524
+ 403: import("zod").ZodObject<{
12525
+ status: import("zod").ZodNumber;
12526
+ message: import("zod").ZodString;
12527
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12528
+ }, "strip", import("zod").ZodTypeAny, {
12529
+ message: string;
12530
+ status: number;
12531
+ errors: string[];
12532
+ }, {
12533
+ message: string;
12534
+ status: number;
12535
+ errors: string[];
12536
+ }>;
12537
+ 500: import("zod").ZodObject<{
12538
+ status: import("zod").ZodNumber;
12539
+ message: import("zod").ZodString;
12540
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12541
+ }, "strip", import("zod").ZodTypeAny, {
12542
+ message: string;
12543
+ status: number;
12544
+ errors: string[];
12545
+ }, {
12546
+ message: string;
12547
+ status: number;
12548
+ errors: string[];
12549
+ }>;
12550
+ };
12551
+ };
12552
+ };
10886
12553
  secureRequests: {
10887
12554
  postSecureRequest: {
10888
12555
  method: "POST";