@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 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
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'));
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Core.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 TransferOperation = {
|
|
9
|
+
recipient: damlTypes.Party;
|
|
10
|
+
quantity: damlTypes.Numeric;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export declare const TransferOperation:
|
|
14
|
+
damlTypes.Serializable<TransferOperation> & {
|
|
15
|
+
}
|
|
16
|
+
;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export declare type Context = {
|
|
20
|
+
issuer: damlTypes.Party;
|
|
21
|
+
system_operator: damlTypes.Party;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export declare const Context:
|
|
25
|
+
damlTypes.Serializable<Context> & {
|
|
26
|
+
}
|
|
27
|
+
;
|
|
28
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
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.TransferOperation = {
|
|
15
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({recipient: damlTypes.Party.decoder, quantity: damlTypes.Numeric(10).decoder, }); }),
|
|
16
|
+
encode: function (__typed__) {
|
|
17
|
+
return {
|
|
18
|
+
recipient: damlTypes.Party.encode(__typed__.recipient),
|
|
19
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
,
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
exports.Context = {
|
|
28
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, }); }),
|
|
29
|
+
encode: function (__typed__) {
|
|
30
|
+
return {
|
|
31
|
+
issuer: damlTypes.Party.encode(__typed__.issuer),
|
|
32
|
+
system_operator: damlTypes.Party.encode(__typed__.system_operator),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
,
|
|
36
|
+
};
|
|
37
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
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'));
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Monetary.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 OcfAddress = {
|
|
9
|
+
address_type: OcfAddressType;
|
|
10
|
+
country: string;
|
|
11
|
+
city: damlTypes.Optional<string>;
|
|
12
|
+
country_subdivision: damlTypes.Optional<string>;
|
|
13
|
+
postal_code: damlTypes.Optional<string>;
|
|
14
|
+
street_suite: damlTypes.Optional<string>;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export declare const OcfAddress:
|
|
18
|
+
damlTypes.Serializable<OcfAddress> & {
|
|
19
|
+
}
|
|
20
|
+
;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
export declare type OcfAddressType =
|
|
24
|
+
| 'OcfAddressTypeLegal'
|
|
25
|
+
| 'OcfAddressTypeContact'
|
|
26
|
+
| 'OcfAddressTypeOther'
|
|
27
|
+
;
|
|
28
|
+
|
|
29
|
+
export declare const OcfAddressType:
|
|
30
|
+
damlTypes.Serializable<OcfAddressType> & {
|
|
31
|
+
}
|
|
32
|
+
& { readonly keys: OcfAddressType[] } & { readonly [e in OcfAddressType]: e }
|
|
33
|
+
;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
export declare type OcfTaxID = {
|
|
37
|
+
country: string;
|
|
38
|
+
tax_id: string;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export declare const OcfTaxID:
|
|
42
|
+
damlTypes.Serializable<OcfTaxID> & {
|
|
43
|
+
}
|
|
44
|
+
;
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
export declare type OcfMonetary = {
|
|
48
|
+
amount: damlTypes.Numeric;
|
|
49
|
+
currency: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export declare const OcfMonetary:
|
|
53
|
+
damlTypes.Serializable<OcfMonetary> & {
|
|
54
|
+
}
|
|
55
|
+
;
|
|
56
|
+
|
|
@@ -0,0 +1,65 @@
|
|
|
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.OcfAddress = {
|
|
15
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({address_type: exports.OcfAddressType.decoder, country: damlTypes.Text.decoder, city: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), country_subdivision: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), postal_code: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), street_suite: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
|
|
16
|
+
encode: function (__typed__) {
|
|
17
|
+
return {
|
|
18
|
+
address_type: exports.OcfAddressType.encode(__typed__.address_type),
|
|
19
|
+
country: damlTypes.Text.encode(__typed__.country),
|
|
20
|
+
city: damlTypes.Optional(damlTypes.Text).encode(__typed__.city),
|
|
21
|
+
country_subdivision: damlTypes.Optional(damlTypes.Text).encode(__typed__.country_subdivision),
|
|
22
|
+
postal_code: damlTypes.Optional(damlTypes.Text).encode(__typed__.postal_code),
|
|
23
|
+
street_suite: damlTypes.Optional(damlTypes.Text).encode(__typed__.street_suite),
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
,
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
exports.OcfAddressType = {
|
|
32
|
+
OcfAddressTypeLegal: 'OcfAddressTypeLegal',
|
|
33
|
+
OcfAddressTypeContact: 'OcfAddressTypeContact',
|
|
34
|
+
OcfAddressTypeOther: 'OcfAddressTypeOther',
|
|
35
|
+
keys: ['OcfAddressTypeLegal','OcfAddressTypeContact','OcfAddressTypeOther',],
|
|
36
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfAddressType.OcfAddressTypeLegal), jtv.constant(exports.OcfAddressType.OcfAddressTypeContact), jtv.constant(exports.OcfAddressType.OcfAddressTypeOther)); }),
|
|
37
|
+
encode: function (__typed__) { return __typed__; },
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
exports.OcfTaxID = {
|
|
43
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({country: damlTypes.Text.decoder, tax_id: damlTypes.Text.decoder, }); }),
|
|
44
|
+
encode: function (__typed__) {
|
|
45
|
+
return {
|
|
46
|
+
country: damlTypes.Text.encode(__typed__.country),
|
|
47
|
+
tax_id: damlTypes.Text.encode(__typed__.tax_id),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
,
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
exports.OcfMonetary = {
|
|
56
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({amount: damlTypes.Numeric(10).decoder, currency: damlTypes.Text.decoder, }); }),
|
|
57
|
+
encode: function (__typed__) {
|
|
58
|
+
return {
|
|
59
|
+
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
60
|
+
currency: damlTypes.Text.encode(__typed__.currency),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
,
|
|
64
|
+
};
|
|
65
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
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'));
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Stakeholder.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 OcfStakeholderRelationshipType =
|
|
9
|
+
| 'OcfRelAdvisor'
|
|
10
|
+
| 'OcfRelBoardMember'
|
|
11
|
+
| 'OcfRelConsultant'
|
|
12
|
+
| 'OcfRelEmployee'
|
|
13
|
+
| 'OcfRelExAdvisor'
|
|
14
|
+
| 'OcfRelExConsultant'
|
|
15
|
+
| 'OcfRelExEmployee'
|
|
16
|
+
| 'OcfRelExecutive'
|
|
17
|
+
| 'OcfRelFounder'
|
|
18
|
+
| 'OcfRelInvestor'
|
|
19
|
+
| 'OcfRelNonUsEmployee'
|
|
20
|
+
| 'OcfRelOfficer'
|
|
21
|
+
| 'OcfRelOther'
|
|
22
|
+
;
|
|
23
|
+
|
|
24
|
+
export declare const OcfStakeholderRelationshipType:
|
|
25
|
+
damlTypes.Serializable<OcfStakeholderRelationshipType> & {
|
|
26
|
+
}
|
|
27
|
+
& { readonly keys: OcfStakeholderRelationshipType[] } & { readonly [e in OcfStakeholderRelationshipType]: e }
|
|
28
|
+
;
|
|
29
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
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.OcfStakeholderRelationshipType = {
|
|
15
|
+
OcfRelAdvisor: 'OcfRelAdvisor',
|
|
16
|
+
OcfRelBoardMember: 'OcfRelBoardMember',
|
|
17
|
+
OcfRelConsultant: 'OcfRelConsultant',
|
|
18
|
+
OcfRelEmployee: 'OcfRelEmployee',
|
|
19
|
+
OcfRelExAdvisor: 'OcfRelExAdvisor',
|
|
20
|
+
OcfRelExConsultant: 'OcfRelExConsultant',
|
|
21
|
+
OcfRelExEmployee: 'OcfRelExEmployee',
|
|
22
|
+
OcfRelExecutive: 'OcfRelExecutive',
|
|
23
|
+
OcfRelFounder: 'OcfRelFounder',
|
|
24
|
+
OcfRelInvestor: 'OcfRelInvestor',
|
|
25
|
+
OcfRelNonUsEmployee: 'OcfRelNonUsEmployee',
|
|
26
|
+
OcfRelOfficer: 'OcfRelOfficer',
|
|
27
|
+
OcfRelOther: 'OcfRelOther',
|
|
28
|
+
keys: ['OcfRelAdvisor','OcfRelBoardMember','OcfRelConsultant','OcfRelEmployee','OcfRelExAdvisor','OcfRelExConsultant','OcfRelExEmployee','OcfRelExecutive','OcfRelFounder','OcfRelInvestor','OcfRelNonUsEmployee','OcfRelOfficer','OcfRelOther',],
|
|
29
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelAdvisor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelBoardMember), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelConsultant), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExAdvisor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExConsultant), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExecutive), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelFounder), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelInvestor), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelNonUsEmployee), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOfficer), jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOther)); }),
|
|
30
|
+
encode: function (__typed__) { return __typed__; },
|
|
31
|
+
};
|
|
32
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
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'));
|
|
@@ -0,0 +1,135 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,141 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
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'));
|