@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
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { OfferingType, ManagedByType, OfferingVersioningType, ComplianceReview, DurationType, AssetType } from './common.types';
|
|
2
|
+
import { OfferingType, ManagedByType, OfferingVersioningType, ComplianceReview, DurationType, AssetType, HttpMethod, WarrantSharesCalculationMethod, OfferingStatus } from './common.types';
|
|
3
3
|
import { AssetTemplateType } from './asset.types';
|
|
4
|
-
|
|
5
|
-
ONBOARDING = "ONBOARDING",
|
|
6
|
-
IN_COMPLIANCE_REVIEW = "IN_COMPLIANCE_REVIEW",
|
|
7
|
-
ACTIVE = "ACTIVE",
|
|
8
|
-
PAUSED = "PAUSED"
|
|
9
|
-
}
|
|
4
|
+
import { PostComplianceOffering } from './offering.types';
|
|
10
5
|
export declare const IIssuerOffering: z.ZodObject<{
|
|
11
6
|
id: z.ZodString;
|
|
12
7
|
__entity: z.ZodOptional<z.ZodString>;
|
|
@@ -134,6 +129,7 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
134
129
|
template: z.ZodNativeEnum<typeof AssetTemplateType>;
|
|
135
130
|
tiers: z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>;
|
|
136
131
|
enableBonus: z.ZodBoolean;
|
|
132
|
+
interestRate: z.ZodNullable<z.ZodNumber>;
|
|
137
133
|
}, "strip", z.ZodTypeAny, {
|
|
138
134
|
type: AssetType | null;
|
|
139
135
|
id: string;
|
|
@@ -152,6 +148,7 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
152
148
|
durationType: DurationType | null;
|
|
153
149
|
tiers: number[] | null;
|
|
154
150
|
enableBonus: boolean;
|
|
151
|
+
interestRate: number | null;
|
|
155
152
|
__entity?: string | undefined;
|
|
156
153
|
account?: {
|
|
157
154
|
status: import("./common.types").AccountStatus;
|
|
@@ -186,6 +183,7 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
186
183
|
durationType: DurationType | null;
|
|
187
184
|
tiers: number[] | null;
|
|
188
185
|
enableBonus: boolean;
|
|
186
|
+
interestRate: number | null;
|
|
189
187
|
__entity?: string | undefined;
|
|
190
188
|
account?: {
|
|
191
189
|
status: import("./common.types").AccountStatus;
|
|
@@ -212,6 +210,131 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
212
210
|
valuationCap: z.ZodNullable<z.ZodNumber>;
|
|
213
211
|
showTotalRaised: z.ZodOptional<z.ZodBoolean>;
|
|
214
212
|
status: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof OfferingStatus>>>;
|
|
213
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
214
|
+
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
215
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
216
|
+
bankAccount: z.ZodOptional<z.ZodNullable<z.ZodLazy<any>>>;
|
|
217
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
218
|
+
escrowAccount: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
219
|
+
id: z.ZodString;
|
|
220
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
221
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
222
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
223
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
224
|
+
} & {
|
|
225
|
+
company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
226
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
227
|
+
routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
228
|
+
accountName: z.ZodString;
|
|
229
|
+
agentEmail: z.ZodString;
|
|
230
|
+
agentName: z.ZodString;
|
|
231
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
232
|
+
account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
233
|
+
id: z.ZodString;
|
|
234
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
235
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
236
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
237
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
238
|
+
} & {
|
|
239
|
+
name: z.ZodString;
|
|
240
|
+
status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
|
|
241
|
+
managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
242
|
+
platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
|
|
243
|
+
onboardingReviewerId: z.ZodNullable<z.ZodString>;
|
|
244
|
+
onboardingReviewAt: z.ZodNullable<z.ZodDate>;
|
|
245
|
+
allowPendingComplianceReview: z.ZodBoolean;
|
|
246
|
+
}, "strip", z.ZodTypeAny, {
|
|
247
|
+
status: import("./common.types").AccountStatus;
|
|
248
|
+
id: string;
|
|
249
|
+
createdAt: string | Date;
|
|
250
|
+
updatedAt: string | Date;
|
|
251
|
+
deletedAt: string | Date | null;
|
|
252
|
+
name: string;
|
|
253
|
+
managedBy: ManagedByType | null;
|
|
254
|
+
platform: import("./common.types").Platform;
|
|
255
|
+
onboardingReviewerId: string | null;
|
|
256
|
+
onboardingReviewAt: Date | null;
|
|
257
|
+
allowPendingComplianceReview: boolean;
|
|
258
|
+
__entity?: string | undefined;
|
|
259
|
+
}, {
|
|
260
|
+
status: import("./common.types").AccountStatus;
|
|
261
|
+
id: string;
|
|
262
|
+
createdAt: string | Date;
|
|
263
|
+
updatedAt: string | Date;
|
|
264
|
+
deletedAt: string | Date | null;
|
|
265
|
+
name: string;
|
|
266
|
+
managedBy: ManagedByType | null;
|
|
267
|
+
platform: import("./common.types").Platform;
|
|
268
|
+
onboardingReviewerId: string | null;
|
|
269
|
+
onboardingReviewAt: Date | null;
|
|
270
|
+
allowPendingComplianceReview: boolean;
|
|
271
|
+
__entity?: string | undefined;
|
|
272
|
+
}>>>;
|
|
273
|
+
}, "strip", z.ZodTypeAny, {
|
|
274
|
+
id: string;
|
|
275
|
+
createdAt: string | Date;
|
|
276
|
+
updatedAt: string | Date;
|
|
277
|
+
deletedAt: string | Date | null;
|
|
278
|
+
accountId: string;
|
|
279
|
+
accountName: string;
|
|
280
|
+
agentEmail: string;
|
|
281
|
+
agentName: string;
|
|
282
|
+
__entity?: string | undefined;
|
|
283
|
+
account?: {
|
|
284
|
+
status: import("./common.types").AccountStatus;
|
|
285
|
+
id: string;
|
|
286
|
+
createdAt: string | Date;
|
|
287
|
+
updatedAt: string | Date;
|
|
288
|
+
deletedAt: string | Date | null;
|
|
289
|
+
name: string;
|
|
290
|
+
managedBy: ManagedByType | null;
|
|
291
|
+
platform: import("./common.types").Platform;
|
|
292
|
+
onboardingReviewerId: string | null;
|
|
293
|
+
onboardingReviewAt: Date | null;
|
|
294
|
+
allowPendingComplianceReview: boolean;
|
|
295
|
+
__entity?: string | undefined;
|
|
296
|
+
} | null | undefined;
|
|
297
|
+
accountNumber?: string | null | undefined;
|
|
298
|
+
routingNumber?: string | null | undefined;
|
|
299
|
+
company?: string | null | undefined;
|
|
300
|
+
}, {
|
|
301
|
+
id: string;
|
|
302
|
+
createdAt: string | Date;
|
|
303
|
+
updatedAt: string | Date;
|
|
304
|
+
deletedAt: string | Date | null;
|
|
305
|
+
accountId: string;
|
|
306
|
+
accountName: string;
|
|
307
|
+
agentEmail: string;
|
|
308
|
+
agentName: string;
|
|
309
|
+
__entity?: string | undefined;
|
|
310
|
+
account?: {
|
|
311
|
+
status: import("./common.types").AccountStatus;
|
|
312
|
+
id: string;
|
|
313
|
+
createdAt: string | Date;
|
|
314
|
+
updatedAt: string | Date;
|
|
315
|
+
deletedAt: string | Date | null;
|
|
316
|
+
name: string;
|
|
317
|
+
managedBy: ManagedByType | null;
|
|
318
|
+
platform: import("./common.types").Platform;
|
|
319
|
+
onboardingReviewerId: string | null;
|
|
320
|
+
onboardingReviewAt: Date | null;
|
|
321
|
+
allowPendingComplianceReview: boolean;
|
|
322
|
+
__entity?: string | undefined;
|
|
323
|
+
} | null | undefined;
|
|
324
|
+
accountNumber?: string | null | undefined;
|
|
325
|
+
routingNumber?: string | null | undefined;
|
|
326
|
+
company?: string | null | undefined;
|
|
327
|
+
}>>>>;
|
|
328
|
+
warrantsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
329
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
330
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
331
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
332
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
333
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof WarrantSharesCalculationMethod>>>;
|
|
334
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
335
|
+
fullyDilutedShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
336
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
337
|
+
soldOut: z.ZodOptional<z.ZodBoolean>;
|
|
215
338
|
}, "strip", z.ZodTypeAny, {
|
|
216
339
|
type: OfferingType | null;
|
|
217
340
|
id: string;
|
|
@@ -256,6 +379,7 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
256
379
|
durationType: DurationType | null;
|
|
257
380
|
tiers: number[] | null;
|
|
258
381
|
enableBonus: boolean;
|
|
382
|
+
interestRate: number | null;
|
|
259
383
|
__entity?: string | undefined;
|
|
260
384
|
account?: {
|
|
261
385
|
status: import("./common.types").AccountStatus;
|
|
@@ -287,12 +411,55 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
287
411
|
allowPendingComplianceReview: boolean;
|
|
288
412
|
__entity?: string | undefined;
|
|
289
413
|
} | null | undefined;
|
|
414
|
+
soldOut?: boolean | undefined;
|
|
290
415
|
issuer?: any;
|
|
291
416
|
coverArtId?: string | null | undefined;
|
|
292
417
|
coverArt?: any;
|
|
293
418
|
memorandumId?: string | null | undefined;
|
|
294
419
|
subscriptionAgreementId?: string | null | undefined;
|
|
295
420
|
showTotalRaised?: boolean | undefined;
|
|
421
|
+
hasEscrow?: boolean | undefined;
|
|
422
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
423
|
+
bankAccountId?: string | null | undefined;
|
|
424
|
+
bankAccount?: any;
|
|
425
|
+
escrowAccountId?: string | null | undefined;
|
|
426
|
+
escrowAccount?: {
|
|
427
|
+
id: string;
|
|
428
|
+
createdAt: string | Date;
|
|
429
|
+
updatedAt: string | Date;
|
|
430
|
+
deletedAt: string | Date | null;
|
|
431
|
+
accountId: string;
|
|
432
|
+
accountName: string;
|
|
433
|
+
agentEmail: string;
|
|
434
|
+
agentName: string;
|
|
435
|
+
__entity?: string | undefined;
|
|
436
|
+
account?: {
|
|
437
|
+
status: import("./common.types").AccountStatus;
|
|
438
|
+
id: string;
|
|
439
|
+
createdAt: string | Date;
|
|
440
|
+
updatedAt: string | Date;
|
|
441
|
+
deletedAt: string | Date | null;
|
|
442
|
+
name: string;
|
|
443
|
+
managedBy: ManagedByType | null;
|
|
444
|
+
platform: import("./common.types").Platform;
|
|
445
|
+
onboardingReviewerId: string | null;
|
|
446
|
+
onboardingReviewAt: Date | null;
|
|
447
|
+
allowPendingComplianceReview: boolean;
|
|
448
|
+
__entity?: string | undefined;
|
|
449
|
+
} | null | undefined;
|
|
450
|
+
accountNumber?: string | null | undefined;
|
|
451
|
+
routingNumber?: string | null | undefined;
|
|
452
|
+
company?: string | null | undefined;
|
|
453
|
+
} | null | undefined;
|
|
454
|
+
warrantsEnabled?: boolean | undefined;
|
|
455
|
+
totalShares?: number | null | undefined;
|
|
456
|
+
warrantTermYears?: number | null | undefined;
|
|
457
|
+
exercisePrice?: number | null | undefined;
|
|
458
|
+
warrantPercentage?: number | null | undefined;
|
|
459
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
460
|
+
incrementThreshold?: number | null | undefined;
|
|
461
|
+
fullyDilutedShares?: number | null | undefined;
|
|
462
|
+
shareClassId?: string | null | undefined;
|
|
296
463
|
}, {
|
|
297
464
|
type: OfferingType | null;
|
|
298
465
|
id: string;
|
|
@@ -337,6 +504,7 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
337
504
|
durationType: DurationType | null;
|
|
338
505
|
tiers: number[] | null;
|
|
339
506
|
enableBonus: boolean;
|
|
507
|
+
interestRate: number | null;
|
|
340
508
|
__entity?: string | undefined;
|
|
341
509
|
account?: {
|
|
342
510
|
status: import("./common.types").AccountStatus;
|
|
@@ -368,12 +536,55 @@ export declare const IIssuerOffering: z.ZodObject<{
|
|
|
368
536
|
allowPendingComplianceReview: boolean;
|
|
369
537
|
__entity?: string | undefined;
|
|
370
538
|
} | null | undefined;
|
|
539
|
+
soldOut?: boolean | undefined;
|
|
371
540
|
issuer?: any;
|
|
372
541
|
coverArtId?: string | null | undefined;
|
|
373
542
|
coverArt?: any;
|
|
374
543
|
memorandumId?: string | null | undefined;
|
|
375
544
|
subscriptionAgreementId?: string | null | undefined;
|
|
376
545
|
showTotalRaised?: boolean | undefined;
|
|
546
|
+
hasEscrow?: boolean | undefined;
|
|
547
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
548
|
+
bankAccountId?: string | null | undefined;
|
|
549
|
+
bankAccount?: any;
|
|
550
|
+
escrowAccountId?: string | null | undefined;
|
|
551
|
+
escrowAccount?: {
|
|
552
|
+
id: string;
|
|
553
|
+
createdAt: string | Date;
|
|
554
|
+
updatedAt: string | Date;
|
|
555
|
+
deletedAt: string | Date | null;
|
|
556
|
+
accountId: string;
|
|
557
|
+
accountName: string;
|
|
558
|
+
agentEmail: string;
|
|
559
|
+
agentName: string;
|
|
560
|
+
__entity?: string | undefined;
|
|
561
|
+
account?: {
|
|
562
|
+
status: import("./common.types").AccountStatus;
|
|
563
|
+
id: string;
|
|
564
|
+
createdAt: string | Date;
|
|
565
|
+
updatedAt: string | Date;
|
|
566
|
+
deletedAt: string | Date | null;
|
|
567
|
+
name: string;
|
|
568
|
+
managedBy: ManagedByType | null;
|
|
569
|
+
platform: import("./common.types").Platform;
|
|
570
|
+
onboardingReviewerId: string | null;
|
|
571
|
+
onboardingReviewAt: Date | null;
|
|
572
|
+
allowPendingComplianceReview: boolean;
|
|
573
|
+
__entity?: string | undefined;
|
|
574
|
+
} | null | undefined;
|
|
575
|
+
accountNumber?: string | null | undefined;
|
|
576
|
+
routingNumber?: string | null | undefined;
|
|
577
|
+
company?: string | null | undefined;
|
|
578
|
+
} | null | undefined;
|
|
579
|
+
warrantsEnabled?: boolean | undefined;
|
|
580
|
+
totalShares?: number | null | undefined;
|
|
581
|
+
warrantTermYears?: number | null | undefined;
|
|
582
|
+
exercisePrice?: number | null | undefined;
|
|
583
|
+
warrantPercentage?: number | null | undefined;
|
|
584
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
585
|
+
incrementThreshold?: number | null | undefined;
|
|
586
|
+
fullyDilutedShares?: number | null | undefined;
|
|
587
|
+
shareClassId?: string | null | undefined;
|
|
377
588
|
}>;
|
|
378
589
|
export type IIssuerOffering = z.infer<typeof IIssuerOffering>;
|
|
379
590
|
export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
@@ -504,6 +715,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
504
715
|
template: z.ZodNativeEnum<typeof AssetTemplateType>;
|
|
505
716
|
tiers: z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>;
|
|
506
717
|
enableBonus: z.ZodBoolean;
|
|
718
|
+
interestRate: z.ZodNullable<z.ZodNumber>;
|
|
507
719
|
}, "strip", z.ZodTypeAny, {
|
|
508
720
|
type: AssetType | null;
|
|
509
721
|
id: string;
|
|
@@ -522,6 +734,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
522
734
|
durationType: DurationType | null;
|
|
523
735
|
tiers: number[] | null;
|
|
524
736
|
enableBonus: boolean;
|
|
737
|
+
interestRate: number | null;
|
|
525
738
|
__entity?: string | undefined;
|
|
526
739
|
account?: {
|
|
527
740
|
status: import("./common.types").AccountStatus;
|
|
@@ -556,6 +769,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
556
769
|
durationType: DurationType | null;
|
|
557
770
|
tiers: number[] | null;
|
|
558
771
|
enableBonus: boolean;
|
|
772
|
+
interestRate: number | null;
|
|
559
773
|
__entity?: string | undefined;
|
|
560
774
|
account?: {
|
|
561
775
|
status: import("./common.types").AccountStatus;
|
|
@@ -582,6 +796,131 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
582
796
|
valuationCap: z.ZodNullable<z.ZodNumber>;
|
|
583
797
|
showTotalRaised: z.ZodOptional<z.ZodBoolean>;
|
|
584
798
|
status: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof OfferingStatus>>>;
|
|
799
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
800
|
+
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
801
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
802
|
+
bankAccount: z.ZodOptional<z.ZodNullable<z.ZodLazy<any>>>;
|
|
803
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
804
|
+
escrowAccount: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
805
|
+
id: z.ZodString;
|
|
806
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
807
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
808
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
809
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
810
|
+
} & {
|
|
811
|
+
company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
812
|
+
accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
813
|
+
routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
814
|
+
accountName: z.ZodString;
|
|
815
|
+
agentEmail: z.ZodString;
|
|
816
|
+
agentName: z.ZodString;
|
|
817
|
+
accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
818
|
+
account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
819
|
+
id: z.ZodString;
|
|
820
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
821
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
822
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
823
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
824
|
+
} & {
|
|
825
|
+
name: z.ZodString;
|
|
826
|
+
status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
|
|
827
|
+
managedBy: z.ZodNullable<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
828
|
+
platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
|
|
829
|
+
onboardingReviewerId: z.ZodNullable<z.ZodString>;
|
|
830
|
+
onboardingReviewAt: z.ZodNullable<z.ZodDate>;
|
|
831
|
+
allowPendingComplianceReview: z.ZodBoolean;
|
|
832
|
+
}, "strip", z.ZodTypeAny, {
|
|
833
|
+
status: import("./common.types").AccountStatus;
|
|
834
|
+
id: string;
|
|
835
|
+
createdAt: string | Date;
|
|
836
|
+
updatedAt: string | Date;
|
|
837
|
+
deletedAt: string | Date | null;
|
|
838
|
+
name: string;
|
|
839
|
+
managedBy: ManagedByType | null;
|
|
840
|
+
platform: import("./common.types").Platform;
|
|
841
|
+
onboardingReviewerId: string | null;
|
|
842
|
+
onboardingReviewAt: Date | null;
|
|
843
|
+
allowPendingComplianceReview: boolean;
|
|
844
|
+
__entity?: string | undefined;
|
|
845
|
+
}, {
|
|
846
|
+
status: import("./common.types").AccountStatus;
|
|
847
|
+
id: string;
|
|
848
|
+
createdAt: string | Date;
|
|
849
|
+
updatedAt: string | Date;
|
|
850
|
+
deletedAt: string | Date | null;
|
|
851
|
+
name: string;
|
|
852
|
+
managedBy: ManagedByType | null;
|
|
853
|
+
platform: import("./common.types").Platform;
|
|
854
|
+
onboardingReviewerId: string | null;
|
|
855
|
+
onboardingReviewAt: Date | null;
|
|
856
|
+
allowPendingComplianceReview: boolean;
|
|
857
|
+
__entity?: string | undefined;
|
|
858
|
+
}>>>;
|
|
859
|
+
}, "strip", z.ZodTypeAny, {
|
|
860
|
+
id: string;
|
|
861
|
+
createdAt: string | Date;
|
|
862
|
+
updatedAt: string | Date;
|
|
863
|
+
deletedAt: string | Date | null;
|
|
864
|
+
accountId: string;
|
|
865
|
+
accountName: string;
|
|
866
|
+
agentEmail: string;
|
|
867
|
+
agentName: string;
|
|
868
|
+
__entity?: string | undefined;
|
|
869
|
+
account?: {
|
|
870
|
+
status: import("./common.types").AccountStatus;
|
|
871
|
+
id: string;
|
|
872
|
+
createdAt: string | Date;
|
|
873
|
+
updatedAt: string | Date;
|
|
874
|
+
deletedAt: string | Date | null;
|
|
875
|
+
name: string;
|
|
876
|
+
managedBy: ManagedByType | null;
|
|
877
|
+
platform: import("./common.types").Platform;
|
|
878
|
+
onboardingReviewerId: string | null;
|
|
879
|
+
onboardingReviewAt: Date | null;
|
|
880
|
+
allowPendingComplianceReview: boolean;
|
|
881
|
+
__entity?: string | undefined;
|
|
882
|
+
} | null | undefined;
|
|
883
|
+
accountNumber?: string | null | undefined;
|
|
884
|
+
routingNumber?: string | null | undefined;
|
|
885
|
+
company?: string | null | undefined;
|
|
886
|
+
}, {
|
|
887
|
+
id: string;
|
|
888
|
+
createdAt: string | Date;
|
|
889
|
+
updatedAt: string | Date;
|
|
890
|
+
deletedAt: string | Date | null;
|
|
891
|
+
accountId: string;
|
|
892
|
+
accountName: string;
|
|
893
|
+
agentEmail: string;
|
|
894
|
+
agentName: string;
|
|
895
|
+
__entity?: string | undefined;
|
|
896
|
+
account?: {
|
|
897
|
+
status: import("./common.types").AccountStatus;
|
|
898
|
+
id: string;
|
|
899
|
+
createdAt: string | Date;
|
|
900
|
+
updatedAt: string | Date;
|
|
901
|
+
deletedAt: string | Date | null;
|
|
902
|
+
name: string;
|
|
903
|
+
managedBy: ManagedByType | null;
|
|
904
|
+
platform: import("./common.types").Platform;
|
|
905
|
+
onboardingReviewerId: string | null;
|
|
906
|
+
onboardingReviewAt: Date | null;
|
|
907
|
+
allowPendingComplianceReview: boolean;
|
|
908
|
+
__entity?: string | undefined;
|
|
909
|
+
} | null | undefined;
|
|
910
|
+
accountNumber?: string | null | undefined;
|
|
911
|
+
routingNumber?: string | null | undefined;
|
|
912
|
+
company?: string | null | undefined;
|
|
913
|
+
}>>>>;
|
|
914
|
+
warrantsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
915
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
916
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
917
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
918
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
919
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof WarrantSharesCalculationMethod>>>;
|
|
920
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
921
|
+
fullyDilutedShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
922
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
923
|
+
soldOut: z.ZodOptional<z.ZodBoolean>;
|
|
585
924
|
}, "strip", z.ZodTypeAny, {
|
|
586
925
|
type: OfferingType | null;
|
|
587
926
|
id: string;
|
|
@@ -626,6 +965,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
626
965
|
durationType: DurationType | null;
|
|
627
966
|
tiers: number[] | null;
|
|
628
967
|
enableBonus: boolean;
|
|
968
|
+
interestRate: number | null;
|
|
629
969
|
__entity?: string | undefined;
|
|
630
970
|
account?: {
|
|
631
971
|
status: import("./common.types").AccountStatus;
|
|
@@ -657,12 +997,55 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
657
997
|
allowPendingComplianceReview: boolean;
|
|
658
998
|
__entity?: string | undefined;
|
|
659
999
|
} | null | undefined;
|
|
1000
|
+
soldOut?: boolean | undefined;
|
|
660
1001
|
issuer?: any;
|
|
661
1002
|
coverArtId?: string | null | undefined;
|
|
662
1003
|
coverArt?: any;
|
|
663
1004
|
memorandumId?: string | null | undefined;
|
|
664
1005
|
subscriptionAgreementId?: string | null | undefined;
|
|
665
1006
|
showTotalRaised?: boolean | undefined;
|
|
1007
|
+
hasEscrow?: boolean | undefined;
|
|
1008
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
1009
|
+
bankAccountId?: string | null | undefined;
|
|
1010
|
+
bankAccount?: any;
|
|
1011
|
+
escrowAccountId?: string | null | undefined;
|
|
1012
|
+
escrowAccount?: {
|
|
1013
|
+
id: string;
|
|
1014
|
+
createdAt: string | Date;
|
|
1015
|
+
updatedAt: string | Date;
|
|
1016
|
+
deletedAt: string | Date | null;
|
|
1017
|
+
accountId: string;
|
|
1018
|
+
accountName: string;
|
|
1019
|
+
agentEmail: string;
|
|
1020
|
+
agentName: string;
|
|
1021
|
+
__entity?: string | undefined;
|
|
1022
|
+
account?: {
|
|
1023
|
+
status: import("./common.types").AccountStatus;
|
|
1024
|
+
id: string;
|
|
1025
|
+
createdAt: string | Date;
|
|
1026
|
+
updatedAt: string | Date;
|
|
1027
|
+
deletedAt: string | Date | null;
|
|
1028
|
+
name: string;
|
|
1029
|
+
managedBy: ManagedByType | null;
|
|
1030
|
+
platform: import("./common.types").Platform;
|
|
1031
|
+
onboardingReviewerId: string | null;
|
|
1032
|
+
onboardingReviewAt: Date | null;
|
|
1033
|
+
allowPendingComplianceReview: boolean;
|
|
1034
|
+
__entity?: string | undefined;
|
|
1035
|
+
} | null | undefined;
|
|
1036
|
+
accountNumber?: string | null | undefined;
|
|
1037
|
+
routingNumber?: string | null | undefined;
|
|
1038
|
+
company?: string | null | undefined;
|
|
1039
|
+
} | null | undefined;
|
|
1040
|
+
warrantsEnabled?: boolean | undefined;
|
|
1041
|
+
totalShares?: number | null | undefined;
|
|
1042
|
+
warrantTermYears?: number | null | undefined;
|
|
1043
|
+
exercisePrice?: number | null | undefined;
|
|
1044
|
+
warrantPercentage?: number | null | undefined;
|
|
1045
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1046
|
+
incrementThreshold?: number | null | undefined;
|
|
1047
|
+
fullyDilutedShares?: number | null | undefined;
|
|
1048
|
+
shareClassId?: string | null | undefined;
|
|
666
1049
|
}, {
|
|
667
1050
|
type: OfferingType | null;
|
|
668
1051
|
id: string;
|
|
@@ -707,6 +1090,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
707
1090
|
durationType: DurationType | null;
|
|
708
1091
|
tiers: number[] | null;
|
|
709
1092
|
enableBonus: boolean;
|
|
1093
|
+
interestRate: number | null;
|
|
710
1094
|
__entity?: string | undefined;
|
|
711
1095
|
account?: {
|
|
712
1096
|
status: import("./common.types").AccountStatus;
|
|
@@ -738,12 +1122,55 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
738
1122
|
allowPendingComplianceReview: boolean;
|
|
739
1123
|
__entity?: string | undefined;
|
|
740
1124
|
} | null | undefined;
|
|
1125
|
+
soldOut?: boolean | undefined;
|
|
741
1126
|
issuer?: any;
|
|
742
1127
|
coverArtId?: string | null | undefined;
|
|
743
1128
|
coverArt?: any;
|
|
744
1129
|
memorandumId?: string | null | undefined;
|
|
745
1130
|
subscriptionAgreementId?: string | null | undefined;
|
|
746
1131
|
showTotalRaised?: boolean | undefined;
|
|
1132
|
+
hasEscrow?: boolean | undefined;
|
|
1133
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
1134
|
+
bankAccountId?: string | null | undefined;
|
|
1135
|
+
bankAccount?: any;
|
|
1136
|
+
escrowAccountId?: string | null | undefined;
|
|
1137
|
+
escrowAccount?: {
|
|
1138
|
+
id: string;
|
|
1139
|
+
createdAt: string | Date;
|
|
1140
|
+
updatedAt: string | Date;
|
|
1141
|
+
deletedAt: string | Date | null;
|
|
1142
|
+
accountId: string;
|
|
1143
|
+
accountName: string;
|
|
1144
|
+
agentEmail: string;
|
|
1145
|
+
agentName: string;
|
|
1146
|
+
__entity?: string | undefined;
|
|
1147
|
+
account?: {
|
|
1148
|
+
status: import("./common.types").AccountStatus;
|
|
1149
|
+
id: string;
|
|
1150
|
+
createdAt: string | Date;
|
|
1151
|
+
updatedAt: string | Date;
|
|
1152
|
+
deletedAt: string | Date | null;
|
|
1153
|
+
name: string;
|
|
1154
|
+
managedBy: ManagedByType | null;
|
|
1155
|
+
platform: import("./common.types").Platform;
|
|
1156
|
+
onboardingReviewerId: string | null;
|
|
1157
|
+
onboardingReviewAt: Date | null;
|
|
1158
|
+
allowPendingComplianceReview: boolean;
|
|
1159
|
+
__entity?: string | undefined;
|
|
1160
|
+
} | null | undefined;
|
|
1161
|
+
accountNumber?: string | null | undefined;
|
|
1162
|
+
routingNumber?: string | null | undefined;
|
|
1163
|
+
company?: string | null | undefined;
|
|
1164
|
+
} | null | undefined;
|
|
1165
|
+
warrantsEnabled?: boolean | undefined;
|
|
1166
|
+
totalShares?: number | null | undefined;
|
|
1167
|
+
warrantTermYears?: number | null | undefined;
|
|
1168
|
+
exercisePrice?: number | null | undefined;
|
|
1169
|
+
warrantPercentage?: number | null | undefined;
|
|
1170
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1171
|
+
incrementThreshold?: number | null | undefined;
|
|
1172
|
+
fullyDilutedShares?: number | null | undefined;
|
|
1173
|
+
shareClassId?: string | null | undefined;
|
|
747
1174
|
}>, "many">;
|
|
748
1175
|
meta: z.ZodObject<{
|
|
749
1176
|
itemCount: z.ZodNumber;
|
|
@@ -809,6 +1236,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
809
1236
|
durationType: DurationType | null;
|
|
810
1237
|
tiers: number[] | null;
|
|
811
1238
|
enableBonus: boolean;
|
|
1239
|
+
interestRate: number | null;
|
|
812
1240
|
__entity?: string | undefined;
|
|
813
1241
|
account?: {
|
|
814
1242
|
status: import("./common.types").AccountStatus;
|
|
@@ -840,12 +1268,55 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
840
1268
|
allowPendingComplianceReview: boolean;
|
|
841
1269
|
__entity?: string | undefined;
|
|
842
1270
|
} | null | undefined;
|
|
1271
|
+
soldOut?: boolean | undefined;
|
|
843
1272
|
issuer?: any;
|
|
844
1273
|
coverArtId?: string | null | undefined;
|
|
845
1274
|
coverArt?: any;
|
|
846
1275
|
memorandumId?: string | null | undefined;
|
|
847
1276
|
subscriptionAgreementId?: string | null | undefined;
|
|
848
1277
|
showTotalRaised?: boolean | undefined;
|
|
1278
|
+
hasEscrow?: boolean | undefined;
|
|
1279
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
1280
|
+
bankAccountId?: string | null | undefined;
|
|
1281
|
+
bankAccount?: any;
|
|
1282
|
+
escrowAccountId?: string | null | undefined;
|
|
1283
|
+
escrowAccount?: {
|
|
1284
|
+
id: string;
|
|
1285
|
+
createdAt: string | Date;
|
|
1286
|
+
updatedAt: string | Date;
|
|
1287
|
+
deletedAt: string | Date | null;
|
|
1288
|
+
accountId: string;
|
|
1289
|
+
accountName: string;
|
|
1290
|
+
agentEmail: string;
|
|
1291
|
+
agentName: string;
|
|
1292
|
+
__entity?: string | undefined;
|
|
1293
|
+
account?: {
|
|
1294
|
+
status: import("./common.types").AccountStatus;
|
|
1295
|
+
id: string;
|
|
1296
|
+
createdAt: string | Date;
|
|
1297
|
+
updatedAt: string | Date;
|
|
1298
|
+
deletedAt: string | Date | null;
|
|
1299
|
+
name: string;
|
|
1300
|
+
managedBy: ManagedByType | null;
|
|
1301
|
+
platform: import("./common.types").Platform;
|
|
1302
|
+
onboardingReviewerId: string | null;
|
|
1303
|
+
onboardingReviewAt: Date | null;
|
|
1304
|
+
allowPendingComplianceReview: boolean;
|
|
1305
|
+
__entity?: string | undefined;
|
|
1306
|
+
} | null | undefined;
|
|
1307
|
+
accountNumber?: string | null | undefined;
|
|
1308
|
+
routingNumber?: string | null | undefined;
|
|
1309
|
+
company?: string | null | undefined;
|
|
1310
|
+
} | null | undefined;
|
|
1311
|
+
warrantsEnabled?: boolean | undefined;
|
|
1312
|
+
totalShares?: number | null | undefined;
|
|
1313
|
+
warrantTermYears?: number | null | undefined;
|
|
1314
|
+
exercisePrice?: number | null | undefined;
|
|
1315
|
+
warrantPercentage?: number | null | undefined;
|
|
1316
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1317
|
+
incrementThreshold?: number | null | undefined;
|
|
1318
|
+
fullyDilutedShares?: number | null | undefined;
|
|
1319
|
+
shareClassId?: string | null | undefined;
|
|
849
1320
|
}[];
|
|
850
1321
|
meta: {
|
|
851
1322
|
itemCount: number;
|
|
@@ -899,6 +1370,7 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
899
1370
|
durationType: DurationType | null;
|
|
900
1371
|
tiers: number[] | null;
|
|
901
1372
|
enableBonus: boolean;
|
|
1373
|
+
interestRate: number | null;
|
|
902
1374
|
__entity?: string | undefined;
|
|
903
1375
|
account?: {
|
|
904
1376
|
status: import("./common.types").AccountStatus;
|
|
@@ -930,12 +1402,55 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
930
1402
|
allowPendingComplianceReview: boolean;
|
|
931
1403
|
__entity?: string | undefined;
|
|
932
1404
|
} | null | undefined;
|
|
1405
|
+
soldOut?: boolean | undefined;
|
|
933
1406
|
issuer?: any;
|
|
934
1407
|
coverArtId?: string | null | undefined;
|
|
935
1408
|
coverArt?: any;
|
|
936
1409
|
memorandumId?: string | null | undefined;
|
|
937
1410
|
subscriptionAgreementId?: string | null | undefined;
|
|
938
1411
|
showTotalRaised?: boolean | undefined;
|
|
1412
|
+
hasEscrow?: boolean | undefined;
|
|
1413
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
1414
|
+
bankAccountId?: string | null | undefined;
|
|
1415
|
+
bankAccount?: any;
|
|
1416
|
+
escrowAccountId?: string | null | undefined;
|
|
1417
|
+
escrowAccount?: {
|
|
1418
|
+
id: string;
|
|
1419
|
+
createdAt: string | Date;
|
|
1420
|
+
updatedAt: string | Date;
|
|
1421
|
+
deletedAt: string | Date | null;
|
|
1422
|
+
accountId: string;
|
|
1423
|
+
accountName: string;
|
|
1424
|
+
agentEmail: string;
|
|
1425
|
+
agentName: string;
|
|
1426
|
+
__entity?: string | undefined;
|
|
1427
|
+
account?: {
|
|
1428
|
+
status: import("./common.types").AccountStatus;
|
|
1429
|
+
id: string;
|
|
1430
|
+
createdAt: string | Date;
|
|
1431
|
+
updatedAt: string | Date;
|
|
1432
|
+
deletedAt: string | Date | null;
|
|
1433
|
+
name: string;
|
|
1434
|
+
managedBy: ManagedByType | null;
|
|
1435
|
+
platform: import("./common.types").Platform;
|
|
1436
|
+
onboardingReviewerId: string | null;
|
|
1437
|
+
onboardingReviewAt: Date | null;
|
|
1438
|
+
allowPendingComplianceReview: boolean;
|
|
1439
|
+
__entity?: string | undefined;
|
|
1440
|
+
} | null | undefined;
|
|
1441
|
+
accountNumber?: string | null | undefined;
|
|
1442
|
+
routingNumber?: string | null | undefined;
|
|
1443
|
+
company?: string | null | undefined;
|
|
1444
|
+
} | null | undefined;
|
|
1445
|
+
warrantsEnabled?: boolean | undefined;
|
|
1446
|
+
totalShares?: number | null | undefined;
|
|
1447
|
+
warrantTermYears?: number | null | undefined;
|
|
1448
|
+
exercisePrice?: number | null | undefined;
|
|
1449
|
+
warrantPercentage?: number | null | undefined;
|
|
1450
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1451
|
+
incrementThreshold?: number | null | undefined;
|
|
1452
|
+
fullyDilutedShares?: number | null | undefined;
|
|
1453
|
+
shareClassId?: string | null | undefined;
|
|
939
1454
|
}[];
|
|
940
1455
|
meta: {
|
|
941
1456
|
itemCount: number;
|
|
@@ -946,8 +1461,173 @@ export declare const IPaginatedIssuerOffering: z.ZodObject<{
|
|
|
946
1461
|
};
|
|
947
1462
|
}>;
|
|
948
1463
|
export type IPaginatedIssuerOffering = z.infer<typeof IPaginatedIssuerOffering>;
|
|
1464
|
+
export declare const postOfferingRefinement: (data: PostIssuerOffering | PostComplianceOffering, ctx: z.RefinementCtx) => void;
|
|
1465
|
+
export declare const PostIssuerOfferingBaseObject: z.ZodObject<{
|
|
1466
|
+
issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
1467
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1468
|
+
name: z.ZodString;
|
|
1469
|
+
type: z.ZodNativeEnum<typeof OfferingType>;
|
|
1470
|
+
targetAmount: z.ZodNumber;
|
|
1471
|
+
raiseAmount: z.ZodOptional<z.ZodNumber>;
|
|
1472
|
+
minInvestment: z.ZodOptional<z.ZodNumber>;
|
|
1473
|
+
maxInvestment: z.ZodOptional<z.ZodNumber>;
|
|
1474
|
+
contingencyAmount: z.ZodOptional<z.ZodNumber>;
|
|
1475
|
+
startAt: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
|
|
1476
|
+
endAt: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
|
|
1477
|
+
active: z.ZodOptional<z.ZodBoolean>;
|
|
1478
|
+
cancellationPeriod: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1479
|
+
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>>;
|
|
1480
|
+
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
1481
|
+
assetName: z.ZodString;
|
|
1482
|
+
assetType: z.ZodNativeEnum<typeof AssetType>;
|
|
1483
|
+
pricePerUnit: z.ZodNullable<z.ZodNumber>;
|
|
1484
|
+
totalUnits: z.ZodNullable<z.ZodNumber>;
|
|
1485
|
+
yield: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1486
|
+
duration: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1487
|
+
durationType: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof DurationType>>>;
|
|
1488
|
+
template: z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>;
|
|
1489
|
+
tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1490
|
+
enableBonus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1491
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
1492
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1493
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1494
|
+
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1495
|
+
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
1496
|
+
type: z.ZodNativeEnum<typeof import("./bonus-tier.types").BonusType>;
|
|
1497
|
+
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1498
|
+
startAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1499
|
+
endAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1500
|
+
}, "strip", z.ZodTypeAny, {
|
|
1501
|
+
value: number;
|
|
1502
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1503
|
+
startAmount: number;
|
|
1504
|
+
endAmount: number;
|
|
1505
|
+
}, {
|
|
1506
|
+
value: number;
|
|
1507
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1508
|
+
startAmount: number;
|
|
1509
|
+
endAmount: number;
|
|
1510
|
+
}>, {
|
|
1511
|
+
value: number;
|
|
1512
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1513
|
+
startAmount: number;
|
|
1514
|
+
endAmount: number;
|
|
1515
|
+
}, {
|
|
1516
|
+
value: number;
|
|
1517
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1518
|
+
startAmount: number;
|
|
1519
|
+
endAmount: number;
|
|
1520
|
+
}>, {
|
|
1521
|
+
value: number;
|
|
1522
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1523
|
+
startAmount: number;
|
|
1524
|
+
endAmount: number;
|
|
1525
|
+
}, {
|
|
1526
|
+
value: number;
|
|
1527
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1528
|
+
startAmount: number;
|
|
1529
|
+
endAmount: number;
|
|
1530
|
+
}>, "many">>;
|
|
1531
|
+
warrantsEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1532
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1533
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1534
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1535
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1536
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof WarrantSharesCalculationMethod>>>;
|
|
1537
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1538
|
+
showTotalRaised: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1539
|
+
}, "strip", z.ZodTypeAny, {
|
|
1540
|
+
type: OfferingType;
|
|
1541
|
+
name: string;
|
|
1542
|
+
template: AssetTemplateType;
|
|
1543
|
+
targetAmount: number;
|
|
1544
|
+
issuerId: string;
|
|
1545
|
+
warrantsEnabled: boolean;
|
|
1546
|
+
assetName: string;
|
|
1547
|
+
assetType: AssetType;
|
|
1548
|
+
pricePerUnit: number | null;
|
|
1549
|
+
totalUnits: number | null;
|
|
1550
|
+
active?: boolean | undefined;
|
|
1551
|
+
managedBy?: ManagedByType | undefined;
|
|
1552
|
+
description?: string | null | undefined;
|
|
1553
|
+
raiseAmount?: number | undefined;
|
|
1554
|
+
minInvestment?: number | undefined;
|
|
1555
|
+
maxInvestment?: number | undefined;
|
|
1556
|
+
contingencyAmount?: number | undefined;
|
|
1557
|
+
startAt?: Date | null | undefined;
|
|
1558
|
+
endAt?: Date | null | undefined;
|
|
1559
|
+
cancellationPeriod?: number | null | undefined;
|
|
1560
|
+
showTotalRaised?: boolean | undefined;
|
|
1561
|
+
hasEscrow?: boolean | undefined;
|
|
1562
|
+
bankAccountId?: string | null | undefined;
|
|
1563
|
+
escrowAccountId?: string | null | undefined;
|
|
1564
|
+
totalShares?: number | null | undefined;
|
|
1565
|
+
warrantTermYears?: number | null | undefined;
|
|
1566
|
+
exercisePrice?: number | null | undefined;
|
|
1567
|
+
warrantPercentage?: number | null | undefined;
|
|
1568
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1569
|
+
incrementThreshold?: number | null | undefined;
|
|
1570
|
+
shareClassId?: string | null | undefined;
|
|
1571
|
+
yield?: number | null | undefined;
|
|
1572
|
+
duration?: number | null | undefined;
|
|
1573
|
+
durationType?: DurationType | null | undefined;
|
|
1574
|
+
tiers?: number[] | null | undefined;
|
|
1575
|
+
enableBonus?: boolean | undefined;
|
|
1576
|
+
interestRate?: number | null | undefined;
|
|
1577
|
+
bonusTiers?: {
|
|
1578
|
+
value: number;
|
|
1579
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1580
|
+
startAmount: number;
|
|
1581
|
+
endAmount: number;
|
|
1582
|
+
}[] | undefined;
|
|
1583
|
+
}, {
|
|
1584
|
+
type: OfferingType;
|
|
1585
|
+
name: string;
|
|
1586
|
+
targetAmount: number;
|
|
1587
|
+
issuerId: string;
|
|
1588
|
+
assetName: string;
|
|
1589
|
+
assetType: AssetType;
|
|
1590
|
+
pricePerUnit: number | null;
|
|
1591
|
+
totalUnits: number | null;
|
|
1592
|
+
active?: boolean | undefined;
|
|
1593
|
+
managedBy?: ManagedByType | undefined;
|
|
1594
|
+
description?: string | null | undefined;
|
|
1595
|
+
template?: AssetTemplateType | undefined;
|
|
1596
|
+
raiseAmount?: number | undefined;
|
|
1597
|
+
minInvestment?: number | undefined;
|
|
1598
|
+
maxInvestment?: number | undefined;
|
|
1599
|
+
contingencyAmount?: number | undefined;
|
|
1600
|
+
startAt?: string | null | undefined;
|
|
1601
|
+
endAt?: string | null | undefined;
|
|
1602
|
+
cancellationPeriod?: number | null | undefined;
|
|
1603
|
+
showTotalRaised?: boolean | undefined;
|
|
1604
|
+
hasEscrow?: boolean | undefined;
|
|
1605
|
+
bankAccountId?: string | null | undefined;
|
|
1606
|
+
escrowAccountId?: string | null | undefined;
|
|
1607
|
+
warrantsEnabled?: boolean | undefined;
|
|
1608
|
+
totalShares?: number | null | undefined;
|
|
1609
|
+
warrantTermYears?: number | null | undefined;
|
|
1610
|
+
exercisePrice?: number | null | undefined;
|
|
1611
|
+
warrantPercentage?: number | null | undefined;
|
|
1612
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1613
|
+
incrementThreshold?: number | null | undefined;
|
|
1614
|
+
shareClassId?: string | null | undefined;
|
|
1615
|
+
yield?: number | null | undefined;
|
|
1616
|
+
duration?: number | null | undefined;
|
|
1617
|
+
durationType?: DurationType | null | undefined;
|
|
1618
|
+
tiers?: number[] | null | undefined;
|
|
1619
|
+
enableBonus?: boolean | undefined;
|
|
1620
|
+
interestRate?: number | null | undefined;
|
|
1621
|
+
bonusTiers?: {
|
|
1622
|
+
value: number;
|
|
1623
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1624
|
+
startAmount: number;
|
|
1625
|
+
endAmount: number;
|
|
1626
|
+
}[] | undefined;
|
|
1627
|
+
}>;
|
|
949
1628
|
export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
950
1629
|
issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
|
|
1630
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
951
1631
|
name: z.ZodString;
|
|
952
1632
|
type: z.ZodNativeEnum<typeof OfferingType>;
|
|
953
1633
|
targetAmount: z.ZodNumber;
|
|
@@ -959,7 +1639,7 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
959
1639
|
endAt: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>;
|
|
960
1640
|
active: z.ZodOptional<z.ZodBoolean>;
|
|
961
1641
|
cancellationPeriod: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
962
|
-
description: z.
|
|
1642
|
+
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>>;
|
|
963
1643
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
964
1644
|
assetName: z.ZodString;
|
|
965
1645
|
assetType: z.ZodNativeEnum<typeof AssetType>;
|
|
@@ -971,12 +1651,61 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
971
1651
|
template: z.ZodDefault<z.ZodNativeEnum<typeof AssetTemplateType>>;
|
|
972
1652
|
tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
973
1653
|
enableBonus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1654
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
1655
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1656
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1657
|
+
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1658
|
+
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
1659
|
+
type: z.ZodNativeEnum<typeof import("./bonus-tier.types").BonusType>;
|
|
1660
|
+
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1661
|
+
startAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1662
|
+
endAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1663
|
+
}, "strip", z.ZodTypeAny, {
|
|
1664
|
+
value: number;
|
|
1665
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1666
|
+
startAmount: number;
|
|
1667
|
+
endAmount: number;
|
|
1668
|
+
}, {
|
|
1669
|
+
value: number;
|
|
1670
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1671
|
+
startAmount: number;
|
|
1672
|
+
endAmount: number;
|
|
1673
|
+
}>, {
|
|
1674
|
+
value: number;
|
|
1675
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1676
|
+
startAmount: number;
|
|
1677
|
+
endAmount: number;
|
|
1678
|
+
}, {
|
|
1679
|
+
value: number;
|
|
1680
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1681
|
+
startAmount: number;
|
|
1682
|
+
endAmount: number;
|
|
1683
|
+
}>, {
|
|
1684
|
+
value: number;
|
|
1685
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1686
|
+
startAmount: number;
|
|
1687
|
+
endAmount: number;
|
|
1688
|
+
}, {
|
|
1689
|
+
value: number;
|
|
1690
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1691
|
+
startAmount: number;
|
|
1692
|
+
endAmount: number;
|
|
1693
|
+
}>, "many">>;
|
|
1694
|
+
warrantsEnabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1695
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1696
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1697
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1698
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1699
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof WarrantSharesCalculationMethod>>>;
|
|
1700
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1701
|
+
showTotalRaised: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
974
1702
|
}, "strip", z.ZodTypeAny, {
|
|
975
1703
|
type: OfferingType;
|
|
976
1704
|
name: string;
|
|
977
1705
|
template: AssetTemplateType;
|
|
978
1706
|
targetAmount: number;
|
|
979
1707
|
issuerId: string;
|
|
1708
|
+
warrantsEnabled: boolean;
|
|
980
1709
|
assetName: string;
|
|
981
1710
|
assetType: AssetType;
|
|
982
1711
|
pricePerUnit: number | null;
|
|
@@ -991,11 +1720,29 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
991
1720
|
startAt?: Date | null | undefined;
|
|
992
1721
|
endAt?: Date | null | undefined;
|
|
993
1722
|
cancellationPeriod?: number | null | undefined;
|
|
1723
|
+
showTotalRaised?: boolean | undefined;
|
|
1724
|
+
hasEscrow?: boolean | undefined;
|
|
1725
|
+
bankAccountId?: string | null | undefined;
|
|
1726
|
+
escrowAccountId?: string | null | undefined;
|
|
1727
|
+
totalShares?: number | null | undefined;
|
|
1728
|
+
warrantTermYears?: number | null | undefined;
|
|
1729
|
+
exercisePrice?: number | null | undefined;
|
|
1730
|
+
warrantPercentage?: number | null | undefined;
|
|
1731
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1732
|
+
incrementThreshold?: number | null | undefined;
|
|
1733
|
+
shareClassId?: string | null | undefined;
|
|
994
1734
|
yield?: number | null | undefined;
|
|
995
1735
|
duration?: number | null | undefined;
|
|
996
1736
|
durationType?: DurationType | null | undefined;
|
|
997
1737
|
tiers?: number[] | null | undefined;
|
|
998
1738
|
enableBonus?: boolean | undefined;
|
|
1739
|
+
interestRate?: number | null | undefined;
|
|
1740
|
+
bonusTiers?: {
|
|
1741
|
+
value: number;
|
|
1742
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1743
|
+
startAmount: number;
|
|
1744
|
+
endAmount: number;
|
|
1745
|
+
}[] | undefined;
|
|
999
1746
|
}, {
|
|
1000
1747
|
type: OfferingType;
|
|
1001
1748
|
name: string;
|
|
@@ -1016,17 +1763,37 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
1016
1763
|
startAt?: string | null | undefined;
|
|
1017
1764
|
endAt?: string | null | undefined;
|
|
1018
1765
|
cancellationPeriod?: number | null | undefined;
|
|
1766
|
+
showTotalRaised?: boolean | undefined;
|
|
1767
|
+
hasEscrow?: boolean | undefined;
|
|
1768
|
+
bankAccountId?: string | null | undefined;
|
|
1769
|
+
escrowAccountId?: string | null | undefined;
|
|
1770
|
+
warrantsEnabled?: boolean | undefined;
|
|
1771
|
+
totalShares?: number | null | undefined;
|
|
1772
|
+
warrantTermYears?: number | null | undefined;
|
|
1773
|
+
exercisePrice?: number | null | undefined;
|
|
1774
|
+
warrantPercentage?: number | null | undefined;
|
|
1775
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1776
|
+
incrementThreshold?: number | null | undefined;
|
|
1777
|
+
shareClassId?: string | null | undefined;
|
|
1019
1778
|
yield?: number | null | undefined;
|
|
1020
1779
|
duration?: number | null | undefined;
|
|
1021
1780
|
durationType?: DurationType | null | undefined;
|
|
1022
1781
|
tiers?: number[] | null | undefined;
|
|
1023
1782
|
enableBonus?: boolean | undefined;
|
|
1783
|
+
interestRate?: number | null | undefined;
|
|
1784
|
+
bonusTiers?: {
|
|
1785
|
+
value: number;
|
|
1786
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1787
|
+
startAmount: number;
|
|
1788
|
+
endAmount: number;
|
|
1789
|
+
}[] | undefined;
|
|
1024
1790
|
}>, {
|
|
1025
1791
|
type: OfferingType;
|
|
1026
1792
|
name: string;
|
|
1027
1793
|
template: AssetTemplateType;
|
|
1028
1794
|
targetAmount: number;
|
|
1029
1795
|
issuerId: string;
|
|
1796
|
+
warrantsEnabled: boolean;
|
|
1030
1797
|
assetName: string;
|
|
1031
1798
|
assetType: AssetType;
|
|
1032
1799
|
pricePerUnit: number | null;
|
|
@@ -1041,11 +1808,29 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
1041
1808
|
startAt?: Date | null | undefined;
|
|
1042
1809
|
endAt?: Date | null | undefined;
|
|
1043
1810
|
cancellationPeriod?: number | null | undefined;
|
|
1811
|
+
showTotalRaised?: boolean | undefined;
|
|
1812
|
+
hasEscrow?: boolean | undefined;
|
|
1813
|
+
bankAccountId?: string | null | undefined;
|
|
1814
|
+
escrowAccountId?: string | null | undefined;
|
|
1815
|
+
totalShares?: number | null | undefined;
|
|
1816
|
+
warrantTermYears?: number | null | undefined;
|
|
1817
|
+
exercisePrice?: number | null | undefined;
|
|
1818
|
+
warrantPercentage?: number | null | undefined;
|
|
1819
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1820
|
+
incrementThreshold?: number | null | undefined;
|
|
1821
|
+
shareClassId?: string | null | undefined;
|
|
1044
1822
|
yield?: number | null | undefined;
|
|
1045
1823
|
duration?: number | null | undefined;
|
|
1046
1824
|
durationType?: DurationType | null | undefined;
|
|
1047
1825
|
tiers?: number[] | null | undefined;
|
|
1048
1826
|
enableBonus?: boolean | undefined;
|
|
1827
|
+
interestRate?: number | null | undefined;
|
|
1828
|
+
bonusTiers?: {
|
|
1829
|
+
value: number;
|
|
1830
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1831
|
+
startAmount: number;
|
|
1832
|
+
endAmount: number;
|
|
1833
|
+
}[] | undefined;
|
|
1049
1834
|
}, {
|
|
1050
1835
|
type: OfferingType;
|
|
1051
1836
|
name: string;
|
|
@@ -1066,14 +1851,34 @@ export declare const PostIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
|
1066
1851
|
startAt?: string | null | undefined;
|
|
1067
1852
|
endAt?: string | null | undefined;
|
|
1068
1853
|
cancellationPeriod?: number | null | undefined;
|
|
1854
|
+
showTotalRaised?: boolean | undefined;
|
|
1855
|
+
hasEscrow?: boolean | undefined;
|
|
1856
|
+
bankAccountId?: string | null | undefined;
|
|
1857
|
+
escrowAccountId?: string | null | undefined;
|
|
1858
|
+
warrantsEnabled?: boolean | undefined;
|
|
1859
|
+
totalShares?: number | null | undefined;
|
|
1860
|
+
warrantTermYears?: number | null | undefined;
|
|
1861
|
+
exercisePrice?: number | null | undefined;
|
|
1862
|
+
warrantPercentage?: number | null | undefined;
|
|
1863
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1864
|
+
incrementThreshold?: number | null | undefined;
|
|
1865
|
+
shareClassId?: string | null | undefined;
|
|
1069
1866
|
yield?: number | null | undefined;
|
|
1070
1867
|
duration?: number | null | undefined;
|
|
1071
1868
|
durationType?: DurationType | null | undefined;
|
|
1072
1869
|
tiers?: number[] | null | undefined;
|
|
1073
1870
|
enableBonus?: boolean | undefined;
|
|
1871
|
+
interestRate?: number | null | undefined;
|
|
1872
|
+
bonusTiers?: {
|
|
1873
|
+
value: number;
|
|
1874
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1875
|
+
startAmount: number;
|
|
1876
|
+
endAmount: number;
|
|
1877
|
+
}[] | undefined;
|
|
1074
1878
|
}>;
|
|
1075
1879
|
export type PostIssuerOffering = z.infer<typeof PostIssuerOffering>;
|
|
1076
|
-
export declare const PatchIssuerOffering: z.ZodObject<{
|
|
1880
|
+
export declare const PatchIssuerOffering: z.ZodEffects<z.ZodObject<{
|
|
1881
|
+
shareClassId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1077
1882
|
name: z.ZodOptional<z.ZodString>;
|
|
1078
1883
|
type: z.ZodOptional<z.ZodNativeEnum<typeof OfferingType>>;
|
|
1079
1884
|
targetAmount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1083,11 +1888,10 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1083
1888
|
startAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>>;
|
|
1084
1889
|
endAt: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodEffects<z.ZodNullable<z.ZodString>, string | null, string | null>, Date | null, string | null>>>;
|
|
1085
1890
|
cancellationPeriod: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1086
|
-
description: z.
|
|
1891
|
+
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>>;
|
|
1087
1892
|
memorandumId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1088
1893
|
subscriptionAgreementId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1089
1894
|
coverArtId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1090
|
-
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
1091
1895
|
showTotalRaised: z.ZodOptional<z.ZodBoolean>;
|
|
1092
1896
|
issuerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1093
1897
|
assetName: z.ZodOptional<z.ZodString>;
|
|
@@ -1101,10 +1905,57 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1101
1905
|
tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1102
1906
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1103
1907
|
enableBonus: z.ZodOptional<z.ZodBoolean>;
|
|
1908
|
+
hasEscrow: z.ZodOptional<z.ZodBoolean>;
|
|
1909
|
+
escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1910
|
+
bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1911
|
+
escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
1912
|
+
interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1913
|
+
bonusTiers: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
1914
|
+
type: z.ZodNativeEnum<typeof import("./bonus-tier.types").BonusType>;
|
|
1915
|
+
value: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1916
|
+
startAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1917
|
+
endAmount: z.ZodEffects<z.ZodNumber, number, number>;
|
|
1918
|
+
}, "strip", z.ZodTypeAny, {
|
|
1919
|
+
value: number;
|
|
1920
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1921
|
+
startAmount: number;
|
|
1922
|
+
endAmount: number;
|
|
1923
|
+
}, {
|
|
1924
|
+
value: number;
|
|
1925
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1926
|
+
startAmount: number;
|
|
1927
|
+
endAmount: number;
|
|
1928
|
+
}>, {
|
|
1929
|
+
value: number;
|
|
1930
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1931
|
+
startAmount: number;
|
|
1932
|
+
endAmount: number;
|
|
1933
|
+
}, {
|
|
1934
|
+
value: number;
|
|
1935
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1936
|
+
startAmount: number;
|
|
1937
|
+
endAmount: number;
|
|
1938
|
+
}>, {
|
|
1939
|
+
value: number;
|
|
1940
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1941
|
+
startAmount: number;
|
|
1942
|
+
endAmount: number;
|
|
1943
|
+
}, {
|
|
1944
|
+
value: number;
|
|
1945
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1946
|
+
startAmount: number;
|
|
1947
|
+
endAmount: number;
|
|
1948
|
+
}>, "many">>;
|
|
1949
|
+
warrantsEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
1950
|
+
totalShares: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1951
|
+
warrantTermYears: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1952
|
+
exercisePrice: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1953
|
+
warrantPercentage: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1954
|
+
calculationMethod: z.ZodOptional<z.ZodNullable<z.ZodNativeEnum<typeof WarrantSharesCalculationMethod>>>;
|
|
1955
|
+
incrementThreshold: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
1104
1956
|
}, "strip", z.ZodTypeAny, {
|
|
1105
1957
|
type?: OfferingType | undefined;
|
|
1106
1958
|
name?: string | undefined;
|
|
1107
|
-
managedBy?: ManagedByType | undefined;
|
|
1108
1959
|
description?: string | null | undefined;
|
|
1109
1960
|
enabled?: boolean | undefined;
|
|
1110
1961
|
template?: AssetTemplateType | null | undefined;
|
|
@@ -1120,6 +1971,18 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1120
1971
|
memorandumId?: string | null | undefined;
|
|
1121
1972
|
subscriptionAgreementId?: string | null | undefined;
|
|
1122
1973
|
showTotalRaised?: boolean | undefined;
|
|
1974
|
+
hasEscrow?: boolean | undefined;
|
|
1975
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
1976
|
+
bankAccountId?: string | null | undefined;
|
|
1977
|
+
escrowAccountId?: string | null | undefined;
|
|
1978
|
+
warrantsEnabled?: boolean | undefined;
|
|
1979
|
+
totalShares?: number | null | undefined;
|
|
1980
|
+
warrantTermYears?: number | null | undefined;
|
|
1981
|
+
exercisePrice?: number | null | undefined;
|
|
1982
|
+
warrantPercentage?: number | null | undefined;
|
|
1983
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
1984
|
+
incrementThreshold?: number | null | undefined;
|
|
1985
|
+
shareClassId?: string | null | undefined;
|
|
1123
1986
|
assetName?: string | undefined;
|
|
1124
1987
|
assetType?: AssetType | undefined;
|
|
1125
1988
|
pricePerUnit?: number | null | undefined;
|
|
@@ -1129,10 +1992,16 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1129
1992
|
durationType?: DurationType | null | undefined;
|
|
1130
1993
|
tiers?: number[] | null | undefined;
|
|
1131
1994
|
enableBonus?: boolean | undefined;
|
|
1995
|
+
interestRate?: number | null | undefined;
|
|
1996
|
+
bonusTiers?: {
|
|
1997
|
+
value: number;
|
|
1998
|
+
type: import("./bonus-tier.types").BonusType;
|
|
1999
|
+
startAmount: number;
|
|
2000
|
+
endAmount: number;
|
|
2001
|
+
}[] | undefined;
|
|
1132
2002
|
}, {
|
|
1133
2003
|
type?: OfferingType | undefined;
|
|
1134
2004
|
name?: string | undefined;
|
|
1135
|
-
managedBy?: ManagedByType | undefined;
|
|
1136
2005
|
description?: string | null | undefined;
|
|
1137
2006
|
enabled?: boolean | undefined;
|
|
1138
2007
|
template?: AssetTemplateType | null | undefined;
|
|
@@ -1148,6 +2017,18 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1148
2017
|
memorandumId?: string | null | undefined;
|
|
1149
2018
|
subscriptionAgreementId?: string | null | undefined;
|
|
1150
2019
|
showTotalRaised?: boolean | undefined;
|
|
2020
|
+
hasEscrow?: boolean | undefined;
|
|
2021
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
2022
|
+
bankAccountId?: string | null | undefined;
|
|
2023
|
+
escrowAccountId?: string | null | undefined;
|
|
2024
|
+
warrantsEnabled?: boolean | undefined;
|
|
2025
|
+
totalShares?: number | null | undefined;
|
|
2026
|
+
warrantTermYears?: number | null | undefined;
|
|
2027
|
+
exercisePrice?: number | null | undefined;
|
|
2028
|
+
warrantPercentage?: number | null | undefined;
|
|
2029
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
2030
|
+
incrementThreshold?: number | null | undefined;
|
|
2031
|
+
shareClassId?: string | null | undefined;
|
|
1151
2032
|
assetName?: string | undefined;
|
|
1152
2033
|
assetType?: AssetType | undefined;
|
|
1153
2034
|
pricePerUnit?: number | null | undefined;
|
|
@@ -1157,6 +2038,105 @@ export declare const PatchIssuerOffering: z.ZodObject<{
|
|
|
1157
2038
|
durationType?: DurationType | null | undefined;
|
|
1158
2039
|
tiers?: number[] | null | undefined;
|
|
1159
2040
|
enableBonus?: boolean | undefined;
|
|
2041
|
+
interestRate?: number | null | undefined;
|
|
2042
|
+
bonusTiers?: {
|
|
2043
|
+
value: number;
|
|
2044
|
+
type: import("./bonus-tier.types").BonusType;
|
|
2045
|
+
startAmount: number;
|
|
2046
|
+
endAmount: number;
|
|
2047
|
+
}[] | undefined;
|
|
2048
|
+
}>, {
|
|
2049
|
+
type?: OfferingType | undefined;
|
|
2050
|
+
name?: string | undefined;
|
|
2051
|
+
description?: string | null | undefined;
|
|
2052
|
+
enabled?: boolean | undefined;
|
|
2053
|
+
template?: AssetTemplateType | null | undefined;
|
|
2054
|
+
coverArtId?: string | null | undefined;
|
|
2055
|
+
targetAmount?: number | undefined;
|
|
2056
|
+
minInvestment?: number | null | undefined;
|
|
2057
|
+
maxInvestment?: number | null | undefined;
|
|
2058
|
+
contingencyAmount?: number | null | undefined;
|
|
2059
|
+
startAt?: Date | null | undefined;
|
|
2060
|
+
endAt?: Date | null | undefined;
|
|
2061
|
+
issuerId?: string | undefined;
|
|
2062
|
+
cancellationPeriod?: number | null | undefined;
|
|
2063
|
+
memorandumId?: string | null | undefined;
|
|
2064
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
2065
|
+
showTotalRaised?: boolean | undefined;
|
|
2066
|
+
hasEscrow?: boolean | undefined;
|
|
2067
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
2068
|
+
bankAccountId?: string | null | undefined;
|
|
2069
|
+
escrowAccountId?: string | null | undefined;
|
|
2070
|
+
warrantsEnabled?: boolean | undefined;
|
|
2071
|
+
totalShares?: number | null | undefined;
|
|
2072
|
+
warrantTermYears?: number | null | undefined;
|
|
2073
|
+
exercisePrice?: number | null | undefined;
|
|
2074
|
+
warrantPercentage?: number | null | undefined;
|
|
2075
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
2076
|
+
incrementThreshold?: number | null | undefined;
|
|
2077
|
+
shareClassId?: string | null | undefined;
|
|
2078
|
+
assetName?: string | undefined;
|
|
2079
|
+
assetType?: AssetType | undefined;
|
|
2080
|
+
pricePerUnit?: number | null | undefined;
|
|
2081
|
+
totalUnits?: number | null | undefined;
|
|
2082
|
+
yield?: number | null | undefined;
|
|
2083
|
+
duration?: number | null | undefined;
|
|
2084
|
+
durationType?: DurationType | null | undefined;
|
|
2085
|
+
tiers?: number[] | null | undefined;
|
|
2086
|
+
enableBonus?: boolean | undefined;
|
|
2087
|
+
interestRate?: number | null | undefined;
|
|
2088
|
+
bonusTiers?: {
|
|
2089
|
+
value: number;
|
|
2090
|
+
type: import("./bonus-tier.types").BonusType;
|
|
2091
|
+
startAmount: number;
|
|
2092
|
+
endAmount: number;
|
|
2093
|
+
}[] | undefined;
|
|
2094
|
+
}, {
|
|
2095
|
+
type?: OfferingType | undefined;
|
|
2096
|
+
name?: string | undefined;
|
|
2097
|
+
description?: string | null | undefined;
|
|
2098
|
+
enabled?: boolean | undefined;
|
|
2099
|
+
template?: AssetTemplateType | null | undefined;
|
|
2100
|
+
coverArtId?: string | null | undefined;
|
|
2101
|
+
targetAmount?: number | undefined;
|
|
2102
|
+
minInvestment?: number | null | undefined;
|
|
2103
|
+
maxInvestment?: number | null | undefined;
|
|
2104
|
+
contingencyAmount?: number | null | undefined;
|
|
2105
|
+
startAt?: string | null | undefined;
|
|
2106
|
+
endAt?: string | null | undefined;
|
|
2107
|
+
issuerId?: string | undefined;
|
|
2108
|
+
cancellationPeriod?: number | null | undefined;
|
|
2109
|
+
memorandumId?: string | null | undefined;
|
|
2110
|
+
subscriptionAgreementId?: string | null | undefined;
|
|
2111
|
+
showTotalRaised?: boolean | undefined;
|
|
2112
|
+
hasEscrow?: boolean | undefined;
|
|
2113
|
+
escrowAgreementFileId?: string | null | undefined;
|
|
2114
|
+
bankAccountId?: string | null | undefined;
|
|
2115
|
+
escrowAccountId?: string | null | undefined;
|
|
2116
|
+
warrantsEnabled?: boolean | undefined;
|
|
2117
|
+
totalShares?: number | null | undefined;
|
|
2118
|
+
warrantTermYears?: number | null | undefined;
|
|
2119
|
+
exercisePrice?: number | null | undefined;
|
|
2120
|
+
warrantPercentage?: number | null | undefined;
|
|
2121
|
+
calculationMethod?: WarrantSharesCalculationMethod | null | undefined;
|
|
2122
|
+
incrementThreshold?: number | null | undefined;
|
|
2123
|
+
shareClassId?: string | null | undefined;
|
|
2124
|
+
assetName?: string | undefined;
|
|
2125
|
+
assetType?: AssetType | undefined;
|
|
2126
|
+
pricePerUnit?: number | null | undefined;
|
|
2127
|
+
totalUnits?: number | null | undefined;
|
|
2128
|
+
yield?: number | null | undefined;
|
|
2129
|
+
duration?: number | null | undefined;
|
|
2130
|
+
durationType?: DurationType | null | undefined;
|
|
2131
|
+
tiers?: number[] | null | undefined;
|
|
2132
|
+
enableBonus?: boolean | undefined;
|
|
2133
|
+
interestRate?: number | null | undefined;
|
|
2134
|
+
bonusTiers?: {
|
|
2135
|
+
value: number;
|
|
2136
|
+
type: import("./bonus-tier.types").BonusType;
|
|
2137
|
+
startAmount: number;
|
|
2138
|
+
endAmount: number;
|
|
2139
|
+
}[] | undefined;
|
|
1160
2140
|
}>;
|
|
1161
2141
|
export type PatchIssuerOffering = z.infer<typeof PatchIssuerOffering>;
|
|
1162
2142
|
/**
|
|
@@ -1212,10 +2192,10 @@ export declare const IssuerOfferingsFilterZod: z.ZodObject<{
|
|
|
1212
2192
|
issuerId: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>;
|
|
1213
2193
|
type: z.ZodOptional<z.ZodNativeEnum<typeof OfferingType>>;
|
|
1214
2194
|
status: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
|
|
2195
|
+
complianceReview: z.ZodOptional<z.ZodNativeEnum<typeof ComplianceReview>>;
|
|
1215
2196
|
enabled: z.ZodOptional<z.ZodEffects<z.ZodBoolean, boolean, unknown>>;
|
|
1216
2197
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
1217
2198
|
versioningType: z.ZodOptional<z.ZodNativeEnum<typeof OfferingVersioningType>>;
|
|
1218
|
-
combinedStatus: z.ZodOptional<z.ZodNativeEnum<typeof OfferingStatus>>;
|
|
1219
2199
|
sortByNameASC: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>, boolean, unknown>;
|
|
1220
2200
|
}, "strip", z.ZodTypeAny, {
|
|
1221
2201
|
sortByNameASC: boolean;
|
|
@@ -1224,22 +2204,33 @@ export declare const IssuerOfferingsFilterZod: z.ZodObject<{
|
|
|
1224
2204
|
accountId?: string | undefined;
|
|
1225
2205
|
name?: string | undefined;
|
|
1226
2206
|
managedBy?: ManagedByType | undefined;
|
|
2207
|
+
complianceReview?: ComplianceReview | undefined;
|
|
1227
2208
|
enabled?: boolean | undefined;
|
|
1228
2209
|
issuerId?: string | undefined;
|
|
1229
2210
|
issuerName?: string | undefined;
|
|
1230
2211
|
versioningType?: OfferingVersioningType | undefined;
|
|
1231
|
-
combinedStatus?: OfferingStatus | undefined;
|
|
1232
2212
|
}, {
|
|
1233
2213
|
type?: OfferingType | undefined;
|
|
1234
2214
|
status?: ComplianceReview | undefined;
|
|
1235
2215
|
accountId?: string | undefined;
|
|
1236
2216
|
name?: string | undefined;
|
|
1237
2217
|
managedBy?: ManagedByType | undefined;
|
|
2218
|
+
complianceReview?: ComplianceReview | undefined;
|
|
1238
2219
|
enabled?: unknown;
|
|
1239
2220
|
issuerId?: string | undefined;
|
|
1240
2221
|
issuerName?: string | undefined;
|
|
1241
2222
|
versioningType?: OfferingVersioningType | undefined;
|
|
1242
|
-
combinedStatus?: OfferingStatus | undefined;
|
|
1243
2223
|
sortByNameASC?: unknown;
|
|
1244
2224
|
}>;
|
|
1245
2225
|
export type IssuerOfferingsFilterZod = z.infer<typeof IssuerOfferingsFilterZod>;
|
|
2226
|
+
export declare const escrowValidationRefinement: (data: any, ctx: any, httpMethod: HttpMethod) => void;
|
|
2227
|
+
/**
|
|
2228
|
+
* Adds validation issues to the context if warrant-related fields are missing
|
|
2229
|
+
* when warrants are enabled on an offering. This function checks required fields for
|
|
2230
|
+
* offerings with warrants enabled, including totalShares, warrantTermYears, exercisePrice,
|
|
2231
|
+
* warrantPercentage, calculationMethod, and incrementThreshold (when calculationMethod is INCREMENT).
|
|
2232
|
+
*
|
|
2233
|
+
* @param data - The offering data to be validated (PostIssuerOffering or PostComplianceOffering)
|
|
2234
|
+
* @param ctx - The Zod refinement context to which validation issues will be added
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const warrantsValidationRefinement: (data: PostIssuerOffering | PostComplianceOffering, ctx: z.RefinementCtx) => void;
|