@fairmint/open-captable-protocol-daml-js 0.3.3 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/DA/Internal/Template/module.d.ts +4 -6
- package/lib/DA/Internal/Template/module.js +7 -7
- package/lib/DA/Set/Types/index.js +1 -0
- package/lib/DA/Set/Types/module.d.ts +6 -7
- package/lib/DA/Set/Types/module.js +15 -11
- package/lib/DA/Set/index.d.ts +2 -1
- package/lib/DA/Set/index.js +2 -0
- package/lib/DA/Time/Types/index.js +1 -0
- package/lib/DA/Time/Types/module.d.ts +5 -7
- package/lib/DA/Time/Types/module.js +10 -8
- package/lib/DA/Time/index.d.ts +2 -1
- package/lib/DA/Time/index.js +2 -0
- package/lib/DA/Types/index.js +1 -0
- package/lib/DA/Types/module.d.ts +305 -344
- package/lib/DA/Types/module.js +689 -431
- package/lib/Fairmint/OpenCapTable/CapTable/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +336 -358
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +1286 -406
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +21 -25
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +71 -59
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +23 -28
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +61 -46
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +42 -50
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +97 -68
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Document/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +39 -51
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +134 -64
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +34 -39
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +83 -57
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +22 -27
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +59 -45
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +26 -31
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +67 -49
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +54 -76
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +132 -95
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +28 -33
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +71 -51
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +35 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +88 -60
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +23 -32
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +66 -48
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +24 -33
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +65 -49
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +86 -119
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +252 -157
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +31 -36
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +77 -54
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +49 -48
- package/lib/Fairmint/OpenCapTable/OCF/index.js +49 -47
- package/lib/Fairmint/OpenCapTable/OcpFactory/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +15 -18
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +50 -41
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +14 -27
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +40 -26
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/module.d.ts +252 -361
- package/lib/Fairmint/OpenCapTable/Types/Conversion/module.js +602 -396
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +13 -18
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +25 -20
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +23 -35
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +52 -37
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +4 -7
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +19 -4
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +56 -90
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +132 -86
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +37 -57
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +90 -56
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +8 -7
- package/lib/Fairmint/OpenCapTable/Types/index.js +8 -6
- package/lib/Fairmint/OpenCapTable/index.d.ts +6 -5
- package/lib/Fairmint/OpenCapTable/index.js +6 -4
- package/lib/Splice/Amulet/TokenApiUtils/index.js +1 -0
- package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +4 -7
- package/lib/Splice/Amulet/TokenApiUtils/module.js +12 -4
- package/lib/Splice/Amulet/TwoStepTransfer/index.js +1 -0
- package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +13 -15
- package/lib/Splice/Amulet/TwoStepTransfer/module.js +26 -16
- package/lib/Splice/Amulet/index.d.ts +4 -2
- package/lib/Splice/Amulet/index.js +4 -1
- package/lib/Splice/Amulet/module.d.ts +370 -487
- package/lib/Splice/Amulet/module.js +996 -817
- package/lib/Splice/AmuletAllocation/index.js +1 -0
- package/lib/Splice/AmuletAllocation/module.d.ts +9 -11
- package/lib/Splice/AmuletAllocation/module.js +31 -26
- package/lib/Splice/AmuletConfig/index.js +1 -0
- package/lib/Splice/AmuletConfig/module.d.ts +42 -56
- package/lib/Splice/AmuletConfig/module.js +93 -62
- package/lib/Splice/AmuletRules/index.js +1 -0
- package/lib/Splice/AmuletRules/module.d.ts +681 -874
- package/lib/Splice/AmuletRules/module.js +1688 -1273
- package/lib/Splice/AmuletTransferInstruction/index.js +1 -0
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +9 -11
- package/lib/Splice/AmuletTransferInstruction/module.js +31 -26
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +40 -50
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +84 -61
- package/lib/Splice/Api/FeaturedAppRightV2/index.js +1 -0
- package/lib/Splice/Api/FeaturedAppRightV2/module.d.ts +41 -51
- package/lib/Splice/Api/FeaturedAppRightV2/module.js +86 -62
- package/lib/Splice/Api/Token/AllocationInstructionV1/index.js +1 -0
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +82 -99
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +202 -142
- package/lib/Splice/Api/Token/AllocationV1/index.js +1 -0
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +84 -109
- package/lib/Splice/Api/Token/AllocationV1/module.js +185 -139
- package/lib/Splice/Api/Token/HoldingV1/index.js +1 -0
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +27 -34
- package/lib/Splice/Api/Token/HoldingV1/module.js +55 -39
- package/lib/Splice/Api/Token/MetadataV1/index.js +1 -0
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +44 -60
- package/lib/Splice/Api/Token/MetadataV1/module.js +123 -70
- package/lib/Splice/Api/Token/TransferInstructionV1/index.js +1 -0
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +112 -137
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +278 -195
- package/lib/Splice/DecentralizedSynchronizer/index.js +1 -0
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +44 -58
- package/lib/Splice/DecentralizedSynchronizer/module.js +103 -79
- package/lib/Splice/Expiry/index.js +1 -0
- package/lib/Splice/Expiry/module.d.ts +14 -18
- package/lib/Splice/Expiry/module.js +37 -23
- package/lib/Splice/ExternalPartyAmuletRules/index.js +1 -0
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +116 -147
- package/lib/Splice/ExternalPartyAmuletRules/module.js +307 -242
- package/lib/Splice/Fees/index.js +1 -0
- package/lib/Splice/Fees/module.d.ts +26 -40
- package/lib/Splice/Fees/module.js +57 -48
- package/lib/Splice/Issuance/index.js +1 -0
- package/lib/Splice/Issuance/module.d.ts +39 -50
- package/lib/Splice/Issuance/module.js +82 -56
- package/lib/Splice/RelRound/index.js +1 -0
- package/lib/Splice/RelRound/module.d.ts +5 -7
- package/lib/Splice/RelRound/module.js +10 -8
- package/lib/Splice/Round/index.js +1 -0
- package/lib/Splice/Round/module.d.ts +66 -78
- package/lib/Splice/Round/module.js +186 -142
- package/lib/Splice/Schedule/index.js +1 -0
- package/lib/Splice/Schedule/module.d.ts +7 -8
- package/lib/Splice/Schedule/module.js +17 -12
- package/lib/Splice/Types/index.js +1 -0
- package/lib/Splice/Types/module.d.ts +20 -31
- package/lib/Splice/Types/module.js +44 -37
- package/lib/Splice/ValidatorLicense/index.js +1 -0
- package/lib/Splice/ValidatorLicense/module.d.ts +145 -195
- package/lib/Splice/ValidatorLicense/module.js +388 -310
- package/package.json +8 -8
- package/published-dars/OpenCapTable.dar +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/OCF/WarrantRetraction.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/OCF/WarrantRetraction/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
@@ -9,34 +10,28 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
|
|
|
9
10
|
|
|
10
11
|
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
11
12
|
|
|
12
|
-
export declare type WarrantRetractionOcfData = {
|
|
13
|
-
id: string;
|
|
14
|
-
date: damlTypes.Time;
|
|
15
|
-
reason_text: string;
|
|
16
|
-
security_id: string;
|
|
17
|
-
comments: string[];
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export declare const WarrantRetractionOcfData:
|
|
21
|
-
damlTypes.Serializable<WarrantRetractionOcfData> & {
|
|
22
|
-
}
|
|
23
|
-
;
|
|
24
|
-
|
|
25
|
-
|
|
26
13
|
export declare type WarrantRetraction = {
|
|
27
|
-
context: Fairmint_OpenCapTable_Types_Core.Context
|
|
28
|
-
retraction_data: WarrantRetractionOcfData
|
|
29
|
-
}
|
|
14
|
+
context: Fairmint_OpenCapTable_Types_Core.Context,
|
|
15
|
+
retraction_data: WarrantRetractionOcfData,
|
|
16
|
+
}
|
|
30
17
|
|
|
31
18
|
export declare interface WarrantRetractionInterface {
|
|
32
|
-
Archive:
|
|
19
|
+
Archive:
|
|
20
|
+
damlTypes.Choice<WarrantRetraction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
21
|
+
damlTypes.ChoiceFrom<damlTypes.Template<WarrantRetraction, undefined>>;
|
|
33
22
|
}
|
|
34
23
|
export declare const WarrantRetraction:
|
|
35
|
-
damlTypes.Template<WarrantRetraction, undefined, '#OpenCapTable-
|
|
24
|
+
damlTypes.Template<WarrantRetraction, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction'> &
|
|
36
25
|
damlTypes.ToInterface<WarrantRetraction, never> &
|
|
37
|
-
WarrantRetractionInterface
|
|
26
|
+
WarrantRetractionInterface
|
|
38
27
|
|
|
39
|
-
export declare
|
|
28
|
+
export declare type WarrantRetractionOcfData = {
|
|
29
|
+
id: string,
|
|
30
|
+
date: damlTypes.Time,
|
|
31
|
+
reason_text: string,
|
|
32
|
+
security_id: string,
|
|
33
|
+
comments: string[],
|
|
40
34
|
}
|
|
41
35
|
|
|
42
|
-
|
|
36
|
+
export declare const WarrantRetractionOcfData:
|
|
37
|
+
damlTypes.Serializable<WarrantRetractionOcfData>
|
|
@@ -5,6 +5,7 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
/* eslint-disable-next-line no-unused-vars */
|
|
9
10
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
11
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -14,49 +15,58 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
exports.WarrantRetractionOcfData = {
|
|
19
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, reason_text: damlTypes.Text.decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, }); }),
|
|
20
|
-
encode: function (__typed__) {
|
|
21
|
-
return {
|
|
22
|
-
id: damlTypes.Text.encode(__typed__.id),
|
|
23
|
-
date: damlTypes.Time.encode(__typed__.date),
|
|
24
|
-
reason_text: damlTypes.Text.encode(__typed__.reason_text),
|
|
25
|
-
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
26
|
-
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
,
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
18
|
exports.WarrantRetraction = damlTypes.assembleTemplate(
|
|
35
|
-
{
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
19
|
+
{
|
|
20
|
+
templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction',
|
|
21
|
+
templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction',
|
|
22
|
+
keyDecoder: jtv.constant(undefined),
|
|
23
|
+
keyEncode: function () { throw 'EncodeError'; },
|
|
24
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
25
|
+
return jtv.object({
|
|
26
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.decoder,
|
|
27
|
+
retraction_data: exports.WarrantRetractionOcfData.decoder,
|
|
28
|
+
});
|
|
29
|
+
}),
|
|
30
|
+
encode: function (__typed__) {
|
|
31
|
+
return {
|
|
32
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
33
|
+
retraction_data: exports.WarrantRetractionOcfData.encode(__typed__.retraction_data),
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
Archive: {
|
|
37
|
+
template: function () { return exports.WarrantRetraction; },
|
|
38
|
+
choiceName: 'Archive',
|
|
39
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
40
|
+
return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
|
|
41
|
+
}),
|
|
42
|
+
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
43
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
44
|
+
return damlTypes.Unit.decoder;
|
|
45
|
+
}),
|
|
46
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
47
|
+
},
|
|
55
48
|
},
|
|
56
|
-
}
|
|
57
|
-
|
|
58
49
|
);
|
|
59
50
|
|
|
51
|
+
damlTypes.registerTemplate(exports.WarrantRetraction, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
|
|
60
52
|
|
|
61
|
-
|
|
62
|
-
|
|
53
|
+
exports.WarrantRetractionOcfData = {
|
|
54
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
55
|
+
return jtv.object({
|
|
56
|
+
id: damlTypes.Text.decoder,
|
|
57
|
+
date: damlTypes.Time.decoder,
|
|
58
|
+
reason_text: damlTypes.Text.decoder,
|
|
59
|
+
security_id: damlTypes.Text.decoder,
|
|
60
|
+
comments: damlTypes.List(damlTypes.Text).decoder,
|
|
61
|
+
});
|
|
62
|
+
}),
|
|
63
|
+
encode: function (__typed__) {
|
|
64
|
+
return {
|
|
65
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
66
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
67
|
+
reason_text: damlTypes.Text.encode(__typed__.reason_text),
|
|
68
|
+
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
69
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
70
|
+
};
|
|
71
|
+
},
|
|
72
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/OCF/WarrantTransfer.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/OCF/WarrantTransfer/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
@@ -9,37 +10,31 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
|
|
|
9
10
|
|
|
10
11
|
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
11
12
|
|
|
12
|
-
export declare type WarrantTransferOcfData = {
|
|
13
|
-
id: string;
|
|
14
|
-
date: damlTypes.Time;
|
|
15
|
-
quantity: damlTypes.Numeric;
|
|
16
|
-
security_id: string;
|
|
17
|
-
comments: string[];
|
|
18
|
-
resulting_security_ids: string[];
|
|
19
|
-
balance_security_id: damlTypes.Optional<string>;
|
|
20
|
-
consideration_text: damlTypes.Optional<string>;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export declare const WarrantTransferOcfData:
|
|
24
|
-
damlTypes.Serializable<WarrantTransferOcfData> & {
|
|
25
|
-
}
|
|
26
|
-
;
|
|
27
|
-
|
|
28
|
-
|
|
29
13
|
export declare type WarrantTransfer = {
|
|
30
|
-
context: Fairmint_OpenCapTable_Types_Core.Context
|
|
31
|
-
transfer_data: WarrantTransferOcfData
|
|
32
|
-
}
|
|
14
|
+
context: Fairmint_OpenCapTable_Types_Core.Context,
|
|
15
|
+
transfer_data: WarrantTransferOcfData,
|
|
16
|
+
}
|
|
33
17
|
|
|
34
18
|
export declare interface WarrantTransferInterface {
|
|
35
|
-
Archive:
|
|
19
|
+
Archive:
|
|
20
|
+
damlTypes.Choice<WarrantTransfer, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
21
|
+
damlTypes.ChoiceFrom<damlTypes.Template<WarrantTransfer, undefined>>;
|
|
36
22
|
}
|
|
37
23
|
export declare const WarrantTransfer:
|
|
38
|
-
damlTypes.Template<WarrantTransfer, undefined, '#OpenCapTable-
|
|
24
|
+
damlTypes.Template<WarrantTransfer, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer'> &
|
|
39
25
|
damlTypes.ToInterface<WarrantTransfer, never> &
|
|
40
|
-
WarrantTransferInterface
|
|
26
|
+
WarrantTransferInterface
|
|
41
27
|
|
|
42
|
-
export declare
|
|
28
|
+
export declare type WarrantTransferOcfData = {
|
|
29
|
+
id: string,
|
|
30
|
+
date: damlTypes.Time,
|
|
31
|
+
quantity: damlTypes.Numeric,
|
|
32
|
+
security_id: string,
|
|
33
|
+
comments: string[],
|
|
34
|
+
resulting_security_ids: string[],
|
|
35
|
+
balance_security_id: damlTypes.Optional<string>,
|
|
36
|
+
consideration_text: damlTypes.Optional<string>,
|
|
43
37
|
}
|
|
44
38
|
|
|
45
|
-
|
|
39
|
+
export declare const WarrantTransferOcfData:
|
|
40
|
+
damlTypes.Serializable<WarrantTransferOcfData>
|
|
@@ -5,6 +5,7 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
/* eslint-disable-next-line no-unused-vars */
|
|
9
10
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
11
|
/* eslint-disable-next-line no-unused-vars */
|
|
@@ -14,52 +15,64 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
exports.WarrantTransferOcfData = {
|
|
19
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, quantity: damlTypes.Numeric(10).decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, resulting_security_ids: damlTypes.List(damlTypes.Text).decoder, balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
|
|
20
|
-
encode: function (__typed__) {
|
|
21
|
-
return {
|
|
22
|
-
id: damlTypes.Text.encode(__typed__.id),
|
|
23
|
-
date: damlTypes.Time.encode(__typed__.date),
|
|
24
|
-
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
25
|
-
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
26
|
-
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
27
|
-
resulting_security_ids: damlTypes.List(damlTypes.Text).encode(__typed__.resulting_security_ids),
|
|
28
|
-
balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
|
|
29
|
-
consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
,
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
18
|
exports.WarrantTransfer = damlTypes.assembleTemplate(
|
|
38
|
-
{
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
19
|
+
{
|
|
20
|
+
templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer',
|
|
21
|
+
templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer',
|
|
22
|
+
keyDecoder: jtv.constant(undefined),
|
|
23
|
+
keyEncode: function () { throw 'EncodeError'; },
|
|
24
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
25
|
+
return jtv.object({
|
|
26
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.decoder,
|
|
27
|
+
transfer_data: exports.WarrantTransferOcfData.decoder,
|
|
28
|
+
});
|
|
29
|
+
}),
|
|
30
|
+
encode: function (__typed__) {
|
|
31
|
+
return {
|
|
32
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
33
|
+
transfer_data: exports.WarrantTransferOcfData.encode(__typed__.transfer_data),
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
Archive: {
|
|
37
|
+
template: function () { return exports.WarrantTransfer; },
|
|
38
|
+
choiceName: 'Archive',
|
|
39
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
40
|
+
return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
|
|
41
|
+
}),
|
|
42
|
+
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
43
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
44
|
+
return damlTypes.Unit.decoder;
|
|
45
|
+
}),
|
|
46
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
47
|
+
},
|
|
58
48
|
},
|
|
59
|
-
}
|
|
60
|
-
|
|
61
49
|
);
|
|
62
50
|
|
|
51
|
+
damlTypes.registerTemplate(exports.WarrantTransfer, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
|
|
63
52
|
|
|
64
|
-
|
|
65
|
-
|
|
53
|
+
exports.WarrantTransferOcfData = {
|
|
54
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
55
|
+
return jtv.object({
|
|
56
|
+
id: damlTypes.Text.decoder,
|
|
57
|
+
date: damlTypes.Time.decoder,
|
|
58
|
+
quantity: damlTypes.Numeric(10).decoder,
|
|
59
|
+
security_id: damlTypes.Text.decoder,
|
|
60
|
+
comments: damlTypes.List(damlTypes.Text).decoder,
|
|
61
|
+
resulting_security_ids: damlTypes.List(damlTypes.Text).decoder,
|
|
62
|
+
balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
63
|
+
consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
64
|
+
});
|
|
65
|
+
}),
|
|
66
|
+
encode: function (__typed__) {
|
|
67
|
+
return {
|
|
68
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
69
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
70
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
71
|
+
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
72
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
73
|
+
resulting_security_ids: damlTypes.List(damlTypes.Text).encode(__typed__.resulting_security_ids),
|
|
74
|
+
balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
|
|
75
|
+
consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
};
|
|
@@ -1,96 +1,97 @@
|
|
|
1
1
|
import * as ConvertibleAcceptance from './ConvertibleAcceptance';
|
|
2
|
-
export { ConvertibleAcceptance } ;
|
|
3
2
|
import * as ConvertibleCancellation from './ConvertibleCancellation';
|
|
4
|
-
export { ConvertibleCancellation } ;
|
|
5
3
|
import * as ConvertibleConversion from './ConvertibleConversion';
|
|
6
|
-
export { ConvertibleConversion } ;
|
|
7
4
|
import * as ConvertibleIssuance from './ConvertibleIssuance';
|
|
8
|
-
export { ConvertibleIssuance } ;
|
|
9
5
|
import * as ConvertibleRetraction from './ConvertibleRetraction';
|
|
10
|
-
export { ConvertibleRetraction } ;
|
|
11
6
|
import * as ConvertibleTransfer from './ConvertibleTransfer';
|
|
12
|
-
export { ConvertibleTransfer } ;
|
|
13
7
|
import * as Document from './Document';
|
|
14
|
-
export { Document } ;
|
|
15
8
|
import * as EquityCompensationAcceptance from './EquityCompensationAcceptance';
|
|
16
|
-
export { EquityCompensationAcceptance } ;
|
|
17
9
|
import * as EquityCompensationCancellation from './EquityCompensationCancellation';
|
|
18
|
-
export { EquityCompensationCancellation } ;
|
|
19
10
|
import * as EquityCompensationExercise from './EquityCompensationExercise';
|
|
20
|
-
export { EquityCompensationExercise } ;
|
|
21
11
|
import * as EquityCompensationIssuance from './EquityCompensationIssuance';
|
|
22
|
-
export { EquityCompensationIssuance } ;
|
|
23
12
|
import * as EquityCompensationRelease from './EquityCompensationRelease';
|
|
24
|
-
export { EquityCompensationRelease } ;
|
|
25
13
|
import * as EquityCompensationRepricing from './EquityCompensationRepricing';
|
|
26
|
-
export { EquityCompensationRepricing } ;
|
|
27
14
|
import * as EquityCompensationRetraction from './EquityCompensationRetraction';
|
|
28
|
-
export { EquityCompensationRetraction } ;
|
|
29
15
|
import * as EquityCompensationTransfer from './EquityCompensationTransfer';
|
|
30
|
-
export { EquityCompensationTransfer } ;
|
|
31
16
|
import * as Issuer from './Issuer';
|
|
32
|
-
export { Issuer } ;
|
|
33
17
|
import * as IssuerAuthorizedSharesAdjustment from './IssuerAuthorizedSharesAdjustment';
|
|
34
|
-
export { IssuerAuthorizedSharesAdjustment } ;
|
|
35
18
|
import * as Stakeholder from './Stakeholder';
|
|
36
|
-
export { Stakeholder } ;
|
|
37
19
|
import * as StakeholderRelationshipChangeEvent from './StakeholderRelationshipChangeEvent';
|
|
38
|
-
export { StakeholderRelationshipChangeEvent } ;
|
|
39
20
|
import * as StakeholderStatusChangeEvent from './StakeholderStatusChangeEvent';
|
|
40
|
-
export { StakeholderStatusChangeEvent } ;
|
|
41
21
|
import * as StockAcceptance from './StockAcceptance';
|
|
42
|
-
export { StockAcceptance } ;
|
|
43
22
|
import * as StockCancellation from './StockCancellation';
|
|
44
|
-
export { StockCancellation } ;
|
|
45
23
|
import * as StockClass from './StockClass';
|
|
46
|
-
export { StockClass } ;
|
|
47
24
|
import * as StockClassAuthorizedSharesAdjustment from './StockClassAuthorizedSharesAdjustment';
|
|
48
|
-
export { StockClassAuthorizedSharesAdjustment } ;
|
|
49
25
|
import * as StockClassConversionRatioAdjustment from './StockClassConversionRatioAdjustment';
|
|
50
|
-
export { StockClassConversionRatioAdjustment } ;
|
|
51
26
|
import * as StockClassSplit from './StockClassSplit';
|
|
52
|
-
export { StockClassSplit } ;
|
|
53
27
|
import * as StockConsolidation from './StockConsolidation';
|
|
54
|
-
export { StockConsolidation } ;
|
|
55
28
|
import * as StockConversion from './StockConversion';
|
|
56
|
-
export { StockConversion } ;
|
|
57
29
|
import * as StockIssuance from './StockIssuance';
|
|
58
|
-
export { StockIssuance } ;
|
|
59
30
|
import * as StockLegendTemplate from './StockLegendTemplate';
|
|
60
|
-
export { StockLegendTemplate } ;
|
|
61
31
|
import * as StockPlan from './StockPlan';
|
|
62
|
-
export { StockPlan } ;
|
|
63
32
|
import * as StockPlanPoolAdjustment from './StockPlanPoolAdjustment';
|
|
64
|
-
export { StockPlanPoolAdjustment } ;
|
|
65
33
|
import * as StockPlanReturnToPool from './StockPlanReturnToPool';
|
|
66
|
-
export { StockPlanReturnToPool } ;
|
|
67
34
|
import * as StockReissuance from './StockReissuance';
|
|
68
|
-
export { StockReissuance } ;
|
|
69
35
|
import * as StockRepurchase from './StockRepurchase';
|
|
70
|
-
export { StockRepurchase } ;
|
|
71
36
|
import * as StockRetraction from './StockRetraction';
|
|
72
|
-
export { StockRetraction } ;
|
|
73
37
|
import * as StockTransfer from './StockTransfer';
|
|
74
|
-
export { StockTransfer } ;
|
|
75
38
|
import * as Valuation from './Valuation';
|
|
76
|
-
export { Valuation } ;
|
|
77
39
|
import * as VestingAcceleration from './VestingAcceleration';
|
|
78
|
-
export { VestingAcceleration } ;
|
|
79
40
|
import * as VestingEvent from './VestingEvent';
|
|
80
|
-
export { VestingEvent } ;
|
|
81
41
|
import * as VestingStart from './VestingStart';
|
|
82
|
-
export { VestingStart } ;
|
|
83
42
|
import * as VestingTerms from './VestingTerms';
|
|
84
|
-
export { VestingTerms } ;
|
|
85
43
|
import * as WarrantAcceptance from './WarrantAcceptance';
|
|
86
|
-
export { WarrantAcceptance } ;
|
|
87
44
|
import * as WarrantCancellation from './WarrantCancellation';
|
|
88
|
-
export { WarrantCancellation } ;
|
|
89
45
|
import * as WarrantExercise from './WarrantExercise';
|
|
90
|
-
export { WarrantExercise } ;
|
|
91
46
|
import * as WarrantIssuance from './WarrantIssuance';
|
|
92
|
-
export { WarrantIssuance } ;
|
|
93
47
|
import * as WarrantRetraction from './WarrantRetraction';
|
|
94
|
-
export { WarrantRetraction } ;
|
|
95
48
|
import * as WarrantTransfer from './WarrantTransfer';
|
|
96
|
-
|
|
49
|
+
|
|
50
|
+
export { ConvertibleAcceptance };
|
|
51
|
+
export { ConvertibleCancellation };
|
|
52
|
+
export { ConvertibleConversion };
|
|
53
|
+
export { ConvertibleIssuance };
|
|
54
|
+
export { ConvertibleRetraction };
|
|
55
|
+
export { ConvertibleTransfer };
|
|
56
|
+
export { Document };
|
|
57
|
+
export { EquityCompensationAcceptance };
|
|
58
|
+
export { EquityCompensationCancellation };
|
|
59
|
+
export { EquityCompensationExercise };
|
|
60
|
+
export { EquityCompensationIssuance };
|
|
61
|
+
export { EquityCompensationRelease };
|
|
62
|
+
export { EquityCompensationRepricing };
|
|
63
|
+
export { EquityCompensationRetraction };
|
|
64
|
+
export { EquityCompensationTransfer };
|
|
65
|
+
export { Issuer };
|
|
66
|
+
export { IssuerAuthorizedSharesAdjustment };
|
|
67
|
+
export { Stakeholder };
|
|
68
|
+
export { StakeholderRelationshipChangeEvent };
|
|
69
|
+
export { StakeholderStatusChangeEvent };
|
|
70
|
+
export { StockAcceptance };
|
|
71
|
+
export { StockCancellation };
|
|
72
|
+
export { StockClass };
|
|
73
|
+
export { StockClassAuthorizedSharesAdjustment };
|
|
74
|
+
export { StockClassConversionRatioAdjustment };
|
|
75
|
+
export { StockClassSplit };
|
|
76
|
+
export { StockConsolidation };
|
|
77
|
+
export { StockConversion };
|
|
78
|
+
export { StockIssuance };
|
|
79
|
+
export { StockLegendTemplate };
|
|
80
|
+
export { StockPlan };
|
|
81
|
+
export { StockPlanPoolAdjustment };
|
|
82
|
+
export { StockPlanReturnToPool };
|
|
83
|
+
export { StockReissuance };
|
|
84
|
+
export { StockRepurchase };
|
|
85
|
+
export { StockRetraction };
|
|
86
|
+
export { StockTransfer };
|
|
87
|
+
export { Valuation };
|
|
88
|
+
export { VestingAcceleration };
|
|
89
|
+
export { VestingEvent };
|
|
90
|
+
export { VestingStart };
|
|
91
|
+
export { VestingTerms };
|
|
92
|
+
export { WarrantAcceptance };
|
|
93
|
+
export { WarrantCancellation };
|
|
94
|
+
export { WarrantExercise };
|
|
95
|
+
export { WarrantIssuance };
|
|
96
|
+
export { WarrantRetraction };
|
|
97
|
+
export { WarrantTransfer };
|
|
@@ -5,99 +5,101 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
var ConvertibleAcceptance = require('./ConvertibleAcceptance');
|
|
9
|
-
exports.ConvertibleAcceptance = ConvertibleAcceptance;
|
|
10
10
|
var ConvertibleCancellation = require('./ConvertibleCancellation');
|
|
11
|
-
exports.ConvertibleCancellation = ConvertibleCancellation;
|
|
12
11
|
var ConvertibleConversion = require('./ConvertibleConversion');
|
|
13
|
-
exports.ConvertibleConversion = ConvertibleConversion;
|
|
14
12
|
var ConvertibleIssuance = require('./ConvertibleIssuance');
|
|
15
|
-
exports.ConvertibleIssuance = ConvertibleIssuance;
|
|
16
13
|
var ConvertibleRetraction = require('./ConvertibleRetraction');
|
|
17
|
-
exports.ConvertibleRetraction = ConvertibleRetraction;
|
|
18
14
|
var ConvertibleTransfer = require('./ConvertibleTransfer');
|
|
19
|
-
exports.ConvertibleTransfer = ConvertibleTransfer;
|
|
20
15
|
var Document = require('./Document');
|
|
21
|
-
exports.Document = Document;
|
|
22
16
|
var EquityCompensationAcceptance = require('./EquityCompensationAcceptance');
|
|
23
|
-
exports.EquityCompensationAcceptance = EquityCompensationAcceptance;
|
|
24
17
|
var EquityCompensationCancellation = require('./EquityCompensationCancellation');
|
|
25
|
-
exports.EquityCompensationCancellation = EquityCompensationCancellation;
|
|
26
18
|
var EquityCompensationExercise = require('./EquityCompensationExercise');
|
|
27
|
-
exports.EquityCompensationExercise = EquityCompensationExercise;
|
|
28
19
|
var EquityCompensationIssuance = require('./EquityCompensationIssuance');
|
|
29
|
-
exports.EquityCompensationIssuance = EquityCompensationIssuance;
|
|
30
20
|
var EquityCompensationRelease = require('./EquityCompensationRelease');
|
|
31
|
-
exports.EquityCompensationRelease = EquityCompensationRelease;
|
|
32
21
|
var EquityCompensationRepricing = require('./EquityCompensationRepricing');
|
|
33
|
-
exports.EquityCompensationRepricing = EquityCompensationRepricing;
|
|
34
22
|
var EquityCompensationRetraction = require('./EquityCompensationRetraction');
|
|
35
|
-
exports.EquityCompensationRetraction = EquityCompensationRetraction;
|
|
36
23
|
var EquityCompensationTransfer = require('./EquityCompensationTransfer');
|
|
37
|
-
exports.EquityCompensationTransfer = EquityCompensationTransfer;
|
|
38
24
|
var Issuer = require('./Issuer');
|
|
39
|
-
exports.Issuer = Issuer;
|
|
40
25
|
var IssuerAuthorizedSharesAdjustment = require('./IssuerAuthorizedSharesAdjustment');
|
|
41
|
-
exports.IssuerAuthorizedSharesAdjustment = IssuerAuthorizedSharesAdjustment;
|
|
42
26
|
var Stakeholder = require('./Stakeholder');
|
|
43
|
-
exports.Stakeholder = Stakeholder;
|
|
44
27
|
var StakeholderRelationshipChangeEvent = require('./StakeholderRelationshipChangeEvent');
|
|
45
|
-
exports.StakeholderRelationshipChangeEvent = StakeholderRelationshipChangeEvent;
|
|
46
28
|
var StakeholderStatusChangeEvent = require('./StakeholderStatusChangeEvent');
|
|
47
|
-
exports.StakeholderStatusChangeEvent = StakeholderStatusChangeEvent;
|
|
48
29
|
var StockAcceptance = require('./StockAcceptance');
|
|
49
|
-
exports.StockAcceptance = StockAcceptance;
|
|
50
30
|
var StockCancellation = require('./StockCancellation');
|
|
51
|
-
exports.StockCancellation = StockCancellation;
|
|
52
31
|
var StockClass = require('./StockClass');
|
|
53
|
-
exports.StockClass = StockClass;
|
|
54
32
|
var StockClassAuthorizedSharesAdjustment = require('./StockClassAuthorizedSharesAdjustment');
|
|
55
|
-
exports.StockClassAuthorizedSharesAdjustment = StockClassAuthorizedSharesAdjustment;
|
|
56
33
|
var StockClassConversionRatioAdjustment = require('./StockClassConversionRatioAdjustment');
|
|
57
|
-
exports.StockClassConversionRatioAdjustment = StockClassConversionRatioAdjustment;
|
|
58
34
|
var StockClassSplit = require('./StockClassSplit');
|
|
59
|
-
exports.StockClassSplit = StockClassSplit;
|
|
60
35
|
var StockConsolidation = require('./StockConsolidation');
|
|
61
|
-
exports.StockConsolidation = StockConsolidation;
|
|
62
36
|
var StockConversion = require('./StockConversion');
|
|
63
|
-
exports.StockConversion = StockConversion;
|
|
64
37
|
var StockIssuance = require('./StockIssuance');
|
|
65
|
-
exports.StockIssuance = StockIssuance;
|
|
66
38
|
var StockLegendTemplate = require('./StockLegendTemplate');
|
|
67
|
-
exports.StockLegendTemplate = StockLegendTemplate;
|
|
68
39
|
var StockPlan = require('./StockPlan');
|
|
69
|
-
exports.StockPlan = StockPlan;
|
|
70
40
|
var StockPlanPoolAdjustment = require('./StockPlanPoolAdjustment');
|
|
71
|
-
exports.StockPlanPoolAdjustment = StockPlanPoolAdjustment;
|
|
72
41
|
var StockPlanReturnToPool = require('./StockPlanReturnToPool');
|
|
73
|
-
exports.StockPlanReturnToPool = StockPlanReturnToPool;
|
|
74
42
|
var StockReissuance = require('./StockReissuance');
|
|
75
|
-
exports.StockReissuance = StockReissuance;
|
|
76
43
|
var StockRepurchase = require('./StockRepurchase');
|
|
77
|
-
exports.StockRepurchase = StockRepurchase;
|
|
78
44
|
var StockRetraction = require('./StockRetraction');
|
|
79
|
-
exports.StockRetraction = StockRetraction;
|
|
80
45
|
var StockTransfer = require('./StockTransfer');
|
|
81
|
-
exports.StockTransfer = StockTransfer;
|
|
82
46
|
var Valuation = require('./Valuation');
|
|
83
|
-
exports.Valuation = Valuation;
|
|
84
47
|
var VestingAcceleration = require('./VestingAcceleration');
|
|
85
|
-
exports.VestingAcceleration = VestingAcceleration;
|
|
86
48
|
var VestingEvent = require('./VestingEvent');
|
|
87
|
-
exports.VestingEvent = VestingEvent;
|
|
88
49
|
var VestingStart = require('./VestingStart');
|
|
89
|
-
exports.VestingStart = VestingStart;
|
|
90
50
|
var VestingTerms = require('./VestingTerms');
|
|
91
|
-
exports.VestingTerms = VestingTerms;
|
|
92
51
|
var WarrantAcceptance = require('./WarrantAcceptance');
|
|
93
|
-
exports.WarrantAcceptance = WarrantAcceptance;
|
|
94
52
|
var WarrantCancellation = require('./WarrantCancellation');
|
|
95
|
-
exports.WarrantCancellation = WarrantCancellation;
|
|
96
53
|
var WarrantExercise = require('./WarrantExercise');
|
|
97
|
-
exports.WarrantExercise = WarrantExercise;
|
|
98
54
|
var WarrantIssuance = require('./WarrantIssuance');
|
|
99
|
-
exports.WarrantIssuance = WarrantIssuance;
|
|
100
55
|
var WarrantRetraction = require('./WarrantRetraction');
|
|
101
|
-
exports.WarrantRetraction = WarrantRetraction;
|
|
102
56
|
var WarrantTransfer = require('./WarrantTransfer');
|
|
57
|
+
|
|
58
|
+
exports.ConvertibleAcceptance = ConvertibleAcceptance;
|
|
59
|
+
exports.ConvertibleCancellation = ConvertibleCancellation;
|
|
60
|
+
exports.ConvertibleConversion = ConvertibleConversion;
|
|
61
|
+
exports.ConvertibleIssuance = ConvertibleIssuance;
|
|
62
|
+
exports.ConvertibleRetraction = ConvertibleRetraction;
|
|
63
|
+
exports.ConvertibleTransfer = ConvertibleTransfer;
|
|
64
|
+
exports.Document = Document;
|
|
65
|
+
exports.EquityCompensationAcceptance = EquityCompensationAcceptance;
|
|
66
|
+
exports.EquityCompensationCancellation = EquityCompensationCancellation;
|
|
67
|
+
exports.EquityCompensationExercise = EquityCompensationExercise;
|
|
68
|
+
exports.EquityCompensationIssuance = EquityCompensationIssuance;
|
|
69
|
+
exports.EquityCompensationRelease = EquityCompensationRelease;
|
|
70
|
+
exports.EquityCompensationRepricing = EquityCompensationRepricing;
|
|
71
|
+
exports.EquityCompensationRetraction = EquityCompensationRetraction;
|
|
72
|
+
exports.EquityCompensationTransfer = EquityCompensationTransfer;
|
|
73
|
+
exports.Issuer = Issuer;
|
|
74
|
+
exports.IssuerAuthorizedSharesAdjustment = IssuerAuthorizedSharesAdjustment;
|
|
75
|
+
exports.Stakeholder = Stakeholder;
|
|
76
|
+
exports.StakeholderRelationshipChangeEvent = StakeholderRelationshipChangeEvent;
|
|
77
|
+
exports.StakeholderStatusChangeEvent = StakeholderStatusChangeEvent;
|
|
78
|
+
exports.StockAcceptance = StockAcceptance;
|
|
79
|
+
exports.StockCancellation = StockCancellation;
|
|
80
|
+
exports.StockClass = StockClass;
|
|
81
|
+
exports.StockClassAuthorizedSharesAdjustment = StockClassAuthorizedSharesAdjustment;
|
|
82
|
+
exports.StockClassConversionRatioAdjustment = StockClassConversionRatioAdjustment;
|
|
83
|
+
exports.StockClassSplit = StockClassSplit;
|
|
84
|
+
exports.StockConsolidation = StockConsolidation;
|
|
85
|
+
exports.StockConversion = StockConversion;
|
|
86
|
+
exports.StockIssuance = StockIssuance;
|
|
87
|
+
exports.StockLegendTemplate = StockLegendTemplate;
|
|
88
|
+
exports.StockPlan = StockPlan;
|
|
89
|
+
exports.StockPlanPoolAdjustment = StockPlanPoolAdjustment;
|
|
90
|
+
exports.StockPlanReturnToPool = StockPlanReturnToPool;
|
|
91
|
+
exports.StockReissuance = StockReissuance;
|
|
92
|
+
exports.StockRepurchase = StockRepurchase;
|
|
93
|
+
exports.StockRetraction = StockRetraction;
|
|
94
|
+
exports.StockTransfer = StockTransfer;
|
|
95
|
+
exports.Valuation = Valuation;
|
|
96
|
+
exports.VestingAcceleration = VestingAcceleration;
|
|
97
|
+
exports.VestingEvent = VestingEvent;
|
|
98
|
+
exports.VestingStart = VestingStart;
|
|
99
|
+
exports.VestingTerms = VestingTerms;
|
|
100
|
+
exports.WarrantAcceptance = WarrantAcceptance;
|
|
101
|
+
exports.WarrantCancellation = WarrantCancellation;
|
|
102
|
+
exports.WarrantExercise = WarrantExercise;
|
|
103
|
+
exports.WarrantIssuance = WarrantIssuance;
|
|
104
|
+
exports.WarrantRetraction = WarrantRetraction;
|
|
103
105
|
exports.WarrantTransfer = WarrantTransfer;
|