@dalmore/api-contracts 0.0.0-dev.685c0b3 → 0.0.0-dev.6e52837
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 +46 -26
- package/common/types/account-setting.types.js +2 -23
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +63 -18
- package/common/types/account.types.js +4 -0
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +35 -25
- package/common/types/activity.types.js +13 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +212 -0
- package/common/types/asset.types.js +115 -42
- package/common/types/asset.types.js.map +1 -1
- package/common/types/auth.types.d.ts +1 -1
- package/common/types/auth.types.js +1 -1
- package/common/types/auth.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +15 -4
- package/common/types/bonus-tier.types.js +14 -7
- package/common/types/bonus-tier.types.js.map +1 -1
- package/common/types/cap-table.types.d.ts +185 -61
- 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 +362 -6
- package/common/types/common.types.js +72 -1
- package/common/types/common.types.js.map +1 -1
- package/common/types/comply-advantage-api.types.d.ts +133 -466
- package/common/types/comply-advantage-api.types.js +24 -3
- package/common/types/comply-advantage-api.types.js.map +1 -1
- package/common/types/dashboard.types.d.ts +7 -7
- package/common/types/data-record.types.d.ts +4 -4
- 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 +1548 -395
- package/common/types/disbursements.types.js +129 -2
- 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 +35 -11
- 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 +5 -5
- 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-bank-account.types.d.ts +4 -276
- package/common/types/issuer-offering.types.d.ts +834 -14
- package/common/types/issuer-offering.types.js +297 -25
- 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 +535 -21
- package/common/types/offering.types.js +324 -26
- 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/signer.types.d.ts +23 -11
- package/common/types/signer.types.js +16 -1
- package/common/types/signer.types.js.map +1 -1
- package/common/types/site.types.d.ts +17 -12
- package/common/types/task.types.d.ts +22 -22
- package/common/types/trade-line-item.types.d.ts +42 -1
- package/common/types/trade-line-item.types.js +15 -1
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +73 -45
- package/common/types/trade.types.js +21 -5
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +80 -2
- package/common/types/transaction.types.js +22 -3
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +191 -54
- package/common/types/user.types.js +9 -0
- package/common/types/user.types.js.map +1 -1
- package/contracts/clients/assets/index.d.ts +22 -0
- 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 +422 -16
- package/contracts/clients/index.js +2 -0
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/offerings/index.d.ts +308 -7
- 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/contracts/clients/trades/index.d.ts +9 -3
- 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;
|
|
@@ -3033,20 +3055,20 @@ export declare const clientsContract: {
|
|
|
3033
3055
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
3034
3056
|
} & {
|
|
3035
3057
|
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")[]]>>;
|
|
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")[]]>>;
|
|
3037
3059
|
targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
|
|
3038
3060
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3039
3061
|
page: number;
|
|
3040
3062
|
limit: number;
|
|
3041
3063
|
include: string[];
|
|
3042
3064
|
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;
|
|
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;
|
|
3044
3066
|
}, {
|
|
3045
3067
|
page?: number | undefined;
|
|
3046
3068
|
limit?: number | undefined;
|
|
3047
3069
|
include?: string | undefined;
|
|
3048
3070
|
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;
|
|
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;
|
|
3050
3072
|
}>;
|
|
3051
3073
|
summary: "Get files";
|
|
3052
3074
|
path: "/clients/api/v1/files";
|
|
@@ -3584,20 +3606,20 @@ export declare const clientsContract: {
|
|
|
3584
3606
|
limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
|
|
3585
3607
|
} & {
|
|
3586
3608
|
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")[]]>>;
|
|
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")[]]>>;
|
|
3588
3610
|
targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
|
|
3589
3611
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3590
3612
|
page: number;
|
|
3591
3613
|
limit: number;
|
|
3592
3614
|
include: string[];
|
|
3593
3615
|
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;
|
|
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;
|
|
3595
3617
|
}, {
|
|
3596
3618
|
page?: number | undefined;
|
|
3597
3619
|
limit?: number | undefined;
|
|
3598
3620
|
include?: string | undefined;
|
|
3599
3621
|
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;
|
|
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;
|
|
3601
3623
|
}>;
|
|
3602
3624
|
summary: "Get public files";
|
|
3603
3625
|
path: "/clients/api/v1/files-public";
|
|
@@ -9349,8 +9371,8 @@ export declare const clientsContract: {
|
|
|
9349
9371
|
enabled: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodBoolean, boolean, unknown>>;
|
|
9350
9372
|
managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
|
|
9351
9373
|
versioningType: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingVersioningType>>;
|
|
9352
|
-
combinedStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingStatus>>;
|
|
9353
9374
|
onboardingStatus: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingOnboardingStatus>>;
|
|
9375
|
+
complianceReview: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ComplianceReview>>;
|
|
9354
9376
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9355
9377
|
page: number;
|
|
9356
9378
|
limit: number;
|
|
@@ -9360,12 +9382,12 @@ export declare const clientsContract: {
|
|
|
9360
9382
|
accountId?: string | undefined;
|
|
9361
9383
|
name?: string | undefined;
|
|
9362
9384
|
managedBy?: import("../..").ManagedByType | undefined;
|
|
9385
|
+
complianceReview?: import("../..").ComplianceReview | undefined;
|
|
9363
9386
|
onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
|
|
9364
9387
|
enabled?: boolean | undefined;
|
|
9365
9388
|
issuerId?: string | undefined;
|
|
9366
9389
|
issuerName?: string | undefined;
|
|
9367
9390
|
versioningType?: import("../..").OfferingVersioningType | undefined;
|
|
9368
|
-
combinedStatus?: import("../..").OfferingStatus | undefined;
|
|
9369
9391
|
}, {
|
|
9370
9392
|
type?: import("../..").OfferingType | undefined;
|
|
9371
9393
|
status?: import("../..").ComplianceReview | undefined;
|
|
@@ -9374,13 +9396,13 @@ export declare const clientsContract: {
|
|
|
9374
9396
|
managedBy?: import("../..").ManagedByType | undefined;
|
|
9375
9397
|
page?: number | undefined;
|
|
9376
9398
|
limit?: number | undefined;
|
|
9399
|
+
complianceReview?: import("../..").ComplianceReview | undefined;
|
|
9377
9400
|
onboardingStatus?: import("../..").OfferingOnboardingStatus | undefined;
|
|
9378
9401
|
include?: string | undefined;
|
|
9379
9402
|
enabled?: unknown;
|
|
9380
9403
|
issuerId?: string | undefined;
|
|
9381
9404
|
issuerName?: string | undefined;
|
|
9382
9405
|
versioningType?: import("../..").OfferingVersioningType | undefined;
|
|
9383
|
-
combinedStatus?: import("../..").OfferingStatus | undefined;
|
|
9384
9406
|
}>;
|
|
9385
9407
|
summary: "Get offerings";
|
|
9386
9408
|
path: "/clients/api/v1/offerings";
|
|
@@ -9741,7 +9763,8 @@ export declare const clientsContract: {
|
|
|
9741
9763
|
metadata: {
|
|
9742
9764
|
auth: boolean;
|
|
9743
9765
|
};
|
|
9744
|
-
body: import("zod").ZodObject<{
|
|
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>>>>;
|
|
9745
9768
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9746
9769
|
type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
|
|
9747
9770
|
targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -9755,7 +9778,6 @@ export declare const clientsContract: {
|
|
|
9755
9778
|
memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9756
9779
|
subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9757
9780
|
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
9781
|
showTotalRaised: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9760
9782
|
issuerId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
9761
9783
|
assetName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9769,10 +9791,57 @@ export declare const clientsContract: {
|
|
|
9769
9791
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
9770
9792
|
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9771
9793
|
enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9794
|
+
hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9795
|
+
escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9796
|
+
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9797
|
+
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9798
|
+
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9799
|
+
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
9800
|
+
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
9801
|
+
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9802
|
+
startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9803
|
+
endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9804
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9805
|
+
value: number;
|
|
9806
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9807
|
+
startAmount: number;
|
|
9808
|
+
endAmount: number;
|
|
9809
|
+
}, {
|
|
9810
|
+
value: number;
|
|
9811
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9812
|
+
startAmount: number;
|
|
9813
|
+
endAmount: number;
|
|
9814
|
+
}>, {
|
|
9815
|
+
value: number;
|
|
9816
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9817
|
+
startAmount: number;
|
|
9818
|
+
endAmount: number;
|
|
9819
|
+
}, {
|
|
9820
|
+
value: number;
|
|
9821
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9822
|
+
startAmount: number;
|
|
9823
|
+
endAmount: number;
|
|
9824
|
+
}>, {
|
|
9825
|
+
value: number;
|
|
9826
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9827
|
+
startAmount: number;
|
|
9828
|
+
endAmount: number;
|
|
9829
|
+
}, {
|
|
9830
|
+
value: number;
|
|
9831
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9832
|
+
startAmount: number;
|
|
9833
|
+
endAmount: number;
|
|
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>>>;
|
|
9772
9842
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9773
9843
|
type?: import("../..").OfferingType | undefined;
|
|
9774
9844
|
name?: string | undefined;
|
|
9775
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9776
9845
|
description?: string | null | undefined;
|
|
9777
9846
|
enabled?: boolean | undefined;
|
|
9778
9847
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9788,6 +9857,18 @@ export declare const clientsContract: {
|
|
|
9788
9857
|
memorandumId?: string | null | undefined;
|
|
9789
9858
|
subscriptionAgreementId?: string | null | undefined;
|
|
9790
9859
|
showTotalRaised?: boolean | undefined;
|
|
9860
|
+
hasEscrow?: boolean | undefined;
|
|
9861
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9862
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
9791
9872
|
assetName?: string | undefined;
|
|
9792
9873
|
assetType?: import("../..").AssetType | undefined;
|
|
9793
9874
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9797,10 +9878,16 @@ export declare const clientsContract: {
|
|
|
9797
9878
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9798
9879
|
tiers?: number[] | null | undefined;
|
|
9799
9880
|
enableBonus?: boolean | undefined;
|
|
9881
|
+
interestRate?: number | null | undefined;
|
|
9882
|
+
bonusTiers?: {
|
|
9883
|
+
value: number;
|
|
9884
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9885
|
+
startAmount: number;
|
|
9886
|
+
endAmount: number;
|
|
9887
|
+
}[] | undefined;
|
|
9800
9888
|
}, {
|
|
9801
9889
|
type?: import("../..").OfferingType | undefined;
|
|
9802
9890
|
name?: string | undefined;
|
|
9803
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9804
9891
|
description?: string | null | undefined;
|
|
9805
9892
|
enabled?: boolean | undefined;
|
|
9806
9893
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9816,6 +9903,18 @@ export declare const clientsContract: {
|
|
|
9816
9903
|
memorandumId?: string | null | undefined;
|
|
9817
9904
|
subscriptionAgreementId?: string | null | undefined;
|
|
9818
9905
|
showTotalRaised?: boolean | undefined;
|
|
9906
|
+
hasEscrow?: boolean | undefined;
|
|
9907
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9908
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
9819
9918
|
assetName?: string | undefined;
|
|
9820
9919
|
assetType?: import("../..").AssetType | undefined;
|
|
9821
9920
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9825,6 +9924,105 @@ export declare const clientsContract: {
|
|
|
9825
9924
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9826
9925
|
tiers?: number[] | null | undefined;
|
|
9827
9926
|
enableBonus?: boolean | undefined;
|
|
9927
|
+
interestRate?: number | null | undefined;
|
|
9928
|
+
bonusTiers?: {
|
|
9929
|
+
value: number;
|
|
9930
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9931
|
+
startAmount: number;
|
|
9932
|
+
endAmount: number;
|
|
9933
|
+
}[] | undefined;
|
|
9934
|
+
}>, {
|
|
9935
|
+
type?: import("../..").OfferingType | undefined;
|
|
9936
|
+
name?: string | undefined;
|
|
9937
|
+
description?: string | null | undefined;
|
|
9938
|
+
enabled?: boolean | undefined;
|
|
9939
|
+
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
9940
|
+
coverArtId?: string | null | undefined;
|
|
9941
|
+
targetAmount?: number | undefined;
|
|
9942
|
+
minInvestment?: number | null | undefined;
|
|
9943
|
+
maxInvestment?: number | null | undefined;
|
|
9944
|
+
contingencyAmount?: number | null | undefined;
|
|
9945
|
+
startAt?: Date | null | undefined;
|
|
9946
|
+
endAt?: Date | null | undefined;
|
|
9947
|
+
issuerId?: string | undefined;
|
|
9948
|
+
cancellationPeriod?: number | null | undefined;
|
|
9949
|
+
memorandumId?: string | null | undefined;
|
|
9950
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
9951
|
+
showTotalRaised?: boolean | undefined;
|
|
9952
|
+
hasEscrow?: boolean | undefined;
|
|
9953
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9954
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
9964
|
+
assetName?: string | undefined;
|
|
9965
|
+
assetType?: import("../..").AssetType | undefined;
|
|
9966
|
+
pricePerUnit?: number | null | undefined;
|
|
9967
|
+
totalUnits?: number | null | undefined;
|
|
9968
|
+
yield?: number | null | undefined;
|
|
9969
|
+
duration?: number | null | undefined;
|
|
9970
|
+
durationType?: import("../..").DurationType | null | undefined;
|
|
9971
|
+
tiers?: number[] | null | undefined;
|
|
9972
|
+
enableBonus?: boolean | undefined;
|
|
9973
|
+
interestRate?: number | null | undefined;
|
|
9974
|
+
bonusTiers?: {
|
|
9975
|
+
value: number;
|
|
9976
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9977
|
+
startAmount: number;
|
|
9978
|
+
endAmount: number;
|
|
9979
|
+
}[] | undefined;
|
|
9980
|
+
}, {
|
|
9981
|
+
type?: import("../..").OfferingType | undefined;
|
|
9982
|
+
name?: string | undefined;
|
|
9983
|
+
description?: string | null | undefined;
|
|
9984
|
+
enabled?: boolean | undefined;
|
|
9985
|
+
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
9986
|
+
coverArtId?: string | null | undefined;
|
|
9987
|
+
targetAmount?: number | undefined;
|
|
9988
|
+
minInvestment?: number | null | undefined;
|
|
9989
|
+
maxInvestment?: number | null | undefined;
|
|
9990
|
+
contingencyAmount?: number | null | undefined;
|
|
9991
|
+
startAt?: string | null | undefined;
|
|
9992
|
+
endAt?: string | null | undefined;
|
|
9993
|
+
issuerId?: string | undefined;
|
|
9994
|
+
cancellationPeriod?: number | null | undefined;
|
|
9995
|
+
memorandumId?: string | null | undefined;
|
|
9996
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
9997
|
+
showTotalRaised?: boolean | undefined;
|
|
9998
|
+
hasEscrow?: boolean | undefined;
|
|
9999
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
10000
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
10010
|
+
assetName?: string | undefined;
|
|
10011
|
+
assetType?: import("../..").AssetType | undefined;
|
|
10012
|
+
pricePerUnit?: number | null | undefined;
|
|
10013
|
+
totalUnits?: number | null | undefined;
|
|
10014
|
+
yield?: number | null | undefined;
|
|
10015
|
+
duration?: number | null | undefined;
|
|
10016
|
+
durationType?: import("../..").DurationType | null | undefined;
|
|
10017
|
+
tiers?: number[] | null | undefined;
|
|
10018
|
+
enableBonus?: boolean | undefined;
|
|
10019
|
+
interestRate?: number | null | undefined;
|
|
10020
|
+
bonusTiers?: {
|
|
10021
|
+
value: number;
|
|
10022
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10023
|
+
startAmount: number;
|
|
10024
|
+
endAmount: number;
|
|
10025
|
+
}[] | undefined;
|
|
9828
10026
|
}>;
|
|
9829
10027
|
pathParams: import("zod").ZodObject<{
|
|
9830
10028
|
id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -9911,6 +10109,7 @@ export declare const clientsContract: {
|
|
|
9911
10109
|
};
|
|
9912
10110
|
body: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
9913
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>>>>;
|
|
9914
10113
|
name: import("zod").ZodString;
|
|
9915
10114
|
type: import("zod").ZodNativeEnum<typeof import("../..").OfferingType>;
|
|
9916
10115
|
targetAmount: import("zod").ZodNumber;
|
|
@@ -9934,12 +10133,61 @@ export declare const clientsContract: {
|
|
|
9934
10133
|
template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
|
|
9935
10134
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
9936
10135
|
enableBonus: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
10136
|
+
hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10137
|
+
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10138
|
+
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10139
|
+
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10140
|
+
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
10141
|
+
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
10142
|
+
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10143
|
+
startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10144
|
+
endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10145
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10146
|
+
value: number;
|
|
10147
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10148
|
+
startAmount: number;
|
|
10149
|
+
endAmount: number;
|
|
10150
|
+
}, {
|
|
10151
|
+
value: number;
|
|
10152
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10153
|
+
startAmount: number;
|
|
10154
|
+
endAmount: number;
|
|
10155
|
+
}>, {
|
|
10156
|
+
value: number;
|
|
10157
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10158
|
+
startAmount: number;
|
|
10159
|
+
endAmount: number;
|
|
10160
|
+
}, {
|
|
10161
|
+
value: number;
|
|
10162
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10163
|
+
startAmount: number;
|
|
10164
|
+
endAmount: number;
|
|
10165
|
+
}>, {
|
|
10166
|
+
value: number;
|
|
10167
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10168
|
+
startAmount: number;
|
|
10169
|
+
endAmount: number;
|
|
10170
|
+
}, {
|
|
10171
|
+
value: number;
|
|
10172
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10173
|
+
startAmount: number;
|
|
10174
|
+
endAmount: number;
|
|
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>>;
|
|
9937
10184
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9938
10185
|
type: import("../..").OfferingType;
|
|
9939
10186
|
name: string;
|
|
9940
10187
|
template: import("../../common/types/asset.types").AssetTemplateType;
|
|
9941
10188
|
targetAmount: number;
|
|
9942
10189
|
issuerId: string;
|
|
10190
|
+
warrantsEnabled: boolean;
|
|
9943
10191
|
assetName: string;
|
|
9944
10192
|
assetType: import("../..").AssetType;
|
|
9945
10193
|
pricePerUnit: number | null;
|
|
@@ -9954,11 +10202,29 @@ export declare const clientsContract: {
|
|
|
9954
10202
|
startAt?: Date | null | undefined;
|
|
9955
10203
|
endAt?: Date | null | undefined;
|
|
9956
10204
|
cancellationPeriod?: number | null | undefined;
|
|
10205
|
+
showTotalRaised?: boolean | undefined;
|
|
10206
|
+
hasEscrow?: boolean | undefined;
|
|
10207
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
9957
10216
|
yield?: number | null | undefined;
|
|
9958
10217
|
duration?: number | null | undefined;
|
|
9959
10218
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9960
10219
|
tiers?: number[] | null | undefined;
|
|
9961
10220
|
enableBonus?: boolean | undefined;
|
|
10221
|
+
interestRate?: number | null | undefined;
|
|
10222
|
+
bonusTiers?: {
|
|
10223
|
+
value: number;
|
|
10224
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10225
|
+
startAmount: number;
|
|
10226
|
+
endAmount: number;
|
|
10227
|
+
}[] | undefined;
|
|
9962
10228
|
}, {
|
|
9963
10229
|
type: import("../..").OfferingType;
|
|
9964
10230
|
name: string;
|
|
@@ -9979,17 +10245,37 @@ export declare const clientsContract: {
|
|
|
9979
10245
|
startAt?: string | null | undefined;
|
|
9980
10246
|
endAt?: string | null | undefined;
|
|
9981
10247
|
cancellationPeriod?: number | null | undefined;
|
|
10248
|
+
showTotalRaised?: boolean | undefined;
|
|
10249
|
+
hasEscrow?: boolean | undefined;
|
|
10250
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
9982
10260
|
yield?: number | null | undefined;
|
|
9983
10261
|
duration?: number | null | undefined;
|
|
9984
10262
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9985
10263
|
tiers?: number[] | null | undefined;
|
|
9986
10264
|
enableBonus?: boolean | undefined;
|
|
10265
|
+
interestRate?: number | null | undefined;
|
|
10266
|
+
bonusTiers?: {
|
|
10267
|
+
value: number;
|
|
10268
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10269
|
+
startAmount: number;
|
|
10270
|
+
endAmount: number;
|
|
10271
|
+
}[] | undefined;
|
|
9987
10272
|
}>, {
|
|
9988
10273
|
type: import("../..").OfferingType;
|
|
9989
10274
|
name: string;
|
|
9990
10275
|
template: import("../../common/types/asset.types").AssetTemplateType;
|
|
9991
10276
|
targetAmount: number;
|
|
9992
10277
|
issuerId: string;
|
|
10278
|
+
warrantsEnabled: boolean;
|
|
9993
10279
|
assetName: string;
|
|
9994
10280
|
assetType: import("../..").AssetType;
|
|
9995
10281
|
pricePerUnit: number | null;
|
|
@@ -10004,11 +10290,29 @@ export declare const clientsContract: {
|
|
|
10004
10290
|
startAt?: Date | null | undefined;
|
|
10005
10291
|
endAt?: Date | null | undefined;
|
|
10006
10292
|
cancellationPeriod?: number | null | undefined;
|
|
10293
|
+
showTotalRaised?: boolean | undefined;
|
|
10294
|
+
hasEscrow?: boolean | undefined;
|
|
10295
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
10007
10304
|
yield?: number | null | undefined;
|
|
10008
10305
|
duration?: number | null | undefined;
|
|
10009
10306
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10010
10307
|
tiers?: number[] | null | undefined;
|
|
10011
10308
|
enableBonus?: boolean | undefined;
|
|
10309
|
+
interestRate?: number | null | undefined;
|
|
10310
|
+
bonusTiers?: {
|
|
10311
|
+
value: number;
|
|
10312
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10313
|
+
startAmount: number;
|
|
10314
|
+
endAmount: number;
|
|
10315
|
+
}[] | undefined;
|
|
10012
10316
|
}, {
|
|
10013
10317
|
type: import("../..").OfferingType;
|
|
10014
10318
|
name: string;
|
|
@@ -10029,11 +10333,30 @@ export declare const clientsContract: {
|
|
|
10029
10333
|
startAt?: string | null | undefined;
|
|
10030
10334
|
endAt?: string | null | undefined;
|
|
10031
10335
|
cancellationPeriod?: number | null | undefined;
|
|
10336
|
+
showTotalRaised?: boolean | undefined;
|
|
10337
|
+
hasEscrow?: boolean | undefined;
|
|
10338
|
+
bankAccountId?: string | null | undefined;
|
|
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;
|
|
10032
10348
|
yield?: number | null | undefined;
|
|
10033
10349
|
duration?: number | null | undefined;
|
|
10034
10350
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10035
10351
|
tiers?: number[] | null | undefined;
|
|
10036
10352
|
enableBonus?: boolean | undefined;
|
|
10353
|
+
interestRate?: number | null | undefined;
|
|
10354
|
+
bonusTiers?: {
|
|
10355
|
+
value: number;
|
|
10356
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10357
|
+
startAmount: number;
|
|
10358
|
+
endAmount: number;
|
|
10359
|
+
}[] | undefined;
|
|
10037
10360
|
}>;
|
|
10038
10361
|
summary: "[ADMIN] Create offering";
|
|
10039
10362
|
path: "/clients/api/v1/offerings";
|
|
@@ -10549,6 +10872,83 @@ export declare const clientsContract: {
|
|
|
10549
10872
|
};
|
|
10550
10873
|
};
|
|
10551
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
|
+
};
|
|
10552
10952
|
secureRequests: {
|
|
10553
10953
|
postSecureRequest: {
|
|
10554
10954
|
method: "POST";
|
|
@@ -11816,7 +12216,9 @@ export declare const clientsContract: {
|
|
|
11816
12216
|
offeringId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11817
12217
|
tid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11818
12218
|
investmentType: import("zod").ZodNativeEnum<typeof import("../..").InvestmentType>;
|
|
11819
|
-
|
|
12219
|
+
purchasedShares: import("zod").ZodNumber;
|
|
12220
|
+
bonusShares: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
12221
|
+
totalNumberOfShares: import("zod").ZodNumber;
|
|
11820
12222
|
pricePerShare: import("zod").ZodNumber;
|
|
11821
12223
|
totalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
11822
12224
|
tradeStatus: import("zod").ZodNativeEnum<typeof import("../..").TradeStatus>;
|
|
@@ -11835,7 +12237,9 @@ export declare const clientsContract: {
|
|
|
11835
12237
|
investorAccountId: string | null;
|
|
11836
12238
|
paymentMethodId: string | null;
|
|
11837
12239
|
investmentType: import("../..").InvestmentType;
|
|
11838
|
-
|
|
12240
|
+
purchasedShares: number;
|
|
12241
|
+
bonusShares: number | null;
|
|
12242
|
+
totalNumberOfShares: number;
|
|
11839
12243
|
pricePerShare: number;
|
|
11840
12244
|
totalAmount: number | null;
|
|
11841
12245
|
tradeStatusUnmapped: string | null;
|
|
@@ -11853,7 +12257,9 @@ export declare const clientsContract: {
|
|
|
11853
12257
|
investorAccountId: string | null;
|
|
11854
12258
|
paymentMethodId: string | null;
|
|
11855
12259
|
investmentType: import("../..").InvestmentType;
|
|
11856
|
-
|
|
12260
|
+
purchasedShares: number;
|
|
12261
|
+
bonusShares: number | null;
|
|
12262
|
+
totalNumberOfShares: number;
|
|
11857
12263
|
pricePerShare: number;
|
|
11858
12264
|
totalAmount: number | null;
|
|
11859
12265
|
tradeStatusUnmapped: string | null;
|