@dalmore/api-contracts 0.0.0-dev.74136b1 → 0.0.0-dev.7560276
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/constants.d.ts +43 -0
- package/common/constants.js +77 -0
- package/common/constants.js.map +1 -0
- package/common/helpers/index.d.ts +8 -0
- package/common/helpers/index.js +15 -0
- package/common/helpers/index.js.map +1 -1
- package/common/types/account-setting.types.d.ts +22 -66
- package/common/types/account-setting.types.js +2 -31
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +32 -23
- package/common/types/account.types.js +4 -3
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +34 -25
- package/common/types/activity.types.js +11 -0
- package/common/types/activity.types.js.map +1 -1
- package/common/types/asset.types.d.ts +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 +36 -0
- package/common/types/auth.types.js +3 -2
- package/common/types/auth.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +11 -0
- 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 +177 -53
- package/common/types/cap-table.types.js +31 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/common.types.d.ts +359 -9
- package/common/types/common.types.js +74 -4
- package/common/types/common.types.js.map +1 -1
- package/common/types/comply-advantage-api.types.d.ts +86 -992
- package/common/types/comply-advantage-api.types.js +15 -2
- package/common/types/comply-advantage-api.types.js.map +1 -1
- package/common/types/csv.types.d.ts +3612 -0
- package/common/types/csv.types.js +290 -0
- package/common/types/csv.types.js.map +1 -0
- 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 +999 -587
- package/common/types/disbursements.types.js +95 -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 +38 -11
- package/common/types/file.types.js +14 -0
- package/common/types/file.types.js.map +1 -1
- package/common/types/index.d.ts +4 -2
- package/common/types/index.js +4 -2
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.d.ts +207 -5
- package/common/types/individuals.types.js +16 -16
- package/common/types/individuals.types.js.map +1 -1
- package/common/types/investor-account.types.d.ts +1 -1
- package/common/types/investor-account.types.js +1 -2
- package/common/types/investor-account.types.js.map +1 -1
- package/common/types/investors-offering.types.d.ts +8 -0
- package/common/types/investors-offering.types.js +1 -0
- package/common/types/investors-offering.types.js.map +1 -1
- package/common/types/invite.types.d.ts +5 -2
- package/common/types/invite.types.js +2 -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 +1007 -16
- package/common/types/issuer-offering.types.js +304 -43
- package/common/types/issuer-offering.types.js.map +1 -1
- package/common/types/job-item.types.d.ts +14 -14
- package/common/types/legal-entity.types.d.ts +39 -1
- package/common/types/legal-entity.types.js +8 -5
- package/common/types/legal-entity.types.js.map +1 -1
- package/common/types/mail-template.types.d.ts +4 -4
- package/common/types/note.types.d.ts +15 -15
- package/common/types/notification.types.d.ts +1 -0
- package/common/types/notification.types.js +3 -0
- package/common/types/notification.types.js.map +1 -1
- package/common/types/offering-submission.types.d.ts +198 -0
- package/common/types/offering-submission.types.js +17 -4
- package/common/types/offering-submission.types.js.map +1 -1
- package/common/types/offering.types.d.ts +549 -25
- package/common/types/offering.types.js +355 -28
- package/common/types/offering.types.js.map +1 -1
- package/common/types/payment-methods.types.d.ts +365 -0
- package/common/types/payment-methods.types.js +121 -0
- package/common/types/payment-methods.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 +8 -8
- package/common/types/site.types.d.ts +17 -12
- package/common/types/task.types.d.ts +30 -22
- package/common/types/task.types.js +3 -0
- package/common/types/task.types.js.map +1 -1
- package/common/types/trade-line-item.types.d.ts +24 -0
- package/common/types/trade-line-item.types.js +3 -0
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +22 -14
- package/common/types/trade.types.js +20 -7
- package/common/types/trade.types.js.map +1 -1
- package/common/types/transaction.types.d.ts +104 -3
- package/common/types/transaction.types.js +48 -3
- package/common/types/transaction.types.js.map +1 -1
- package/common/types/user.types.d.ts +108 -82
- package/common/types/user.types.js +10 -23
- package/common/types/user.types.js.map +1 -1
- package/common/types/zapier.types.d.ts +126 -0
- package/common/types/zapier.types.js +247 -0
- package/common/types/zapier.types.js.map +1 -0
- package/contracts/clients/assets/index.d.ts +22 -0
- package/contracts/clients/csv/index.d.ts +1800 -0
- package/contracts/clients/csv/index.js +96 -0
- package/contracts/clients/csv/index.js.map +1 -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 +3675 -1043
- package/contracts/clients/index.js +8 -2
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/individuals/index.d.ts +5 -5
- package/contracts/clients/legal-entities/index.d.ts +1 -1
- package/contracts/clients/offerings/index.d.ts +310 -9
- package/contracts/clients/review/index.d.ts +85 -0
- package/contracts/clients/review/index.js +27 -0
- package/contracts/clients/review/index.js.map +1 -0
- package/contracts/clients/webhooks/index.d.ts +506 -0
- package/contracts/clients/webhooks/index.js +118 -0
- package/contracts/clients/webhooks/index.js.map +1 -0
- package/package.json +1 -1
|
@@ -21,16 +21,20 @@ import { paymentMethodsContract } from './payment-methods/index.js';
|
|
|
21
21
|
import { issuerPaymentMethodsContract } from './issuer-payment-methods/index.js';
|
|
22
22
|
import { tradeLineItemsContract } from './trade-line-items/index.js';
|
|
23
23
|
import { clientsTransactionsContract } from './transactions/index.js';
|
|
24
|
+
import { csvContract } from './csv/index.js';
|
|
25
|
+
import { reviewContract } from './review/index.js';
|
|
26
|
+
import { webhooksContract } from './webhooks/index.js';
|
|
24
27
|
const c = initContract();
|
|
25
28
|
// API KEY AUTH
|
|
26
29
|
export const clientsContract = c.router({
|
|
27
30
|
accounts: accountsContract,
|
|
28
31
|
aic: aicContract,
|
|
29
|
-
auth: authContract,
|
|
30
|
-
apiKeys: apiKeysContract,
|
|
31
32
|
apiKeyLogs: clientApiKeyLogsContract,
|
|
33
|
+
apiKeys: apiKeysContract,
|
|
32
34
|
assets: assetsContract,
|
|
35
|
+
auth: authContract,
|
|
33
36
|
cart: cartContract,
|
|
37
|
+
csv: csvContract,
|
|
34
38
|
files: filesContract,
|
|
35
39
|
filesPublic: filesPublicContract,
|
|
36
40
|
individuals: individualsContract,
|
|
@@ -41,11 +45,13 @@ export const clientsContract = c.router({
|
|
|
41
45
|
legalEntities: legalEntityContract,
|
|
42
46
|
offerings: offeringsContract,
|
|
43
47
|
paymentMethods: paymentMethodsContract,
|
|
48
|
+
review: reviewContract,
|
|
44
49
|
secureRequests: secureRequestContract,
|
|
45
50
|
sites: sitesContract,
|
|
46
51
|
tradeLineItems: tradeLineItemsContract,
|
|
47
52
|
trades: tradesContract,
|
|
48
53
|
transactions: clientsTransactionsContract,
|
|
54
|
+
webhooks: webhooksContract,
|
|
49
55
|
}, {
|
|
50
56
|
pathPrefix: '/clients/api/v1/',
|
|
51
57
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAE9C,MAAM,CAAC,GAAG,YAAY,EAAE,CAAC;AAEzB,eAAe;AACf,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CACrC;IACE,QAAQ,EAAE,gBAAgB;IAC1B,GAAG,EAAE,WAAW;IAChB,UAAU,EAAE,wBAAwB;IACpC,OAAO,EAAE,eAAe;IACxB,MAAM,EAAE,cAAc;IACtB,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,GAAG,EAAE,WAAW;IAChB,KAAK,EAAE,aAAa;IACpB,WAAW,EAAE,mBAAmB;IAChC,WAAW,EAAE,mBAAmB;IAChC,gBAAgB,EAAE,wBAAwB;IAC1C,oBAAoB,EAAE,4BAA4B;IAClD,OAAO,EAAE,eAAe;IACxB,GAAG,EAAE,WAAW;IAChB,aAAa,EAAE,mBAAmB;IAClC,SAAS,EAAE,iBAAiB;IAC5B,cAAc,EAAE,sBAAsB;IACtC,MAAM,EAAE,cAAc;IACtB,cAAc,EAAE,qBAAqB;IACrC,KAAK,EAAE,aAAa;IACpB,cAAc,EAAE,sBAAsB;IACtC,MAAM,EAAE,cAAc;IACtB,YAAY,EAAE,2BAA2B;IACzC,QAAQ,EAAE,gBAAgB;CAC3B,EACD;IACE,UAAU,EAAE,kBAAkB;CAC/B,CACF,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare const individualsContract: {
|
|
|
10
10
|
investorAccountId: z.ZodString;
|
|
11
11
|
firstName: z.ZodOptional<z.ZodString>;
|
|
12
12
|
dob: z.ZodOptional<z.ZodDate>;
|
|
13
|
-
isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodBoolean
|
|
13
|
+
isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
14
14
|
citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
|
|
15
15
|
ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
16
16
|
currencyCode: z.ZodOptional<z.ZodString>;
|
|
@@ -76,7 +76,7 @@ export declare const individualsContract: {
|
|
|
76
76
|
currencyCode?: string | undefined;
|
|
77
77
|
liquidNetWorth?: number | undefined;
|
|
78
78
|
dob?: Date | undefined;
|
|
79
|
-
isUsCitizenOrGreenCardHolder?:
|
|
79
|
+
isUsCitizenOrGreenCardHolder?: unknown;
|
|
80
80
|
citizenship?: string | undefined;
|
|
81
81
|
ssn?: string | null | undefined;
|
|
82
82
|
investedInCrowdfunding?: number | undefined;
|
|
@@ -178,7 +178,7 @@ export declare const individualsContract: {
|
|
|
178
178
|
currencyCode?: string | undefined;
|
|
179
179
|
liquidNetWorth?: number | undefined;
|
|
180
180
|
dob?: Date | undefined;
|
|
181
|
-
isUsCitizenOrGreenCardHolder?:
|
|
181
|
+
isUsCitizenOrGreenCardHolder?: unknown;
|
|
182
182
|
citizenship?: string | undefined;
|
|
183
183
|
ssn?: string | null | undefined;
|
|
184
184
|
investedInCrowdfunding?: number | undefined;
|
|
@@ -1553,7 +1553,7 @@ export declare const individualsContract: {
|
|
|
1553
1553
|
} | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
|
|
1554
1554
|
email: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1555
1555
|
ownership: z.ZodOptional<z.ZodNumber>;
|
|
1556
|
-
isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodBoolean
|
|
1556
|
+
isUsCitizenOrGreenCardHolder: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1557
1557
|
citizenship: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
|
|
1558
1558
|
ssn: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1559
1559
|
kycDocumentType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").KYCDocumentType>>;
|
|
@@ -1631,7 +1631,7 @@ export declare const individualsContract: {
|
|
|
1631
1631
|
aicAccreditationType?: import("../../..").AicAccreditationType | undefined;
|
|
1632
1632
|
aicQuestionnaire?: string | undefined;
|
|
1633
1633
|
dob?: Date | undefined;
|
|
1634
|
-
isUsCitizenOrGreenCardHolder?:
|
|
1634
|
+
isUsCitizenOrGreenCardHolder?: unknown;
|
|
1635
1635
|
citizenship?: string | undefined;
|
|
1636
1636
|
ssn?: string | null | undefined;
|
|
1637
1637
|
investedInCrowdfunding?: number | undefined;
|
|
@@ -23,7 +23,7 @@ export declare const legalEntityContract: {
|
|
|
23
23
|
error?: any;
|
|
24
24
|
} | import("neverthrow").Ok<null, never>, string | null>, any, string | null>>;
|
|
25
25
|
dateOfIncorporation: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>>;
|
|
26
|
-
stateOfIncorporation: z.ZodOptional<z.
|
|
26
|
+
stateOfIncorporation: z.ZodOptional<z.ZodNativeEnum<Readonly<Record<string, string>>>>;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
28
|
name: string;
|
|
29
29
|
investorAccountId: string;
|
|
@@ -20,8 +20,8 @@ export declare const offeringsContract: {
|
|
|
20
20
|
enabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
21
21
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
|
|
22
22
|
versioningType: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingVersioningType>>;
|
|
23
|
-
combinedStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingStatus>>;
|
|
24
23
|
onboardingStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingOnboardingStatus>>;
|
|
24
|
+
complianceReview: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ComplianceReview>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
26
|
page: number;
|
|
27
27
|
limit: number;
|
|
@@ -31,12 +31,12 @@ export declare const offeringsContract: {
|
|
|
31
31
|
accountId?: string | undefined;
|
|
32
32
|
name?: string | undefined;
|
|
33
33
|
managedBy?: import("../../..").ManagedByType | undefined;
|
|
34
|
+
complianceReview?: import("../../..").ComplianceReview | undefined;
|
|
34
35
|
onboardingStatus?: import("../../..").OfferingOnboardingStatus | undefined;
|
|
35
36
|
enabled?: boolean | undefined;
|
|
36
37
|
issuerId?: string | undefined;
|
|
37
38
|
issuerName?: string | undefined;
|
|
38
39
|
versioningType?: import("../../..").OfferingVersioningType | undefined;
|
|
39
|
-
combinedStatus?: import("../../..").OfferingStatus | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
type?: import("../../..").OfferingType | undefined;
|
|
42
42
|
status?: import("../../..").ComplianceReview | undefined;
|
|
@@ -45,13 +45,13 @@ export declare const offeringsContract: {
|
|
|
45
45
|
managedBy?: import("../../..").ManagedByType | undefined;
|
|
46
46
|
page?: number | undefined;
|
|
47
47
|
limit?: number | undefined;
|
|
48
|
+
complianceReview?: import("../../..").ComplianceReview | undefined;
|
|
48
49
|
onboardingStatus?: import("../../..").OfferingOnboardingStatus | undefined;
|
|
49
50
|
include?: string | undefined;
|
|
50
51
|
enabled?: unknown;
|
|
51
52
|
issuerId?: string | undefined;
|
|
52
53
|
issuerName?: string | undefined;
|
|
53
54
|
versioningType?: import("../../..").OfferingVersioningType | undefined;
|
|
54
|
-
combinedStatus?: import("../../..").OfferingStatus | undefined;
|
|
55
55
|
}>;
|
|
56
56
|
summary: "Get offerings";
|
|
57
57
|
path: "offerings";
|
|
@@ -412,7 +412,8 @@ export declare const offeringsContract: {
|
|
|
412
412
|
metadata: {
|
|
413
413
|
auth: boolean;
|
|
414
414
|
};
|
|
415
|
-
body: z.ZodObject<{
|
|
415
|
+
body: z.ZodEffects<z.ZodObject<{
|
|
416
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
416
417
|
name: z.ZodOptional<z.ZodString>;
|
|
417
418
|
type: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").OfferingType>>;
|
|
418
419
|
targetAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -422,11 +423,10 @@ export declare const offeringsContract: {
|
|
|
422
423
|
startAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>>;
|
|
423
424
|
endAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>>;
|
|
424
425
|
cancellationPeriod: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
425
|
-
description: z.
|
|
426
|
+
description: z.ZodLazy<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>, string | null | undefined, string | null | undefined>>;
|
|
426
427
|
memorandumId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
427
428
|
subscriptionAgreementId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
428
429
|
coverArtId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
429
|
-
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
|
|
430
430
|
showTotalRaised: z.ZodOptional<z.ZodBoolean>;
|
|
431
431
|
issuerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
432
432
|
assetName: z.ZodOptional<z.ZodString>;
|
|
@@ -440,10 +440,57 @@ export declare const offeringsContract: {
|
|
|
440
440
|
tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
441
441
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
442
442
|
enableBonus: z.ZodOptional<z.ZodBoolean>;
|
|
443
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
444
|
+
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
445
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
446
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
447
|
+
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
448
|
+
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
449
|
+
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
450
|
+
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
451
|
+
startAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
452
|
+
endAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
453
|
+
}, "strip", z.ZodTypeAny, {
|
|
454
|
+
value: number;
|
|
455
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
456
|
+
startAmount: number;
|
|
457
|
+
endAmount: number;
|
|
458
|
+
}, {
|
|
459
|
+
value: number;
|
|
460
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
461
|
+
startAmount: number;
|
|
462
|
+
endAmount: number;
|
|
463
|
+
}>, {
|
|
464
|
+
value: number;
|
|
465
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
466
|
+
startAmount: number;
|
|
467
|
+
endAmount: number;
|
|
468
|
+
}, {
|
|
469
|
+
value: number;
|
|
470
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
471
|
+
startAmount: number;
|
|
472
|
+
endAmount: number;
|
|
473
|
+
}>, {
|
|
474
|
+
value: number;
|
|
475
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
476
|
+
startAmount: number;
|
|
477
|
+
endAmount: number;
|
|
478
|
+
}, {
|
|
479
|
+
value: number;
|
|
480
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
481
|
+
startAmount: number;
|
|
482
|
+
endAmount: number;
|
|
483
|
+
}>, "many">>;
|
|
484
|
+
warrantsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
485
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
486
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
487
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
488
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
489
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").WarrantSharesCalculationMethod>>>;
|
|
490
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
443
491
|
}, "strip", z.ZodTypeAny, {
|
|
444
492
|
type?: import("../../..").OfferingType | undefined;
|
|
445
493
|
name?: string | undefined;
|
|
446
|
-
managedBy?: import("../../..").ManagedByType | undefined;
|
|
447
494
|
description?: string | null | undefined;
|
|
448
495
|
enabled?: boolean | undefined;
|
|
449
496
|
template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -459,6 +506,18 @@ export declare const offeringsContract: {
|
|
|
459
506
|
memorandumId?: string | null | undefined;
|
|
460
507
|
subscriptionAgreementId?: string | null | undefined;
|
|
461
508
|
showTotalRaised?: boolean | undefined;
|
|
509
|
+
hasEscrow?: boolean | undefined;
|
|
510
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
511
|
+
bankAccountId?: string | null | undefined;
|
|
512
|
+
escrowAccountId?: string | null | undefined;
|
|
513
|
+
warrantsEnabled?: boolean | undefined;
|
|
514
|
+
totalShares?: number | null | undefined;
|
|
515
|
+
warrantTermYears?: number | null | undefined;
|
|
516
|
+
exercisePrice?: number | null | undefined;
|
|
517
|
+
warrantPercentage?: number | null | undefined;
|
|
518
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
519
|
+
incrementThreshold?: number | null | undefined;
|
|
520
|
+
shareClassId?: string | null | undefined;
|
|
462
521
|
assetName?: string | undefined;
|
|
463
522
|
assetType?: import("../../..").AssetType | undefined;
|
|
464
523
|
pricePerUnit?: number | null | undefined;
|
|
@@ -468,10 +527,16 @@ export declare const offeringsContract: {
|
|
|
468
527
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
469
528
|
tiers?: number[] | null | undefined;
|
|
470
529
|
enableBonus?: boolean | undefined;
|
|
530
|
+
interestRate?: number | null | undefined;
|
|
531
|
+
bonusTiers?: {
|
|
532
|
+
value: number;
|
|
533
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
534
|
+
startAmount: number;
|
|
535
|
+
endAmount: number;
|
|
536
|
+
}[] | undefined;
|
|
471
537
|
}, {
|
|
472
538
|
type?: import("../../..").OfferingType | undefined;
|
|
473
539
|
name?: string | undefined;
|
|
474
|
-
managedBy?: import("../../..").ManagedByType | undefined;
|
|
475
540
|
description?: string | null | undefined;
|
|
476
541
|
enabled?: boolean | undefined;
|
|
477
542
|
template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
@@ -487,6 +552,110 @@ export declare const offeringsContract: {
|
|
|
487
552
|
memorandumId?: string | null | undefined;
|
|
488
553
|
subscriptionAgreementId?: string | null | undefined;
|
|
489
554
|
showTotalRaised?: boolean | undefined;
|
|
555
|
+
hasEscrow?: boolean | undefined;
|
|
556
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
557
|
+
bankAccountId?: string | null | undefined;
|
|
558
|
+
escrowAccountId?: string | null | undefined;
|
|
559
|
+
warrantsEnabled?: boolean | undefined;
|
|
560
|
+
totalShares?: number | null | undefined;
|
|
561
|
+
warrantTermYears?: number | null | undefined;
|
|
562
|
+
exercisePrice?: number | null | undefined;
|
|
563
|
+
warrantPercentage?: number | null | undefined;
|
|
564
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
565
|
+
incrementThreshold?: number | null | undefined;
|
|
566
|
+
shareClassId?: string | null | undefined;
|
|
567
|
+
assetName?: string | undefined;
|
|
568
|
+
assetType?: import("../../..").AssetType | undefined;
|
|
569
|
+
pricePerUnit?: number | null | undefined;
|
|
570
|
+
totalUnits?: number | null | undefined;
|
|
571
|
+
yield?: number | null | undefined;
|
|
572
|
+
duration?: number | null | undefined;
|
|
573
|
+
durationType?: import("../../..").DurationType | null | undefined;
|
|
574
|
+
tiers?: number[] | null | undefined;
|
|
575
|
+
enableBonus?: boolean | undefined;
|
|
576
|
+
interestRate?: number | null | undefined;
|
|
577
|
+
bonusTiers?: {
|
|
578
|
+
value: number;
|
|
579
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
580
|
+
startAmount: number;
|
|
581
|
+
endAmount: number;
|
|
582
|
+
}[] | undefined;
|
|
583
|
+
}>, {
|
|
584
|
+
type?: import("../../..").OfferingType | undefined;
|
|
585
|
+
name?: string | undefined;
|
|
586
|
+
description?: string | null | undefined;
|
|
587
|
+
enabled?: boolean | undefined;
|
|
588
|
+
template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
589
|
+
coverArtId?: string | null | undefined;
|
|
590
|
+
targetAmount?: number | undefined;
|
|
591
|
+
minInvestment?: number | null | undefined;
|
|
592
|
+
maxInvestment?: number | null | undefined;
|
|
593
|
+
contingencyAmount?: number | null | undefined;
|
|
594
|
+
startAt?: Date | null | undefined;
|
|
595
|
+
endAt?: Date | null | undefined;
|
|
596
|
+
issuerId?: string | undefined;
|
|
597
|
+
cancellationPeriod?: number | null | undefined;
|
|
598
|
+
memorandumId?: string | null | undefined;
|
|
599
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
600
|
+
showTotalRaised?: boolean | undefined;
|
|
601
|
+
hasEscrow?: boolean | undefined;
|
|
602
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
603
|
+
bankAccountId?: string | null | undefined;
|
|
604
|
+
escrowAccountId?: string | null | undefined;
|
|
605
|
+
warrantsEnabled?: boolean | undefined;
|
|
606
|
+
totalShares?: number | null | undefined;
|
|
607
|
+
warrantTermYears?: number | null | undefined;
|
|
608
|
+
exercisePrice?: number | null | undefined;
|
|
609
|
+
warrantPercentage?: number | null | undefined;
|
|
610
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
611
|
+
incrementThreshold?: number | null | undefined;
|
|
612
|
+
shareClassId?: string | null | undefined;
|
|
613
|
+
assetName?: string | undefined;
|
|
614
|
+
assetType?: import("../../..").AssetType | undefined;
|
|
615
|
+
pricePerUnit?: number | null | undefined;
|
|
616
|
+
totalUnits?: number | null | undefined;
|
|
617
|
+
yield?: number | null | undefined;
|
|
618
|
+
duration?: number | null | undefined;
|
|
619
|
+
durationType?: import("../../..").DurationType | null | undefined;
|
|
620
|
+
tiers?: number[] | null | undefined;
|
|
621
|
+
enableBonus?: boolean | undefined;
|
|
622
|
+
interestRate?: number | null | undefined;
|
|
623
|
+
bonusTiers?: {
|
|
624
|
+
value: number;
|
|
625
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
626
|
+
startAmount: number;
|
|
627
|
+
endAmount: number;
|
|
628
|
+
}[] | undefined;
|
|
629
|
+
}, {
|
|
630
|
+
type?: import("../../..").OfferingType | undefined;
|
|
631
|
+
name?: string | undefined;
|
|
632
|
+
description?: string | null | undefined;
|
|
633
|
+
enabled?: boolean | undefined;
|
|
634
|
+
template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
|
|
635
|
+
coverArtId?: string | null | undefined;
|
|
636
|
+
targetAmount?: number | undefined;
|
|
637
|
+
minInvestment?: number | null | undefined;
|
|
638
|
+
maxInvestment?: number | null | undefined;
|
|
639
|
+
contingencyAmount?: number | null | undefined;
|
|
640
|
+
startAt?: string | null | undefined;
|
|
641
|
+
endAt?: string | null | undefined;
|
|
642
|
+
issuerId?: string | undefined;
|
|
643
|
+
cancellationPeriod?: number | null | undefined;
|
|
644
|
+
memorandumId?: string | null | undefined;
|
|
645
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
646
|
+
showTotalRaised?: boolean | undefined;
|
|
647
|
+
hasEscrow?: boolean | undefined;
|
|
648
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
649
|
+
bankAccountId?: string | null | undefined;
|
|
650
|
+
escrowAccountId?: string | null | undefined;
|
|
651
|
+
warrantsEnabled?: boolean | undefined;
|
|
652
|
+
totalShares?: number | null | undefined;
|
|
653
|
+
warrantTermYears?: number | null | undefined;
|
|
654
|
+
exercisePrice?: number | null | undefined;
|
|
655
|
+
warrantPercentage?: number | null | undefined;
|
|
656
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
657
|
+
incrementThreshold?: number | null | undefined;
|
|
658
|
+
shareClassId?: string | null | undefined;
|
|
490
659
|
assetName?: string | undefined;
|
|
491
660
|
assetType?: import("../../..").AssetType | undefined;
|
|
492
661
|
pricePerUnit?: number | null | undefined;
|
|
@@ -496,6 +665,13 @@ export declare const offeringsContract: {
|
|
|
496
665
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
497
666
|
tiers?: number[] | null | undefined;
|
|
498
667
|
enableBonus?: boolean | undefined;
|
|
668
|
+
interestRate?: number | null | undefined;
|
|
669
|
+
bonusTiers?: {
|
|
670
|
+
value: number;
|
|
671
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
672
|
+
startAmount: number;
|
|
673
|
+
endAmount: number;
|
|
674
|
+
}[] | undefined;
|
|
499
675
|
}>;
|
|
500
676
|
pathParams: z.ZodObject<{
|
|
501
677
|
id: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -582,6 +758,7 @@ export declare const offeringsContract: {
|
|
|
582
758
|
};
|
|
583
759
|
body: z.ZodEffects<z.ZodObject<{
|
|
584
760
|
issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
761
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
585
762
|
name: z.ZodString;
|
|
586
763
|
type: z.ZodNativeEnum<typeof import("../../..").OfferingType>;
|
|
587
764
|
targetAmount: z.ZodNumber;
|
|
@@ -593,7 +770,7 @@ export declare const offeringsContract: {
|
|
|
593
770
|
endAt: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
|
|
594
771
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
595
772
|
cancellationPeriod: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
596
|
-
description: z.
|
|
773
|
+
description: z.ZodLazy<z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodString>>, string | null | undefined, string | null | undefined>, string | null | undefined, string | null | undefined>>;
|
|
597
774
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
|
|
598
775
|
assetName: z.ZodString;
|
|
599
776
|
assetType: z.ZodNativeEnum<typeof import("../../..").AssetType>;
|
|
@@ -605,12 +782,61 @@ export declare const offeringsContract: {
|
|
|
605
782
|
template: z.ZodDefault<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").AssetTemplateType>>;
|
|
606
783
|
tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
607
784
|
enableBonus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
785
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
786
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
787
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
788
|
+
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
789
|
+
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
790
|
+
type: z.ZodNativeEnum<typeof import("../../../common/types/bonus-tier.types").BonusType>;
|
|
791
|
+
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
792
|
+
startAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
793
|
+
endAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
794
|
+
}, "strip", z.ZodTypeAny, {
|
|
795
|
+
value: number;
|
|
796
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
797
|
+
startAmount: number;
|
|
798
|
+
endAmount: number;
|
|
799
|
+
}, {
|
|
800
|
+
value: number;
|
|
801
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
802
|
+
startAmount: number;
|
|
803
|
+
endAmount: number;
|
|
804
|
+
}>, {
|
|
805
|
+
value: number;
|
|
806
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
807
|
+
startAmount: number;
|
|
808
|
+
endAmount: number;
|
|
809
|
+
}, {
|
|
810
|
+
value: number;
|
|
811
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
812
|
+
startAmount: number;
|
|
813
|
+
endAmount: number;
|
|
814
|
+
}>, {
|
|
815
|
+
value: number;
|
|
816
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
817
|
+
startAmount: number;
|
|
818
|
+
endAmount: number;
|
|
819
|
+
}, {
|
|
820
|
+
value: number;
|
|
821
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
822
|
+
startAmount: number;
|
|
823
|
+
endAmount: number;
|
|
824
|
+
}>, "many">>;
|
|
825
|
+
warrantsEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
826
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
827
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
828
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
829
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
830
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof import("../../..").WarrantSharesCalculationMethod>>>;
|
|
831
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
832
|
+
showTotalRaised: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
608
833
|
}, "strip", z.ZodTypeAny, {
|
|
609
834
|
type: import("../../..").OfferingType;
|
|
610
835
|
name: string;
|
|
611
836
|
template: import("../../../common/types/asset.types").AssetTemplateType;
|
|
612
837
|
targetAmount: number;
|
|
613
838
|
issuerId: string;
|
|
839
|
+
warrantsEnabled: boolean;
|
|
614
840
|
assetName: string;
|
|
615
841
|
assetType: import("../../..").AssetType;
|
|
616
842
|
pricePerUnit: number | null;
|
|
@@ -625,11 +851,29 @@ export declare const offeringsContract: {
|
|
|
625
851
|
startAt?: Date | null | undefined;
|
|
626
852
|
endAt?: Date | null | undefined;
|
|
627
853
|
cancellationPeriod?: number | null | undefined;
|
|
854
|
+
showTotalRaised?: boolean | undefined;
|
|
855
|
+
hasEscrow?: boolean | undefined;
|
|
856
|
+
bankAccountId?: string | null | undefined;
|
|
857
|
+
escrowAccountId?: string | null | undefined;
|
|
858
|
+
totalShares?: number | null | undefined;
|
|
859
|
+
warrantTermYears?: number | null | undefined;
|
|
860
|
+
exercisePrice?: number | null | undefined;
|
|
861
|
+
warrantPercentage?: number | null | undefined;
|
|
862
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
863
|
+
incrementThreshold?: number | null | undefined;
|
|
864
|
+
shareClassId?: string | null | undefined;
|
|
628
865
|
yield?: number | null | undefined;
|
|
629
866
|
duration?: number | null | undefined;
|
|
630
867
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
631
868
|
tiers?: number[] | null | undefined;
|
|
632
869
|
enableBonus?: boolean | undefined;
|
|
870
|
+
interestRate?: number | null | undefined;
|
|
871
|
+
bonusTiers?: {
|
|
872
|
+
value: number;
|
|
873
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
874
|
+
startAmount: number;
|
|
875
|
+
endAmount: number;
|
|
876
|
+
}[] | undefined;
|
|
633
877
|
}, {
|
|
634
878
|
type: import("../../..").OfferingType;
|
|
635
879
|
name: string;
|
|
@@ -650,17 +894,37 @@ export declare const offeringsContract: {
|
|
|
650
894
|
startAt?: string | null | undefined;
|
|
651
895
|
endAt?: string | null | undefined;
|
|
652
896
|
cancellationPeriod?: number | null | undefined;
|
|
897
|
+
showTotalRaised?: boolean | undefined;
|
|
898
|
+
hasEscrow?: boolean | undefined;
|
|
899
|
+
bankAccountId?: string | null | undefined;
|
|
900
|
+
escrowAccountId?: string | null | undefined;
|
|
901
|
+
warrantsEnabled?: boolean | undefined;
|
|
902
|
+
totalShares?: number | null | undefined;
|
|
903
|
+
warrantTermYears?: number | null | undefined;
|
|
904
|
+
exercisePrice?: number | null | undefined;
|
|
905
|
+
warrantPercentage?: number | null | undefined;
|
|
906
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
907
|
+
incrementThreshold?: number | null | undefined;
|
|
908
|
+
shareClassId?: string | null | undefined;
|
|
653
909
|
yield?: number | null | undefined;
|
|
654
910
|
duration?: number | null | undefined;
|
|
655
911
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
656
912
|
tiers?: number[] | null | undefined;
|
|
657
913
|
enableBonus?: boolean | undefined;
|
|
914
|
+
interestRate?: number | null | undefined;
|
|
915
|
+
bonusTiers?: {
|
|
916
|
+
value: number;
|
|
917
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
918
|
+
startAmount: number;
|
|
919
|
+
endAmount: number;
|
|
920
|
+
}[] | undefined;
|
|
658
921
|
}>, {
|
|
659
922
|
type: import("../../..").OfferingType;
|
|
660
923
|
name: string;
|
|
661
924
|
template: import("../../../common/types/asset.types").AssetTemplateType;
|
|
662
925
|
targetAmount: number;
|
|
663
926
|
issuerId: string;
|
|
927
|
+
warrantsEnabled: boolean;
|
|
664
928
|
assetName: string;
|
|
665
929
|
assetType: import("../../..").AssetType;
|
|
666
930
|
pricePerUnit: number | null;
|
|
@@ -675,11 +939,29 @@ export declare const offeringsContract: {
|
|
|
675
939
|
startAt?: Date | null | undefined;
|
|
676
940
|
endAt?: Date | null | undefined;
|
|
677
941
|
cancellationPeriod?: number | null | undefined;
|
|
942
|
+
showTotalRaised?: boolean | undefined;
|
|
943
|
+
hasEscrow?: boolean | undefined;
|
|
944
|
+
bankAccountId?: string | null | undefined;
|
|
945
|
+
escrowAccountId?: string | null | undefined;
|
|
946
|
+
totalShares?: number | null | undefined;
|
|
947
|
+
warrantTermYears?: number | null | undefined;
|
|
948
|
+
exercisePrice?: number | null | undefined;
|
|
949
|
+
warrantPercentage?: number | null | undefined;
|
|
950
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
951
|
+
incrementThreshold?: number | null | undefined;
|
|
952
|
+
shareClassId?: string | null | undefined;
|
|
678
953
|
yield?: number | null | undefined;
|
|
679
954
|
duration?: number | null | undefined;
|
|
680
955
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
681
956
|
tiers?: number[] | null | undefined;
|
|
682
957
|
enableBonus?: boolean | undefined;
|
|
958
|
+
interestRate?: number | null | undefined;
|
|
959
|
+
bonusTiers?: {
|
|
960
|
+
value: number;
|
|
961
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
962
|
+
startAmount: number;
|
|
963
|
+
endAmount: number;
|
|
964
|
+
}[] | undefined;
|
|
683
965
|
}, {
|
|
684
966
|
type: import("../../..").OfferingType;
|
|
685
967
|
name: string;
|
|
@@ -700,11 +982,30 @@ export declare const offeringsContract: {
|
|
|
700
982
|
startAt?: string | null | undefined;
|
|
701
983
|
endAt?: string | null | undefined;
|
|
702
984
|
cancellationPeriod?: number | null | undefined;
|
|
985
|
+
showTotalRaised?: boolean | undefined;
|
|
986
|
+
hasEscrow?: boolean | undefined;
|
|
987
|
+
bankAccountId?: string | null | undefined;
|
|
988
|
+
escrowAccountId?: string | null | undefined;
|
|
989
|
+
warrantsEnabled?: boolean | undefined;
|
|
990
|
+
totalShares?: number | null | undefined;
|
|
991
|
+
warrantTermYears?: number | null | undefined;
|
|
992
|
+
exercisePrice?: number | null | undefined;
|
|
993
|
+
warrantPercentage?: number | null | undefined;
|
|
994
|
+
calculationMethod?: import("../../..").WarrantSharesCalculationMethod | null | undefined;
|
|
995
|
+
incrementThreshold?: number | null | undefined;
|
|
996
|
+
shareClassId?: string | null | undefined;
|
|
703
997
|
yield?: number | null | undefined;
|
|
704
998
|
duration?: number | null | undefined;
|
|
705
999
|
durationType?: import("../../..").DurationType | null | undefined;
|
|
706
1000
|
tiers?: number[] | null | undefined;
|
|
707
1001
|
enableBonus?: boolean | undefined;
|
|
1002
|
+
interestRate?: number | null | undefined;
|
|
1003
|
+
bonusTiers?: {
|
|
1004
|
+
value: number;
|
|
1005
|
+
type: import("../../../common/types/bonus-tier.types").BonusType;
|
|
1006
|
+
startAmount: number;
|
|
1007
|
+
endAmount: number;
|
|
1008
|
+
}[] | undefined;
|
|
708
1009
|
}>;
|
|
709
1010
|
summary: "[ADMIN] Create offering";
|
|
710
1011
|
path: "offerings";
|