@dalmore/api-contracts 0.0.0-dev.685c0b3 → 0.0.0-dev.6d952b2
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 +27 -0
- package/common/helpers/index.js +43 -0
- package/common/helpers/index.js.map +1 -1
- package/common/types/account-setting.types.d.ts +46 -26
- package/common/types/account-setting.types.js +2 -23
- package/common/types/account-setting.types.js.map +1 -1
- package/common/types/account.types.d.ts +63 -18
- package/common/types/account.types.js +7 -3
- package/common/types/account.types.js.map +1 -1
- package/common/types/activity.types.d.ts +36 -25
- package/common/types/activity.types.js +14 -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/attribution.types.d.ts +582 -0
- package/common/types/attribution.types.js +126 -0
- package/common/types/attribution.types.js.map +1 -0
- package/common/types/auth.types.d.ts +37 -1
- package/common/types/auth.types.js +4 -3
- package/common/types/auth.types.js.map +1 -1
- package/common/types/bonus-tier.types.d.ts +15 -4
- package/common/types/bonus-tier.types.js +14 -7
- package/common/types/bonus-tier.types.js.map +1 -1
- package/common/types/cap-table.types.d.ts +256 -61
- package/common/types/cap-table.types.js +52 -0
- package/common/types/cap-table.types.js.map +1 -1
- package/common/types/cart.types.d.ts +3 -0
- package/common/types/cart.types.js +1 -0
- package/common/types/cart.types.js.map +1 -1
- package/common/types/common.types.d.ts +375 -9
- package/common/types/common.types.js +85 -4
- package/common/types/common.types.js.map +1 -1
- package/common/types/comply-advantage-api.types.d.ts +145 -478
- package/common/types/comply-advantage-api.types.js +24 -3
- 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 +1642 -412
- package/common/types/disbursements.types.js +142 -3
- 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 +5 -2
- package/common/types/index.js +5 -2
- package/common/types/index.js.map +1 -1
- package/common/types/individuals.types.d.ts +395 -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 +5 -5
- package/common/types/investor-account.types.js +3 -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 +85 -4
- package/common/types/mail-template.types.js +130 -0
- package/common/types/mail-template.types.js.map +1 -1
- 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 +555 -31
- 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 +23 -11
- package/common/types/signer.types.js +16 -1
- package/common/types/signer.types.js.map +1 -1
- package/common/types/site.types.d.ts +17 -12
- package/common/types/state-machine.types.d.ts +3 -3
- package/common/types/state-machine.types.js +1 -1
- package/common/types/state-machine.types.js.map +1 -1
- 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 +42 -1
- package/common/types/trade-line-item.types.js +15 -1
- package/common/types/trade-line-item.types.js.map +1 -1
- package/common/types/trade.types.d.ts +84 -59
- package/common/types/trade.types.js +31 -11
- 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 -77
- package/common/types/user.types.js +10 -22
- 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/cart/index.d.ts +3 -0
- package/contracts/clients/csv/index.d.ts +1988 -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 +4265 -1060
- package/contracts/clients/index.js +8 -2
- package/contracts/clients/index.js.map +1 -1
- package/contracts/clients/individuals/index.d.ts +381 -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/trades/index.d.ts +9 -3
- 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
|
@@ -59,12 +59,22 @@ export declare enum BaseStatus {
|
|
|
59
59
|
INACTIVE = "INACTIVE",
|
|
60
60
|
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
61
61
|
VOIDED = "VOIDED",
|
|
62
|
-
|
|
62
|
+
REFUND_INITIATED = "REFUND_INITIATED",
|
|
63
|
+
REFUND_COMPLETED = "REFUND_COMPLETED",
|
|
64
|
+
REFUND_FAILED = "REFUND_FAILED",
|
|
65
|
+
VOID_INITIATED = "VOID_INITIATED",
|
|
66
|
+
VOID_COMPLETED = "VOID_COMPLETED",
|
|
67
|
+
VOID_FAILED = "VOID_FAILED",
|
|
63
68
|
RESTORE = "RESTORE",
|
|
69
|
+
JOIN = "JOIN",
|
|
64
70
|
ACTIVE = "ACTIVE",
|
|
65
71
|
LOCKED = "LOCKED",
|
|
66
72
|
ENABLED = "ENABLED",
|
|
67
|
-
DISABLED = "DISABLED"
|
|
73
|
+
DISABLED = "DISABLED",
|
|
74
|
+
PROCESSING_VOID = "PROCESSING_VOID",
|
|
75
|
+
PROCESSING_REFUND = "PROCESSING_REFUND",
|
|
76
|
+
PAUSED = "PAUSED",
|
|
77
|
+
CLOSED = "CLOSED"
|
|
68
78
|
}
|
|
69
79
|
export declare const UserWithoutPasswordAccountZod: z.ZodObject<{
|
|
70
80
|
id: z.ZodString;
|
|
@@ -118,9 +128,13 @@ export declare enum ManagedByType {
|
|
|
118
128
|
DALMORE = "DALMORE",
|
|
119
129
|
ISSUER = "ISSUER"
|
|
120
130
|
}
|
|
131
|
+
/**
|
|
132
|
+
* Unified platform enum used across accounts and trades
|
|
133
|
+
* Values: DALMORE, IMPORT
|
|
134
|
+
*/
|
|
121
135
|
export declare enum Platform {
|
|
122
136
|
DALMORE = "DALMORE",
|
|
123
|
-
|
|
137
|
+
IMPORT = "IMPORT"
|
|
124
138
|
}
|
|
125
139
|
export declare enum HttpMethod {
|
|
126
140
|
GET = "GET",
|
|
@@ -151,6 +165,59 @@ export declare enum PaymentMethodType {
|
|
|
151
165
|
CHECK = "CHECK",
|
|
152
166
|
RETIREMENT = "RETIREMENT"
|
|
153
167
|
}
|
|
168
|
+
export declare const accountSettingIdSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
169
|
+
export type accountSettingIdSchema = z.infer<typeof accountSettingIdSchema>;
|
|
170
|
+
export declare const IAccountSettingZod: z.ZodObject<{
|
|
171
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
172
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
173
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
174
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
175
|
+
} & {
|
|
176
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
177
|
+
accountId: z.ZodString;
|
|
178
|
+
offeringSetup: z.ZodBoolean;
|
|
179
|
+
investorPortalSetup: z.ZodBoolean;
|
|
180
|
+
paymentMethodSetup: z.ZodBoolean;
|
|
181
|
+
accountContactsSetup: z.ZodBoolean;
|
|
182
|
+
productPrimaries: z.ZodBoolean;
|
|
183
|
+
productSecondaries: z.ZodBoolean;
|
|
184
|
+
featureDisbursements: z.ZodBoolean;
|
|
185
|
+
apiPortal: z.ZodBoolean;
|
|
186
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
|
+
id: string;
|
|
189
|
+
createdAt: string | Date;
|
|
190
|
+
updatedAt: string | Date;
|
|
191
|
+
deletedAt: string | Date | null;
|
|
192
|
+
accountId: string;
|
|
193
|
+
offeringSetup: boolean;
|
|
194
|
+
investorPortalSetup: boolean;
|
|
195
|
+
paymentMethodSetup: boolean;
|
|
196
|
+
accountContactsSetup: boolean;
|
|
197
|
+
productPrimaries: boolean;
|
|
198
|
+
productSecondaries: boolean;
|
|
199
|
+
featureDisbursements: boolean;
|
|
200
|
+
apiPortal: boolean;
|
|
201
|
+
investorSiteEnabled: boolean;
|
|
202
|
+
__entity?: string | undefined;
|
|
203
|
+
}, {
|
|
204
|
+
id: string;
|
|
205
|
+
createdAt: string | Date;
|
|
206
|
+
updatedAt: string | Date;
|
|
207
|
+
deletedAt: string | Date | null;
|
|
208
|
+
accountId: string;
|
|
209
|
+
offeringSetup: boolean;
|
|
210
|
+
investorPortalSetup: boolean;
|
|
211
|
+
paymentMethodSetup: boolean;
|
|
212
|
+
accountContactsSetup: boolean;
|
|
213
|
+
productPrimaries: boolean;
|
|
214
|
+
productSecondaries: boolean;
|
|
215
|
+
featureDisbursements: boolean;
|
|
216
|
+
apiPortal: boolean;
|
|
217
|
+
investorSiteEnabled: boolean;
|
|
218
|
+
__entity?: string | undefined;
|
|
219
|
+
}>;
|
|
220
|
+
export type IAccountSettingZod = z.infer<typeof IAccountSettingZod>;
|
|
154
221
|
export declare const AccountZod: z.ZodObject<{
|
|
155
222
|
id: z.ZodString;
|
|
156
223
|
__entity: z.ZodOptional<z.ZodString>;
|
|
@@ -302,6 +369,56 @@ export declare const BaseAuthReq: z.ZodObject<{
|
|
|
302
369
|
role: z.ZodNativeEnum<typeof UserRole>;
|
|
303
370
|
type: z.ZodNativeEnum<typeof PortalType>;
|
|
304
371
|
roleId: z.ZodString;
|
|
372
|
+
accountSettings: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
373
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
374
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
375
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
376
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
377
|
+
} & {
|
|
378
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
379
|
+
accountId: z.ZodString;
|
|
380
|
+
offeringSetup: z.ZodBoolean;
|
|
381
|
+
investorPortalSetup: z.ZodBoolean;
|
|
382
|
+
paymentMethodSetup: z.ZodBoolean;
|
|
383
|
+
accountContactsSetup: z.ZodBoolean;
|
|
384
|
+
productPrimaries: z.ZodBoolean;
|
|
385
|
+
productSecondaries: z.ZodBoolean;
|
|
386
|
+
featureDisbursements: z.ZodBoolean;
|
|
387
|
+
apiPortal: z.ZodBoolean;
|
|
388
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
389
|
+
}, "strip", z.ZodTypeAny, {
|
|
390
|
+
id: string;
|
|
391
|
+
createdAt: string | Date;
|
|
392
|
+
updatedAt: string | Date;
|
|
393
|
+
deletedAt: string | Date | null;
|
|
394
|
+
accountId: string;
|
|
395
|
+
offeringSetup: boolean;
|
|
396
|
+
investorPortalSetup: boolean;
|
|
397
|
+
paymentMethodSetup: boolean;
|
|
398
|
+
accountContactsSetup: boolean;
|
|
399
|
+
productPrimaries: boolean;
|
|
400
|
+
productSecondaries: boolean;
|
|
401
|
+
featureDisbursements: boolean;
|
|
402
|
+
apiPortal: boolean;
|
|
403
|
+
investorSiteEnabled: boolean;
|
|
404
|
+
__entity?: string | undefined;
|
|
405
|
+
}, {
|
|
406
|
+
id: string;
|
|
407
|
+
createdAt: string | Date;
|
|
408
|
+
updatedAt: string | Date;
|
|
409
|
+
deletedAt: string | Date | null;
|
|
410
|
+
accountId: string;
|
|
411
|
+
offeringSetup: boolean;
|
|
412
|
+
investorPortalSetup: boolean;
|
|
413
|
+
paymentMethodSetup: boolean;
|
|
414
|
+
accountContactsSetup: boolean;
|
|
415
|
+
productPrimaries: boolean;
|
|
416
|
+
productSecondaries: boolean;
|
|
417
|
+
featureDisbursements: boolean;
|
|
418
|
+
apiPortal: boolean;
|
|
419
|
+
investorSiteEnabled: boolean;
|
|
420
|
+
__entity?: string | undefined;
|
|
421
|
+
}>>>;
|
|
305
422
|
}, "strip", z.ZodTypeAny, {
|
|
306
423
|
type: PortalType;
|
|
307
424
|
id: string;
|
|
@@ -310,6 +427,23 @@ export declare const BaseAuthReq: z.ZodObject<{
|
|
|
310
427
|
isInactiveAccount: boolean;
|
|
311
428
|
role: UserRole;
|
|
312
429
|
roleId: string;
|
|
430
|
+
accountSettings?: {
|
|
431
|
+
id: string;
|
|
432
|
+
createdAt: string | Date;
|
|
433
|
+
updatedAt: string | Date;
|
|
434
|
+
deletedAt: string | Date | null;
|
|
435
|
+
accountId: string;
|
|
436
|
+
offeringSetup: boolean;
|
|
437
|
+
investorPortalSetup: boolean;
|
|
438
|
+
paymentMethodSetup: boolean;
|
|
439
|
+
accountContactsSetup: boolean;
|
|
440
|
+
productPrimaries: boolean;
|
|
441
|
+
productSecondaries: boolean;
|
|
442
|
+
featureDisbursements: boolean;
|
|
443
|
+
apiPortal: boolean;
|
|
444
|
+
investorSiteEnabled: boolean;
|
|
445
|
+
__entity?: string | undefined;
|
|
446
|
+
} | undefined;
|
|
313
447
|
}, {
|
|
314
448
|
type: PortalType;
|
|
315
449
|
id: string;
|
|
@@ -318,6 +452,23 @@ export declare const BaseAuthReq: z.ZodObject<{
|
|
|
318
452
|
isInactiveAccount: boolean;
|
|
319
453
|
role: UserRole;
|
|
320
454
|
roleId: string;
|
|
455
|
+
accountSettings?: {
|
|
456
|
+
id: string;
|
|
457
|
+
createdAt: string | Date;
|
|
458
|
+
updatedAt: string | Date;
|
|
459
|
+
deletedAt: string | Date | null;
|
|
460
|
+
accountId: string;
|
|
461
|
+
offeringSetup: boolean;
|
|
462
|
+
investorPortalSetup: boolean;
|
|
463
|
+
paymentMethodSetup: boolean;
|
|
464
|
+
accountContactsSetup: boolean;
|
|
465
|
+
productPrimaries: boolean;
|
|
466
|
+
productSecondaries: boolean;
|
|
467
|
+
featureDisbursements: boolean;
|
|
468
|
+
apiPortal: boolean;
|
|
469
|
+
investorSiteEnabled: boolean;
|
|
470
|
+
__entity?: string | undefined;
|
|
471
|
+
} | undefined;
|
|
321
472
|
}>;
|
|
322
473
|
export declare const AuthUserReq: z.ZodObject<{
|
|
323
474
|
id: z.ZodString;
|
|
@@ -327,6 +478,56 @@ export declare const AuthUserReq: z.ZodObject<{
|
|
|
327
478
|
role: z.ZodNativeEnum<typeof UserRole>;
|
|
328
479
|
type: z.ZodNativeEnum<typeof PortalType>;
|
|
329
480
|
roleId: z.ZodString;
|
|
481
|
+
accountSettings: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
482
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
483
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
484
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
485
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
486
|
+
} & {
|
|
487
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
488
|
+
accountId: z.ZodString;
|
|
489
|
+
offeringSetup: z.ZodBoolean;
|
|
490
|
+
investorPortalSetup: z.ZodBoolean;
|
|
491
|
+
paymentMethodSetup: z.ZodBoolean;
|
|
492
|
+
accountContactsSetup: z.ZodBoolean;
|
|
493
|
+
productPrimaries: z.ZodBoolean;
|
|
494
|
+
productSecondaries: z.ZodBoolean;
|
|
495
|
+
featureDisbursements: z.ZodBoolean;
|
|
496
|
+
apiPortal: z.ZodBoolean;
|
|
497
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
498
|
+
}, "strip", z.ZodTypeAny, {
|
|
499
|
+
id: string;
|
|
500
|
+
createdAt: string | Date;
|
|
501
|
+
updatedAt: string | Date;
|
|
502
|
+
deletedAt: string | Date | null;
|
|
503
|
+
accountId: string;
|
|
504
|
+
offeringSetup: boolean;
|
|
505
|
+
investorPortalSetup: boolean;
|
|
506
|
+
paymentMethodSetup: boolean;
|
|
507
|
+
accountContactsSetup: boolean;
|
|
508
|
+
productPrimaries: boolean;
|
|
509
|
+
productSecondaries: boolean;
|
|
510
|
+
featureDisbursements: boolean;
|
|
511
|
+
apiPortal: boolean;
|
|
512
|
+
investorSiteEnabled: boolean;
|
|
513
|
+
__entity?: string | undefined;
|
|
514
|
+
}, {
|
|
515
|
+
id: string;
|
|
516
|
+
createdAt: string | Date;
|
|
517
|
+
updatedAt: string | Date;
|
|
518
|
+
deletedAt: string | Date | null;
|
|
519
|
+
accountId: string;
|
|
520
|
+
offeringSetup: boolean;
|
|
521
|
+
investorPortalSetup: boolean;
|
|
522
|
+
paymentMethodSetup: boolean;
|
|
523
|
+
accountContactsSetup: boolean;
|
|
524
|
+
productPrimaries: boolean;
|
|
525
|
+
productSecondaries: boolean;
|
|
526
|
+
featureDisbursements: boolean;
|
|
527
|
+
apiPortal: boolean;
|
|
528
|
+
investorSiteEnabled: boolean;
|
|
529
|
+
__entity?: string | undefined;
|
|
530
|
+
}>>>;
|
|
330
531
|
} & {
|
|
331
532
|
userLoginId: z.ZodString;
|
|
332
533
|
firstName: z.ZodString;
|
|
@@ -341,6 +542,7 @@ export declare const AuthUserReq: z.ZodObject<{
|
|
|
341
542
|
twoFactorMethod: z.ZodOptional<z.ZodNativeEnum<typeof TwoFactorMethod>>;
|
|
342
543
|
managedBy: z.ZodOptional<z.ZodNativeEnum<typeof ManagedByType>>;
|
|
343
544
|
userType: z.ZodOptional<z.ZodNativeEnum<typeof UserType>>;
|
|
545
|
+
accountStatus: z.ZodLazy<z.ZodNativeEnum<typeof AccountStatus>>;
|
|
344
546
|
}, "strip", z.ZodTypeAny, {
|
|
345
547
|
type: PortalType;
|
|
346
548
|
id: string;
|
|
@@ -357,7 +559,25 @@ export declare const AuthUserReq: z.ZodObject<{
|
|
|
357
559
|
roleId: string;
|
|
358
560
|
userLoginId: string;
|
|
359
561
|
locked: boolean;
|
|
562
|
+
accountStatus: AccountStatus;
|
|
360
563
|
managedBy?: ManagedByType | undefined;
|
|
564
|
+
accountSettings?: {
|
|
565
|
+
id: string;
|
|
566
|
+
createdAt: string | Date;
|
|
567
|
+
updatedAt: string | Date;
|
|
568
|
+
deletedAt: string | Date | null;
|
|
569
|
+
accountId: string;
|
|
570
|
+
offeringSetup: boolean;
|
|
571
|
+
investorPortalSetup: boolean;
|
|
572
|
+
paymentMethodSetup: boolean;
|
|
573
|
+
accountContactsSetup: boolean;
|
|
574
|
+
productPrimaries: boolean;
|
|
575
|
+
productSecondaries: boolean;
|
|
576
|
+
featureDisbursements: boolean;
|
|
577
|
+
apiPortal: boolean;
|
|
578
|
+
investorSiteEnabled: boolean;
|
|
579
|
+
__entity?: string | undefined;
|
|
580
|
+
} | undefined;
|
|
361
581
|
requiresTwoFactorSetup?: boolean | undefined;
|
|
362
582
|
twoFactorEnabled?: boolean | undefined;
|
|
363
583
|
twoFactorMethod?: TwoFactorMethod | undefined;
|
|
@@ -378,7 +598,25 @@ export declare const AuthUserReq: z.ZodObject<{
|
|
|
378
598
|
roleId: string;
|
|
379
599
|
userLoginId: string;
|
|
380
600
|
locked: boolean;
|
|
601
|
+
accountStatus: AccountStatus;
|
|
381
602
|
managedBy?: ManagedByType | undefined;
|
|
603
|
+
accountSettings?: {
|
|
604
|
+
id: string;
|
|
605
|
+
createdAt: string | Date;
|
|
606
|
+
updatedAt: string | Date;
|
|
607
|
+
deletedAt: string | Date | null;
|
|
608
|
+
accountId: string;
|
|
609
|
+
offeringSetup: boolean;
|
|
610
|
+
investorPortalSetup: boolean;
|
|
611
|
+
paymentMethodSetup: boolean;
|
|
612
|
+
accountContactsSetup: boolean;
|
|
613
|
+
productPrimaries: boolean;
|
|
614
|
+
productSecondaries: boolean;
|
|
615
|
+
featureDisbursements: boolean;
|
|
616
|
+
apiPortal: boolean;
|
|
617
|
+
investorSiteEnabled: boolean;
|
|
618
|
+
__entity?: string | undefined;
|
|
619
|
+
} | undefined;
|
|
382
620
|
requiresTwoFactorSetup?: boolean | undefined;
|
|
383
621
|
twoFactorEnabled?: boolean | undefined;
|
|
384
622
|
twoFactorMethod?: TwoFactorMethod | undefined;
|
|
@@ -392,6 +630,56 @@ export declare const AuthApiKeyReq: z.ZodObject<{
|
|
|
392
630
|
role: z.ZodNativeEnum<typeof UserRole>;
|
|
393
631
|
type: z.ZodNativeEnum<typeof PortalType>;
|
|
394
632
|
roleId: z.ZodString;
|
|
633
|
+
accountSettings: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
634
|
+
__entity: z.ZodOptional<z.ZodString>;
|
|
635
|
+
createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
636
|
+
updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
637
|
+
deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
638
|
+
} & {
|
|
639
|
+
id: z.ZodEffects<z.ZodString, string, string>;
|
|
640
|
+
accountId: z.ZodString;
|
|
641
|
+
offeringSetup: z.ZodBoolean;
|
|
642
|
+
investorPortalSetup: z.ZodBoolean;
|
|
643
|
+
paymentMethodSetup: z.ZodBoolean;
|
|
644
|
+
accountContactsSetup: z.ZodBoolean;
|
|
645
|
+
productPrimaries: z.ZodBoolean;
|
|
646
|
+
productSecondaries: z.ZodBoolean;
|
|
647
|
+
featureDisbursements: z.ZodBoolean;
|
|
648
|
+
apiPortal: z.ZodBoolean;
|
|
649
|
+
investorSiteEnabled: z.ZodBoolean;
|
|
650
|
+
}, "strip", z.ZodTypeAny, {
|
|
651
|
+
id: string;
|
|
652
|
+
createdAt: string | Date;
|
|
653
|
+
updatedAt: string | Date;
|
|
654
|
+
deletedAt: string | Date | null;
|
|
655
|
+
accountId: string;
|
|
656
|
+
offeringSetup: boolean;
|
|
657
|
+
investorPortalSetup: boolean;
|
|
658
|
+
paymentMethodSetup: boolean;
|
|
659
|
+
accountContactsSetup: boolean;
|
|
660
|
+
productPrimaries: boolean;
|
|
661
|
+
productSecondaries: boolean;
|
|
662
|
+
featureDisbursements: boolean;
|
|
663
|
+
apiPortal: boolean;
|
|
664
|
+
investorSiteEnabled: boolean;
|
|
665
|
+
__entity?: string | undefined;
|
|
666
|
+
}, {
|
|
667
|
+
id: string;
|
|
668
|
+
createdAt: string | Date;
|
|
669
|
+
updatedAt: string | Date;
|
|
670
|
+
deletedAt: string | Date | null;
|
|
671
|
+
accountId: string;
|
|
672
|
+
offeringSetup: boolean;
|
|
673
|
+
investorPortalSetup: boolean;
|
|
674
|
+
paymentMethodSetup: boolean;
|
|
675
|
+
accountContactsSetup: boolean;
|
|
676
|
+
productPrimaries: boolean;
|
|
677
|
+
productSecondaries: boolean;
|
|
678
|
+
featureDisbursements: boolean;
|
|
679
|
+
apiPortal: boolean;
|
|
680
|
+
investorSiteEnabled: boolean;
|
|
681
|
+
__entity?: string | undefined;
|
|
682
|
+
}>>>;
|
|
395
683
|
} & {
|
|
396
684
|
name: z.ZodString;
|
|
397
685
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -407,6 +695,23 @@ export declare const AuthApiKeyReq: z.ZodObject<{
|
|
|
407
695
|
roleId: string;
|
|
408
696
|
description: string | null;
|
|
409
697
|
lastUsedAt: Date | null;
|
|
698
|
+
accountSettings?: {
|
|
699
|
+
id: string;
|
|
700
|
+
createdAt: string | Date;
|
|
701
|
+
updatedAt: string | Date;
|
|
702
|
+
deletedAt: string | Date | null;
|
|
703
|
+
accountId: string;
|
|
704
|
+
offeringSetup: boolean;
|
|
705
|
+
investorPortalSetup: boolean;
|
|
706
|
+
paymentMethodSetup: boolean;
|
|
707
|
+
accountContactsSetup: boolean;
|
|
708
|
+
productPrimaries: boolean;
|
|
709
|
+
productSecondaries: boolean;
|
|
710
|
+
featureDisbursements: boolean;
|
|
711
|
+
apiPortal: boolean;
|
|
712
|
+
investorSiteEnabled: boolean;
|
|
713
|
+
__entity?: string | undefined;
|
|
714
|
+
} | undefined;
|
|
410
715
|
}, {
|
|
411
716
|
type: PortalType;
|
|
412
717
|
id: string;
|
|
@@ -418,6 +723,23 @@ export declare const AuthApiKeyReq: z.ZodObject<{
|
|
|
418
723
|
roleId: string;
|
|
419
724
|
description: string | null;
|
|
420
725
|
lastUsedAt: Date | null;
|
|
726
|
+
accountSettings?: {
|
|
727
|
+
id: string;
|
|
728
|
+
createdAt: string | Date;
|
|
729
|
+
updatedAt: string | Date;
|
|
730
|
+
deletedAt: string | Date | null;
|
|
731
|
+
accountId: string;
|
|
732
|
+
offeringSetup: boolean;
|
|
733
|
+
investorPortalSetup: boolean;
|
|
734
|
+
paymentMethodSetup: boolean;
|
|
735
|
+
accountContactsSetup: boolean;
|
|
736
|
+
productPrimaries: boolean;
|
|
737
|
+
productSecondaries: boolean;
|
|
738
|
+
featureDisbursements: boolean;
|
|
739
|
+
apiPortal: boolean;
|
|
740
|
+
investorSiteEnabled: boolean;
|
|
741
|
+
__entity?: string | undefined;
|
|
742
|
+
} | undefined;
|
|
421
743
|
}>;
|
|
422
744
|
export type BaseAuthReq = z.infer<typeof BaseAuthReq>;
|
|
423
745
|
export type AuthUserReq = z.infer<typeof AuthUserReq>;
|
|
@@ -717,7 +1039,8 @@ export declare enum OfferingType {
|
|
|
717
1039
|
}
|
|
718
1040
|
export declare enum AssetType {
|
|
719
1041
|
BOND = "BOND",
|
|
720
|
-
STOCK = "STOCK"
|
|
1042
|
+
STOCK = "STOCK",
|
|
1043
|
+
PROMISSORY_NOTE = "PROMISSORY_NOTE"
|
|
721
1044
|
}
|
|
722
1045
|
export declare enum AdjustmentType {
|
|
723
1046
|
CREDIT_CARD_FEES = "CREDIT_CARD_FEES",
|
|
@@ -798,7 +1121,8 @@ export declare enum IssuerFileLabels {
|
|
|
798
1121
|
export declare enum OfferingFileLabels {
|
|
799
1122
|
MEMORANDUM = "MEMORANDUM",
|
|
800
1123
|
SUBSCRIPTION_AGREEMENT = "SUBSCRIPTION_AGREEMENT",
|
|
801
|
-
COVER_ART = "COVER_ART"
|
|
1124
|
+
COVER_ART = "COVER_ART",
|
|
1125
|
+
ESCROW_AGREEMENT = "ESCROW_AGREEMENT"
|
|
802
1126
|
}
|
|
803
1127
|
export declare enum SiteBrandingFileLabels {
|
|
804
1128
|
LOGO = "LOGO",
|
|
@@ -823,7 +1147,9 @@ export declare enum AccreditationFileLabels {
|
|
|
823
1147
|
export declare enum OtherFileLabels {
|
|
824
1148
|
OTHER = "OTHER",
|
|
825
1149
|
COMPLIANCE_REQUEST = "COMPLIANCE_REQUEST",
|
|
826
|
-
SUB_DOC = "SUB_DOC"
|
|
1150
|
+
SUB_DOC = "SUB_DOC",
|
|
1151
|
+
CONTENT_FILE = "CONTENT_FILE",
|
|
1152
|
+
CSV_EXPORT_FILE = "CSV_EXPORT_FILE"
|
|
827
1153
|
}
|
|
828
1154
|
export declare const FileLabels: {
|
|
829
1155
|
readonly TRADE_DOCUMENT: TradeFileLables.TRADE_DOCUMENT;
|
|
@@ -835,6 +1161,7 @@ export declare const FileLabels: {
|
|
|
835
1161
|
readonly COVER_ART: IssuerFileLabels.COVER_ART;
|
|
836
1162
|
readonly MEMORANDUM: OfferingFileLabels.MEMORANDUM;
|
|
837
1163
|
readonly SUBSCRIPTION_AGREEMENT: OfferingFileLabels.SUBSCRIPTION_AGREEMENT;
|
|
1164
|
+
readonly ESCROW_AGREEMENT: OfferingFileLabels.ESCROW_AGREEMENT;
|
|
838
1165
|
readonly LOGO: SiteBrandingFileLabels.LOGO;
|
|
839
1166
|
readonly FAVICON: SiteBrandingFileLabels.FAVICON;
|
|
840
1167
|
readonly BACKGROUND_IMAGE: SiteBrandingFileLabels.BACKGROUND_IMAGE;
|
|
@@ -842,6 +1169,8 @@ export declare const FileLabels: {
|
|
|
842
1169
|
readonly OTHER: OtherFileLabels.OTHER;
|
|
843
1170
|
readonly COMPLIANCE_REQUEST: OtherFileLabels.COMPLIANCE_REQUEST;
|
|
844
1171
|
readonly SUB_DOC: OtherFileLabels.SUB_DOC;
|
|
1172
|
+
readonly CONTENT_FILE: OtherFileLabels.CONTENT_FILE;
|
|
1173
|
+
readonly CSV_EXPORT_FILE: OtherFileLabels.CSV_EXPORT_FILE;
|
|
845
1174
|
readonly BAD_ACTOR_REPORT_FILE: CoveredPersonFileLabels.BAD_ACTOR_REPORT_FILE;
|
|
846
1175
|
readonly PROOF_OF_INCOME: AccreditationFileLabels.PROOF_OF_INCOME;
|
|
847
1176
|
readonly PROOF_OF_NET_WORTH: AccreditationFileLabels.PROOF_OF_NET_WORTH;
|
|
@@ -975,7 +1304,8 @@ export declare enum EventField {
|
|
|
975
1304
|
ONBOARDING_STATUS = "onboardingStatus",
|
|
976
1305
|
TRANSACTION_STATUS = "transactionStatus",
|
|
977
1306
|
ACTIVE = "active",
|
|
978
|
-
LOCKED = "locked"
|
|
1307
|
+
LOCKED = "locked",
|
|
1308
|
+
SOLD_OUT = "soldOut"
|
|
979
1309
|
}
|
|
980
1310
|
export declare enum EventName {
|
|
981
1311
|
STATUS_CHANGED = "status.changed",
|
|
@@ -983,7 +1313,9 @@ export declare enum EventName {
|
|
|
983
1313
|
ACTION_PERFORMED = "action.performed",
|
|
984
1314
|
PENDING_OVERDUE_TRADES_ALERT = "pending_overdue.trades.alert",
|
|
985
1315
|
IN_REVIEW_TRADES_ALERT = "trade.inreview.alert",
|
|
986
|
-
INDIVIDUAL_AML_STATUS_CHANGED = "individual.aml_status.changed"
|
|
1316
|
+
INDIVIDUAL_AML_STATUS_CHANGED = "individual.aml_status.changed",
|
|
1317
|
+
ISSUER_CREATED = "issuer.created",
|
|
1318
|
+
TRADE_SETTLED = "trade.settled"
|
|
987
1319
|
}
|
|
988
1320
|
export declare enum TransactionStatus {
|
|
989
1321
|
PENDING = "PENDING",
|
|
@@ -997,7 +1329,9 @@ export declare enum TransactionStatus {
|
|
|
997
1329
|
AUTHORIZING = "AUTHORIZING",
|
|
998
1330
|
FUNDING = "FUNDING",
|
|
999
1331
|
PARTIALLY_REFUNDED = "PARTIALLY_REFUNDED",
|
|
1000
|
-
VOIDED = "VOIDED"
|
|
1332
|
+
VOIDED = "VOIDED",
|
|
1333
|
+
PROCESSING_VOID = "PROCESSING_VOID",
|
|
1334
|
+
PROCESSING_REFUND = "PROCESSING_REFUND"
|
|
1001
1335
|
}
|
|
1002
1336
|
export declare enum TransactionType {
|
|
1003
1337
|
CHARGE = "CHARGE",
|
|
@@ -1156,6 +1490,26 @@ export declare const TargetTableConfig: {
|
|
|
1156
1490
|
readonly table: "theme_settings";
|
|
1157
1491
|
readonly idPrefix: "theme_setting";
|
|
1158
1492
|
};
|
|
1493
|
+
readonly CAP_TABLES: {
|
|
1494
|
+
readonly table: "cap_tables";
|
|
1495
|
+
readonly idPrefix: "cap_table";
|
|
1496
|
+
};
|
|
1497
|
+
readonly CAP_TABLE_SHARE_CLASSES: {
|
|
1498
|
+
readonly table: "cap_table_share_classes";
|
|
1499
|
+
readonly idPrefix: "cap_table_share_class";
|
|
1500
|
+
};
|
|
1501
|
+
readonly CAP_TABLE_ENTRIES: {
|
|
1502
|
+
readonly table: "cap_table_entries";
|
|
1503
|
+
readonly idPrefix: "cap_table_entry";
|
|
1504
|
+
};
|
|
1505
|
+
readonly EMAIL_THEMES: {
|
|
1506
|
+
readonly table: "email_themes";
|
|
1507
|
+
readonly idPrefix: "email_theme";
|
|
1508
|
+
};
|
|
1509
|
+
readonly EMAIL_THEME_SETTINGS: {
|
|
1510
|
+
readonly table: "email_theme_settings";
|
|
1511
|
+
readonly idPrefix: "email_theme_setting";
|
|
1512
|
+
};
|
|
1159
1513
|
};
|
|
1160
1514
|
export type TargetTableType = keyof typeof TargetTableConfig;
|
|
1161
1515
|
export declare const TargetTableEnum: [TargetTableType, ...TargetTableType[]];
|
|
@@ -1492,4 +1846,16 @@ export type StringToBooleanSchema = z.infer<typeof StringToBooleanSchema>;
|
|
|
1492
1846
|
* EmailSchema.optional().parse(undefined); // returns undefined
|
|
1493
1847
|
*/
|
|
1494
1848
|
export declare const EmailSchema: z.ZodEffects<z.ZodString, string, string>;
|
|
1849
|
+
export declare enum WarrantSharesCalculationMethod {
|
|
1850
|
+
NONE = "NONE",
|
|
1851
|
+
PRORATA = "PRORATA",
|
|
1852
|
+
INCREMENT = "INCREMENT"
|
|
1853
|
+
}
|
|
1854
|
+
export declare enum OfferingStatus {
|
|
1855
|
+
ONBOARDING = "ONBOARDING",
|
|
1856
|
+
IN_REVIEW = "IN_REVIEW",
|
|
1857
|
+
ACTIVE = "ACTIVE",
|
|
1858
|
+
PAUSED = "PAUSED",
|
|
1859
|
+
CLOSED = "CLOSED"
|
|
1860
|
+
}
|
|
1495
1861
|
export {};
|