@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
@@ -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,106 +15,129 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
14
15
 
15
16
  exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
16
17
  '#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker',
17
- 'dd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker',
18
+ '#dd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker',
18
19
  function () { return exports.FeaturedAppActivityMarkerView; },
19
20
  {
20
21
  Archive: {
21
22
  template: function () { return exports.FeaturedAppActivityMarker; },
22
23
  choiceName: 'Archive',
23
- argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
24
+ argumentDecoder: damlTypes.lazyMemo(function () {
25
+ return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
26
+ }),
24
27
  argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
25
- resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
28
+ resultDecoder: damlTypes.lazyMemo(function () {
29
+ return damlTypes.Unit.decoder;
30
+ }),
26
31
  resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
27
32
  },
28
- });
29
-
33
+ }
34
+ );
30
35
 
31
36
  exports.FeaturedAppRight = damlTypes.assembleInterface(
32
37
  '#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppRight',
33
- 'dd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea:Splice.Api.FeaturedAppRightV2:FeaturedAppRight',
38
+ '#dd22e3e168a8c7fd0313171922dabf1f7a3b131bd9bfc9ff98e606f8c57707ea:Splice.Api.FeaturedAppRightV2:FeaturedAppRight',
34
39
  function () { return exports.FeaturedAppRightView; },
35
40
  {
36
41
  Archive: {
37
42
  template: function () { return exports.FeaturedAppRight; },
38
43
  choiceName: 'Archive',
39
- argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
44
+ argumentDecoder: damlTypes.lazyMemo(function () {
45
+ return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
46
+ }),
40
47
  argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
41
- resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
48
+ resultDecoder: damlTypes.lazyMemo(function () {
49
+ return damlTypes.Unit.decoder;
50
+ }),
42
51
  resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
43
52
  },
44
53
  FeaturedAppRight_CreateActivityMarker: {
45
54
  template: function () { return exports.FeaturedAppRight; },
46
55
  choiceName: 'FeaturedAppRight_CreateActivityMarker',
47
- argumentDecoder: damlTypes.lazyMemo(function () { return exports.FeaturedAppRight_CreateActivityMarker.decoder; }),
56
+ argumentDecoder: damlTypes.lazyMemo(function () {
57
+ return exports.FeaturedAppRight_CreateActivityMarker.decoder;
58
+ }),
48
59
  argumentEncode: function (__typed__) { return exports.FeaturedAppRight_CreateActivityMarker.encode(__typed__); },
49
- resultDecoder: damlTypes.lazyMemo(function () { return exports.FeaturedAppRight_CreateActivityMarkerResult.decoder; }),
60
+ resultDecoder: damlTypes.lazyMemo(function () {
61
+ return exports.FeaturedAppRight_CreateActivityMarkerResult.decoder;
62
+ }),
50
63
  resultEncode: function (__typed__) { return exports.FeaturedAppRight_CreateActivityMarkerResult.encode(__typed__); },
51
64
  },
52
- });
53
-
54
-
65
+ }
66
+ );
55
67
 
56
- exports.FeaturedAppActivityMarkerView = {
57
- decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, weight: damlTypes.Numeric(10).decoder, }); }),
68
+ exports.AppRewardBeneficiary = {
69
+ decoder: damlTypes.lazyMemo(function () {
70
+ return jtv.object({
71
+ beneficiary: damlTypes.Party.decoder,
72
+ weight: damlTypes.Numeric(10).decoder,
73
+ });
74
+ }),
58
75
  encode: function (__typed__) {
59
- return {
60
- dso: damlTypes.Party.encode(__typed__.dso),
61
- provider: damlTypes.Party.encode(__typed__.provider),
62
- beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
63
- weight: damlTypes.Numeric(10).encode(__typed__.weight),
64
- };
65
- }
66
- ,
76
+ return {
77
+ beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
78
+ weight: damlTypes.Numeric(10).encode(__typed__.weight),
79
+ };
80
+ },
67
81
  };
68
82
 
69
-
70
-
71
- exports.FeaturedAppRightView = {
72
- decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, }); }),
83
+ exports.FeaturedAppActivityMarkerView = {
84
+ decoder: damlTypes.lazyMemo(function () {
85
+ return jtv.object({
86
+ dso: damlTypes.Party.decoder,
87
+ provider: damlTypes.Party.decoder,
88
+ beneficiary: damlTypes.Party.decoder,
89
+ weight: damlTypes.Numeric(10).decoder,
90
+ });
91
+ }),
73
92
  encode: function (__typed__) {
74
- return {
75
- dso: damlTypes.Party.encode(__typed__.dso),
76
- provider: damlTypes.Party.encode(__typed__.provider),
77
- };
78
- }
79
- ,
93
+ return {
94
+ dso: damlTypes.Party.encode(__typed__.dso),
95
+ provider: damlTypes.Party.encode(__typed__.provider),
96
+ beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
97
+ weight: damlTypes.Numeric(10).encode(__typed__.weight),
98
+ };
99
+ },
80
100
  };
81
101
 
82
-
83
-
84
- exports.FeaturedAppRight_CreateActivityMarkerResult = {
85
- decoder: damlTypes.lazyMemo(function () { return jtv.object({activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).decoder, }); }),
102
+ exports.FeaturedAppRightView = {
103
+ decoder: damlTypes.lazyMemo(function () {
104
+ return jtv.object({
105
+ dso: damlTypes.Party.decoder,
106
+ provider: damlTypes.Party.decoder,
107
+ });
108
+ }),
86
109
  encode: function (__typed__) {
87
- return {
88
- activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).encode(__typed__.activityMarkerCids),
89
- };
90
- }
91
- ,
110
+ return {
111
+ dso: damlTypes.Party.encode(__typed__.dso),
112
+ provider: damlTypes.Party.encode(__typed__.provider),
113
+ };
114
+ },
92
115
  };
93
116
 
94
-
95
-
96
117
  exports.FeaturedAppRight_CreateActivityMarker = {
97
- decoder: damlTypes.lazyMemo(function () { return jtv.object({beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).decoder, weight: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Numeric(10)).decoder), }); }),
118
+ decoder: damlTypes.lazyMemo(function () {
119
+ return jtv.object({
120
+ beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).decoder,
121
+ weight: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Numeric(10)).decoder),
122
+ });
123
+ }),
98
124
  encode: function (__typed__) {
99
- return {
100
- beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).encode(__typed__.beneficiaries),
101
- weight: damlTypes.Optional(damlTypes.Numeric(10)).encode(__typed__.weight),
102
- };
103
- }
104
- ,
125
+ return {
126
+ beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).encode(__typed__.beneficiaries),
127
+ weight: damlTypes.Optional(damlTypes.Numeric(10)).encode(__typed__.weight),
128
+ };
129
+ },
105
130
  };
106
131
 
107
-
108
-
109
- exports.AppRewardBeneficiary = {
110
- decoder: damlTypes.lazyMemo(function () { return jtv.object({beneficiary: damlTypes.Party.decoder, weight: damlTypes.Numeric(10).decoder, }); }),
132
+ exports.FeaturedAppRight_CreateActivityMarkerResult = {
133
+ decoder: damlTypes.lazyMemo(function () {
134
+ return jtv.object({
135
+ activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).decoder,
136
+ });
137
+ }),
111
138
  encode: function (__typed__) {
112
- return {
113
- beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
114
- weight: damlTypes.Numeric(10).encode(__typed__.weight),
115
- };
116
- }
117
- ,
139
+ return {
140
+ activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).encode(__typed__.activityMarkerCids),
141
+ };
142
+ },
118
143
  };
119
-
@@ -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 Splice/Api/Token/AllocationInstructionV1.daml
1
+ // Generated from ../../../../Splice/Api/Token/AllocationInstructionV1/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,138 +11,120 @@ import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b
10
11
  import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../AllocationV1';
11
12
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
12
13
 
13
- export declare type AllocationFactory = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> & AllocationFactoryView;
14
+ export declare type AllocationFactory = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> & AllocationFactoryView
14
15
  export declare interface AllocationFactoryInterface {
15
- Archive: damlTypes.Choice<AllocationFactory, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
16
- AllocationFactory_Allocate: damlTypes.Choice<AllocationFactory, AllocationFactory_Allocate, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
17
- AllocationFactory_PublicFetch: damlTypes.Choice<AllocationFactory, AllocationFactory_PublicFetch, AllocationFactoryView, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
16
+ AllocationFactory_Allocate:
17
+ damlTypes.Choice<AllocationFactory, AllocationFactory_Allocate, AllocationInstructionResult, undefined> &
18
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
19
+ AllocationFactory_PublicFetch:
20
+ damlTypes.Choice<AllocationFactory, AllocationFactory_PublicFetch, AllocationFactoryView, undefined> &
21
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
22
+ Archive:
23
+ damlTypes.Choice<AllocationFactory, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
24
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
18
25
  }
19
26
  export declare const AllocationFactory:
20
27
  damlTypes.InterfaceCompanion<AllocationFactory, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> &
21
28
  damlTypes.FromTemplate<AllocationFactory, unknown> &
22
- AllocationFactoryInterface;
23
-
29
+ AllocationFactoryInterface
24
30
 
25
- export declare type AllocationInstruction = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> & AllocationInstructionView;
31
+ export declare type AllocationInstruction = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> & AllocationInstructionView
26
32
  export declare interface AllocationInstructionInterface {
27
- Archive: damlTypes.Choice<AllocationInstruction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
28
- AllocationInstruction_Withdraw: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Withdraw, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
29
- AllocationInstruction_Update: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Update, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
33
+ AllocationInstruction_Update:
34
+ damlTypes.Choice<AllocationInstruction, AllocationInstruction_Update, AllocationInstructionResult, undefined> &
35
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
36
+ AllocationInstruction_Withdraw:
37
+ damlTypes.Choice<AllocationInstruction, AllocationInstruction_Withdraw, AllocationInstructionResult, undefined> &
38
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
39
+ Archive:
40
+ damlTypes.Choice<AllocationInstruction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
41
+ damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
30
42
  }
31
43
  export declare const AllocationInstruction:
32
44
  damlTypes.InterfaceCompanion<AllocationInstruction, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> &
33
45
  damlTypes.FromTemplate<AllocationInstruction, unknown> &
34
- AllocationInstructionInterface;
35
-
36
-
37
- export declare type AllocationInstructionResult_Output =
38
- | { tag: 'AllocationInstructionResult_Pending'; value: AllocationInstructionResult_Output.AllocationInstructionResult_Pending }
39
- | { tag: 'AllocationInstructionResult_Completed'; value: AllocationInstructionResult_Output.AllocationInstructionResult_Completed }
40
- | { tag: 'AllocationInstructionResult_Failed'; value: {} }
41
- ;
46
+ AllocationInstructionInterface
42
47
 
43
- export declare const AllocationInstructionResult_Output:
44
- damlTypes.Serializable<AllocationInstructionResult_Output> & {
45
- AllocationInstructionResult_Pending: damlTypes.Serializable<AllocationInstructionResult_Output.AllocationInstructionResult_Pending>;
46
- AllocationInstructionResult_Completed: damlTypes.Serializable<AllocationInstructionResult_Output.AllocationInstructionResult_Completed>;
47
- }
48
- ;
48
+ export declare type AllocationFactoryView = {
49
+ admin: damlTypes.Party,
50
+ meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata,
51
+ }
49
52
 
53
+ export declare const AllocationFactoryView:
54
+ damlTypes.Serializable<AllocationFactoryView>
50
55
 
51
- export namespace AllocationInstructionResult_Output {
52
- type AllocationInstructionResult_Pending = {
53
- allocationInstructionCid: damlTypes.ContractId<AllocationInstruction>;
54
- };
55
- } //namespace AllocationInstructionResult_Output
56
+ export declare type AllocationFactory_Allocate = {
57
+ expectedAdmin: damlTypes.Party,
58
+ allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.AllocationSpecification,
59
+ requestedAt: damlTypes.Time,
60
+ inputHoldingCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[],
61
+ extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs,
62
+ }
56
63
 
64
+ export declare const AllocationFactory_Allocate:
65
+ damlTypes.Serializable<AllocationFactory_Allocate>
57
66
 
58
- export namespace AllocationInstructionResult_Output {
59
- type AllocationInstructionResult_Completed = {
60
- allocationCid: damlTypes.ContractId<pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.Allocation>;
61
- };
62
- } //namespace AllocationInstructionResult_Output
67
+ export declare type AllocationFactory_PublicFetch = {
68
+ expectedAdmin: damlTypes.Party,
69
+ actor: damlTypes.Party,
70
+ }
63
71
 
72
+ export declare const AllocationFactory_PublicFetch:
73
+ damlTypes.Serializable<AllocationFactory_PublicFetch>
64
74
 
65
75
  export declare type AllocationInstructionResult = {
66
- output: AllocationInstructionResult_Output;
67
- senderChangeCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[];
68
- meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata;
69
- };
76
+ output: AllocationInstructionResult_Output,
77
+ senderChangeCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[],
78
+ meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata,
79
+ }
70
80
 
71
81
  export declare const AllocationInstructionResult:
72
- damlTypes.Serializable<AllocationInstructionResult> & {
73
- }
74
- ;
82
+ damlTypes.Serializable<AllocationInstructionResult>
75
83
 
84
+ export declare type AllocationInstructionResult_Output =
85
+ | { tag: 'AllocationInstructionResult_Pending'; value: AllocationInstructionResult_Output.AllocationInstructionResult_Pending }
86
+ | { tag: 'AllocationInstructionResult_Completed'; value: AllocationInstructionResult_Output.AllocationInstructionResult_Completed }
87
+ | { tag: 'AllocationInstructionResult_Failed'; value: {} }
76
88
 
77
- export declare type AllocationFactory_PublicFetch = {
78
- expectedAdmin: damlTypes.Party;
79
- actor: damlTypes.Party;
80
- };
81
89
 
82
- export declare const AllocationFactory_PublicFetch:
83
- damlTypes.Serializable<AllocationFactory_PublicFetch> & {
90
+ export declare const AllocationInstructionResult_Output:
91
+ damlTypes.Serializable<AllocationInstructionResult_Output> & {
92
+ AllocationInstructionResult_Completed: damlTypes.Serializable<AllocationInstructionResult_Output.AllocationInstructionResult_Completed>;
93
+ AllocationInstructionResult_Pending: damlTypes.Serializable<AllocationInstructionResult_Output.AllocationInstructionResult_Pending>;
84
94
  }
85
- ;
86
-
87
95
 
88
- export declare type AllocationFactory_Allocate = {
89
- expectedAdmin: damlTypes.Party;
90
- allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.AllocationSpecification;
91
- requestedAt: damlTypes.Time;
92
- inputHoldingCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[];
93
- extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs;
94
- };
95
-
96
- export declare const AllocationFactory_Allocate:
97
- damlTypes.Serializable<AllocationFactory_Allocate> & {
96
+ export namespace AllocationInstructionResult_Output {
97
+ type AllocationInstructionResult_Completed = {
98
+ allocationCid: damlTypes.ContractId<pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.Allocation>,
98
99
  }
99
- ;
100
-
101
-
102
- export declare type AllocationFactoryView = {
103
- admin: damlTypes.Party;
104
- meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata;
105
- };
106
-
107
- export declare const AllocationFactoryView:
108
- damlTypes.Serializable<AllocationFactoryView> & {
100
+ type AllocationInstructionResult_Pending = {
101
+ allocationInstructionCid: damlTypes.ContractId<AllocationInstruction>,
109
102
  }
110
- ;
103
+ }
104
+
105
+ export declare type AllocationInstructionView = {
106
+ originalInstructionCid: damlTypes.Optional<damlTypes.ContractId<AllocationInstruction>>,
107
+ allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.AllocationSpecification,
108
+ pendingActions: damlTypes.Map<damlTypes.Party, string>,
109
+ requestedAt: damlTypes.Time,
110
+ inputHoldingCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[],
111
+ meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata,
112
+ }
111
113
 
114
+ export declare const AllocationInstructionView:
115
+ damlTypes.Serializable<AllocationInstructionView>
112
116
 
113
117
  export declare type AllocationInstruction_Update = {
114
- extraActors: damlTypes.Party[];
115
- extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs;
116
- };
118
+ extraActors: damlTypes.Party[],
119
+ extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs,
120
+ }
117
121
 
118
122
  export declare const AllocationInstruction_Update:
119
- damlTypes.Serializable<AllocationInstruction_Update> & {
120
- }
121
- ;
122
-
123
+ damlTypes.Serializable<AllocationInstruction_Update>
123
124
 
124
125
  export declare type AllocationInstruction_Withdraw = {
125
- extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs;
126
- };
126
+ extraArgs: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.ExtraArgs,
127
+ }
127
128
 
128
129
  export declare const AllocationInstruction_Withdraw:
129
- damlTypes.Serializable<AllocationInstruction_Withdraw> & {
130
- }
131
- ;
132
-
133
-
134
- export declare type AllocationInstructionView = {
135
- originalInstructionCid: damlTypes.Optional<damlTypes.ContractId<AllocationInstruction>>;
136
- allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.Splice.Api.Token.AllocationV1.AllocationSpecification;
137
- pendingActions: damlTypes.Map<damlTypes.Party, string>;
138
- requestedAt: damlTypes.Time;
139
- inputHoldingCids: damlTypes.ContractId<pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b.Splice.Api.Token.HoldingV1.Holding>[];
140
- meta: pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f.Splice.Api.Token.MetadataV1.Metadata;
141
- };
142
-
143
- export declare const AllocationInstructionView:
144
- damlTypes.Serializable<AllocationInstructionView> & {
145
- }
146
- ;
147
-
130
+ damlTypes.Serializable<AllocationInstruction_Withdraw>