@fairmint/open-captable-protocol-daml-js 0.2.126 → 0.2.128
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/{OpenCapTable-v30/.daml/dist/OpenCapTable-v30-0.0.1.dar → OpenCapTable-v31/.daml/dist/OpenCapTable-v31-0.0.1.dar} +0 -0
- package/README.md +5 -5
- package/generated/ocp-factory-contract-id.json +4 -4
- package/lib/CantonPayments/Airdrop/Airdrop/module.d.ts +6 -0
- package/lib/CantonPayments/Airdrop/Airdrop/module.js +3 -2
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.d.ts +6 -1
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.js +4 -4
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.d.ts +6 -1
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.js +4 -4
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.d.ts +6 -0
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.js +3 -2
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +10 -0
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +4 -4
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.d.ts +6 -0
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +3 -2
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +6 -0
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +3 -2
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +6 -0
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +3 -2
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/Approvals/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PartyRole/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamAmount/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamStats/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.js +2 -0
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.d.ts +2 -0
- package/lib/CantonPayments/PaymentStream/Types/ProcessorContext/module.js +2 -0
- package/lib/DA/Internal/Template/module.d.ts +2 -0
- package/lib/DA/Internal/Template/module.js +2 -0
- package/lib/DA/Set/Types/module.d.ts +2 -0
- package/lib/DA/Set/Types/module.js +2 -0
- package/lib/DA/Time/Types/module.d.ts +2 -0
- package/lib/DA/Time/Types/module.js +2 -0
- package/lib/DA/Types/module.d.ts +2 -0
- package/lib/DA/Types/module.js +2 -0
- package/lib/Fairmint/OpenCapTable/ConvertibleAcceptance/module.d.ts +57 -0
- package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleAcceptance → ConvertibleAcceptance}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/ConvertibleCancellation/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleCancellation → ConvertibleCancellation}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/ConvertibleConversion/module.d.ts +63 -0
- package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleConversion → ConvertibleConversion}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.d.ts +84 -0
- package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.js +110 -0
- package/lib/Fairmint/OpenCapTable/ConvertibleRetraction/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleRetraction → ConvertibleRetraction}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/ConvertibleTransfer/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleTransfer → ConvertibleTransfer}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/{OCF/Document → Document}/module.d.ts +25 -9
- package/lib/Fairmint/OpenCapTable/{OCF/Document → Document}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/EquityCompensationAcceptance/module.d.ts +57 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationAcceptance → EquityCompensationAcceptance}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/EquityCompensationCancellation/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationCancellation → EquityCompensationCancellation}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/EquityCompensationExercise/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationExercise → EquityCompensationExercise}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.d.ts +74 -0
- package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.js +98 -0
- package/lib/Fairmint/OpenCapTable/EquityCompensationRelease/module.d.ts +62 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRelease → EquityCompensationRelease}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/EquityCompensationRepricing/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRepricing → EquityCompensationRepricing}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/EquityCompensationRetraction/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRetraction → EquityCompensationRetraction}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/EquityCompensationTransfer/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationTransfer → EquityCompensationTransfer}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/Issuer/module.d.ts +641 -0
- package/lib/Fairmint/OpenCapTable/Issuer/module.js +1080 -0
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +15 -10
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +17 -17
- package/lib/Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/IssuerAuthorizedSharesAdjustment → IssuerAuthorizedSharesAdjustment}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +9 -1
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +7 -4
- package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → Stakeholder}/module.d.ts +32 -19
- package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → Stakeholder}/module.js +39 -22
- package/lib/Fairmint/OpenCapTable/StakeholderRelationshipChangeEvent/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StakeholderRelationshipChangeEvent → StakeholderRelationshipChangeEvent}/module.js +32 -13
- package/lib/Fairmint/OpenCapTable/StakeholderStatusChangeEvent/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StakeholderStatusChangeEvent → StakeholderStatusChangeEvent}/module.js +32 -12
- package/lib/Fairmint/OpenCapTable/StockAcceptance/module.d.ts +57 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockAcceptance → StockAcceptance}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockCancellation/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockCancellation → StockCancellation}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockClass/module.d.ts +68 -0
- package/lib/Fairmint/OpenCapTable/StockClass/module.js +92 -0
- package/lib/Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockClassAuthorizedSharesAdjustment → StockClassAuthorizedSharesAdjustment}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockClassConversionRatioAdjustment/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockClassConversionRatioAdjustment → StockClassConversionRatioAdjustment}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/StockClassSplit/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockClassSplit → StockClassSplit}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/StockConsolidation/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockConsolidation → StockConsolidation}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockConversion/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockConversion → StockConversion}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockIssuance/module.d.ts +85 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockIssuance → StockIssuance}/module.js +35 -18
- package/lib/Fairmint/OpenCapTable/StockLegendTemplate/module.d.ts +57 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockLegendTemplate → StockLegendTemplate}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/{OCF/StockPlan → StockPlan}/module.d.ts +25 -9
- package/lib/Fairmint/OpenCapTable/{OCF/StockPlan → StockPlan}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockPlanPoolAdjustment/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockPlanPoolAdjustment → StockPlanPoolAdjustment}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockPlanReturnToPool/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockPlanReturnToPool → StockPlanReturnToPool}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockReissuance/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockReissuance → StockReissuance}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockRepurchase/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockRepurchase → StockRepurchase}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/StockRetraction/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockRetraction → StockRetraction}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/StockTransfer/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/StockTransfer → StockTransfer}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +1 -14
- package/lib/Fairmint/OpenCapTable/Types/index.js +1 -14
- package/lib/Fairmint/OpenCapTable/Types/{Conversion/module.d.ts → module.d.ts} +426 -87
- package/lib/Fairmint/OpenCapTable/Types/{Conversion/module.js → module.js} +437 -92
- package/lib/Fairmint/OpenCapTable/Valuation/module.d.ts +73 -0
- package/lib/Fairmint/OpenCapTable/{OCF/Valuation → Valuation}/module.js +31 -12
- package/lib/Fairmint/OpenCapTable/VestingAcceleration/module.d.ts +59 -0
- package/lib/Fairmint/OpenCapTable/{OCF/VestingAcceleration → VestingAcceleration}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/VestingEvent/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/VestingEvent → VestingEvent}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/VestingStart/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/VestingStart → VestingStart}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/{OCF/VestingTerms → VestingTerms}/module.d.ts +25 -9
- package/lib/Fairmint/OpenCapTable/{OCF/VestingTerms → VestingTerms}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/WarrantAcceptance/module.d.ts +57 -0
- package/lib/Fairmint/OpenCapTable/{OCF/WarrantAcceptance → WarrantAcceptance}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/WarrantCancellation/module.d.ts +60 -0
- package/lib/Fairmint/OpenCapTable/{OCF/WarrantCancellation → WarrantCancellation}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/WarrantExercise/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/WarrantExercise → WarrantExercise}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.d.ts +71 -0
- package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.js +95 -0
- package/lib/Fairmint/OpenCapTable/WarrantRetraction/module.d.ts +58 -0
- package/lib/Fairmint/OpenCapTable/{OCF/WarrantRetraction → WarrantRetraction}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/WarrantTransfer/module.d.ts +61 -0
- package/lib/Fairmint/OpenCapTable/{OCF/WarrantTransfer → WarrantTransfer}/module.js +29 -9
- package/lib/Fairmint/OpenCapTable/index.d.ts +96 -4
- package/lib/Fairmint/OpenCapTable/index.js +96 -4
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.d.ts +6 -0
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.js +3 -2
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.d.ts +6 -0
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.js +3 -2
- package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +2 -0
- package/lib/Splice/Amulet/TokenApiUtils/module.js +2 -0
- package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +2 -0
- package/lib/Splice/Amulet/TwoStepTransfer/module.js +2 -0
- package/lib/Splice/Amulet/module.d.ts +42 -0
- package/lib/Splice/Amulet/module.js +2 -10
- package/lib/Splice/AmuletAllocation/module.d.ts +6 -0
- package/lib/Splice/AmuletAllocation/module.js +2 -1
- package/lib/Splice/AmuletConfig/module.d.ts +2 -0
- package/lib/Splice/AmuletConfig/module.js +2 -0
- package/lib/Splice/AmuletRules/module.d.ts +14 -0
- package/lib/Splice/AmuletRules/module.js +2 -3
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +6 -0
- package/lib/Splice/AmuletTransferInstruction/module.js +2 -1
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +6 -4
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +6 -4
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +2 -2
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +4 -2
- package/lib/Splice/Api/Token/AllocationV1/module.js +2 -1
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +4 -2
- package/lib/Splice/Api/Token/HoldingV1/module.js +2 -1
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +4 -2
- package/lib/Splice/Api/Token/MetadataV1/module.js +2 -1
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +6 -4
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +2 -2
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +6 -0
- package/lib/Splice/DecentralizedSynchronizer/module.js +2 -1
- package/lib/Splice/Expiry/module.d.ts +2 -0
- package/lib/Splice/Expiry/module.js +2 -0
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +14 -0
- package/lib/Splice/ExternalPartyAmuletRules/module.js +2 -3
- package/lib/Splice/Fees/module.d.ts +2 -0
- package/lib/Splice/Fees/module.js +2 -0
- package/lib/Splice/Issuance/module.d.ts +2 -0
- package/lib/Splice/Issuance/module.js +2 -0
- package/lib/Splice/RelRound/module.d.ts +2 -0
- package/lib/Splice/RelRound/module.js +2 -0
- package/lib/Splice/Round/module.d.ts +18 -0
- package/lib/Splice/Round/module.js +2 -4
- package/lib/Splice/Schedule/module.d.ts +2 -0
- package/lib/Splice/Schedule/module.js +2 -0
- package/lib/Splice/Types/module.d.ts +2 -0
- package/lib/Splice/Types/module.js +2 -0
- package/lib/Splice/ValidatorLicense/module.d.ts +14 -0
- package/lib/Splice/ValidatorLicense/module.js +2 -3
- package/package.json +6 -6
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +0 -458
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +0 -512
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +0 -41
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +0 -45
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +0 -48
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +0 -71
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +0 -93
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +0 -46
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +0 -41
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +0 -61
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +0 -81
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +0 -47
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +0 -45
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +0 -53
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +0 -73
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +0 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +0 -55
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +0 -75
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +0 -72
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +0 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +0 -46
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +0 -45
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +0 -58
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +0 -43
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +0 -41
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +0 -44
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +0 -45
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +0 -59
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +0 -79
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +0 -42
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +0 -45
- package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +0 -96
- package/lib/Fairmint/OpenCapTable/OCF/index.js +0 -103
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +0 -55
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +0 -60
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Core/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +0 -28
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +0 -37
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +0 -56
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +0 -65
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +0 -29
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +0 -32
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +0 -135
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +0 -141
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.d.ts +0 -1
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +0 -8
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +0 -95
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +0 -100
- /package/lib/Fairmint/OpenCapTable/{CapTable → ConvertibleAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{CapTable → ConvertibleAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleAcceptance → ConvertibleCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleAcceptance → ConvertibleCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleCancellation → ConvertibleConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleCancellation → ConvertibleConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleConversion → ConvertibleIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleConversion → ConvertibleIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleIssuance → ConvertibleRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleIssuance → ConvertibleRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleRetraction → ConvertibleTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleRetraction → ConvertibleTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleTransfer → Document}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleTransfer → Document}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Document → EquityCompensationAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Document → EquityCompensationAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationAcceptance → EquityCompensationCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationAcceptance → EquityCompensationCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationCancellation → EquityCompensationExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationCancellation → EquityCompensationExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationExercise → EquityCompensationIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationExercise → EquityCompensationIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationIssuance → EquityCompensationRelease}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationIssuance → EquityCompensationRelease}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRelease → EquityCompensationRepricing}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRelease → EquityCompensationRepricing}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRepricing → EquityCompensationRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRepricing → EquityCompensationRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRetraction → EquityCompensationTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationRetraction → EquityCompensationTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationTransfer → Issuer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/EquityCompensationTransfer → Issuer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Issuer → IssuerAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Issuer → IssuerAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/IssuerAuthorizedSharesAdjustment → Stakeholder}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/IssuerAuthorizedSharesAdjustment → Stakeholder}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → StakeholderRelationshipChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → StakeholderRelationshipChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StakeholderRelationshipChangeEvent → StakeholderStatusChangeEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StakeholderRelationshipChangeEvent → StakeholderStatusChangeEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StakeholderStatusChangeEvent → StockAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StakeholderStatusChangeEvent → StockAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockAcceptance → StockCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockAcceptance → StockCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockCancellation → StockClass}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockCancellation → StockClass}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClass → StockClassAuthorizedSharesAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClass → StockClassAuthorizedSharesAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassAuthorizedSharesAdjustment → StockClassConversionRatioAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassAuthorizedSharesAdjustment → StockClassConversionRatioAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassConversionRatioAdjustment → StockClassSplit}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassConversionRatioAdjustment → StockClassSplit}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassSplit → StockConsolidation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockClassSplit → StockConsolidation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockConsolidation → StockConversion}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockConsolidation → StockConversion}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockConversion → StockIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockConversion → StockIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockIssuance → StockLegendTemplate}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockIssuance → StockLegendTemplate}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockLegendTemplate → StockPlan}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockLegendTemplate → StockPlan}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlan → StockPlanPoolAdjustment}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlan → StockPlanPoolAdjustment}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlanPoolAdjustment → StockPlanReturnToPool}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlanPoolAdjustment → StockPlanReturnToPool}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlanReturnToPool → StockReissuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockPlanReturnToPool → StockReissuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockReissuance → StockRepurchase}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockReissuance → StockRepurchase}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockRepurchase → StockRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockRepurchase → StockRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockRetraction → StockTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockRetraction → StockTransfer}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockTransfer → Valuation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/StockTransfer → Valuation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Valuation → VestingAcceleration}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/Valuation → VestingAcceleration}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingAcceleration → VestingEvent}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingAcceleration → VestingEvent}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingEvent → VestingStart}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingEvent → VestingStart}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingStart → VestingTerms}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingStart → VestingTerms}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingTerms → WarrantAcceptance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/VestingTerms → WarrantAcceptance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantAcceptance → WarrantCancellation}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantAcceptance → WarrantCancellation}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantCancellation → WarrantExercise}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantCancellation → WarrantExercise}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantExercise → WarrantIssuance}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantExercise → WarrantIssuance}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantIssuance → WarrantRetraction}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantIssuance → WarrantRetraction}/index.js +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantRetraction → WarrantTransfer}/index.d.ts +0 -0
- /package/lib/Fairmint/OpenCapTable/{OCF/WarrantRetraction → WarrantTransfer}/index.js +0 -0
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Stock.daml
|
|
2
|
-
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
|
-
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
|
-
import * as jtv from '@mojotech/json-type-validation';
|
|
6
|
-
import * as damlTypes from '@daml/types';
|
|
7
|
-
|
|
8
|
-
export declare type OcfFileType =
|
|
9
|
-
| 'OcfManifestFile'
|
|
10
|
-
| 'OcfStakeholdersFile'
|
|
11
|
-
| 'OcfStockClassesFile'
|
|
12
|
-
| 'OcfStockLegendTemplatesFile'
|
|
13
|
-
| 'OcfStockPlansFile'
|
|
14
|
-
| 'OcfTransactionsFile'
|
|
15
|
-
| 'OcfValuationsFile'
|
|
16
|
-
| 'OcfVestingTermsFile'
|
|
17
|
-
| 'OcfFinancingsFile'
|
|
18
|
-
| 'OcfDocumentsFile'
|
|
19
|
-
;
|
|
20
|
-
|
|
21
|
-
export declare const OcfFileType:
|
|
22
|
-
damlTypes.Serializable<OcfFileType> & {
|
|
23
|
-
}
|
|
24
|
-
& { readonly keys: OcfFileType[] } & { readonly [e in OcfFileType]: e }
|
|
25
|
-
;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
export declare type OcfQuantitySourceType =
|
|
29
|
-
| 'OcfQuantityHumanEstimated'
|
|
30
|
-
| 'OcfQuantityMachineEstimated'
|
|
31
|
-
| 'OcfQuantityUnspecified'
|
|
32
|
-
| 'OcfQuantityInstrumentFixed'
|
|
33
|
-
| 'OcfQuantityInstrumentMax'
|
|
34
|
-
| 'OcfQuantityInstrumentMin'
|
|
35
|
-
;
|
|
36
|
-
|
|
37
|
-
export declare const OcfQuantitySourceType:
|
|
38
|
-
damlTypes.Serializable<OcfQuantitySourceType> & {
|
|
39
|
-
}
|
|
40
|
-
& { readonly keys: OcfQuantitySourceType[] } & { readonly [e in OcfQuantitySourceType]: e }
|
|
41
|
-
;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
export declare type OcfInitialSharesAuthorized =
|
|
45
|
-
| { tag: 'OcfInitialSharesNumeric'; value: damlTypes.Numeric }
|
|
46
|
-
| { tag: 'OcfInitialSharesEnum'; value: OcfAuthorizedShares }
|
|
47
|
-
;
|
|
48
|
-
|
|
49
|
-
export declare const OcfInitialSharesAuthorized:
|
|
50
|
-
damlTypes.Serializable<OcfInitialSharesAuthorized> & {
|
|
51
|
-
}
|
|
52
|
-
;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare type OcfAuthorizedShares =
|
|
56
|
-
| 'OcfAuthorizedSharesNotApplicable'
|
|
57
|
-
| 'OcfAuthorizedSharesUnlimited'
|
|
58
|
-
;
|
|
59
|
-
|
|
60
|
-
export declare const OcfAuthorizedShares:
|
|
61
|
-
damlTypes.Serializable<OcfAuthorizedShares> & {
|
|
62
|
-
}
|
|
63
|
-
& { readonly keys: OcfAuthorizedShares[] } & { readonly [e in OcfAuthorizedShares]: e }
|
|
64
|
-
;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare type OcfShareNumberRange = {
|
|
68
|
-
starting_share_number: damlTypes.Numeric;
|
|
69
|
-
ending_share_number: damlTypes.Numeric;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export declare const OcfShareNumberRange:
|
|
73
|
-
damlTypes.Serializable<OcfShareNumberRange> & {
|
|
74
|
-
}
|
|
75
|
-
;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare type OcfSecurityExemption = {
|
|
79
|
-
description: string;
|
|
80
|
-
jurisdiction: string;
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
export declare const OcfSecurityExemption:
|
|
84
|
-
damlTypes.Serializable<OcfSecurityExemption> & {
|
|
85
|
-
}
|
|
86
|
-
;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare type OcfStockParent = {
|
|
90
|
-
parent_object_id: string;
|
|
91
|
-
parent_object_type: OcfParentSecurityType;
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
export declare const OcfStockParent:
|
|
95
|
-
damlTypes.Serializable<OcfStockParent> & {
|
|
96
|
-
}
|
|
97
|
-
;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare type OcfParentSecurityType =
|
|
101
|
-
| 'OcfParentStockPlan'
|
|
102
|
-
| 'OcfParentStock'
|
|
103
|
-
| 'OcfParentWarrant'
|
|
104
|
-
| 'OcfParentConvertible'
|
|
105
|
-
;
|
|
106
|
-
|
|
107
|
-
export declare const OcfParentSecurityType:
|
|
108
|
-
damlTypes.Serializable<OcfParentSecurityType> & {
|
|
109
|
-
}
|
|
110
|
-
& { readonly keys: OcfParentSecurityType[] } & { readonly [e in OcfParentSecurityType]: e }
|
|
111
|
-
;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
export declare type OcfRatio = {
|
|
115
|
-
numerator: damlTypes.Numeric;
|
|
116
|
-
denominator: damlTypes.Numeric;
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export declare const OcfRatio:
|
|
120
|
-
damlTypes.Serializable<OcfRatio> & {
|
|
121
|
-
}
|
|
122
|
-
;
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
export declare type OcfStockClassType =
|
|
126
|
-
| 'OcfStockClassTypeCommon'
|
|
127
|
-
| 'OcfStockClassTypePreferred'
|
|
128
|
-
;
|
|
129
|
-
|
|
130
|
-
export declare const OcfStockClassType:
|
|
131
|
-
damlTypes.Serializable<OcfStockClassType> & {
|
|
132
|
-
}
|
|
133
|
-
& { readonly keys: OcfStockClassType[] } & { readonly [e in OcfStockClassType]: e }
|
|
134
|
-
;
|
|
135
|
-
|
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
-
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
-
var damlTypes = require('@daml/types');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.OcfFileType = {
|
|
15
|
-
OcfManifestFile: 'OcfManifestFile',
|
|
16
|
-
OcfStakeholdersFile: 'OcfStakeholdersFile',
|
|
17
|
-
OcfStockClassesFile: 'OcfStockClassesFile',
|
|
18
|
-
OcfStockLegendTemplatesFile: 'OcfStockLegendTemplatesFile',
|
|
19
|
-
OcfStockPlansFile: 'OcfStockPlansFile',
|
|
20
|
-
OcfTransactionsFile: 'OcfTransactionsFile',
|
|
21
|
-
OcfValuationsFile: 'OcfValuationsFile',
|
|
22
|
-
OcfVestingTermsFile: 'OcfVestingTermsFile',
|
|
23
|
-
OcfFinancingsFile: 'OcfFinancingsFile',
|
|
24
|
-
OcfDocumentsFile: 'OcfDocumentsFile',
|
|
25
|
-
keys: ['OcfManifestFile','OcfStakeholdersFile','OcfStockClassesFile','OcfStockLegendTemplatesFile','OcfStockPlansFile','OcfTransactionsFile','OcfValuationsFile','OcfVestingTermsFile','OcfFinancingsFile','OcfDocumentsFile',],
|
|
26
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfFileType.OcfManifestFile), jtv.constant(exports.OcfFileType.OcfStakeholdersFile), jtv.constant(exports.OcfFileType.OcfStockClassesFile), jtv.constant(exports.OcfFileType.OcfStockLegendTemplatesFile), jtv.constant(exports.OcfFileType.OcfStockPlansFile), jtv.constant(exports.OcfFileType.OcfTransactionsFile), jtv.constant(exports.OcfFileType.OcfValuationsFile), jtv.constant(exports.OcfFileType.OcfVestingTermsFile), jtv.constant(exports.OcfFileType.OcfFinancingsFile), jtv.constant(exports.OcfFileType.OcfDocumentsFile)); }),
|
|
27
|
-
encode: function (__typed__) { return __typed__; },
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
exports.OcfQuantitySourceType = {
|
|
33
|
-
OcfQuantityHumanEstimated: 'OcfQuantityHumanEstimated',
|
|
34
|
-
OcfQuantityMachineEstimated: 'OcfQuantityMachineEstimated',
|
|
35
|
-
OcfQuantityUnspecified: 'OcfQuantityUnspecified',
|
|
36
|
-
OcfQuantityInstrumentFixed: 'OcfQuantityInstrumentFixed',
|
|
37
|
-
OcfQuantityInstrumentMax: 'OcfQuantityInstrumentMax',
|
|
38
|
-
OcfQuantityInstrumentMin: 'OcfQuantityInstrumentMin',
|
|
39
|
-
keys: ['OcfQuantityHumanEstimated','OcfQuantityMachineEstimated','OcfQuantityUnspecified','OcfQuantityInstrumentFixed','OcfQuantityInstrumentMax','OcfQuantityInstrumentMin',],
|
|
40
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfQuantitySourceType.OcfQuantityHumanEstimated), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityMachineEstimated), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityUnspecified), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentFixed), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMax), jtv.constant(exports.OcfQuantitySourceType.OcfQuantityInstrumentMin)); }),
|
|
41
|
-
encode: function (__typed__) { return __typed__; },
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
exports.OcfInitialSharesAuthorized = {
|
|
47
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.object({tag: jtv.constant('OcfInitialSharesNumeric'), value: damlTypes.Numeric(10).decoder, }), jtv.object({tag: jtv.constant('OcfInitialSharesEnum'), value: exports.OcfAuthorizedShares.decoder, })); }),
|
|
48
|
-
encode: function (__typed__) {
|
|
49
|
-
switch(__typed__.tag) {
|
|
50
|
-
case 'OcfInitialSharesNumeric': return {tag: __typed__.tag, value: damlTypes.Numeric(10).encode(__typed__.value)};
|
|
51
|
-
case 'OcfInitialSharesEnum': return {tag: __typed__.tag, value: exports.OcfAuthorizedShares.encode(__typed__.value)};
|
|
52
|
-
default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type OcfInitialSharesAuthorized';
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
,
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
exports.OcfAuthorizedShares = {
|
|
61
|
-
OcfAuthorizedSharesNotApplicable: 'OcfAuthorizedSharesNotApplicable',
|
|
62
|
-
OcfAuthorizedSharesUnlimited: 'OcfAuthorizedSharesUnlimited',
|
|
63
|
-
keys: ['OcfAuthorizedSharesNotApplicable','OcfAuthorizedSharesUnlimited',],
|
|
64
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesNotApplicable), jtv.constant(exports.OcfAuthorizedShares.OcfAuthorizedSharesUnlimited)); }),
|
|
65
|
-
encode: function (__typed__) { return __typed__; },
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
exports.OcfShareNumberRange = {
|
|
71
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({starting_share_number: damlTypes.Numeric(10).decoder, ending_share_number: damlTypes.Numeric(10).decoder, }); }),
|
|
72
|
-
encode: function (__typed__) {
|
|
73
|
-
return {
|
|
74
|
-
starting_share_number: damlTypes.Numeric(10).encode(__typed__.starting_share_number),
|
|
75
|
-
ending_share_number: damlTypes.Numeric(10).encode(__typed__.ending_share_number),
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
,
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
exports.OcfSecurityExemption = {
|
|
84
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({description: damlTypes.Text.decoder, jurisdiction: damlTypes.Text.decoder, }); }),
|
|
85
|
-
encode: function (__typed__) {
|
|
86
|
-
return {
|
|
87
|
-
description: damlTypes.Text.encode(__typed__.description),
|
|
88
|
-
jurisdiction: damlTypes.Text.encode(__typed__.jurisdiction),
|
|
89
|
-
};
|
|
90
|
-
}
|
|
91
|
-
,
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
exports.OcfStockParent = {
|
|
97
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({parent_object_id: damlTypes.Text.decoder, parent_object_type: exports.OcfParentSecurityType.decoder, }); }),
|
|
98
|
-
encode: function (__typed__) {
|
|
99
|
-
return {
|
|
100
|
-
parent_object_id: damlTypes.Text.encode(__typed__.parent_object_id),
|
|
101
|
-
parent_object_type: exports.OcfParentSecurityType.encode(__typed__.parent_object_type),
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
,
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
exports.OcfParentSecurityType = {
|
|
110
|
-
OcfParentStockPlan: 'OcfParentStockPlan',
|
|
111
|
-
OcfParentStock: 'OcfParentStock',
|
|
112
|
-
OcfParentWarrant: 'OcfParentWarrant',
|
|
113
|
-
OcfParentConvertible: 'OcfParentConvertible',
|
|
114
|
-
keys: ['OcfParentStockPlan','OcfParentStock','OcfParentWarrant','OcfParentConvertible',],
|
|
115
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfParentSecurityType.OcfParentStockPlan), jtv.constant(exports.OcfParentSecurityType.OcfParentStock), jtv.constant(exports.OcfParentSecurityType.OcfParentWarrant), jtv.constant(exports.OcfParentSecurityType.OcfParentConvertible)); }),
|
|
116
|
-
encode: function (__typed__) { return __typed__; },
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
exports.OcfRatio = {
|
|
122
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({numerator: damlTypes.Numeric(10).decoder, denominator: damlTypes.Numeric(10).decoder, }); }),
|
|
123
|
-
encode: function (__typed__) {
|
|
124
|
-
return {
|
|
125
|
-
numerator: damlTypes.Numeric(10).encode(__typed__.numerator),
|
|
126
|
-
denominator: damlTypes.Numeric(10).encode(__typed__.denominator),
|
|
127
|
-
};
|
|
128
|
-
}
|
|
129
|
-
,
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
exports.OcfStockClassType = {
|
|
135
|
-
OcfStockClassTypeCommon: 'OcfStockClassTypeCommon',
|
|
136
|
-
OcfStockClassTypePreferred: 'OcfStockClassTypePreferred',
|
|
137
|
-
keys: ['OcfStockClassTypeCommon','OcfStockClassTypePreferred',],
|
|
138
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfStockClassType.OcfStockClassTypeCommon), jtv.constant(exports.OcfStockClassType.OcfStockClassTypePreferred)); }),
|
|
139
|
-
encode: function (__typed__) { return __typed__; },
|
|
140
|
-
};
|
|
141
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1,95 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,100 +0,0 @@
|
|
|
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
|
-
|
|
File without changes
|
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleAcceptance → ConvertibleCancellation}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleAcceptance → ConvertibleCancellation}/index.js
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleCancellation → ConvertibleConversion}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleCancellation → ConvertibleConversion}/index.js
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleConversion → ConvertibleIssuance}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleConversion → ConvertibleIssuance}/index.js
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleIssuance → ConvertibleRetraction}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleIssuance → ConvertibleRetraction}/index.js
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleRetraction → ConvertibleTransfer}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/ConvertibleRetraction → ConvertibleTransfer}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/Issuer → IssuerAuthorizedSharesAdjustment}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/IssuerAuthorizedSharesAdjustment → Stakeholder}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/IssuerAuthorizedSharesAdjustment → Stakeholder}/index.js
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → StakeholderRelationshipChangeEvent}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/Stakeholder → StakeholderRelationshipChangeEvent}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/StakeholderStatusChangeEvent → StockAcceptance}/index.d.ts
RENAMED
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/StakeholderStatusChangeEvent → StockAcceptance}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/Fairmint/OpenCapTable/{OCF/StockClass → StockClassAuthorizedSharesAdjustment}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|