@dalmore/api-contracts 0.0.0-dev.64aba85 → 0.0.0-dev.651765a

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 (45) hide show
  1. package/common/types/activity.types.d.ts +26 -24
  2. package/common/types/activity.types.js +4 -0
  3. package/common/types/activity.types.js.map +1 -1
  4. package/common/types/bonus-tier.types.js +1 -2
  5. package/common/types/bonus-tier.types.js.map +1 -1
  6. package/common/types/common.types.d.ts +11 -1
  7. package/common/types/common.types.js +6 -0
  8. package/common/types/common.types.js.map +1 -1
  9. package/common/types/dashboard.types.d.ts +7 -7
  10. package/common/types/disbursements.types.d.ts +100 -626
  11. package/common/types/escrow-account.types.d.ts +17 -0
  12. package/common/types/escrow-account.types.js +3 -0
  13. package/common/types/escrow-account.types.js.map +1 -1
  14. package/common/types/file.types.d.ts +14 -11
  15. package/common/types/file.types.js +2 -0
  16. package/common/types/file.types.js.map +1 -1
  17. package/common/types/index.d.ts +1 -0
  18. package/common/types/index.js +1 -0
  19. package/common/types/index.js.map +1 -1
  20. package/common/types/individuals.types.js +5 -2
  21. package/common/types/individuals.types.js.map +1 -1
  22. package/common/types/issuer-bank-account.types.d.ts +4 -276
  23. package/common/types/issuer-offering.types.d.ts +465 -6
  24. package/common/types/issuer-offering.types.js +69 -2
  25. package/common/types/issuer-offering.types.js.map +1 -1
  26. package/common/types/job-item.types.d.ts +14 -14
  27. package/common/types/note.types.d.ts +15 -15
  28. package/common/types/offering.types.d.ts +100 -1
  29. package/common/types/offering.types.js +74 -2
  30. package/common/types/offering.types.js.map +1 -1
  31. package/common/types/reports.types.d.ts +345 -0
  32. package/common/types/reports.types.js +69 -0
  33. package/common/types/reports.types.js.map +1 -0
  34. package/common/types/task.types.d.ts +22 -22
  35. package/common/types/trade.types.d.ts +2 -0
  36. package/common/types/trade.types.js +2 -0
  37. package/common/types/trade.types.js.map +1 -1
  38. package/common/types/user.types.d.ts +29 -0
  39. package/common/types/user.types.js +3 -0
  40. package/common/types/user.types.js.map +1 -1
  41. package/contracts/clients/files/index.d.ts +3 -3
  42. package/contracts/clients/files-public/index.d.ts +3 -3
  43. package/contracts/clients/index.d.ts +41 -11
  44. package/contracts/clients/offerings/index.d.ts +35 -5
  45. package/package.json +1 -1
@@ -296,20 +296,20 @@ export declare const filesPublicContract: {
296
296
  limit: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodNumber, number, number>>>;
297
297
  } & {
298
298
  include: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodString>, string[], string | undefined>, string[], string | undefined>;
299
- targetTable: z.ZodOptional<z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
299
+ targetTable: z.ZodOptional<z.ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
300
300
  targetId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, string | undefined>;
301
301
  }, "strip", z.ZodTypeAny, {
302
302
  page: number;
303
303
  limit: number;
304
304
  include: string[];
305
305
  targetId?: string | undefined;
306
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
306
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
307
307
  }, {
308
308
  page?: number | undefined;
309
309
  limit?: number | undefined;
310
310
  include?: string | undefined;
311
311
  targetId?: string | undefined;
312
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
312
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
313
313
  }>;
314
314
  summary: "Get public files";
315
315
  path: "files-public";
@@ -3121,20 +3121,20 @@ export declare const clientsContract: {
3121
3121
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3122
3122
  } & {
3123
3123
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3124
- targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
3124
+ targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
3125
3125
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3126
3126
  }, "strip", import("zod").ZodTypeAny, {
3127
3127
  page: number;
3128
3128
  limit: number;
3129
3129
  include: string[];
3130
3130
  targetId?: string | undefined;
3131
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
3131
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3132
3132
  }, {
3133
3133
  page?: number | undefined;
3134
3134
  limit?: number | undefined;
3135
3135
  include?: string | undefined;
3136
3136
  targetId?: string | undefined;
3137
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
3137
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3138
3138
  }>;
3139
3139
  summary: "Get files";
3140
3140
  path: "/clients/api/v1/files";
@@ -3672,20 +3672,20 @@ export declare const clientsContract: {
3672
3672
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodNumber, number, number>>>;
3673
3673
  } & {
3674
3674
  include: import("zod").ZodEffects<import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string[], string | undefined>, string[], string | undefined>;
3675
- targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES")[]]>>;
3675
+ targetTable: import("zod").ZodOptional<import("zod").ZodEnum<["KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS", ...("KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS")[]]>>;
3676
3676
  targetId: import("zod").ZodEffects<import("zod").ZodOptional<import("zod").ZodString>, string | undefined, string | undefined>;
3677
3677
  }, "strip", import("zod").ZodTypeAny, {
3678
3678
  page: number;
3679
3679
  limit: number;
3680
3680
  include: string[];
3681
3681
  targetId?: string | undefined;
3682
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
3682
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3683
3683
  }, {
3684
3684
  page?: number | undefined;
3685
3685
  limit?: number | undefined;
3686
3686
  include?: string | undefined;
3687
3687
  targetId?: string | undefined;
3688
- targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | undefined;
3688
+ targetTable?: "KYCS" | "AMLS" | "AICS" | "KYBS" | "INDIVIDUALS" | "LEGAL_ENTITIES" | "INVESTOR_ACCOUNTS" | "TRADES" | "OFFERINGS" | "ISSUERS" | "COVERED_PERSONS" | "PAYMENT_METHODS" | "NOTES" | "USERS" | "ACCOUNTS" | "PAGES" | "TASKS" | "FILES" | "DATA_RECORD_FILES" | "ASSETS" | "SITES" | "PAGE_REVISIONS" | "TRADE_LINE_ITEMS" | "TRANSACTIONS" | "DISBURSEMENTS" | "DISBURSEMENT_REVIEWS" | "ISSUER_PAYMENT_METHODS" | "SIGNER_BRANDS" | "THEMES" | "THEME_SETTINGS" | "CAP_TABLES" | "CAP_TABLE_SHARE_CLASSES" | "CAP_TABLE_ENTRIES" | "EMAIL_THEMES" | "EMAIL_THEME_SETTINGS" | undefined;
3689
3689
  }>;
3690
3690
  summary: "Get public files";
3691
3691
  path: "/clients/api/v1/files-public";
@@ -9843,7 +9843,6 @@ export declare const clientsContract: {
9843
9843
  memorandumId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9844
9844
  subscriptionAgreementId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9845
9845
  coverArtId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9846
- managedBy: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("../..").ManagedByType>>;
9847
9846
  showTotalRaised: import("zod").ZodOptional<import("zod").ZodBoolean>;
9848
9847
  issuerId: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
9849
9848
  assetName: import("zod").ZodOptional<import("zod").ZodString>;
@@ -9857,6 +9856,10 @@ export declare const clientsContract: {
9857
9856
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
9858
9857
  enabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
9859
9858
  enableBonus: import("zod").ZodOptional<import("zod").ZodBoolean>;
9859
+ hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
9860
+ escrowAgreementFileId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9861
+ bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9862
+ escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
9860
9863
  principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
9861
9864
  maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
9862
9865
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -9900,7 +9903,6 @@ export declare const clientsContract: {
9900
9903
  }, "strip", import("zod").ZodTypeAny, {
9901
9904
  type?: import("../..").OfferingType | undefined;
9902
9905
  name?: string | undefined;
9903
- managedBy?: import("../..").ManagedByType | undefined;
9904
9906
  description?: string | null | undefined;
9905
9907
  enabled?: boolean | undefined;
9906
9908
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -9916,6 +9918,10 @@ export declare const clientsContract: {
9916
9918
  memorandumId?: string | null | undefined;
9917
9919
  subscriptionAgreementId?: string | null | undefined;
9918
9920
  showTotalRaised?: boolean | undefined;
9921
+ hasEscrow?: boolean | undefined;
9922
+ escrowAgreementFileId?: string | null | undefined;
9923
+ bankAccountId?: string | null | undefined;
9924
+ escrowAccountId?: string | null | undefined;
9919
9925
  assetName?: string | undefined;
9920
9926
  assetType?: import("../..").AssetType | undefined;
9921
9927
  pricePerUnit?: number | null | undefined;
@@ -9938,7 +9944,6 @@ export declare const clientsContract: {
9938
9944
  }, {
9939
9945
  type?: import("../..").OfferingType | undefined;
9940
9946
  name?: string | undefined;
9941
- managedBy?: import("../..").ManagedByType | undefined;
9942
9947
  description?: string | null | undefined;
9943
9948
  enabled?: boolean | undefined;
9944
9949
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -9954,6 +9959,10 @@ export declare const clientsContract: {
9954
9959
  memorandumId?: string | null | undefined;
9955
9960
  subscriptionAgreementId?: string | null | undefined;
9956
9961
  showTotalRaised?: boolean | undefined;
9962
+ hasEscrow?: boolean | undefined;
9963
+ escrowAgreementFileId?: string | null | undefined;
9964
+ bankAccountId?: string | null | undefined;
9965
+ escrowAccountId?: string | null | undefined;
9957
9966
  assetName?: string | undefined;
9958
9967
  assetType?: import("../..").AssetType | undefined;
9959
9968
  pricePerUnit?: number | null | undefined;
@@ -9976,7 +9985,6 @@ export declare const clientsContract: {
9976
9985
  }>, {
9977
9986
  type?: import("../..").OfferingType | undefined;
9978
9987
  name?: string | undefined;
9979
- managedBy?: import("../..").ManagedByType | undefined;
9980
9988
  description?: string | null | undefined;
9981
9989
  enabled?: boolean | undefined;
9982
9990
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -9992,6 +10000,10 @@ export declare const clientsContract: {
9992
10000
  memorandumId?: string | null | undefined;
9993
10001
  subscriptionAgreementId?: string | null | undefined;
9994
10002
  showTotalRaised?: boolean | undefined;
10003
+ hasEscrow?: boolean | undefined;
10004
+ escrowAgreementFileId?: string | null | undefined;
10005
+ bankAccountId?: string | null | undefined;
10006
+ escrowAccountId?: string | null | undefined;
9995
10007
  assetName?: string | undefined;
9996
10008
  assetType?: import("../..").AssetType | undefined;
9997
10009
  pricePerUnit?: number | null | undefined;
@@ -10014,7 +10026,6 @@ export declare const clientsContract: {
10014
10026
  }, {
10015
10027
  type?: import("../..").OfferingType | undefined;
10016
10028
  name?: string | undefined;
10017
- managedBy?: import("../..").ManagedByType | undefined;
10018
10029
  description?: string | null | undefined;
10019
10030
  enabled?: boolean | undefined;
10020
10031
  template?: import("../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -10030,6 +10041,10 @@ export declare const clientsContract: {
10030
10041
  memorandumId?: string | null | undefined;
10031
10042
  subscriptionAgreementId?: string | null | undefined;
10032
10043
  showTotalRaised?: boolean | undefined;
10044
+ hasEscrow?: boolean | undefined;
10045
+ escrowAgreementFileId?: string | null | undefined;
10046
+ bankAccountId?: string | null | undefined;
10047
+ escrowAccountId?: string | null | undefined;
10033
10048
  assetName?: string | undefined;
10034
10049
  assetType?: import("../..").AssetType | undefined;
10035
10050
  pricePerUnit?: number | null | undefined;
@@ -10158,6 +10173,9 @@ export declare const clientsContract: {
10158
10173
  template: import("zod").ZodDefault<import("zod").ZodNativeEnum<typeof import("../../common/types/asset.types").AssetTemplateType>>;
10159
10174
  tiers: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodNumber, "many">>>;
10160
10175
  enableBonus: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10176
+ hasEscrow: import("zod").ZodOptional<import("zod").ZodBoolean>;
10177
+ bankAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10178
+ escrowAccountId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodLazy<import("zod").ZodEffects<import("zod").ZodString, string, string>>>>;
10161
10179
  principalAmount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
10162
10180
  maxTotalRaise: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
10163
10181
  interestRate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
@@ -10218,6 +10236,9 @@ export declare const clientsContract: {
10218
10236
  startAt?: Date | null | undefined;
10219
10237
  endAt?: Date | null | undefined;
10220
10238
  cancellationPeriod?: number | null | undefined;
10239
+ hasEscrow?: boolean | undefined;
10240
+ bankAccountId?: string | null | undefined;
10241
+ escrowAccountId?: string | null | undefined;
10221
10242
  yield?: number | null | undefined;
10222
10243
  duration?: number | null | undefined;
10223
10244
  durationType?: import("../..").DurationType | null | undefined;
@@ -10253,6 +10274,9 @@ export declare const clientsContract: {
10253
10274
  startAt?: string | null | undefined;
10254
10275
  endAt?: string | null | undefined;
10255
10276
  cancellationPeriod?: number | null | undefined;
10277
+ hasEscrow?: boolean | undefined;
10278
+ bankAccountId?: string | null | undefined;
10279
+ escrowAccountId?: string | null | undefined;
10256
10280
  yield?: number | null | undefined;
10257
10281
  duration?: number | null | undefined;
10258
10282
  durationType?: import("../..").DurationType | null | undefined;
@@ -10288,6 +10312,9 @@ export declare const clientsContract: {
10288
10312
  startAt?: Date | null | undefined;
10289
10313
  endAt?: Date | null | undefined;
10290
10314
  cancellationPeriod?: number | null | undefined;
10315
+ hasEscrow?: boolean | undefined;
10316
+ bankAccountId?: string | null | undefined;
10317
+ escrowAccountId?: string | null | undefined;
10291
10318
  yield?: number | null | undefined;
10292
10319
  duration?: number | null | undefined;
10293
10320
  durationType?: import("../..").DurationType | null | undefined;
@@ -10323,6 +10350,9 @@ export declare const clientsContract: {
10323
10350
  startAt?: string | null | undefined;
10324
10351
  endAt?: string | null | undefined;
10325
10352
  cancellationPeriod?: number | null | undefined;
10353
+ hasEscrow?: boolean | undefined;
10354
+ bankAccountId?: string | null | undefined;
10355
+ escrowAccountId?: string | null | undefined;
10326
10356
  yield?: number | null | undefined;
10327
10357
  duration?: number | null | undefined;
10328
10358
  durationType?: import("../..").DurationType | null | undefined;
@@ -426,7 +426,6 @@ export declare const offeringsContract: {
426
426
  memorandumId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
427
427
  subscriptionAgreementId: z.ZodNullable<z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
428
428
  coverArtId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
429
- managedBy: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").ManagedByType>>;
430
429
  showTotalRaised: z.ZodOptional<z.ZodBoolean>;
431
430
  issuerId: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
432
431
  assetName: z.ZodOptional<z.ZodString>;
@@ -440,6 +439,10 @@ export declare const offeringsContract: {
440
439
  tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
441
440
  enabled: z.ZodOptional<z.ZodBoolean>;
442
441
  enableBonus: z.ZodOptional<z.ZodBoolean>;
442
+ hasEscrow: z.ZodOptional<z.ZodBoolean>;
443
+ escrowAgreementFileId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
444
+ bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
445
+ escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
443
446
  principalAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
444
447
  maxTotalRaise: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
445
448
  interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -483,7 +486,6 @@ export declare const offeringsContract: {
483
486
  }, "strip", z.ZodTypeAny, {
484
487
  type?: import("../../..").OfferingType | undefined;
485
488
  name?: string | undefined;
486
- managedBy?: import("../../..").ManagedByType | undefined;
487
489
  description?: string | null | undefined;
488
490
  enabled?: boolean | undefined;
489
491
  template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -499,6 +501,10 @@ export declare const offeringsContract: {
499
501
  memorandumId?: string | null | undefined;
500
502
  subscriptionAgreementId?: string | null | undefined;
501
503
  showTotalRaised?: boolean | undefined;
504
+ hasEscrow?: boolean | undefined;
505
+ escrowAgreementFileId?: string | null | undefined;
506
+ bankAccountId?: string | null | undefined;
507
+ escrowAccountId?: string | null | undefined;
502
508
  assetName?: string | undefined;
503
509
  assetType?: import("../../..").AssetType | undefined;
504
510
  pricePerUnit?: number | null | undefined;
@@ -521,7 +527,6 @@ export declare const offeringsContract: {
521
527
  }, {
522
528
  type?: import("../../..").OfferingType | undefined;
523
529
  name?: string | undefined;
524
- managedBy?: import("../../..").ManagedByType | undefined;
525
530
  description?: string | null | undefined;
526
531
  enabled?: boolean | undefined;
527
532
  template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -537,6 +542,10 @@ export declare const offeringsContract: {
537
542
  memorandumId?: string | null | undefined;
538
543
  subscriptionAgreementId?: string | null | undefined;
539
544
  showTotalRaised?: boolean | undefined;
545
+ hasEscrow?: boolean | undefined;
546
+ escrowAgreementFileId?: string | null | undefined;
547
+ bankAccountId?: string | null | undefined;
548
+ escrowAccountId?: string | null | undefined;
540
549
  assetName?: string | undefined;
541
550
  assetType?: import("../../..").AssetType | undefined;
542
551
  pricePerUnit?: number | null | undefined;
@@ -559,7 +568,6 @@ export declare const offeringsContract: {
559
568
  }>, {
560
569
  type?: import("../../..").OfferingType | undefined;
561
570
  name?: string | undefined;
562
- managedBy?: import("../../..").ManagedByType | undefined;
563
571
  description?: string | null | undefined;
564
572
  enabled?: boolean | undefined;
565
573
  template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -575,6 +583,10 @@ export declare const offeringsContract: {
575
583
  memorandumId?: string | null | undefined;
576
584
  subscriptionAgreementId?: string | null | undefined;
577
585
  showTotalRaised?: boolean | undefined;
586
+ hasEscrow?: boolean | undefined;
587
+ escrowAgreementFileId?: string | null | undefined;
588
+ bankAccountId?: string | null | undefined;
589
+ escrowAccountId?: string | null | undefined;
578
590
  assetName?: string | undefined;
579
591
  assetType?: import("../../..").AssetType | undefined;
580
592
  pricePerUnit?: number | null | undefined;
@@ -597,7 +609,6 @@ export declare const offeringsContract: {
597
609
  }, {
598
610
  type?: import("../../..").OfferingType | undefined;
599
611
  name?: string | undefined;
600
- managedBy?: import("../../..").ManagedByType | undefined;
601
612
  description?: string | null | undefined;
602
613
  enabled?: boolean | undefined;
603
614
  template?: import("../../../common/types/asset.types").AssetTemplateType | null | undefined;
@@ -613,6 +624,10 @@ export declare const offeringsContract: {
613
624
  memorandumId?: string | null | undefined;
614
625
  subscriptionAgreementId?: string | null | undefined;
615
626
  showTotalRaised?: boolean | undefined;
627
+ hasEscrow?: boolean | undefined;
628
+ escrowAgreementFileId?: string | null | undefined;
629
+ bankAccountId?: string | null | undefined;
630
+ escrowAccountId?: string | null | undefined;
616
631
  assetName?: string | undefined;
617
632
  assetType?: import("../../..").AssetType | undefined;
618
633
  pricePerUnit?: number | null | undefined;
@@ -741,6 +756,9 @@ export declare const offeringsContract: {
741
756
  template: z.ZodDefault<z.ZodNativeEnum<typeof import("../../../common/types/asset.types").AssetTemplateType>>;
742
757
  tiers: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
743
758
  enableBonus: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
759
+ hasEscrow: z.ZodOptional<z.ZodBoolean>;
760
+ bankAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
761
+ escrowAccountId: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodEffects<z.ZodString, string, string>>>>;
744
762
  principalAmount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
745
763
  maxTotalRaise: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
746
764
  interestRate: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -801,6 +819,9 @@ export declare const offeringsContract: {
801
819
  startAt?: Date | null | undefined;
802
820
  endAt?: Date | null | undefined;
803
821
  cancellationPeriod?: number | null | undefined;
822
+ hasEscrow?: boolean | undefined;
823
+ bankAccountId?: string | null | undefined;
824
+ escrowAccountId?: string | null | undefined;
804
825
  yield?: number | null | undefined;
805
826
  duration?: number | null | undefined;
806
827
  durationType?: import("../../..").DurationType | null | undefined;
@@ -836,6 +857,9 @@ export declare const offeringsContract: {
836
857
  startAt?: string | null | undefined;
837
858
  endAt?: string | null | undefined;
838
859
  cancellationPeriod?: number | null | undefined;
860
+ hasEscrow?: boolean | undefined;
861
+ bankAccountId?: string | null | undefined;
862
+ escrowAccountId?: string | null | undefined;
839
863
  yield?: number | null | undefined;
840
864
  duration?: number | null | undefined;
841
865
  durationType?: import("../../..").DurationType | null | undefined;
@@ -871,6 +895,9 @@ export declare const offeringsContract: {
871
895
  startAt?: Date | null | undefined;
872
896
  endAt?: Date | null | undefined;
873
897
  cancellationPeriod?: number | null | undefined;
898
+ hasEscrow?: boolean | undefined;
899
+ bankAccountId?: string | null | undefined;
900
+ escrowAccountId?: string | null | undefined;
874
901
  yield?: number | null | undefined;
875
902
  duration?: number | null | undefined;
876
903
  durationType?: import("../../..").DurationType | null | undefined;
@@ -906,6 +933,9 @@ export declare const offeringsContract: {
906
933
  startAt?: string | null | undefined;
907
934
  endAt?: string | null | undefined;
908
935
  cancellationPeriod?: number | null | undefined;
936
+ hasEscrow?: boolean | undefined;
937
+ bankAccountId?: string | null | undefined;
938
+ escrowAccountId?: string | null | undefined;
909
939
  yield?: number | null | undefined;
910
940
  duration?: number | null | undefined;
911
941
  durationType?: import("../../..").DurationType | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dalmore/api-contracts",
3
- "version": "0.0.0-dev.64aba85",
3
+ "version": "0.0.0-dev.651765a",
4
4
  "description": "Type-safe API contracts for Dalmore Client Portal",
5
5
  "type": "module",
6
6
  "main": "./index.js",