@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
@@ -0,0 +1 @@
1
+ export * from './module';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ __export(require('./module'));
@@ -0,0 +1,28 @@
1
+ // Generated from Fairmint/OpenCapTable/Types/Core.daml
2
+ /* eslint-disable @typescript-eslint/camelcase */
3
+ /* eslint-disable @typescript-eslint/no-namespace */
4
+ /* eslint-disable @typescript-eslint/no-use-before-define */
5
+ import * as jtv from '@mojotech/json-type-validation';
6
+ import * as damlTypes from '@daml/types';
7
+
8
+ export declare type TransferOperation = {
9
+ recipient: damlTypes.Party;
10
+ quantity: damlTypes.Numeric;
11
+ };
12
+
13
+ export declare const TransferOperation:
14
+ damlTypes.Serializable<TransferOperation> & {
15
+ }
16
+ ;
17
+
18
+
19
+ export declare type Context = {
20
+ issuer: damlTypes.Party;
21
+ system_operator: damlTypes.Party;
22
+ };
23
+
24
+ export declare const Context:
25
+ damlTypes.Serializable<Context> & {
26
+ }
27
+ ;
28
+
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ /* eslint-disable-next-line no-unused-vars */
9
+ var jtv = require('@mojotech/json-type-validation');
10
+ /* eslint-disable-next-line no-unused-vars */
11
+ var damlTypes = require('@daml/types');
12
+
13
+
14
+ exports.TransferOperation = {
15
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({recipient: damlTypes.Party.decoder, quantity: damlTypes.Numeric(10).decoder, }); }),
16
+ encode: function (__typed__) {
17
+ return {
18
+ recipient: damlTypes.Party.encode(__typed__.recipient),
19
+ quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
20
+ };
21
+ }
22
+ ,
23
+ };
24
+
25
+
26
+
27
+ exports.Context = {
28
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, }); }),
29
+ encode: function (__typed__) {
30
+ return {
31
+ issuer: damlTypes.Party.encode(__typed__.issuer),
32
+ system_operator: damlTypes.Party.encode(__typed__.system_operator),
33
+ };
34
+ }
35
+ ,
36
+ };
37
+
@@ -0,0 +1 @@
1
+ export * from './module';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ __export(require('./module'));
@@ -0,0 +1,56 @@
1
+ // Generated from Fairmint/OpenCapTable/Types/Monetary.daml
2
+ /* eslint-disable @typescript-eslint/camelcase */
3
+ /* eslint-disable @typescript-eslint/no-namespace */
4
+ /* eslint-disable @typescript-eslint/no-use-before-define */
5
+ import * as jtv from '@mojotech/json-type-validation';
6
+ import * as damlTypes from '@daml/types';
7
+
8
+ export declare type OcfAddress = {
9
+ address_type: OcfAddressType;
10
+ country: string;
11
+ city: damlTypes.Optional<string>;
12
+ country_subdivision: damlTypes.Optional<string>;
13
+ postal_code: damlTypes.Optional<string>;
14
+ street_suite: damlTypes.Optional<string>;
15
+ };
16
+
17
+ export declare const OcfAddress:
18
+ damlTypes.Serializable<OcfAddress> & {
19
+ }
20
+ ;
21
+
22
+
23
+ export declare type OcfAddressType =
24
+ | 'OcfAddressTypeLegal'
25
+ | 'OcfAddressTypeContact'
26
+ | 'OcfAddressTypeOther'
27
+ ;
28
+
29
+ export declare const OcfAddressType:
30
+ damlTypes.Serializable<OcfAddressType> & {
31
+ }
32
+ & { readonly keys: OcfAddressType[] } & { readonly [e in OcfAddressType]: e }
33
+ ;
34
+
35
+
36
+ export declare type OcfTaxID = {
37
+ country: string;
38
+ tax_id: string;
39
+ };
40
+
41
+ export declare const OcfTaxID:
42
+ damlTypes.Serializable<OcfTaxID> & {
43
+ }
44
+ ;
45
+
46
+
47
+ export declare type OcfMonetary = {
48
+ amount: damlTypes.Numeric;
49
+ currency: string;
50
+ };
51
+
52
+ export declare const OcfMonetary:
53
+ damlTypes.Serializable<OcfMonetary> & {
54
+ }
55
+ ;
56
+
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ /* eslint-disable-next-line no-unused-vars */
9
+ var jtv = require('@mojotech/json-type-validation');
10
+ /* eslint-disable-next-line no-unused-vars */
11
+ var damlTypes = require('@daml/types');
12
+
13
+
14
+ exports.OcfAddress = {
15
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({address_type: exports.OcfAddressType.decoder, country: damlTypes.Text.decoder, city: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), country_subdivision: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), postal_code: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), street_suite: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
16
+ encode: function (__typed__) {
17
+ return {
18
+ address_type: exports.OcfAddressType.encode(__typed__.address_type),
19
+ country: damlTypes.Text.encode(__typed__.country),
20
+ city: damlTypes.Optional(damlTypes.Text).encode(__typed__.city),
21
+ country_subdivision: damlTypes.Optional(damlTypes.Text).encode(__typed__.country_subdivision),
22
+ postal_code: damlTypes.Optional(damlTypes.Text).encode(__typed__.postal_code),
23
+ street_suite: damlTypes.Optional(damlTypes.Text).encode(__typed__.street_suite),
24
+ };
25
+ }
26
+ ,
27
+ };
28
+
29
+
30
+
31
+ exports.OcfAddressType = {
32
+ OcfAddressTypeLegal: 'OcfAddressTypeLegal',
33
+ OcfAddressTypeContact: 'OcfAddressTypeContact',
34
+ OcfAddressTypeOther: 'OcfAddressTypeOther',
35
+ keys: ['OcfAddressTypeLegal','OcfAddressTypeContact','OcfAddressTypeOther',],
36
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfAddressType.OcfAddressTypeLegal), jtv.constant(exports.OcfAddressType.OcfAddressTypeContact), jtv.constant(exports.OcfAddressType.OcfAddressTypeOther)); }),
37
+ encode: function (__typed__) { return __typed__; },
38
+ };
39
+
40
+
41
+
42
+ exports.OcfTaxID = {
43
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({country: damlTypes.Text.decoder, tax_id: damlTypes.Text.decoder, }); }),
44
+ encode: function (__typed__) {
45
+ return {
46
+ country: damlTypes.Text.encode(__typed__.country),
47
+ tax_id: damlTypes.Text.encode(__typed__.tax_id),
48
+ };
49
+ }
50
+ ,
51
+ };
52
+
53
+
54
+
55
+ exports.OcfMonetary = {
56
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({amount: damlTypes.Numeric(10).decoder, currency: damlTypes.Text.decoder, }); }),
57
+ encode: function (__typed__) {
58
+ return {
59
+ amount: damlTypes.Numeric(10).encode(__typed__.amount),
60
+ currency: damlTypes.Text.encode(__typed__.currency),
61
+ };
62
+ }
63
+ ,
64
+ };
65
+
@@ -0,0 +1 @@
1
+ export * from './module';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ __export(require('./module'));
@@ -0,0 +1,29 @@
1
+ // Generated from Fairmint/OpenCapTable/Types/Stakeholder.daml
2
+ /* eslint-disable @typescript-eslint/camelcase */
3
+ /* eslint-disable @typescript-eslint/no-namespace */
4
+ /* eslint-disable @typescript-eslint/no-use-before-define */
5
+ import * as jtv from '@mojotech/json-type-validation';
6
+ import * as damlTypes from '@daml/types';
7
+
8
+ export declare type OcfStakeholderRelationshipType =
9
+ | 'OcfRelAdvisor'
10
+ | 'OcfRelBoardMember'
11
+ | 'OcfRelConsultant'
12
+ | 'OcfRelEmployee'
13
+ | 'OcfRelExAdvisor'
14
+ | 'OcfRelExConsultant'
15
+ | 'OcfRelExEmployee'
16
+ | 'OcfRelExecutive'
17
+ | 'OcfRelFounder'
18
+ | 'OcfRelInvestor'
19
+ | 'OcfRelNonUsEmployee'
20
+ | 'OcfRelOfficer'
21
+ | 'OcfRelOther'
22
+ ;
23
+
24
+ export declare const OcfStakeholderRelationshipType:
25
+ damlTypes.Serializable<OcfStakeholderRelationshipType> & {
26
+ }
27
+ & { readonly keys: OcfStakeholderRelationshipType[] } & { readonly [e in OcfStakeholderRelationshipType]: e }
28
+ ;
29
+
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ /* eslint-disable-next-line no-unused-vars */
9
+ var jtv = require('@mojotech/json-type-validation');
10
+ /* eslint-disable-next-line no-unused-vars */
11
+ var damlTypes = require('@daml/types');
12
+
13
+
14
+ exports.OcfStakeholderRelationshipType = {
15
+ OcfRelAdvisor: 'OcfRelAdvisor',
16
+ OcfRelBoardMember: 'OcfRelBoardMember',
17
+ OcfRelConsultant: 'OcfRelConsultant',
18
+ OcfRelEmployee: 'OcfRelEmployee',
19
+ OcfRelExAdvisor: 'OcfRelExAdvisor',
20
+ OcfRelExConsultant: 'OcfRelExConsultant',
21
+ OcfRelExEmployee: 'OcfRelExEmployee',
22
+ OcfRelExecutive: 'OcfRelExecutive',
23
+ OcfRelFounder: 'OcfRelFounder',
24
+ OcfRelInvestor: 'OcfRelInvestor',
25
+ OcfRelNonUsEmployee: 'OcfRelNonUsEmployee',
26
+ OcfRelOfficer: 'OcfRelOfficer',
27
+ OcfRelOther: 'OcfRelOther',
28
+ keys: ['OcfRelAdvisor','OcfRelBoardMember','OcfRelConsultant','OcfRelEmployee','OcfRelExAdvisor','OcfRelExConsultant','OcfRelExEmployee','OcfRelExecutive','OcfRelFounder','OcfRelInvestor','OcfRelNonUsEmployee','OcfRelOfficer','OcfRelOther',],
29
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelAdvisor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelBoardMember), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelConsultant), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExAdvisor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExConsultant), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExecutive), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelFounder), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelInvestor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelNonUsEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOfficer), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOther)); }),
30
+ encode: function (__typed__) { return __typed__; },
31
+ };
32
+
@@ -0,0 +1 @@
1
+ export * from './module';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ __export(require('./module'));
@@ -0,0 +1,135 @@
1
+ // Generated from Fairmint/OpenCapTable/Types/Stock.daml
2
+ /* eslint-disable @typescript-eslint/camelcase */
3
+ /* eslint-disable @typescript-eslint/no-namespace */
4
+ /* eslint-disable @typescript-eslint/no-use-before-define */
5
+ import * as jtv from '@mojotech/json-type-validation';
6
+ import * as damlTypes from '@daml/types';
7
+
8
+ export declare type OcfFileType =
9
+ | 'OcfManifestFile'
10
+ | 'OcfStakeholdersFile'
11
+ | 'OcfStockClassesFile'
12
+ | 'OcfStockLegendTemplatesFile'
13
+ | 'OcfStockPlansFile'
14
+ | 'OcfTransactionsFile'
15
+ | 'OcfValuationsFile'
16
+ | 'OcfVestingTermsFile'
17
+ | 'OcfFinancingsFile'
18
+ | 'OcfDocumentsFile'
19
+ ;
20
+
21
+ export declare const OcfFileType:
22
+ damlTypes.Serializable<OcfFileType> & {
23
+ }
24
+ & { readonly keys: OcfFileType[] } & { readonly [e in OcfFileType]: e }
25
+ ;
26
+
27
+
28
+ export declare type OcfQuantitySourceType =
29
+ | 'OcfQuantityHumanEstimated'
30
+ | 'OcfQuantityMachineEstimated'
31
+ | 'OcfQuantityUnspecified'
32
+ | 'OcfQuantityInstrumentFixed'
33
+ | 'OcfQuantityInstrumentMax'
34
+ | 'OcfQuantityInstrumentMin'
35
+ ;
36
+
37
+ export declare const OcfQuantitySourceType:
38
+ damlTypes.Serializable<OcfQuantitySourceType> & {
39
+ }
40
+ & { readonly keys: OcfQuantitySourceType[] } & { readonly [e in OcfQuantitySourceType]: e }
41
+ ;
42
+
43
+
44
+ export declare type OcfInitialSharesAuthorized =
45
+ | { tag: 'OcfInitialSharesNumeric'; value: damlTypes.Numeric }
46
+ | { tag: 'OcfInitialSharesEnum'; value: OcfAuthorizedShares }
47
+ ;
48
+
49
+ export declare const OcfInitialSharesAuthorized:
50
+ damlTypes.Serializable<OcfInitialSharesAuthorized> & {
51
+ }
52
+ ;
53
+
54
+
55
+ export declare type OcfAuthorizedShares =
56
+ | 'OcfAuthorizedSharesNotApplicable'
57
+ | 'OcfAuthorizedSharesUnlimited'
58
+ ;
59
+
60
+ export declare const OcfAuthorizedShares:
61
+ damlTypes.Serializable<OcfAuthorizedShares> & {
62
+ }
63
+ & { readonly keys: OcfAuthorizedShares[] } & { readonly [e in OcfAuthorizedShares]: e }
64
+ ;
65
+
66
+
67
+ export declare type OcfShareNumberRange = {
68
+ starting_share_number: damlTypes.Numeric;
69
+ ending_share_number: damlTypes.Numeric;
70
+ };
71
+
72
+ export declare const OcfShareNumberRange:
73
+ damlTypes.Serializable<OcfShareNumberRange> & {
74
+ }
75
+ ;
76
+
77
+
78
+ export declare type OcfSecurityExemption = {
79
+ description: string;
80
+ jurisdiction: string;
81
+ };
82
+
83
+ export declare const OcfSecurityExemption:
84
+ damlTypes.Serializable<OcfSecurityExemption> & {
85
+ }
86
+ ;
87
+
88
+
89
+ export declare type OcfStockParent = {
90
+ parent_object_id: string;
91
+ parent_object_type: OcfParentSecurityType;
92
+ };
93
+
94
+ export declare const OcfStockParent:
95
+ damlTypes.Serializable<OcfStockParent> & {
96
+ }
97
+ ;
98
+
99
+
100
+ export declare type OcfParentSecurityType =
101
+ | 'OcfParentStockPlan'
102
+ | 'OcfParentStock'
103
+ | 'OcfParentWarrant'
104
+ | 'OcfParentConvertible'
105
+ ;
106
+
107
+ export declare const OcfParentSecurityType:
108
+ damlTypes.Serializable<OcfParentSecurityType> & {
109
+ }
110
+ & { readonly keys: OcfParentSecurityType[] } & { readonly [e in OcfParentSecurityType]: e }
111
+ ;
112
+
113
+
114
+ export declare type OcfRatio = {
115
+ numerator: damlTypes.Numeric;
116
+ denominator: damlTypes.Numeric;
117
+ };
118
+
119
+ export declare const OcfRatio:
120
+ damlTypes.Serializable<OcfRatio> & {
121
+ }
122
+ ;
123
+
124
+
125
+ export declare type OcfStockClassType =
126
+ | 'OcfStockClassTypeCommon'
127
+ | 'OcfStockClassTypePreferred'
128
+ ;
129
+
130
+ export declare const OcfStockClassType:
131
+ damlTypes.Serializable<OcfStockClassType> & {
132
+ }
133
+ & { readonly keys: OcfStockClassType[] } & { readonly [e in OcfStockClassType]: e }
134
+ ;
135
+
@@ -0,0 +1,141 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ /* eslint-disable-next-line no-unused-vars */
9
+ var jtv = require('@mojotech/json-type-validation');
10
+ /* eslint-disable-next-line no-unused-vars */
11
+ var damlTypes = require('@daml/types');
12
+
13
+
14
+ exports.OcfFileType = {
15
+ OcfManifestFile: 'OcfManifestFile',
16
+ OcfStakeholdersFile: 'OcfStakeholdersFile',
17
+ OcfStockClassesFile: 'OcfStockClassesFile',
18
+ OcfStockLegendTemplatesFile: 'OcfStockLegendTemplatesFile',
19
+ OcfStockPlansFile: 'OcfStockPlansFile',
20
+ OcfTransactionsFile: 'OcfTransactionsFile',
21
+ OcfValuationsFile: 'OcfValuationsFile',
22
+ OcfVestingTermsFile: 'OcfVestingTermsFile',
23
+ OcfFinancingsFile: 'OcfFinancingsFile',
24
+ OcfDocumentsFile: 'OcfDocumentsFile',
25
+ keys: ['OcfManifestFile','OcfStakeholdersFile','OcfStockClassesFile','OcfStockLegendTemplatesFile','OcfStockPlansFile','OcfTransactionsFile','OcfValuationsFile','OcfVestingTermsFile','OcfFinancingsFile','OcfDocumentsFile',],
26
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfFileType.OcfManifestFile), jtv.constant(exports.OcfFileType.OcfStakeholdersFile), jtv.constant(exports.OcfFileType.OcfStockClassesFile), jtv.constant(exports.OcfFileType.OcfStockLegendTemplatesFile), jtv.constant(exports.OcfFileType.OcfStockPlansFile), jtv.constant(exports.OcfFileType.OcfTransactionsFile), jtv.constant(exports.OcfFileType.OcfValuationsFile), jtv.constant(exports.OcfFileType.OcfVestingTermsFile), jtv.constant(exports.OcfFileType.OcfFinancingsFile), jtv.constant(exports.OcfFileType.OcfDocumentsFile)); }),
27
+ encode: function (__typed__) { return __typed__; },
28
+ };
29
+
30
+
31
+
32
+ exports.OcfQuantitySourceType = {
33
+ OcfQuantityHumanEstimated: 'OcfQuantityHumanEstimated',
34
+ OcfQuantityMachineEstimated: 'OcfQuantityMachineEstimated',
35
+ OcfQuantityUnspecified: 'OcfQuantityUnspecified',
36
+ OcfQuantityInstrumentFixed: 'OcfQuantityInstrumentFixed',
37
+ OcfQuantityInstrumentMax: 'OcfQuantityInstrumentMax',
38
+ OcfQuantityInstrumentMin: 'OcfQuantityInstrumentMin',
39
+ keys: ['OcfQuantityHumanEstimated','OcfQuantityMachineEstimated','OcfQuantityUnspecified','OcfQuantityInstrumentFixed','OcfQuantityInstrumentMax','OcfQuantityInstrumentMin',],
40
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfQuantitySourceType.OcfQuantityHumanEstimated), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityMachineEstimated), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityUnspecified), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentFixed), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMax), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMin)); }),
41
+ encode: function (__typed__) { return __typed__; },
42
+ };
43
+
44
+
45
+
46
+ exports.OcfInitialSharesAuthorized = {
47
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.object({tag: jtv.constant('OcfInitialSharesNumeric'), value: damlTypes.Numeric(10).decoder, }), jtv.object({tag: jtv.constant('OcfInitialSharesEnum'), value: exports.OcfAuthorizedShares.decoder, })); }),
48
+ encode: function (__typed__) {
49
+ switch(__typed__.tag) {
50
+ case 'OcfInitialSharesNumeric': return {tag: __typed__.tag, value: damlTypes.Numeric(10).encode(__typed__.value)};
51
+ case 'OcfInitialSharesEnum': return {tag: __typed__.tag, value: exports.OcfAuthorizedShares.encode(__typed__.value)};
52
+ default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type OcfInitialSharesAuthorized';
53
+ }
54
+ }
55
+ ,
56
+ };
57
+
58
+
59
+
60
+ exports.OcfAuthorizedShares = {
61
+ OcfAuthorizedSharesNotApplicable: 'OcfAuthorizedSharesNotApplicable',
62
+ OcfAuthorizedSharesUnlimited: 'OcfAuthorizedSharesUnlimited',
63
+ keys: ['OcfAuthorizedSharesNotApplicable','OcfAuthorizedSharesUnlimited',],
64
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesNotApplicable), jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesUnlimited)); }),
65
+ encode: function (__typed__) { return __typed__; },
66
+ };
67
+
68
+
69
+
70
+ exports.OcfShareNumberRange = {
71
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({starting_share_number: damlTypes.Numeric(10).decoder, ending_share_number: damlTypes.Numeric(10).decoder, }); }),
72
+ encode: function (__typed__) {
73
+ return {
74
+ starting_share_number: damlTypes.Numeric(10).encode(__typed__.starting_share_number),
75
+ ending_share_number: damlTypes.Numeric(10).encode(__typed__.ending_share_number),
76
+ };
77
+ }
78
+ ,
79
+ };
80
+
81
+
82
+
83
+ exports.OcfSecurityExemption = {
84
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({description: damlTypes.Text.decoder, jurisdiction: damlTypes.Text.decoder, }); }),
85
+ encode: function (__typed__) {
86
+ return {
87
+ description: damlTypes.Text.encode(__typed__.description),
88
+ jurisdiction: damlTypes.Text.encode(__typed__.jurisdiction),
89
+ };
90
+ }
91
+ ,
92
+ };
93
+
94
+
95
+
96
+ exports.OcfStockParent = {
97
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({parent_object_id: damlTypes.Text.decoder, parent_object_type: exports.OcfParentSecurityType.decoder, }); }),
98
+ encode: function (__typed__) {
99
+ return {
100
+ parent_object_id: damlTypes.Text.encode(__typed__.parent_object_id),
101
+ parent_object_type: exports.OcfParentSecurityType.encode(__typed__.parent_object_type),
102
+ };
103
+ }
104
+ ,
105
+ };
106
+
107
+
108
+
109
+ exports.OcfParentSecurityType = {
110
+ OcfParentStockPlan: 'OcfParentStockPlan',
111
+ OcfParentStock: 'OcfParentStock',
112
+ OcfParentWarrant: 'OcfParentWarrant',
113
+ OcfParentConvertible: 'OcfParentConvertible',
114
+ keys: ['OcfParentStockPlan','OcfParentStock','OcfParentWarrant','OcfParentConvertible',],
115
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfParentSecurityType.OcfParentStockPlan), jtv.constant(exports.OcfParentSecurityType.OcfParentStock), jtv.constant(exports.OcfParentSecurityType.OcfParentWarrant), jtv.constant(exports.OcfParentSecurityType.OcfParentConvertible)); }),
116
+ encode: function (__typed__) { return __typed__; },
117
+ };
118
+
119
+
120
+
121
+ exports.OcfRatio = {
122
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({numerator: damlTypes.Numeric(10).decoder, denominator: damlTypes.Numeric(10).decoder, }); }),
123
+ encode: function (__typed__) {
124
+ return {
125
+ numerator: damlTypes.Numeric(10).encode(__typed__.numerator),
126
+ denominator: damlTypes.Numeric(10).encode(__typed__.denominator),
127
+ };
128
+ }
129
+ ,
130
+ };
131
+
132
+
133
+
134
+ exports.OcfStockClassType = {
135
+ OcfStockClassTypeCommon: 'OcfStockClassTypeCommon',
136
+ OcfStockClassTypePreferred: 'OcfStockClassTypePreferred',
137
+ keys: ['OcfStockClassTypeCommon','OcfStockClassTypePreferred',],
138
+ decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfStockClassType.OcfStockClassTypeCommon), jtv.constant(exports.OcfStockClassType.OcfStockClassTypePreferred)); }),
139
+ encode: function (__typed__) { return __typed__; },
140
+ };
141
+
@@ -0,0 +1 @@
1
+ export * from './module';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ __export(require('./module'));