@fairmint/open-captable-protocol-daml-js 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +7 -7
- package/published-dars/OpenCapTable.dar +0 -0
|
@@ -5,11 +5,24 @@ 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 */
|
|
11
12
|
var damlTypes = require('@daml/types');
|
|
12
13
|
|
|
14
|
+
exports.OcfAuthorizedShares = {
|
|
15
|
+
OcfAuthorizedSharesNotApplicable: 'OcfAuthorizedSharesNotApplicable',
|
|
16
|
+
OcfAuthorizedSharesUnlimited: 'OcfAuthorizedSharesUnlimited',
|
|
17
|
+
keys: ['OcfAuthorizedSharesNotApplicable', 'OcfAuthorizedSharesUnlimited'],
|
|
18
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
19
|
+
return jtv.oneOf(
|
|
20
|
+
jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesNotApplicable),
|
|
21
|
+
jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesUnlimited),
|
|
22
|
+
);
|
|
23
|
+
}),
|
|
24
|
+
encode: function (__typed__) { return __typed__; },
|
|
25
|
+
};
|
|
13
26
|
|
|
14
27
|
exports.OcfFileType = {
|
|
15
28
|
OcfManifestFile: 'OcfManifestFile',
|
|
@@ -22,12 +35,62 @@ exports.OcfFileType = {
|
|
|
22
35
|
OcfVestingTermsFile: 'OcfVestingTermsFile',
|
|
23
36
|
OcfFinancingsFile: 'OcfFinancingsFile',
|
|
24
37
|
OcfDocumentsFile: 'OcfDocumentsFile',
|
|
25
|
-
keys: ['OcfManifestFile','OcfStakeholdersFile','OcfStockClassesFile','OcfStockLegendTemplatesFile','OcfStockPlansFile','OcfTransactionsFile','OcfValuationsFile','OcfVestingTermsFile','OcfFinancingsFile','OcfDocumentsFile'
|
|
26
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
38
|
+
keys: ['OcfManifestFile', 'OcfStakeholdersFile', 'OcfStockClassesFile', 'OcfStockLegendTemplatesFile', 'OcfStockPlansFile', 'OcfTransactionsFile', 'OcfValuationsFile', 'OcfVestingTermsFile', 'OcfFinancingsFile', 'OcfDocumentsFile'],
|
|
39
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
40
|
+
return jtv.oneOf(
|
|
41
|
+
jtv.constant(exports.OcfFileType.OcfManifestFile),
|
|
42
|
+
jtv.constant(exports.OcfFileType.OcfStakeholdersFile),
|
|
43
|
+
jtv.constant(exports.OcfFileType.OcfStockClassesFile),
|
|
44
|
+
jtv.constant(exports.OcfFileType.OcfStockLegendTemplatesFile),
|
|
45
|
+
jtv.constant(exports.OcfFileType.OcfStockPlansFile),
|
|
46
|
+
jtv.constant(exports.OcfFileType.OcfTransactionsFile),
|
|
47
|
+
jtv.constant(exports.OcfFileType.OcfValuationsFile),
|
|
48
|
+
jtv.constant(exports.OcfFileType.OcfVestingTermsFile),
|
|
49
|
+
jtv.constant(exports.OcfFileType.OcfFinancingsFile),
|
|
50
|
+
jtv.constant(exports.OcfFileType.OcfDocumentsFile),
|
|
51
|
+
);
|
|
52
|
+
}),
|
|
27
53
|
encode: function (__typed__) { return __typed__; },
|
|
28
54
|
};
|
|
29
55
|
|
|
56
|
+
exports.OcfInitialSharesAuthorized = {
|
|
57
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
58
|
+
return jtv.oneOf(
|
|
59
|
+
jtv.object({
|
|
60
|
+
tag: jtv.constant("OcfInitialSharesNumeric"),
|
|
61
|
+
value: damlTypes.Numeric(10).decoder,
|
|
62
|
+
}),
|
|
63
|
+
jtv.object({
|
|
64
|
+
tag: jtv.constant("OcfInitialSharesEnum"),
|
|
65
|
+
value: exports.OcfAuthorizedShares.decoder,
|
|
66
|
+
}),
|
|
67
|
+
);
|
|
68
|
+
}),
|
|
69
|
+
encode: function (__typed__) {
|
|
70
|
+
switch(__typed__.tag) {
|
|
71
|
+
case 'OcfInitialSharesNumeric': return {tag: __typed__.tag, value: damlTypes.Numeric(10).encode(__typed__.value)};
|
|
72
|
+
case 'OcfInitialSharesEnum': return {tag: __typed__.tag, value: exports.OcfAuthorizedShares.encode(__typed__.value)};
|
|
73
|
+
default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type OcfInitialSharesAuthorized';
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
};
|
|
30
77
|
|
|
78
|
+
exports.OcfParentSecurityType = {
|
|
79
|
+
OcfParentStockPlan: 'OcfParentStockPlan',
|
|
80
|
+
OcfParentStock: 'OcfParentStock',
|
|
81
|
+
OcfParentWarrant: 'OcfParentWarrant',
|
|
82
|
+
OcfParentConvertible: 'OcfParentConvertible',
|
|
83
|
+
keys: ['OcfParentStockPlan', 'OcfParentStock', 'OcfParentWarrant', 'OcfParentConvertible'],
|
|
84
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
85
|
+
return jtv.oneOf(
|
|
86
|
+
jtv.constant(exports.OcfParentSecurityType.OcfParentStockPlan),
|
|
87
|
+
jtv.constant(exports.OcfParentSecurityType.OcfParentStock),
|
|
88
|
+
jtv.constant(exports.OcfParentSecurityType.OcfParentWarrant),
|
|
89
|
+
jtv.constant(exports.OcfParentSecurityType.OcfParentConvertible),
|
|
90
|
+
);
|
|
91
|
+
}),
|
|
92
|
+
encode: function (__typed__) { return __typed__; },
|
|
93
|
+
};
|
|
31
94
|
|
|
32
95
|
exports.OcfQuantitySourceType = {
|
|
33
96
|
OcfQuantityHumanEstimated: 'OcfQuantityHumanEstimated',
|
|
@@ -36,106 +99,89 @@ exports.OcfQuantitySourceType = {
|
|
|
36
99
|
OcfQuantityInstrumentFixed: 'OcfQuantityInstrumentFixed',
|
|
37
100
|
OcfQuantityInstrumentMax: 'OcfQuantityInstrumentMax',
|
|
38
101
|
OcfQuantityInstrumentMin: 'OcfQuantityInstrumentMin',
|
|
39
|
-
keys: ['OcfQuantityHumanEstimated','OcfQuantityMachineEstimated','OcfQuantityUnspecified','OcfQuantityInstrumentFixed','OcfQuantityInstrumentMax','OcfQuantityInstrumentMin'
|
|
40
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
102
|
+
keys: ['OcfQuantityHumanEstimated', 'OcfQuantityMachineEstimated', 'OcfQuantityUnspecified', 'OcfQuantityInstrumentFixed', 'OcfQuantityInstrumentMax', 'OcfQuantityInstrumentMin'],
|
|
103
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
104
|
+
return jtv.oneOf(
|
|
105
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityHumanEstimated),
|
|
106
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityMachineEstimated),
|
|
107
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityUnspecified),
|
|
108
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentFixed),
|
|
109
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMax),
|
|
110
|
+
jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMin),
|
|
111
|
+
);
|
|
112
|
+
}),
|
|
41
113
|
encode: function (__typed__) { return __typed__; },
|
|
42
114
|
};
|
|
43
115
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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, }); }),
|
|
116
|
+
exports.OcfRatio = {
|
|
117
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
118
|
+
return jtv.object({
|
|
119
|
+
numerator: damlTypes.Numeric(10).decoder,
|
|
120
|
+
denominator: damlTypes.Numeric(10).decoder,
|
|
121
|
+
});
|
|
122
|
+
}),
|
|
72
123
|
encode: function (__typed__) {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
,
|
|
124
|
+
return {
|
|
125
|
+
numerator: damlTypes.Numeric(10).encode(__typed__.numerator),
|
|
126
|
+
denominator: damlTypes.Numeric(10).encode(__typed__.denominator),
|
|
127
|
+
};
|
|
128
|
+
},
|
|
79
129
|
};
|
|
80
130
|
|
|
81
|
-
|
|
82
|
-
|
|
83
131
|
exports.OcfSecurityExemption = {
|
|
84
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
132
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
133
|
+
return jtv.object({
|
|
134
|
+
description: damlTypes.Text.decoder,
|
|
135
|
+
jurisdiction: damlTypes.Text.decoder,
|
|
136
|
+
});
|
|
137
|
+
}),
|
|
85
138
|
encode: function (__typed__) {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}
|
|
91
|
-
,
|
|
139
|
+
return {
|
|
140
|
+
description: damlTypes.Text.encode(__typed__.description),
|
|
141
|
+
jurisdiction: damlTypes.Text.encode(__typed__.jurisdiction),
|
|
142
|
+
};
|
|
143
|
+
},
|
|
92
144
|
};
|
|
93
145
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
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, }); }),
|
|
146
|
+
exports.OcfShareNumberRange = {
|
|
147
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
148
|
+
return jtv.object({
|
|
149
|
+
starting_share_number: damlTypes.Numeric(10).decoder,
|
|
150
|
+
ending_share_number: damlTypes.Numeric(10).decoder,
|
|
151
|
+
});
|
|
152
|
+
}),
|
|
123
153
|
encode: function (__typed__) {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
,
|
|
154
|
+
return {
|
|
155
|
+
starting_share_number: damlTypes.Numeric(10).encode(__typed__.starting_share_number),
|
|
156
|
+
ending_share_number: damlTypes.Numeric(10).encode(__typed__.ending_share_number),
|
|
157
|
+
};
|
|
158
|
+
},
|
|
130
159
|
};
|
|
131
160
|
|
|
132
|
-
|
|
133
|
-
|
|
134
161
|
exports.OcfStockClassType = {
|
|
135
162
|
OcfStockClassTypeCommon: 'OcfStockClassTypeCommon',
|
|
136
163
|
OcfStockClassTypePreferred: 'OcfStockClassTypePreferred',
|
|
137
|
-
keys: ['OcfStockClassTypeCommon','OcfStockClassTypePreferred'
|
|
138
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
164
|
+
keys: ['OcfStockClassTypeCommon', 'OcfStockClassTypePreferred'],
|
|
165
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
166
|
+
return jtv.oneOf(
|
|
167
|
+
jtv.constant(exports.OcfStockClassType.OcfStockClassTypeCommon),
|
|
168
|
+
jtv.constant(exports.OcfStockClassType.OcfStockClassTypePreferred),
|
|
169
|
+
);
|
|
170
|
+
}),
|
|
139
171
|
encode: function (__typed__) { return __typed__; },
|
|
140
172
|
};
|
|
141
173
|
|
|
174
|
+
exports.OcfStockParent = {
|
|
175
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
176
|
+
return jtv.object({
|
|
177
|
+
parent_object_id: damlTypes.Text.decoder,
|
|
178
|
+
parent_object_type: exports.OcfParentSecurityType.decoder,
|
|
179
|
+
});
|
|
180
|
+
}),
|
|
181
|
+
encode: function (__typed__) {
|
|
182
|
+
return {
|
|
183
|
+
parent_object_id: damlTypes.Text.encode(__typed__.parent_object_id),
|
|
184
|
+
parent_object_type: exports.OcfParentSecurityType.encode(__typed__.parent_object_type),
|
|
185
|
+
};
|
|
186
|
+
},
|
|
187
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Vesting.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/Types/Vesting/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 */
|
|
@@ -7,24 +8,6 @@ import * as damlTypes from '@daml/types';
|
|
|
7
8
|
|
|
8
9
|
import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module';
|
|
9
10
|
|
|
10
|
-
export declare type OcfEquityCompensationIssuanceData = {
|
|
11
|
-
compensation_type: OcfCompensationType;
|
|
12
|
-
quantity: damlTypes.Numeric;
|
|
13
|
-
comments: string[];
|
|
14
|
-
termination_exercise_windows: OcfTerminationWindow[];
|
|
15
|
-
vestings: OcfVesting[];
|
|
16
|
-
base_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
17
|
-
early_exercisable: damlTypes.Optional<boolean>;
|
|
18
|
-
exercise_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
19
|
-
expiration_date: damlTypes.Optional<damlTypes.Time>;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export declare const OcfEquityCompensationIssuanceData:
|
|
23
|
-
damlTypes.Serializable<OcfEquityCompensationIssuanceData> & {
|
|
24
|
-
}
|
|
25
|
-
;
|
|
26
|
-
|
|
27
|
-
|
|
28
11
|
export declare type OcfCompensationType =
|
|
29
12
|
| 'OcfCompensationTypeOptionNSO'
|
|
30
13
|
| 'OcfCompensationTypeOptionISO'
|
|
@@ -32,37 +15,43 @@ export declare type OcfCompensationType =
|
|
|
32
15
|
| 'OcfCompensationTypeRSU'
|
|
33
16
|
| 'OcfCompensationTypeCSAR'
|
|
34
17
|
| 'OcfCompensationTypeSSAR'
|
|
35
|
-
|
|
18
|
+
|
|
36
19
|
|
|
37
20
|
export declare const OcfCompensationType:
|
|
38
|
-
damlTypes.Serializable<OcfCompensationType> & {
|
|
39
|
-
}
|
|
40
|
-
& { readonly keys: OcfCompensationType[] } & { readonly [e in OcfCompensationType]: e }
|
|
41
|
-
;
|
|
21
|
+
damlTypes.Serializable<OcfCompensationType> & { readonly keys: OcfCompensationType[] } & { readonly [e in OcfCompensationType]: e }
|
|
42
22
|
|
|
23
|
+
export declare type OcfEquityCompensationIssuanceData = {
|
|
24
|
+
compensation_type: OcfCompensationType,
|
|
25
|
+
quantity: damlTypes.Numeric,
|
|
26
|
+
comments: string[],
|
|
27
|
+
termination_exercise_windows: OcfTerminationWindow[],
|
|
28
|
+
vestings: OcfVesting[],
|
|
29
|
+
base_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>,
|
|
30
|
+
early_exercisable: damlTypes.Optional<boolean>,
|
|
31
|
+
exercise_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>,
|
|
32
|
+
expiration_date: damlTypes.Optional<damlTypes.Time>,
|
|
33
|
+
}
|
|
43
34
|
|
|
44
|
-
export declare
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
35
|
+
export declare const OcfEquityCompensationIssuanceData:
|
|
36
|
+
damlTypes.Serializable<OcfEquityCompensationIssuanceData>
|
|
37
|
+
|
|
38
|
+
export declare type OcfPeriodType =
|
|
39
|
+
| 'OcfPeriodDays'
|
|
40
|
+
| 'OcfPeriodMonths'
|
|
41
|
+
| 'OcfPeriodYears'
|
|
48
42
|
|
|
49
|
-
export declare const OcfVesting:
|
|
50
|
-
damlTypes.Serializable<OcfVesting> & {
|
|
51
|
-
}
|
|
52
|
-
;
|
|
53
43
|
|
|
44
|
+
export declare const OcfPeriodType:
|
|
45
|
+
damlTypes.Serializable<OcfPeriodType> & { readonly keys: OcfPeriodType[] } & { readonly [e in OcfPeriodType]: e }
|
|
54
46
|
|
|
55
47
|
export declare type OcfTerminationWindow = {
|
|
56
|
-
period: damlTypes.Int
|
|
57
|
-
period_type: OcfPeriodType
|
|
58
|
-
reason: OcfTerminationWindowType
|
|
59
|
-
}
|
|
48
|
+
period: damlTypes.Int,
|
|
49
|
+
period_type: OcfPeriodType,
|
|
50
|
+
reason: OcfTerminationWindowType,
|
|
51
|
+
}
|
|
60
52
|
|
|
61
53
|
export declare const OcfTerminationWindow:
|
|
62
|
-
damlTypes.Serializable<OcfTerminationWindow>
|
|
63
|
-
}
|
|
64
|
-
;
|
|
65
|
-
|
|
54
|
+
damlTypes.Serializable<OcfTerminationWindow>
|
|
66
55
|
|
|
67
56
|
export declare type OcfTerminationWindowType =
|
|
68
57
|
| 'OcfTermVoluntaryOther'
|
|
@@ -72,24 +61,15 @@ export declare type OcfTerminationWindowType =
|
|
|
72
61
|
| 'OcfTermInvoluntaryDeath'
|
|
73
62
|
| 'OcfTermInvoluntaryDisability'
|
|
74
63
|
| 'OcfTermInvoluntaryWithCause'
|
|
75
|
-
;
|
|
76
|
-
|
|
77
|
-
export declare const OcfTerminationWindowType:
|
|
78
|
-
damlTypes.Serializable<OcfTerminationWindowType> & {
|
|
79
|
-
}
|
|
80
|
-
& { readonly keys: OcfTerminationWindowType[] } & { readonly [e in OcfTerminationWindowType]: e }
|
|
81
|
-
;
|
|
82
64
|
|
|
83
65
|
|
|
84
|
-
export declare
|
|
85
|
-
|
|
86
|
-
| 'OcfPeriodMonths'
|
|
87
|
-
| 'OcfPeriodYears'
|
|
88
|
-
;
|
|
66
|
+
export declare const OcfTerminationWindowType:
|
|
67
|
+
damlTypes.Serializable<OcfTerminationWindowType> & { readonly keys: OcfTerminationWindowType[] } & { readonly [e in OcfTerminationWindowType]: e }
|
|
89
68
|
|
|
90
|
-
export declare
|
|
91
|
-
damlTypes.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
;
|
|
69
|
+
export declare type OcfVesting = {
|
|
70
|
+
amount: damlTypes.Numeric,
|
|
71
|
+
date: damlTypes.Time,
|
|
72
|
+
}
|
|
95
73
|
|
|
74
|
+
export declare const OcfVesting:
|
|
75
|
+
damlTypes.Serializable<OcfVesting>
|
|
@@ -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 */
|
|
@@ -12,27 +13,6 @@ var damlTypes = require('@daml/types');
|
|
|
12
13
|
|
|
13
14
|
var Fairmint_OpenCapTable_Types_Monetary = require('../../../../Fairmint/OpenCapTable/Types/Monetary/module');
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
exports.OcfEquityCompensationIssuanceData = {
|
|
17
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({compensation_type: exports.OcfCompensationType.decoder, quantity: damlTypes.Numeric(10).decoder, comments: damlTypes.List(damlTypes.Text).decoder, termination_exercise_windows: damlTypes.List(exports.OcfTerminationWindow).decoder, vestings: damlTypes.List(exports.OcfVesting).decoder, base_price: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).decoder), early_exercisable: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Bool).decoder), exercise_price: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).decoder), expiration_date: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Time).decoder), }); }),
|
|
18
|
-
encode: function (__typed__) {
|
|
19
|
-
return {
|
|
20
|
-
compensation_type: exports.OcfCompensationType.encode(__typed__.compensation_type),
|
|
21
|
-
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
22
|
-
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
23
|
-
termination_exercise_windows: damlTypes.List(exports.OcfTerminationWindow).encode(__typed__.termination_exercise_windows),
|
|
24
|
-
vestings: damlTypes.List(exports.OcfVesting).encode(__typed__.vestings),
|
|
25
|
-
base_price: damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).encode(__typed__.base_price),
|
|
26
|
-
early_exercisable: damlTypes.Optional(damlTypes.Bool).encode(__typed__.early_exercisable),
|
|
27
|
-
exercise_price: damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).encode(__typed__.exercise_price),
|
|
28
|
-
expiration_date: damlTypes.Optional(damlTypes.Time).encode(__typed__.expiration_date),
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
,
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
16
|
exports.OcfCompensationType = {
|
|
37
17
|
OcfCompensationTypeOptionNSO: 'OcfCompensationTypeOptionNSO',
|
|
38
18
|
OcfCompensationTypeOptionISO: 'OcfCompensationTypeOptionISO',
|
|
@@ -40,40 +20,81 @@ exports.OcfCompensationType = {
|
|
|
40
20
|
OcfCompensationTypeRSU: 'OcfCompensationTypeRSU',
|
|
41
21
|
OcfCompensationTypeCSAR: 'OcfCompensationTypeCSAR',
|
|
42
22
|
OcfCompensationTypeSSAR: 'OcfCompensationTypeSSAR',
|
|
43
|
-
keys: ['OcfCompensationTypeOptionNSO','OcfCompensationTypeOptionISO','OcfCompensationTypeOption','OcfCompensationTypeRSU','OcfCompensationTypeCSAR','OcfCompensationTypeSSAR'
|
|
44
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
23
|
+
keys: ['OcfCompensationTypeOptionNSO', 'OcfCompensationTypeOptionISO', 'OcfCompensationTypeOption', 'OcfCompensationTypeRSU', 'OcfCompensationTypeCSAR', 'OcfCompensationTypeSSAR'],
|
|
24
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
25
|
+
return jtv.oneOf(
|
|
26
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOptionNSO),
|
|
27
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOptionISO),
|
|
28
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOption),
|
|
29
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeRSU),
|
|
30
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeCSAR),
|
|
31
|
+
jtv.constant(exports.OcfCompensationType.OcfCompensationTypeSSAR),
|
|
32
|
+
);
|
|
33
|
+
}),
|
|
45
34
|
encode: function (__typed__) { return __typed__; },
|
|
46
35
|
};
|
|
47
36
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
37
|
+
exports.OcfEquityCompensationIssuanceData = {
|
|
38
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
39
|
+
return jtv.object({
|
|
40
|
+
compensation_type: exports.OcfCompensationType.decoder,
|
|
41
|
+
quantity: damlTypes.Numeric(10).decoder,
|
|
42
|
+
comments: damlTypes.List(damlTypes.Text).decoder,
|
|
43
|
+
termination_exercise_windows: damlTypes.List(exports.OcfTerminationWindow).decoder,
|
|
44
|
+
vestings: damlTypes.List(exports.OcfVesting).decoder,
|
|
45
|
+
base_price: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).decoder),
|
|
46
|
+
early_exercisable: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Bool).decoder),
|
|
47
|
+
exercise_price: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).decoder),
|
|
48
|
+
expiration_date: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Time).decoder),
|
|
49
|
+
});
|
|
50
|
+
}),
|
|
52
51
|
encode: function (__typed__) {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
,
|
|
52
|
+
return {
|
|
53
|
+
compensation_type: exports.OcfCompensationType.encode(__typed__.compensation_type),
|
|
54
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
55
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
56
|
+
termination_exercise_windows: damlTypes.List(exports.OcfTerminationWindow).encode(__typed__.termination_exercise_windows),
|
|
57
|
+
vestings: damlTypes.List(exports.OcfVesting).encode(__typed__.vestings),
|
|
58
|
+
base_price: damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).encode(__typed__.base_price),
|
|
59
|
+
early_exercisable: damlTypes.Optional(damlTypes.Bool).encode(__typed__.early_exercisable),
|
|
60
|
+
exercise_price: damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).encode(__typed__.exercise_price),
|
|
61
|
+
expiration_date: damlTypes.Optional(damlTypes.Time).encode(__typed__.expiration_date),
|
|
62
|
+
};
|
|
63
|
+
},
|
|
59
64
|
};
|
|
60
65
|
|
|
61
|
-
|
|
66
|
+
exports.OcfPeriodType = {
|
|
67
|
+
OcfPeriodDays: 'OcfPeriodDays',
|
|
68
|
+
OcfPeriodMonths: 'OcfPeriodMonths',
|
|
69
|
+
OcfPeriodYears: 'OcfPeriodYears',
|
|
70
|
+
keys: ['OcfPeriodDays', 'OcfPeriodMonths', 'OcfPeriodYears'],
|
|
71
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
72
|
+
return jtv.oneOf(
|
|
73
|
+
jtv.constant(exports.OcfPeriodType.OcfPeriodDays),
|
|
74
|
+
jtv.constant(exports.OcfPeriodType.OcfPeriodMonths),
|
|
75
|
+
jtv.constant(exports.OcfPeriodType.OcfPeriodYears),
|
|
76
|
+
);
|
|
77
|
+
}),
|
|
78
|
+
encode: function (__typed__) { return __typed__; },
|
|
79
|
+
};
|
|
62
80
|
|
|
63
81
|
exports.OcfTerminationWindow = {
|
|
64
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
82
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
83
|
+
return jtv.object({
|
|
84
|
+
period: damlTypes.Int.decoder,
|
|
85
|
+
period_type: exports.OcfPeriodType.decoder,
|
|
86
|
+
reason: exports.OcfTerminationWindowType.decoder,
|
|
87
|
+
});
|
|
88
|
+
}),
|
|
65
89
|
encode: function (__typed__) {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
,
|
|
90
|
+
return {
|
|
91
|
+
period: damlTypes.Int.encode(__typed__.period),
|
|
92
|
+
period_type: exports.OcfPeriodType.encode(__typed__.period_type),
|
|
93
|
+
reason: exports.OcfTerminationWindowType.encode(__typed__.reason),
|
|
94
|
+
};
|
|
95
|
+
},
|
|
73
96
|
};
|
|
74
97
|
|
|
75
|
-
|
|
76
|
-
|
|
77
98
|
exports.OcfTerminationWindowType = {
|
|
78
99
|
OcfTermVoluntaryOther: 'OcfTermVoluntaryOther',
|
|
79
100
|
OcfTermVoluntaryGoodCause: 'OcfTermVoluntaryGoodCause',
|
|
@@ -82,19 +103,32 @@ exports.OcfTerminationWindowType = {
|
|
|
82
103
|
OcfTermInvoluntaryDeath: 'OcfTermInvoluntaryDeath',
|
|
83
104
|
OcfTermInvoluntaryDisability: 'OcfTermInvoluntaryDisability',
|
|
84
105
|
OcfTermInvoluntaryWithCause: 'OcfTermInvoluntaryWithCause',
|
|
85
|
-
keys: ['OcfTermVoluntaryOther','OcfTermVoluntaryGoodCause','OcfTermVoluntaryRetirement','OcfTermInvoluntaryOther','OcfTermInvoluntaryDeath','OcfTermInvoluntaryDisability','OcfTermInvoluntaryWithCause'
|
|
86
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
106
|
+
keys: ['OcfTermVoluntaryOther', 'OcfTermVoluntaryGoodCause', 'OcfTermVoluntaryRetirement', 'OcfTermInvoluntaryOther', 'OcfTermInvoluntaryDeath', 'OcfTermInvoluntaryDisability', 'OcfTermInvoluntaryWithCause'],
|
|
107
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
108
|
+
return jtv.oneOf(
|
|
109
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryOther),
|
|
110
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryGoodCause),
|
|
111
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryRetirement),
|
|
112
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryOther),
|
|
113
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryDeath),
|
|
114
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryDisability),
|
|
115
|
+
jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryWithCause),
|
|
116
|
+
);
|
|
117
|
+
}),
|
|
87
118
|
encode: function (__typed__) { return __typed__; },
|
|
88
119
|
};
|
|
89
120
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
121
|
+
exports.OcfVesting = {
|
|
122
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
123
|
+
return jtv.object({
|
|
124
|
+
amount: damlTypes.Numeric(10).decoder,
|
|
125
|
+
date: damlTypes.Time.decoder,
|
|
126
|
+
});
|
|
127
|
+
}),
|
|
128
|
+
encode: function (__typed__) {
|
|
129
|
+
return {
|
|
130
|
+
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
131
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
132
|
+
};
|
|
133
|
+
},
|
|
99
134
|
};
|
|
100
|
-
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import * as Contact from './Contact';
|
|
2
|
-
export { Contact } ;
|
|
3
2
|
import * as Conversion from './Conversion';
|
|
4
|
-
export { Conversion } ;
|
|
5
3
|
import * as Core from './Core';
|
|
6
|
-
export { Core } ;
|
|
7
4
|
import * as Monetary from './Monetary';
|
|
8
|
-
export { Monetary } ;
|
|
9
5
|
import * as Stakeholder from './Stakeholder';
|
|
10
|
-
export { Stakeholder } ;
|
|
11
6
|
import * as Stock from './Stock';
|
|
12
|
-
export { Stock } ;
|
|
13
7
|
import * as Vesting from './Vesting';
|
|
14
|
-
|
|
8
|
+
|
|
9
|
+
export { Contact };
|
|
10
|
+
export { Conversion };
|
|
11
|
+
export { Core };
|
|
12
|
+
export { Monetary };
|
|
13
|
+
export { Stakeholder };
|
|
14
|
+
export { Stock };
|
|
15
|
+
export { Vesting };
|
|
@@ -5,17 +5,19 @@ 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 Contact = require('./Contact');
|
|
9
|
-
exports.Contact = Contact;
|
|
10
10
|
var Conversion = require('./Conversion');
|
|
11
|
-
exports.Conversion = Conversion;
|
|
12
11
|
var Core = require('./Core');
|
|
13
|
-
exports.Core = Core;
|
|
14
12
|
var Monetary = require('./Monetary');
|
|
15
|
-
exports.Monetary = Monetary;
|
|
16
13
|
var Stakeholder = require('./Stakeholder');
|
|
17
|
-
exports.Stakeholder = Stakeholder;
|
|
18
14
|
var Stock = require('./Stock');
|
|
19
|
-
exports.Stock = Stock;
|
|
20
15
|
var Vesting = require('./Vesting');
|
|
16
|
+
|
|
17
|
+
exports.Contact = Contact;
|
|
18
|
+
exports.Conversion = Conversion;
|
|
19
|
+
exports.Core = Core;
|
|
20
|
+
exports.Monetary = Monetary;
|
|
21
|
+
exports.Stakeholder = Stakeholder;
|
|
22
|
+
exports.Stock = Stock;
|
|
21
23
|
exports.Vesting = Vesting;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as CapTable from './CapTable';
|
|
2
|
-
export { CapTable } ;
|
|
3
2
|
import * as IssuerAuthorization from './IssuerAuthorization';
|
|
4
|
-
export { IssuerAuthorization } ;
|
|
5
3
|
import * as OCF from './OCF';
|
|
6
|
-
export { OCF } ;
|
|
7
4
|
import * as OcpFactory from './OcpFactory';
|
|
8
|
-
export { OcpFactory } ;
|
|
9
5
|
import * as Types from './Types';
|
|
10
|
-
|
|
6
|
+
|
|
7
|
+
export { CapTable };
|
|
8
|
+
export { IssuerAuthorization };
|
|
9
|
+
export { OCF };
|
|
10
|
+
export { OcpFactory };
|
|
11
|
+
export { Types };
|