@fairmint/open-captable-protocol-daml-js 0.2.128 → 0.2.130

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 (388) hide show
  1. package/lib/CantonPayments/Airdrop/Airdrop/module.d.ts +0 -6
  2. package/lib/CantonPayments/Airdrop/Airdrop/module.js +2 -3
  3. package/lib/CantonPayments/Airdrop/AirdropFactory/module.d.ts +1 -6
  4. package/lib/CantonPayments/Airdrop/AirdropFactory/module.js +4 -4
  5. package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.d.ts +1 -6
  6. package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.js +4 -4
  7. package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.d.ts +0 -6
  8. package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.js +2 -3
  9. package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +0 -10
  10. package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +4 -4
  11. package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.d.ts +0 -6
  12. package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +2 -3
  13. package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +0 -6
  14. package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +2 -3
  15. package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +0 -6
  16. package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +2 -3
  17. package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.d.ts +0 -2
  18. package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.js +0 -2
  19. package/lib/CantonPayments/PaymentStream/Types/Approvals/module.d.ts +0 -2
  20. package/lib/CantonPayments/PaymentStream/Types/Approvals/module.js +0 -2
  21. package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.d.ts +0 -2
  22. package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.js +0 -2
  23. package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.d.ts +0 -2
  24. package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.js +0 -2
  25. package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.d.ts +0 -2
  26. package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.js +0 -2
  27. package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.d.ts +0 -2
  28. package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.js +0 -2
  29. package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.d.ts +0 -2
  30. package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.js +0 -2
  31. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.d.ts +0 -2
  32. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.js +0 -2
  33. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.d.ts +0 -2
  34. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.js +0 -2
  35. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.d.ts +0 -2
  36. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +0 -2
  37. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.d.ts +0 -2
  38. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +0 -2
  39. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.d.ts +0 -2
  40. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.js +0 -2
  41. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.d.ts +0 -2
  42. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.js +0 -2
  43. package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.d.ts +0 -2
  44. package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.js +0 -2
  45. package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.d.ts +0 -2
  46. package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.js +0 -2
  47. package/lib/DA/Internal/Template/module.d.ts +0 -2
  48. package/lib/DA/Internal/Template/module.js +0 -2
  49. package/lib/DA/Set/Types/module.d.ts +0 -2
  50. package/lib/DA/Set/Types/module.js +0 -2
  51. package/lib/DA/Time/Types/module.d.ts +0 -2
  52. package/lib/DA/Time/Types/module.js +0 -2
  53. package/lib/DA/Types/module.d.ts +0 -2
  54. package/lib/DA/Types/module.js +0 -2
  55. package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +438 -0
  56. package/lib/Fairmint/OpenCapTable/CapTable/module.js +481 -0
  57. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +10 -15
  58. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +17 -17
  59. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +41 -0
  60. package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → OCF/ConvertibleAcceptance}/module.js +9 -29
  61. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +45 -0
  62. package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleCancellation}/module.js +12 -31
  63. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +48 -0
  64. package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleConversion}/module.js +12 -31
  65. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +71 -0
  66. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +93 -0
  67. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +42 -0
  68. package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleRetraction}/module.js +9 -29
  69. package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +46 -0
  70. package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleTransfer}/module.js +12 -31
  71. package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.d.ts +9 -25
  72. package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.js +9 -29
  73. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +41 -0
  74. package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/EquityCompensationAcceptance}/module.js +9 -29
  75. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +44 -0
  76. package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationCancellation}/module.js +9 -29
  77. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +44 -0
  78. package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationExercise}/module.js +9 -29
  79. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +61 -0
  80. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +81 -0
  81. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +47 -0
  82. package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationRelease}/module.js +12 -31
  83. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +43 -0
  84. package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRepricing}/module.js +12 -31
  85. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +42 -0
  86. package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRetraction}/module.js +9 -29
  87. package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +45 -0
  88. package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationTransfer}/module.js +9 -29
  89. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +53 -0
  90. package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +73 -0
  91. package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +44 -0
  92. package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/IssuerAuthorizedSharesAdjustment}/module.js +9 -29
  93. package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.d.ts +19 -32
  94. package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.js +22 -39
  95. package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +44 -0
  96. package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/StakeholderRelationshipChangeEvent}/module.js +13 -32
  97. package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +43 -0
  98. package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderStatusChangeEvent}/module.js +12 -32
  99. package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +41 -0
  100. package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StockAcceptance}/module.js +9 -29
  101. package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +44 -0
  102. package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockCancellation}/module.js +9 -29
  103. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +55 -0
  104. package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +75 -0
  105. package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +44 -0
  106. package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/module.js +9 -29
  107. package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +43 -0
  108. package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassConversionRatioAdjustment}/module.js +12 -31
  109. package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +43 -0
  110. package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassSplit}/module.js +12 -31
  111. package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +43 -0
  112. package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockConsolidation}/module.js +9 -29
  113. package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +44 -0
  114. package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConversion}/module.js +9 -29
  115. package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +72 -0
  116. package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockIssuance}/module.js +18 -35
  117. package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +41 -0
  118. package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockLegendTemplate}/module.js +9 -29
  119. package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.d.ts +9 -25
  120. package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.js +9 -29
  121. package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +44 -0
  122. package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlanPoolAdjustment}/module.js +9 -29
  123. package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +44 -0
  124. package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanReturnToPool}/module.js +9 -29
  125. package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +44 -0
  126. package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockReissuance}/module.js +9 -29
  127. package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +46 -0
  128. package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockRepurchase}/module.js +12 -31
  129. package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +42 -0
  130. package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRetraction}/module.js +9 -29
  131. package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +45 -0
  132. package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockTransfer}/module.js +9 -29
  133. package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +58 -0
  134. package/lib/Fairmint/OpenCapTable/{Valuation → OCF/Valuation}/module.js +12 -31
  135. package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +43 -0
  136. package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/VestingAcceleration}/module.js +9 -29
  137. package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +42 -0
  138. package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingEvent}/module.js +9 -29
  139. package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +42 -0
  140. package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingStart}/module.js +9 -29
  141. package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.d.ts +9 -25
  142. package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.js +9 -29
  143. package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +41 -0
  144. package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/WarrantAcceptance}/module.js +9 -29
  145. package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +44 -0
  146. package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantCancellation}/module.js +9 -29
  147. package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +45 -0
  148. package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantExercise}/module.js +9 -29
  149. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +59 -0
  150. package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +79 -0
  151. package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +42 -0
  152. package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantRetraction}/module.js +9 -29
  153. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.d.ts +1 -0
  154. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +8 -0
  155. package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +45 -0
  156. package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantTransfer}/module.js +9 -29
  157. package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +96 -0
  158. package/lib/Fairmint/OpenCapTable/OCF/index.js +103 -0
  159. package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +1 -9
  160. package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +4 -7
  161. package/lib/Fairmint/OpenCapTable/Types/Contact/index.d.ts +1 -0
  162. package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +8 -0
  163. package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +55 -0
  164. package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +60 -0
  165. package/lib/Fairmint/OpenCapTable/Types/Conversion/index.d.ts +1 -0
  166. package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +8 -0
  167. package/lib/Fairmint/OpenCapTable/Types/{module.d.ts → Conversion/module.d.ts} +87 -426
  168. package/lib/Fairmint/OpenCapTable/Types/{module.js → Conversion/module.js} +92 -437
  169. package/lib/Fairmint/OpenCapTable/Types/Core/index.d.ts +1 -0
  170. package/lib/Fairmint/OpenCapTable/Types/Core/index.js +8 -0
  171. package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +28 -0
  172. package/lib/Fairmint/OpenCapTable/Types/Core/module.js +37 -0
  173. package/lib/Fairmint/OpenCapTable/Types/Monetary/index.d.ts +1 -0
  174. package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +8 -0
  175. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +56 -0
  176. package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +65 -0
  177. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.d.ts +1 -0
  178. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +8 -0
  179. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +29 -0
  180. package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +32 -0
  181. package/lib/Fairmint/OpenCapTable/Types/Stock/index.d.ts +1 -0
  182. package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +8 -0
  183. package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +135 -0
  184. package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +141 -0
  185. package/lib/Fairmint/OpenCapTable/Types/Vesting/index.d.ts +1 -0
  186. package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +8 -0
  187. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +95 -0
  188. package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +100 -0
  189. package/lib/Fairmint/OpenCapTable/Types/index.d.ts +14 -1
  190. package/lib/Fairmint/OpenCapTable/Types/index.js +14 -1
  191. package/lib/Fairmint/OpenCapTable/index.d.ts +4 -96
  192. package/lib/Fairmint/OpenCapTable/index.js +4 -96
  193. package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.d.ts +0 -6
  194. package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.js +2 -3
  195. package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.d.ts +0 -6
  196. package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.js +2 -3
  197. package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +0 -2
  198. package/lib/Splice/Amulet/TokenApiUtils/module.js +0 -2
  199. package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +0 -2
  200. package/lib/Splice/Amulet/TwoStepTransfer/module.js +0 -2
  201. package/lib/Splice/Amulet/module.d.ts +0 -42
  202. package/lib/Splice/Amulet/module.js +10 -2
  203. package/lib/Splice/AmuletAllocation/module.d.ts +0 -6
  204. package/lib/Splice/AmuletAllocation/module.js +1 -2
  205. package/lib/Splice/AmuletConfig/module.d.ts +0 -2
  206. package/lib/Splice/AmuletConfig/module.js +0 -2
  207. package/lib/Splice/AmuletRules/module.d.ts +0 -14
  208. package/lib/Splice/AmuletRules/module.js +3 -2
  209. package/lib/Splice/AmuletTransferInstruction/module.d.ts +0 -6
  210. package/lib/Splice/AmuletTransferInstruction/module.js +1 -2
  211. package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +4 -6
  212. package/lib/Splice/Api/FeaturedAppRightV1/module.js +2 -2
  213. package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +4 -6
  214. package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +2 -2
  215. package/lib/Splice/Api/Token/AllocationV1/module.d.ts +2 -4
  216. package/lib/Splice/Api/Token/AllocationV1/module.js +1 -2
  217. package/lib/Splice/Api/Token/HoldingV1/module.d.ts +2 -4
  218. package/lib/Splice/Api/Token/HoldingV1/module.js +1 -2
  219. package/lib/Splice/Api/Token/MetadataV1/module.d.ts +2 -4
  220. package/lib/Splice/Api/Token/MetadataV1/module.js +1 -2
  221. package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +4 -6
  222. package/lib/Splice/Api/Token/TransferInstructionV1/module.js +2 -2
  223. package/lib/Splice/DecentralizedSynchronizer/module.d.ts +0 -6
  224. package/lib/Splice/DecentralizedSynchronizer/module.js +1 -2
  225. package/lib/Splice/Expiry/module.d.ts +0 -2
  226. package/lib/Splice/Expiry/module.js +0 -2
  227. package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +0 -14
  228. package/lib/Splice/ExternalPartyAmuletRules/module.js +3 -2
  229. package/lib/Splice/Fees/module.d.ts +0 -2
  230. package/lib/Splice/Fees/module.js +0 -2
  231. package/lib/Splice/Issuance/module.d.ts +0 -2
  232. package/lib/Splice/Issuance/module.js +0 -2
  233. package/lib/Splice/RelRound/module.d.ts +0 -2
  234. package/lib/Splice/RelRound/module.js +0 -2
  235. package/lib/Splice/Round/module.d.ts +0 -18
  236. package/lib/Splice/Round/module.js +4 -2
  237. package/lib/Splice/Schedule/module.d.ts +0 -2
  238. package/lib/Splice/Schedule/module.js +0 -2
  239. package/lib/Splice/Types/module.d.ts +0 -2
  240. package/lib/Splice/Types/module.js +0 -2
  241. package/lib/Splice/ValidatorLicense/module.d.ts +0 -14
  242. package/lib/Splice/ValidatorLicense/module.js +3 -2
  243. package/package.json +1 -1
  244. package/lib/Fairmint/OpenCapTable/ConvertibleAcceptance/module.d.ts +0 -57
  245. package/lib/Fairmint/OpenCapTable/ConvertibleCancellation/module.d.ts +0 -60
  246. package/lib/Fairmint/OpenCapTable/ConvertibleConversion/module.d.ts +0 -63
  247. package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.d.ts +0 -84
  248. package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.js +0 -110
  249. package/lib/Fairmint/OpenCapTable/ConvertibleRetraction/module.d.ts +0 -58
  250. package/lib/Fairmint/OpenCapTable/ConvertibleTransfer/module.d.ts +0 -61
  251. package/lib/Fairmint/OpenCapTable/EquityCompensationAcceptance/module.d.ts +0 -57
  252. package/lib/Fairmint/OpenCapTable/EquityCompensationCancellation/module.d.ts +0 -60
  253. package/lib/Fairmint/OpenCapTable/EquityCompensationExercise/module.d.ts +0 -60
  254. package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.d.ts +0 -74
  255. package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.js +0 -98
  256. package/lib/Fairmint/OpenCapTable/EquityCompensationRelease/module.d.ts +0 -62
  257. package/lib/Fairmint/OpenCapTable/EquityCompensationRepricing/module.d.ts +0 -58
  258. package/lib/Fairmint/OpenCapTable/EquityCompensationRetraction/module.d.ts +0 -58
  259. package/lib/Fairmint/OpenCapTable/EquityCompensationTransfer/module.d.ts +0 -61
  260. package/lib/Fairmint/OpenCapTable/Issuer/module.d.ts +0 -641
  261. package/lib/Fairmint/OpenCapTable/Issuer/module.js +0 -1080
  262. package/lib/Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module.d.ts +0 -60
  263. package/lib/Fairmint/OpenCapTable/StakeholderRelationshipChangeEvent/module.d.ts +0 -59
  264. package/lib/Fairmint/OpenCapTable/StakeholderStatusChangeEvent/module.d.ts +0 -59
  265. package/lib/Fairmint/OpenCapTable/StockAcceptance/module.d.ts +0 -57
  266. package/lib/Fairmint/OpenCapTable/StockCancellation/module.d.ts +0 -60
  267. package/lib/Fairmint/OpenCapTable/StockClass/module.d.ts +0 -68
  268. package/lib/Fairmint/OpenCapTable/StockClass/module.js +0 -92
  269. package/lib/Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module.d.ts +0 -60
  270. package/lib/Fairmint/OpenCapTable/StockClassConversionRatioAdjustment/module.d.ts +0 -58
  271. package/lib/Fairmint/OpenCapTable/StockClassSplit/module.d.ts +0 -58
  272. package/lib/Fairmint/OpenCapTable/StockConsolidation/module.d.ts +0 -59
  273. package/lib/Fairmint/OpenCapTable/StockConversion/module.d.ts +0 -60
  274. package/lib/Fairmint/OpenCapTable/StockIssuance/module.d.ts +0 -85
  275. package/lib/Fairmint/OpenCapTable/StockLegendTemplate/module.d.ts +0 -57
  276. package/lib/Fairmint/OpenCapTable/StockPlanPoolAdjustment/module.d.ts +0 -60
  277. package/lib/Fairmint/OpenCapTable/StockPlanReturnToPool/module.d.ts +0 -60
  278. package/lib/Fairmint/OpenCapTable/StockReissuance/module.d.ts +0 -60
  279. package/lib/Fairmint/OpenCapTable/StockRepurchase/module.d.ts +0 -61
  280. package/lib/Fairmint/OpenCapTable/StockRetraction/module.d.ts +0 -58
  281. package/lib/Fairmint/OpenCapTable/StockTransfer/module.d.ts +0 -61
  282. package/lib/Fairmint/OpenCapTable/Valuation/module.d.ts +0 -73
  283. package/lib/Fairmint/OpenCapTable/VestingAcceleration/module.d.ts +0 -59
  284. package/lib/Fairmint/OpenCapTable/VestingEvent/module.d.ts +0 -58
  285. package/lib/Fairmint/OpenCapTable/VestingStart/module.d.ts +0 -58
  286. package/lib/Fairmint/OpenCapTable/WarrantAcceptance/module.d.ts +0 -57
  287. package/lib/Fairmint/OpenCapTable/WarrantCancellation/module.d.ts +0 -60
  288. package/lib/Fairmint/OpenCapTable/WarrantExercise/module.d.ts +0 -61
  289. package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.d.ts +0 -71
  290. package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.js +0 -95
  291. package/lib/Fairmint/OpenCapTable/WarrantRetraction/module.d.ts +0 -58
  292. package/lib/Fairmint/OpenCapTable/WarrantTransfer/module.d.ts +0 -61
  293. /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.d.ts +0 -0
  294. /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.js +0 -0
  295. /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.d.ts +0 -0
  296. /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.js +0 -0
  297. /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.d.ts +0 -0
  298. /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.js +0 -0
  299. /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.d.ts +0 -0
  300. /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.js +0 -0
  301. /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.d.ts +0 -0
  302. /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.js +0 -0
  303. /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.d.ts +0 -0
  304. /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.js +0 -0
  305. /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.d.ts +0 -0
  306. /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.js +0 -0
  307. /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.d.ts +0 -0
  308. /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.js +0 -0
  309. /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.d.ts +0 -0
  310. /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.js +0 -0
  311. /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.d.ts +0 -0
  312. /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.js +0 -0
  313. /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.d.ts +0 -0
  314. /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.js +0 -0
  315. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.d.ts +0 -0
  316. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.js +0 -0
  317. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.d.ts +0 -0
  318. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.js +0 -0
  319. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.d.ts +0 -0
  320. /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.js +0 -0
  321. /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.d.ts +0 -0
  322. /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.js +0 -0
  323. /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.d.ts +0 -0
  324. /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.js +0 -0
  325. /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.d.ts +0 -0
  326. /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.js +0 -0
  327. /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.d.ts +0 -0
  328. /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.js +0 -0
  329. /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.d.ts +0 -0
  330. /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.js +0 -0
  331. /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.d.ts +0 -0
  332. /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.js +0 -0
  333. /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.d.ts +0 -0
  334. /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.js +0 -0
  335. /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.d.ts +0 -0
  336. /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.js +0 -0
  337. /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.d.ts +0 -0
  338. /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.js +0 -0
  339. /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.d.ts +0 -0
  340. /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.js +0 -0
  341. /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.d.ts +0 -0
  342. /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.js +0 -0
  343. /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.d.ts +0 -0
  344. /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.js +0 -0
  345. /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.d.ts +0 -0
  346. /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.js +0 -0
  347. /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.d.ts +0 -0
  348. /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.js +0 -0
  349. /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.d.ts +0 -0
  350. /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.js +0 -0
  351. /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.d.ts +0 -0
  352. /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.js +0 -0
  353. /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.d.ts +0 -0
  354. /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.js +0 -0
  355. /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.d.ts +0 -0
  356. /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.js +0 -0
  357. /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.d.ts +0 -0
  358. /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.js +0 -0
  359. /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.d.ts +0 -0
  360. /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.js +0 -0
  361. /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.d.ts +0 -0
  362. /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.js +0 -0
  363. /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.d.ts +0 -0
  364. /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.js +0 -0
  365. /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.d.ts +0 -0
  366. /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.js +0 -0
  367. /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.d.ts +0 -0
  368. /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.js +0 -0
  369. /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.d.ts +0 -0
  370. /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.js +0 -0
  371. /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.d.ts +0 -0
  372. /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.js +0 -0
  373. /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.d.ts +0 -0
  374. /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.js +0 -0
  375. /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.d.ts +0 -0
  376. /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.js +0 -0
  377. /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.d.ts +0 -0
  378. /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.js +0 -0
  379. /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.d.ts +0 -0
  380. /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.js +0 -0
  381. /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.d.ts +0 -0
  382. /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.js +0 -0
  383. /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.d.ts +0 -0
  384. /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.js +0 -0
  385. /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.d.ts +0 -0
  386. /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.js +0 -0
  387. /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.d.ts +0 -0
  388. /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.js +0 -0
@@ -4,8 +4,6 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../Api/Token/MetadataV1';
11
9
  import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../Api/Token/HoldingV1';
@@ -44,10 +42,6 @@ export declare const UnclaimedActivityRecord:
44
42
  UnclaimedActivityRecordInterface;
45
43
 
46
44
  export declare namespace UnclaimedActivityRecord {
47
- export type CreateEvent = damlLedger.CreateEvent<UnclaimedActivityRecord, undefined, typeof UnclaimedActivityRecord.templateId>
48
- export type ArchiveEvent = damlLedger.ArchiveEvent<UnclaimedActivityRecord, typeof UnclaimedActivityRecord.templateId>
49
- export type Event = damlLedger.Event<UnclaimedActivityRecord, undefined, typeof UnclaimedActivityRecord.templateId>
50
- export type QueryResult = damlLedger.QueryResult<UnclaimedActivityRecord, undefined, typeof UnclaimedActivityRecord.templateId>
51
45
  }
52
46
 
53
47
 
@@ -66,10 +60,6 @@ export declare const UnclaimedReward:
66
60
  UnclaimedRewardInterface;
67
61
 
68
62
  export declare namespace UnclaimedReward {
69
- export type CreateEvent = damlLedger.CreateEvent<UnclaimedReward, undefined, typeof UnclaimedReward.templateId>
70
- export type ArchiveEvent = damlLedger.ArchiveEvent<UnclaimedReward, typeof UnclaimedReward.templateId>
71
- export type Event = damlLedger.Event<UnclaimedReward, undefined, typeof UnclaimedReward.templateId>
72
- export type QueryResult = damlLedger.QueryResult<UnclaimedReward, undefined, typeof UnclaimedReward.templateId>
73
63
  }
74
64
 
75
65
 
@@ -112,10 +102,6 @@ export declare const SvRewardCoupon:
112
102
  SvRewardCouponInterface;
113
103
 
114
104
  export declare namespace SvRewardCoupon {
115
- export type CreateEvent = damlLedger.CreateEvent<SvRewardCoupon, undefined, typeof SvRewardCoupon.templateId>
116
- export type ArchiveEvent = damlLedger.ArchiveEvent<SvRewardCoupon, typeof SvRewardCoupon.templateId>
117
- export type Event = damlLedger.Event<SvRewardCoupon, undefined, typeof SvRewardCoupon.templateId>
118
- export type QueryResult = damlLedger.QueryResult<SvRewardCoupon, undefined, typeof SvRewardCoupon.templateId>
119
105
  }
120
106
 
121
107
 
@@ -159,10 +145,6 @@ export declare const ValidatorRewardCoupon:
159
145
  ValidatorRewardCouponInterface;
160
146
 
161
147
  export declare namespace ValidatorRewardCoupon {
162
- export type CreateEvent = damlLedger.CreateEvent<ValidatorRewardCoupon, undefined, typeof ValidatorRewardCoupon.templateId>
163
- export type ArchiveEvent = damlLedger.ArchiveEvent<ValidatorRewardCoupon, typeof ValidatorRewardCoupon.templateId>
164
- export type Event = damlLedger.Event<ValidatorRewardCoupon, undefined, typeof ValidatorRewardCoupon.templateId>
165
- export type QueryResult = damlLedger.QueryResult<ValidatorRewardCoupon, undefined, typeof ValidatorRewardCoupon.templateId>
166
148
  }
167
149
 
168
150
 
@@ -196,10 +178,6 @@ export declare const AppRewardCoupon:
196
178
  AppRewardCouponInterface;
197
179
 
198
180
  export declare namespace AppRewardCoupon {
199
- export type CreateEvent = damlLedger.CreateEvent<AppRewardCoupon, undefined, typeof AppRewardCoupon.templateId>
200
- export type ArchiveEvent = damlLedger.ArchiveEvent<AppRewardCoupon, typeof AppRewardCoupon.templateId>
201
- export type Event = damlLedger.Event<AppRewardCoupon, undefined, typeof AppRewardCoupon.templateId>
202
- export type QueryResult = damlLedger.QueryResult<AppRewardCoupon, undefined, typeof AppRewardCoupon.templateId>
203
181
  }
204
182
 
205
183
 
@@ -220,10 +198,6 @@ export declare const FeaturedAppActivityMarker:
220
198
  FeaturedAppActivityMarkerInterface;
221
199
 
222
200
  export declare namespace FeaturedAppActivityMarker {
223
- export type CreateEvent = damlLedger.CreateEvent<FeaturedAppActivityMarker, undefined, typeof FeaturedAppActivityMarker.templateId>
224
- export type ArchiveEvent = damlLedger.ArchiveEvent<FeaturedAppActivityMarker, typeof FeaturedAppActivityMarker.templateId>
225
- export type Event = damlLedger.Event<FeaturedAppActivityMarker, undefined, typeof FeaturedAppActivityMarker.templateId>
226
- export type QueryResult = damlLedger.QueryResult<FeaturedAppActivityMarker, undefined, typeof FeaturedAppActivityMarker.templateId>
227
201
  }
228
202
 
229
203
 
@@ -263,10 +237,6 @@ export declare const FeaturedAppRight:
263
237
  FeaturedAppRightInterface;
264
238
 
265
239
  export declare namespace FeaturedAppRight {
266
- export type CreateEvent = damlLedger.CreateEvent<FeaturedAppRight, undefined, typeof FeaturedAppRight.templateId>
267
- export type ArchiveEvent = damlLedger.ArchiveEvent<FeaturedAppRight, typeof FeaturedAppRight.templateId>
268
- export type Event = damlLedger.Event<FeaturedAppRight, undefined, typeof FeaturedAppRight.templateId>
269
- export type QueryResult = damlLedger.QueryResult<FeaturedAppRight, undefined, typeof FeaturedAppRight.templateId>
270
240
  }
271
241
 
272
242
 
@@ -306,10 +276,6 @@ export declare const ValidatorRight:
306
276
  ValidatorRightInterface;
307
277
 
308
278
  export declare namespace ValidatorRight {
309
- export type CreateEvent = damlLedger.CreateEvent<ValidatorRight, undefined, typeof ValidatorRight.templateId>
310
- export type ArchiveEvent = damlLedger.ArchiveEvent<ValidatorRight, typeof ValidatorRight.templateId>
311
- export type Event = damlLedger.Event<ValidatorRight, undefined, typeof ValidatorRight.templateId>
312
- export type QueryResult = damlLedger.QueryResult<ValidatorRight, undefined, typeof ValidatorRight.templateId>
313
279
  }
314
280
 
315
281
 
@@ -361,10 +327,6 @@ export declare const LockedAmulet:
361
327
  LockedAmuletInterface;
362
328
 
363
329
  export declare namespace LockedAmulet {
364
- export type CreateEvent = damlLedger.CreateEvent<LockedAmulet, undefined, typeof LockedAmulet.templateId>
365
- export type ArchiveEvent = damlLedger.ArchiveEvent<LockedAmulet, typeof LockedAmulet.templateId>
366
- export type Event = damlLedger.Event<LockedAmulet, undefined, typeof LockedAmulet.templateId>
367
- export type QueryResult = damlLedger.QueryResult<LockedAmulet, undefined, typeof LockedAmulet.templateId>
368
330
  }
369
331
 
370
332
 
@@ -395,10 +357,6 @@ export declare const Amulet:
395
357
  AmuletInterface;
396
358
 
397
359
  export declare namespace Amulet {
398
- export type CreateEvent = damlLedger.CreateEvent<Amulet, undefined, typeof Amulet.templateId>
399
- export type ArchiveEvent = damlLedger.ArchiveEvent<Amulet, typeof Amulet.templateId>
400
- export type Event = damlLedger.Event<Amulet, undefined, typeof Amulet.templateId>
401
- export type QueryResult = damlLedger.QueryResult<Amulet, undefined, typeof Amulet.templateId>
402
360
  }
403
361
 
404
362
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../Api/Token/MetadataV1');
16
14
  var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../Api/Token/HoldingV1');
@@ -37,6 +35,7 @@ exports.UnclaimedActivityRecord_DsoExpire = {
37
35
  exports.UnclaimedActivityRecord = damlTypes.assembleTemplate(
38
36
  {
39
37
  templateId: '#splice-amulet:Splice.Amulet:UnclaimedActivityRecord',
38
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:UnclaimedActivityRecord',
40
39
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
41
40
  keyEncode: function () { throw 'EncodeError'; },
42
41
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, reason: damlTypes.Text.decoder, expiresAt: damlTypes.Time.decoder, }); }),
@@ -78,6 +77,7 @@ damlTypes.registerTemplate(exports.UnclaimedActivityRecord, ['3ca1343ab26b453d38
78
77
  exports.UnclaimedReward = damlTypes.assembleTemplate(
79
78
  {
80
79
  templateId: '#splice-amulet:Splice.Amulet:UnclaimedReward',
80
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:UnclaimedReward',
81
81
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
82
82
  keyEncode: function () { throw 'EncodeError'; },
83
83
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, }); }),
@@ -131,6 +131,7 @@ exports.SvRewardCoupon_DsoExpire = {
131
131
  exports.SvRewardCoupon = damlTypes.assembleTemplate(
132
132
  {
133
133
  templateId: '#splice-amulet:Splice.Amulet:SvRewardCoupon',
134
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:SvRewardCoupon',
134
135
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
135
136
  keyEncode: function () { throw 'EncodeError'; },
136
137
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, sv: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, round: Splice_Types.Round.decoder, weight: damlTypes.Int.decoder, }); }),
@@ -205,6 +206,7 @@ exports.ValidatorRewardCoupon_DsoExpire = {
205
206
  exports.ValidatorRewardCoupon = damlTypes.assembleTemplate(
206
207
  {
207
208
  templateId: '#splice-amulet:Splice.Amulet:ValidatorRewardCoupon',
209
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:ValidatorRewardCoupon',
208
210
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
209
211
  keyEncode: function () { throw 'EncodeError'; },
210
212
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, user: damlTypes.Party.decoder, amount: damlTypes.Numeric(10).decoder, round: Splice_Types.Round.decoder, }); }),
@@ -265,6 +267,7 @@ exports.AppRewardCoupon_DsoExpire = {
265
267
  exports.AppRewardCoupon = damlTypes.assembleTemplate(
266
268
  {
267
269
  templateId: '#splice-amulet:Splice.Amulet:AppRewardCoupon',
270
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:AppRewardCoupon',
268
271
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
269
272
  keyEncode: function () { throw 'EncodeError'; },
270
273
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, featured: damlTypes.Bool.decoder, amount: damlTypes.Numeric(10).decoder, round: Splice_Types.Round.decoder, beneficiary: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Party).decoder), }); }),
@@ -307,6 +310,7 @@ damlTypes.registerTemplate(exports.AppRewardCoupon, ['3ca1343ab26b453d38c8adb70d
307
310
  exports.FeaturedAppActivityMarker = damlTypes.assembleTemplate(
308
311
  {
309
312
  templateId: '#splice-amulet:Splice.Amulet:FeaturedAppActivityMarker',
313
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:FeaturedAppActivityMarker',
310
314
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
311
315
  keyEncode: function () { throw 'EncodeError'; },
312
316
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, beneficiary: damlTypes.Party.decoder, weight: damlTypes.Numeric(10).decoder, }); }),
@@ -363,6 +367,7 @@ exports.FeaturedAppRight_Withdraw = {
363
367
  exports.FeaturedAppRight = damlTypes.assembleTemplate(
364
368
  {
365
369
  templateId: '#splice-amulet:Splice.Amulet:FeaturedAppRight',
370
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:FeaturedAppRight',
366
371
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
367
372
  keyEncode: function () { throw 'EncodeError'; },
368
373
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, }); }),
@@ -432,6 +437,7 @@ exports.ValidatorRight_ArchiveAsValidator = {
432
437
  exports.ValidatorRight = damlTypes.assembleTemplate(
433
438
  {
434
439
  templateId: '#splice-amulet:Splice.Amulet:ValidatorRight',
440
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:ValidatorRight',
435
441
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
436
442
  keyEncode: function () { throw 'EncodeError'; },
437
443
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, user: damlTypes.Party.decoder, validator: damlTypes.Party.decoder, }); }),
@@ -515,6 +521,7 @@ exports.LockedAmulet_Unlock = {
515
521
  exports.LockedAmulet = damlTypes.assembleTemplate(
516
522
  {
517
523
  templateId: '#splice-amulet:Splice.Amulet:LockedAmulet',
524
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:LockedAmulet',
518
525
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
519
526
  keyEncode: function () { throw 'EncodeError'; },
520
527
  decoder: damlTypes.lazyMemo(function () { return jtv.object({amulet: exports.Amulet.decoder, lock: Splice_Expiry.TimeLock.decoder, }); }),
@@ -582,6 +589,7 @@ exports.Amulet_Expire = {
582
589
  exports.Amulet = damlTypes.assembleTemplate(
583
590
  {
584
591
  templateId: '#splice-amulet:Splice.Amulet:Amulet',
592
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.Amulet:Amulet',
585
593
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
586
594
  keyEncode: function () { throw 'EncodeError'; },
587
595
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, owner: damlTypes.Party.decoder, amount: Splice_Fees.ExpiringAmount.decoder, }); }),
@@ -4,8 +4,6 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../Api/Token/AllocationV1';
11
9
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
@@ -26,10 +24,6 @@ export declare const AmuletAllocation:
26
24
  AmuletAllocationInterface;
27
25
 
28
26
  export declare namespace AmuletAllocation {
29
- export type CreateEvent = damlLedger.CreateEvent<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
30
- export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletAllocation, typeof AmuletAllocation.templateId>
31
- export type Event = damlLedger.Event<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
32
- export type QueryResult = damlLedger.QueryResult<AmuletAllocation, undefined, typeof AmuletAllocation.templateId>
33
27
  }
34
28
 
35
29
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d = require('../Api/Token/AllocationV1');
16
14
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
@@ -21,6 +19,7 @@ var Splice_Amulet = require('../../Splice/Amulet/module');
21
19
  exports.AmuletAllocation = damlTypes.assembleTemplate(
22
20
  {
23
21
  templateId: '#splice-amulet:Splice.AmuletAllocation:AmuletAllocation',
22
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletAllocation:AmuletAllocation',
24
23
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
25
24
  keyEncode: function () { throw 'EncodeError'; },
26
25
  decoder: damlTypes.lazyMemo(function () { return jtv.object({lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).decoder, allocation: pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d.AllocationSpecification.decoder, }); }),
@@ -4,8 +4,6 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../DA/Time/Types';
11
9
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../DA/Time/Types');
16
14
 
@@ -4,8 +4,6 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../Api/Token/MetadataV1';
11
9
  import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '../../DA/Types';
@@ -147,10 +145,6 @@ export declare const TransferPreapproval:
147
145
  TransferPreapprovalInterface;
148
146
 
149
147
  export declare namespace TransferPreapproval {
150
- export type CreateEvent = damlLedger.CreateEvent<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
151
- export type ArchiveEvent = damlLedger.ArchiveEvent<TransferPreapproval, typeof TransferPreapproval.templateId>
152
- export type Event = damlLedger.Event<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
153
- export type QueryResult = damlLedger.QueryResult<TransferPreapproval, undefined, typeof TransferPreapproval.templateId>
154
148
  }
155
149
 
156
150
 
@@ -235,10 +229,6 @@ export declare const ExternalPartySetupProposal:
235
229
  ExternalPartySetupProposalInterface;
236
230
 
237
231
  export declare namespace ExternalPartySetupProposal {
238
- export type CreateEvent = damlLedger.CreateEvent<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
239
- export type ArchiveEvent = damlLedger.ArchiveEvent<ExternalPartySetupProposal, typeof ExternalPartySetupProposal.templateId>
240
- export type Event = damlLedger.Event<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
241
- export type QueryResult = damlLedger.QueryResult<ExternalPartySetupProposal, undefined, typeof ExternalPartySetupProposal.templateId>
242
232
  }
243
233
 
244
234
 
@@ -857,10 +847,6 @@ export declare const AmuletRules:
857
847
  AmuletRulesInterface;
858
848
 
859
849
  export declare namespace AmuletRules {
860
- export type CreateEvent = damlLedger.CreateEvent<AmuletRules, undefined, typeof AmuletRules.templateId>
861
- export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletRules, typeof AmuletRules.templateId>
862
- export type Event = damlLedger.Event<AmuletRules, undefined, typeof AmuletRules.templateId>
863
- export type QueryResult = damlLedger.QueryResult<AmuletRules, undefined, typeof AmuletRules.templateId>
864
850
  }
865
851
 
866
852
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../Api/Token/MetadataV1');
16
14
  var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('../../DA/Types');
@@ -147,6 +145,7 @@ exports.TransferPreapproval_Fetch = {
147
145
  exports.TransferPreapproval = damlTypes.assembleTemplate(
148
146
  {
149
147
  templateId: '#splice-amulet:Splice.AmuletRules:TransferPreapproval',
148
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:TransferPreapproval',
150
149
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
151
150
  keyEncode: function () { throw 'EncodeError'; },
152
151
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, receiver: damlTypes.Party.decoder, provider: damlTypes.Party.decoder, validFrom: damlTypes.Time.decoder, lastRenewedAt: damlTypes.Time.decoder, expiresAt: damlTypes.Time.decoder, }); }),
@@ -293,6 +292,7 @@ exports.ExternalPartySetupProposal_Accept = {
293
292
  exports.ExternalPartySetupProposal = damlTypes.assembleTemplate(
294
293
  {
295
294
  templateId: '#splice-amulet:Splice.AmuletRules:ExternalPartySetupProposal',
295
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:ExternalPartySetupProposal',
296
296
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
297
297
  keyEncode: function () { throw 'EncodeError'; },
298
298
  decoder: damlTypes.lazyMemo(function () { return jtv.object({validator: damlTypes.Party.decoder, user: damlTypes.Party.decoder, dso: damlTypes.Party.decoder, createdAt: damlTypes.Time.decoder, preapprovalExpiresAt: damlTypes.Time.decoder, }); }),
@@ -1033,6 +1033,7 @@ exports.AmuletRules_ComputeFees = {
1033
1033
  exports.AmuletRules = damlTypes.assembleTemplate(
1034
1034
  {
1035
1035
  templateId: '#splice-amulet:Splice.AmuletRules:AmuletRules',
1036
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletRules:AmuletRules',
1036
1037
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
1037
1038
  keyEncode: function () { throw 'EncodeError'; },
1038
1039
  decoder: damlTypes.lazyMemo(function () { return jtv.object({dso: damlTypes.Party.decoder, configSchedule: Splice_Schedule.Schedule(damlTypes.Time, Splice_AmuletConfig.AmuletConfig(Splice_AmuletConfig.USD)).decoder, isDevNet: damlTypes.Bool.decoder, }); }),
@@ -4,8 +4,6 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 from '../Api/Token/TransferInstructionV1';
11
9
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
@@ -26,10 +24,6 @@ export declare const AmuletTransferInstruction:
26
24
  AmuletTransferInstructionInterface;
27
25
 
28
26
  export declare namespace AmuletTransferInstruction {
29
- export type CreateEvent = damlLedger.CreateEvent<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
30
- export type ArchiveEvent = damlLedger.ArchiveEvent<AmuletTransferInstruction, typeof AmuletTransferInstruction.templateId>
31
- export type Event = damlLedger.Event<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
32
- export type QueryResult = damlLedger.QueryResult<AmuletTransferInstruction, undefined, typeof AmuletTransferInstruction.templateId>
33
27
  }
34
28
 
35
29
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 = require('../Api/Token/TransferInstructionV1');
16
14
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
@@ -21,6 +19,7 @@ var Splice_Amulet = require('../../Splice/Amulet/module');
21
19
  exports.AmuletTransferInstruction = damlTypes.assembleTemplate(
22
20
  {
23
21
  templateId: '#splice-amulet:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
22
+ templateIdWithPackageId: '3ca1343ab26b453d38c8adb70dca5f1ead8440c42b59b68f070786955cbf9ec1:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
24
23
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
25
24
  keyEncode: function () { throw 'EncodeError'; },
26
25
  decoder: damlTypes.lazyMemo(function () { return jtv.object({lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).decoder, transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Transfer.decoder, }); }),
@@ -4,28 +4,26 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
11
9
 
12
- export declare type FeaturedAppActivityMarker = damlTypes.Interface<'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView;
10
+ export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView;
13
11
  export declare interface FeaturedAppActivityMarkerInterface {
14
12
  Archive: damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined>>;
15
13
  }
16
14
  export declare const FeaturedAppActivityMarker:
17
- damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> &
15
+ damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> &
18
16
  damlTypes.FromTemplate<FeaturedAppActivityMarker, unknown> &
19
17
  FeaturedAppActivityMarkerInterface;
20
18
 
21
19
 
22
- export declare type FeaturedAppRight = damlTypes.Interface<'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> & FeaturedAppRightView;
20
+ export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> & FeaturedAppRightView;
23
21
  export declare interface FeaturedAppRightInterface {
24
22
  Archive: damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
25
23
  FeaturedAppRight_CreateActivityMarker: damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_CreateActivityMarker, FeaturedAppRight_CreateActivityMarkerResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
26
24
  }
27
25
  export declare const FeaturedAppRight:
28
- damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> &
26
+ damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> &
29
27
  damlTypes.FromTemplate<FeaturedAppRight, unknown> &
30
28
  FeaturedAppRightInterface;
31
29
 
@@ -9,12 +9,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
16
14
 
17
15
  exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
16
+ '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
18
17
  '7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
19
18
  function () { return exports.FeaturedAppActivityMarkerView; },
20
19
  {
@@ -30,6 +29,7 @@ exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
30
29
 
31
30
 
32
31
  exports.FeaturedAppRight = damlTypes.assembleInterface(
32
+ '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
33
33
  '7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
34
34
  function () { return exports.FeaturedAppRightView; },
35
35
  {
@@ -4,34 +4,32 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
11
9
  import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../HoldingV1';
12
10
  import * as pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d from '../AllocationV1';
13
11
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
14
12
 
15
- export declare type AllocationFactory = damlTypes.Interface<'275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> & AllocationFactoryView;
13
+ export declare type AllocationFactory = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> & AllocationFactoryView;
16
14
  export declare interface AllocationFactoryInterface {
17
15
  Archive: damlTypes.Choice<AllocationFactory, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
18
16
  AllocationFactory_Allocate: damlTypes.Choice<AllocationFactory, AllocationFactory_Allocate, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
19
17
  AllocationFactory_PublicFetch: damlTypes.Choice<AllocationFactory, AllocationFactory_PublicFetch, AllocationFactoryView, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationFactory, undefined>>;
20
18
  }
21
19
  export declare const AllocationFactory:
22
- damlTypes.InterfaceCompanion<AllocationFactory, undefined, '275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> &
20
+ damlTypes.InterfaceCompanion<AllocationFactory, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory'> &
23
21
  damlTypes.FromTemplate<AllocationFactory, unknown> &
24
22
  AllocationFactoryInterface;
25
23
 
26
24
 
27
- export declare type AllocationInstruction = damlTypes.Interface<'275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> & AllocationInstructionView;
25
+ export declare type AllocationInstruction = damlTypes.Interface<'#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> & AllocationInstructionView;
28
26
  export declare interface AllocationInstructionInterface {
29
27
  Archive: damlTypes.Choice<AllocationInstruction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
30
28
  AllocationInstruction_Withdraw: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Withdraw, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
31
29
  AllocationInstruction_Update: damlTypes.Choice<AllocationInstruction, AllocationInstruction_Update, AllocationInstructionResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AllocationInstruction, undefined>>;
32
30
  }
33
31
  export declare const AllocationInstruction:
34
- damlTypes.InterfaceCompanion<AllocationInstruction, undefined, '275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> &
32
+ damlTypes.InterfaceCompanion<AllocationInstruction, undefined, '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction'> &
35
33
  damlTypes.FromTemplate<AllocationInstruction, unknown> &
36
34
  AllocationInstructionInterface;
37
35
 
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
16
14
  var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../HoldingV1');
@@ -18,6 +16,7 @@ var pkg93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d = requir
18
16
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
19
17
 
20
18
  exports.AllocationFactory = damlTypes.assembleInterface(
19
+ '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
21
20
  '275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationFactory',
22
21
  function () { return exports.AllocationFactoryView; },
23
22
  {
@@ -49,6 +48,7 @@ exports.AllocationFactory = damlTypes.assembleInterface(
49
48
 
50
49
 
51
50
  exports.AllocationInstruction = damlTypes.assembleInterface(
51
+ '#splice-api-token-allocation-instruction-v1:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
52
52
  '275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520:Splice.Api.Token.AllocationInstructionV1:AllocationInstruction',
53
53
  function () { return exports.AllocationInstructionView; },
54
54
  {
@@ -4,14 +4,12 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
11
9
  import * as pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b from '../HoldingV1';
12
10
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
13
11
 
14
- export declare type Allocation = damlTypes.Interface<'93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d:Splice.Api.Token.AllocationV1:Allocation'> & AllocationView;
12
+ export declare type Allocation = damlTypes.Interface<'#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation'> & AllocationView;
15
13
  export declare interface AllocationInterface {
16
14
  Archive: damlTypes.Choice<Allocation, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
17
15
  Allocation_Withdraw: damlTypes.Choice<Allocation, Allocation_Withdraw, Allocation_WithdrawResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
@@ -19,7 +17,7 @@ export declare interface AllocationInterface {
19
17
  Allocation_ExecuteTransfer: damlTypes.Choice<Allocation, Allocation_ExecuteTransfer, Allocation_ExecuteTransferResult, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Allocation, undefined>>;
20
18
  }
21
19
  export declare const Allocation:
22
- damlTypes.InterfaceCompanion<Allocation, undefined, '93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d:Splice.Api.Token.AllocationV1:Allocation'> &
20
+ damlTypes.InterfaceCompanion<Allocation, undefined, '#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation'> &
23
21
  damlTypes.FromTemplate<Allocation, unknown> &
24
22
  AllocationInterface;
25
23
 
@@ -9,14 +9,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
16
14
  var pkg718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b = require('../HoldingV1');
17
15
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
18
16
 
19
17
  exports.Allocation = damlTypes.assembleInterface(
18
+ '#splice-api-token-allocation-v1:Splice.Api.Token.AllocationV1:Allocation',
20
19
  '93c942ae2b4c2ba674fb152fe38473c507bda4e82b4e4c5da55a552a9d8cce1d:Splice.Api.Token.AllocationV1:Allocation',
21
20
  function () { return exports.AllocationView; },
22
21
  {
@@ -4,19 +4,17 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f from '../MetadataV1';
11
9
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
12
10
  import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../../../DA/Time/Types';
13
11
 
14
- export declare type Holding = damlTypes.Interface<'718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b:Splice.Api.Token.HoldingV1:Holding'> & HoldingView;
12
+ export declare type Holding = damlTypes.Interface<'#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding'> & HoldingView;
15
13
  export declare interface HoldingInterface {
16
14
  Archive: damlTypes.Choice<Holding, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<Holding, undefined>>;
17
15
  }
18
16
  export declare const Holding:
19
- damlTypes.InterfaceCompanion<Holding, undefined, '718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b:Splice.Api.Token.HoldingV1:Holding'> &
17
+ damlTypes.InterfaceCompanion<Holding, undefined, '#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding'> &
20
18
  damlTypes.FromTemplate<Holding, unknown> &
21
19
  HoldingInterface;
22
20
 
@@ -9,14 +9,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f = require('../MetadataV1');
16
14
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
17
15
  var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../../../DA/Time/Types');
18
16
 
19
17
  exports.Holding = damlTypes.assembleInterface(
18
+ '#splice-api-token-holding-v1:Splice.Api.Token.HoldingV1:Holding',
20
19
  '718a0f77e505a8de22f188bd4c87fe74101274e9d4cb1bfac7d09aec7158d35b:Splice.Api.Token.HoldingV1:Holding',
21
20
  function () { return exports.HoldingView; },
22
21
  {
@@ -4,18 +4,16 @@
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
5
5
  import * as jtv from '@mojotech/json-type-validation';
6
6
  import * as damlTypes from '@daml/types';
7
- /* eslint-disable-next-line @typescript-eslint/no-unused-vars */
8
- import * as damlLedger from '@daml/ledger';
9
7
 
10
8
  import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
11
9
  import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../../../DA/Time/Types';
12
10
 
13
- export declare type AnyContract = damlTypes.Interface<'4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f:Splice.Api.Token.MetadataV1:AnyContract'> & AnyContractView;
11
+ export declare type AnyContract = damlTypes.Interface<'#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract'> & AnyContractView;
14
12
  export declare interface AnyContractInterface {
15
13
  Archive: damlTypes.Choice<AnyContract, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<AnyContract, undefined>>;
16
14
  }
17
15
  export declare const AnyContract:
18
- damlTypes.InterfaceCompanion<AnyContract, undefined, '4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f:Splice.Api.Token.MetadataV1:AnyContract'> &
16
+ damlTypes.InterfaceCompanion<AnyContract, undefined, '#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract'> &
19
17
  damlTypes.FromTemplate<AnyContract, unknown> &
20
18
  AnyContractInterface;
21
19
 
@@ -9,13 +9,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  var jtv = require('@mojotech/json-type-validation');
10
10
  /* eslint-disable-next-line no-unused-vars */
11
11
  var damlTypes = require('@daml/types');
12
- /* eslint-disable-next-line no-unused-vars */
13
- var damlLedger = require('@daml/ledger');
14
12
 
15
13
  var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
16
14
  var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../../../DA/Time/Types');
17
15
 
18
16
  exports.AnyContract = damlTypes.assembleInterface(
17
+ '#splice-api-token-metadata-v1:Splice.Api.Token.MetadataV1:AnyContract',
19
18
  '4ded6b668cb3b64f7a88a30874cd41c75829f5e064b3fbbadf41ec7e8363354f:Splice.Api.Token.MetadataV1:AnyContract',
20
19
  function () { return exports.AnyContractView; },
21
20
  {