@fairmint/open-captable-protocol-daml-js 0.2.128 → 0.2.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/CantonPayments/Airdrop/Airdrop/module.d.ts +0 -6
- package/lib/CantonPayments/Airdrop/Airdrop/module.js +2 -3
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.d.ts +1 -6
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.js +4 -4
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.d.ts +1 -6
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.js +4 -4
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.d.ts +0 -6
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +0 -10
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +4 -4
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +0 -6
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +2 -3
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.js +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.d.ts +0 -2
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.js +0 -2
- package/lib/DA/Internal/Template/module.d.ts +0 -2
- package/lib/DA/Internal/Template/module.js +0 -2
- package/lib/DA/Set/Types/module.d.ts +0 -2
- package/lib/DA/Set/Types/module.js +0 -2
- package/lib/DA/Time/Types/module.d.ts +0 -2
- package/lib/DA/Time/Types/module.js +0 -2
- package/lib/DA/Types/module.d.ts +0 -2
- package/lib/DA/Types/module.js +0 -2
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +438 -0
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +481 -0
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +10 -15
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +17 -17
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → OCF/ConvertibleAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleCancellation}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +48 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleConversion}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +71 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +93 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +46 -0
- package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleTransfer}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{Document → OCF/Document}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/EquityCompensationAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationExercise}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +81 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +47 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationRelease}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRepricing}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +53 -0
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +73 -0
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/IssuerAuthorizedSharesAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.d.ts +19 -32
- package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/Stakeholder}/module.js +22 -39
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/StakeholderRelationshipChangeEvent}/module.js +13 -32
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderStatusChangeEvent}/module.js +12 -32
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StockAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +55 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +75 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassConversionRatioAdjustment}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassSplit}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockConsolidation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConversion}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +72 -0
- package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockIssuance}/module.js +18 -35
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockLegendTemplate}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockPlan}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlanPoolAdjustment}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanReturnToPool}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockReissuance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +46 -0
- package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockRepurchase}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{Valuation → OCF/Valuation}/module.js +12 -31
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +43 -0
- package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/VestingAcceleration}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingEvent}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingStart}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.d.ts +9 -25
- package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingTerms}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +41 -0
- package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/WarrantAcceptance}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +44 -0
- package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantCancellation}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantExercise}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +79 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +42 -0
- package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantRetraction}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +45 -0
- package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantTransfer}/module.js +9 -29
- package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +96 -0
- package/lib/Fairmint/OpenCapTable/OCF/index.js +103 -0
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +1 -9
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +4 -7
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +55 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +60 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/{module.d.ts → Conversion/module.d.ts} +87 -426
- package/lib/Fairmint/OpenCapTable/Types/{module.js → Conversion/module.js} +92 -437
- package/lib/Fairmint/OpenCapTable/Types/Core/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +28 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +37 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +56 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +65 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +29 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +32 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +135 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +141 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +95 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +100 -0
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +14 -1
- package/lib/Fairmint/OpenCapTable/Types/index.js +14 -1
- package/lib/Fairmint/OpenCapTable/index.d.ts +4 -96
- package/lib/Fairmint/OpenCapTable/index.js +4 -96
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.d.ts +0 -6
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.js +2 -3
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.d.ts +0 -6
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.js +2 -3
- package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +0 -2
- package/lib/Splice/Amulet/TokenApiUtils/module.js +0 -2
- package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +0 -2
- package/lib/Splice/Amulet/TwoStepTransfer/module.js +0 -2
- package/lib/Splice/Amulet/module.d.ts +0 -42
- package/lib/Splice/Amulet/module.js +10 -2
- package/lib/Splice/AmuletAllocation/module.d.ts +0 -6
- package/lib/Splice/AmuletAllocation/module.js +1 -2
- package/lib/Splice/AmuletConfig/module.d.ts +0 -2
- package/lib/Splice/AmuletConfig/module.js +0 -2
- package/lib/Splice/AmuletRules/module.d.ts +0 -14
- package/lib/Splice/AmuletRules/module.js +3 -2
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +0 -6
- package/lib/Splice/AmuletTransferInstruction/module.js +1 -2
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +4 -6
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +4 -6
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/AllocationV1/module.js +1 -2
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/HoldingV1/module.js +1 -2
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +2 -4
- package/lib/Splice/Api/Token/MetadataV1/module.js +1 -2
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +4 -6
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +2 -2
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +0 -6
- package/lib/Splice/DecentralizedSynchronizer/module.js +1 -2
- package/lib/Splice/Expiry/module.d.ts +0 -2
- package/lib/Splice/Expiry/module.js +0 -2
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +0 -14
- package/lib/Splice/ExternalPartyAmuletRules/module.js +3 -2
- package/lib/Splice/Fees/module.d.ts +0 -2
- package/lib/Splice/Fees/module.js +0 -2
- package/lib/Splice/Issuance/module.d.ts +0 -2
- package/lib/Splice/Issuance/module.js +0 -2
- package/lib/Splice/RelRound/module.d.ts +0 -2
- package/lib/Splice/RelRound/module.js +0 -2
- package/lib/Splice/Round/module.d.ts +0 -18
- package/lib/Splice/Round/module.js +4 -2
- package/lib/Splice/Schedule/module.d.ts +0 -2
- package/lib/Splice/Schedule/module.js +0 -2
- package/lib/Splice/Types/module.d.ts +0 -2
- package/lib/Splice/Types/module.js +0 -2
- package/lib/Splice/ValidatorLicense/module.d.ts +0 -14
- package/lib/Splice/ValidatorLicense/module.js +3 -2
- package/package.json +1 -1
- package/lib/Fairmint/OpenCapTable/ConvertibleAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/ConvertibleCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/ConvertibleConversion/module.d.ts +0 -63
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.d.ts +0 -84
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.js +0 -110
- package/lib/Fairmint/OpenCapTable/ConvertibleRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/ConvertibleTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/EquityCompensationAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/EquityCompensationCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/EquityCompensationExercise/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.d.ts +0 -74
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.js +0 -98
- package/lib/Fairmint/OpenCapTable/EquityCompensationRelease/module.d.ts +0 -62
- package/lib/Fairmint/OpenCapTable/EquityCompensationRepricing/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/EquityCompensationRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/EquityCompensationTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/Issuer/module.d.ts +0 -641
- package/lib/Fairmint/OpenCapTable/Issuer/module.js +0 -1080
- package/lib/Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StakeholderRelationshipChangeEvent/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StakeholderStatusChangeEvent/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StockAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/StockCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockClass/module.d.ts +0 -68
- package/lib/Fairmint/OpenCapTable/StockClass/module.js +0 -92
- package/lib/Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockClassConversionRatioAdjustment/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockClassSplit/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockConsolidation/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/StockConversion/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockIssuance/module.d.ts +0 -85
- package/lib/Fairmint/OpenCapTable/StockLegendTemplate/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/StockPlanPoolAdjustment/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockPlanReturnToPool/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockReissuance/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/StockRepurchase/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/StockRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/StockTransfer/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/Valuation/module.d.ts +0 -73
- package/lib/Fairmint/OpenCapTable/VestingAcceleration/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/VestingEvent/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/VestingStart/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/WarrantAcceptance/module.d.ts +0 -57
- package/lib/Fairmint/OpenCapTable/WarrantCancellation/module.d.ts +0 -60
- package/lib/Fairmint/OpenCapTable/WarrantExercise/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.d.ts +0 -71
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.js +0 -95
- package/lib/Fairmint/OpenCapTable/WarrantRetraction/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/WarrantTransfer/module.d.ts +0 -61
- /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleAcceptance → CapTable}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleCancellation → OCF/ConvertibleAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleConversion → OCF/ConvertibleCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleIssuance → OCF/ConvertibleConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleRetraction → OCF/ConvertibleIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{ConvertibleTransfer → OCF/ConvertibleRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Document → OCF/ConvertibleTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationAcceptance → OCF/Document}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationCancellation → OCF/EquityCompensationAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationExercise → OCF/EquityCompensationCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationIssuance → OCF/EquityCompensationExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRelease → OCF/EquityCompensationIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRepricing → OCF/EquityCompensationRelease}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationRetraction → OCF/EquityCompensationRepricing}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{EquityCompensationTransfer → OCF/EquityCompensationRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Issuer → OCF/EquityCompensationTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{IssuerAuthorizedSharesAdjustment → OCF/Issuer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Stakeholder → OCF/IssuerAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderRelationshipChangeEvent → OCF/Stakeholder}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StakeholderStatusChangeEvent → OCF/StakeholderRelationshipChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockAcceptance → OCF/StakeholderStatusChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockCancellation → OCF/StockAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClass → OCF/StockCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassAuthorizedSharesAdjustment → OCF/StockClass}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassConversionRatioAdjustment → OCF/StockClassAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockClassSplit → OCF/StockClassConversionRatioAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConsolidation → OCF/StockClassSplit}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockConversion → OCF/StockConsolidation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockIssuance → OCF/StockConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockLegendTemplate → OCF/StockIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlan → OCF/StockLegendTemplate}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanPoolAdjustment → OCF/StockPlan}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockPlanReturnToPool → OCF/StockPlanPoolAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockReissuance → OCF/StockPlanReturnToPool}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRepurchase → OCF/StockReissuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockRetraction → OCF/StockRepurchase}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{StockTransfer → OCF/StockRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{Valuation → OCF/StockTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingAcceleration → OCF/Valuation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingEvent → OCF/VestingAcceleration}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingStart → OCF/VestingEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{VestingTerms → OCF/VestingStart}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantAcceptance → OCF/VestingTerms}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantCancellation → OCF/WarrantAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantExercise → OCF/WarrantCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantIssuance → OCF/WarrantExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantRetraction → OCF/WarrantIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{WarrantTransfer → OCF/WarrantRetraction}/index.js +0 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Vesting.daml
|
|
2
|
+
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
|
+
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
|
+
import * as jtv from '@mojotech/json-type-validation';
|
|
6
|
+
import * as damlTypes from '@daml/types';
|
|
7
|
+
|
|
8
|
+
import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module';
|
|
9
|
+
|
|
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
|
+
export declare type OcfCompensationType =
|
|
29
|
+
| 'OcfCompensationTypeOptionNSO'
|
|
30
|
+
| 'OcfCompensationTypeOptionISO'
|
|
31
|
+
| 'OcfCompensationTypeOption'
|
|
32
|
+
| 'OcfCompensationTypeRSU'
|
|
33
|
+
| 'OcfCompensationTypeCSAR'
|
|
34
|
+
| 'OcfCompensationTypeSSAR'
|
|
35
|
+
;
|
|
36
|
+
|
|
37
|
+
export declare const OcfCompensationType:
|
|
38
|
+
damlTypes.Serializable<OcfCompensationType> & {
|
|
39
|
+
}
|
|
40
|
+
& { readonly keys: OcfCompensationType[] } & { readonly [e in OcfCompensationType]: e }
|
|
41
|
+
;
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
export declare type OcfVesting = {
|
|
45
|
+
amount: damlTypes.Numeric;
|
|
46
|
+
date: damlTypes.Time;
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export declare const OcfVesting:
|
|
50
|
+
damlTypes.Serializable<OcfVesting> & {
|
|
51
|
+
}
|
|
52
|
+
;
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
export declare type OcfTerminationWindow = {
|
|
56
|
+
period: damlTypes.Int;
|
|
57
|
+
period_type: OcfPeriodType;
|
|
58
|
+
reason: OcfTerminationWindowType;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export declare const OcfTerminationWindow:
|
|
62
|
+
damlTypes.Serializable<OcfTerminationWindow> & {
|
|
63
|
+
}
|
|
64
|
+
;
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
export declare type OcfTerminationWindowType =
|
|
68
|
+
| 'OcfTermVoluntaryOther'
|
|
69
|
+
| 'OcfTermVoluntaryGoodCause'
|
|
70
|
+
| 'OcfTermVoluntaryRetirement'
|
|
71
|
+
| 'OcfTermInvoluntaryOther'
|
|
72
|
+
| 'OcfTermInvoluntaryDeath'
|
|
73
|
+
| 'OcfTermInvoluntaryDisability'
|
|
74
|
+
| 'OcfTermInvoluntaryWithCause'
|
|
75
|
+
;
|
|
76
|
+
|
|
77
|
+
export declare const OcfTerminationWindowType:
|
|
78
|
+
damlTypes.Serializable<OcfTerminationWindowType> & {
|
|
79
|
+
}
|
|
80
|
+
& { readonly keys: OcfTerminationWindowType[] } & { readonly [e in OcfTerminationWindowType]: e }
|
|
81
|
+
;
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
export declare type OcfPeriodType =
|
|
85
|
+
| 'OcfPeriodDays'
|
|
86
|
+
| 'OcfPeriodMonths'
|
|
87
|
+
| 'OcfPeriodYears'
|
|
88
|
+
;
|
|
89
|
+
|
|
90
|
+
export declare const OcfPeriodType:
|
|
91
|
+
damlTypes.Serializable<OcfPeriodType> & {
|
|
92
|
+
}
|
|
93
|
+
& { readonly keys: OcfPeriodType[] } & { readonly [e in OcfPeriodType]: e }
|
|
94
|
+
;
|
|
95
|
+
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
+
function __export(m) {
|
|
4
|
+
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
+
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
+
var damlTypes = require('@daml/types');
|
|
12
|
+
|
|
13
|
+
var Fairmint_OpenCapTable_Types_Monetary = require('../../../../Fairmint/OpenCapTable/Types/Monetary/module');
|
|
14
|
+
|
|
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
|
+
exports.OcfCompensationType = {
|
|
37
|
+
OcfCompensationTypeOptionNSO: 'OcfCompensationTypeOptionNSO',
|
|
38
|
+
OcfCompensationTypeOptionISO: 'OcfCompensationTypeOptionISO',
|
|
39
|
+
OcfCompensationTypeOption: 'OcfCompensationTypeOption',
|
|
40
|
+
OcfCompensationTypeRSU: 'OcfCompensationTypeRSU',
|
|
41
|
+
OcfCompensationTypeCSAR: 'OcfCompensationTypeCSAR',
|
|
42
|
+
OcfCompensationTypeSSAR: 'OcfCompensationTypeSSAR',
|
|
43
|
+
keys: ['OcfCompensationTypeOptionNSO','OcfCompensationTypeOptionISO','OcfCompensationTypeOption','OcfCompensationTypeRSU','OcfCompensationTypeCSAR','OcfCompensationTypeSSAR',],
|
|
44
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOptionNSO), jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOptionISO), jtv.constant(exports.OcfCompensationType.OcfCompensationTypeOption), jtv.constant(exports.OcfCompensationType.OcfCompensationTypeRSU), jtv.constant(exports.OcfCompensationType.OcfCompensationTypeCSAR), jtv.constant(exports.OcfCompensationType.OcfCompensationTypeSSAR)); }),
|
|
45
|
+
encode: function (__typed__) { return __typed__; },
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
exports.OcfVesting = {
|
|
51
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({amount: damlTypes.Numeric(10).decoder, date: damlTypes.Time.decoder, }); }),
|
|
52
|
+
encode: function (__typed__) {
|
|
53
|
+
return {
|
|
54
|
+
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
55
|
+
date: damlTypes.Time.encode(__typed__.date),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
,
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
exports.OcfTerminationWindow = {
|
|
64
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({period: damlTypes.Int.decoder, period_type: exports.OcfPeriodType.decoder, reason: exports.OcfTerminationWindowType.decoder, }); }),
|
|
65
|
+
encode: function (__typed__) {
|
|
66
|
+
return {
|
|
67
|
+
period: damlTypes.Int.encode(__typed__.period),
|
|
68
|
+
period_type: exports.OcfPeriodType.encode(__typed__.period_type),
|
|
69
|
+
reason: exports.OcfTerminationWindowType.encode(__typed__.reason),
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
,
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
exports.OcfTerminationWindowType = {
|
|
78
|
+
OcfTermVoluntaryOther: 'OcfTermVoluntaryOther',
|
|
79
|
+
OcfTermVoluntaryGoodCause: 'OcfTermVoluntaryGoodCause',
|
|
80
|
+
OcfTermVoluntaryRetirement: 'OcfTermVoluntaryRetirement',
|
|
81
|
+
OcfTermInvoluntaryOther: 'OcfTermInvoluntaryOther',
|
|
82
|
+
OcfTermInvoluntaryDeath: 'OcfTermInvoluntaryDeath',
|
|
83
|
+
OcfTermInvoluntaryDisability: 'OcfTermInvoluntaryDisability',
|
|
84
|
+
OcfTermInvoluntaryWithCause: 'OcfTermInvoluntaryWithCause',
|
|
85
|
+
keys: ['OcfTermVoluntaryOther','OcfTermVoluntaryGoodCause','OcfTermVoluntaryRetirement','OcfTermInvoluntaryOther','OcfTermInvoluntaryDeath','OcfTermInvoluntaryDisability','OcfTermInvoluntaryWithCause',],
|
|
86
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryOther), jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryGoodCause), jtv.constant(exports.OcfTerminationWindowType.OcfTermVoluntaryRetirement), jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryOther), jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryDeath), jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryDisability), jtv.constant(exports.OcfTerminationWindowType.OcfTermInvoluntaryWithCause)); }),
|
|
87
|
+
encode: function (__typed__) { return __typed__; },
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
exports.OcfPeriodType = {
|
|
93
|
+
OcfPeriodDays: 'OcfPeriodDays',
|
|
94
|
+
OcfPeriodMonths: 'OcfPeriodMonths',
|
|
95
|
+
OcfPeriodYears: 'OcfPeriodYears',
|
|
96
|
+
keys: ['OcfPeriodDays','OcfPeriodMonths','OcfPeriodYears',],
|
|
97
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfPeriodType.OcfPeriodDays), jtv.constant(exports.OcfPeriodType.OcfPeriodMonths), jtv.constant(exports.OcfPeriodType.OcfPeriodYears)); }),
|
|
98
|
+
encode: function (__typed__) { return __typed__; },
|
|
99
|
+
};
|
|
100
|
+
|
|
@@ -1 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
import * as Contact from './Contact';
|
|
2
|
+
export { Contact } ;
|
|
3
|
+
import * as Conversion from './Conversion';
|
|
4
|
+
export { Conversion } ;
|
|
5
|
+
import * as Core from './Core';
|
|
6
|
+
export { Core } ;
|
|
7
|
+
import * as Monetary from './Monetary';
|
|
8
|
+
export { Monetary } ;
|
|
9
|
+
import * as Stakeholder from './Stakeholder';
|
|
10
|
+
export { Stakeholder } ;
|
|
11
|
+
import * as Stock from './Stock';
|
|
12
|
+
export { Stock } ;
|
|
13
|
+
import * as Vesting from './Vesting';
|
|
14
|
+
export { Vesting } ;
|
|
@@ -5,4 +5,17 @@ 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
|
+
var Contact = require('./Contact');
|
|
9
|
+
exports.Contact = Contact;
|
|
10
|
+
var Conversion = require('./Conversion');
|
|
11
|
+
exports.Conversion = Conversion;
|
|
12
|
+
var Core = require('./Core');
|
|
13
|
+
exports.Core = Core;
|
|
14
|
+
var Monetary = require('./Monetary');
|
|
15
|
+
exports.Monetary = Monetary;
|
|
16
|
+
var Stakeholder = require('./Stakeholder');
|
|
17
|
+
exports.Stakeholder = Stakeholder;
|
|
18
|
+
var Stock = require('./Stock');
|
|
19
|
+
exports.Stock = Stock;
|
|
20
|
+
var Vesting = require('./Vesting');
|
|
21
|
+
exports.Vesting = Vesting;
|
|
@@ -1,102 +1,10 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export {
|
|
3
|
-
import * as ConvertibleCancellation from './ConvertibleCancellation';
|
|
4
|
-
export { ConvertibleCancellation } ;
|
|
5
|
-
import * as ConvertibleConversion from './ConvertibleConversion';
|
|
6
|
-
export { ConvertibleConversion } ;
|
|
7
|
-
import * as ConvertibleIssuance from './ConvertibleIssuance';
|
|
8
|
-
export { ConvertibleIssuance } ;
|
|
9
|
-
import * as ConvertibleRetraction from './ConvertibleRetraction';
|
|
10
|
-
export { ConvertibleRetraction } ;
|
|
11
|
-
import * as ConvertibleTransfer from './ConvertibleTransfer';
|
|
12
|
-
export { ConvertibleTransfer } ;
|
|
13
|
-
import * as Document from './Document';
|
|
14
|
-
export { Document } ;
|
|
15
|
-
import * as EquityCompensationAcceptance from './EquityCompensationAcceptance';
|
|
16
|
-
export { EquityCompensationAcceptance } ;
|
|
17
|
-
import * as EquityCompensationCancellation from './EquityCompensationCancellation';
|
|
18
|
-
export { EquityCompensationCancellation } ;
|
|
19
|
-
import * as EquityCompensationExercise from './EquityCompensationExercise';
|
|
20
|
-
export { EquityCompensationExercise } ;
|
|
21
|
-
import * as EquityCompensationIssuance from './EquityCompensationIssuance';
|
|
22
|
-
export { EquityCompensationIssuance } ;
|
|
23
|
-
import * as EquityCompensationRelease from './EquityCompensationRelease';
|
|
24
|
-
export { EquityCompensationRelease } ;
|
|
25
|
-
import * as EquityCompensationRepricing from './EquityCompensationRepricing';
|
|
26
|
-
export { EquityCompensationRepricing } ;
|
|
27
|
-
import * as EquityCompensationRetraction from './EquityCompensationRetraction';
|
|
28
|
-
export { EquityCompensationRetraction } ;
|
|
29
|
-
import * as EquityCompensationTransfer from './EquityCompensationTransfer';
|
|
30
|
-
export { EquityCompensationTransfer } ;
|
|
31
|
-
import * as Issuer from './Issuer';
|
|
32
|
-
export { Issuer } ;
|
|
1
|
+
import * as CapTable from './CapTable';
|
|
2
|
+
export { CapTable } ;
|
|
33
3
|
import * as IssuerAuthorization from './IssuerAuthorization';
|
|
34
4
|
export { IssuerAuthorization } ;
|
|
35
|
-
import * as
|
|
36
|
-
export {
|
|
5
|
+
import * as OCF from './OCF';
|
|
6
|
+
export { OCF } ;
|
|
37
7
|
import * as OcpFactory from './OcpFactory';
|
|
38
8
|
export { OcpFactory } ;
|
|
39
|
-
import * as Stakeholder from './Stakeholder';
|
|
40
|
-
export { Stakeholder } ;
|
|
41
|
-
import * as StakeholderRelationshipChangeEvent from './StakeholderRelationshipChangeEvent';
|
|
42
|
-
export { StakeholderRelationshipChangeEvent } ;
|
|
43
|
-
import * as StakeholderStatusChangeEvent from './StakeholderStatusChangeEvent';
|
|
44
|
-
export { StakeholderStatusChangeEvent } ;
|
|
45
|
-
import * as StockAcceptance from './StockAcceptance';
|
|
46
|
-
export { StockAcceptance } ;
|
|
47
|
-
import * as StockCancellation from './StockCancellation';
|
|
48
|
-
export { StockCancellation } ;
|
|
49
|
-
import * as StockClass from './StockClass';
|
|
50
|
-
export { StockClass } ;
|
|
51
|
-
import * as StockClassAuthorizedSharesAdjustment from './StockClassAuthorizedSharesAdjustment';
|
|
52
|
-
export { StockClassAuthorizedSharesAdjustment } ;
|
|
53
|
-
import * as StockClassConversionRatioAdjustment from './StockClassConversionRatioAdjustment';
|
|
54
|
-
export { StockClassConversionRatioAdjustment } ;
|
|
55
|
-
import * as StockClassSplit from './StockClassSplit';
|
|
56
|
-
export { StockClassSplit } ;
|
|
57
|
-
import * as StockConsolidation from './StockConsolidation';
|
|
58
|
-
export { StockConsolidation } ;
|
|
59
|
-
import * as StockConversion from './StockConversion';
|
|
60
|
-
export { StockConversion } ;
|
|
61
|
-
import * as StockIssuance from './StockIssuance';
|
|
62
|
-
export { StockIssuance } ;
|
|
63
|
-
import * as StockLegendTemplate from './StockLegendTemplate';
|
|
64
|
-
export { StockLegendTemplate } ;
|
|
65
|
-
import * as StockPlan from './StockPlan';
|
|
66
|
-
export { StockPlan } ;
|
|
67
|
-
import * as StockPlanPoolAdjustment from './StockPlanPoolAdjustment';
|
|
68
|
-
export { StockPlanPoolAdjustment } ;
|
|
69
|
-
import * as StockPlanReturnToPool from './StockPlanReturnToPool';
|
|
70
|
-
export { StockPlanReturnToPool } ;
|
|
71
|
-
import * as StockReissuance from './StockReissuance';
|
|
72
|
-
export { StockReissuance } ;
|
|
73
|
-
import * as StockRepurchase from './StockRepurchase';
|
|
74
|
-
export { StockRepurchase } ;
|
|
75
|
-
import * as StockRetraction from './StockRetraction';
|
|
76
|
-
export { StockRetraction } ;
|
|
77
|
-
import * as StockTransfer from './StockTransfer';
|
|
78
|
-
export { StockTransfer } ;
|
|
79
9
|
import * as Types from './Types';
|
|
80
10
|
export { Types } ;
|
|
81
|
-
import * as Valuation from './Valuation';
|
|
82
|
-
export { Valuation } ;
|
|
83
|
-
import * as VestingAcceleration from './VestingAcceleration';
|
|
84
|
-
export { VestingAcceleration } ;
|
|
85
|
-
import * as VestingEvent from './VestingEvent';
|
|
86
|
-
export { VestingEvent } ;
|
|
87
|
-
import * as VestingStart from './VestingStart';
|
|
88
|
-
export { VestingStart } ;
|
|
89
|
-
import * as VestingTerms from './VestingTerms';
|
|
90
|
-
export { VestingTerms } ;
|
|
91
|
-
import * as WarrantAcceptance from './WarrantAcceptance';
|
|
92
|
-
export { WarrantAcceptance } ;
|
|
93
|
-
import * as WarrantCancellation from './WarrantCancellation';
|
|
94
|
-
export { WarrantCancellation } ;
|
|
95
|
-
import * as WarrantExercise from './WarrantExercise';
|
|
96
|
-
export { WarrantExercise } ;
|
|
97
|
-
import * as WarrantIssuance from './WarrantIssuance';
|
|
98
|
-
export { WarrantIssuance } ;
|
|
99
|
-
import * as WarrantRetraction from './WarrantRetraction';
|
|
100
|
-
export { WarrantRetraction } ;
|
|
101
|
-
import * as WarrantTransfer from './WarrantTransfer';
|
|
102
|
-
export { WarrantTransfer } ;
|
|
@@ -5,105 +5,13 @@ 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
|
-
var
|
|
9
|
-
exports.
|
|
10
|
-
var ConvertibleCancellation = require('./ConvertibleCancellation');
|
|
11
|
-
exports.ConvertibleCancellation = ConvertibleCancellation;
|
|
12
|
-
var ConvertibleConversion = require('./ConvertibleConversion');
|
|
13
|
-
exports.ConvertibleConversion = ConvertibleConversion;
|
|
14
|
-
var ConvertibleIssuance = require('./ConvertibleIssuance');
|
|
15
|
-
exports.ConvertibleIssuance = ConvertibleIssuance;
|
|
16
|
-
var ConvertibleRetraction = require('./ConvertibleRetraction');
|
|
17
|
-
exports.ConvertibleRetraction = ConvertibleRetraction;
|
|
18
|
-
var ConvertibleTransfer = require('./ConvertibleTransfer');
|
|
19
|
-
exports.ConvertibleTransfer = ConvertibleTransfer;
|
|
20
|
-
var Document = require('./Document');
|
|
21
|
-
exports.Document = Document;
|
|
22
|
-
var EquityCompensationAcceptance = require('./EquityCompensationAcceptance');
|
|
23
|
-
exports.EquityCompensationAcceptance = EquityCompensationAcceptance;
|
|
24
|
-
var EquityCompensationCancellation = require('./EquityCompensationCancellation');
|
|
25
|
-
exports.EquityCompensationCancellation = EquityCompensationCancellation;
|
|
26
|
-
var EquityCompensationExercise = require('./EquityCompensationExercise');
|
|
27
|
-
exports.EquityCompensationExercise = EquityCompensationExercise;
|
|
28
|
-
var EquityCompensationIssuance = require('./EquityCompensationIssuance');
|
|
29
|
-
exports.EquityCompensationIssuance = EquityCompensationIssuance;
|
|
30
|
-
var EquityCompensationRelease = require('./EquityCompensationRelease');
|
|
31
|
-
exports.EquityCompensationRelease = EquityCompensationRelease;
|
|
32
|
-
var EquityCompensationRepricing = require('./EquityCompensationRepricing');
|
|
33
|
-
exports.EquityCompensationRepricing = EquityCompensationRepricing;
|
|
34
|
-
var EquityCompensationRetraction = require('./EquityCompensationRetraction');
|
|
35
|
-
exports.EquityCompensationRetraction = EquityCompensationRetraction;
|
|
36
|
-
var EquityCompensationTransfer = require('./EquityCompensationTransfer');
|
|
37
|
-
exports.EquityCompensationTransfer = EquityCompensationTransfer;
|
|
38
|
-
var Issuer = require('./Issuer');
|
|
39
|
-
exports.Issuer = Issuer;
|
|
8
|
+
var CapTable = require('./CapTable');
|
|
9
|
+
exports.CapTable = CapTable;
|
|
40
10
|
var IssuerAuthorization = require('./IssuerAuthorization');
|
|
41
11
|
exports.IssuerAuthorization = IssuerAuthorization;
|
|
42
|
-
var
|
|
43
|
-
exports.
|
|
12
|
+
var OCF = require('./OCF');
|
|
13
|
+
exports.OCF = OCF;
|
|
44
14
|
var OcpFactory = require('./OcpFactory');
|
|
45
15
|
exports.OcpFactory = OcpFactory;
|
|
46
|
-
var Stakeholder = require('./Stakeholder');
|
|
47
|
-
exports.Stakeholder = Stakeholder;
|
|
48
|
-
var StakeholderRelationshipChangeEvent = require('./StakeholderRelationshipChangeEvent');
|
|
49
|
-
exports.StakeholderRelationshipChangeEvent = StakeholderRelationshipChangeEvent;
|
|
50
|
-
var StakeholderStatusChangeEvent = require('./StakeholderStatusChangeEvent');
|
|
51
|
-
exports.StakeholderStatusChangeEvent = StakeholderStatusChangeEvent;
|
|
52
|
-
var StockAcceptance = require('./StockAcceptance');
|
|
53
|
-
exports.StockAcceptance = StockAcceptance;
|
|
54
|
-
var StockCancellation = require('./StockCancellation');
|
|
55
|
-
exports.StockCancellation = StockCancellation;
|
|
56
|
-
var StockClass = require('./StockClass');
|
|
57
|
-
exports.StockClass = StockClass;
|
|
58
|
-
var StockClassAuthorizedSharesAdjustment = require('./StockClassAuthorizedSharesAdjustment');
|
|
59
|
-
exports.StockClassAuthorizedSharesAdjustment = StockClassAuthorizedSharesAdjustment;
|
|
60
|
-
var StockClassConversionRatioAdjustment = require('./StockClassConversionRatioAdjustment');
|
|
61
|
-
exports.StockClassConversionRatioAdjustment = StockClassConversionRatioAdjustment;
|
|
62
|
-
var StockClassSplit = require('./StockClassSplit');
|
|
63
|
-
exports.StockClassSplit = StockClassSplit;
|
|
64
|
-
var StockConsolidation = require('./StockConsolidation');
|
|
65
|
-
exports.StockConsolidation = StockConsolidation;
|
|
66
|
-
var StockConversion = require('./StockConversion');
|
|
67
|
-
exports.StockConversion = StockConversion;
|
|
68
|
-
var StockIssuance = require('./StockIssuance');
|
|
69
|
-
exports.StockIssuance = StockIssuance;
|
|
70
|
-
var StockLegendTemplate = require('./StockLegendTemplate');
|
|
71
|
-
exports.StockLegendTemplate = StockLegendTemplate;
|
|
72
|
-
var StockPlan = require('./StockPlan');
|
|
73
|
-
exports.StockPlan = StockPlan;
|
|
74
|
-
var StockPlanPoolAdjustment = require('./StockPlanPoolAdjustment');
|
|
75
|
-
exports.StockPlanPoolAdjustment = StockPlanPoolAdjustment;
|
|
76
|
-
var StockPlanReturnToPool = require('./StockPlanReturnToPool');
|
|
77
|
-
exports.StockPlanReturnToPool = StockPlanReturnToPool;
|
|
78
|
-
var StockReissuance = require('./StockReissuance');
|
|
79
|
-
exports.StockReissuance = StockReissuance;
|
|
80
|
-
var StockRepurchase = require('./StockRepurchase');
|
|
81
|
-
exports.StockRepurchase = StockRepurchase;
|
|
82
|
-
var StockRetraction = require('./StockRetraction');
|
|
83
|
-
exports.StockRetraction = StockRetraction;
|
|
84
|
-
var StockTransfer = require('./StockTransfer');
|
|
85
|
-
exports.StockTransfer = StockTransfer;
|
|
86
16
|
var Types = require('./Types');
|
|
87
17
|
exports.Types = Types;
|
|
88
|
-
var Valuation = require('./Valuation');
|
|
89
|
-
exports.Valuation = Valuation;
|
|
90
|
-
var VestingAcceleration = require('./VestingAcceleration');
|
|
91
|
-
exports.VestingAcceleration = VestingAcceleration;
|
|
92
|
-
var VestingEvent = require('./VestingEvent');
|
|
93
|
-
exports.VestingEvent = VestingEvent;
|
|
94
|
-
var VestingStart = require('./VestingStart');
|
|
95
|
-
exports.VestingStart = VestingStart;
|
|
96
|
-
var VestingTerms = require('./VestingTerms');
|
|
97
|
-
exports.VestingTerms = VestingTerms;
|
|
98
|
-
var WarrantAcceptance = require('./WarrantAcceptance');
|
|
99
|
-
exports.WarrantAcceptance = WarrantAcceptance;
|
|
100
|
-
var WarrantCancellation = require('./WarrantCancellation');
|
|
101
|
-
exports.WarrantCancellation = WarrantCancellation;
|
|
102
|
-
var WarrantExercise = require('./WarrantExercise');
|
|
103
|
-
exports.WarrantExercise = WarrantExercise;
|
|
104
|
-
var WarrantIssuance = require('./WarrantIssuance');
|
|
105
|
-
exports.WarrantIssuance = WarrantIssuance;
|
|
106
|
-
var WarrantRetraction = require('./WarrantRetraction');
|
|
107
|
-
exports.WarrantRetraction = WarrantRetraction;
|
|
108
|
-
var WarrantTransfer = require('./WarrantTransfer');
|
|
109
|
-
exports.WarrantTransfer = WarrantTransfer;
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
-
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
-
import * as damlLedger from '@daml/ledger';
|
|
9
7
|
|
|
10
8
|
import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../Splice/Api/FeaturedAppRightV1';
|
|
11
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
@@ -50,10 +48,6 @@ export declare const CompanyValuationReport:
|
|
|
50
48
|
CompanyValuationReportInterface;
|
|
51
49
|
|
|
52
50
|
export declare namespace CompanyValuationReport {
|
|
53
|
-
export type CreateEvent = damlLedger.CreateEvent<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
54
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<CompanyValuationReport, typeof CompanyValuationReport.templateId>
|
|
55
|
-
export type Event = damlLedger.Event<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
56
|
-
export type QueryResult = damlLedger.QueryResult<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
57
51
|
}
|
|
58
52
|
|
|
59
53
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda = require('../../../Splice/Api/FeaturedAppRightV1');
|
|
16
14
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
@@ -43,6 +41,7 @@ exports.AddObservers = {
|
|
|
43
41
|
exports.CompanyValuationReport = damlTypes.assembleTemplate(
|
|
44
42
|
{
|
|
45
43
|
templateId: '#OpenCapTableReports-v01:Fairmint.OpenCapTableReports.CompanyValuationReport:CompanyValuationReport',
|
|
44
|
+
templateIdWithPackageId: '8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9:Fairmint.OpenCapTableReports.CompanyValuationReport:CompanyValuationReport',
|
|
46
45
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
47
46
|
keyEncode: function () { throw 'EncodeError'; },
|
|
48
47
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({company_id: damlTypes.Text.decoder, company_valuation: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Numeric(10)).decoder), last_update_at: damlTypes.Time.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppRight).decoder, observers: damlTypes.List(damlTypes.Party).decoder, }); }),
|
|
@@ -86,5 +85,5 @@ exports.CompanyValuationReport = damlTypes.assembleTemplate(
|
|
|
86
85
|
);
|
|
87
86
|
|
|
88
87
|
|
|
89
|
-
damlTypes.registerTemplate(exports.CompanyValuationReport, ['
|
|
88
|
+
damlTypes.registerTemplate(exports.CompanyValuationReport, ['8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9', '#OpenCapTableReports-v01']);
|
|
90
89
|
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
-
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
-
import * as damlLedger from '@daml/ledger';
|
|
9
7
|
|
|
10
8
|
import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../Splice/Api/FeaturedAppRightV1';
|
|
11
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
@@ -39,10 +37,6 @@ export declare const ReportsFactory:
|
|
|
39
37
|
ReportsFactoryInterface;
|
|
40
38
|
|
|
41
39
|
export declare namespace ReportsFactory {
|
|
42
|
-
export type CreateEvent = damlLedger.CreateEvent<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
43
|
-
export type ArchiveEvent = damlLedger.ArchiveEvent<ReportsFactory, typeof ReportsFactory.templateId>
|
|
44
|
-
export type Event = damlLedger.Event<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
45
|
-
export type QueryResult = damlLedger.QueryResult<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
46
40
|
}
|
|
47
41
|
|
|
48
42
|
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
var pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda = require('../../../Splice/Api/FeaturedAppRightV1');
|
|
16
14
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
@@ -35,6 +33,7 @@ exports.CreateCompanyValuationReport = {
|
|
|
35
33
|
exports.ReportsFactory = damlTypes.assembleTemplate(
|
|
36
34
|
{
|
|
37
35
|
templateId: '#OpenCapTableReports-v01:Fairmint.OpenCapTableReports.ReportsFactory:ReportsFactory',
|
|
36
|
+
templateIdWithPackageId: '8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9:Fairmint.OpenCapTableReports.ReportsFactory:ReportsFactory',
|
|
38
37
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
39
38
|
keyEncode: function () { throw 'EncodeError'; },
|
|
40
39
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppRight).decoder, }); }),
|
|
@@ -66,5 +65,5 @@ exports.ReportsFactory = damlTypes.assembleTemplate(
|
|
|
66
65
|
);
|
|
67
66
|
|
|
68
67
|
|
|
69
|
-
damlTypes.registerTemplate(exports.ReportsFactory, ['
|
|
68
|
+
damlTypes.registerTemplate(exports.ReportsFactory, ['8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9', '#OpenCapTableReports-v01']);
|
|
70
69
|
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
-
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
-
import * as damlLedger from '@daml/ledger';
|
|
9
7
|
|
|
10
8
|
export declare type TxKind =
|
|
11
9
|
| 'TxKind_Transfer'
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
exports.TxKind = {
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
-
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
-
import * as damlLedger from '@daml/ledger';
|
|
9
7
|
|
|
10
8
|
export declare type TwoStepTransfer = {
|
|
11
9
|
dso: damlTypes.Party;
|
|
@@ -9,8 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
-
var damlLedger = require('@daml/ledger');
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
exports.TwoStepTransfer = {
|