@dalmore/api-contracts 0.0.0-dev.a0bb940 → 0.0.0-dev.a302ede

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 (114) 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 +35 -25
  8. package/common/types/activity.types.js +13 -0
  9. package/common/types/activity.types.js.map +1 -1
  10. package/common/types/asset.types.d.ts +212 -0
  11. package/common/types/asset.types.js +115 -42
  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 +15 -4
  17. package/common/types/bonus-tier.types.js +14 -7
  18. package/common/types/bonus-tier.types.js.map +1 -1
  19. package/common/types/cap-table.types.d.ts +185 -61
  20. package/common/types/cap-table.types.js +31 -0
  21. package/common/types/cap-table.types.js.map +1 -1
  22. package/common/types/common.types.d.ts +359 -6
  23. package/common/types/common.types.js +71 -1
  24. package/common/types/common.types.js.map +1 -1
  25. package/common/types/comply-advantage-api.types.d.ts +133 -466
  26. package/common/types/comply-advantage-api.types.js +24 -3
  27. package/common/types/comply-advantage-api.types.js.map +1 -1
  28. package/common/types/csv.types.d.ts +1557 -0
  29. package/common/types/csv.types.js +154 -0
  30. package/common/types/csv.types.js.map +1 -0
  31. package/common/types/dashboard.types.d.ts +7 -7
  32. package/common/types/data-record.types.d.ts +4 -4
  33. package/common/types/disbursement-transaction.types.d.ts +1 -1
  34. package/common/types/disbursement-transaction.types.js +1 -1
  35. package/common/types/disbursement-transaction.types.js.map +1 -1
  36. package/common/types/disbursements.types.d.ts +1548 -395
  37. package/common/types/disbursements.types.js +129 -2
  38. package/common/types/disbursements.types.js.map +1 -1
  39. package/common/types/escrow-account.types.d.ts +17 -0
  40. package/common/types/escrow-account.types.js +3 -0
  41. package/common/types/escrow-account.types.js.map +1 -1
  42. package/common/types/exchange-provider.types.d.ts +12 -12
  43. package/common/types/file.types.d.ts +35 -11
  44. package/common/types/file.types.js +11 -0
  45. package/common/types/file.types.js.map +1 -1
  46. package/common/types/index.d.ts +4 -0
  47. package/common/types/index.js +4 -0
  48. package/common/types/index.js.map +1 -1
  49. package/common/types/individuals.types.d.ts +207 -5
  50. package/common/types/individuals.types.js +16 -16
  51. package/common/types/individuals.types.js.map +1 -1
  52. package/common/types/investor-account.types.d.ts +5 -5
  53. package/common/types/investor-account.types.js +1 -2
  54. package/common/types/investor-account.types.js.map +1 -1
  55. package/common/types/invite.types.d.ts +2 -2
  56. package/common/types/invite.types.js +1 -1
  57. package/common/types/invite.types.js.map +1 -1
  58. package/common/types/issuer-bank-account.types.d.ts +4 -276
  59. package/common/types/issuer-offering.types.d.ts +834 -14
  60. package/common/types/issuer-offering.types.js +297 -25
  61. package/common/types/issuer-offering.types.js.map +1 -1
  62. package/common/types/job-item.types.d.ts +14 -14
  63. package/common/types/legal-entity.types.d.ts +39 -1
  64. package/common/types/legal-entity.types.js +8 -5
  65. package/common/types/legal-entity.types.js.map +1 -1
  66. package/common/types/note.types.d.ts +15 -15
  67. package/common/types/offering-submission.types.d.ts +198 -0
  68. package/common/types/offering-submission.types.js +16 -3
  69. package/common/types/offering-submission.types.js.map +1 -1
  70. package/common/types/offering.types.d.ts +535 -21
  71. package/common/types/offering.types.js +324 -26
  72. package/common/types/offering.types.js.map +1 -1
  73. package/common/types/portfolio.types.d.ts +6 -6
  74. package/common/types/reports.types.d.ts +345 -0
  75. package/common/types/reports.types.js +69 -0
  76. package/common/types/reports.types.js.map +1 -0
  77. package/common/types/review.types.js +1 -1
  78. package/common/types/review.types.js.map +1 -1
  79. package/common/types/secondary-order.types.d.ts +10 -10
  80. package/common/types/secondary-trade.types.d.ts +10 -10
  81. package/common/types/signer.types.d.ts +23 -11
  82. package/common/types/signer.types.js +16 -1
  83. package/common/types/signer.types.js.map +1 -1
  84. package/common/types/site.types.d.ts +17 -12
  85. package/common/types/task.types.d.ts +22 -22
  86. package/common/types/trade-line-item.types.d.ts +36 -12
  87. package/common/types/trade-line-item.types.js +3 -0
  88. package/common/types/trade-line-item.types.js.map +1 -1
  89. package/common/types/trade.types.d.ts +56 -45
  90. package/common/types/trade.types.js +17 -4
  91. package/common/types/trade.types.js.map +1 -1
  92. package/common/types/transaction.types.d.ts +80 -2
  93. package/common/types/transaction.types.js +22 -3
  94. package/common/types/transaction.types.js.map +1 -1
  95. package/common/types/user.types.d.ts +191 -59
  96. package/common/types/user.types.js +9 -1
  97. package/common/types/user.types.js.map +1 -1
  98. package/contracts/clients/assets/index.d.ts +22 -0
  99. package/contracts/clients/csv/index.d.ts +1594 -0
  100. package/contracts/clients/csv/index.js +62 -0
  101. package/contracts/clients/csv/index.js.map +1 -0
  102. package/contracts/clients/files/index.d.ts +3 -3
  103. package/contracts/clients/files-public/index.d.ts +3 -3
  104. package/contracts/clients/index.d.ts +2017 -23
  105. package/contracts/clients/index.js +4 -0
  106. package/contracts/clients/index.js.map +1 -1
  107. package/contracts/clients/individuals/index.d.ts +5 -5
  108. package/contracts/clients/legal-entities/index.d.ts +1 -1
  109. package/contracts/clients/offerings/index.d.ts +308 -7
  110. package/contracts/clients/review/index.d.ts +77 -0
  111. package/contracts/clients/review/index.js +23 -0
  112. package/contracts/clients/review/index.js.map +1 -0
  113. package/contracts/clients/trades/index.d.ts +4 -4
  114. package/package.json +1 -1
@@ -1583,6 +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
+ interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
1586
1587
  }, "strip", import("zod").ZodTypeAny, {
1587
1588
  type: import("../..").AssetType | null;
1588
1589
  id: string;
@@ -1601,6 +1602,7 @@ export declare const clientsContract: {
1601
1602
  durationType: import("../..").DurationType | null;
1602
1603
  tiers: number[] | null;
1603
1604
  enableBonus: boolean;
1605
+ interestRate: number | null;
1604
1606
  __entity?: string | undefined;
1605
1607
  account?: {
1606
1608
  status: import("../..").AccountStatus;
@@ -1635,6 +1637,7 @@ export declare const clientsContract: {
1635
1637
  durationType: import("../..").DurationType | null;
1636
1638
  tiers: number[] | null;
1637
1639
  enableBonus: boolean;
1640
+ interestRate: number | null;
1638
1641
  __entity?: string | undefined;
1639
1642
  account?: {
1640
1643
  status: import("../..").AccountStatus;
@@ -1690,6 +1693,7 @@ export declare const clientsContract: {
1690
1693
  durationType: import("../..").DurationType | null;
1691
1694
  tiers: number[] | null;
1692
1695
  enableBonus: boolean;
1696
+ interestRate: number | null;
1693
1697
  __entity?: string | undefined;
1694
1698
  account?: {
1695
1699
  status: import("../..").AccountStatus;
@@ -1733,6 +1737,7 @@ export declare const clientsContract: {
1733
1737
  durationType: import("../..").DurationType | null;
1734
1738
  tiers: number[] | null;
1735
1739
  enableBonus: boolean;
1740
+ interestRate: number | null;
1736
1741
  __entity?: string | undefined;
1737
1742
  account?: {
1738
1743
  status: import("../..").AccountStatus;
@@ -1883,6 +1888,7 @@ export declare const clientsContract: {
1883
1888
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
1884
1889
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
1885
1890
  enableBonus: import("zod").ZodBoolean;
1891
+ interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
1886
1892
  }, "strip", import("zod").ZodTypeAny, {
1887
1893
  type: import("../..").AssetType | null;
1888
1894
  id: string;
@@ -1901,6 +1907,7 @@ export declare const clientsContract: {
1901
1907
  durationType: import("../..").DurationType | null;
1902
1908
  tiers: number[] | null;
1903
1909
  enableBonus: boolean;
1910
+ interestRate: number | null;
1904
1911
  __entity?: string | undefined;
1905
1912
  account?: {
1906
1913
  status: import("../..").AccountStatus;
@@ -1935,6 +1942,7 @@ export declare const clientsContract: {
1935
1942
  durationType: import("../..").DurationType | null;
1936
1943
  tiers: number[] | null;
1937
1944
  enableBonus: boolean;
1945
+ interestRate: number | null;
1938
1946
  __entity?: string | undefined;
1939
1947
  account?: {
1940
1948
  status: import("../..").AccountStatus;
@@ -2023,6 +2031,7 @@ export declare const clientsContract: {
2023
2031
  template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
2024
2032
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
2025
2033
  enableBonus: import("zod").ZodDefault<import("zod").ZodBoolean>;
2034
+ interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2026
2035
  }, "strip", import("zod").ZodTypeAny, {
2027
2036
  type: import("../..").AssetType;
2028
2037
  name: string;
@@ -2035,6 +2044,7 @@ export declare const clientsContract: {
2035
2044
  duration?: number | null | undefined;
2036
2045
  durationType?: import("../..").DurationType | null | undefined;
2037
2046
  tiers?: number[] | null | undefined;
2047
+ interestRate?: number | null | undefined;
2038
2048
  }, {
2039
2049
  type: import("../..").AssetType;
2040
2050
  name: string;
@@ -2047,6 +2057,7 @@ export declare const clientsContract: {
2047
2057
  durationType?: import("../..").DurationType | null | undefined;
2048
2058
  tiers?: number[] | null | undefined;
2049
2059
  enableBonus?: boolean | undefined;
2060
+ interestRate?: number | null | undefined;
2050
2061
  }>, {
2051
2062
  type: import("../..").AssetType;
2052
2063
  name: string;
@@ -2059,6 +2070,7 @@ export declare const clientsContract: {
2059
2070
  duration?: number | null | undefined;
2060
2071
  durationType?: import("../..").DurationType | null | undefined;
2061
2072
  tiers?: number[] | null | undefined;
2073
+ interestRate?: number | null | undefined;
2062
2074
  }, {
2063
2075
  type: import("../..").AssetType;
2064
2076
  name: string;
@@ -2071,6 +2083,7 @@ export declare const clientsContract: {
2071
2083
  durationType?: import("../..").DurationType | null | undefined;
2072
2084
  tiers?: number[] | null | undefined;
2073
2085
  enableBonus?: boolean | undefined;
2086
+ interestRate?: number | null | undefined;
2074
2087
  }>;
2075
2088
  summary: "Create an asset";
2076
2089
  path: "/clients/api/v1/assets";
@@ -2137,6 +2150,7 @@ export declare const clientsContract: {
2137
2150
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
2138
2151
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
2139
2152
  enableBonus: import("zod").ZodBoolean;
2153
+ interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
2140
2154
  }, "strip", import("zod").ZodTypeAny, {
2141
2155
  type: import("../..").AssetType | null;
2142
2156
  id: string;
@@ -2155,6 +2169,7 @@ export declare const clientsContract: {
2155
2169
  durationType: import("../..").DurationType | null;
2156
2170
  tiers: number[] | null;
2157
2171
  enableBonus: boolean;
2172
+ interestRate: number | null;
2158
2173
  __entity?: string | undefined;
2159
2174
  account?: {
2160
2175
  status: import("../..").AccountStatus;
@@ -2189,6 +2204,7 @@ export declare const clientsContract: {
2189
2204
  durationType: import("../..").DurationType | null;
2190
2205
  tiers: number[] | null;
2191
2206
  enableBonus: boolean;
2207
+ interestRate: number | null;
2192
2208
  __entity?: string | undefined;
2193
2209
  account?: {
2194
2210
  status: import("../..").AccountStatus;
@@ -2276,6 +2292,7 @@ export declare const clientsContract: {
2276
2292
  template: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>>>;
2277
2293
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
2278
2294
  enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
2295
+ interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
2279
2296
  }, "strip", import("zod").ZodTypeAny, {
2280
2297
  type?: import("../..").AssetType | undefined;
2281
2298
  name?: string | undefined;
@@ -2287,6 +2304,7 @@ export declare const clientsContract: {
2287
2304
  durationType?: import("../..").DurationType | null | undefined;
2288
2305
  tiers?: number[] | null | undefined;
2289
2306
  enableBonus?: boolean | undefined;
2307
+ interestRate?: number | null | undefined;
2290
2308
  }, {
2291
2309
  type?: import("../..").AssetType | undefined;
2292
2310
  name?: string | undefined;
@@ -2298,6 +2316,7 @@ export declare const clientsContract: {
2298
2316
  durationType?: import("../..").DurationType | null | undefined;
2299
2317
  tiers?: number[] | null | undefined;
2300
2318
  enableBonus?: boolean | undefined;
2319
+ interestRate?: number | null | undefined;
2301
2320
  }>;
2302
2321
  pathParams: import("zod").ZodObject<{
2303
2322
  id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -2371,6 +2390,7 @@ export declare const clientsContract: {
2371
2390
  template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
2372
2391
  tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
2373
2392
  enableBonus: import("zod").ZodBoolean;
2393
+ interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
2374
2394
  }, "strip", import("zod").ZodTypeAny, {
2375
2395
  type: import("../..").AssetType | null;
2376
2396
  id: string;
@@ -2389,6 +2409,7 @@ export declare const clientsContract: {
2389
2409
  durationType: import("../..").DurationType | null;
2390
2410
  tiers: number[] | null;
2391
2411
  enableBonus: boolean;
2412
+ interestRate: number | null;
2392
2413
  __entity?: string | undefined;
2393
2414
  account?: {
2394
2415
  status: import("../..").AccountStatus;
@@ -2423,6 +2444,7 @@ export declare const clientsContract: {
2423
2444
  durationType: import("../..").DurationType | null;
2424
2445
  tiers: number[] | null;
2425
2446
  enableBonus: boolean;
2447
+ interestRate: number | null;
2426
2448
  __entity?: string | undefined;
2427
2449
  account?: {
2428
2450
  status: import("../..").AccountStatus;
@@ -2736,6 +2758,1600 @@ export declare const clientsContract: {
2736
2758
  };
2737
2759
  };
2738
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
+ };
2739
4355
  files: {
2740
4356
  postFile: {
2741
4357
  description: string;
@@ -3033,20 +4649,20 @@ export declare const clientsContract: {
3033
4649
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3034
4650
  } & {
3035
4651
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3036
- 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", ...("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")[]]>>;
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")[]]>>;
3037
4653
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3038
4654
  }, "strip", import("zod").ZodTypeAny, {
3039
4655
  page: number;
3040
4656
  limit: number;
3041
4657
  include: string[];
3042
4658
  targetId?: string | undefined;
3043
- 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" | 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;
3044
4660
  }, {
3045
4661
  page?: number | undefined;
3046
4662
  limit?: number | undefined;
3047
4663
  include?: string | undefined;
3048
4664
  targetId?: string | undefined;
3049
- 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" | 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;
3050
4666
  }>;
3051
4667
  summary: "Get files";
3052
4668
  path: "/clients/api/v1/files";
@@ -3584,20 +5200,20 @@ export declare const clientsContract: {
3584
5200
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3585
5201
  } & {
3586
5202
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3587
- 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", ...("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")[]]>>;
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")[]]>>;
3588
5204
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3589
5205
  }, "strip", import("zod").ZodTypeAny, {
3590
5206
  page: number;
3591
5207
  limit: number;
3592
5208
  include: string[];
3593
5209
  targetId?: string | undefined;
3594
- 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" | 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;
3595
5211
  }, {
3596
5212
  page?: number | undefined;
3597
5213
  limit?: number | undefined;
3598
5214
  include?: string | undefined;
3599
5215
  targetId?: string | undefined;
3600
- 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" | 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;
3601
5217
  }>;
3602
5218
  summary: "Get public files";
3603
5219
  path: "/clients/api/v1/files-public";
@@ -3849,7 +5465,7 @@ export declare const clientsContract: {
3849
5465
  investorAccountId: import("zod").ZodString;
3850
5466
  firstName: import("zod").ZodOptional<import("zod").ZodString>;
3851
5467
  dob: import("zod").ZodOptional<import("zod").ZodDate>;
3852
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
5468
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
3853
5469
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
3854
5470
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
3855
5471
  currencyCode: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3915,7 +5531,7 @@ export declare const clientsContract: {
3915
5531
  currencyCode?: string | undefined;
3916
5532
  liquidNetWorth?: number | undefined;
3917
5533
  dob?: Date | undefined;
3918
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5534
+ isUsCitizenOrGreenCardHolder?: unknown;
3919
5535
  citizenship?: string | undefined;
3920
5536
  ssn?: string | null | undefined;
3921
5537
  investedInCrowdfunding?: number | undefined;
@@ -4017,7 +5633,7 @@ export declare const clientsContract: {
4017
5633
  currencyCode?: string | undefined;
4018
5634
  liquidNetWorth?: number | undefined;
4019
5635
  dob?: Date | undefined;
4020
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
5636
+ isUsCitizenOrGreenCardHolder?: unknown;
4021
5637
  citizenship?: string | undefined;
4022
5638
  ssn?: string | null | undefined;
4023
5639
  investedInCrowdfunding?: number | undefined;
@@ -5392,7 +7008,7 @@ export declare const clientsContract: {
5392
7008
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
5393
7009
  email: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
5394
7010
  ownership: import("zod").ZodOptional<import("zod").ZodNumber>;
5395
- isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodBoolean>;
7011
+ isUsCitizenOrGreenCardHolder: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
5396
7012
  citizenship: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
5397
7013
  ssn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodString, string, string>>>;
5398
7014
  kycDocumentType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").KYCDocumentType>>;
@@ -5470,7 +7086,7 @@ export declare const clientsContract: {
5470
7086
  aicAccreditationType?: import("../..").AicAccreditationType | undefined;
5471
7087
  aicQuestionnaire?: string | undefined;
5472
7088
  dob?: Date | undefined;
5473
- isUsCitizenOrGreenCardHolder?: boolean | undefined;
7089
+ isUsCitizenOrGreenCardHolder?: unknown;
5474
7090
  citizenship?: string | undefined;
5475
7091
  ssn?: string | null | undefined;
5476
7092
  investedInCrowdfunding?: number | undefined;
@@ -8466,7 +10082,7 @@ export declare const clientsContract: {
8466
10082
  error?: any;
8467
10083
  } | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
8468
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>>>;
8469
- stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodString>;
10085
+ stateOfIncorporation: import("zod").ZodOptional<import("zod").ZodNativeEnum<Readonly<Record<string, string>>>>;
8470
10086
  }, "strip", import("zod").ZodTypeAny, {
8471
10087
  name: string;
8472
10088
  investorAccountId: string;
@@ -9349,8 +10965,8 @@ export declare const clientsContract: {
9349
10965
  enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
9350
10966
  managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9351
10967
  versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
9352
- combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
9353
10968
  onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
10969
+ complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
9354
10970
  }, "strip", import("zod").ZodTypeAny, {
9355
10971
  page: number;
9356
10972
  limit: number;
@@ -9360,12 +10976,12 @@ export declare const clientsContract: {
9360
10976
  accountId?: string | undefined;
9361
10977
  name?: string | undefined;
9362
10978
  managedBy?: import("../..").ManagedByType | undefined;
10979
+ complianceReview?: import("../..").ComplianceReview | undefined;
9363
10980
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9364
10981
  enabled?: boolean | undefined;
9365
10982
  issuerId?: string | undefined;
9366
10983
  issuerName?: string | undefined;
9367
10984
  versioningType?: import("../..").OfferingVersioningType | undefined;
9368
- combinedStatus?: import("../..").OfferingStatus | undefined;
9369
10985
  }, {
9370
10986
  type?: import("../..").OfferingType | undefined;
9371
10987
  status?: import("../..").ComplianceReview | undefined;
@@ -9374,13 +10990,13 @@ export declare const clientsContract: {
9374
10990
  managedBy?: import("../..").ManagedByType | undefined;
9375
10991
  page?: number | undefined;
9376
10992
  limit?: number | undefined;
10993
+ complianceReview?: import("../..").ComplianceReview | undefined;
9377
10994
  onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
9378
10995
  include?: string | undefined;
9379
10996
  enabled?: unknown;
9380
10997
  issuerId?: string | undefined;
9381
10998
  issuerName?: string | undefined;
9382
10999
  versioningType?: import("../..").OfferingVersioningType | undefined;
9383
- combinedStatus?: import("../..").OfferingStatus | undefined;
9384
11000
  }>;
9385
11001
  summary: "Get offerings";
9386
11002
  path: "/clients/api/v1/offerings";
@@ -9741,7 +11357,8 @@ export declare const clientsContract: {
9741
11357
  metadata: {
9742
11358
  auth: boolean;
9743
11359
  };
9744
- body: import("zod").ZodObject<{
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>>>>;
9745
11362
  name: import("zod").ZodOptional<import("zod").ZodString>;
9746
11363
  type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
9747
11364
  targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -9755,7 +11372,6 @@ export declare const clientsContract: {
9755
11372
  memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9756
11373
  subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9757
11374
  coverArtId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9758
- managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9759
11375
  showTotalRaised: import("zod").ZodOptional<import("zod").ZodBoolean>;
9760
11376
  issuerId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
9761
11377
  assetName: import("zod").ZodOptional<import("zod").ZodString>;
@@ -9769,10 +11385,57 @@ export declare const clientsContract: {
9769
11385
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
9770
11386
  enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
9771
11387
  enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
11388
+ hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
11389
+ escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
11390
+ bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
11391
+ escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
11392
+ interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11393
+ bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
11394
+ type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
11395
+ value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11396
+ startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11397
+ endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11398
+ }, "strip", import("zod").ZodTypeAny, {
11399
+ value: number;
11400
+ type: import("../../common/types/bonus-tier.types").BonusType;
11401
+ startAmount: number;
11402
+ endAmount: number;
11403
+ }, {
11404
+ value: number;
11405
+ type: import("../../common/types/bonus-tier.types").BonusType;
11406
+ startAmount: number;
11407
+ endAmount: number;
11408
+ }>, {
11409
+ value: number;
11410
+ type: import("../../common/types/bonus-tier.types").BonusType;
11411
+ startAmount: number;
11412
+ endAmount: number;
11413
+ }, {
11414
+ value: number;
11415
+ type: import("../../common/types/bonus-tier.types").BonusType;
11416
+ startAmount: number;
11417
+ endAmount: number;
11418
+ }>, {
11419
+ value: number;
11420
+ type: import("../../common/types/bonus-tier.types").BonusType;
11421
+ startAmount: number;
11422
+ endAmount: number;
11423
+ }, {
11424
+ value: number;
11425
+ type: import("../../common/types/bonus-tier.types").BonusType;
11426
+ startAmount: number;
11427
+ endAmount: number;
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>>>;
9772
11436
  }, "strip", import("zod").ZodTypeAny, {
9773
11437
  type?: import("../..").OfferingType | undefined;
9774
11438
  name?: string | undefined;
9775
- managedBy?: import("../..").ManagedByType | undefined;
9776
11439
  description?: string | null | undefined;
9777
11440
  enabled?: boolean | undefined;
9778
11441
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -9788,6 +11451,18 @@ export declare const clientsContract: {
9788
11451
  memorandumId?: string | null | undefined;
9789
11452
  subscriptionAgreementId?: string | null | undefined;
9790
11453
  showTotalRaised?: boolean | undefined;
11454
+ hasEscrow?: boolean | undefined;
11455
+ escrowAgreementFileId?: string | null | undefined;
11456
+ bankAccountId?: string | null | undefined;
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;
9791
11466
  assetName?: string | undefined;
9792
11467
  assetType?: import("../..").AssetType | undefined;
9793
11468
  pricePerUnit?: number | null | undefined;
@@ -9797,10 +11472,16 @@ export declare const clientsContract: {
9797
11472
  durationType?: import("../..").DurationType | null | undefined;
9798
11473
  tiers?: number[] | null | undefined;
9799
11474
  enableBonus?: boolean | undefined;
11475
+ interestRate?: number | null | undefined;
11476
+ bonusTiers?: {
11477
+ value: number;
11478
+ type: import("../../common/types/bonus-tier.types").BonusType;
11479
+ startAmount: number;
11480
+ endAmount: number;
11481
+ }[] | undefined;
9800
11482
  }, {
9801
11483
  type?: import("../..").OfferingType | undefined;
9802
11484
  name?: string | undefined;
9803
- managedBy?: import("../..").ManagedByType | undefined;
9804
11485
  description?: string | null | undefined;
9805
11486
  enabled?: boolean | undefined;
9806
11487
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -9816,6 +11497,110 @@ export declare const clientsContract: {
9816
11497
  memorandumId?: string | null | undefined;
9817
11498
  subscriptionAgreementId?: string | null | undefined;
9818
11499
  showTotalRaised?: boolean | undefined;
11500
+ hasEscrow?: boolean | undefined;
11501
+ escrowAgreementFileId?: string | null | undefined;
11502
+ bankAccountId?: string | null | undefined;
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;
11512
+ assetName?: string | undefined;
11513
+ assetType?: import("../..").AssetType | undefined;
11514
+ pricePerUnit?: number | null | undefined;
11515
+ totalUnits?: number | null | undefined;
11516
+ yield?: number | null | undefined;
11517
+ duration?: number | null | undefined;
11518
+ durationType?: import("../..").DurationType | null | undefined;
11519
+ tiers?: number[] | null | undefined;
11520
+ enableBonus?: boolean | undefined;
11521
+ interestRate?: number | null | undefined;
11522
+ bonusTiers?: {
11523
+ value: number;
11524
+ type: import("../../common/types/bonus-tier.types").BonusType;
11525
+ startAmount: number;
11526
+ endAmount: number;
11527
+ }[] | undefined;
11528
+ }>, {
11529
+ type?: import("../..").OfferingType | undefined;
11530
+ name?: string | undefined;
11531
+ description?: string | null | undefined;
11532
+ enabled?: boolean | undefined;
11533
+ template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
11534
+ coverArtId?: string | null | undefined;
11535
+ targetAmount?: number | undefined;
11536
+ minInvestment?: number | null | undefined;
11537
+ maxInvestment?: number | null | undefined;
11538
+ contingencyAmount?: number | null | undefined;
11539
+ startAt?: Date | null | undefined;
11540
+ endAt?: Date | null | undefined;
11541
+ issuerId?: string | undefined;
11542
+ cancellationPeriod?: number | null | undefined;
11543
+ memorandumId?: string | null | undefined;
11544
+ subscriptionAgreementId?: string | null | undefined;
11545
+ showTotalRaised?: boolean | undefined;
11546
+ hasEscrow?: boolean | undefined;
11547
+ escrowAgreementFileId?: string | null | undefined;
11548
+ bankAccountId?: string | null | undefined;
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;
11558
+ assetName?: string | undefined;
11559
+ assetType?: import("../..").AssetType | undefined;
11560
+ pricePerUnit?: number | null | undefined;
11561
+ totalUnits?: number | null | undefined;
11562
+ yield?: number | null | undefined;
11563
+ duration?: number | null | undefined;
11564
+ durationType?: import("../..").DurationType | null | undefined;
11565
+ tiers?: number[] | null | undefined;
11566
+ enableBonus?: boolean | undefined;
11567
+ interestRate?: number | null | undefined;
11568
+ bonusTiers?: {
11569
+ value: number;
11570
+ type: import("../../common/types/bonus-tier.types").BonusType;
11571
+ startAmount: number;
11572
+ endAmount: number;
11573
+ }[] | undefined;
11574
+ }, {
11575
+ type?: import("../..").OfferingType | undefined;
11576
+ name?: string | undefined;
11577
+ description?: string | null | undefined;
11578
+ enabled?: boolean | undefined;
11579
+ template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
11580
+ coverArtId?: string | null | undefined;
11581
+ targetAmount?: number | undefined;
11582
+ minInvestment?: number | null | undefined;
11583
+ maxInvestment?: number | null | undefined;
11584
+ contingencyAmount?: number | null | undefined;
11585
+ startAt?: string | null | undefined;
11586
+ endAt?: string | null | undefined;
11587
+ issuerId?: string | undefined;
11588
+ cancellationPeriod?: number | null | undefined;
11589
+ memorandumId?: string | null | undefined;
11590
+ subscriptionAgreementId?: string | null | undefined;
11591
+ showTotalRaised?: boolean | undefined;
11592
+ hasEscrow?: boolean | undefined;
11593
+ escrowAgreementFileId?: string | null | undefined;
11594
+ bankAccountId?: string | null | undefined;
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;
9819
11604
  assetName?: string | undefined;
9820
11605
  assetType?: import("../..").AssetType | undefined;
9821
11606
  pricePerUnit?: number | null | undefined;
@@ -9825,6 +11610,13 @@ export declare const clientsContract: {
9825
11610
  durationType?: import("../..").DurationType | null | undefined;
9826
11611
  tiers?: number[] | null | undefined;
9827
11612
  enableBonus?: boolean | undefined;
11613
+ interestRate?: number | null | undefined;
11614
+ bonusTiers?: {
11615
+ value: number;
11616
+ type: import("../../common/types/bonus-tier.types").BonusType;
11617
+ startAmount: number;
11618
+ endAmount: number;
11619
+ }[] | undefined;
9828
11620
  }>;
9829
11621
  pathParams: import("zod").ZodObject<{
9830
11622
  id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
@@ -9911,6 +11703,7 @@ export declare const clientsContract: {
9911
11703
  };
9912
11704
  body: import("zod").ZodEffects<import("zod").ZodObject<{
9913
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>>>>;
9914
11707
  name: import("zod").ZodString;
9915
11708
  type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
9916
11709
  targetAmount: import("zod").ZodNumber;
@@ -9934,12 +11727,61 @@ export declare const clientsContract: {
9934
11727
  template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
9935
11728
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
9936
11729
  enableBonus: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
11730
+ hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
11731
+ bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
11732
+ escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
11733
+ interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
11734
+ bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
11735
+ type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
11736
+ value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11737
+ startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11738
+ endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
11739
+ }, "strip", import("zod").ZodTypeAny, {
11740
+ value: number;
11741
+ type: import("../../common/types/bonus-tier.types").BonusType;
11742
+ startAmount: number;
11743
+ endAmount: number;
11744
+ }, {
11745
+ value: number;
11746
+ type: import("../../common/types/bonus-tier.types").BonusType;
11747
+ startAmount: number;
11748
+ endAmount: number;
11749
+ }>, {
11750
+ value: number;
11751
+ type: import("../../common/types/bonus-tier.types").BonusType;
11752
+ startAmount: number;
11753
+ endAmount: number;
11754
+ }, {
11755
+ value: number;
11756
+ type: import("../../common/types/bonus-tier.types").BonusType;
11757
+ startAmount: number;
11758
+ endAmount: number;
11759
+ }>, {
11760
+ value: number;
11761
+ type: import("../../common/types/bonus-tier.types").BonusType;
11762
+ startAmount: number;
11763
+ endAmount: number;
11764
+ }, {
11765
+ value: number;
11766
+ type: import("../../common/types/bonus-tier.types").BonusType;
11767
+ startAmount: number;
11768
+ endAmount: number;
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>>;
9937
11778
  }, "strip", import("zod").ZodTypeAny, {
9938
11779
  type: import("../..").OfferingType;
9939
11780
  name: string;
9940
11781
  template: import("../../common/types/asset.types").AssetTemplateType;
9941
11782
  targetAmount: number;
9942
11783
  issuerId: string;
11784
+ warrantsEnabled: boolean;
9943
11785
  assetName: string;
9944
11786
  assetType: import("../..").AssetType;
9945
11787
  pricePerUnit: number | null;
@@ -9954,11 +11796,29 @@ export declare const clientsContract: {
9954
11796
  startAt?: Date | null | undefined;
9955
11797
  endAt?: Date | null | undefined;
9956
11798
  cancellationPeriod?: number | null | undefined;
11799
+ showTotalRaised?: boolean | undefined;
11800
+ hasEscrow?: boolean | undefined;
11801
+ bankAccountId?: string | null | undefined;
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;
9957
11810
  yield?: number | null | undefined;
9958
11811
  duration?: number | null | undefined;
9959
11812
  durationType?: import("../..").DurationType | null | undefined;
9960
11813
  tiers?: number[] | null | undefined;
9961
11814
  enableBonus?: boolean | undefined;
11815
+ interestRate?: number | null | undefined;
11816
+ bonusTiers?: {
11817
+ value: number;
11818
+ type: import("../../common/types/bonus-tier.types").BonusType;
11819
+ startAmount: number;
11820
+ endAmount: number;
11821
+ }[] | undefined;
9962
11822
  }, {
9963
11823
  type: import("../..").OfferingType;
9964
11824
  name: string;
@@ -9979,17 +11839,37 @@ export declare const clientsContract: {
9979
11839
  startAt?: string | null | undefined;
9980
11840
  endAt?: string | null | undefined;
9981
11841
  cancellationPeriod?: number | null | undefined;
11842
+ showTotalRaised?: boolean | undefined;
11843
+ hasEscrow?: boolean | undefined;
11844
+ bankAccountId?: string | null | undefined;
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;
9982
11854
  yield?: number | null | undefined;
9983
11855
  duration?: number | null | undefined;
9984
11856
  durationType?: import("../..").DurationType | null | undefined;
9985
11857
  tiers?: number[] | null | undefined;
9986
11858
  enableBonus?: boolean | undefined;
11859
+ interestRate?: number | null | undefined;
11860
+ bonusTiers?: {
11861
+ value: number;
11862
+ type: import("../../common/types/bonus-tier.types").BonusType;
11863
+ startAmount: number;
11864
+ endAmount: number;
11865
+ }[] | undefined;
9987
11866
  }>, {
9988
11867
  type: import("../..").OfferingType;
9989
11868
  name: string;
9990
11869
  template: import("../../common/types/asset.types").AssetTemplateType;
9991
11870
  targetAmount: number;
9992
11871
  issuerId: string;
11872
+ warrantsEnabled: boolean;
9993
11873
  assetName: string;
9994
11874
  assetType: import("../..").AssetType;
9995
11875
  pricePerUnit: number | null;
@@ -10004,11 +11884,29 @@ export declare const clientsContract: {
10004
11884
  startAt?: Date | null | undefined;
10005
11885
  endAt?: Date | null | undefined;
10006
11886
  cancellationPeriod?: number | null | undefined;
11887
+ showTotalRaised?: boolean | undefined;
11888
+ hasEscrow?: boolean | undefined;
11889
+ bankAccountId?: string | null | undefined;
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;
10007
11898
  yield?: number | null | undefined;
10008
11899
  duration?: number | null | undefined;
10009
11900
  durationType?: import("../..").DurationType | null | undefined;
10010
11901
  tiers?: number[] | null | undefined;
10011
11902
  enableBonus?: boolean | undefined;
11903
+ interestRate?: number | null | undefined;
11904
+ bonusTiers?: {
11905
+ value: number;
11906
+ type: import("../../common/types/bonus-tier.types").BonusType;
11907
+ startAmount: number;
11908
+ endAmount: number;
11909
+ }[] | undefined;
10012
11910
  }, {
10013
11911
  type: import("../..").OfferingType;
10014
11912
  name: string;
@@ -10029,11 +11927,30 @@ export declare const clientsContract: {
10029
11927
  startAt?: string | null | undefined;
10030
11928
  endAt?: string | null | undefined;
10031
11929
  cancellationPeriod?: number | null | undefined;
11930
+ showTotalRaised?: boolean | undefined;
11931
+ hasEscrow?: boolean | undefined;
11932
+ bankAccountId?: string | null | undefined;
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;
10032
11942
  yield?: number | null | undefined;
10033
11943
  duration?: number | null | undefined;
10034
11944
  durationType?: import("../..").DurationType | null | undefined;
10035
11945
  tiers?: number[] | null | undefined;
10036
11946
  enableBonus?: boolean | undefined;
11947
+ interestRate?: number | null | undefined;
11948
+ bonusTiers?: {
11949
+ value: number;
11950
+ type: import("../../common/types/bonus-tier.types").BonusType;
11951
+ startAmount: number;
11952
+ endAmount: number;
11953
+ }[] | undefined;
10037
11954
  }>;
10038
11955
  summary: "[ADMIN] Create offering";
10039
11956
  path: "/clients/api/v1/offerings";
@@ -10549,6 +12466,83 @@ export declare const clientsContract: {
10549
12466
  };
10550
12467
  };
10551
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
+ summary: "Post KYC review for individuals";
12486
+ path: "/clients/api/v1/review/kyc";
12487
+ responses: {
12488
+ 201: import("zod").ZodObject<{
12489
+ individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
12490
+ status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
12491
+ reviewedBy: import("zod").ZodString;
12492
+ targetObject: import("zod").ZodAny;
12493
+ }, "strip", import("zod").ZodTypeAny, {
12494
+ status: import("../..").BaseStatus;
12495
+ reviewedBy: string;
12496
+ individualsUpdated: string[];
12497
+ targetObject?: any;
12498
+ }, {
12499
+ status: import("../..").BaseStatus;
12500
+ reviewedBy: string;
12501
+ individualsUpdated: string[];
12502
+ targetObject?: any;
12503
+ }>;
12504
+ 401: import("zod").ZodObject<{
12505
+ status: import("zod").ZodNumber;
12506
+ message: import("zod").ZodString;
12507
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12508
+ }, "strip", import("zod").ZodTypeAny, {
12509
+ message: string;
12510
+ status: number;
12511
+ errors: string[];
12512
+ }, {
12513
+ message: string;
12514
+ status: number;
12515
+ errors: string[];
12516
+ }>;
12517
+ 403: import("zod").ZodObject<{
12518
+ status: import("zod").ZodNumber;
12519
+ message: import("zod").ZodString;
12520
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12521
+ }, "strip", import("zod").ZodTypeAny, {
12522
+ message: string;
12523
+ status: number;
12524
+ errors: string[];
12525
+ }, {
12526
+ message: string;
12527
+ status: number;
12528
+ errors: string[];
12529
+ }>;
12530
+ 500: import("zod").ZodObject<{
12531
+ status: import("zod").ZodNumber;
12532
+ message: import("zod").ZodString;
12533
+ errors: import("zod").ZodArray<import("zod").ZodString, "many">;
12534
+ }, "strip", import("zod").ZodTypeAny, {
12535
+ message: string;
12536
+ status: number;
12537
+ errors: string[];
12538
+ }, {
12539
+ message: string;
12540
+ status: number;
12541
+ errors: string[];
12542
+ }>;
12543
+ };
12544
+ };
12545
+ };
10552
12546
  secureRequests: {
10553
12547
  postSecureRequest: {
10554
12548
  method: "POST";
@@ -11837,13 +13831,13 @@ export declare const clientsContract: {
11837
13831
  investorAccountId: string | null;
11838
13832
  paymentMethodId: string | null;
11839
13833
  investmentType: import("../..").InvestmentType;
11840
- pricePerShare: number;
13834
+ purchasedShares: number;
11841
13835
  bonusShares: number | null;
11842
13836
  totalNumberOfShares: number;
13837
+ pricePerShare: number;
11843
13838
  totalAmount: number | null;
11844
13839
  tradeStatusUnmapped: string | null;
11845
13840
  tradeDate: Date | null;
11846
- purchasedShares: number;
11847
13841
  __entity?: string | undefined;
11848
13842
  }, {
11849
13843
  id: string;
@@ -11857,13 +13851,13 @@ export declare const clientsContract: {
11857
13851
  investorAccountId: string | null;
11858
13852
  paymentMethodId: string | null;
11859
13853
  investmentType: import("../..").InvestmentType;
11860
- pricePerShare: number;
13854
+ purchasedShares: number;
11861
13855
  bonusShares: number | null;
11862
13856
  totalNumberOfShares: number;
13857
+ pricePerShare: number;
11863
13858
  totalAmount: number | null;
11864
13859
  tradeStatusUnmapped: string | null;
11865
13860
  tradeDate: Date | null;
11866
- purchasedShares: number;
11867
13861
  __entity?: string | undefined;
11868
13862
  }>;
11869
13863
  401: import("zod").ZodObject<{