@dalmore/api-contracts 0.0.0-dev.9f40653 → 0.0.0-dev.a0429a1

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.
Files changed (96) hide show
  1. package/common/types/account-setting.types.d.ts +22 -66
  2. package/common/types/account-setting.types.js +2 -31
  3. package/common/types/account-setting.types.js.map +1 -1
  4. package/common/types/account.types.d.ts +32 -23
  5. package/common/types/account.types.js +1 -0
  6. package/common/types/account.types.js.map +1 -1
  7. package/common/types/activity.types.d.ts +34 -25
  8. package/common/types/activity.types.js +11 -0
  9. package/common/types/activity.types.js.map +1 -1
  10. package/common/types/asset.types.d.ts +212 -0
  11. package/common/types/asset.types.js +115 -42
  12. package/common/types/asset.types.js.map +1 -1
  13. package/common/types/bonus-tier.types.d.ts +11 -0
  14. package/common/types/bonus-tier.types.js +14 -7
  15. package/common/types/bonus-tier.types.js.map +1 -1
  16. package/common/types/cap-table.types.d.ts +177 -53
  17. package/common/types/cap-table.types.js +31 -0
  18. package/common/types/cap-table.types.js.map +1 -1
  19. package/common/types/common.types.d.ts +345 -5
  20. package/common/types/common.types.js +61 -1
  21. package/common/types/common.types.js.map +1 -1
  22. package/common/types/comply-advantage-api.types.d.ts +86 -992
  23. package/common/types/comply-advantage-api.types.js +15 -2
  24. package/common/types/comply-advantage-api.types.js.map +1 -1
  25. package/common/types/dashboard.types.d.ts +7 -7
  26. package/common/types/data-record.types.d.ts +4 -4
  27. package/common/types/disbursement-transaction.types.d.ts +1 -1
  28. package/common/types/disbursement-transaction.types.js +1 -1
  29. package/common/types/disbursement-transaction.types.js.map +1 -1
  30. package/common/types/disbursements.types.d.ts +890 -593
  31. package/common/types/disbursements.types.js +66 -0
  32. package/common/types/disbursements.types.js.map +1 -1
  33. package/common/types/escrow-account.types.d.ts +17 -0
  34. package/common/types/escrow-account.types.js +3 -0
  35. package/common/types/escrow-account.types.js.map +1 -1
  36. package/common/types/exchange-provider.types.d.ts +12 -12
  37. package/common/types/file.types.d.ts +35 -11
  38. package/common/types/file.types.js +11 -0
  39. package/common/types/file.types.js.map +1 -1
  40. package/common/types/index.d.ts +3 -0
  41. package/common/types/index.js +3 -0
  42. package/common/types/index.js.map +1 -1
  43. package/common/types/individuals.types.js +7 -4
  44. package/common/types/individuals.types.js.map +1 -1
  45. package/common/types/investor-account.types.d.ts +1 -1
  46. package/common/types/investor-account.types.js +1 -2
  47. package/common/types/investor-account.types.js.map +1 -1
  48. package/common/types/invite.types.d.ts +2 -2
  49. package/common/types/invite.types.js +1 -1
  50. package/common/types/invite.types.js.map +1 -1
  51. package/common/types/issuer-bank-account.types.d.ts +4 -276
  52. package/common/types/issuer-offering.types.d.ts +834 -14
  53. package/common/types/issuer-offering.types.js +297 -25
  54. package/common/types/issuer-offering.types.js.map +1 -1
  55. package/common/types/job-item.types.d.ts +14 -14
  56. package/common/types/note.types.d.ts +15 -15
  57. package/common/types/offering-submission.types.d.ts +198 -0
  58. package/common/types/offering-submission.types.js +16 -3
  59. package/common/types/offering-submission.types.js.map +1 -1
  60. package/common/types/offering.types.d.ts +535 -21
  61. package/common/types/offering.types.js +324 -26
  62. package/common/types/offering.types.js.map +1 -1
  63. package/common/types/portfolio.types.d.ts +6 -6
  64. package/common/types/reports.types.d.ts +345 -0
  65. package/common/types/reports.types.js +69 -0
  66. package/common/types/reports.types.js.map +1 -0
  67. package/common/types/review.types.js +1 -1
  68. package/common/types/review.types.js.map +1 -1
  69. package/common/types/secondary-order.types.d.ts +10 -10
  70. package/common/types/secondary-trade.types.d.ts +10 -10
  71. package/common/types/signer.types.d.ts +8 -8
  72. package/common/types/site.types.d.ts +17 -12
  73. package/common/types/task.types.d.ts +22 -22
  74. package/common/types/trade-line-item.types.d.ts +24 -0
  75. package/common/types/trade-line-item.types.js +3 -0
  76. package/common/types/trade-line-item.types.js.map +1 -1
  77. package/common/types/trade.types.d.ts +11 -0
  78. package/common/types/trade.types.js +10 -1
  79. package/common/types/trade.types.js.map +1 -1
  80. package/common/types/transaction.types.d.ts +0 -1
  81. package/common/types/transaction.types.js +0 -1
  82. package/common/types/transaction.types.js.map +1 -1
  83. package/common/types/user.types.d.ts +191 -59
  84. package/common/types/user.types.js +9 -1
  85. package/common/types/user.types.js.map +1 -1
  86. package/contracts/clients/assets/index.d.ts +22 -0
  87. package/contracts/clients/files/index.d.ts +3 -3
  88. package/contracts/clients/files-public/index.d.ts +3 -3
  89. package/contracts/clients/index.d.ts +413 -13
  90. package/contracts/clients/index.js +2 -0
  91. package/contracts/clients/index.js.map +1 -1
  92. package/contracts/clients/offerings/index.d.ts +308 -7
  93. package/contracts/clients/review/index.d.ts +77 -0
  94. package/contracts/clients/review/index.js +23 -0
  95. package/contracts/clients/review/index.js.map +1 -0
  96. package/package.json +1 -1
@@ -1066,6 +1066,7 @@ export declare const PostDisbursementZod: z.ZodObject<{
1066
1066
  name: string;
1067
1067
  offeringId: string;
1068
1068
  issuerId: string;
1069
+ escrowAccountId: string;
1069
1070
  tradeIds: string[];
1070
1071
  requestedAmount: number;
1071
1072
  netAmount: number;
@@ -1075,12 +1076,12 @@ export declare const PostDisbursementZod: z.ZodObject<{
1075
1076
  description: string;
1076
1077
  }[];
1077
1078
  issuerBankAccountId: string;
1078
- escrowAccountId: string;
1079
1079
  disbursedAt?: Date | null | undefined;
1080
1080
  }, {
1081
1081
  name: string;
1082
1082
  offeringId: string;
1083
1083
  issuerId: string;
1084
+ escrowAccountId: string;
1084
1085
  tradeIds: string[];
1085
1086
  requestedAmount: number;
1086
1087
  netAmount: number;
@@ -1090,7 +1091,6 @@ export declare const PostDisbursementZod: z.ZodObject<{
1090
1091
  description: string;
1091
1092
  }[];
1092
1093
  issuerBankAccountId: string;
1093
- escrowAccountId: string;
1094
1094
  disbursedAt?: string | null | undefined;
1095
1095
  }>;
1096
1096
  export type PostDisbursementZod = z.infer<typeof PostDisbursementZod>;
@@ -1132,6 +1132,7 @@ export declare const CompliancePostDisbursementZod: z.ZodObject<{
1132
1132
  name: string;
1133
1133
  offeringId: string;
1134
1134
  issuerId: string;
1135
+ escrowAccountId: string;
1135
1136
  tradeIds: string[];
1136
1137
  requestedAmount: number;
1137
1138
  netAmount: number;
@@ -1141,13 +1142,13 @@ export declare const CompliancePostDisbursementZod: z.ZodObject<{
1141
1142
  description: string;
1142
1143
  }[];
1143
1144
  issuerBankAccountId: string;
1144
- escrowAccountId: string;
1145
1145
  disbursedAt?: Date | null | undefined;
1146
1146
  }, {
1147
1147
  accountId: string;
1148
1148
  name: string;
1149
1149
  offeringId: string;
1150
1150
  issuerId: string;
1151
+ escrowAccountId: string;
1151
1152
  tradeIds: string[];
1152
1153
  requestedAmount: number;
1153
1154
  netAmount: number;
@@ -1157,7 +1158,6 @@ export declare const CompliancePostDisbursementZod: z.ZodObject<{
1157
1158
  description: string;
1158
1159
  }[];
1159
1160
  issuerBankAccountId: string;
1160
- escrowAccountId: string;
1161
1161
  disbursedAt?: string | null | undefined;
1162
1162
  }>;
1163
1163
  export type CompliancePostDisbursementZod = z.infer<typeof CompliancePostDisbursementZod>;
@@ -1314,6 +1314,7 @@ export declare const DisbursementPreviewContextZod: z.ZodObject<{
1314
1314
  updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1315
1315
  deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1316
1316
  } & {
1317
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1317
1318
  accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1318
1319
  routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1319
1320
  accountName: z.ZodString;
@@ -1387,6 +1388,7 @@ export declare const DisbursementPreviewContextZod: z.ZodObject<{
1387
1388
  } | null | undefined;
1388
1389
  accountNumber?: string | null | undefined;
1389
1390
  routingNumber?: string | null | undefined;
1391
+ company?: string | null | undefined;
1390
1392
  }, {
1391
1393
  id: string;
1392
1394
  createdAt: string | Date;
@@ -1413,117 +1415,9 @@ export declare const DisbursementPreviewContextZod: z.ZodObject<{
1413
1415
  } | null | undefined;
1414
1416
  accountNumber?: string | null | undefined;
1415
1417
  routingNumber?: string | null | undefined;
1418
+ company?: string | null | undefined;
1416
1419
  }>>>;
1417
- destinationBank: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1418
- id: z.ZodString;
1419
- __entity: z.ZodOptional<z.ZodString>;
1420
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1421
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1422
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1423
- } & {
1424
- accountNumber: z.ZodString;
1425
- accountHolder: z.ZodString;
1426
- routingNumber: z.ZodString;
1427
- nickName: z.ZodString;
1428
- accountId: z.ZodString;
1429
- account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1430
- id: z.ZodString;
1431
- __entity: z.ZodOptional<z.ZodString>;
1432
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1433
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1434
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1435
- } & {
1436
- name: z.ZodString;
1437
- status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
1438
- managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
1439
- platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1440
- onboardingReviewerId: z.ZodNullable<z.ZodString>;
1441
- onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1442
- allowPendingComplianceReview: z.ZodBoolean;
1443
- }, "strip", z.ZodTypeAny, {
1444
- status: import("./common.types").AccountStatus;
1445
- id: string;
1446
- createdAt: string | Date;
1447
- updatedAt: string | Date;
1448
- deletedAt: string | Date | null;
1449
- name: string;
1450
- managedBy: import("./common.types").ManagedByType | null;
1451
- platform: import("./common.types").Platform;
1452
- onboardingReviewerId: string | null;
1453
- onboardingReviewAt: Date | null;
1454
- allowPendingComplianceReview: boolean;
1455
- __entity?: string | undefined;
1456
- }, {
1457
- status: import("./common.types").AccountStatus;
1458
- id: string;
1459
- createdAt: string | Date;
1460
- updatedAt: string | Date;
1461
- deletedAt: string | Date | null;
1462
- name: string;
1463
- managedBy: import("./common.types").ManagedByType | null;
1464
- platform: import("./common.types").Platform;
1465
- onboardingReviewerId: string | null;
1466
- onboardingReviewAt: Date | null;
1467
- allowPendingComplianceReview: boolean;
1468
- __entity?: string | undefined;
1469
- }>>>;
1470
- issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1471
- issuer: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
1472
- }, "strip", z.ZodTypeAny, {
1473
- id: string;
1474
- createdAt: string | Date;
1475
- updatedAt: string | Date;
1476
- deletedAt: string | Date | null;
1477
- accountId: string;
1478
- issuerId: string;
1479
- accountNumber: string;
1480
- accountHolder: string;
1481
- routingNumber: string;
1482
- nickName: string;
1483
- __entity?: string | undefined;
1484
- account?: {
1485
- status: import("./common.types").AccountStatus;
1486
- id: string;
1487
- createdAt: string | Date;
1488
- updatedAt: string | Date;
1489
- deletedAt: string | Date | null;
1490
- name: string;
1491
- managedBy: import("./common.types").ManagedByType | null;
1492
- platform: import("./common.types").Platform;
1493
- onboardingReviewerId: string | null;
1494
- onboardingReviewAt: Date | null;
1495
- allowPendingComplianceReview: boolean;
1496
- __entity?: string | undefined;
1497
- } | null | undefined;
1498
- issuer?: any;
1499
- }, {
1500
- id: string;
1501
- createdAt: string | Date;
1502
- updatedAt: string | Date;
1503
- deletedAt: string | Date | null;
1504
- accountId: string;
1505
- issuerId: string;
1506
- accountNumber: string;
1507
- accountHolder: string;
1508
- routingNumber: string;
1509
- nickName: string;
1510
- __entity?: string | undefined;
1511
- account?: {
1512
- status: import("./common.types").AccountStatus;
1513
- id: string;
1514
- createdAt: string | Date;
1515
- updatedAt: string | Date;
1516
- deletedAt: string | Date | null;
1517
- name: string;
1518
- managedBy: import("./common.types").ManagedByType | null;
1519
- platform: import("./common.types").Platform;
1520
- onboardingReviewerId: string | null;
1521
- onboardingReviewAt: Date | null;
1522
- allowPendingComplianceReview: boolean;
1523
- __entity?: string | undefined;
1524
- } | null | undefined;
1525
- issuer?: any;
1526
- }>>>;
1420
+ destinationBank: z.ZodNullable<z.ZodLazy<any>>;
1527
1421
  }, "strip", z.ZodTypeAny, {
1528
1422
  escrowAccount: {
1529
1423
  id: string;
@@ -1551,37 +1445,11 @@ export declare const DisbursementPreviewContextZod: z.ZodObject<{
1551
1445
  } | null | undefined;
1552
1446
  accountNumber?: string | null | undefined;
1553
1447
  routingNumber?: string | null | undefined;
1554
- } | null;
1555
- destinationBank: {
1556
- id: string;
1557
- createdAt: string | Date;
1558
- updatedAt: string | Date;
1559
- deletedAt: string | Date | null;
1560
- accountId: string;
1561
- issuerId: string;
1562
- accountNumber: string;
1563
- accountHolder: string;
1564
- routingNumber: string;
1565
- nickName: string;
1566
- __entity?: string | undefined;
1567
- account?: {
1568
- status: import("./common.types").AccountStatus;
1569
- id: string;
1570
- createdAt: string | Date;
1571
- updatedAt: string | Date;
1572
- deletedAt: string | Date | null;
1573
- name: string;
1574
- managedBy: import("./common.types").ManagedByType | null;
1575
- platform: import("./common.types").Platform;
1576
- onboardingReviewerId: string | null;
1577
- onboardingReviewAt: Date | null;
1578
- allowPendingComplianceReview: boolean;
1579
- __entity?: string | undefined;
1580
- } | null | undefined;
1581
- issuer?: any;
1448
+ company?: string | null | undefined;
1582
1449
  } | null;
1583
1450
  offering?: any;
1584
1451
  issuer?: any;
1452
+ destinationBank?: any;
1585
1453
  }, {
1586
1454
  escrowAccount: {
1587
1455
  id: string;
@@ -1609,37 +1477,11 @@ export declare const DisbursementPreviewContextZod: z.ZodObject<{
1609
1477
  } | null | undefined;
1610
1478
  accountNumber?: string | null | undefined;
1611
1479
  routingNumber?: string | null | undefined;
1612
- } | null;
1613
- destinationBank: {
1614
- id: string;
1615
- createdAt: string | Date;
1616
- updatedAt: string | Date;
1617
- deletedAt: string | Date | null;
1618
- accountId: string;
1619
- issuerId: string;
1620
- accountNumber: string;
1621
- accountHolder: string;
1622
- routingNumber: string;
1623
- nickName: string;
1624
- __entity?: string | undefined;
1625
- account?: {
1626
- status: import("./common.types").AccountStatus;
1627
- id: string;
1628
- createdAt: string | Date;
1629
- updatedAt: string | Date;
1630
- deletedAt: string | Date | null;
1631
- name: string;
1632
- managedBy: import("./common.types").ManagedByType | null;
1633
- platform: import("./common.types").Platform;
1634
- onboardingReviewerId: string | null;
1635
- onboardingReviewAt: Date | null;
1636
- allowPendingComplianceReview: boolean;
1637
- __entity?: string | undefined;
1638
- } | null | undefined;
1639
- issuer?: any;
1480
+ company?: string | null | undefined;
1640
1481
  } | null;
1641
1482
  offering?: any;
1642
1483
  issuer?: any;
1484
+ destinationBank?: any;
1643
1485
  }>;
1644
1486
  export type DisbursementPreviewContextZod = z.infer<typeof DisbursementPreviewContextZod>;
1645
1487
  export declare const DisbursementPreviewBalanceZod: z.ZodObject<{
@@ -1647,18 +1489,27 @@ export declare const DisbursementPreviewBalanceZod: z.ZodObject<{
1647
1489
  totalDisbursed: z.ZodNumber;
1648
1490
  pending: z.ZodNumber;
1649
1491
  refundPool: z.ZodNumber;
1492
+ disbursementFee: z.ZodNumber;
1493
+ brokerageFee: z.ZodNumber;
1650
1494
  availableForDisbursement: z.ZodNumber;
1495
+ netAmount: z.ZodNumber;
1651
1496
  }, "strip", z.ZodTypeAny, {
1652
1497
  pending: number;
1498
+ netAmount: number;
1653
1499
  totalRaised: number;
1654
1500
  totalDisbursed: number;
1655
1501
  refundPool: number;
1502
+ brokerageFee: number;
1503
+ disbursementFee: number;
1656
1504
  availableForDisbursement: number;
1657
1505
  }, {
1658
1506
  pending: number;
1507
+ netAmount: number;
1659
1508
  totalRaised: number;
1660
1509
  totalDisbursed: number;
1661
1510
  refundPool: number;
1511
+ brokerageFee: number;
1512
+ disbursementFee: number;
1662
1513
  availableForDisbursement: number;
1663
1514
  }>;
1664
1515
  export type DisbursementPreviewBalanceZod = z.infer<typeof DisbursementPreviewBalanceZod>;
@@ -1712,6 +1563,7 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
1712
1563
  updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1713
1564
  deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1714
1565
  } & {
1566
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1715
1567
  accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1716
1568
  routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1717
1569
  accountName: z.ZodString;
@@ -1785,6 +1637,7 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
1785
1637
  } | null | undefined;
1786
1638
  accountNumber?: string | null | undefined;
1787
1639
  routingNumber?: string | null | undefined;
1640
+ company?: string | null | undefined;
1788
1641
  }, {
1789
1642
  id: string;
1790
1643
  createdAt: string | Date;
@@ -1811,117 +1664,9 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
1811
1664
  } | null | undefined;
1812
1665
  accountNumber?: string | null | undefined;
1813
1666
  routingNumber?: string | null | undefined;
1667
+ company?: string | null | undefined;
1814
1668
  }>>>;
1815
- destinationBank: z.ZodNullable<z.ZodLazy<z.ZodObject<{
1816
- id: z.ZodString;
1817
- __entity: z.ZodOptional<z.ZodString>;
1818
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1819
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1820
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1821
- } & {
1822
- accountNumber: z.ZodString;
1823
- accountHolder: z.ZodString;
1824
- routingNumber: z.ZodString;
1825
- nickName: z.ZodString;
1826
- accountId: z.ZodString;
1827
- account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1828
- id: z.ZodString;
1829
- __entity: z.ZodOptional<z.ZodString>;
1830
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1831
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1832
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1833
- } & {
1834
- name: z.ZodString;
1835
- status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
1836
- managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
1837
- platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
1838
- onboardingReviewerId: z.ZodNullable<z.ZodString>;
1839
- onboardingReviewAt: z.ZodNullable<z.ZodDate>;
1840
- allowPendingComplianceReview: z.ZodBoolean;
1841
- }, "strip", z.ZodTypeAny, {
1842
- status: import("./common.types").AccountStatus;
1843
- id: string;
1844
- createdAt: string | Date;
1845
- updatedAt: string | Date;
1846
- deletedAt: string | Date | null;
1847
- name: string;
1848
- managedBy: import("./common.types").ManagedByType | null;
1849
- platform: import("./common.types").Platform;
1850
- onboardingReviewerId: string | null;
1851
- onboardingReviewAt: Date | null;
1852
- allowPendingComplianceReview: boolean;
1853
- __entity?: string | undefined;
1854
- }, {
1855
- status: import("./common.types").AccountStatus;
1856
- id: string;
1857
- createdAt: string | Date;
1858
- updatedAt: string | Date;
1859
- deletedAt: string | Date | null;
1860
- name: string;
1861
- managedBy: import("./common.types").ManagedByType | null;
1862
- platform: import("./common.types").Platform;
1863
- onboardingReviewerId: string | null;
1864
- onboardingReviewAt: Date | null;
1865
- allowPendingComplianceReview: boolean;
1866
- __entity?: string | undefined;
1867
- }>>>;
1868
- issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
1869
- issuer: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
1870
- }, "strip", z.ZodTypeAny, {
1871
- id: string;
1872
- createdAt: string | Date;
1873
- updatedAt: string | Date;
1874
- deletedAt: string | Date | null;
1875
- accountId: string;
1876
- issuerId: string;
1877
- accountNumber: string;
1878
- accountHolder: string;
1879
- routingNumber: string;
1880
- nickName: string;
1881
- __entity?: string | undefined;
1882
- account?: {
1883
- status: import("./common.types").AccountStatus;
1884
- id: string;
1885
- createdAt: string | Date;
1886
- updatedAt: string | Date;
1887
- deletedAt: string | Date | null;
1888
- name: string;
1889
- managedBy: import("./common.types").ManagedByType | null;
1890
- platform: import("./common.types").Platform;
1891
- onboardingReviewerId: string | null;
1892
- onboardingReviewAt: Date | null;
1893
- allowPendingComplianceReview: boolean;
1894
- __entity?: string | undefined;
1895
- } | null | undefined;
1896
- issuer?: any;
1897
- }, {
1898
- id: string;
1899
- createdAt: string | Date;
1900
- updatedAt: string | Date;
1901
- deletedAt: string | Date | null;
1902
- accountId: string;
1903
- issuerId: string;
1904
- accountNumber: string;
1905
- accountHolder: string;
1906
- routingNumber: string;
1907
- nickName: string;
1908
- __entity?: string | undefined;
1909
- account?: {
1910
- status: import("./common.types").AccountStatus;
1911
- id: string;
1912
- createdAt: string | Date;
1913
- updatedAt: string | Date;
1914
- deletedAt: string | Date | null;
1915
- name: string;
1916
- managedBy: import("./common.types").ManagedByType | null;
1917
- platform: import("./common.types").Platform;
1918
- onboardingReviewerId: string | null;
1919
- onboardingReviewAt: Date | null;
1920
- allowPendingComplianceReview: boolean;
1921
- __entity?: string | undefined;
1922
- } | null | undefined;
1923
- issuer?: any;
1924
- }>>>;
1669
+ destinationBank: z.ZodNullable<z.ZodLazy<any>>;
1925
1670
  }, "strip", z.ZodTypeAny, {
1926
1671
  escrowAccount: {
1927
1672
  id: string;
@@ -1949,18 +1694,21 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
1949
1694
  } | null | undefined;
1950
1695
  accountNumber?: string | null | undefined;
1951
1696
  routingNumber?: string | null | undefined;
1697
+ company?: string | null | undefined;
1952
1698
  } | null;
1953
- destinationBank: {
1699
+ offering?: any;
1700
+ issuer?: any;
1701
+ destinationBank?: any;
1702
+ }, {
1703
+ escrowAccount: {
1954
1704
  id: string;
1955
1705
  createdAt: string | Date;
1956
1706
  updatedAt: string | Date;
1957
1707
  deletedAt: string | Date | null;
1958
1708
  accountId: string;
1959
- issuerId: string;
1960
- accountNumber: string;
1961
- accountHolder: string;
1962
- routingNumber: string;
1963
- nickName: string;
1709
+ accountName: string;
1710
+ agentEmail: string;
1711
+ agentName: string;
1964
1712
  __entity?: string | undefined;
1965
1713
  account?: {
1966
1714
  status: import("./common.types").AccountStatus;
@@ -1976,86 +1724,40 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
1976
1724
  allowPendingComplianceReview: boolean;
1977
1725
  __entity?: string | undefined;
1978
1726
  } | null | undefined;
1979
- issuer?: any;
1980
- } | null;
1981
- offering?: any;
1982
- issuer?: any;
1983
- }, {
1984
- escrowAccount: {
1985
- id: string;
1986
- createdAt: string | Date;
1987
- updatedAt: string | Date;
1988
- deletedAt: string | Date | null;
1989
- accountId: string;
1990
- accountName: string;
1991
- agentEmail: string;
1992
- agentName: string;
1993
- __entity?: string | undefined;
1994
- account?: {
1995
- status: import("./common.types").AccountStatus;
1996
- id: string;
1997
- createdAt: string | Date;
1998
- updatedAt: string | Date;
1999
- deletedAt: string | Date | null;
2000
- name: string;
2001
- managedBy: import("./common.types").ManagedByType | null;
2002
- platform: import("./common.types").Platform;
2003
- onboardingReviewerId: string | null;
2004
- onboardingReviewAt: Date | null;
2005
- allowPendingComplianceReview: boolean;
2006
- __entity?: string | undefined;
2007
- } | null | undefined;
2008
- accountNumber?: string | null | undefined;
2009
- routingNumber?: string | null | undefined;
2010
- } | null;
2011
- destinationBank: {
2012
- id: string;
2013
- createdAt: string | Date;
2014
- updatedAt: string | Date;
2015
- deletedAt: string | Date | null;
2016
- accountId: string;
2017
- issuerId: string;
2018
- accountNumber: string;
2019
- accountHolder: string;
2020
- routingNumber: string;
2021
- nickName: string;
2022
- __entity?: string | undefined;
2023
- account?: {
2024
- status: import("./common.types").AccountStatus;
2025
- id: string;
2026
- createdAt: string | Date;
2027
- updatedAt: string | Date;
2028
- deletedAt: string | Date | null;
2029
- name: string;
2030
- managedBy: import("./common.types").ManagedByType | null;
2031
- platform: import("./common.types").Platform;
2032
- onboardingReviewerId: string | null;
2033
- onboardingReviewAt: Date | null;
2034
- allowPendingComplianceReview: boolean;
2035
- __entity?: string | undefined;
2036
- } | null | undefined;
2037
- issuer?: any;
1727
+ accountNumber?: string | null | undefined;
1728
+ routingNumber?: string | null | undefined;
1729
+ company?: string | null | undefined;
2038
1730
  } | null;
2039
1731
  offering?: any;
2040
1732
  issuer?: any;
1733
+ destinationBank?: any;
2041
1734
  }>;
2042
1735
  balance: z.ZodObject<{
2043
1736
  totalRaised: z.ZodNumber;
2044
1737
  totalDisbursed: z.ZodNumber;
2045
1738
  pending: z.ZodNumber;
2046
1739
  refundPool: z.ZodNumber;
1740
+ disbursementFee: z.ZodNumber;
1741
+ brokerageFee: z.ZodNumber;
2047
1742
  availableForDisbursement: z.ZodNumber;
1743
+ netAmount: z.ZodNumber;
2048
1744
  }, "strip", z.ZodTypeAny, {
2049
1745
  pending: number;
1746
+ netAmount: number;
2050
1747
  totalRaised: number;
2051
1748
  totalDisbursed: number;
2052
1749
  refundPool: number;
1750
+ brokerageFee: number;
1751
+ disbursementFee: number;
2053
1752
  availableForDisbursement: number;
2054
1753
  }, {
2055
1754
  pending: number;
1755
+ netAmount: number;
2056
1756
  totalRaised: number;
2057
1757
  totalDisbursed: number;
2058
1758
  refundPool: number;
1759
+ brokerageFee: number;
1760
+ disbursementFee: number;
2059
1761
  availableForDisbursement: number;
2060
1762
  }>;
2061
1763
  tradeSummary: z.ZodObject<{
@@ -2127,43 +1829,20 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
2127
1829
  } | null | undefined;
2128
1830
  accountNumber?: string | null | undefined;
2129
1831
  routingNumber?: string | null | undefined;
2130
- } | null;
2131
- destinationBank: {
2132
- id: string;
2133
- createdAt: string | Date;
2134
- updatedAt: string | Date;
2135
- deletedAt: string | Date | null;
2136
- accountId: string;
2137
- issuerId: string;
2138
- accountNumber: string;
2139
- accountHolder: string;
2140
- routingNumber: string;
2141
- nickName: string;
2142
- __entity?: string | undefined;
2143
- account?: {
2144
- status: import("./common.types").AccountStatus;
2145
- id: string;
2146
- createdAt: string | Date;
2147
- updatedAt: string | Date;
2148
- deletedAt: string | Date | null;
2149
- name: string;
2150
- managedBy: import("./common.types").ManagedByType | null;
2151
- platform: import("./common.types").Platform;
2152
- onboardingReviewerId: string | null;
2153
- onboardingReviewAt: Date | null;
2154
- allowPendingComplianceReview: boolean;
2155
- __entity?: string | undefined;
2156
- } | null | undefined;
2157
- issuer?: any;
1832
+ company?: string | null | undefined;
2158
1833
  } | null;
2159
1834
  offering?: any;
2160
1835
  issuer?: any;
1836
+ destinationBank?: any;
2161
1837
  };
2162
1838
  balance: {
2163
1839
  pending: number;
1840
+ netAmount: number;
2164
1841
  totalRaised: number;
2165
1842
  totalDisbursed: number;
2166
1843
  refundPool: number;
1844
+ brokerageFee: number;
1845
+ disbursementFee: number;
2167
1846
  availableForDisbursement: number;
2168
1847
  };
2169
1848
  tradeSummary: {
@@ -2208,43 +1887,20 @@ export declare const DisbursementPreviewZod: z.ZodObject<{
2208
1887
  } | null | undefined;
2209
1888
  accountNumber?: string | null | undefined;
2210
1889
  routingNumber?: string | null | undefined;
2211
- } | null;
2212
- destinationBank: {
2213
- id: string;
2214
- createdAt: string | Date;
2215
- updatedAt: string | Date;
2216
- deletedAt: string | Date | null;
2217
- accountId: string;
2218
- issuerId: string;
2219
- accountNumber: string;
2220
- accountHolder: string;
2221
- routingNumber: string;
2222
- nickName: string;
2223
- __entity?: string | undefined;
2224
- account?: {
2225
- status: import("./common.types").AccountStatus;
2226
- id: string;
2227
- createdAt: string | Date;
2228
- updatedAt: string | Date;
2229
- deletedAt: string | Date | null;
2230
- name: string;
2231
- managedBy: import("./common.types").ManagedByType | null;
2232
- platform: import("./common.types").Platform;
2233
- onboardingReviewerId: string | null;
2234
- onboardingReviewAt: Date | null;
2235
- allowPendingComplianceReview: boolean;
2236
- __entity?: string | undefined;
2237
- } | null | undefined;
2238
- issuer?: any;
1890
+ company?: string | null | undefined;
2239
1891
  } | null;
2240
1892
  offering?: any;
2241
1893
  issuer?: any;
1894
+ destinationBank?: any;
2242
1895
  };
2243
1896
  balance: {
2244
1897
  pending: number;
1898
+ netAmount: number;
2245
1899
  totalRaised: number;
2246
1900
  totalDisbursed: number;
2247
1901
  refundPool: number;
1902
+ brokerageFee: number;
1903
+ disbursementFee: number;
2248
1904
  availableForDisbursement: number;
2249
1905
  };
2250
1906
  tradeSummary: {
@@ -2585,118 +2241,11 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2585
2241
  } & {
2586
2242
  userCanReview: z.ZodBoolean;
2587
2243
  signingUrl: z.ZodNullable<z.ZodString>;
2244
+ canViewDocument: z.ZodBoolean;
2245
+ documentUrl: z.ZodNullable<z.ZodString>;
2588
2246
  lifecycleStage: z.ZodNativeEnum<typeof DisbursementLifecycleStage>;
2589
2247
  issuer: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2590
- issuerBankAccount: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2591
- id: z.ZodString;
2592
- __entity: z.ZodOptional<z.ZodString>;
2593
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2594
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2595
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2596
- } & {
2597
- accountNumber: z.ZodString;
2598
- accountHolder: z.ZodString;
2599
- routingNumber: z.ZodString;
2600
- nickName: z.ZodString;
2601
- accountId: z.ZodString;
2602
- account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2603
- id: z.ZodString;
2604
- __entity: z.ZodOptional<z.ZodString>;
2605
- createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2606
- updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2607
- deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2608
- } & {
2609
- name: z.ZodString;
2610
- status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2611
- managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2612
- platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2613
- onboardingReviewerId: z.ZodNullable<z.ZodString>;
2614
- onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2615
- allowPendingComplianceReview: z.ZodBoolean;
2616
- }, "strip", z.ZodTypeAny, {
2617
- status: import("./common.types").AccountStatus;
2618
- id: string;
2619
- createdAt: string | Date;
2620
- updatedAt: string | Date;
2621
- deletedAt: string | Date | null;
2622
- name: string;
2623
- managedBy: import("./common.types").ManagedByType | null;
2624
- platform: import("./common.types").Platform;
2625
- onboardingReviewerId: string | null;
2626
- onboardingReviewAt: Date | null;
2627
- allowPendingComplianceReview: boolean;
2628
- __entity?: string | undefined;
2629
- }, {
2630
- status: import("./common.types").AccountStatus;
2631
- id: string;
2632
- createdAt: string | Date;
2633
- updatedAt: string | Date;
2634
- deletedAt: string | Date | null;
2635
- name: string;
2636
- managedBy: import("./common.types").ManagedByType | null;
2637
- platform: import("./common.types").Platform;
2638
- onboardingReviewerId: string | null;
2639
- onboardingReviewAt: Date | null;
2640
- allowPendingComplianceReview: boolean;
2641
- __entity?: string | undefined;
2642
- }>>>;
2643
- issuerId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2644
- issuer: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2645
- }, "strip", z.ZodTypeAny, {
2646
- id: string;
2647
- createdAt: string | Date;
2648
- updatedAt: string | Date;
2649
- deletedAt: string | Date | null;
2650
- accountId: string;
2651
- issuerId: string;
2652
- accountNumber: string;
2653
- accountHolder: string;
2654
- routingNumber: string;
2655
- nickName: string;
2656
- __entity?: string | undefined;
2657
- account?: {
2658
- status: import("./common.types").AccountStatus;
2659
- id: string;
2660
- createdAt: string | Date;
2661
- updatedAt: string | Date;
2662
- deletedAt: string | Date | null;
2663
- name: string;
2664
- managedBy: import("./common.types").ManagedByType | null;
2665
- platform: import("./common.types").Platform;
2666
- onboardingReviewerId: string | null;
2667
- onboardingReviewAt: Date | null;
2668
- allowPendingComplianceReview: boolean;
2669
- __entity?: string | undefined;
2670
- } | null | undefined;
2671
- issuer?: any;
2672
- }, {
2673
- id: string;
2674
- createdAt: string | Date;
2675
- updatedAt: string | Date;
2676
- deletedAt: string | Date | null;
2677
- accountId: string;
2678
- issuerId: string;
2679
- accountNumber: string;
2680
- accountHolder: string;
2681
- routingNumber: string;
2682
- nickName: string;
2683
- __entity?: string | undefined;
2684
- account?: {
2685
- status: import("./common.types").AccountStatus;
2686
- id: string;
2687
- createdAt: string | Date;
2688
- updatedAt: string | Date;
2689
- deletedAt: string | Date | null;
2690
- name: string;
2691
- managedBy: import("./common.types").ManagedByType | null;
2692
- platform: import("./common.types").Platform;
2693
- onboardingReviewerId: string | null;
2694
- onboardingReviewAt: Date | null;
2695
- allowPendingComplianceReview: boolean;
2696
- __entity?: string | undefined;
2697
- } | null | undefined;
2698
- issuer?: any;
2699
- }>>>>;
2248
+ issuerBankAccount: z.ZodNullable<z.ZodOptional<z.ZodLazy<any>>>;
2700
2249
  escrowAccount: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodObject<{
2701
2250
  id: z.ZodString;
2702
2251
  __entity: z.ZodOptional<z.ZodString>;
@@ -2704,6 +2253,7 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2704
2253
  updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2705
2254
  deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2706
2255
  } & {
2256
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2707
2257
  accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2708
2258
  routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2709
2259
  accountName: z.ZodString;
@@ -2777,6 +2327,7 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2777
2327
  } | null | undefined;
2778
2328
  accountNumber?: string | null | undefined;
2779
2329
  routingNumber?: string | null | undefined;
2330
+ company?: string | null | undefined;
2780
2331
  }, {
2781
2332
  id: string;
2782
2333
  createdAt: string | Date;
@@ -2803,6 +2354,7 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2803
2354
  } | null | undefined;
2804
2355
  accountNumber?: string | null | undefined;
2805
2356
  routingNumber?: string | null | undefined;
2357
+ company?: string | null | undefined;
2806
2358
  }>>>>;
2807
2359
  disbursementAdjustments: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
2808
2360
  tradeDisbursements: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
@@ -2826,6 +2378,8 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2826
2378
  disbursedAt: Date | null;
2827
2379
  userCanReview: boolean;
2828
2380
  signingUrl: string | null;
2381
+ canViewDocument: boolean;
2382
+ documentUrl: string | null;
2829
2383
  lifecycleStage: DisbursementLifecycleStage;
2830
2384
  __entity?: string | undefined;
2831
2385
  account?: {
@@ -2844,6 +2398,34 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2844
2398
  } | null | undefined;
2845
2399
  offering?: any;
2846
2400
  issuer?: any;
2401
+ escrowAccount?: {
2402
+ id: string;
2403
+ createdAt: string | Date;
2404
+ updatedAt: string | Date;
2405
+ deletedAt: string | Date | null;
2406
+ accountId: string;
2407
+ accountName: string;
2408
+ agentEmail: string;
2409
+ agentName: string;
2410
+ __entity?: string | undefined;
2411
+ account?: {
2412
+ status: import("./common.types").AccountStatus;
2413
+ id: string;
2414
+ createdAt: string | Date;
2415
+ updatedAt: string | Date;
2416
+ deletedAt: string | Date | null;
2417
+ name: string;
2418
+ managedBy: import("./common.types").ManagedByType | null;
2419
+ platform: import("./common.types").Platform;
2420
+ onboardingReviewerId: string | null;
2421
+ onboardingReviewAt: Date | null;
2422
+ allowPendingComplianceReview: boolean;
2423
+ __entity?: string | undefined;
2424
+ } | null | undefined;
2425
+ accountNumber?: string | null | undefined;
2426
+ routingNumber?: string | null | undefined;
2427
+ company?: string | null | undefined;
2428
+ } | null | undefined;
2847
2429
  tradeDisbursements?: any[] | undefined;
2848
2430
  createdBy?: {
2849
2431
  id: string;
@@ -2886,17 +2468,57 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2886
2468
  __entity?: string | undefined;
2887
2469
  } | undefined;
2888
2470
  } | null | undefined;
2889
- issuerBankAccount?: {
2471
+ issuerBankAccount?: any;
2472
+ disbursementAdjustments?: any[] | undefined;
2473
+ disbursementReviews?: any[] | undefined;
2474
+ disbursementTransactions?: any[] | undefined;
2475
+ }, {
2476
+ status: DisbursementStatus;
2477
+ id: string;
2478
+ createdAt: string | Date;
2479
+ updatedAt: string | Date;
2480
+ deletedAt: string | Date | null;
2481
+ accountId: string;
2482
+ name: string;
2483
+ complianceReview: ComplianceReview;
2484
+ approversCount: number;
2485
+ offeringId: string;
2486
+ reviewedById: string | null;
2487
+ createdById: string;
2488
+ requestedAmount: number;
2489
+ netAmount: number;
2490
+ disbursedAt: Date | null;
2491
+ userCanReview: boolean;
2492
+ signingUrl: string | null;
2493
+ canViewDocument: boolean;
2494
+ documentUrl: string | null;
2495
+ lifecycleStage: DisbursementLifecycleStage;
2496
+ __entity?: string | undefined;
2497
+ account?: {
2498
+ status: import("./common.types").AccountStatus;
2499
+ id: string;
2500
+ createdAt: string | Date;
2501
+ updatedAt: string | Date;
2502
+ deletedAt: string | Date | null;
2503
+ name: string;
2504
+ managedBy: import("./common.types").ManagedByType | null;
2505
+ platform: import("./common.types").Platform;
2506
+ onboardingReviewerId: string | null;
2507
+ onboardingReviewAt: Date | null;
2508
+ allowPendingComplianceReview: boolean;
2509
+ __entity?: string | undefined;
2510
+ } | null | undefined;
2511
+ offering?: any;
2512
+ issuer?: any;
2513
+ escrowAccount?: {
2890
2514
  id: string;
2891
2515
  createdAt: string | Date;
2892
2516
  updatedAt: string | Date;
2893
2517
  deletedAt: string | Date | null;
2894
2518
  accountId: string;
2895
- issuerId: string;
2896
- accountNumber: string;
2897
- accountHolder: string;
2898
- routingNumber: string;
2899
- nickName: string;
2519
+ accountName: string;
2520
+ agentEmail: string;
2521
+ agentName: string;
2900
2522
  __entity?: string | undefined;
2901
2523
  account?: {
2902
2524
  status: import("./common.types").AccountStatus;
@@ -2912,17 +2534,36 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2912
2534
  allowPendingComplianceReview: boolean;
2913
2535
  __entity?: string | undefined;
2914
2536
  } | null | undefined;
2915
- issuer?: any;
2537
+ accountNumber?: string | null | undefined;
2538
+ routingNumber?: string | null | undefined;
2539
+ company?: string | null | undefined;
2916
2540
  } | null | undefined;
2917
- escrowAccount?: {
2541
+ tradeDisbursements?: any[] | undefined;
2542
+ createdBy?: {
2918
2543
  id: string;
2919
2544
  createdAt: string | Date;
2920
2545
  updatedAt: string | Date;
2921
2546
  deletedAt: string | Date | null;
2922
- accountId: string;
2923
- accountName: string;
2924
- agentEmail: string;
2925
- agentName: string;
2547
+ active: boolean;
2548
+ inviteId: string | null;
2549
+ accountId: string | null;
2550
+ roleId: string | null;
2551
+ userLoginId: string | null;
2552
+ locked: boolean;
2553
+ onboarding: string | null;
2554
+ userLogin: {
2555
+ id: string;
2556
+ createdAt: string | Date;
2557
+ updatedAt: string | Date;
2558
+ deletedAt: string | Date | null;
2559
+ firstName: string;
2560
+ lastName: string;
2561
+ email: string;
2562
+ provider: string;
2563
+ lastLoginAt: string | Date | null;
2564
+ loginCount: number;
2565
+ __entity?: string | undefined;
2566
+ };
2926
2567
  __entity?: string | undefined;
2927
2568
  account?: {
2928
2569
  status: import("./common.types").AccountStatus;
@@ -2937,75 +2578,123 @@ export declare const DisbursementDetailZod: z.ZodObject<{
2937
2578
  onboardingReviewAt: Date | null;
2938
2579
  allowPendingComplianceReview: boolean;
2939
2580
  __entity?: string | undefined;
2940
- } | null | undefined;
2941
- accountNumber?: string | null | undefined;
2942
- routingNumber?: string | null | undefined;
2581
+ } | undefined;
2943
2582
  } | null | undefined;
2583
+ issuerBankAccount?: any;
2944
2584
  disbursementAdjustments?: any[] | undefined;
2945
2585
  disbursementReviews?: any[] | undefined;
2946
2586
  disbursementTransactions?: any[] | undefined;
2587
+ }>;
2588
+ export type DisbursementDetailZod = z.infer<typeof DisbursementDetailZod>;
2589
+ export declare const DisbursementDetailsTabHeaderZod: z.ZodObject<{
2590
+ disbursementId: z.ZodEffects<z.ZodString, string, string>;
2591
+ disbursementDate: z.ZodNullable<z.ZodDate>;
2592
+ currency: z.ZodDefault<z.ZodString>;
2593
+ }, "strip", z.ZodTypeAny, {
2594
+ currency: string;
2595
+ disbursementId: string;
2596
+ disbursementDate: Date | null;
2947
2597
  }, {
2948
- status: DisbursementStatus;
2949
- id: string;
2950
- createdAt: string | Date;
2951
- updatedAt: string | Date;
2952
- deletedAt: string | Date | null;
2953
- accountId: string;
2954
- name: string;
2955
- complianceReview: ComplianceReview;
2956
- approversCount: number;
2957
- offeringId: string;
2958
- reviewedById: string | null;
2959
- createdById: string;
2960
- requestedAmount: number;
2961
- netAmount: number;
2962
- disbursedAt: Date | null;
2963
- userCanReview: boolean;
2964
- signingUrl: string | null;
2965
- lifecycleStage: DisbursementLifecycleStage;
2966
- __entity?: string | undefined;
2967
- account?: {
2968
- status: import("./common.types").AccountStatus;
2598
+ disbursementId: string;
2599
+ disbursementDate: Date | null;
2600
+ currency?: string | undefined;
2601
+ }>;
2602
+ export type DisbursementDetailsTabHeaderZod = z.infer<typeof DisbursementDetailsTabHeaderZod>;
2603
+ export declare const DisbursementDetailsTabGeneralInfoZod: z.ZodObject<{
2604
+ issuerName: z.ZodString;
2605
+ offeringName: z.ZodString;
2606
+ offeringId: z.ZodString;
2607
+ from: z.ZodNullable<z.ZodLazy<z.ZodObject<{
2608
+ id: z.ZodString;
2609
+ __entity: z.ZodOptional<z.ZodString>;
2610
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2611
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2612
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2613
+ } & {
2614
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2615
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2616
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2617
+ accountName: z.ZodString;
2618
+ agentEmail: z.ZodString;
2619
+ agentName: z.ZodString;
2620
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2621
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2622
+ id: z.ZodString;
2623
+ __entity: z.ZodOptional<z.ZodString>;
2624
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2625
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2626
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2627
+ } & {
2628
+ name: z.ZodString;
2629
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2630
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2631
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2632
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2633
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2634
+ allowPendingComplianceReview: z.ZodBoolean;
2635
+ }, "strip", z.ZodTypeAny, {
2636
+ status: import("./common.types").AccountStatus;
2637
+ id: string;
2638
+ createdAt: string | Date;
2639
+ updatedAt: string | Date;
2640
+ deletedAt: string | Date | null;
2641
+ name: string;
2642
+ managedBy: import("./common.types").ManagedByType | null;
2643
+ platform: import("./common.types").Platform;
2644
+ onboardingReviewerId: string | null;
2645
+ onboardingReviewAt: Date | null;
2646
+ allowPendingComplianceReview: boolean;
2647
+ __entity?: string | undefined;
2648
+ }, {
2649
+ status: import("./common.types").AccountStatus;
2650
+ id: string;
2651
+ createdAt: string | Date;
2652
+ updatedAt: string | Date;
2653
+ deletedAt: string | Date | null;
2654
+ name: string;
2655
+ managedBy: import("./common.types").ManagedByType | null;
2656
+ platform: import("./common.types").Platform;
2657
+ onboardingReviewerId: string | null;
2658
+ onboardingReviewAt: Date | null;
2659
+ allowPendingComplianceReview: boolean;
2660
+ __entity?: string | undefined;
2661
+ }>>>;
2662
+ }, "strip", z.ZodTypeAny, {
2969
2663
  id: string;
2970
2664
  createdAt: string | Date;
2971
2665
  updatedAt: string | Date;
2972
2666
  deletedAt: string | Date | null;
2973
- name: string;
2974
- managedBy: import("./common.types").ManagedByType | null;
2975
- platform: import("./common.types").Platform;
2976
- onboardingReviewerId: string | null;
2977
- onboardingReviewAt: Date | null;
2978
- allowPendingComplianceReview: boolean;
2667
+ accountId: string;
2668
+ accountName: string;
2669
+ agentEmail: string;
2670
+ agentName: string;
2979
2671
  __entity?: string | undefined;
2980
- } | null | undefined;
2981
- offering?: any;
2982
- issuer?: any;
2983
- tradeDisbursements?: any[] | undefined;
2984
- createdBy?: {
2985
- id: string;
2986
- createdAt: string | Date;
2987
- updatedAt: string | Date;
2988
- deletedAt: string | Date | null;
2989
- active: boolean;
2990
- inviteId: string | null;
2991
- accountId: string | null;
2992
- roleId: string | null;
2993
- userLoginId: string | null;
2994
- locked: boolean;
2995
- onboarding: string | null;
2996
- userLogin: {
2672
+ account?: {
2673
+ status: import("./common.types").AccountStatus;
2997
2674
  id: string;
2998
2675
  createdAt: string | Date;
2999
2676
  updatedAt: string | Date;
3000
2677
  deletedAt: string | Date | null;
3001
- firstName: string;
3002
- lastName: string;
3003
- email: string;
3004
- provider: string;
3005
- lastLoginAt: string | Date | null;
3006
- loginCount: number;
2678
+ name: string;
2679
+ managedBy: import("./common.types").ManagedByType | null;
2680
+ platform: import("./common.types").Platform;
2681
+ onboardingReviewerId: string | null;
2682
+ onboardingReviewAt: Date | null;
2683
+ allowPendingComplianceReview: boolean;
3007
2684
  __entity?: string | undefined;
3008
- };
2685
+ } | null | undefined;
2686
+ accountNumber?: string | null | undefined;
2687
+ routingNumber?: string | null | undefined;
2688
+ company?: string | null | undefined;
2689
+ }, {
2690
+ id: string;
2691
+ createdAt: string | Date;
2692
+ updatedAt: string | Date;
2693
+ deletedAt: string | Date | null;
2694
+ accountId: string;
2695
+ accountName: string;
2696
+ agentEmail: string;
2697
+ agentName: string;
3009
2698
  __entity?: string | undefined;
3010
2699
  account?: {
3011
2700
  status: import("./common.types").AccountStatus;
@@ -3020,19 +2709,22 @@ export declare const DisbursementDetailZod: z.ZodObject<{
3020
2709
  onboardingReviewAt: Date | null;
3021
2710
  allowPendingComplianceReview: boolean;
3022
2711
  __entity?: string | undefined;
3023
- } | undefined;
3024
- } | null | undefined;
3025
- issuerBankAccount?: {
2712
+ } | null | undefined;
2713
+ accountNumber?: string | null | undefined;
2714
+ routingNumber?: string | null | undefined;
2715
+ company?: string | null | undefined;
2716
+ }>>>;
2717
+ to: z.ZodNullable<z.ZodLazy<any>>;
2718
+ }, "strip", z.ZodTypeAny, {
2719
+ from: {
3026
2720
  id: string;
3027
2721
  createdAt: string | Date;
3028
2722
  updatedAt: string | Date;
3029
2723
  deletedAt: string | Date | null;
3030
2724
  accountId: string;
3031
- issuerId: string;
3032
- accountNumber: string;
3033
- accountHolder: string;
3034
- routingNumber: string;
3035
- nickName: string;
2725
+ accountName: string;
2726
+ agentEmail: string;
2727
+ agentName: string;
3036
2728
  __entity?: string | undefined;
3037
2729
  account?: {
3038
2730
  status: import("./common.types").AccountStatus;
@@ -3048,9 +2740,16 @@ export declare const DisbursementDetailZod: z.ZodObject<{
3048
2740
  allowPendingComplianceReview: boolean;
3049
2741
  __entity?: string | undefined;
3050
2742
  } | null | undefined;
3051
- issuer?: any;
3052
- } | null | undefined;
3053
- escrowAccount?: {
2743
+ accountNumber?: string | null | undefined;
2744
+ routingNumber?: string | null | undefined;
2745
+ company?: string | null | undefined;
2746
+ } | null;
2747
+ offeringId: string;
2748
+ issuerName: string;
2749
+ offeringName: string;
2750
+ to?: any;
2751
+ }, {
2752
+ from: {
3054
2753
  id: string;
3055
2754
  createdAt: string | Date;
3056
2755
  updatedAt: string | Date;
@@ -3076,9 +2775,607 @@ export declare const DisbursementDetailZod: z.ZodObject<{
3076
2775
  } | null | undefined;
3077
2776
  accountNumber?: string | null | undefined;
3078
2777
  routingNumber?: string | null | undefined;
3079
- } | null | undefined;
3080
- disbursementAdjustments?: any[] | undefined;
3081
- disbursementReviews?: any[] | undefined;
3082
- disbursementTransactions?: any[] | undefined;
2778
+ company?: string | null | undefined;
2779
+ } | null;
2780
+ offeringId: string;
2781
+ issuerName: string;
2782
+ offeringName: string;
2783
+ to?: any;
3083
2784
  }>;
3084
- export type DisbursementDetailZod = z.infer<typeof DisbursementDetailZod>;
2785
+ export type DisbursementDetailsTabGeneralInfoZod = z.infer<typeof DisbursementDetailsTabGeneralInfoZod>;
2786
+ export declare const DisbursementDetailsTabFinancialsZod: z.ZodObject<{
2787
+ amountRequested: z.ZodNumber;
2788
+ brokerDealerCommission: z.ZodNumber;
2789
+ disbursementFee: z.ZodNumber;
2790
+ refundPool: z.ZodNumber;
2791
+ amountToBeDisbursed: z.ZodNumber;
2792
+ }, "strip", z.ZodTypeAny, {
2793
+ refundPool: number;
2794
+ amountRequested: number;
2795
+ disbursementFee: number;
2796
+ brokerDealerCommission: number;
2797
+ amountToBeDisbursed: number;
2798
+ }, {
2799
+ refundPool: number;
2800
+ amountRequested: number;
2801
+ disbursementFee: number;
2802
+ brokerDealerCommission: number;
2803
+ amountToBeDisbursed: number;
2804
+ }>;
2805
+ export type DisbursementDetailsTabFinancialsZod = z.infer<typeof DisbursementDetailsTabFinancialsZod>;
2806
+ export declare const DisbursementDetailsTabTradeZod: z.ZodObject<{
2807
+ tradeNo: z.ZodString;
2808
+ investorName: z.ZodString;
2809
+ investmentName: z.ZodString;
2810
+ numberOfShares: z.ZodNumber;
2811
+ totalAmount: z.ZodNumber;
2812
+ date: z.ZodNullable<z.ZodDate>;
2813
+ status: z.ZodString;
2814
+ }, "strip", z.ZodTypeAny, {
2815
+ status: string;
2816
+ date: Date | null;
2817
+ totalAmount: number;
2818
+ investorName: string;
2819
+ numberOfShares: number;
2820
+ tradeNo: string;
2821
+ investmentName: string;
2822
+ }, {
2823
+ status: string;
2824
+ date: Date | null;
2825
+ totalAmount: number;
2826
+ investorName: string;
2827
+ numberOfShares: number;
2828
+ tradeNo: string;
2829
+ investmentName: string;
2830
+ }>;
2831
+ export type DisbursementDetailsTabTradeZod = z.infer<typeof DisbursementDetailsTabTradeZod>;
2832
+ export declare const DisbursementDetailsTabApprovalZod: z.ZodObject<{
2833
+ name: z.ZodString;
2834
+ signedAt: z.ZodNullable<z.ZodDate>;
2835
+ }, "strip", z.ZodTypeAny, {
2836
+ name: string;
2837
+ signedAt: Date | null;
2838
+ }, {
2839
+ name: string;
2840
+ signedAt: Date | null;
2841
+ }>;
2842
+ export type DisbursementDetailsTabApprovalZod = z.infer<typeof DisbursementDetailsTabApprovalZod>;
2843
+ export declare const DisbursementDetailsTabApprovalsZod: z.ZodObject<{
2844
+ issuerApprovals: z.ZodArray<z.ZodObject<{
2845
+ name: z.ZodString;
2846
+ signedAt: z.ZodNullable<z.ZodDate>;
2847
+ }, "strip", z.ZodTypeAny, {
2848
+ name: string;
2849
+ signedAt: Date | null;
2850
+ }, {
2851
+ name: string;
2852
+ signedAt: Date | null;
2853
+ }>, "many">;
2854
+ complianceApproval: z.ZodNullable<z.ZodObject<{
2855
+ name: z.ZodString;
2856
+ signedAt: z.ZodNullable<z.ZodDate>;
2857
+ }, "strip", z.ZodTypeAny, {
2858
+ name: string;
2859
+ signedAt: Date | null;
2860
+ }, {
2861
+ name: string;
2862
+ signedAt: Date | null;
2863
+ }>>;
2864
+ escrowApproval: z.ZodNullable<z.ZodObject<{
2865
+ name: z.ZodString;
2866
+ signedAt: z.ZodNullable<z.ZodDate>;
2867
+ }, "strip", z.ZodTypeAny, {
2868
+ name: string;
2869
+ signedAt: Date | null;
2870
+ }, {
2871
+ name: string;
2872
+ signedAt: Date | null;
2873
+ }>>;
2874
+ }, "strip", z.ZodTypeAny, {
2875
+ issuerApprovals: {
2876
+ name: string;
2877
+ signedAt: Date | null;
2878
+ }[];
2879
+ complianceApproval: {
2880
+ name: string;
2881
+ signedAt: Date | null;
2882
+ } | null;
2883
+ escrowApproval: {
2884
+ name: string;
2885
+ signedAt: Date | null;
2886
+ } | null;
2887
+ }, {
2888
+ issuerApprovals: {
2889
+ name: string;
2890
+ signedAt: Date | null;
2891
+ }[];
2892
+ complianceApproval: {
2893
+ name: string;
2894
+ signedAt: Date | null;
2895
+ } | null;
2896
+ escrowApproval: {
2897
+ name: string;
2898
+ signedAt: Date | null;
2899
+ } | null;
2900
+ }>;
2901
+ export type DisbursementDetailsTabApprovalsZod = z.infer<typeof DisbursementDetailsTabApprovalsZod>;
2902
+ export declare const DisbursementDetailsTabRejectionZod: z.ZodObject<{
2903
+ declinedByName: z.ZodNullable<z.ZodString>;
2904
+ declinedByRole: z.ZodNullable<z.ZodString>;
2905
+ declinedAt: z.ZodNullable<z.ZodDate>;
2906
+ }, "strip", z.ZodTypeAny, {
2907
+ declinedByName: string | null;
2908
+ declinedByRole: string | null;
2909
+ declinedAt: Date | null;
2910
+ }, {
2911
+ declinedByName: string | null;
2912
+ declinedByRole: string | null;
2913
+ declinedAt: Date | null;
2914
+ }>;
2915
+ export type DisbursementDetailsTabRejectionZod = z.infer<typeof DisbursementDetailsTabRejectionZod>;
2916
+ export declare const DisbursementDetailsTabZod: z.ZodObject<{
2917
+ header: z.ZodObject<{
2918
+ disbursementId: z.ZodEffects<z.ZodString, string, string>;
2919
+ disbursementDate: z.ZodNullable<z.ZodDate>;
2920
+ currency: z.ZodDefault<z.ZodString>;
2921
+ }, "strip", z.ZodTypeAny, {
2922
+ currency: string;
2923
+ disbursementId: string;
2924
+ disbursementDate: Date | null;
2925
+ }, {
2926
+ disbursementId: string;
2927
+ disbursementDate: Date | null;
2928
+ currency?: string | undefined;
2929
+ }>;
2930
+ generalInfo: z.ZodObject<{
2931
+ issuerName: z.ZodString;
2932
+ offeringName: z.ZodString;
2933
+ offeringId: z.ZodString;
2934
+ from: z.ZodNullable<z.ZodLazy<z.ZodObject<{
2935
+ id: z.ZodString;
2936
+ __entity: z.ZodOptional<z.ZodString>;
2937
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2938
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2939
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2940
+ } & {
2941
+ company: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2942
+ accountNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2943
+ routingNumber: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2944
+ accountName: z.ZodString;
2945
+ agentEmail: z.ZodString;
2946
+ agentName: z.ZodString;
2947
+ accountId: z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>;
2948
+ account: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2949
+ id: z.ZodString;
2950
+ __entity: z.ZodOptional<z.ZodString>;
2951
+ createdAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2952
+ updatedAt: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2953
+ deletedAt: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
2954
+ } & {
2955
+ name: z.ZodString;
2956
+ status: z.ZodNativeEnum<typeof import("./common.types").AccountStatus>;
2957
+ managedBy: z.ZodNullable<z.ZodNativeEnum<typeof import("./common.types").ManagedByType>>;
2958
+ platform: z.ZodNativeEnum<typeof import("./common.types").Platform>;
2959
+ onboardingReviewerId: z.ZodNullable<z.ZodString>;
2960
+ onboardingReviewAt: z.ZodNullable<z.ZodDate>;
2961
+ allowPendingComplianceReview: z.ZodBoolean;
2962
+ }, "strip", z.ZodTypeAny, {
2963
+ status: import("./common.types").AccountStatus;
2964
+ id: string;
2965
+ createdAt: string | Date;
2966
+ updatedAt: string | Date;
2967
+ deletedAt: string | Date | null;
2968
+ name: string;
2969
+ managedBy: import("./common.types").ManagedByType | null;
2970
+ platform: import("./common.types").Platform;
2971
+ onboardingReviewerId: string | null;
2972
+ onboardingReviewAt: Date | null;
2973
+ allowPendingComplianceReview: boolean;
2974
+ __entity?: string | undefined;
2975
+ }, {
2976
+ status: import("./common.types").AccountStatus;
2977
+ id: string;
2978
+ createdAt: string | Date;
2979
+ updatedAt: string | Date;
2980
+ deletedAt: string | Date | null;
2981
+ name: string;
2982
+ managedBy: import("./common.types").ManagedByType | null;
2983
+ platform: import("./common.types").Platform;
2984
+ onboardingReviewerId: string | null;
2985
+ onboardingReviewAt: Date | null;
2986
+ allowPendingComplianceReview: boolean;
2987
+ __entity?: string | undefined;
2988
+ }>>>;
2989
+ }, "strip", z.ZodTypeAny, {
2990
+ id: string;
2991
+ createdAt: string | Date;
2992
+ updatedAt: string | Date;
2993
+ deletedAt: string | Date | null;
2994
+ accountId: string;
2995
+ accountName: string;
2996
+ agentEmail: string;
2997
+ agentName: string;
2998
+ __entity?: string | undefined;
2999
+ account?: {
3000
+ status: import("./common.types").AccountStatus;
3001
+ id: string;
3002
+ createdAt: string | Date;
3003
+ updatedAt: string | Date;
3004
+ deletedAt: string | Date | null;
3005
+ name: string;
3006
+ managedBy: import("./common.types").ManagedByType | null;
3007
+ platform: import("./common.types").Platform;
3008
+ onboardingReviewerId: string | null;
3009
+ onboardingReviewAt: Date | null;
3010
+ allowPendingComplianceReview: boolean;
3011
+ __entity?: string | undefined;
3012
+ } | null | undefined;
3013
+ accountNumber?: string | null | undefined;
3014
+ routingNumber?: string | null | undefined;
3015
+ company?: string | null | undefined;
3016
+ }, {
3017
+ id: string;
3018
+ createdAt: string | Date;
3019
+ updatedAt: string | Date;
3020
+ deletedAt: string | Date | null;
3021
+ accountId: string;
3022
+ accountName: string;
3023
+ agentEmail: string;
3024
+ agentName: string;
3025
+ __entity?: string | undefined;
3026
+ account?: {
3027
+ status: import("./common.types").AccountStatus;
3028
+ id: string;
3029
+ createdAt: string | Date;
3030
+ updatedAt: string | Date;
3031
+ deletedAt: string | Date | null;
3032
+ name: string;
3033
+ managedBy: import("./common.types").ManagedByType | null;
3034
+ platform: import("./common.types").Platform;
3035
+ onboardingReviewerId: string | null;
3036
+ onboardingReviewAt: Date | null;
3037
+ allowPendingComplianceReview: boolean;
3038
+ __entity?: string | undefined;
3039
+ } | null | undefined;
3040
+ accountNumber?: string | null | undefined;
3041
+ routingNumber?: string | null | undefined;
3042
+ company?: string | null | undefined;
3043
+ }>>>;
3044
+ to: z.ZodNullable<z.ZodLazy<any>>;
3045
+ }, "strip", z.ZodTypeAny, {
3046
+ from: {
3047
+ id: string;
3048
+ createdAt: string | Date;
3049
+ updatedAt: string | Date;
3050
+ deletedAt: string | Date | null;
3051
+ accountId: string;
3052
+ accountName: string;
3053
+ agentEmail: string;
3054
+ agentName: string;
3055
+ __entity?: string | undefined;
3056
+ account?: {
3057
+ status: import("./common.types").AccountStatus;
3058
+ id: string;
3059
+ createdAt: string | Date;
3060
+ updatedAt: string | Date;
3061
+ deletedAt: string | Date | null;
3062
+ name: string;
3063
+ managedBy: import("./common.types").ManagedByType | null;
3064
+ platform: import("./common.types").Platform;
3065
+ onboardingReviewerId: string | null;
3066
+ onboardingReviewAt: Date | null;
3067
+ allowPendingComplianceReview: boolean;
3068
+ __entity?: string | undefined;
3069
+ } | null | undefined;
3070
+ accountNumber?: string | null | undefined;
3071
+ routingNumber?: string | null | undefined;
3072
+ company?: string | null | undefined;
3073
+ } | null;
3074
+ offeringId: string;
3075
+ issuerName: string;
3076
+ offeringName: string;
3077
+ to?: any;
3078
+ }, {
3079
+ from: {
3080
+ id: string;
3081
+ createdAt: string | Date;
3082
+ updatedAt: string | Date;
3083
+ deletedAt: string | Date | null;
3084
+ accountId: string;
3085
+ accountName: string;
3086
+ agentEmail: string;
3087
+ agentName: string;
3088
+ __entity?: string | undefined;
3089
+ account?: {
3090
+ status: import("./common.types").AccountStatus;
3091
+ id: string;
3092
+ createdAt: string | Date;
3093
+ updatedAt: string | Date;
3094
+ deletedAt: string | Date | null;
3095
+ name: string;
3096
+ managedBy: import("./common.types").ManagedByType | null;
3097
+ platform: import("./common.types").Platform;
3098
+ onboardingReviewerId: string | null;
3099
+ onboardingReviewAt: Date | null;
3100
+ allowPendingComplianceReview: boolean;
3101
+ __entity?: string | undefined;
3102
+ } | null | undefined;
3103
+ accountNumber?: string | null | undefined;
3104
+ routingNumber?: string | null | undefined;
3105
+ company?: string | null | undefined;
3106
+ } | null;
3107
+ offeringId: string;
3108
+ issuerName: string;
3109
+ offeringName: string;
3110
+ to?: any;
3111
+ }>;
3112
+ financials: z.ZodObject<{
3113
+ amountRequested: z.ZodNumber;
3114
+ brokerDealerCommission: z.ZodNumber;
3115
+ disbursementFee: z.ZodNumber;
3116
+ refundPool: z.ZodNumber;
3117
+ amountToBeDisbursed: z.ZodNumber;
3118
+ }, "strip", z.ZodTypeAny, {
3119
+ refundPool: number;
3120
+ amountRequested: number;
3121
+ disbursementFee: number;
3122
+ brokerDealerCommission: number;
3123
+ amountToBeDisbursed: number;
3124
+ }, {
3125
+ refundPool: number;
3126
+ amountRequested: number;
3127
+ disbursementFee: number;
3128
+ brokerDealerCommission: number;
3129
+ amountToBeDisbursed: number;
3130
+ }>;
3131
+ trades: z.ZodArray<z.ZodObject<{
3132
+ tradeNo: z.ZodString;
3133
+ investorName: z.ZodString;
3134
+ investmentName: z.ZodString;
3135
+ numberOfShares: z.ZodNumber;
3136
+ totalAmount: z.ZodNumber;
3137
+ date: z.ZodNullable<z.ZodDate>;
3138
+ status: z.ZodString;
3139
+ }, "strip", z.ZodTypeAny, {
3140
+ status: string;
3141
+ date: Date | null;
3142
+ totalAmount: number;
3143
+ investorName: string;
3144
+ numberOfShares: number;
3145
+ tradeNo: string;
3146
+ investmentName: string;
3147
+ }, {
3148
+ status: string;
3149
+ date: Date | null;
3150
+ totalAmount: number;
3151
+ investorName: string;
3152
+ numberOfShares: number;
3153
+ tradeNo: string;
3154
+ investmentName: string;
3155
+ }>, "many">;
3156
+ approvals: z.ZodObject<{
3157
+ issuerApprovals: z.ZodArray<z.ZodObject<{
3158
+ name: z.ZodString;
3159
+ signedAt: z.ZodNullable<z.ZodDate>;
3160
+ }, "strip", z.ZodTypeAny, {
3161
+ name: string;
3162
+ signedAt: Date | null;
3163
+ }, {
3164
+ name: string;
3165
+ signedAt: Date | null;
3166
+ }>, "many">;
3167
+ complianceApproval: z.ZodNullable<z.ZodObject<{
3168
+ name: z.ZodString;
3169
+ signedAt: z.ZodNullable<z.ZodDate>;
3170
+ }, "strip", z.ZodTypeAny, {
3171
+ name: string;
3172
+ signedAt: Date | null;
3173
+ }, {
3174
+ name: string;
3175
+ signedAt: Date | null;
3176
+ }>>;
3177
+ escrowApproval: z.ZodNullable<z.ZodObject<{
3178
+ name: z.ZodString;
3179
+ signedAt: z.ZodNullable<z.ZodDate>;
3180
+ }, "strip", z.ZodTypeAny, {
3181
+ name: string;
3182
+ signedAt: Date | null;
3183
+ }, {
3184
+ name: string;
3185
+ signedAt: Date | null;
3186
+ }>>;
3187
+ }, "strip", z.ZodTypeAny, {
3188
+ issuerApprovals: {
3189
+ name: string;
3190
+ signedAt: Date | null;
3191
+ }[];
3192
+ complianceApproval: {
3193
+ name: string;
3194
+ signedAt: Date | null;
3195
+ } | null;
3196
+ escrowApproval: {
3197
+ name: string;
3198
+ signedAt: Date | null;
3199
+ } | null;
3200
+ }, {
3201
+ issuerApprovals: {
3202
+ name: string;
3203
+ signedAt: Date | null;
3204
+ }[];
3205
+ complianceApproval: {
3206
+ name: string;
3207
+ signedAt: Date | null;
3208
+ } | null;
3209
+ escrowApproval: {
3210
+ name: string;
3211
+ signedAt: Date | null;
3212
+ } | null;
3213
+ }>;
3214
+ status: z.ZodNativeEnum<typeof DisbursementStatus>;
3215
+ rejection: z.ZodNullable<z.ZodObject<{
3216
+ declinedByName: z.ZodNullable<z.ZodString>;
3217
+ declinedByRole: z.ZodNullable<z.ZodString>;
3218
+ declinedAt: z.ZodNullable<z.ZodDate>;
3219
+ }, "strip", z.ZodTypeAny, {
3220
+ declinedByName: string | null;
3221
+ declinedByRole: string | null;
3222
+ declinedAt: Date | null;
3223
+ }, {
3224
+ declinedByName: string | null;
3225
+ declinedByRole: string | null;
3226
+ declinedAt: Date | null;
3227
+ }>>;
3228
+ }, "strip", z.ZodTypeAny, {
3229
+ status: DisbursementStatus;
3230
+ trades: {
3231
+ status: string;
3232
+ date: Date | null;
3233
+ totalAmount: number;
3234
+ investorName: string;
3235
+ numberOfShares: number;
3236
+ tradeNo: string;
3237
+ investmentName: string;
3238
+ }[];
3239
+ header: {
3240
+ currency: string;
3241
+ disbursementId: string;
3242
+ disbursementDate: Date | null;
3243
+ };
3244
+ generalInfo: {
3245
+ from: {
3246
+ id: string;
3247
+ createdAt: string | Date;
3248
+ updatedAt: string | Date;
3249
+ deletedAt: string | Date | null;
3250
+ accountId: string;
3251
+ accountName: string;
3252
+ agentEmail: string;
3253
+ agentName: string;
3254
+ __entity?: string | undefined;
3255
+ account?: {
3256
+ status: import("./common.types").AccountStatus;
3257
+ id: string;
3258
+ createdAt: string | Date;
3259
+ updatedAt: string | Date;
3260
+ deletedAt: string | Date | null;
3261
+ name: string;
3262
+ managedBy: import("./common.types").ManagedByType | null;
3263
+ platform: import("./common.types").Platform;
3264
+ onboardingReviewerId: string | null;
3265
+ onboardingReviewAt: Date | null;
3266
+ allowPendingComplianceReview: boolean;
3267
+ __entity?: string | undefined;
3268
+ } | null | undefined;
3269
+ accountNumber?: string | null | undefined;
3270
+ routingNumber?: string | null | undefined;
3271
+ company?: string | null | undefined;
3272
+ } | null;
3273
+ offeringId: string;
3274
+ issuerName: string;
3275
+ offeringName: string;
3276
+ to?: any;
3277
+ };
3278
+ financials: {
3279
+ refundPool: number;
3280
+ amountRequested: number;
3281
+ disbursementFee: number;
3282
+ brokerDealerCommission: number;
3283
+ amountToBeDisbursed: number;
3284
+ };
3285
+ approvals: {
3286
+ issuerApprovals: {
3287
+ name: string;
3288
+ signedAt: Date | null;
3289
+ }[];
3290
+ complianceApproval: {
3291
+ name: string;
3292
+ signedAt: Date | null;
3293
+ } | null;
3294
+ escrowApproval: {
3295
+ name: string;
3296
+ signedAt: Date | null;
3297
+ } | null;
3298
+ };
3299
+ rejection: {
3300
+ declinedByName: string | null;
3301
+ declinedByRole: string | null;
3302
+ declinedAt: Date | null;
3303
+ } | null;
3304
+ }, {
3305
+ status: DisbursementStatus;
3306
+ trades: {
3307
+ status: string;
3308
+ date: Date | null;
3309
+ totalAmount: number;
3310
+ investorName: string;
3311
+ numberOfShares: number;
3312
+ tradeNo: string;
3313
+ investmentName: string;
3314
+ }[];
3315
+ header: {
3316
+ disbursementId: string;
3317
+ disbursementDate: Date | null;
3318
+ currency?: string | undefined;
3319
+ };
3320
+ generalInfo: {
3321
+ from: {
3322
+ id: string;
3323
+ createdAt: string | Date;
3324
+ updatedAt: string | Date;
3325
+ deletedAt: string | Date | null;
3326
+ accountId: string;
3327
+ accountName: string;
3328
+ agentEmail: string;
3329
+ agentName: string;
3330
+ __entity?: string | undefined;
3331
+ account?: {
3332
+ status: import("./common.types").AccountStatus;
3333
+ id: string;
3334
+ createdAt: string | Date;
3335
+ updatedAt: string | Date;
3336
+ deletedAt: string | Date | null;
3337
+ name: string;
3338
+ managedBy: import("./common.types").ManagedByType | null;
3339
+ platform: import("./common.types").Platform;
3340
+ onboardingReviewerId: string | null;
3341
+ onboardingReviewAt: Date | null;
3342
+ allowPendingComplianceReview: boolean;
3343
+ __entity?: string | undefined;
3344
+ } | null | undefined;
3345
+ accountNumber?: string | null | undefined;
3346
+ routingNumber?: string | null | undefined;
3347
+ company?: string | null | undefined;
3348
+ } | null;
3349
+ offeringId: string;
3350
+ issuerName: string;
3351
+ offeringName: string;
3352
+ to?: any;
3353
+ };
3354
+ financials: {
3355
+ refundPool: number;
3356
+ amountRequested: number;
3357
+ disbursementFee: number;
3358
+ brokerDealerCommission: number;
3359
+ amountToBeDisbursed: number;
3360
+ };
3361
+ approvals: {
3362
+ issuerApprovals: {
3363
+ name: string;
3364
+ signedAt: Date | null;
3365
+ }[];
3366
+ complianceApproval: {
3367
+ name: string;
3368
+ signedAt: Date | null;
3369
+ } | null;
3370
+ escrowApproval: {
3371
+ name: string;
3372
+ signedAt: Date | null;
3373
+ } | null;
3374
+ };
3375
+ rejection: {
3376
+ declinedByName: string | null;
3377
+ declinedByRole: string | null;
3378
+ declinedAt: Date | null;
3379
+ } | null;
3380
+ }>;
3381
+ export type DisbursementDetailsTabZod = z.infer<typeof DisbursementDetailsTabZod>;