@fairmint/open-captable-protocol-daml-js 0.3.4 → 0.3.5

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 (269) hide show
  1. package/lib/DA/Internal/Template/module.d.ts +4 -6
  2. package/lib/DA/Internal/Template/module.js +7 -7
  3. package/lib/DA/Set/Types/index.js +1 -0
  4. package/lib/DA/Set/Types/module.d.ts +6 -7
  5. package/lib/DA/Set/Types/module.js +15 -11
  6. package/lib/DA/Set/index.d.ts +2 -1
  7. package/lib/DA/Set/index.js +2 -0
  8. package/lib/DA/Time/Types/index.js +1 -0
  9. package/lib/DA/Time/Types/module.d.ts +5 -7
  10. package/lib/DA/Time/Types/module.js +10 -8
  11. package/lib/DA/Time/index.d.ts +2 -1
  12. package/lib/DA/Time/index.js +2 -0
  13. package/lib/DA/Types/index.js +1 -0
  14. package/lib/DA/Types/module.d.ts +305 -344
  15. package/lib/DA/Types/module.js +689 -431
  16. package/lib/Fairmint/OpenCapTable/CapTable/index.js +1 -0
  17. package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +336 -358
  18. package/lib/Fairmint/OpenCapTable/CapTable/module.js +1286 -406
  19. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/index.js +1 -0
  20. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +21 -25
  21. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +71 -59
  22. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/index.js +1 -0
  23. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +17 -22
  24. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +49 -40
  25. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/index.js +1 -0
  26. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +20 -25
  27. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +55 -43
  28. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/index.js +1 -0
  29. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +23 -28
  30. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +61 -46
  31. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/index.js +1 -0
  32. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +42 -50
  33. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +97 -68
  34. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/index.js +1 -0
  35. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +18 -23
  36. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +51 -41
  37. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/index.js +1 -0
  38. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +21 -26
  39. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +57 -44
  40. package/lib/Fairmint/OpenCapTable/OCF/Document/index.js +1 -0
  41. package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +39 -51
  42. package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +134 -64
  43. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/index.js +1 -0
  44. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +17 -22
  45. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +49 -40
  46. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/index.js +1 -0
  47. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +20 -25
  48. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +55 -43
  49. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/index.js +1 -0
  50. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +20 -25
  51. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +55 -43
  52. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/index.js +1 -0
  53. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +34 -39
  54. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +83 -57
  55. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/index.js +1 -0
  56. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +22 -27
  57. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +59 -45
  58. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/index.js +1 -0
  59. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +18 -23
  60. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +51 -41
  61. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/index.js +1 -0
  62. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +18 -23
  63. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +51 -41
  64. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/index.js +1 -0
  65. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +21 -26
  66. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +57 -44
  67. package/lib/Fairmint/OpenCapTable/OCF/Issuer/index.js +1 -0
  68. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +26 -31
  69. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +67 -49
  70. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/index.js +1 -0
  71. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +20 -25
  72. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +55 -43
  73. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/index.js +1 -0
  74. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +54 -76
  75. package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +132 -95
  76. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/index.js +1 -0
  77. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +19 -24
  78. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +53 -42
  79. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/index.js +1 -0
  80. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +18 -23
  81. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +51 -41
  82. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/index.js +1 -0
  83. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +17 -22
  84. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +49 -40
  85. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/index.js +1 -0
  86. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +20 -25
  87. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +55 -43
  88. package/lib/Fairmint/OpenCapTable/OCF/StockClass/index.js +1 -0
  89. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +28 -33
  90. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +71 -51
  91. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/index.js +1 -0
  92. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +20 -25
  93. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +55 -43
  94. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/index.js +1 -0
  95. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +18 -23
  96. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +51 -41
  97. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/index.js +1 -0
  98. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +18 -23
  99. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +51 -41
  100. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/index.js +1 -0
  101. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +19 -24
  102. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +53 -42
  103. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/index.js +1 -0
  104. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +20 -25
  105. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +55 -43
  106. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/index.js +1 -0
  107. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +35 -44
  108. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +88 -60
  109. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/index.js +1 -0
  110. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +17 -22
  111. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +49 -40
  112. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/index.js +1 -0
  113. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +23 -32
  114. package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +66 -48
  115. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/index.js +1 -0
  116. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +20 -25
  117. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +55 -43
  118. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/index.js +1 -0
  119. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +20 -25
  120. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +55 -43
  121. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/index.js +1 -0
  122. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +20 -25
  123. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +55 -43
  124. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/index.js +1 -0
  125. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +21 -26
  126. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +57 -44
  127. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/index.js +1 -0
  128. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +18 -23
  129. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +51 -41
  130. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/index.js +1 -0
  131. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +21 -26
  132. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +57 -44
  133. package/lib/Fairmint/OpenCapTable/OCF/Valuation/index.js +1 -0
  134. package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +24 -33
  135. package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +65 -49
  136. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/index.js +1 -0
  137. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +19 -24
  138. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +53 -42
  139. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/index.js +1 -0
  140. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +18 -23
  141. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +51 -41
  142. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/index.js +1 -0
  143. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +18 -23
  144. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +51 -41
  145. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/index.js +1 -0
  146. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +86 -119
  147. package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +252 -157
  148. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/index.js +1 -0
  149. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +17 -22
  150. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +49 -40
  151. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/index.js +1 -0
  152. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +20 -25
  153. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +55 -43
  154. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/index.js +1 -0
  155. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +21 -26
  156. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +57 -44
  157. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/index.js +1 -0
  158. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +31 -36
  159. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +77 -54
  160. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/index.js +1 -0
  161. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +18 -23
  162. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +51 -41
  163. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +1 -0
  164. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +21 -26
  165. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +57 -44
  166. package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +49 -48
  167. package/lib/Fairmint/OpenCapTable/OCF/index.js +49 -47
  168. package/lib/Fairmint/OpenCapTable/OcpFactory/index.js +1 -0
  169. package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +15 -18
  170. package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +50 -41
  171. package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +1 -0
  172. package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +14 -27
  173. package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +40 -26
  174. package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +1 -0
  175. package/lib/Fairmint/OpenCapTable/Types/Conversion/module.d.ts +252 -361
  176. package/lib/Fairmint/OpenCapTable/Types/Conversion/module.js +602 -396
  177. package/lib/Fairmint/OpenCapTable/Types/Core/index.js +1 -0
  178. package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +13 -18
  179. package/lib/Fairmint/OpenCapTable/Types/Core/module.js +25 -20
  180. package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +1 -0
  181. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +23 -35
  182. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +52 -37
  183. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +1 -0
  184. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +4 -7
  185. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +19 -4
  186. package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +1 -0
  187. package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +56 -90
  188. package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +132 -86
  189. package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +1 -0
  190. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +37 -57
  191. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +90 -56
  192. package/lib/Fairmint/OpenCapTable/Types/index.d.ts +8 -7
  193. package/lib/Fairmint/OpenCapTable/Types/index.js +8 -6
  194. package/lib/Fairmint/OpenCapTable/index.d.ts +6 -5
  195. package/lib/Fairmint/OpenCapTable/index.js +6 -4
  196. package/lib/Splice/Amulet/TokenApiUtils/index.js +1 -0
  197. package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +4 -7
  198. package/lib/Splice/Amulet/TokenApiUtils/module.js +12 -4
  199. package/lib/Splice/Amulet/TwoStepTransfer/index.js +1 -0
  200. package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +13 -15
  201. package/lib/Splice/Amulet/TwoStepTransfer/module.js +26 -16
  202. package/lib/Splice/Amulet/index.d.ts +4 -2
  203. package/lib/Splice/Amulet/index.js +4 -1
  204. package/lib/Splice/Amulet/module.d.ts +370 -487
  205. package/lib/Splice/Amulet/module.js +996 -817
  206. package/lib/Splice/AmuletAllocation/index.js +1 -0
  207. package/lib/Splice/AmuletAllocation/module.d.ts +9 -11
  208. package/lib/Splice/AmuletAllocation/module.js +31 -26
  209. package/lib/Splice/AmuletConfig/index.js +1 -0
  210. package/lib/Splice/AmuletConfig/module.d.ts +42 -56
  211. package/lib/Splice/AmuletConfig/module.js +93 -62
  212. package/lib/Splice/AmuletRules/index.js +1 -0
  213. package/lib/Splice/AmuletRules/module.d.ts +681 -874
  214. package/lib/Splice/AmuletRules/module.js +1688 -1273
  215. package/lib/Splice/AmuletTransferInstruction/index.js +1 -0
  216. package/lib/Splice/AmuletTransferInstruction/module.d.ts +9 -11
  217. package/lib/Splice/AmuletTransferInstruction/module.js +31 -26
  218. package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +40 -50
  219. package/lib/Splice/Api/FeaturedAppRightV1/module.js +84 -61
  220. package/lib/Splice/Api/FeaturedAppRightV2/index.js +1 -0
  221. package/lib/Splice/Api/FeaturedAppRightV2/module.d.ts +41 -51
  222. package/lib/Splice/Api/FeaturedAppRightV2/module.js +86 -62
  223. package/lib/Splice/Api/Token/AllocationInstructionV1/index.js +1 -0
  224. package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +82 -99
  225. package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +202 -142
  226. package/lib/Splice/Api/Token/AllocationV1/index.js +1 -0
  227. package/lib/Splice/Api/Token/AllocationV1/module.d.ts +84 -109
  228. package/lib/Splice/Api/Token/AllocationV1/module.js +185 -139
  229. package/lib/Splice/Api/Token/HoldingV1/index.js +1 -0
  230. package/lib/Splice/Api/Token/HoldingV1/module.d.ts +27 -34
  231. package/lib/Splice/Api/Token/HoldingV1/module.js +55 -39
  232. package/lib/Splice/Api/Token/MetadataV1/index.js +1 -0
  233. package/lib/Splice/Api/Token/MetadataV1/module.d.ts +44 -60
  234. package/lib/Splice/Api/Token/MetadataV1/module.js +123 -70
  235. package/lib/Splice/Api/Token/TransferInstructionV1/index.js +1 -0
  236. package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +112 -137
  237. package/lib/Splice/Api/Token/TransferInstructionV1/module.js +278 -195
  238. package/lib/Splice/DecentralizedSynchronizer/index.js +1 -0
  239. package/lib/Splice/DecentralizedSynchronizer/module.d.ts +44 -58
  240. package/lib/Splice/DecentralizedSynchronizer/module.js +103 -79
  241. package/lib/Splice/Expiry/index.js +1 -0
  242. package/lib/Splice/Expiry/module.d.ts +14 -18
  243. package/lib/Splice/Expiry/module.js +37 -23
  244. package/lib/Splice/ExternalPartyAmuletRules/index.js +1 -0
  245. package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +116 -147
  246. package/lib/Splice/ExternalPartyAmuletRules/module.js +307 -242
  247. package/lib/Splice/Fees/index.js +1 -0
  248. package/lib/Splice/Fees/module.d.ts +26 -40
  249. package/lib/Splice/Fees/module.js +57 -48
  250. package/lib/Splice/Issuance/index.js +1 -0
  251. package/lib/Splice/Issuance/module.d.ts +39 -50
  252. package/lib/Splice/Issuance/module.js +82 -56
  253. package/lib/Splice/RelRound/index.js +1 -0
  254. package/lib/Splice/RelRound/module.d.ts +5 -7
  255. package/lib/Splice/RelRound/module.js +10 -8
  256. package/lib/Splice/Round/index.js +1 -0
  257. package/lib/Splice/Round/module.d.ts +66 -78
  258. package/lib/Splice/Round/module.js +186 -142
  259. package/lib/Splice/Schedule/index.js +1 -0
  260. package/lib/Splice/Schedule/module.d.ts +7 -8
  261. package/lib/Splice/Schedule/module.js +17 -12
  262. package/lib/Splice/Types/index.js +1 -0
  263. package/lib/Splice/Types/module.d.ts +20 -31
  264. package/lib/Splice/Types/module.js +44 -37
  265. package/lib/Splice/ValidatorLicense/index.js +1 -0
  266. package/lib/Splice/ValidatorLicense/module.d.ts +145 -195
  267. package/lib/Splice/ValidatorLicense/module.js +388 -310
  268. package/package.json +7 -7
  269. package/published-dars/OpenCapTable.dar +0 -0
@@ -1,4 +1,5 @@
1
- // Generated from Fairmint/OpenCapTable/OCF/ConvertibleTransfer.daml
1
+ // Generated from ../../../../Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.daml
2
+
2
3
  /* eslint-disable @typescript-eslint/camelcase */
3
4
  /* eslint-disable @typescript-eslint/no-namespace */
4
5
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -10,37 +11,31 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
10
11
  import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
11
12
  import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module';
12
13
 
13
- export declare type ConvertibleTransferOcfData = {
14
- id: string;
15
- amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary;
16
- date: damlTypes.Time;
17
- security_id: string;
18
- comments: string[];
19
- resulting_security_ids: string[];
20
- balance_security_id: damlTypes.Optional<string>;
21
- consideration_text: damlTypes.Optional<string>;
22
- };
23
-
24
- export declare const ConvertibleTransferOcfData:
25
- damlTypes.Serializable<ConvertibleTransferOcfData> & {
26
- }
27
- ;
28
-
29
-
30
14
  export declare type ConvertibleTransfer = {
31
- context: Fairmint_OpenCapTable_Types_Core.Context;
32
- transfer_data: ConvertibleTransferOcfData;
33
- };
15
+ context: Fairmint_OpenCapTable_Types_Core.Context,
16
+ transfer_data: ConvertibleTransferOcfData,
17
+ }
34
18
 
35
19
  export declare interface ConvertibleTransferInterface {
36
- Archive: damlTypes.Choice<ConvertibleTransfer, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<ConvertibleTransfer, undefined>>;
20
+ Archive:
21
+ damlTypes.Choice<ConvertibleTransfer, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
22
+ damlTypes.ChoiceFrom<damlTypes.Template<ConvertibleTransfer, undefined>>;
37
23
  }
38
24
  export declare const ConvertibleTransfer:
39
- damlTypes.Template<ConvertibleTransfer, undefined, '#OpenCapTable-v34:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer'> &
25
+ damlTypes.Template<ConvertibleTransfer, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer'> &
40
26
  damlTypes.ToInterface<ConvertibleTransfer, never> &
41
- ConvertibleTransferInterface;
27
+ ConvertibleTransferInterface
42
28
 
43
- export declare namespace ConvertibleTransfer {
29
+ export declare type ConvertibleTransferOcfData = {
30
+ id: string,
31
+ amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary,
32
+ date: damlTypes.Time,
33
+ security_id: string,
34
+ comments: string[],
35
+ resulting_security_ids: string[],
36
+ balance_security_id: damlTypes.Optional<string>,
37
+ consideration_text: damlTypes.Optional<string>,
44
38
  }
45
39
 
46
-
40
+ export declare const ConvertibleTransferOcfData:
41
+ damlTypes.Serializable<ConvertibleTransferOcfData>
@@ -5,6 +5,7 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  /* eslint-disable-next-line no-unused-vars */
9
10
  var jtv = require('@mojotech/json-type-validation');
10
11
  /* eslint-disable-next-line no-unused-vars */
@@ -15,52 +16,64 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
15
16
  var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
16
17
  var Fairmint_OpenCapTable_Types_Monetary = require('../../../../Fairmint/OpenCapTable/Types/Monetary/module');
17
18
 
18
-
19
- exports.ConvertibleTransferOcfData = {
20
- decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.decoder, date: damlTypes.Time.decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, resulting_security_ids: damlTypes.List(damlTypes.Text).decoder, balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
21
- encode: function (__typed__) {
22
- return {
23
- id: damlTypes.Text.encode(__typed__.id),
24
- amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.encode(__typed__.amount),
25
- date: damlTypes.Time.encode(__typed__.date),
26
- security_id: damlTypes.Text.encode(__typed__.security_id),
27
- comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
28
- resulting_security_ids: damlTypes.List(damlTypes.Text).encode(__typed__.resulting_security_ids),
29
- balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
30
- consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
31
- };
32
- }
33
- ,
34
- };
35
-
36
-
37
-
38
19
  exports.ConvertibleTransfer = damlTypes.assembleTemplate(
39
- {
40
- templateId: '#OpenCapTable-v34:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer',
41
- templateIdWithPackageId: '60b4566f8ecc62e6bd7222ac2b7e71603731ea49706b7563c1f6331eb108672d:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer',
42
- keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
43
- keyEncode: function () { throw 'EncodeError'; },
44
- decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, transfer_data: exports.ConvertibleTransferOcfData.decoder, }); }),
45
- encode: function (__typed__) {
46
- return {
47
- context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
48
- transfer_data: exports.ConvertibleTransferOcfData.encode(__typed__.transfer_data),
49
- };
50
- }
51
- ,
52
- Archive: {
53
- template: function () { return exports.ConvertibleTransfer; },
54
- choiceName: 'Archive',
55
- argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
56
- argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
57
- resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
58
- resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
20
+ {
21
+ templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer',
22
+ templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.ConvertibleTransfer:ConvertibleTransfer',
23
+ keyDecoder: jtv.constant(undefined),
24
+ keyEncode: function () { throw 'EncodeError'; },
25
+ decoder: damlTypes.lazyMemo(function () {
26
+ return jtv.object({
27
+ context: Fairmint_OpenCapTable_Types_Core.Context.decoder,
28
+ transfer_data: exports.ConvertibleTransferOcfData.decoder,
29
+ });
30
+ }),
31
+ encode: function (__typed__) {
32
+ return {
33
+ context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
34
+ transfer_data: exports.ConvertibleTransferOcfData.encode(__typed__.transfer_data),
35
+ };
36
+ },
37
+ Archive: {
38
+ template: function () { return exports.ConvertibleTransfer; },
39
+ choiceName: 'Archive',
40
+ argumentDecoder: damlTypes.lazyMemo(function () {
41
+ return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
42
+ }),
43
+ argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
44
+ resultDecoder: damlTypes.lazyMemo(function () {
45
+ return damlTypes.Unit.decoder;
46
+ }),
47
+ resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
48
+ },
59
49
  },
60
- }
61
-
62
50
  );
63
51
 
52
+ damlTypes.registerTemplate(exports.ConvertibleTransfer, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
64
53
 
65
- damlTypes.registerTemplate(exports.ConvertibleTransfer, ['60b4566f8ecc62e6bd7222ac2b7e71603731ea49706b7563c1f6331eb108672d', '#OpenCapTable-v34']);
66
-
54
+ exports.ConvertibleTransferOcfData = {
55
+ decoder: damlTypes.lazyMemo(function () {
56
+ return jtv.object({
57
+ id: damlTypes.Text.decoder,
58
+ amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.decoder,
59
+ date: damlTypes.Time.decoder,
60
+ security_id: damlTypes.Text.decoder,
61
+ comments: damlTypes.List(damlTypes.Text).decoder,
62
+ resulting_security_ids: damlTypes.List(damlTypes.Text).decoder,
63
+ balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
64
+ consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
65
+ });
66
+ }),
67
+ encode: function (__typed__) {
68
+ return {
69
+ id: damlTypes.Text.encode(__typed__.id),
70
+ amount: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.encode(__typed__.amount),
71
+ date: damlTypes.Time.encode(__typed__.date),
72
+ security_id: damlTypes.Text.encode(__typed__.security_id),
73
+ comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
74
+ resulting_security_ids: damlTypes.List(damlTypes.Text).encode(__typed__.resulting_security_ids),
75
+ balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
76
+ consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
77
+ };
78
+ },
79
+ };
@@ -5,4 +5,5 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  __export(require('./module'));
@@ -1,4 +1,5 @@
1
- // Generated from Fairmint/OpenCapTable/OCF/Document.daml
1
+ // Generated from ../../../../Fairmint/OpenCapTable/OCF/Document/module.daml
2
+
2
3
  /* eslint-disable @typescript-eslint/camelcase */
3
4
  /* eslint-disable @typescript-eslint/no-namespace */
4
5
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -9,6 +10,41 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
9
10
 
10
11
  import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
11
12
 
13
+ export declare type Document = {
14
+ context: Fairmint_OpenCapTable_Types_Core.Context,
15
+ document_data: DocumentOcfData,
16
+ }
17
+
18
+ export declare interface DocumentInterface {
19
+ Archive:
20
+ damlTypes.Choice<Document, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
21
+ damlTypes.ChoiceFrom<damlTypes.Template<Document, undefined>>;
22
+ }
23
+ export declare const Document:
24
+ damlTypes.Template<Document, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.Document:Document'> &
25
+ damlTypes.ToInterface<Document, never> &
26
+ DocumentInterface
27
+
28
+ export declare type DocumentOcfData = {
29
+ id: string,
30
+ md5: string,
31
+ comments: string[],
32
+ related_objects: OcfObjectReference[],
33
+ path: damlTypes.Optional<string>,
34
+ uri: damlTypes.Optional<string>,
35
+ }
36
+
37
+ export declare const DocumentOcfData:
38
+ damlTypes.Serializable<DocumentOcfData>
39
+
40
+ export declare type OcfObjectReference = {
41
+ object_id: string,
42
+ object_type: OcfObjectType,
43
+ }
44
+
45
+ export declare const OcfObjectReference:
46
+ damlTypes.Serializable<OcfObjectReference>
47
+
12
48
  export declare type OcfObjectType =
13
49
  | 'OcfObjIssuer'
14
50
  | 'OcfObjStakeholder'
@@ -66,55 +102,7 @@ export declare type OcfObjectType =
66
102
  | 'OcfObjTxVestingAcceleration'
67
103
  | 'OcfObjTxVestingStart'
68
104
  | 'OcfObjTxVestingEvent'
69
- ;
70
-
71
- export declare const OcfObjectType:
72
- damlTypes.Serializable<OcfObjectType> & {
73
- }
74
- & { readonly keys: OcfObjectType[] } & { readonly [e in OcfObjectType]: e }
75
- ;
76
-
77
-
78
- export declare type OcfObjectReference = {
79
- object_id: string;
80
- object_type: OcfObjectType;
81
- };
82
-
83
- export declare const OcfObjectReference:
84
- damlTypes.Serializable<OcfObjectReference> & {
85
- }
86
- ;
87
-
88
-
89
- export declare type DocumentOcfData = {
90
- id: string;
91
- md5: string;
92
- comments: string[];
93
- related_objects: OcfObjectReference[];
94
- path: damlTypes.Optional<string>;
95
- uri: damlTypes.Optional<string>;
96
- };
97
-
98
- export declare const DocumentOcfData:
99
- damlTypes.Serializable<DocumentOcfData> & {
100
- }
101
- ;
102
-
103
-
104
- export declare type Document = {
105
- context: Fairmint_OpenCapTable_Types_Core.Context;
106
- document_data: DocumentOcfData;
107
- };
108
-
109
- export declare interface DocumentInterface {
110
- Archive: damlTypes.Choice<Document, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<Document, undefined>>;
111
- }
112
- export declare const Document:
113
- damlTypes.Template<Document, undefined, '#OpenCapTable-v34:Fairmint.OpenCapTable.OCF.Document:Document'> &
114
- damlTypes.ToInterface<Document, never> &
115
- DocumentInterface;
116
-
117
- export declare namespace Document {
118
- }
119
105
 
120
106
 
107
+ export declare const OcfObjectType:
108
+ damlTypes.Serializable<OcfObjectType> & { readonly keys: OcfObjectType[] } & { readonly [e in OcfObjectType]: e }
@@ -5,6 +5,7 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  /* eslint-disable-next-line no-unused-vars */
9
10
  var jtv = require('@mojotech/json-type-validation');
10
11
  /* eslint-disable-next-line no-unused-vars */
@@ -14,6 +15,78 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
14
15
 
15
16
  var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
16
17
 
18
+ exports.Document = damlTypes.assembleTemplate(
19
+ {
20
+ templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.Document:Document',
21
+ templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.Document:Document',
22
+ keyDecoder: jtv.constant(undefined),
23
+ keyEncode: function () { throw 'EncodeError'; },
24
+ decoder: damlTypes.lazyMemo(function () {
25
+ return jtv.object({
26
+ context: Fairmint_OpenCapTable_Types_Core.Context.decoder,
27
+ document_data: exports.DocumentOcfData.decoder,
28
+ });
29
+ }),
30
+ encode: function (__typed__) {
31
+ return {
32
+ context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
33
+ document_data: exports.DocumentOcfData.encode(__typed__.document_data),
34
+ };
35
+ },
36
+ Archive: {
37
+ template: function () { return exports.Document; },
38
+ choiceName: 'Archive',
39
+ argumentDecoder: damlTypes.lazyMemo(function () {
40
+ return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
41
+ }),
42
+ argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
43
+ resultDecoder: damlTypes.lazyMemo(function () {
44
+ return damlTypes.Unit.decoder;
45
+ }),
46
+ resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
47
+ },
48
+ },
49
+ );
50
+
51
+ damlTypes.registerTemplate(exports.Document, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
52
+
53
+ exports.DocumentOcfData = {
54
+ decoder: damlTypes.lazyMemo(function () {
55
+ return jtv.object({
56
+ id: damlTypes.Text.decoder,
57
+ md5: damlTypes.Text.decoder,
58
+ comments: damlTypes.List(damlTypes.Text).decoder,
59
+ related_objects: damlTypes.List(exports.OcfObjectReference).decoder,
60
+ path: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
61
+ uri: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
62
+ });
63
+ }),
64
+ encode: function (__typed__) {
65
+ return {
66
+ id: damlTypes.Text.encode(__typed__.id),
67
+ md5: damlTypes.Text.encode(__typed__.md5),
68
+ comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
69
+ related_objects: damlTypes.List(exports.OcfObjectReference).encode(__typed__.related_objects),
70
+ path: damlTypes.Optional(damlTypes.Text).encode(__typed__.path),
71
+ uri: damlTypes.Optional(damlTypes.Text).encode(__typed__.uri),
72
+ };
73
+ },
74
+ };
75
+
76
+ exports.OcfObjectReference = {
77
+ decoder: damlTypes.lazyMemo(function () {
78
+ return jtv.object({
79
+ object_id: damlTypes.Text.decoder,
80
+ object_type: exports.OcfObjectType.decoder,
81
+ });
82
+ }),
83
+ encode: function (__typed__) {
84
+ return {
85
+ object_id: damlTypes.Text.encode(__typed__.object_id),
86
+ object_type: exports.OcfObjectType.encode(__typed__.object_type),
87
+ };
88
+ },
89
+ };
17
90
 
18
91
  exports.OcfObjectType = {
19
92
  OcfObjIssuer: 'OcfObjIssuer',
@@ -72,69 +145,66 @@ exports.OcfObjectType = {
72
145
  OcfObjTxVestingAcceleration: 'OcfObjTxVestingAcceleration',
73
146
  OcfObjTxVestingStart: 'OcfObjTxVestingStart',
74
147
  OcfObjTxVestingEvent: 'OcfObjTxVestingEvent',
75
- keys: ['OcfObjIssuer','OcfObjStakeholder','OcfObjStockClass','OcfObjStockLegendTemplate','OcfObjStockPlan','OcfObjValuation','OcfObjVestingTerms','OcfObjFinancing','OcfObjDocument','OcfObjCeStakeholderRelationship','OcfObjCeStakeholderStatus','OcfObjTxIssuerAuthorizedSharesAdjustment','OcfObjTxStockClassConversionRatioAdjustment','OcfObjTxStockClassAuthorizedSharesAdjustment','OcfObjTxStockClassSplit','OcfObjTxStockPlanPoolAdjustment','OcfObjTxStockPlanReturnToPool','OcfObjTxConvertibleAcceptance','OcfObjTxConvertibleCancellation','OcfObjTxConvertibleConversion','OcfObjTxConvertibleIssuance','OcfObjTxConvertibleRetraction','OcfObjTxConvertibleTransfer','OcfObjTxEquityCompensationAcceptance','OcfObjTxEquityCompensationCancellation','OcfObjTxEquityCompensationExercise','OcfObjTxEquityCompensationIssuance','OcfObjTxEquityCompensationRelease','OcfObjTxEquityCompensationRetraction','OcfObjTxEquityCompensationTransfer','OcfObjTxEquityCompensationRepricing','OcfObjTxPlanSecurityAcceptance','OcfObjTxPlanSecurityCancellation','OcfObjTxPlanSecurityExercise','OcfObjTxPlanSecurityIssuance','OcfObjTxPlanSecurityRelease','OcfObjTxPlanSecurityRetraction','OcfObjTxPlanSecurityTransfer','OcfObjTxStockAcceptance','OcfObjTxStockCancellation','OcfObjTxStockConversion','OcfObjTxStockIssuance','OcfObjTxStockReissuance','OcfObjTxStockConsolidation','OcfObjTxStockRepurchase','OcfObjTxStockRetraction','OcfObjTxStockTransfer','OcfObjTxWarrantAcceptance','OcfObjTxWarrantCancellation','OcfObjTxWarrantExercise','OcfObjTxWarrantIssuance','OcfObjTxWarrantRetraction','OcfObjTxWarrantTransfer','OcfObjTxVestingAcceleration','OcfObjTxVestingStart','OcfObjTxVestingEvent',],
76
- decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfObjectType.OcfObjIssuer), jtv.constant(exports.OcfObjectType.OcfObjStakeholder), jtv.constant(exports.OcfObjectType.OcfObjStockClass), jtv.constant(exports.OcfObjectType.OcfObjStockLegendTemplate), jtv.constant(exports.OcfObjectType.OcfObjStockPlan), jtv.constant(exports.OcfObjectType.OcfObjValuation), jtv.constant(exports.OcfObjectType.OcfObjVestingTerms), jtv.constant(exports.OcfObjectType.OcfObjFinancing), jtv.constant(exports.OcfObjectType.OcfObjDocument), jtv.constant(exports.OcfObjectType.OcfObjCeStakeholderRelationship), jtv.constant(exports.OcfObjectType.OcfObjCeStakeholderStatus), jtv.constant(exports.OcfObjectType.OcfObjTxIssuerAuthorizedSharesAdjustment), jtv.constant(exports.OcfObjectType.OcfObjTxStockClassConversionRatioAdjustment), jtv.constant(exports.OcfObjectType.OcfObjTxStockClassAuthorizedSharesAdjustment), jtv.constant(exports.OcfObjectType.OcfObjTxStockClassSplit), jtv.constant(exports.OcfObjectType.OcfObjTxStockPlanPoolAdjustment), jtv.constant(exports.OcfObjectType.OcfObjTxStockPlanReturnToPool), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleAcceptance), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleCancellation), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleConversion), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleIssuance), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleRetraction), jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleTransfer), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationAcceptance), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationCancellation), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationExercise), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationIssuance), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRelease), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRetraction), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationTransfer), jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRepricing), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityAcceptance), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityCancellation), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityExercise), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityIssuance), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityRelease), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityRetraction), jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityTransfer), jtv.constant(exports.OcfObjectType.OcfObjTxStockAcceptance), jtv.constant(exports.OcfObjectType.OcfObjTxStockCancellation), jtv.constant(exports.OcfObjectType.OcfObjTxStockConversion), jtv.constant(exports.OcfObjectType.OcfObjTxStockIssuance), jtv.constant(exports.OcfObjectType.OcfObjTxStockReissuance), jtv.constant(exports.OcfObjectType.OcfObjTxStockConsolidation), jtv.constant(exports.OcfObjectType.OcfObjTxStockRepurchase), jtv.constant(exports.OcfObjectType.OcfObjTxStockRetraction), jtv.constant(exports.OcfObjectType.OcfObjTxStockTransfer), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantAcceptance), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantCancellation), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantExercise), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantIssuance), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantRetraction), jtv.constant(exports.OcfObjectType.OcfObjTxWarrantTransfer), jtv.constant(exports.OcfObjectType.OcfObjTxVestingAcceleration), jtv.constant(exports.OcfObjectType.OcfObjTxVestingStart), jtv.constant(exports.OcfObjectType.OcfObjTxVestingEvent)); }),
148
+ keys: ['OcfObjIssuer', 'OcfObjStakeholder', 'OcfObjStockClass', 'OcfObjStockLegendTemplate', 'OcfObjStockPlan', 'OcfObjValuation', 'OcfObjVestingTerms', 'OcfObjFinancing', 'OcfObjDocument', 'OcfObjCeStakeholderRelationship', 'OcfObjCeStakeholderStatus', 'OcfObjTxIssuerAuthorizedSharesAdjustment', 'OcfObjTxStockClassConversionRatioAdjustment', 'OcfObjTxStockClassAuthorizedSharesAdjustment', 'OcfObjTxStockClassSplit', 'OcfObjTxStockPlanPoolAdjustment', 'OcfObjTxStockPlanReturnToPool', 'OcfObjTxConvertibleAcceptance', 'OcfObjTxConvertibleCancellation', 'OcfObjTxConvertibleConversion', 'OcfObjTxConvertibleIssuance', 'OcfObjTxConvertibleRetraction', 'OcfObjTxConvertibleTransfer', 'OcfObjTxEquityCompensationAcceptance', 'OcfObjTxEquityCompensationCancellation', 'OcfObjTxEquityCompensationExercise', 'OcfObjTxEquityCompensationIssuance', 'OcfObjTxEquityCompensationRelease', 'OcfObjTxEquityCompensationRetraction', 'OcfObjTxEquityCompensationTransfer', 'OcfObjTxEquityCompensationRepricing', 'OcfObjTxPlanSecurityAcceptance', 'OcfObjTxPlanSecurityCancellation', 'OcfObjTxPlanSecurityExercise', 'OcfObjTxPlanSecurityIssuance', 'OcfObjTxPlanSecurityRelease', 'OcfObjTxPlanSecurityRetraction', 'OcfObjTxPlanSecurityTransfer', 'OcfObjTxStockAcceptance', 'OcfObjTxStockCancellation', 'OcfObjTxStockConversion', 'OcfObjTxStockIssuance', 'OcfObjTxStockReissuance', 'OcfObjTxStockConsolidation', 'OcfObjTxStockRepurchase', 'OcfObjTxStockRetraction', 'OcfObjTxStockTransfer', 'OcfObjTxWarrantAcceptance', 'OcfObjTxWarrantCancellation', 'OcfObjTxWarrantExercise', 'OcfObjTxWarrantIssuance', 'OcfObjTxWarrantRetraction', 'OcfObjTxWarrantTransfer', 'OcfObjTxVestingAcceleration', 'OcfObjTxVestingStart', 'OcfObjTxVestingEvent'],
149
+ decoder: damlTypes.lazyMemo(function () {
150
+ return jtv.oneOf(
151
+ jtv.constant(exports.OcfObjectType.OcfObjIssuer),
152
+ jtv.constant(exports.OcfObjectType.OcfObjStakeholder),
153
+ jtv.constant(exports.OcfObjectType.OcfObjStockClass),
154
+ jtv.constant(exports.OcfObjectType.OcfObjStockLegendTemplate),
155
+ jtv.constant(exports.OcfObjectType.OcfObjStockPlan),
156
+ jtv.constant(exports.OcfObjectType.OcfObjValuation),
157
+ jtv.constant(exports.OcfObjectType.OcfObjVestingTerms),
158
+ jtv.constant(exports.OcfObjectType.OcfObjFinancing),
159
+ jtv.constant(exports.OcfObjectType.OcfObjDocument),
160
+ jtv.constant(exports.OcfObjectType.OcfObjCeStakeholderRelationship),
161
+ jtv.constant(exports.OcfObjectType.OcfObjCeStakeholderStatus),
162
+ jtv.constant(exports.OcfObjectType.OcfObjTxIssuerAuthorizedSharesAdjustment),
163
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockClassConversionRatioAdjustment),
164
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockClassAuthorizedSharesAdjustment),
165
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockClassSplit),
166
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockPlanPoolAdjustment),
167
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockPlanReturnToPool),
168
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleAcceptance),
169
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleCancellation),
170
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleConversion),
171
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleIssuance),
172
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleRetraction),
173
+ jtv.constant(exports.OcfObjectType.OcfObjTxConvertibleTransfer),
174
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationAcceptance),
175
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationCancellation),
176
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationExercise),
177
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationIssuance),
178
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRelease),
179
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRetraction),
180
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationTransfer),
181
+ jtv.constant(exports.OcfObjectType.OcfObjTxEquityCompensationRepricing),
182
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityAcceptance),
183
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityCancellation),
184
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityExercise),
185
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityIssuance),
186
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityRelease),
187
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityRetraction),
188
+ jtv.constant(exports.OcfObjectType.OcfObjTxPlanSecurityTransfer),
189
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockAcceptance),
190
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockCancellation),
191
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockConversion),
192
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockIssuance),
193
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockReissuance),
194
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockConsolidation),
195
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockRepurchase),
196
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockRetraction),
197
+ jtv.constant(exports.OcfObjectType.OcfObjTxStockTransfer),
198
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantAcceptance),
199
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantCancellation),
200
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantExercise),
201
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantIssuance),
202
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantRetraction),
203
+ jtv.constant(exports.OcfObjectType.OcfObjTxWarrantTransfer),
204
+ jtv.constant(exports.OcfObjectType.OcfObjTxVestingAcceleration),
205
+ jtv.constant(exports.OcfObjectType.OcfObjTxVestingStart),
206
+ jtv.constant(exports.OcfObjectType.OcfObjTxVestingEvent),
207
+ );
208
+ }),
77
209
  encode: function (__typed__) { return __typed__; },
78
210
  };
79
-
80
-
81
-
82
- exports.OcfObjectReference = {
83
- decoder: damlTypes.lazyMemo(function () { return jtv.object({object_id: damlTypes.Text.decoder, object_type: exports.OcfObjectType.decoder, }); }),
84
- encode: function (__typed__) {
85
- return {
86
- object_id: damlTypes.Text.encode(__typed__.object_id),
87
- object_type: exports.OcfObjectType.encode(__typed__.object_type),
88
- };
89
- }
90
- ,
91
- };
92
-
93
-
94
-
95
- exports.DocumentOcfData = {
96
- decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, md5: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, related_objects: damlTypes.List(exports.OcfObjectReference).decoder, path: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), uri: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
97
- encode: function (__typed__) {
98
- return {
99
- id: damlTypes.Text.encode(__typed__.id),
100
- md5: damlTypes.Text.encode(__typed__.md5),
101
- comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
102
- related_objects: damlTypes.List(exports.OcfObjectReference).encode(__typed__.related_objects),
103
- path: damlTypes.Optional(damlTypes.Text).encode(__typed__.path),
104
- uri: damlTypes.Optional(damlTypes.Text).encode(__typed__.uri),
105
- };
106
- }
107
- ,
108
- };
109
-
110
-
111
-
112
- exports.Document = damlTypes.assembleTemplate(
113
- {
114
- templateId: '#OpenCapTable-v34:Fairmint.OpenCapTable.OCF.Document:Document',
115
- templateIdWithPackageId: '60b4566f8ecc62e6bd7222ac2b7e71603731ea49706b7563c1f6331eb108672d:Fairmint.OpenCapTable.OCF.Document:Document',
116
- keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
117
- keyEncode: function () { throw 'EncodeError'; },
118
- decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, document_data: exports.DocumentOcfData.decoder, }); }),
119
- encode: function (__typed__) {
120
- return {
121
- context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
122
- document_data: exports.DocumentOcfData.encode(__typed__.document_data),
123
- };
124
- }
125
- ,
126
- Archive: {
127
- template: function () { return exports.Document; },
128
- choiceName: 'Archive',
129
- argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
130
- argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
131
- resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
132
- resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
133
- },
134
- }
135
-
136
- );
137
-
138
-
139
- damlTypes.registerTemplate(exports.Document, ['60b4566f8ecc62e6bd7222ac2b7e71603731ea49706b7563c1f6331eb108672d', '#OpenCapTable-v34']);
140
-
@@ -5,4 +5,5 @@ function __export(m) {
5
5
  for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
6
  }
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
+
8
9
  __export(require('./module'));
@@ -1,4 +1,5 @@
1
- // Generated from Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance.daml
1
+ // Generated from ../../../../Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.daml
2
+
2
3
  /* eslint-disable @typescript-eslint/camelcase */
3
4
  /* eslint-disable @typescript-eslint/no-namespace */
4
5
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -9,33 +10,27 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
9
10
 
10
11
  import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
11
12
 
12
- export declare type EquityCompensationAcceptanceOcfData = {
13
- id: string;
14
- date: damlTypes.Time;
15
- security_id: string;
16
- comments: string[];
17
- };
18
-
19
- export declare const EquityCompensationAcceptanceOcfData:
20
- damlTypes.Serializable<EquityCompensationAcceptanceOcfData> & {
21
- }
22
- ;
23
-
24
-
25
13
  export declare type EquityCompensationAcceptance = {
26
- context: Fairmint_OpenCapTable_Types_Core.Context;
27
- acceptance_data: EquityCompensationAcceptanceOcfData;
28
- };
14
+ context: Fairmint_OpenCapTable_Types_Core.Context,
15
+ acceptance_data: EquityCompensationAcceptanceOcfData,
16
+ }
29
17
 
30
18
  export declare interface EquityCompensationAcceptanceInterface {
31
- Archive: damlTypes.Choice<EquityCompensationAcceptance, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<EquityCompensationAcceptance, undefined>>;
19
+ Archive:
20
+ damlTypes.Choice<EquityCompensationAcceptance, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
21
+ damlTypes.ChoiceFrom<damlTypes.Template<EquityCompensationAcceptance, undefined>>;
32
22
  }
33
23
  export declare const EquityCompensationAcceptance:
34
- damlTypes.Template<EquityCompensationAcceptance, undefined, '#OpenCapTable-v34:Fairmint.OpenCapTable.OCF.EquityCompensationAcceptance:EquityCompensationAcceptance'> &
24
+ damlTypes.Template<EquityCompensationAcceptance, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationAcceptance:EquityCompensationAcceptance'> &
35
25
  damlTypes.ToInterface<EquityCompensationAcceptance, never> &
36
- EquityCompensationAcceptanceInterface;
26
+ EquityCompensationAcceptanceInterface
37
27
 
38
- export declare namespace EquityCompensationAcceptance {
28
+ export declare type EquityCompensationAcceptanceOcfData = {
29
+ id: string,
30
+ date: damlTypes.Time,
31
+ security_id: string,
32
+ comments: string[],
39
33
  }
40
34
 
41
-
35
+ export declare const EquityCompensationAcceptanceOcfData:
36
+ damlTypes.Serializable<EquityCompensationAcceptanceOcfData>