@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,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,48 +15,56 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
exports.EquityCompensationAcceptanceOcfData = {
|
|
19
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.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
|
-
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
25
|
-
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
,
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
18
|
exports.EquityCompensationAcceptance = damlTypes.assembleTemplate(
|
|
34
|
-
{
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
19
|
+
{
|
|
20
|
+
templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationAcceptance:EquityCompensationAcceptance',
|
|
21
|
+
templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.EquityCompensationAcceptance:EquityCompensationAcceptance',
|
|
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
|
+
acceptance_data: exports.EquityCompensationAcceptanceOcfData.decoder,
|
|
28
|
+
});
|
|
29
|
+
}),
|
|
30
|
+
encode: function (__typed__) {
|
|
31
|
+
return {
|
|
32
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
33
|
+
acceptance_data: exports.EquityCompensationAcceptanceOcfData.encode(__typed__.acceptance_data),
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
Archive: {
|
|
37
|
+
template: function () { return exports.EquityCompensationAcceptance; },
|
|
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
|
+
},
|
|
54
48
|
},
|
|
55
|
-
}
|
|
56
|
-
|
|
57
49
|
);
|
|
58
50
|
|
|
51
|
+
damlTypes.registerTemplate(exports.EquityCompensationAcceptance, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
|
|
59
52
|
|
|
60
|
-
|
|
61
|
-
|
|
53
|
+
exports.EquityCompensationAcceptanceOcfData = {
|
|
54
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
55
|
+
return jtv.object({
|
|
56
|
+
id: damlTypes.Text.decoder,
|
|
57
|
+
date: damlTypes.Time.decoder,
|
|
58
|
+
security_id: damlTypes.Text.decoder,
|
|
59
|
+
comments: damlTypes.List(damlTypes.Text).decoder,
|
|
60
|
+
});
|
|
61
|
+
}),
|
|
62
|
+
encode: function (__typed__) {
|
|
63
|
+
return {
|
|
64
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
65
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
66
|
+
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
67
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
68
|
+
};
|
|
69
|
+
},
|
|
70
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/OCF/EquityCompensationCancellation.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/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,36 +10,30 @@ 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 EquityCompensationCancellationOcfData = {
|
|
13
|
-
id: string;
|
|
14
|
-
date: damlTypes.Time;
|
|
15
|
-
quantity: damlTypes.Numeric;
|
|
16
|
-
reason_text: string;
|
|
17
|
-
security_id: string;
|
|
18
|
-
comments: string[];
|
|
19
|
-
balance_security_id: damlTypes.Optional<string>;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export declare const EquityCompensationCancellationOcfData:
|
|
23
|
-
damlTypes.Serializable<EquityCompensationCancellationOcfData> & {
|
|
24
|
-
}
|
|
25
|
-
;
|
|
26
|
-
|
|
27
|
-
|
|
28
13
|
export declare type EquityCompensationCancellation = {
|
|
29
|
-
context: Fairmint_OpenCapTable_Types_Core.Context
|
|
30
|
-
cancellation_data: EquityCompensationCancellationOcfData
|
|
31
|
-
}
|
|
14
|
+
context: Fairmint_OpenCapTable_Types_Core.Context,
|
|
15
|
+
cancellation_data: EquityCompensationCancellationOcfData,
|
|
16
|
+
}
|
|
32
17
|
|
|
33
18
|
export declare interface EquityCompensationCancellationInterface {
|
|
34
|
-
Archive:
|
|
19
|
+
Archive:
|
|
20
|
+
damlTypes.Choice<EquityCompensationCancellation, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
21
|
+
damlTypes.ChoiceFrom<damlTypes.Template<EquityCompensationCancellation, undefined>>;
|
|
35
22
|
}
|
|
36
23
|
export declare const EquityCompensationCancellation:
|
|
37
|
-
damlTypes.Template<EquityCompensationCancellation, undefined, '#OpenCapTable-
|
|
24
|
+
damlTypes.Template<EquityCompensationCancellation, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationCancellation:EquityCompensationCancellation'> &
|
|
38
25
|
damlTypes.ToInterface<EquityCompensationCancellation, never> &
|
|
39
|
-
EquityCompensationCancellationInterface
|
|
26
|
+
EquityCompensationCancellationInterface
|
|
40
27
|
|
|
41
|
-
export declare
|
|
28
|
+
export declare type EquityCompensationCancellationOcfData = {
|
|
29
|
+
id: string,
|
|
30
|
+
date: damlTypes.Time,
|
|
31
|
+
quantity: damlTypes.Numeric,
|
|
32
|
+
reason_text: string,
|
|
33
|
+
security_id: string,
|
|
34
|
+
comments: string[],
|
|
35
|
+
balance_security_id: damlTypes.Optional<string>,
|
|
42
36
|
}
|
|
43
37
|
|
|
44
|
-
|
|
38
|
+
export declare const EquityCompensationCancellationOcfData:
|
|
39
|
+
damlTypes.Serializable<EquityCompensationCancellationOcfData>
|
|
@@ -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,51 +15,62 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
exports.EquityCompensationCancellationOcfData = {
|
|
19
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, quantity: damlTypes.Numeric(10).decoder, reason_text: damlTypes.Text.decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, balance_security_id: 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
|
-
reason_text: damlTypes.Text.encode(__typed__.reason_text),
|
|
26
|
-
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
27
|
-
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
28
|
-
balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
,
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
18
|
exports.EquityCompensationCancellation = damlTypes.assembleTemplate(
|
|
37
|
-
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
19
|
+
{
|
|
20
|
+
templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationCancellation:EquityCompensationCancellation',
|
|
21
|
+
templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.EquityCompensationCancellation:EquityCompensationCancellation',
|
|
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
|
+
cancellation_data: exports.EquityCompensationCancellationOcfData.decoder,
|
|
28
|
+
});
|
|
29
|
+
}),
|
|
30
|
+
encode: function (__typed__) {
|
|
31
|
+
return {
|
|
32
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
33
|
+
cancellation_data: exports.EquityCompensationCancellationOcfData.encode(__typed__.cancellation_data),
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
Archive: {
|
|
37
|
+
template: function () { return exports.EquityCompensationCancellation; },
|
|
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
|
+
},
|
|
57
48
|
},
|
|
58
|
-
}
|
|
59
|
-
|
|
60
49
|
);
|
|
61
50
|
|
|
51
|
+
damlTypes.registerTemplate(exports.EquityCompensationCancellation, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
|
|
62
52
|
|
|
63
|
-
|
|
64
|
-
|
|
53
|
+
exports.EquityCompensationCancellationOcfData = {
|
|
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
|
+
reason_text: damlTypes.Text.decoder,
|
|
60
|
+
security_id: damlTypes.Text.decoder,
|
|
61
|
+
comments: damlTypes.List(damlTypes.Text).decoder,
|
|
62
|
+
balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
63
|
+
});
|
|
64
|
+
}),
|
|
65
|
+
encode: function (__typed__) {
|
|
66
|
+
return {
|
|
67
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
68
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
69
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
70
|
+
reason_text: damlTypes.Text.encode(__typed__.reason_text),
|
|
71
|
+
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
72
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
73
|
+
balance_security_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.balance_security_id),
|
|
74
|
+
};
|
|
75
|
+
},
|
|
76
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/OCF/EquityCompensationExercise.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/OCF/EquityCompensationExercise/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,36 +10,30 @@ 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 EquityCompensationExerciseOcfData = {
|
|
13
|
-
id: string;
|
|
14
|
-
date: damlTypes.Time;
|
|
15
|
-
quantity: damlTypes.Numeric;
|
|
16
|
-
security_id: string;
|
|
17
|
-
comments: string[];
|
|
18
|
-
resulting_security_ids: string[];
|
|
19
|
-
consideration_text: damlTypes.Optional<string>;
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
export declare const EquityCompensationExerciseOcfData:
|
|
23
|
-
damlTypes.Serializable<EquityCompensationExerciseOcfData> & {
|
|
24
|
-
}
|
|
25
|
-
;
|
|
26
|
-
|
|
27
|
-
|
|
28
13
|
export declare type EquityCompensationExercise = {
|
|
29
|
-
context: Fairmint_OpenCapTable_Types_Core.Context
|
|
30
|
-
exercise_data: EquityCompensationExerciseOcfData
|
|
31
|
-
}
|
|
14
|
+
context: Fairmint_OpenCapTable_Types_Core.Context,
|
|
15
|
+
exercise_data: EquityCompensationExerciseOcfData,
|
|
16
|
+
}
|
|
32
17
|
|
|
33
18
|
export declare interface EquityCompensationExerciseInterface {
|
|
34
|
-
Archive:
|
|
19
|
+
Archive:
|
|
20
|
+
damlTypes.Choice<EquityCompensationExercise, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
21
|
+
damlTypes.ChoiceFrom<damlTypes.Template<EquityCompensationExercise, undefined>>;
|
|
35
22
|
}
|
|
36
23
|
export declare const EquityCompensationExercise:
|
|
37
|
-
damlTypes.Template<EquityCompensationExercise, undefined, '#OpenCapTable-
|
|
24
|
+
damlTypes.Template<EquityCompensationExercise, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationExercise:EquityCompensationExercise'> &
|
|
38
25
|
damlTypes.ToInterface<EquityCompensationExercise, never> &
|
|
39
|
-
EquityCompensationExerciseInterface
|
|
26
|
+
EquityCompensationExerciseInterface
|
|
40
27
|
|
|
41
|
-
export declare
|
|
28
|
+
export declare type EquityCompensationExerciseOcfData = {
|
|
29
|
+
id: string,
|
|
30
|
+
date: damlTypes.Time,
|
|
31
|
+
quantity: damlTypes.Numeric,
|
|
32
|
+
security_id: string,
|
|
33
|
+
comments: string[],
|
|
34
|
+
resulting_security_ids: string[],
|
|
35
|
+
consideration_text: damlTypes.Optional<string>,
|
|
42
36
|
}
|
|
43
37
|
|
|
44
|
-
|
|
38
|
+
export declare const EquityCompensationExerciseOcfData:
|
|
39
|
+
damlTypes.Serializable<EquityCompensationExerciseOcfData>
|
|
@@ -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,51 +15,62 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
exports.EquityCompensationExerciseOcfData = {
|
|
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, 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
|
-
consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
,
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
18
|
exports.EquityCompensationExercise = damlTypes.assembleTemplate(
|
|
37
|
-
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
19
|
+
{
|
|
20
|
+
templateId: '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationExercise:EquityCompensationExercise',
|
|
21
|
+
templateIdWithPackageId: '#77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8:Fairmint.OpenCapTable.OCF.EquityCompensationExercise:EquityCompensationExercise',
|
|
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
|
+
exercise_data: exports.EquityCompensationExerciseOcfData.decoder,
|
|
28
|
+
});
|
|
29
|
+
}),
|
|
30
|
+
encode: function (__typed__) {
|
|
31
|
+
return {
|
|
32
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
33
|
+
exercise_data: exports.EquityCompensationExerciseOcfData.encode(__typed__.exercise_data),
|
|
34
|
+
};
|
|
35
|
+
},
|
|
36
|
+
Archive: {
|
|
37
|
+
template: function () { return exports.EquityCompensationExercise; },
|
|
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
|
+
},
|
|
57
48
|
},
|
|
58
|
-
}
|
|
59
|
-
|
|
60
49
|
);
|
|
61
50
|
|
|
51
|
+
damlTypes.registerTemplate(exports.EquityCompensationExercise, ['77a43b7e7726628a64703ce03f5d95600e60a62a8e4f3e7e987ab073f82544a8', '#OpenCapTable-v35']);
|
|
62
52
|
|
|
63
|
-
|
|
64
|
-
|
|
53
|
+
exports.EquityCompensationExerciseOcfData = {
|
|
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
|
+
consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
63
|
+
});
|
|
64
|
+
}),
|
|
65
|
+
encode: function (__typed__) {
|
|
66
|
+
return {
|
|
67
|
+
id: damlTypes.Text.encode(__typed__.id),
|
|
68
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
69
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
70
|
+
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
71
|
+
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
72
|
+
resulting_security_ids: damlTypes.List(damlTypes.Text).encode(__typed__.resulting_security_ids),
|
|
73
|
+
consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
|
|
74
|
+
};
|
|
75
|
+
},
|
|
76
|
+
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/OCF/EquityCompensationIssuance.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/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 */
|
|
@@ -12,50 +13,44 @@ import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/Open
|
|
|
12
13
|
import * as Fairmint_OpenCapTable_Types_Stock from '../../../../Fairmint/OpenCapTable/Types/Stock/module';
|
|
13
14
|
import * as Fairmint_OpenCapTable_Types_Vesting from '../../../../Fairmint/OpenCapTable/Types/Vesting/module';
|
|
14
15
|
|
|
15
|
-
export declare type EquityCompensationIssuanceOcfData = {
|
|
16
|
-
id: string;
|
|
17
|
-
custom_id: string;
|
|
18
|
-
date: damlTypes.Time;
|
|
19
|
-
compensation_type: Fairmint_OpenCapTable_Types_Vesting.OcfCompensationType;
|
|
20
|
-
quantity: damlTypes.Numeric;
|
|
21
|
-
security_id: string;
|
|
22
|
-
stakeholder_id: string;
|
|
23
|
-
comments: string[];
|
|
24
|
-
security_law_exemptions: Fairmint_OpenCapTable_Types_Stock.OcfSecurityExemption[];
|
|
25
|
-
vestings: Fairmint_OpenCapTable_Types_Vesting.OcfVesting[];
|
|
26
|
-
termination_exercise_windows: Fairmint_OpenCapTable_Types_Vesting.OcfTerminationWindow[];
|
|
27
|
-
base_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
28
|
-
board_approval_date: damlTypes.Optional<damlTypes.Time>;
|
|
29
|
-
consideration_text: damlTypes.Optional<string>;
|
|
30
|
-
early_exercisable: damlTypes.Optional<boolean>;
|
|
31
|
-
exercise_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
32
|
-
expiration_date: damlTypes.Optional<damlTypes.Time>;
|
|
33
|
-
stock_class_id: damlTypes.Optional<string>;
|
|
34
|
-
stock_plan_id: damlTypes.Optional<string>;
|
|
35
|
-
stockholder_approval_date: damlTypes.Optional<damlTypes.Time>;
|
|
36
|
-
vesting_terms_id: damlTypes.Optional<string>;
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
export declare const EquityCompensationIssuanceOcfData:
|
|
40
|
-
damlTypes.Serializable<EquityCompensationIssuanceOcfData> & {
|
|
41
|
-
}
|
|
42
|
-
;
|
|
43
|
-
|
|
44
|
-
|
|
45
16
|
export declare type EquityCompensationIssuance = {
|
|
46
|
-
context: Fairmint_OpenCapTable_Types_Core.Context
|
|
47
|
-
issuance_data: EquityCompensationIssuanceOcfData
|
|
48
|
-
}
|
|
17
|
+
context: Fairmint_OpenCapTable_Types_Core.Context,
|
|
18
|
+
issuance_data: EquityCompensationIssuanceOcfData,
|
|
19
|
+
}
|
|
49
20
|
|
|
50
21
|
export declare interface EquityCompensationIssuanceInterface {
|
|
51
|
-
Archive:
|
|
22
|
+
Archive:
|
|
23
|
+
damlTypes.Choice<EquityCompensationIssuance, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
24
|
+
damlTypes.ChoiceFrom<damlTypes.Template<EquityCompensationIssuance, undefined>>;
|
|
52
25
|
}
|
|
53
26
|
export declare const EquityCompensationIssuance:
|
|
54
|
-
damlTypes.Template<EquityCompensationIssuance, undefined, '#OpenCapTable-
|
|
27
|
+
damlTypes.Template<EquityCompensationIssuance, undefined, '#OpenCapTable-v35:Fairmint.OpenCapTable.OCF.EquityCompensationIssuance:EquityCompensationIssuance'> &
|
|
55
28
|
damlTypes.ToInterface<EquityCompensationIssuance, never> &
|
|
56
|
-
EquityCompensationIssuanceInterface
|
|
29
|
+
EquityCompensationIssuanceInterface
|
|
57
30
|
|
|
58
|
-
export declare
|
|
31
|
+
export declare type EquityCompensationIssuanceOcfData = {
|
|
32
|
+
id: string,
|
|
33
|
+
custom_id: string,
|
|
34
|
+
date: damlTypes.Time,
|
|
35
|
+
compensation_type: Fairmint_OpenCapTable_Types_Vesting.OcfCompensationType,
|
|
36
|
+
quantity: damlTypes.Numeric,
|
|
37
|
+
security_id: string,
|
|
38
|
+
stakeholder_id: string,
|
|
39
|
+
comments: string[],
|
|
40
|
+
security_law_exemptions: Fairmint_OpenCapTable_Types_Stock.OcfSecurityExemption[],
|
|
41
|
+
vestings: Fairmint_OpenCapTable_Types_Vesting.OcfVesting[],
|
|
42
|
+
termination_exercise_windows: Fairmint_OpenCapTable_Types_Vesting.OcfTerminationWindow[],
|
|
43
|
+
base_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>,
|
|
44
|
+
board_approval_date: damlTypes.Optional<damlTypes.Time>,
|
|
45
|
+
consideration_text: damlTypes.Optional<string>,
|
|
46
|
+
early_exercisable: damlTypes.Optional<boolean>,
|
|
47
|
+
exercise_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>,
|
|
48
|
+
expiration_date: damlTypes.Optional<damlTypes.Time>,
|
|
49
|
+
stock_class_id: damlTypes.Optional<string>,
|
|
50
|
+
stock_plan_id: damlTypes.Optional<string>,
|
|
51
|
+
stockholder_approval_date: damlTypes.Optional<damlTypes.Time>,
|
|
52
|
+
vesting_terms_id: damlTypes.Optional<string>,
|
|
59
53
|
}
|
|
60
54
|
|
|
61
|
-
|
|
55
|
+
export declare const EquityCompensationIssuanceOcfData:
|
|
56
|
+
damlTypes.Serializable<EquityCompensationIssuanceOcfData>
|