@open-captable-protocol/canton 0.2.75 → 0.2.77

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 (306) hide show
  1. package/README.docs.md +2 -3
  2. package/README.md +29 -9
  3. package/dist/OcpClient.d.ts +21 -26
  4. package/dist/OcpClient.d.ts.map +1 -1
  5. package/dist/OcpClient.js +30 -30
  6. package/dist/OcpClient.js.map +1 -1
  7. package/dist/functions/companyValuationReport/addObserversToCompanyValuationReport.d.ts +3 -5
  8. package/dist/functions/companyValuationReport/addObserversToCompanyValuationReport.d.ts.map +1 -1
  9. package/dist/functions/companyValuationReport/addObserversToCompanyValuationReport.js +19 -17
  10. package/dist/functions/companyValuationReport/addObserversToCompanyValuationReport.js.map +1 -1
  11. package/dist/functions/companyValuationReport/createCompanyValuationReport.d.ts +21 -22
  12. package/dist/functions/companyValuationReport/createCompanyValuationReport.d.ts.map +1 -1
  13. package/dist/functions/companyValuationReport/createCompanyValuationReport.js +30 -32
  14. package/dist/functions/companyValuationReport/createCompanyValuationReport.js.map +1 -1
  15. package/dist/functions/companyValuationReport/updateCompanyValuationReport.d.ts +3 -5
  16. package/dist/functions/companyValuationReport/updateCompanyValuationReport.d.ts.map +1 -1
  17. package/dist/functions/companyValuationReport/updateCompanyValuationReport.js +19 -17
  18. package/dist/functions/companyValuationReport/updateCompanyValuationReport.js.map +1 -1
  19. package/dist/functions/convertibleIssuance/archiveConvertibleIssuanceByIssuer.d.ts +1 -1
  20. package/dist/functions/convertibleIssuance/archiveConvertibleIssuanceByIssuer.d.ts.map +1 -1
  21. package/dist/functions/convertibleIssuance/archiveConvertibleIssuanceByIssuer.js +2 -2
  22. package/dist/functions/convertibleIssuance/archiveConvertibleIssuanceByIssuer.js.map +1 -1
  23. package/dist/functions/convertibleIssuance/createConvertibleIssuance.d.ts +2 -2
  24. package/dist/functions/convertibleIssuance/createConvertibleIssuance.d.ts.map +1 -1
  25. package/dist/functions/convertibleIssuance/createConvertibleIssuance.js +109 -82
  26. package/dist/functions/convertibleIssuance/createConvertibleIssuance.js.map +1 -1
  27. package/dist/functions/convertibleIssuance/getConvertibleIssuanceAsOcf.d.ts +28 -26
  28. package/dist/functions/convertibleIssuance/getConvertibleIssuanceAsOcf.d.ts.map +1 -1
  29. package/dist/functions/convertibleIssuance/getConvertibleIssuanceAsOcf.js +167 -71
  30. package/dist/functions/convertibleIssuance/getConvertibleIssuanceAsOcf.js.map +1 -1
  31. package/dist/functions/convertibleIssuance/index.d.ts +1 -1
  32. package/dist/functions/convertibleIssuance/index.d.ts.map +1 -1
  33. package/dist/functions/convertibleIssuance/index.js +1 -1
  34. package/dist/functions/convertibleIssuance/index.js.map +1 -1
  35. package/dist/functions/document/archiveDocumentByIssuer.d.ts +1 -1
  36. package/dist/functions/document/archiveDocumentByIssuer.d.ts.map +1 -1
  37. package/dist/functions/document/archiveDocumentByIssuer.js +2 -2
  38. package/dist/functions/document/archiveDocumentByIssuer.js.map +1 -1
  39. package/dist/functions/document/createDocument.d.ts +4 -4
  40. package/dist/functions/document/createDocument.d.ts.map +1 -1
  41. package/dist/functions/document/createDocument.js +132 -71
  42. package/dist/functions/document/createDocument.js.map +1 -1
  43. package/dist/functions/document/getDocumentAsOcf.d.ts +4 -4
  44. package/dist/functions/document/getDocumentAsOcf.d.ts.map +1 -1
  45. package/dist/functions/document/getDocumentAsOcf.js +127 -66
  46. package/dist/functions/document/getDocumentAsOcf.js.map +1 -1
  47. package/dist/functions/document/index.d.ts +1 -1
  48. package/dist/functions/document/index.d.ts.map +1 -1
  49. package/dist/functions/document/index.js +1 -1
  50. package/dist/functions/document/index.js.map +1 -1
  51. package/dist/functions/equityCompensationExercise/archiveEquityCompensationExerciseByIssuer.d.ts +1 -1
  52. package/dist/functions/equityCompensationExercise/archiveEquityCompensationExerciseByIssuer.d.ts.map +1 -1
  53. package/dist/functions/equityCompensationExercise/archiveEquityCompensationExerciseByIssuer.js +2 -2
  54. package/dist/functions/equityCompensationExercise/archiveEquityCompensationExerciseByIssuer.js.map +1 -1
  55. package/dist/functions/equityCompensationExercise/createEquityCompensationExercise.d.ts +3 -11
  56. package/dist/functions/equityCompensationExercise/createEquityCompensationExercise.d.ts.map +1 -1
  57. package/dist/functions/equityCompensationExercise/createEquityCompensationExercise.js +20 -12
  58. package/dist/functions/equityCompensationExercise/createEquityCompensationExercise.js.map +1 -1
  59. package/dist/functions/equityCompensationExercise/getEquityCompensationExerciseEventAsOcf.d.ts +3 -3
  60. package/dist/functions/equityCompensationExercise/getEquityCompensationExerciseEventAsOcf.d.ts.map +1 -1
  61. package/dist/functions/equityCompensationExercise/getEquityCompensationExerciseEventAsOcf.js +7 -5
  62. package/dist/functions/equityCompensationExercise/getEquityCompensationExerciseEventAsOcf.js.map +1 -1
  63. package/dist/functions/equityCompensationExercise/index.d.ts +1 -1
  64. package/dist/functions/equityCompensationExercise/index.d.ts.map +1 -1
  65. package/dist/functions/equityCompensationExercise/index.js +1 -1
  66. package/dist/functions/equityCompensationExercise/index.js.map +1 -1
  67. package/dist/functions/equityCompensationIssuance/archiveEquityCompensationIssuanceByIssuer.d.ts +1 -1
  68. package/dist/functions/equityCompensationIssuance/archiveEquityCompensationIssuanceByIssuer.d.ts.map +1 -1
  69. package/dist/functions/equityCompensationIssuance/archiveEquityCompensationIssuanceByIssuer.js +2 -2
  70. package/dist/functions/equityCompensationIssuance/archiveEquityCompensationIssuanceByIssuer.js.map +1 -1
  71. package/dist/functions/equityCompensationIssuance/createEquityCompensationIssuance.d.ts +2 -2
  72. package/dist/functions/equityCompensationIssuance/createEquityCompensationIssuance.d.ts.map +1 -1
  73. package/dist/functions/equityCompensationIssuance/createEquityCompensationIssuance.js +71 -59
  74. package/dist/functions/equityCompensationIssuance/createEquityCompensationIssuance.js.map +1 -1
  75. package/dist/functions/equityCompensationIssuance/getEquityCompensationIssuanceEventAsOcf.d.ts +1 -1
  76. package/dist/functions/equityCompensationIssuance/getEquityCompensationIssuanceEventAsOcf.d.ts.map +1 -1
  77. package/dist/functions/equityCompensationIssuance/getEquityCompensationIssuanceEventAsOcf.js +53 -31
  78. package/dist/functions/equityCompensationIssuance/getEquityCompensationIssuanceEventAsOcf.js.map +1 -1
  79. package/dist/functions/equityCompensationIssuance/index.d.ts +1 -1
  80. package/dist/functions/equityCompensationIssuance/index.d.ts.map +1 -1
  81. package/dist/functions/equityCompensationIssuance/index.js +1 -1
  82. package/dist/functions/equityCompensationIssuance/index.js.map +1 -1
  83. package/dist/functions/index.d.ts +13 -13
  84. package/dist/functions/index.d.ts.map +1 -1
  85. package/dist/functions/index.js +13 -13
  86. package/dist/functions/index.js.map +1 -1
  87. package/dist/functions/issuer/archiveIssuerByIssuer.d.ts +1 -1
  88. package/dist/functions/issuer/archiveIssuerByIssuer.d.ts.map +1 -1
  89. package/dist/functions/issuer/archiveIssuerByIssuer.js +2 -2
  90. package/dist/functions/issuer/archiveIssuerByIssuer.js.map +1 -1
  91. package/dist/functions/issuer/createIssuer.d.ts +15 -14
  92. package/dist/functions/issuer/createIssuer.d.ts.map +1 -1
  93. package/dist/functions/issuer/createIssuer.js +40 -24
  94. package/dist/functions/issuer/createIssuer.js.map +1 -1
  95. package/dist/functions/issuer/getIssuerAsOcf.d.ts +5 -4
  96. package/dist/functions/issuer/getIssuerAsOcf.d.ts.map +1 -1
  97. package/dist/functions/issuer/getIssuerAsOcf.js +36 -19
  98. package/dist/functions/issuer/getIssuerAsOcf.js.map +1 -1
  99. package/dist/functions/issuer/index.d.ts +1 -1
  100. package/dist/functions/issuer/index.d.ts.map +1 -1
  101. package/dist/functions/issuer/index.js +1 -1
  102. package/dist/functions/issuer/index.js.map +1 -1
  103. package/dist/functions/issuerAuthorization/authorizeIssuer.d.ts +4 -3
  104. package/dist/functions/issuerAuthorization/authorizeIssuer.d.ts.map +1 -1
  105. package/dist/functions/issuerAuthorization/authorizeIssuer.js +14 -12
  106. package/dist/functions/issuerAuthorization/authorizeIssuer.js.map +1 -1
  107. package/dist/functions/issuerAuthorization/withdrawAuthorization.d.ts +2 -2
  108. package/dist/functions/issuerAuthorization/withdrawAuthorization.d.ts.map +1 -1
  109. package/dist/functions/issuerAuthorization/withdrawAuthorization.js +11 -7
  110. package/dist/functions/issuerAuthorization/withdrawAuthorization.js.map +1 -1
  111. package/dist/functions/issuerAuthorizedSharesAdjustment/archiveIssuerAuthorizedSharesAdjustmentByIssuer.d.ts +1 -1
  112. package/dist/functions/issuerAuthorizedSharesAdjustment/archiveIssuerAuthorizedSharesAdjustmentByIssuer.d.ts.map +1 -1
  113. package/dist/functions/issuerAuthorizedSharesAdjustment/archiveIssuerAuthorizedSharesAdjustmentByIssuer.js +2 -2
  114. package/dist/functions/issuerAuthorizedSharesAdjustment/archiveIssuerAuthorizedSharesAdjustmentByIssuer.js.map +1 -1
  115. package/dist/functions/issuerAuthorizedSharesAdjustment/createIssuerAuthorizedSharesAdjustment.d.ts +3 -11
  116. package/dist/functions/issuerAuthorizedSharesAdjustment/createIssuerAuthorizedSharesAdjustment.d.ts.map +1 -1
  117. package/dist/functions/issuerAuthorizedSharesAdjustment/createIssuerAuthorizedSharesAdjustment.js +20 -12
  118. package/dist/functions/issuerAuthorizedSharesAdjustment/createIssuerAuthorizedSharesAdjustment.js.map +1 -1
  119. package/dist/functions/issuerAuthorizedSharesAdjustment/getIssuerAuthorizedSharesAdjustmentEventAsOcf.d.ts +1 -1
  120. package/dist/functions/issuerAuthorizedSharesAdjustment/getIssuerAuthorizedSharesAdjustmentEventAsOcf.d.ts.map +1 -1
  121. package/dist/functions/issuerAuthorizedSharesAdjustment/getIssuerAuthorizedSharesAdjustmentEventAsOcf.js +17 -5
  122. package/dist/functions/issuerAuthorizedSharesAdjustment/getIssuerAuthorizedSharesAdjustmentEventAsOcf.js.map +1 -1
  123. package/dist/functions/issuerAuthorizedSharesAdjustment/index.d.ts +1 -1
  124. package/dist/functions/issuerAuthorizedSharesAdjustment/index.d.ts.map +1 -1
  125. package/dist/functions/issuerAuthorizedSharesAdjustment/index.js +1 -1
  126. package/dist/functions/issuerAuthorizedSharesAdjustment/index.js.map +1 -1
  127. package/dist/functions/stakeholder/archiveStakeholderByIssuer.d.ts +1 -1
  128. package/dist/functions/stakeholder/archiveStakeholderByIssuer.d.ts.map +1 -1
  129. package/dist/functions/stakeholder/archiveStakeholderByIssuer.js +2 -2
  130. package/dist/functions/stakeholder/archiveStakeholderByIssuer.js.map +1 -1
  131. package/dist/functions/stakeholder/createStakeholder.d.ts +2 -2
  132. package/dist/functions/stakeholder/createStakeholder.d.ts.map +1 -1
  133. package/dist/functions/stakeholder/createStakeholder.js +90 -63
  134. package/dist/functions/stakeholder/createStakeholder.js.map +1 -1
  135. package/dist/functions/stakeholder/getStakeholderAsOcf.d.ts +2 -4
  136. package/dist/functions/stakeholder/getStakeholderAsOcf.d.ts.map +1 -1
  137. package/dist/functions/stakeholder/getStakeholderAsOcf.js +109 -76
  138. package/dist/functions/stakeholder/getStakeholderAsOcf.js.map +1 -1
  139. package/dist/functions/stakeholder/index.d.ts +1 -1
  140. package/dist/functions/stakeholder/index.d.ts.map +1 -1
  141. package/dist/functions/stakeholder/index.js +1 -1
  142. package/dist/functions/stakeholder/index.js.map +1 -1
  143. package/dist/functions/stockCancellation/archiveStockCancellationByIssuer.d.ts +1 -1
  144. package/dist/functions/stockCancellation/archiveStockCancellationByIssuer.d.ts.map +1 -1
  145. package/dist/functions/stockCancellation/archiveStockCancellationByIssuer.js +2 -2
  146. package/dist/functions/stockCancellation/archiveStockCancellationByIssuer.js.map +1 -1
  147. package/dist/functions/stockCancellation/createStockCancellation.d.ts +3 -11
  148. package/dist/functions/stockCancellation/createStockCancellation.d.ts.map +1 -1
  149. package/dist/functions/stockCancellation/createStockCancellation.js +20 -12
  150. package/dist/functions/stockCancellation/createStockCancellation.js.map +1 -1
  151. package/dist/functions/stockCancellation/getStockCancellationEventAsOcf.d.ts +1 -1
  152. package/dist/functions/stockCancellation/getStockCancellationEventAsOcf.d.ts.map +1 -1
  153. package/dist/functions/stockCancellation/getStockCancellationEventAsOcf.js +16 -4
  154. package/dist/functions/stockCancellation/getStockCancellationEventAsOcf.js.map +1 -1
  155. package/dist/functions/stockCancellation/index.d.ts +1 -1
  156. package/dist/functions/stockCancellation/index.d.ts.map +1 -1
  157. package/dist/functions/stockCancellation/index.js +1 -1
  158. package/dist/functions/stockCancellation/index.js.map +1 -1
  159. package/dist/functions/stockClass/archiveStockClassByIssuer.d.ts +1 -1
  160. package/dist/functions/stockClass/archiveStockClassByIssuer.d.ts.map +1 -1
  161. package/dist/functions/stockClass/archiveStockClassByIssuer.js +2 -2
  162. package/dist/functions/stockClass/archiveStockClassByIssuer.js.map +1 -1
  163. package/dist/functions/stockClass/createStockClass.d.ts +20 -16
  164. package/dist/functions/stockClass/createStockClass.d.ts.map +1 -1
  165. package/dist/functions/stockClass/createStockClass.js +73 -41
  166. package/dist/functions/stockClass/createStockClass.js.map +1 -1
  167. package/dist/functions/stockClass/getStockClassAsOcf.d.ts +36 -29
  168. package/dist/functions/stockClass/getStockClassAsOcf.d.ts.map +1 -1
  169. package/dist/functions/stockClass/getStockClassAsOcf.js +122 -67
  170. package/dist/functions/stockClass/getStockClassAsOcf.js.map +1 -1
  171. package/dist/functions/stockClass/index.d.ts +1 -1
  172. package/dist/functions/stockClass/index.d.ts.map +1 -1
  173. package/dist/functions/stockClass/index.js +1 -1
  174. package/dist/functions/stockClass/index.js.map +1 -1
  175. package/dist/functions/stockClassAuthorizedSharesAdjustment/archiveStockClassAuthorizedSharesAdjustmentByIssuer.d.ts +1 -1
  176. package/dist/functions/stockClassAuthorizedSharesAdjustment/archiveStockClassAuthorizedSharesAdjustmentByIssuer.d.ts.map +1 -1
  177. package/dist/functions/stockClassAuthorizedSharesAdjustment/archiveStockClassAuthorizedSharesAdjustmentByIssuer.js +2 -2
  178. package/dist/functions/stockClassAuthorizedSharesAdjustment/archiveStockClassAuthorizedSharesAdjustmentByIssuer.js.map +1 -1
  179. package/dist/functions/stockClassAuthorizedSharesAdjustment/createStockClassAuthorizedSharesAdjustment.d.ts +3 -11
  180. package/dist/functions/stockClassAuthorizedSharesAdjustment/createStockClassAuthorizedSharesAdjustment.d.ts.map +1 -1
  181. package/dist/functions/stockClassAuthorizedSharesAdjustment/createStockClassAuthorizedSharesAdjustment.js +20 -12
  182. package/dist/functions/stockClassAuthorizedSharesAdjustment/createStockClassAuthorizedSharesAdjustment.js.map +1 -1
  183. package/dist/functions/stockClassAuthorizedSharesAdjustment/getStockClassAuthorizedSharesAdjustmentEventAsOcf.d.ts +1 -1
  184. package/dist/functions/stockClassAuthorizedSharesAdjustment/getStockClassAuthorizedSharesAdjustmentEventAsOcf.d.ts.map +1 -1
  185. package/dist/functions/stockClassAuthorizedSharesAdjustment/getStockClassAuthorizedSharesAdjustmentEventAsOcf.js +11 -3
  186. package/dist/functions/stockClassAuthorizedSharesAdjustment/getStockClassAuthorizedSharesAdjustmentEventAsOcf.js.map +1 -1
  187. package/dist/functions/stockClassAuthorizedSharesAdjustment/index.d.ts +1 -1
  188. package/dist/functions/stockClassAuthorizedSharesAdjustment/index.d.ts.map +1 -1
  189. package/dist/functions/stockClassAuthorizedSharesAdjustment/index.js +1 -1
  190. package/dist/functions/stockClassAuthorizedSharesAdjustment/index.js.map +1 -1
  191. package/dist/functions/stockIssuance/archiveStockIssuanceByIssuer.d.ts +1 -1
  192. package/dist/functions/stockIssuance/archiveStockIssuanceByIssuer.d.ts.map +1 -1
  193. package/dist/functions/stockIssuance/archiveStockIssuanceByIssuer.js +2 -2
  194. package/dist/functions/stockIssuance/archiveStockIssuanceByIssuer.js.map +1 -1
  195. package/dist/functions/stockIssuance/createStockIssuance.d.ts +2 -2
  196. package/dist/functions/stockIssuance/createStockIssuance.d.ts.map +1 -1
  197. package/dist/functions/stockIssuance/createStockIssuance.js +49 -58
  198. package/dist/functions/stockIssuance/createStockIssuance.js.map +1 -1
  199. package/dist/functions/stockIssuance/getStockIssuanceAsOcf.d.ts +13 -5
  200. package/dist/functions/stockIssuance/getStockIssuanceAsOcf.d.ts.map +1 -1
  201. package/dist/functions/stockIssuance/getStockIssuanceAsOcf.js +44 -30
  202. package/dist/functions/stockIssuance/getStockIssuanceAsOcf.js.map +1 -1
  203. package/dist/functions/stockIssuance/index.d.ts +1 -1
  204. package/dist/functions/stockIssuance/index.d.ts.map +1 -1
  205. package/dist/functions/stockIssuance/index.js +1 -1
  206. package/dist/functions/stockIssuance/index.js.map +1 -1
  207. package/dist/functions/stockLegendTemplate/archiveStockLegendTemplateByIssuer.d.ts +1 -1
  208. package/dist/functions/stockLegendTemplate/archiveStockLegendTemplateByIssuer.d.ts.map +1 -1
  209. package/dist/functions/stockLegendTemplate/archiveStockLegendTemplateByIssuer.js +2 -2
  210. package/dist/functions/stockLegendTemplate/archiveStockLegendTemplateByIssuer.js.map +1 -1
  211. package/dist/functions/stockLegendTemplate/createStockLegendTemplate.d.ts +2 -2
  212. package/dist/functions/stockLegendTemplate/createStockLegendTemplate.d.ts.map +1 -1
  213. package/dist/functions/stockLegendTemplate/createStockLegendTemplate.js +7 -6
  214. package/dist/functions/stockLegendTemplate/createStockLegendTemplate.js.map +1 -1
  215. package/dist/functions/stockLegendTemplate/getStockLegendTemplateAsOcf.d.ts +1 -1
  216. package/dist/functions/stockLegendTemplate/getStockLegendTemplateAsOcf.d.ts.map +1 -1
  217. package/dist/functions/stockLegendTemplate/getStockLegendTemplateAsOcf.js +11 -9
  218. package/dist/functions/stockLegendTemplate/getStockLegendTemplateAsOcf.js.map +1 -1
  219. package/dist/functions/stockLegendTemplate/index.d.ts +1 -1
  220. package/dist/functions/stockLegendTemplate/index.d.ts.map +1 -1
  221. package/dist/functions/stockLegendTemplate/index.js +1 -1
  222. package/dist/functions/stockLegendTemplate/index.js.map +1 -1
  223. package/dist/functions/stockPlan/archiveStockPlanByIssuer.d.ts +1 -1
  224. package/dist/functions/stockPlan/archiveStockPlanByIssuer.d.ts.map +1 -1
  225. package/dist/functions/stockPlan/archiveStockPlanByIssuer.js +2 -2
  226. package/dist/functions/stockPlan/archiveStockPlanByIssuer.js.map +1 -1
  227. package/dist/functions/stockPlan/createStockPlan.d.ts +2 -2
  228. package/dist/functions/stockPlan/createStockPlan.d.ts.map +1 -1
  229. package/dist/functions/stockPlan/createStockPlan.js +16 -11
  230. package/dist/functions/stockPlan/createStockPlan.js.map +1 -1
  231. package/dist/functions/stockPlan/getStockPlanAsOcf.d.ts +2 -1
  232. package/dist/functions/stockPlan/getStockPlanAsOcf.d.ts.map +1 -1
  233. package/dist/functions/stockPlan/getStockPlanAsOcf.js +29 -18
  234. package/dist/functions/stockPlan/getStockPlanAsOcf.js.map +1 -1
  235. package/dist/functions/stockPlan/index.d.ts +1 -1
  236. package/dist/functions/stockPlan/index.d.ts.map +1 -1
  237. package/dist/functions/stockPlan/index.js +1 -1
  238. package/dist/functions/stockPlan/index.js.map +1 -1
  239. package/dist/functions/stockPlanPoolAdjustment/archiveStockPlanPoolAdjustmentByIssuer.d.ts +1 -1
  240. package/dist/functions/stockPlanPoolAdjustment/archiveStockPlanPoolAdjustmentByIssuer.d.ts.map +1 -1
  241. package/dist/functions/stockPlanPoolAdjustment/archiveStockPlanPoolAdjustmentByIssuer.js +2 -2
  242. package/dist/functions/stockPlanPoolAdjustment/archiveStockPlanPoolAdjustmentByIssuer.js.map +1 -1
  243. package/dist/functions/stockPlanPoolAdjustment/createStockPlanPoolAdjustment.d.ts +3 -11
  244. package/dist/functions/stockPlanPoolAdjustment/createStockPlanPoolAdjustment.d.ts.map +1 -1
  245. package/dist/functions/stockPlanPoolAdjustment/createStockPlanPoolAdjustment.js +20 -12
  246. package/dist/functions/stockPlanPoolAdjustment/createStockPlanPoolAdjustment.js.map +1 -1
  247. package/dist/functions/stockPlanPoolAdjustment/getStockPlanPoolAdjustmentEventAsOcf.d.ts +1 -1
  248. package/dist/functions/stockPlanPoolAdjustment/getStockPlanPoolAdjustmentEventAsOcf.d.ts.map +1 -1
  249. package/dist/functions/stockPlanPoolAdjustment/getStockPlanPoolAdjustmentEventAsOcf.js +11 -3
  250. package/dist/functions/stockPlanPoolAdjustment/getStockPlanPoolAdjustmentEventAsOcf.js.map +1 -1
  251. package/dist/functions/stockPlanPoolAdjustment/index.d.ts +1 -1
  252. package/dist/functions/stockPlanPoolAdjustment/index.d.ts.map +1 -1
  253. package/dist/functions/stockPlanPoolAdjustment/index.js +1 -1
  254. package/dist/functions/stockPlanPoolAdjustment/index.js.map +1 -1
  255. package/dist/functions/vestingTerms/archiveVestingTermsByIssuer.d.ts +1 -1
  256. package/dist/functions/vestingTerms/archiveVestingTermsByIssuer.d.ts.map +1 -1
  257. package/dist/functions/vestingTerms/archiveVestingTermsByIssuer.js +2 -2
  258. package/dist/functions/vestingTerms/archiveVestingTermsByIssuer.js.map +1 -1
  259. package/dist/functions/vestingTerms/createVestingTerms.d.ts +3 -2
  260. package/dist/functions/vestingTerms/createVestingTerms.d.ts.map +1 -1
  261. package/dist/functions/vestingTerms/createVestingTerms.js +137 -50
  262. package/dist/functions/vestingTerms/createVestingTerms.js.map +1 -1
  263. package/dist/functions/vestingTerms/getVestingTermsAsOcf.d.ts +4 -2
  264. package/dist/functions/vestingTerms/getVestingTermsAsOcf.d.ts.map +1 -1
  265. package/dist/functions/vestingTerms/getVestingTermsAsOcf.js +98 -45
  266. package/dist/functions/vestingTerms/getVestingTermsAsOcf.js.map +1 -1
  267. package/dist/functions/vestingTerms/index.d.ts +1 -1
  268. package/dist/functions/vestingTerms/index.d.ts.map +1 -1
  269. package/dist/functions/vestingTerms/index.js +1 -1
  270. package/dist/functions/vestingTerms/index.js.map +1 -1
  271. package/dist/functions/warrantIssuance/archiveWarrantIssuanceByIssuer.d.ts +1 -1
  272. package/dist/functions/warrantIssuance/archiveWarrantIssuanceByIssuer.d.ts.map +1 -1
  273. package/dist/functions/warrantIssuance/archiveWarrantIssuanceByIssuer.js +2 -2
  274. package/dist/functions/warrantIssuance/archiveWarrantIssuanceByIssuer.js.map +1 -1
  275. package/dist/functions/warrantIssuance/createWarrantIssuance.d.ts +2 -2
  276. package/dist/functions/warrantIssuance/createWarrantIssuance.d.ts.map +1 -1
  277. package/dist/functions/warrantIssuance/createWarrantIssuance.js +56 -43
  278. package/dist/functions/warrantIssuance/createWarrantIssuance.js.map +1 -1
  279. package/dist/functions/warrantIssuance/getWarrantIssuanceAsOcf.d.ts +17 -17
  280. package/dist/functions/warrantIssuance/getWarrantIssuanceAsOcf.d.ts.map +1 -1
  281. package/dist/functions/warrantIssuance/getWarrantIssuanceAsOcf.js +100 -48
  282. package/dist/functions/warrantIssuance/getWarrantIssuanceAsOcf.js.map +1 -1
  283. package/dist/functions/warrantIssuance/index.d.ts +1 -1
  284. package/dist/functions/warrantIssuance/index.d.ts.map +1 -1
  285. package/dist/functions/warrantIssuance/index.js +1 -1
  286. package/dist/functions/warrantIssuance/index.js.map +1 -1
  287. package/dist/index.d.ts +1 -1
  288. package/dist/index.js +1 -1
  289. package/dist/types/index.d.ts +3 -3
  290. package/dist/types/index.d.ts.map +1 -1
  291. package/dist/types/native.d.ts +202 -123
  292. package/dist/types/native.d.ts.map +1 -1
  293. package/dist/types/native.js +2 -3
  294. package/dist/types/native.js.map +1 -1
  295. package/dist/utils/createOcfObject.d.ts +30 -32
  296. package/dist/utils/createOcfObject.d.ts.map +1 -1
  297. package/dist/utils/createOcfObject.js +53 -41
  298. package/dist/utils/createOcfObject.js.map +1 -1
  299. package/dist/utils/index.d.ts +1 -1
  300. package/dist/utils/index.d.ts.map +1 -1
  301. package/dist/utils/index.js.map +1 -1
  302. package/dist/utils/typeConversions.d.ts +32 -11
  303. package/dist/utils/typeConversions.d.ts.map +1 -1
  304. package/dist/utils/typeConversions.js +97 -22
  305. package/dist/utils/typeConversions.js.map +1 -1
  306. package/package.json +27 -12
@@ -1,30 +1,25 @@
1
1
  /**
2
- * Clean TypeScript types that provide a better developer experience
3
- * compared to the raw DAML types. These types use simple string literals
4
- * for enums and standard TypeScript objects for complex types.
2
+ * Clean TypeScript types that provide a better developer experience compared to the raw DAML types. These types use
3
+ * simple string literals for enums and standard TypeScript objects for complex types.
5
4
  */
6
5
  /**
7
- * Enum - Email Type
8
- * Type of e-mail address
9
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/EmailType.schema.json
6
+ * Enum - Email Type Type of e-mail address OCF:
7
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/EmailType.schema.json
10
8
  */
11
9
  export type EmailType = 'PERSONAL' | 'BUSINESS' | 'OTHER';
12
10
  /**
13
- * Enum - Address Type
14
- * Type of address (legal, contact, or other)
15
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AddressType.schema.json
11
+ * Enum - Address Type Type of address (legal, contact, or other) OCF:
12
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AddressType.schema.json
16
13
  */
17
14
  export type AddressType = 'LEGAL' | 'CONTACT' | 'OTHER';
18
15
  /**
19
- * Enum - Phone Type
20
- * Type of phone number (home, mobile, business, other)
21
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/PhoneType.schema.json
16
+ * Enum - Phone Type Type of phone number (home, mobile, business, other) OCF:
17
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/PhoneType.schema.json
22
18
  */
23
19
  export type PhoneType = 'HOME' | 'MOBILE' | 'BUSINESS' | 'OTHER';
24
20
  /**
25
- * Type - Phone
26
- * Type representation of a phone number
27
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Phone.schema.json
21
+ * Type - Phone Type representation of a phone number OCF:
22
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Phone.schema.json
28
23
  */
29
24
  export interface Phone {
30
25
  /** Type of phone number (e.g., home, mobile, business, other) */
@@ -33,8 +28,8 @@ export interface Phone {
33
28
  phone_number: string;
34
29
  }
35
30
  /**
36
- * Type - Name
37
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Name.schema.json
31
+ * Type - Name OCF:
32
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Name.schema.json
38
33
  */
39
34
  export interface Name {
40
35
  /** Full legal name */
@@ -45,44 +40,38 @@ export interface Name {
45
40
  last_name?: string;
46
41
  }
47
42
  /**
48
- * Enum - Stock Class Type
49
- * Type of stock class (common or preferred)
50
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StockClassType.schema.json
43
+ * Enum - Stock Class Type Type of stock class (common or preferred) OCF:
44
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StockClassType.schema.json
51
45
  */
52
46
  export type StockClassType = 'PREFERRED' | 'COMMON';
53
47
  /**
54
- * Conversion Mechanisms (shared)
55
- * Mechanism by which conversion occurs (see schema for full list)
56
- * OCF (primitive): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json
48
+ * Conversion Mechanisms (shared) Mechanism by which conversion occurs (see schema for full list) OCF (primitive):
49
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json
57
50
  */
58
51
  export type ConversionMechanism = 'RATIO_CONVERSION' | 'PERCENT_CONVERSION' | 'FIXED_AMOUNT_CONVERSION';
59
52
  /**
60
- * Enum - Conversion Trigger Type
61
- * Type of conversion trigger
62
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ConversionTriggerType.schema.json
53
+ * Enum - Conversion Trigger Type Type of conversion trigger OCF:
54
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ConversionTriggerType.schema.json
63
55
  */
64
56
  export type ConversionTrigger = 'AUTOMATIC_ON_CONDITION' | 'AUTOMATIC_ON_DATE' | 'ELECTIVE_ON_CONDITION' | 'ELECTIVE_ON_DATE' | 'ELECTIVE_AT_WILL';
65
57
  /**
66
- * Enum - Rounding Type
67
- * Rounding method for numeric values
68
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/RoundingType.schema.json
58
+ * Enum - Rounding Type Rounding method for numeric values OCF:
59
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/RoundingType.schema.json
69
60
  */
70
61
  export type RoundingType = 'DOWN' | 'UP' | 'NEAREST' | 'NORMAL';
71
62
  /**
72
- * Enum - Authorized Shares
73
- * Enumeration of special values for authorized shares when not using a numeric value
74
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AuthorizedShares.schema.json
63
+ * Enum - Authorized Shares Enumeration of special values for authorized shares when not using a numeric value OCF:
64
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AuthorizedShares.schema.json
75
65
  */
76
66
  export type AuthorizedShares = 'NOT_APPLICABLE' | 'UNLIMITED';
77
67
  /**
78
- * Initial shares authorized type (can be either numeric or enum)
79
- * Type representing the number of shares initially authorized
68
+ * Initial shares authorized type (can be either numeric or enum) Type representing the number of shares initially
69
+ * authorized
80
70
  */
81
71
  export type InitialSharesAuthorized = number | string;
82
72
  /**
83
- * Type - Monetary
84
- * Type representation of a money amount and currency
85
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json
73
+ * Type - Monetary Type representation of a money amount and currency OCF:
74
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json
86
75
  */
87
76
  export interface Monetary {
88
77
  /** Amount of money in the given currency */
@@ -91,9 +80,8 @@ export interface Monetary {
91
80
  currency: string;
92
81
  }
93
82
  /**
94
- * Type - Email
95
- * Type representation of an email address
96
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Email.schema.json
83
+ * Type - Email Type representation of an email address OCF:
84
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Email.schema.json
97
85
  */
98
86
  export interface Email {
99
87
  /** Type of e-mail address (e.g. personal or business) */
@@ -101,10 +89,7 @@ export interface Email {
101
89
  /** A valid e-mail address */
102
90
  email_address: string;
103
91
  }
104
- /**
105
- * Type - Address
106
- * Type representation of an address
107
- */
92
+ /** Type - Address Type representation of an address */
108
93
  export interface Address {
109
94
  /** Type of address (legal, contact, or other) */
110
95
  address_type: AddressType;
@@ -120,9 +105,8 @@ export interface Address {
120
105
  postal_code?: string;
121
106
  }
122
107
  /**
123
- * Type - Tax ID
124
- * Type representation of a tax identifier and issuing country
125
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/TaxID.schema.json
108
+ * Type - Tax ID Type representation of a tax identifier and issuing country OCF:
109
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/TaxID.schema.json
126
110
  */
127
111
  export interface TaxId {
128
112
  /** Country code where the tax ID is issued (ISO 3166-1 alpha-2) */
@@ -131,8 +115,8 @@ export interface TaxId {
131
115
  tax_id: string;
132
116
  }
133
117
  /**
134
- * Stock Class Conversion Right (shared)
135
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_rights/StockClassConversionRight.schema.json
118
+ * Stock Class Conversion Right (shared) OCF:
119
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_rights/StockClassConversionRight.schema.json
136
120
  */
137
121
  export interface StockClassConversionRight {
138
122
  /** Type descriptor of conversion right */
@@ -172,9 +156,8 @@ export interface StockClassConversionRight {
172
156
  expires_at?: string;
173
157
  }
174
158
  /**
175
- * Object - Issuer
176
- * Object describing the issuer of the cap table (the company whose cap table this is).
177
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Issuer.schema.json
159
+ * Object - Issuer Object describing the issuer of the cap table (the company whose cap table this is). OCF:
160
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Issuer.schema.json
178
161
  */
179
162
  export interface OcfIssuerData {
180
163
  /** Identifier for the object */
@@ -205,29 +188,40 @@ export interface OcfIssuerData {
205
188
  phone?: Phone;
206
189
  }
207
190
  /**
208
- * Object - Stock Class
209
- * Object describing a class of stock issued by the issuer
210
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockClass.schema.json
191
+ * Object - Stock Class Object describing a class of stock issued by the issuer OCF:
192
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockClass.schema.json
211
193
  */
212
194
  export interface OcfStockClassData {
213
195
  /** Identifier for the object */
214
196
  id: string;
215
197
  /** The type of this stock class (e.g. Preferred or Common) */
216
198
  class_type: StockClassType;
217
- /** Default prefix for certificate numbers in certificated shares (e.g. CS- in CS-1). If certificate IDs have a dash, the prefix should end in the dash like CS- */
199
+ /**
200
+ * Default prefix for certificate numbers in certificated shares (e.g. CS- in CS-1). If certificate IDs have a dash,
201
+ * the prefix should end in the dash like CS-
202
+ */
218
203
  default_id_prefix: string;
219
204
  /** The initial number of shares authorized for this stock class */
220
205
  initial_shares_authorized: string | number;
221
206
  /** Name for the stock type (e.g. Series A Preferred or Class A Common) */
222
207
  name: string;
223
- /** Seniority of the stock - determines repayment priority. Seniority is ordered by increasing number so that stock classes with a higher seniority have higher repayment priority. The following properties hold for all stock classes for a given company: (a) transitivity: stock classes are absolutely stackable by seniority and in increasing numerical order, (b) non-uniqueness: multiple stock classes can have the same Seniority number and therefore have the same liquidation/repayment order. In practice, stock classes with same seniority may be created at different points in time and (for example, an extension of an existing preferred financing round), and also a new stock class can be created with seniority between two existing stock classes, in which case it is assigned some decimal number between the numbers representing seniority of the respective classes. */
208
+ /**
209
+ * Seniority of the stock - determines repayment priority. Seniority is ordered by increasing number so that stock
210
+ * classes with a higher seniority have higher repayment priority. The following properties hold for all stock classes
211
+ * for a given company: (a) transitivity: stock classes are absolutely stackable by seniority and in increasing
212
+ * numerical order, (b) non-uniqueness: multiple stock classes can have the same Seniority number and therefore have
213
+ * the same liquidation/repayment order. In practice, stock classes with same seniority may be created at different
214
+ * points in time and (for example, an extension of an existing preferred financing round), and also a new stock class
215
+ * can be created with seniority between two existing stock classes, in which case it is assigned some decimal number
216
+ * between the numbers representing seniority of the respective classes.
217
+ */
224
218
  seniority: string | number;
225
219
  /** The number of votes each share of this stock class gets */
226
220
  votes_per_share: string | number;
227
221
  /** Unstructured text comments related to and stored for the object */
228
- comments: string[];
222
+ comments?: string[];
229
223
  /** List of stock class conversion rights possible for this stock class */
230
- conversion_rights: StockClassConversionRight[];
224
+ conversion_rights?: StockClassConversionRight[];
231
225
  /** Date on which the board approved the stock class */
232
226
  board_approval_date?: string;
233
227
  /** The liquidation preference per share for this stock class */
@@ -242,14 +236,13 @@ export interface OcfStockClassData {
242
236
  stockholder_approval_date?: string;
243
237
  }
244
238
  /**
245
- * Enum - Stakeholder Type
246
- * Stakeholder type (Individual or Institution)
247
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderType.schema.json
239
+ * Enum - Stakeholder Type Stakeholder type (Individual or Institution) OCF:
240
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderType.schema.json
248
241
  */
249
242
  export type StakeholderType = 'INDIVIDUAL' | 'INSTITUTION';
250
243
  /**
251
- * Type - Contact Info
252
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfo.schema.json
244
+ * Type - Contact Info OCF:
245
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfo.schema.json
253
246
  */
254
247
  export interface ContactInfo {
255
248
  /** Contact name */
@@ -260,8 +253,8 @@ export interface ContactInfo {
260
253
  emails: Email[];
261
254
  }
262
255
  /**
263
- * Type - Contact Info Without Name
264
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfoWithoutName.schema.json
256
+ * Type - Contact Info Without Name OCF:
257
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfoWithoutName.schema.json
265
258
  */
266
259
  export interface ContactInfoWithoutName {
267
260
  /** Phone numbers */
@@ -270,9 +263,8 @@ export interface ContactInfoWithoutName {
270
263
  emails: Email[];
271
264
  }
272
265
  /**
273
- * Object - Stakeholder
274
- * Object describing a stakeholder in the issuer's cap table
275
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json
266
+ * Object - Stakeholder Object describing a stakeholder in the issuer's cap table OCF:
267
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json
276
268
  */
277
269
  export interface OcfStakeholderData {
278
270
  /** Identifier for the object */
@@ -299,9 +291,8 @@ export interface OcfStakeholderData {
299
291
  comments: string[];
300
292
  }
301
293
  /**
302
- * Object - Stock Legend Template
303
- * Object describing a stock legend template
304
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockLegendTemplate.schema.json
294
+ * Object - Stock Legend Template Object describing a stock legend template OCF:
295
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockLegendTemplate.schema.json
305
296
  */
306
297
  export interface OcfStockLegendTemplateData {
307
298
  /** Identifier for the object */
@@ -314,9 +305,8 @@ export interface OcfStockLegendTemplateData {
314
305
  comments: string[];
315
306
  }
316
307
  /**
317
- * Type - Object Reference
318
- * A type representing a reference to any kind of OCF object
319
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ObjectReference.schema.json
308
+ * Type - Object Reference A type representing a reference to any kind of OCF object OCF:
309
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ObjectReference.schema.json
320
310
  */
321
311
  export interface OcfObjectReference {
322
312
  /** Type of the referenced object */
@@ -325,9 +315,8 @@ export interface OcfObjectReference {
325
315
  object_id: string;
326
316
  }
327
317
  /**
328
- * Object - Document
329
- * Object describing a document
330
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Document.schema.json
318
+ * Object - Document Object describing a document OCF:
319
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Document.schema.json
331
320
  */
332
321
  export interface OcfDocumentData {
333
322
  /** Identifier for the object */
@@ -339,20 +328,18 @@ export interface OcfDocumentData {
339
328
  /** MD5 hash of the document contents (32-character hex) */
340
329
  md5: string;
341
330
  /** References to related OCF objects */
342
- related_objects: OcfObjectReference[];
331
+ related_objects?: OcfObjectReference[];
343
332
  /** Unstructured text comments related to and stored for the object */
344
- comments: string[];
333
+ comments?: string[];
345
334
  }
346
335
  /**
347
- * Enum - Valuation Type
348
- * Enumeration of valuation types
349
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ValuationType.schema.json
336
+ * Enum - Valuation Type Enumeration of valuation types OCF:
337
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ValuationType.schema.json
350
338
  */
351
339
  export type ValuationType = '409A';
352
340
  /**
353
- * Object - Valuation
354
- * Object describing a valuation used in the cap table
355
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Valuation.schema.json
341
+ * Object - Valuation Object describing a valuation used in the cap table OCF:
342
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Valuation.schema.json
356
343
  */
357
344
  export interface OcfValuationData {
358
345
  /** Identifier for the object */
@@ -411,13 +398,13 @@ export interface OcfStockIssuanceData {
411
398
  /** Unstructured text description of consideration provided in exchange for security issuance */
412
399
  consideration_text?: string;
413
400
  /** List of security law exemptions (and applicable jurisdictions) for this security */
414
- security_law_exemptions: SecurityExemption[];
401
+ security_law_exemptions?: SecurityExemption[];
415
402
  /** Identifier of the stock class of the issued security */
416
403
  stock_class_id: string;
417
404
  /** Identifier for the stock plan, if applicable */
418
405
  stock_plan_id?: string;
419
406
  /** Share number ranges (if any) associated with this issuance */
420
- share_numbers_issued: ShareNumberRange[];
407
+ share_numbers_issued?: ShareNumberRange[];
421
408
  /** Price per share paid for the stock */
422
409
  share_price: Monetary;
423
410
  /** Quantity of shares issued */
@@ -425,35 +412,42 @@ export interface OcfStockIssuanceData {
425
412
  /** Reference to vesting terms object, if used instead of inline vestings */
426
413
  vesting_terms_id?: string;
427
414
  /** Vesting schedule entries associated directly with this issuance */
428
- vestings: VestingSimple[];
415
+ vestings?: VestingSimple[];
429
416
  /** Cost basis for the shares issued */
430
417
  cost_basis?: Monetary;
431
418
  /** Stock legends that apply to this issuance (schema minItems: 1; implementation may allow empty) */
432
- stock_legend_ids: string[];
419
+ stock_legend_ids?: string[];
433
420
  /** Type of stock issuance (e.g., RSA, Founders) */
434
421
  issuance_type?: StockIssuanceType;
435
422
  /** Unstructured text comments related to and stored for the object */
436
- comments: string[];
423
+ comments?: string[];
437
424
  }
438
425
  export type AllocationType = 'CUMULATIVE_ROUNDING' | 'CUMULATIVE_ROUND_DOWN' | 'FRONT_LOADED' | 'BACK_LOADED' | 'FRONT_LOADED_SINGLE_TRANCHE' | 'BACK_LOADED_SINGLE_TRANCHE' | 'FRACTIONAL';
439
- /** Primitive - Vesting Period Type (Days/Months)
440
- * Abstract type for periods of time; concrete days/months variants below.
441
- * OCF (primitive): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/vesting/VestingPeriod.schema.json
442
- * OCF (days): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingPeriodInDays.schema.json
443
- * OCF (months): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingPeriodInMonths.schema.json
426
+ /**
427
+ * Primitive - Vesting Period Type (Days/Months) Abstract type for periods of time; concrete days/months variants below.
428
+ * OCF (primitive):
429
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/vesting/VestingPeriod.schema.json
430
+ * OCF (days):
431
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingPeriodInDays.schema.json
432
+ * OCF (months):
433
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingPeriodInMonths.schema.json
444
434
  */
445
435
  export type PeriodType = 'DAYS' | 'MONTHS';
446
- export type VestingPeriod = {
436
+ export interface VestingPeriod {
447
437
  type: PeriodType;
448
438
  value: number;
449
- };
439
+ }
450
440
  /**
451
- * Primitive - Vesting Condition Trigger Type and specific triggers
452
- * OCF (primitive): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/vesting/VestingConditionTrigger.schema.json
453
- * OCF (start): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingStartTrigger.schema.json
454
- * OCF (absolute): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingScheduleAbsoluteTrigger.schema.json
455
- * OCF (relative): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingScheduleRelativeTrigger.schema.json
456
- * OCF (event): https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingEventTrigger.schema.json
441
+ * Primitive - Vesting Condition Trigger Type and specific triggers OCF (primitive):
442
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/vesting/VestingConditionTrigger.schema.json
443
+ * OCF (start):
444
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingStartTrigger.schema.json
445
+ * OCF (absolute):
446
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingScheduleAbsoluteTrigger.schema.json
447
+ * OCF (relative):
448
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingScheduleRelativeTrigger.schema.json
449
+ * OCF (event):
450
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingEventTrigger.schema.json
457
451
  */
458
452
  export type VestingTrigger = {
459
453
  kind: 'START';
@@ -490,9 +484,8 @@ export interface VestingCondition {
490
484
  next_condition_ids: string[];
491
485
  }
492
486
  /**
493
- * Object - Vesting Terms
494
- * Object describing the terms under which a security vests
495
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/VestingTerms.schema.json
487
+ * Object - Vesting Terms Object describing the terms under which a security vests OCF:
488
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/VestingTerms.schema.json
496
489
  */
497
490
  export interface OcfVestingTermsData {
498
491
  id: string;
@@ -542,6 +535,17 @@ export interface TerminationWindow {
542
535
  period_type: PeriodType;
543
536
  }
544
537
  export interface OcfEquityCompensationIssuanceData {
538
+ id: string;
539
+ date: string;
540
+ security_id: string;
541
+ custom_id: string;
542
+ stakeholder_id: string;
543
+ stock_plan_id?: string;
544
+ stock_class_id?: string;
545
+ board_approval_date?: string;
546
+ stockholder_approval_date?: string;
547
+ consideration_text?: string;
548
+ vesting_terms_id?: string;
545
549
  /** Type of equity compensation instrument */
546
550
  compensation_type: CompensationType;
547
551
  /** Quantity granted/issued */
@@ -553,56 +557,131 @@ export interface OcfEquityCompensationIssuanceData {
553
557
  /** Whether early exercise is permitted */
554
558
  early_exercisable?: boolean;
555
559
  /** List of security law exemptions (and applicable jurisdictions) for this security */
556
- security_law_exemptions: SecurityExemption[];
560
+ security_law_exemptions?: SecurityExemption[];
557
561
  /** Vesting events for the grant */
558
- vestings: Vesting[];
562
+ vestings?: Vesting[];
559
563
  /** Expiration date of instrument */
560
564
  expiration_date?: string;
561
565
  /** Termination exercise windows after termination events */
562
- termination_exercise_windows: TerminationWindow[];
566
+ termination_exercise_windows?: TerminationWindow[];
563
567
  /** Unstructured text comments */
564
- comments: string[];
568
+ comments?: string[];
565
569
  }
566
570
  export type ConvertibleType = 'NOTE' | 'SAFE' | 'SECURITY';
567
571
  export type SimpleTrigger = 'AUTOMATIC' | 'OPTIONAL';
568
572
  /**
569
- * Object - Convertible Issuance Transaction (native subset)
570
- * Object describing convertible instrument issuance transaction by the issuer and held by a stakeholder
571
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/ConvertibleIssuance.schema.json
573
+ * Object - Convertible Issuance Transaction (native subset) Object describing convertible instrument issuance
574
+ * transaction by the issuer and held by a stakeholder OCF:
575
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/ConvertibleIssuance.schema.json
572
576
  */
573
577
  export interface OcfConvertibleIssuanceDataNative {
578
+ id: string;
579
+ date: string;
580
+ security_id: string;
581
+ custom_id: string;
582
+ stakeholder_id: string;
583
+ board_approval_date?: string;
584
+ stockholder_approval_date?: string;
585
+ consideration_text?: string;
586
+ security_law_exemptions: Array<{
587
+ description: string;
588
+ jurisdiction: string;
589
+ }>;
574
590
  /** Amount invested and outstanding on date of issuance of this convertible */
575
591
  investment_amount: Monetary;
576
592
  /** What kind of convertible instrument is this (of the supported, enumerated types) */
577
593
  convertible_type: ConvertibleType;
578
594
  /** Convertible - Conversion Trigger Array (simplified) */
579
- conversion_triggers: SimpleTrigger[];
595
+ conversion_triggers: unknown[];
580
596
  /** If different convertible instruments have seniority over one another, use this value to build a seniority stack */
581
597
  seniority: number;
582
598
  /** What pro-rata (if any) is the holder entitled to buy at the next round? */
583
599
  pro_rata?: string | number;
584
600
  /** Unstructured text comments related to and stored for the object */
585
- comments: string[];
601
+ comments?: string[];
586
602
  }
587
603
  /**
588
- * Object - Warrant Issuance Transaction (native subset)
589
- * Object describing warrant issuance transaction by the issuer and held by a stakeholder
590
- * OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/WarrantIssuance.schema.json
604
+ * Object - Warrant Issuance Transaction (native subset) Object describing warrant issuance transaction by the issuer
605
+ * and held by a stakeholder OCF:
606
+ * https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/WarrantIssuance.schema.json
591
607
  */
592
608
  export interface OcfWarrantIssuanceDataNative {
609
+ id: string;
610
+ date: string;
611
+ security_id: string;
612
+ custom_id: string;
613
+ stakeholder_id: string;
614
+ board_approval_date?: string;
615
+ stockholder_approval_date?: string;
616
+ consideration_text?: string;
617
+ security_law_exemptions: Array<{
618
+ description: string;
619
+ jurisdiction: string;
620
+ }>;
593
621
  /** Quantity of shares the warrant is exercisable for */
594
- quantity: string | number;
622
+ quantity?: string | number;
623
+ quantity_source?: 'UNSPECIFIED' | 'HUMAN_ESTIMATED' | 'MACHINE_ESTIMATED' | 'INSTRUMENT_FIXED' | 'INSTRUMENT_MAX' | 'INSTRUMENT_MIN';
624
+ ratio_numerator?: string | number;
625
+ ratio_denominator?: string | number;
626
+ percent_of_outstanding?: string | number;
595
627
  /** The exercise price of the warrant */
596
628
  exercise_price?: Monetary;
597
629
  /** Actual purchase price of the warrant (sum up purported value of all consideration, including in-kind) */
598
630
  purchase_price: Monetary;
599
- /** Warrant Issuance - Exercise Trigger Array (simplified) */
600
- exercise_triggers: SimpleTrigger[];
631
+ /** Warrant Issuance - Exercise Trigger Array (complex nested type) */
632
+ exercise_triggers: unknown[];
601
633
  /** What is expiration date of the warrant (if applicable) */
602
634
  warrant_expiration_date?: string;
603
635
  /** Identifier of the VestingTerms to which this security is subject */
604
636
  vesting_terms_id?: string;
637
+ /** Conversion triggers (complex nested type) */
638
+ conversion_triggers?: unknown[];
605
639
  /** Unstructured text comments related to and stored for the object */
606
- comments: string[];
640
+ comments?: string[];
641
+ }
642
+ export interface OcfStockCancellationTxData {
643
+ id: string;
644
+ date: string;
645
+ security_id: string;
646
+ quantity: string | number;
647
+ balance_security_id?: string;
648
+ reason_text: string;
649
+ comments?: string[];
650
+ }
651
+ export interface OcfIssuerAuthorizedSharesAdjustmentTxData {
652
+ id: string;
653
+ date: string;
654
+ issuer_id: string;
655
+ new_shares_authorized: string | number;
656
+ board_approval_date?: string;
657
+ stockholder_approval_date?: string;
658
+ comments?: string[];
659
+ }
660
+ export interface OcfStockClassAuthorizedSharesAdjustmentTxData {
661
+ id: string;
662
+ date: string;
663
+ stock_class_id: string;
664
+ new_shares_authorized: string | number;
665
+ board_approval_date?: string;
666
+ stockholder_approval_date?: string;
667
+ comments?: string[];
668
+ }
669
+ export interface OcfStockPlanPoolAdjustmentTxData {
670
+ id: string;
671
+ date: string;
672
+ stock_plan_id: string;
673
+ board_approval_date?: string;
674
+ stockholder_approval_date?: string;
675
+ shares_reserved: string | number;
676
+ comments?: string[];
677
+ }
678
+ export interface OcfEquityCompensationExerciseTxData {
679
+ id: string;
680
+ date: string;
681
+ security_id: string;
682
+ quantity: string | number;
683
+ consideration_text?: string;
684
+ resulting_security_ids: string[];
685
+ comments?: string[];
607
686
  }
608
687
  //# sourceMappingURL=native.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../../src/types/native.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../../src/types/native.ts"],"names":[],"mappings":"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"}
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Clean TypeScript types that provide a better developer experience
4
- * compared to the raw DAML types. These types use simple string literals
5
- * for enums and standard TypeScript objects for complex types.
3
+ * Clean TypeScript types that provide a better developer experience compared to the raw DAML types. These types use
4
+ * simple string literals for enums and standard TypeScript objects for complex types.
6
5
  */
7
6
  Object.defineProperty(exports, "__esModule", { value: true });
8
7
  //# sourceMappingURL=native.js.map