@dalmore/api-contracts 0.0.0-dev.685c0b3 → 0.0.0-dev.6e52837

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 (102) hide show
  1. package/common/types/account-setting.types.d.ts +46 -26
  2. package/common/types/account-setting.types.js +2 -23
  3. package/common/types/account-setting.types.js.map +1 -1
  4. package/common/types/account.types.d.ts +63 -18
  5. package/common/types/account.types.js +4 -0
  6. package/common/types/account.types.js.map +1 -1
  7. package/common/types/activity.types.d.ts +35 -25
  8. package/common/types/activity.types.js +13 -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/auth.types.d.ts +1 -1
  14. package/common/types/auth.types.js +1 -1
  15. package/common/types/auth.types.js.map +1 -1
  16. package/common/types/bonus-tier.types.d.ts +15 -4
  17. package/common/types/bonus-tier.types.js +14 -7
  18. package/common/types/bonus-tier.types.js.map +1 -1
  19. package/common/types/cap-table.types.d.ts +185 -61
  20. package/common/types/cap-table.types.js +31 -0
  21. package/common/types/cap-table.types.js.map +1 -1
  22. package/common/types/common.types.d.ts +362 -6
  23. package/common/types/common.types.js +72 -1
  24. package/common/types/common.types.js.map +1 -1
  25. package/common/types/comply-advantage-api.types.d.ts +133 -466
  26. package/common/types/comply-advantage-api.types.js +24 -3
  27. package/common/types/comply-advantage-api.types.js.map +1 -1
  28. package/common/types/dashboard.types.d.ts +7 -7
  29. package/common/types/data-record.types.d.ts +4 -4
  30. package/common/types/disbursement-transaction.types.d.ts +1 -1
  31. package/common/types/disbursement-transaction.types.js +1 -1
  32. package/common/types/disbursement-transaction.types.js.map +1 -1
  33. package/common/types/disbursements.types.d.ts +1548 -395
  34. package/common/types/disbursements.types.js +129 -2
  35. package/common/types/disbursements.types.js.map +1 -1
  36. package/common/types/escrow-account.types.d.ts +17 -0
  37. package/common/types/escrow-account.types.js +3 -0
  38. package/common/types/escrow-account.types.js.map +1 -1
  39. package/common/types/exchange-provider.types.d.ts +12 -12
  40. package/common/types/file.types.d.ts +35 -11
  41. package/common/types/file.types.js +11 -0
  42. package/common/types/file.types.js.map +1 -1
  43. package/common/types/index.d.ts +3 -0
  44. package/common/types/index.js +3 -0
  45. package/common/types/index.js.map +1 -1
  46. package/common/types/individuals.types.js +7 -4
  47. package/common/types/individuals.types.js.map +1 -1
  48. package/common/types/investor-account.types.d.ts +5 -5
  49. package/common/types/investor-account.types.js +1 -2
  50. package/common/types/investor-account.types.js.map +1 -1
  51. package/common/types/invite.types.d.ts +2 -2
  52. package/common/types/invite.types.js +1 -1
  53. package/common/types/invite.types.js.map +1 -1
  54. package/common/types/issuer-bank-account.types.d.ts +4 -276
  55. package/common/types/issuer-offering.types.d.ts +834 -14
  56. package/common/types/issuer-offering.types.js +297 -25
  57. package/common/types/issuer-offering.types.js.map +1 -1
  58. package/common/types/job-item.types.d.ts +14 -14
  59. package/common/types/note.types.d.ts +15 -15
  60. package/common/types/offering-submission.types.d.ts +198 -0
  61. package/common/types/offering-submission.types.js +16 -3
  62. package/common/types/offering-submission.types.js.map +1 -1
  63. package/common/types/offering.types.d.ts +535 -21
  64. package/common/types/offering.types.js +324 -26
  65. package/common/types/offering.types.js.map +1 -1
  66. package/common/types/portfolio.types.d.ts +6 -6
  67. package/common/types/reports.types.d.ts +345 -0
  68. package/common/types/reports.types.js +69 -0
  69. package/common/types/reports.types.js.map +1 -0
  70. package/common/types/review.types.js +1 -1
  71. package/common/types/review.types.js.map +1 -1
  72. package/common/types/secondary-order.types.d.ts +10 -10
  73. package/common/types/secondary-trade.types.d.ts +10 -10
  74. package/common/types/signer.types.d.ts +23 -11
  75. package/common/types/signer.types.js +16 -1
  76. package/common/types/signer.types.js.map +1 -1
  77. package/common/types/site.types.d.ts +17 -12
  78. package/common/types/task.types.d.ts +22 -22
  79. package/common/types/trade-line-item.types.d.ts +42 -1
  80. package/common/types/trade-line-item.types.js +15 -1
  81. package/common/types/trade-line-item.types.js.map +1 -1
  82. package/common/types/trade.types.d.ts +73 -45
  83. package/common/types/trade.types.js +21 -5
  84. package/common/types/trade.types.js.map +1 -1
  85. package/common/types/transaction.types.d.ts +80 -2
  86. package/common/types/transaction.types.js +22 -3
  87. package/common/types/transaction.types.js.map +1 -1
  88. package/common/types/user.types.d.ts +191 -54
  89. package/common/types/user.types.js +9 -0
  90. package/common/types/user.types.js.map +1 -1
  91. package/contracts/clients/assets/index.d.ts +22 -0
  92. package/contracts/clients/files/index.d.ts +3 -3
  93. package/contracts/clients/files-public/index.d.ts +3 -3
  94. package/contracts/clients/index.d.ts +422 -16
  95. package/contracts/clients/index.js +2 -0
  96. package/contracts/clients/index.js.map +1 -1
  97. package/contracts/clients/offerings/index.d.ts +308 -7
  98. package/contracts/clients/review/index.d.ts +77 -0
  99. package/contracts/clients/review/index.js +23 -0
  100. package/contracts/clients/review/index.js.map +1 -0
  101. package/contracts/clients/trades/index.d.ts +9 -3
  102. 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", ...("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")[]]>>;
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" | 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" | 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";