@dalmore/api-contracts 0.0.0-dev.139a1fa → 0.0.0-dev.14024db
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.
- package/common/types/account-setting.types.d.ts +22 -66
- package/common/types/account-setting.types.js +2 -31
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +32 -23
- package/common/types/account.types.js +1 -0
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +34 -25
- package/common/types/activity.types.js +11 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +25 -111
- package/common/types/asset.types.js +24 -100
- package/common/types/asset.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +0 -30
- package/common/types/cap-table.types.d.ts +177 -53
- package/common/types/cap-table.types.js +31 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/common.types.d.ts +340 -3
- package/common/types/common.types.js +59 -1
- package/common/types/common.types.js.map +1 -1
- package/common/types/dashboard.types.d.ts +7 -7
- package/common/types/disbursement-transaction.types.d.ts +1 -1
- package/common/types/disbursement-transaction.types.js +1 -1
- package/common/types/disbursement-transaction.types.js.map +1 -1
- package/common/types/disbursements.types.d.ts +834 -0
- package/common/types/disbursements.types.js +63 -0
- package/common/types/disbursements.types.js.map +1 -1
- package/common/types/escrow-account.types.d.ts +17 -0
- package/common/types/escrow-account.types.js +3 -0
- package/common/types/escrow-account.types.js.map +1 -1
- package/common/types/exchange-provider.types.d.ts +12 -12
- package/common/types/file.types.d.ts +32 -9
- package/common/types/file.types.js +11 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +3 -0
- package/common/types/index.js +3 -0
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.js +7 -4
- package/common/types/individuals.types.js.map +1 -1
- package/common/types/investor-account.types.d.ts +1 -1
- package/common/types/investor-account.types.js +1 -2
- package/common/types/investor-account.types.js.map +1 -1
- package/common/types/invite.types.d.ts +2 -2
- package/common/types/invite.types.js +1 -1
- package/common/types/invite.types.js.map +1 -1
- package/common/types/issuer-offering.types.d.ts +186 -82
- package/common/types/issuer-offering.types.js +183 -46
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/job-item.types.d.ts +14 -14
- package/common/types/note.types.d.ts +15 -15
- package/common/types/offering-submission.types.d.ts +198 -0
- package/common/types/offering-submission.types.js +16 -3
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.d.ts +256 -61
- package/common/types/offering.types.js +212 -53
- package/common/types/offering.types.js.map +1 -1
- package/common/types/portfolio.types.d.ts +6 -6
- package/common/types/reports.types.d.ts +345 -0
- package/common/types/reports.types.js +69 -0
- package/common/types/reports.types.js.map +1 -0
- package/common/types/review.types.js +1 -1
- package/common/types/review.types.js.map +1 -1
- package/common/types/secondary-order.types.d.ts +10 -10
- package/common/types/secondary-trade.types.d.ts +10 -10
- package/common/types/site.types.d.ts +12 -27
- package/common/types/task.types.d.ts +22 -22
- package/common/types/trade.types.d.ts +11 -0
- package/common/types/trade.types.js +4 -0
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +0 -1
- package/common/types/transaction.types.js +0 -1
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +191 -59
- package/common/types/user.types.js +9 -1
- package/common/types/user.types.js.map +1 -1
- package/contracts/clients/assets/index.d.ts +0 -66
- package/contracts/clients/files/index.d.ts +3 -3
- package/contracts/clients/files-public/index.d.ts +3 -3
- package/contracts/clients/index.d.ts +171 -110
- package/contracts/clients/index.js +2 -0
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/offerings/index.d.ts +88 -38
- package/contracts/clients/review/index.d.ts +77 -0
- package/contracts/clients/review/index.js +23 -0
- package/contracts/clients/review/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -1583,10 +1583,7 @@ export declare const clientsContract: {
|
|
|
1583
1583
|
template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
|
|
1584
1584
|
tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
1585
1585
|
enableBonus: import("zod").ZodBoolean;
|
|
1586
|
-
principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1587
|
-
maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1588
1586
|
interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1589
|
-
interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
|
|
1590
1587
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
1588
|
type: import("../..").AssetType | null;
|
|
1592
1589
|
id: string;
|
|
@@ -1605,10 +1602,7 @@ export declare const clientsContract: {
|
|
|
1605
1602
|
durationType: import("../..").DurationType | null;
|
|
1606
1603
|
tiers: number[] | null;
|
|
1607
1604
|
enableBonus: boolean;
|
|
1608
|
-
principalAmount: number | null;
|
|
1609
|
-
maxTotalRaise: number | null;
|
|
1610
1605
|
interestRate: number | null;
|
|
1611
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1612
1606
|
__entity?: string | undefined;
|
|
1613
1607
|
account?: {
|
|
1614
1608
|
status: import("../..").AccountStatus;
|
|
@@ -1643,10 +1637,7 @@ export declare const clientsContract: {
|
|
|
1643
1637
|
durationType: import("../..").DurationType | null;
|
|
1644
1638
|
tiers: number[] | null;
|
|
1645
1639
|
enableBonus: boolean;
|
|
1646
|
-
principalAmount: number | null;
|
|
1647
|
-
maxTotalRaise: number | null;
|
|
1648
1640
|
interestRate: number | null;
|
|
1649
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1650
1641
|
__entity?: string | undefined;
|
|
1651
1642
|
account?: {
|
|
1652
1643
|
status: import("../..").AccountStatus;
|
|
@@ -1702,10 +1693,7 @@ export declare const clientsContract: {
|
|
|
1702
1693
|
durationType: import("../..").DurationType | null;
|
|
1703
1694
|
tiers: number[] | null;
|
|
1704
1695
|
enableBonus: boolean;
|
|
1705
|
-
principalAmount: number | null;
|
|
1706
|
-
maxTotalRaise: number | null;
|
|
1707
1696
|
interestRate: number | null;
|
|
1708
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1709
1697
|
__entity?: string | undefined;
|
|
1710
1698
|
account?: {
|
|
1711
1699
|
status: import("../..").AccountStatus;
|
|
@@ -1749,10 +1737,7 @@ export declare const clientsContract: {
|
|
|
1749
1737
|
durationType: import("../..").DurationType | null;
|
|
1750
1738
|
tiers: number[] | null;
|
|
1751
1739
|
enableBonus: boolean;
|
|
1752
|
-
principalAmount: number | null;
|
|
1753
|
-
maxTotalRaise: number | null;
|
|
1754
1740
|
interestRate: number | null;
|
|
1755
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1756
1741
|
__entity?: string | undefined;
|
|
1757
1742
|
account?: {
|
|
1758
1743
|
status: import("../..").AccountStatus;
|
|
@@ -1903,10 +1888,7 @@ export declare const clientsContract: {
|
|
|
1903
1888
|
template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
|
|
1904
1889
|
tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
1905
1890
|
enableBonus: import("zod").ZodBoolean;
|
|
1906
|
-
principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1907
|
-
maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1908
1891
|
interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
1909
|
-
interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
|
|
1910
1892
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1911
1893
|
type: import("../..").AssetType | null;
|
|
1912
1894
|
id: string;
|
|
@@ -1925,10 +1907,7 @@ export declare const clientsContract: {
|
|
|
1925
1907
|
durationType: import("../..").DurationType | null;
|
|
1926
1908
|
tiers: number[] | null;
|
|
1927
1909
|
enableBonus: boolean;
|
|
1928
|
-
principalAmount: number | null;
|
|
1929
|
-
maxTotalRaise: number | null;
|
|
1930
1910
|
interestRate: number | null;
|
|
1931
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1932
1911
|
__entity?: string | undefined;
|
|
1933
1912
|
account?: {
|
|
1934
1913
|
status: import("../..").AccountStatus;
|
|
@@ -1963,10 +1942,7 @@ export declare const clientsContract: {
|
|
|
1963
1942
|
durationType: import("../..").DurationType | null;
|
|
1964
1943
|
tiers: number[] | null;
|
|
1965
1944
|
enableBonus: boolean;
|
|
1966
|
-
principalAmount: number | null;
|
|
1967
|
-
maxTotalRaise: number | null;
|
|
1968
1945
|
interestRate: number | null;
|
|
1969
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
1970
1946
|
__entity?: string | undefined;
|
|
1971
1947
|
account?: {
|
|
1972
1948
|
status: import("../..").AccountStatus;
|
|
@@ -2055,10 +2031,7 @@ export declare const clientsContract: {
|
|
|
2055
2031
|
template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
|
|
2056
2032
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
2057
2033
|
enableBonus: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
2058
|
-
principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2059
|
-
maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2060
2034
|
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2061
|
-
interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
|
|
2062
2035
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2063
2036
|
type: import("../..").AssetType;
|
|
2064
2037
|
name: string;
|
|
@@ -2071,10 +2044,7 @@ export declare const clientsContract: {
|
|
|
2071
2044
|
duration?: number | null | undefined;
|
|
2072
2045
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2073
2046
|
tiers?: number[] | null | undefined;
|
|
2074
|
-
principalAmount?: number | null | undefined;
|
|
2075
|
-
maxTotalRaise?: number | null | undefined;
|
|
2076
2047
|
interestRate?: number | null | undefined;
|
|
2077
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2078
2048
|
}, {
|
|
2079
2049
|
type: import("../..").AssetType;
|
|
2080
2050
|
name: string;
|
|
@@ -2087,10 +2057,7 @@ export declare const clientsContract: {
|
|
|
2087
2057
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2088
2058
|
tiers?: number[] | null | undefined;
|
|
2089
2059
|
enableBonus?: boolean | undefined;
|
|
2090
|
-
principalAmount?: number | null | undefined;
|
|
2091
|
-
maxTotalRaise?: number | null | undefined;
|
|
2092
2060
|
interestRate?: number | null | undefined;
|
|
2093
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2094
2061
|
}>, {
|
|
2095
2062
|
type: import("../..").AssetType;
|
|
2096
2063
|
name: string;
|
|
@@ -2103,10 +2070,7 @@ export declare const clientsContract: {
|
|
|
2103
2070
|
duration?: number | null | undefined;
|
|
2104
2071
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2105
2072
|
tiers?: number[] | null | undefined;
|
|
2106
|
-
principalAmount?: number | null | undefined;
|
|
2107
|
-
maxTotalRaise?: number | null | undefined;
|
|
2108
2073
|
interestRate?: number | null | undefined;
|
|
2109
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2110
2074
|
}, {
|
|
2111
2075
|
type: import("../..").AssetType;
|
|
2112
2076
|
name: string;
|
|
@@ -2119,10 +2083,7 @@ export declare const clientsContract: {
|
|
|
2119
2083
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2120
2084
|
tiers?: number[] | null | undefined;
|
|
2121
2085
|
enableBonus?: boolean | undefined;
|
|
2122
|
-
principalAmount?: number | null | undefined;
|
|
2123
|
-
maxTotalRaise?: number | null | undefined;
|
|
2124
2086
|
interestRate?: number | null | undefined;
|
|
2125
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2126
2087
|
}>;
|
|
2127
2088
|
summary: "Create an asset";
|
|
2128
2089
|
path: "/clients/api/v1/assets";
|
|
@@ -2189,10 +2150,7 @@ export declare const clientsContract: {
|
|
|
2189
2150
|
template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
|
|
2190
2151
|
tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
2191
2152
|
enableBonus: import("zod").ZodBoolean;
|
|
2192
|
-
principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2193
|
-
maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2194
2153
|
interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2195
|
-
interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
|
|
2196
2154
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2197
2155
|
type: import("../..").AssetType | null;
|
|
2198
2156
|
id: string;
|
|
@@ -2211,10 +2169,7 @@ export declare const clientsContract: {
|
|
|
2211
2169
|
durationType: import("../..").DurationType | null;
|
|
2212
2170
|
tiers: number[] | null;
|
|
2213
2171
|
enableBonus: boolean;
|
|
2214
|
-
principalAmount: number | null;
|
|
2215
|
-
maxTotalRaise: number | null;
|
|
2216
2172
|
interestRate: number | null;
|
|
2217
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
2218
2173
|
__entity?: string | undefined;
|
|
2219
2174
|
account?: {
|
|
2220
2175
|
status: import("../..").AccountStatus;
|
|
@@ -2249,10 +2204,7 @@ export declare const clientsContract: {
|
|
|
2249
2204
|
durationType: import("../..").DurationType | null;
|
|
2250
2205
|
tiers: number[] | null;
|
|
2251
2206
|
enableBonus: boolean;
|
|
2252
|
-
principalAmount: number | null;
|
|
2253
|
-
maxTotalRaise: number | null;
|
|
2254
2207
|
interestRate: number | null;
|
|
2255
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
2256
2208
|
__entity?: string | undefined;
|
|
2257
2209
|
account?: {
|
|
2258
2210
|
status: import("../..").AccountStatus;
|
|
@@ -2340,10 +2292,7 @@ export declare const clientsContract: {
|
|
|
2340
2292
|
template: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>>>;
|
|
2341
2293
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
2342
2294
|
enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2343
|
-
principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2344
|
-
maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2345
2295
|
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
2346
|
-
interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
|
|
2347
2296
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2348
2297
|
type?: import("../..").AssetType | undefined;
|
|
2349
2298
|
name?: string | undefined;
|
|
@@ -2355,10 +2304,7 @@ export declare const clientsContract: {
|
|
|
2355
2304
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2356
2305
|
tiers?: number[] | null | undefined;
|
|
2357
2306
|
enableBonus?: boolean | undefined;
|
|
2358
|
-
principalAmount?: number | null | undefined;
|
|
2359
|
-
maxTotalRaise?: number | null | undefined;
|
|
2360
2307
|
interestRate?: number | null | undefined;
|
|
2361
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2362
2308
|
}, {
|
|
2363
2309
|
type?: import("../..").AssetType | undefined;
|
|
2364
2310
|
name?: string | undefined;
|
|
@@ -2370,10 +2316,7 @@ export declare const clientsContract: {
|
|
|
2370
2316
|
durationType?: import("../..").DurationType | null | undefined;
|
|
2371
2317
|
tiers?: number[] | null | undefined;
|
|
2372
2318
|
enableBonus?: boolean | undefined;
|
|
2373
|
-
principalAmount?: number | null | undefined;
|
|
2374
|
-
maxTotalRaise?: number | null | undefined;
|
|
2375
2319
|
interestRate?: number | null | undefined;
|
|
2376
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
2377
2320
|
}>;
|
|
2378
2321
|
pathParams: import("zod").ZodObject<{
|
|
2379
2322
|
id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -2447,10 +2390,7 @@ export declare const clientsContract: {
|
|
|
2447
2390
|
template: import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>;
|
|
2448
2391
|
tiers: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
2449
2392
|
enableBonus: import("zod").ZodBoolean;
|
|
2450
|
-
principalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2451
|
-
maxTotalRaise: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2452
2393
|
interestRate: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
2453
|
-
interestType: import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>;
|
|
2454
2394
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2455
2395
|
type: import("../..").AssetType | null;
|
|
2456
2396
|
id: string;
|
|
@@ -2469,10 +2409,7 @@ export declare const clientsContract: {
|
|
|
2469
2409
|
durationType: import("../..").DurationType | null;
|
|
2470
2410
|
tiers: number[] | null;
|
|
2471
2411
|
enableBonus: boolean;
|
|
2472
|
-
principalAmount: number | null;
|
|
2473
|
-
maxTotalRaise: number | null;
|
|
2474
2412
|
interestRate: number | null;
|
|
2475
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
2476
2413
|
__entity?: string | undefined;
|
|
2477
2414
|
account?: {
|
|
2478
2415
|
status: import("../..").AccountStatus;
|
|
@@ -2507,10 +2444,7 @@ export declare const clientsContract: {
|
|
|
2507
2444
|
durationType: import("../..").DurationType | null;
|
|
2508
2445
|
tiers: number[] | null;
|
|
2509
2446
|
enableBonus: boolean;
|
|
2510
|
-
principalAmount: number | null;
|
|
2511
|
-
maxTotalRaise: number | null;
|
|
2512
2447
|
interestRate: number | null;
|
|
2513
|
-
interestType: import("../../common/types/asset.types").InterestType | null;
|
|
2514
2448
|
__entity?: string | undefined;
|
|
2515
2449
|
account?: {
|
|
2516
2450
|
status: import("../..").AccountStatus;
|
|
@@ -3121,20 +3055,20 @@ export declare const clientsContract: {
|
|
|
3121
3055
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
3122
3056
|
} & {
|
|
3123
3057
|
include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
|
|
3124
|
-
targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
|
|
3058
|
+
targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
|
|
3125
3059
|
targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
|
|
3126
3060
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3127
3061
|
page: number;
|
|
3128
3062
|
limit: number;
|
|
3129
3063
|
include: string[];
|
|
3130
3064
|
targetId?: string | undefined;
|
|
3131
|
-
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
|
|
3065
|
+
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
|
|
3132
3066
|
}, {
|
|
3133
3067
|
page?: number | undefined;
|
|
3134
3068
|
limit?: number | undefined;
|
|
3135
3069
|
include?: string | undefined;
|
|
3136
3070
|
targetId?: string | undefined;
|
|
3137
|
-
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
|
|
3071
|
+
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
|
|
3138
3072
|
}>;
|
|
3139
3073
|
summary: "Get files";
|
|
3140
3074
|
path: "/clients/api/v1/files";
|
|
@@ -3672,20 +3606,20 @@ export declare const clientsContract: {
|
|
|
3672
3606
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
3673
3607
|
} & {
|
|
3674
3608
|
include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
|
|
3675
|
-
targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
|
|
3609
|
+
targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
|
|
3676
3610
|
targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
|
|
3677
3611
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3678
3612
|
page: number;
|
|
3679
3613
|
limit: number;
|
|
3680
3614
|
include: string[];
|
|
3681
3615
|
targetId?: string | undefined;
|
|
3682
|
-
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
|
|
3616
|
+
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
|
|
3683
3617
|
}, {
|
|
3684
3618
|
page?: number | undefined;
|
|
3685
3619
|
limit?: number | undefined;
|
|
3686
3620
|
include?: string | undefined;
|
|
3687
3621
|
targetId?: string | undefined;
|
|
3688
|
-
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
|
|
3622
|
+
targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
|
|
3689
3623
|
}>;
|
|
3690
3624
|
summary: "Get public files";
|
|
3691
3625
|
path: "/clients/api/v1/files-public";
|
|
@@ -9437,8 +9371,8 @@ export declare const clientsContract: {
|
|
|
9437
9371
|
enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
|
|
9438
9372
|
managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
|
|
9439
9373
|
versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
|
|
9440
|
-
combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
|
|
9441
9374
|
onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
|
|
9375
|
+
complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
|
|
9442
9376
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9443
9377
|
page: number;
|
|
9444
9378
|
limit: number;
|
|
@@ -9448,12 +9382,12 @@ export declare const clientsContract: {
|
|
|
9448
9382
|
accountId?: string | undefined;
|
|
9449
9383
|
name?: string | undefined;
|
|
9450
9384
|
managedBy?: import("../..").ManagedByType | undefined;
|
|
9385
|
+
complianceReview?: import("../..").ComplianceReview | undefined;
|
|
9451
9386
|
onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
|
|
9452
9387
|
enabled?: boolean | undefined;
|
|
9453
9388
|
issuerId?: string | undefined;
|
|
9454
9389
|
issuerName?: string | undefined;
|
|
9455
9390
|
versioningType?: import("../..").OfferingVersioningType | undefined;
|
|
9456
|
-
combinedStatus?: import("../..").OfferingStatus | undefined;
|
|
9457
9391
|
}, {
|
|
9458
9392
|
type?: import("../..").OfferingType | undefined;
|
|
9459
9393
|
status?: import("../..").ComplianceReview | undefined;
|
|
@@ -9462,13 +9396,13 @@ export declare const clientsContract: {
|
|
|
9462
9396
|
managedBy?: import("../..").ManagedByType | undefined;
|
|
9463
9397
|
page?: number | undefined;
|
|
9464
9398
|
limit?: number | undefined;
|
|
9399
|
+
complianceReview?: import("../..").ComplianceReview | undefined;
|
|
9465
9400
|
onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
|
|
9466
9401
|
include?: string | undefined;
|
|
9467
9402
|
enabled?: unknown;
|
|
9468
9403
|
issuerId?: string | undefined;
|
|
9469
9404
|
issuerName?: string | undefined;
|
|
9470
9405
|
versioningType?: import("../..").OfferingVersioningType | undefined;
|
|
9471
|
-
combinedStatus?: import("../..").OfferingStatus | undefined;
|
|
9472
9406
|
}>;
|
|
9473
9407
|
summary: "Get offerings";
|
|
9474
9408
|
path: "/clients/api/v1/offerings";
|
|
@@ -9830,6 +9764,7 @@ export declare const clientsContract: {
|
|
|
9830
9764
|
auth: boolean;
|
|
9831
9765
|
};
|
|
9832
9766
|
body: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
9767
|
+
shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9833
9768
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9834
9769
|
type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
|
|
9835
9770
|
targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -9843,7 +9778,6 @@ export declare const clientsContract: {
|
|
|
9843
9778
|
memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9844
9779
|
subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9845
9780
|
coverArtId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9846
|
-
managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
|
|
9847
9781
|
showTotalRaised: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9848
9782
|
issuerId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
9849
9783
|
assetName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9861,10 +9795,7 @@ export declare const clientsContract: {
|
|
|
9861
9795
|
escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9862
9796
|
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9863
9797
|
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9864
|
-
principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9865
|
-
maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9866
9798
|
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9867
|
-
interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
|
|
9868
9799
|
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
9869
9800
|
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
9870
9801
|
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
@@ -9901,10 +9832,16 @@ export declare const clientsContract: {
|
|
|
9901
9832
|
startAmount: number;
|
|
9902
9833
|
endAmount: number;
|
|
9903
9834
|
}>, "many">>;
|
|
9835
|
+
warrantsEnabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9836
|
+
totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9837
|
+
warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9838
|
+
exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
9839
|
+
warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
9840
|
+
calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
|
|
9841
|
+
incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
9904
9842
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9905
9843
|
type?: import("../..").OfferingType | undefined;
|
|
9906
9844
|
name?: string | undefined;
|
|
9907
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9908
9845
|
description?: string | null | undefined;
|
|
9909
9846
|
enabled?: boolean | undefined;
|
|
9910
9847
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9924,6 +9861,14 @@ export declare const clientsContract: {
|
|
|
9924
9861
|
escrowAgreementFileId?: string | null | undefined;
|
|
9925
9862
|
bankAccountId?: string | null | undefined;
|
|
9926
9863
|
escrowAccountId?: string | null | undefined;
|
|
9864
|
+
warrantsEnabled?: boolean | undefined;
|
|
9865
|
+
totalShares?: number | null | undefined;
|
|
9866
|
+
warrantTermYears?: number | null | undefined;
|
|
9867
|
+
exercisePrice?: number | null | undefined;
|
|
9868
|
+
warrantPercentage?: number | null | undefined;
|
|
9869
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
9870
|
+
incrementThreshold?: number | null | undefined;
|
|
9871
|
+
shareClassId?: string | null | undefined;
|
|
9927
9872
|
assetName?: string | undefined;
|
|
9928
9873
|
assetType?: import("../..").AssetType | undefined;
|
|
9929
9874
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9933,10 +9878,7 @@ export declare const clientsContract: {
|
|
|
9933
9878
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9934
9879
|
tiers?: number[] | null | undefined;
|
|
9935
9880
|
enableBonus?: boolean | undefined;
|
|
9936
|
-
principalAmount?: number | null | undefined;
|
|
9937
|
-
maxTotalRaise?: number | null | undefined;
|
|
9938
9881
|
interestRate?: number | null | undefined;
|
|
9939
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
9940
9882
|
bonusTiers?: {
|
|
9941
9883
|
value: number;
|
|
9942
9884
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -9946,7 +9888,6 @@ export declare const clientsContract: {
|
|
|
9946
9888
|
}, {
|
|
9947
9889
|
type?: import("../..").OfferingType | undefined;
|
|
9948
9890
|
name?: string | undefined;
|
|
9949
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9950
9891
|
description?: string | null | undefined;
|
|
9951
9892
|
enabled?: boolean | undefined;
|
|
9952
9893
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9966,6 +9907,14 @@ export declare const clientsContract: {
|
|
|
9966
9907
|
escrowAgreementFileId?: string | null | undefined;
|
|
9967
9908
|
bankAccountId?: string | null | undefined;
|
|
9968
9909
|
escrowAccountId?: string | null | undefined;
|
|
9910
|
+
warrantsEnabled?: boolean | undefined;
|
|
9911
|
+
totalShares?: number | null | undefined;
|
|
9912
|
+
warrantTermYears?: number | null | undefined;
|
|
9913
|
+
exercisePrice?: number | null | undefined;
|
|
9914
|
+
warrantPercentage?: number | null | undefined;
|
|
9915
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
9916
|
+
incrementThreshold?: number | null | undefined;
|
|
9917
|
+
shareClassId?: string | null | undefined;
|
|
9969
9918
|
assetName?: string | undefined;
|
|
9970
9919
|
assetType?: import("../..").AssetType | undefined;
|
|
9971
9920
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9975,10 +9924,7 @@ export declare const clientsContract: {
|
|
|
9975
9924
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9976
9925
|
tiers?: number[] | null | undefined;
|
|
9977
9926
|
enableBonus?: boolean | undefined;
|
|
9978
|
-
principalAmount?: number | null | undefined;
|
|
9979
|
-
maxTotalRaise?: number | null | undefined;
|
|
9980
9927
|
interestRate?: number | null | undefined;
|
|
9981
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
9982
9928
|
bonusTiers?: {
|
|
9983
9929
|
value: number;
|
|
9984
9930
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -9988,7 +9934,6 @@ export declare const clientsContract: {
|
|
|
9988
9934
|
}>, {
|
|
9989
9935
|
type?: import("../..").OfferingType | undefined;
|
|
9990
9936
|
name?: string | undefined;
|
|
9991
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9992
9937
|
description?: string | null | undefined;
|
|
9993
9938
|
enabled?: boolean | undefined;
|
|
9994
9939
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -10008,6 +9953,14 @@ export declare const clientsContract: {
|
|
|
10008
9953
|
escrowAgreementFileId?: string | null | undefined;
|
|
10009
9954
|
bankAccountId?: string | null | undefined;
|
|
10010
9955
|
escrowAccountId?: string | null | undefined;
|
|
9956
|
+
warrantsEnabled?: boolean | undefined;
|
|
9957
|
+
totalShares?: number | null | undefined;
|
|
9958
|
+
warrantTermYears?: number | null | undefined;
|
|
9959
|
+
exercisePrice?: number | null | undefined;
|
|
9960
|
+
warrantPercentage?: number | null | undefined;
|
|
9961
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
9962
|
+
incrementThreshold?: number | null | undefined;
|
|
9963
|
+
shareClassId?: string | null | undefined;
|
|
10011
9964
|
assetName?: string | undefined;
|
|
10012
9965
|
assetType?: import("../..").AssetType | undefined;
|
|
10013
9966
|
pricePerUnit?: number | null | undefined;
|
|
@@ -10017,10 +9970,7 @@ export declare const clientsContract: {
|
|
|
10017
9970
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10018
9971
|
tiers?: number[] | null | undefined;
|
|
10019
9972
|
enableBonus?: boolean | undefined;
|
|
10020
|
-
principalAmount?: number | null | undefined;
|
|
10021
|
-
maxTotalRaise?: number | null | undefined;
|
|
10022
9973
|
interestRate?: number | null | undefined;
|
|
10023
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10024
9974
|
bonusTiers?: {
|
|
10025
9975
|
value: number;
|
|
10026
9976
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10030,7 +9980,6 @@ export declare const clientsContract: {
|
|
|
10030
9980
|
}, {
|
|
10031
9981
|
type?: import("../..").OfferingType | undefined;
|
|
10032
9982
|
name?: string | undefined;
|
|
10033
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
10034
9983
|
description?: string | null | undefined;
|
|
10035
9984
|
enabled?: boolean | undefined;
|
|
10036
9985
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -10050,6 +9999,14 @@ export declare const clientsContract: {
|
|
|
10050
9999
|
escrowAgreementFileId?: string | null | undefined;
|
|
10051
10000
|
bankAccountId?: string | null | undefined;
|
|
10052
10001
|
escrowAccountId?: string | null | undefined;
|
|
10002
|
+
warrantsEnabled?: boolean | undefined;
|
|
10003
|
+
totalShares?: number | null | undefined;
|
|
10004
|
+
warrantTermYears?: number | null | undefined;
|
|
10005
|
+
exercisePrice?: number | null | undefined;
|
|
10006
|
+
warrantPercentage?: number | null | undefined;
|
|
10007
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
10008
|
+
incrementThreshold?: number | null | undefined;
|
|
10009
|
+
shareClassId?: string | null | undefined;
|
|
10053
10010
|
assetName?: string | undefined;
|
|
10054
10011
|
assetType?: import("../..").AssetType | undefined;
|
|
10055
10012
|
pricePerUnit?: number | null | undefined;
|
|
@@ -10059,10 +10016,7 @@ export declare const clientsContract: {
|
|
|
10059
10016
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10060
10017
|
tiers?: number[] | null | undefined;
|
|
10061
10018
|
enableBonus?: boolean | undefined;
|
|
10062
|
-
principalAmount?: number | null | undefined;
|
|
10063
|
-
maxTotalRaise?: number | null | undefined;
|
|
10064
10019
|
interestRate?: number | null | undefined;
|
|
10065
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10066
10020
|
bonusTiers?: {
|
|
10067
10021
|
value: number;
|
|
10068
10022
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10155,6 +10109,7 @@ export declare const clientsContract: {
|
|
|
10155
10109
|
};
|
|
10156
10110
|
body: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
10157
10111
|
issuerId: import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
10112
|
+
shareClassId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10158
10113
|
name: import("zod").ZodString;
|
|
10159
10114
|
type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
|
|
10160
10115
|
targetAmount: import("zod").ZodNumber;
|
|
@@ -10181,10 +10136,7 @@ export declare const clientsContract: {
|
|
|
10181
10136
|
hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10182
10137
|
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10183
10138
|
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10184
|
-
principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10185
|
-
maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10186
10139
|
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10187
|
-
interestType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").InterestType>>>;
|
|
10188
10140
|
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
10189
10141
|
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
10190
10142
|
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
@@ -10221,12 +10173,21 @@ export declare const clientsContract: {
|
|
|
10221
10173
|
startAmount: number;
|
|
10222
10174
|
endAmount: number;
|
|
10223
10175
|
}>, "many">>;
|
|
10176
|
+
warrantsEnabled: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
10177
|
+
totalShares: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10178
|
+
warrantTermYears: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10179
|
+
exercisePrice: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
10180
|
+
warrantPercentage: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
10181
|
+
calculationMethod: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNativeEnum<typeof import("../..").WarrantSharesCalculationMethod>>>;
|
|
10182
|
+
incrementThreshold: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
10183
|
+
showTotalRaised: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
10224
10184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
10225
10185
|
type: import("../..").OfferingType;
|
|
10226
10186
|
name: string;
|
|
10227
10187
|
template: import("../../common/types/asset.types").AssetTemplateType;
|
|
10228
10188
|
targetAmount: number;
|
|
10229
10189
|
issuerId: string;
|
|
10190
|
+
warrantsEnabled: boolean;
|
|
10230
10191
|
assetName: string;
|
|
10231
10192
|
assetType: import("../..").AssetType;
|
|
10232
10193
|
pricePerUnit: number | null;
|
|
@@ -10241,18 +10202,23 @@ export declare const clientsContract: {
|
|
|
10241
10202
|
startAt?: Date | null | undefined;
|
|
10242
10203
|
endAt?: Date | null | undefined;
|
|
10243
10204
|
cancellationPeriod?: number | null | undefined;
|
|
10205
|
+
showTotalRaised?: boolean | undefined;
|
|
10244
10206
|
hasEscrow?: boolean | undefined;
|
|
10245
10207
|
bankAccountId?: string | null | undefined;
|
|
10246
10208
|
escrowAccountId?: string | null | undefined;
|
|
10209
|
+
totalShares?: number | null | undefined;
|
|
10210
|
+
warrantTermYears?: number | null | undefined;
|
|
10211
|
+
exercisePrice?: number | null | undefined;
|
|
10212
|
+
warrantPercentage?: number | null | undefined;
|
|
10213
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
10214
|
+
incrementThreshold?: number | null | undefined;
|
|
10215
|
+
shareClassId?: string | null | undefined;
|
|
10247
10216
|
yield?: number | null | undefined;
|
|
10248
10217
|
duration?: number | null | undefined;
|
|
10249
10218
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10250
10219
|
tiers?: number[] | null | undefined;
|
|
10251
10220
|
enableBonus?: boolean | undefined;
|
|
10252
|
-
principalAmount?: number | null | undefined;
|
|
10253
|
-
maxTotalRaise?: number | null | undefined;
|
|
10254
10221
|
interestRate?: number | null | undefined;
|
|
10255
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10256
10222
|
bonusTiers?: {
|
|
10257
10223
|
value: number;
|
|
10258
10224
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10279,18 +10245,24 @@ export declare const clientsContract: {
|
|
|
10279
10245
|
startAt?: string | null | undefined;
|
|
10280
10246
|
endAt?: string | null | undefined;
|
|
10281
10247
|
cancellationPeriod?: number | null | undefined;
|
|
10248
|
+
showTotalRaised?: boolean | undefined;
|
|
10282
10249
|
hasEscrow?: boolean | undefined;
|
|
10283
10250
|
bankAccountId?: string | null | undefined;
|
|
10284
10251
|
escrowAccountId?: string | null | undefined;
|
|
10252
|
+
warrantsEnabled?: boolean | undefined;
|
|
10253
|
+
totalShares?: number | null | undefined;
|
|
10254
|
+
warrantTermYears?: number | null | undefined;
|
|
10255
|
+
exercisePrice?: number | null | undefined;
|
|
10256
|
+
warrantPercentage?: number | null | undefined;
|
|
10257
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
10258
|
+
incrementThreshold?: number | null | undefined;
|
|
10259
|
+
shareClassId?: string | null | undefined;
|
|
10285
10260
|
yield?: number | null | undefined;
|
|
10286
10261
|
duration?: number | null | undefined;
|
|
10287
10262
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10288
10263
|
tiers?: number[] | null | undefined;
|
|
10289
10264
|
enableBonus?: boolean | undefined;
|
|
10290
|
-
principalAmount?: number | null | undefined;
|
|
10291
|
-
maxTotalRaise?: number | null | undefined;
|
|
10292
10265
|
interestRate?: number | null | undefined;
|
|
10293
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10294
10266
|
bonusTiers?: {
|
|
10295
10267
|
value: number;
|
|
10296
10268
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10303,6 +10275,7 @@ export declare const clientsContract: {
|
|
|
10303
10275
|
template: import("../../common/types/asset.types").AssetTemplateType;
|
|
10304
10276
|
targetAmount: number;
|
|
10305
10277
|
issuerId: string;
|
|
10278
|
+
warrantsEnabled: boolean;
|
|
10306
10279
|
assetName: string;
|
|
10307
10280
|
assetType: import("../..").AssetType;
|
|
10308
10281
|
pricePerUnit: number | null;
|
|
@@ -10317,18 +10290,23 @@ export declare const clientsContract: {
|
|
|
10317
10290
|
startAt?: Date | null | undefined;
|
|
10318
10291
|
endAt?: Date | null | undefined;
|
|
10319
10292
|
cancellationPeriod?: number | null | undefined;
|
|
10293
|
+
showTotalRaised?: boolean | undefined;
|
|
10320
10294
|
hasEscrow?: boolean | undefined;
|
|
10321
10295
|
bankAccountId?: string | null | undefined;
|
|
10322
10296
|
escrowAccountId?: string | null | undefined;
|
|
10297
|
+
totalShares?: number | null | undefined;
|
|
10298
|
+
warrantTermYears?: number | null | undefined;
|
|
10299
|
+
exercisePrice?: number | null | undefined;
|
|
10300
|
+
warrantPercentage?: number | null | undefined;
|
|
10301
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
10302
|
+
incrementThreshold?: number | null | undefined;
|
|
10303
|
+
shareClassId?: string | null | undefined;
|
|
10323
10304
|
yield?: number | null | undefined;
|
|
10324
10305
|
duration?: number | null | undefined;
|
|
10325
10306
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10326
10307
|
tiers?: number[] | null | undefined;
|
|
10327
10308
|
enableBonus?: boolean | undefined;
|
|
10328
|
-
principalAmount?: number | null | undefined;
|
|
10329
|
-
maxTotalRaise?: number | null | undefined;
|
|
10330
10309
|
interestRate?: number | null | undefined;
|
|
10331
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10332
10310
|
bonusTiers?: {
|
|
10333
10311
|
value: number;
|
|
10334
10312
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10355,18 +10333,24 @@ export declare const clientsContract: {
|
|
|
10355
10333
|
startAt?: string | null | undefined;
|
|
10356
10334
|
endAt?: string | null | undefined;
|
|
10357
10335
|
cancellationPeriod?: number | null | undefined;
|
|
10336
|
+
showTotalRaised?: boolean | undefined;
|
|
10358
10337
|
hasEscrow?: boolean | undefined;
|
|
10359
10338
|
bankAccountId?: string | null | undefined;
|
|
10360
10339
|
escrowAccountId?: string | null | undefined;
|
|
10340
|
+
warrantsEnabled?: boolean | undefined;
|
|
10341
|
+
totalShares?: number | null | undefined;
|
|
10342
|
+
warrantTermYears?: number | null | undefined;
|
|
10343
|
+
exercisePrice?: number | null | undefined;
|
|
10344
|
+
warrantPercentage?: number | null | undefined;
|
|
10345
|
+
calculationMethod?: import("../..").WarrantSharesCalculationMethod | null | undefined;
|
|
10346
|
+
incrementThreshold?: number | null | undefined;
|
|
10347
|
+
shareClassId?: string | null | undefined;
|
|
10361
10348
|
yield?: number | null | undefined;
|
|
10362
10349
|
duration?: number | null | undefined;
|
|
10363
10350
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10364
10351
|
tiers?: number[] | null | undefined;
|
|
10365
10352
|
enableBonus?: boolean | undefined;
|
|
10366
|
-
principalAmount?: number | null | undefined;
|
|
10367
|
-
maxTotalRaise?: number | null | undefined;
|
|
10368
10353
|
interestRate?: number | null | undefined;
|
|
10369
|
-
interestType?: import("../../common/types/asset.types").InterestType | null | undefined;
|
|
10370
10354
|
bonusTiers?: {
|
|
10371
10355
|
value: number;
|
|
10372
10356
|
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
@@ -10888,6 +10872,83 @@ export declare const clientsContract: {
|
|
|
10888
10872
|
};
|
|
10889
10873
|
};
|
|
10890
10874
|
};
|
|
10875
|
+
review: {
|
|
10876
|
+
postReviewKyc: {
|
|
10877
|
+
method: "POST";
|
|
10878
|
+
metadata: {
|
|
10879
|
+
auth: boolean;
|
|
10880
|
+
};
|
|
10881
|
+
body: import("zod").ZodObject<{
|
|
10882
|
+
individualIds: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
|
|
10883
|
+
status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
|
|
10884
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10885
|
+
status: import("../..").BaseStatus;
|
|
10886
|
+
individualIds: string[];
|
|
10887
|
+
}, {
|
|
10888
|
+
status: import("../..").BaseStatus;
|
|
10889
|
+
individualIds: string[];
|
|
10890
|
+
}>;
|
|
10891
|
+
summary: "Post KYC review for individuals";
|
|
10892
|
+
path: "/clients/api/v1/review/kyc";
|
|
10893
|
+
responses: {
|
|
10894
|
+
201: import("zod").ZodObject<{
|
|
10895
|
+
individualsUpdated: import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">;
|
|
10896
|
+
status: import("zod").ZodNativeEnum<typeof import("../..").BaseStatus>;
|
|
10897
|
+
reviewedBy: import("zod").ZodString;
|
|
10898
|
+
targetObject: import("zod").ZodAny;
|
|
10899
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10900
|
+
status: import("../..").BaseStatus;
|
|
10901
|
+
reviewedBy: string;
|
|
10902
|
+
individualsUpdated: string[];
|
|
10903
|
+
targetObject?: any;
|
|
10904
|
+
}, {
|
|
10905
|
+
status: import("../..").BaseStatus;
|
|
10906
|
+
reviewedBy: string;
|
|
10907
|
+
individualsUpdated: string[];
|
|
10908
|
+
targetObject?: any;
|
|
10909
|
+
}>;
|
|
10910
|
+
401: import("zod").ZodObject<{
|
|
10911
|
+
status: import("zod").ZodNumber;
|
|
10912
|
+
message: import("zod").ZodString;
|
|
10913
|
+
errors: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10914
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10915
|
+
message: string;
|
|
10916
|
+
status: number;
|
|
10917
|
+
errors: string[];
|
|
10918
|
+
}, {
|
|
10919
|
+
message: string;
|
|
10920
|
+
status: number;
|
|
10921
|
+
errors: string[];
|
|
10922
|
+
}>;
|
|
10923
|
+
403: import("zod").ZodObject<{
|
|
10924
|
+
status: import("zod").ZodNumber;
|
|
10925
|
+
message: import("zod").ZodString;
|
|
10926
|
+
errors: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10927
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10928
|
+
message: string;
|
|
10929
|
+
status: number;
|
|
10930
|
+
errors: string[];
|
|
10931
|
+
}, {
|
|
10932
|
+
message: string;
|
|
10933
|
+
status: number;
|
|
10934
|
+
errors: string[];
|
|
10935
|
+
}>;
|
|
10936
|
+
500: import("zod").ZodObject<{
|
|
10937
|
+
status: import("zod").ZodNumber;
|
|
10938
|
+
message: import("zod").ZodString;
|
|
10939
|
+
errors: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
10940
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10941
|
+
message: string;
|
|
10942
|
+
status: number;
|
|
10943
|
+
errors: string[];
|
|
10944
|
+
}, {
|
|
10945
|
+
message: string;
|
|
10946
|
+
status: number;
|
|
10947
|
+
errors: string[];
|
|
10948
|
+
}>;
|
|
10949
|
+
};
|
|
10950
|
+
};
|
|
10951
|
+
};
|
|
10891
10952
|
secureRequests: {
|
|
10892
10953
|
postSecureRequest: {
|
|
10893
10954
|
method: "POST";
|