@dalmore/api-contracts 0.0.0-dev.d2fe663 → 0.0.0-dev.d38f1ff
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 +64 -0
- package/common/types/account-setting.types.js +8 -0
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +38 -2
- package/common/types/account.types.js +3 -0
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +27 -24
- package/common/types/activity.types.js +6 -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 +128 -25
- package/common/types/bonus-tier.types.js +48 -12
- package/common/types/bonus-tier.types.js.map +1 -1
- package/common/types/cap-table.types.d.ts +1124 -0
- package/common/types/cap-table.types.js +406 -0
- package/common/types/cap-table.types.js.map +1 -0
- package/common/types/common.types.d.ts +30 -3
- package/common/types/common.types.js +18 -0
- 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/disbursements.types.d.ts +613 -392
- package/common/types/disbursements.types.js +37 -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/file.types.d.ts +14 -11
- package/common/types/file.types.js +2 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +2 -0
- package/common/types/index.js +2 -0
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.js +5 -2
- package/common/types/individuals.types.js.map +1 -1
- package/common/types/investor-account.types.d.ts +4 -4
- package/common/types/issuer-bank-account.types.d.ts +4 -276
- package/common/types/issuer-offering.types.d.ts +662 -5
- package/common/types/issuer-offering.types.js +100 -6
- 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.js +2 -2
- package/common/types/offering.types.d.ts +281 -1
- package/common/types/offering.types.js +109 -10
- 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/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 +5 -0
- package/common/types/task.types.d.ts +22 -22
- package/common/types/trade-line-item.types.d.ts +18 -1
- package/common/types/trade-line-item.types.js +12 -1
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +64 -45
- package/common/types/trade.types.js +13 -4
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +80 -1
- package/common/types/transaction.types.js +22 -2
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +34 -0
- package/common/types/user.types.js +4 -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 +257 -13
- package/contracts/clients/offerings/index.d.ts +220 -4
- 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";
|
|
@@ -9741,7 +9763,7 @@ 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<{
|
|
9745
9767
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9746
9768
|
type: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").OfferingType>>;
|
|
9747
9769
|
targetAmount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -9755,7 +9777,6 @@ export declare const clientsContract: {
|
|
|
9755
9777
|
memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9756
9778
|
subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9757
9779
|
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
9780
|
showTotalRaised: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9760
9781
|
issuerId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
|
|
9761
9782
|
assetName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -9769,10 +9790,50 @@ export declare const clientsContract: {
|
|
|
9769
9790
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
9770
9791
|
enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9771
9792
|
enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9793
|
+
hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
9794
|
+
escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9795
|
+
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9796
|
+
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
9797
|
+
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
9798
|
+
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
9799
|
+
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
9800
|
+
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9801
|
+
startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9802
|
+
endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
9803
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
9804
|
+
value: number;
|
|
9805
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9806
|
+
startAmount: number;
|
|
9807
|
+
endAmount: number;
|
|
9808
|
+
}, {
|
|
9809
|
+
value: number;
|
|
9810
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9811
|
+
startAmount: number;
|
|
9812
|
+
endAmount: number;
|
|
9813
|
+
}>, {
|
|
9814
|
+
value: number;
|
|
9815
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9816
|
+
startAmount: number;
|
|
9817
|
+
endAmount: number;
|
|
9818
|
+
}, {
|
|
9819
|
+
value: number;
|
|
9820
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9821
|
+
startAmount: number;
|
|
9822
|
+
endAmount: number;
|
|
9823
|
+
}>, {
|
|
9824
|
+
value: number;
|
|
9825
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9826
|
+
startAmount: number;
|
|
9827
|
+
endAmount: number;
|
|
9828
|
+
}, {
|
|
9829
|
+
value: number;
|
|
9830
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9831
|
+
startAmount: number;
|
|
9832
|
+
endAmount: number;
|
|
9833
|
+
}>, "many">>;
|
|
9772
9834
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9773
9835
|
type?: import("../..").OfferingType | undefined;
|
|
9774
9836
|
name?: string | undefined;
|
|
9775
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9776
9837
|
description?: string | null | undefined;
|
|
9777
9838
|
enabled?: boolean | undefined;
|
|
9778
9839
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9788,6 +9849,10 @@ export declare const clientsContract: {
|
|
|
9788
9849
|
memorandumId?: string | null | undefined;
|
|
9789
9850
|
subscriptionAgreementId?: string | null | undefined;
|
|
9790
9851
|
showTotalRaised?: boolean | undefined;
|
|
9852
|
+
hasEscrow?: boolean | undefined;
|
|
9853
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9854
|
+
bankAccountId?: string | null | undefined;
|
|
9855
|
+
escrowAccountId?: string | null | undefined;
|
|
9791
9856
|
assetName?: string | undefined;
|
|
9792
9857
|
assetType?: import("../..").AssetType | undefined;
|
|
9793
9858
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9797,10 +9862,16 @@ export declare const clientsContract: {
|
|
|
9797
9862
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9798
9863
|
tiers?: number[] | null | undefined;
|
|
9799
9864
|
enableBonus?: boolean | undefined;
|
|
9865
|
+
interestRate?: number | null | undefined;
|
|
9866
|
+
bonusTiers?: {
|
|
9867
|
+
value: number;
|
|
9868
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9869
|
+
startAmount: number;
|
|
9870
|
+
endAmount: number;
|
|
9871
|
+
}[] | undefined;
|
|
9800
9872
|
}, {
|
|
9801
9873
|
type?: import("../..").OfferingType | undefined;
|
|
9802
9874
|
name?: string | undefined;
|
|
9803
|
-
managedBy?: import("../..").ManagedByType | undefined;
|
|
9804
9875
|
description?: string | null | undefined;
|
|
9805
9876
|
enabled?: boolean | undefined;
|
|
9806
9877
|
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -9816,6 +9887,10 @@ export declare const clientsContract: {
|
|
|
9816
9887
|
memorandumId?: string | null | undefined;
|
|
9817
9888
|
subscriptionAgreementId?: string | null | undefined;
|
|
9818
9889
|
showTotalRaised?: boolean | undefined;
|
|
9890
|
+
hasEscrow?: boolean | undefined;
|
|
9891
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9892
|
+
bankAccountId?: string | null | undefined;
|
|
9893
|
+
escrowAccountId?: string | null | undefined;
|
|
9819
9894
|
assetName?: string | undefined;
|
|
9820
9895
|
assetType?: import("../..").AssetType | undefined;
|
|
9821
9896
|
pricePerUnit?: number | null | undefined;
|
|
@@ -9825,6 +9900,89 @@ export declare const clientsContract: {
|
|
|
9825
9900
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9826
9901
|
tiers?: number[] | null | undefined;
|
|
9827
9902
|
enableBonus?: boolean | undefined;
|
|
9903
|
+
interestRate?: number | null | undefined;
|
|
9904
|
+
bonusTiers?: {
|
|
9905
|
+
value: number;
|
|
9906
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9907
|
+
startAmount: number;
|
|
9908
|
+
endAmount: number;
|
|
9909
|
+
}[] | undefined;
|
|
9910
|
+
}>, {
|
|
9911
|
+
type?: import("../..").OfferingType | undefined;
|
|
9912
|
+
name?: string | undefined;
|
|
9913
|
+
description?: string | null | undefined;
|
|
9914
|
+
enabled?: boolean | undefined;
|
|
9915
|
+
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
9916
|
+
coverArtId?: string | null | undefined;
|
|
9917
|
+
targetAmount?: number | undefined;
|
|
9918
|
+
minInvestment?: number | null | undefined;
|
|
9919
|
+
maxInvestment?: number | null | undefined;
|
|
9920
|
+
contingencyAmount?: number | null | undefined;
|
|
9921
|
+
startAt?: Date | null | undefined;
|
|
9922
|
+
endAt?: Date | null | undefined;
|
|
9923
|
+
issuerId?: string | undefined;
|
|
9924
|
+
cancellationPeriod?: number | null | undefined;
|
|
9925
|
+
memorandumId?: string | null | undefined;
|
|
9926
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
9927
|
+
showTotalRaised?: boolean | undefined;
|
|
9928
|
+
hasEscrow?: boolean | undefined;
|
|
9929
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9930
|
+
bankAccountId?: string | null | undefined;
|
|
9931
|
+
escrowAccountId?: string | null | undefined;
|
|
9932
|
+
assetName?: string | undefined;
|
|
9933
|
+
assetType?: import("../..").AssetType | undefined;
|
|
9934
|
+
pricePerUnit?: number | null | undefined;
|
|
9935
|
+
totalUnits?: number | null | undefined;
|
|
9936
|
+
yield?: number | null | undefined;
|
|
9937
|
+
duration?: number | null | undefined;
|
|
9938
|
+
durationType?: import("../..").DurationType | null | undefined;
|
|
9939
|
+
tiers?: number[] | null | undefined;
|
|
9940
|
+
enableBonus?: boolean | undefined;
|
|
9941
|
+
interestRate?: number | null | undefined;
|
|
9942
|
+
bonusTiers?: {
|
|
9943
|
+
value: number;
|
|
9944
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9945
|
+
startAmount: number;
|
|
9946
|
+
endAmount: number;
|
|
9947
|
+
}[] | undefined;
|
|
9948
|
+
}, {
|
|
9949
|
+
type?: import("../..").OfferingType | undefined;
|
|
9950
|
+
name?: string | undefined;
|
|
9951
|
+
description?: string | null | undefined;
|
|
9952
|
+
enabled?: boolean | undefined;
|
|
9953
|
+
template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
9954
|
+
coverArtId?: string | null | undefined;
|
|
9955
|
+
targetAmount?: number | undefined;
|
|
9956
|
+
minInvestment?: number | null | undefined;
|
|
9957
|
+
maxInvestment?: number | null | undefined;
|
|
9958
|
+
contingencyAmount?: number | null | undefined;
|
|
9959
|
+
startAt?: string | null | undefined;
|
|
9960
|
+
endAt?: string | null | undefined;
|
|
9961
|
+
issuerId?: string | undefined;
|
|
9962
|
+
cancellationPeriod?: number | null | undefined;
|
|
9963
|
+
memorandumId?: string | null | undefined;
|
|
9964
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
9965
|
+
showTotalRaised?: boolean | undefined;
|
|
9966
|
+
hasEscrow?: boolean | undefined;
|
|
9967
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
9968
|
+
bankAccountId?: string | null | undefined;
|
|
9969
|
+
escrowAccountId?: string | null | undefined;
|
|
9970
|
+
assetName?: string | undefined;
|
|
9971
|
+
assetType?: import("../..").AssetType | undefined;
|
|
9972
|
+
pricePerUnit?: number | null | undefined;
|
|
9973
|
+
totalUnits?: number | null | undefined;
|
|
9974
|
+
yield?: number | null | undefined;
|
|
9975
|
+
duration?: number | null | undefined;
|
|
9976
|
+
durationType?: import("../..").DurationType | null | undefined;
|
|
9977
|
+
tiers?: number[] | null | undefined;
|
|
9978
|
+
enableBonus?: boolean | undefined;
|
|
9979
|
+
interestRate?: number | null | undefined;
|
|
9980
|
+
bonusTiers?: {
|
|
9981
|
+
value: number;
|
|
9982
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
9983
|
+
startAmount: number;
|
|
9984
|
+
endAmount: number;
|
|
9985
|
+
}[] | undefined;
|
|
9828
9986
|
}>;
|
|
9829
9987
|
pathParams: import("zod").ZodObject<{
|
|
9830
9988
|
id: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
@@ -9934,6 +10092,46 @@ export declare const clientsContract: {
|
|
|
9934
10092
|
template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
|
|
9935
10093
|
tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
|
|
9936
10094
|
enableBonus: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
10095
|
+
hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
10096
|
+
bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10097
|
+
escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
|
|
10098
|
+
interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
10099
|
+
bonusTiers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodObject<{
|
|
10100
|
+
type: import("zod").ZodNativeEnum<typeof import("../../common/types/bonus-tier.types").BonusType>;
|
|
10101
|
+
value: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10102
|
+
startAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10103
|
+
endAmount: import("zod").ZodEffects<import("zod").ZodNumber, number, number>;
|
|
10104
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
10105
|
+
value: number;
|
|
10106
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10107
|
+
startAmount: number;
|
|
10108
|
+
endAmount: number;
|
|
10109
|
+
}, {
|
|
10110
|
+
value: number;
|
|
10111
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10112
|
+
startAmount: number;
|
|
10113
|
+
endAmount: number;
|
|
10114
|
+
}>, {
|
|
10115
|
+
value: number;
|
|
10116
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10117
|
+
startAmount: number;
|
|
10118
|
+
endAmount: number;
|
|
10119
|
+
}, {
|
|
10120
|
+
value: number;
|
|
10121
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10122
|
+
startAmount: number;
|
|
10123
|
+
endAmount: number;
|
|
10124
|
+
}>, {
|
|
10125
|
+
value: number;
|
|
10126
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10127
|
+
startAmount: number;
|
|
10128
|
+
endAmount: number;
|
|
10129
|
+
}, {
|
|
10130
|
+
value: number;
|
|
10131
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10132
|
+
startAmount: number;
|
|
10133
|
+
endAmount: number;
|
|
10134
|
+
}>, "many">>;
|
|
9937
10135
|
}, "strip", import("zod").ZodTypeAny, {
|
|
9938
10136
|
type: import("../..").OfferingType;
|
|
9939
10137
|
name: string;
|
|
@@ -9954,11 +10152,21 @@ export declare const clientsContract: {
|
|
|
9954
10152
|
startAt?: Date | null | undefined;
|
|
9955
10153
|
endAt?: Date | null | undefined;
|
|
9956
10154
|
cancellationPeriod?: number | null | undefined;
|
|
10155
|
+
hasEscrow?: boolean | undefined;
|
|
10156
|
+
bankAccountId?: string | null | undefined;
|
|
10157
|
+
escrowAccountId?: string | null | undefined;
|
|
9957
10158
|
yield?: number | null | undefined;
|
|
9958
10159
|
duration?: number | null | undefined;
|
|
9959
10160
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9960
10161
|
tiers?: number[] | null | undefined;
|
|
9961
10162
|
enableBonus?: boolean | undefined;
|
|
10163
|
+
interestRate?: number | null | undefined;
|
|
10164
|
+
bonusTiers?: {
|
|
10165
|
+
value: number;
|
|
10166
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10167
|
+
startAmount: number;
|
|
10168
|
+
endAmount: number;
|
|
10169
|
+
}[] | undefined;
|
|
9962
10170
|
}, {
|
|
9963
10171
|
type: import("../..").OfferingType;
|
|
9964
10172
|
name: string;
|
|
@@ -9979,11 +10187,21 @@ export declare const clientsContract: {
|
|
|
9979
10187
|
startAt?: string | null | undefined;
|
|
9980
10188
|
endAt?: string | null | undefined;
|
|
9981
10189
|
cancellationPeriod?: number | null | undefined;
|
|
10190
|
+
hasEscrow?: boolean | undefined;
|
|
10191
|
+
bankAccountId?: string | null | undefined;
|
|
10192
|
+
escrowAccountId?: string | null | undefined;
|
|
9982
10193
|
yield?: number | null | undefined;
|
|
9983
10194
|
duration?: number | null | undefined;
|
|
9984
10195
|
durationType?: import("../..").DurationType | null | undefined;
|
|
9985
10196
|
tiers?: number[] | null | undefined;
|
|
9986
10197
|
enableBonus?: boolean | undefined;
|
|
10198
|
+
interestRate?: number | null | undefined;
|
|
10199
|
+
bonusTiers?: {
|
|
10200
|
+
value: number;
|
|
10201
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10202
|
+
startAmount: number;
|
|
10203
|
+
endAmount: number;
|
|
10204
|
+
}[] | undefined;
|
|
9987
10205
|
}>, {
|
|
9988
10206
|
type: import("../..").OfferingType;
|
|
9989
10207
|
name: string;
|
|
@@ -10004,11 +10222,21 @@ export declare const clientsContract: {
|
|
|
10004
10222
|
startAt?: Date | null | undefined;
|
|
10005
10223
|
endAt?: Date | null | undefined;
|
|
10006
10224
|
cancellationPeriod?: number | null | undefined;
|
|
10225
|
+
hasEscrow?: boolean | undefined;
|
|
10226
|
+
bankAccountId?: string | null | undefined;
|
|
10227
|
+
escrowAccountId?: string | null | undefined;
|
|
10007
10228
|
yield?: number | null | undefined;
|
|
10008
10229
|
duration?: number | null | undefined;
|
|
10009
10230
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10010
10231
|
tiers?: number[] | null | undefined;
|
|
10011
10232
|
enableBonus?: boolean | undefined;
|
|
10233
|
+
interestRate?: number | null | undefined;
|
|
10234
|
+
bonusTiers?: {
|
|
10235
|
+
value: number;
|
|
10236
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10237
|
+
startAmount: number;
|
|
10238
|
+
endAmount: number;
|
|
10239
|
+
}[] | undefined;
|
|
10012
10240
|
}, {
|
|
10013
10241
|
type: import("../..").OfferingType;
|
|
10014
10242
|
name: string;
|
|
@@ -10029,11 +10257,21 @@ export declare const clientsContract: {
|
|
|
10029
10257
|
startAt?: string | null | undefined;
|
|
10030
10258
|
endAt?: string | null | undefined;
|
|
10031
10259
|
cancellationPeriod?: number | null | undefined;
|
|
10260
|
+
hasEscrow?: boolean | undefined;
|
|
10261
|
+
bankAccountId?: string | null | undefined;
|
|
10262
|
+
escrowAccountId?: string | null | undefined;
|
|
10032
10263
|
yield?: number | null | undefined;
|
|
10033
10264
|
duration?: number | null | undefined;
|
|
10034
10265
|
durationType?: import("../..").DurationType | null | undefined;
|
|
10035
10266
|
tiers?: number[] | null | undefined;
|
|
10036
10267
|
enableBonus?: boolean | undefined;
|
|
10268
|
+
interestRate?: number | null | undefined;
|
|
10269
|
+
bonusTiers?: {
|
|
10270
|
+
value: number;
|
|
10271
|
+
type: import("../../common/types/bonus-tier.types").BonusType;
|
|
10272
|
+
startAmount: number;
|
|
10273
|
+
endAmount: number;
|
|
10274
|
+
}[] | undefined;
|
|
10037
10275
|
}>;
|
|
10038
10276
|
summary: "[ADMIN] Create offering";
|
|
10039
10277
|
path: "/clients/api/v1/offerings";
|
|
@@ -11816,7 +12054,9 @@ export declare const clientsContract: {
|
|
|
11816
12054
|
offeringId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11817
12055
|
tid: import("zod").ZodNullable<import("zod").ZodString>;
|
|
11818
12056
|
investmentType: import("zod").ZodNativeEnum<typeof import("../..").InvestmentType>;
|
|
11819
|
-
|
|
12057
|
+
purchasedShares: import("zod").ZodNumber;
|
|
12058
|
+
bonusShares: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
12059
|
+
totalNumberOfShares: import("zod").ZodNumber;
|
|
11820
12060
|
pricePerShare: import("zod").ZodNumber;
|
|
11821
12061
|
totalAmount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
11822
12062
|
tradeStatus: import("zod").ZodNativeEnum<typeof import("../..").TradeStatus>;
|
|
@@ -11835,7 +12075,9 @@ export declare const clientsContract: {
|
|
|
11835
12075
|
investorAccountId: string | null;
|
|
11836
12076
|
paymentMethodId: string | null;
|
|
11837
12077
|
investmentType: import("../..").InvestmentType;
|
|
11838
|
-
|
|
12078
|
+
purchasedShares: number;
|
|
12079
|
+
bonusShares: number | null;
|
|
12080
|
+
totalNumberOfShares: number;
|
|
11839
12081
|
pricePerShare: number;
|
|
11840
12082
|
totalAmount: number | null;
|
|
11841
12083
|
tradeStatusUnmapped: string | null;
|
|
@@ -11853,7 +12095,9 @@ export declare const clientsContract: {
|
|
|
11853
12095
|
investorAccountId: string | null;
|
|
11854
12096
|
paymentMethodId: string | null;
|
|
11855
12097
|
investmentType: import("../..").InvestmentType;
|
|
11856
|
-
|
|
12098
|
+
purchasedShares: number;
|
|
12099
|
+
bonusShares: number | null;
|
|
12100
|
+
totalNumberOfShares: number;
|
|
11857
12101
|
pricePerShare: number;
|
|
11858
12102
|
totalAmount: number | null;
|
|
11859
12103
|
tradeStatusUnmapped: string | null;
|