@fairmint/open-captable-protocol-daml-js 0.2.127 → 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 +5 -5
- 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
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/WarrantRetraction.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
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
9
|
+
|
|
10
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
11
|
+
|
|
12
|
+
import * as Fairmint_OpenCapTable_Types from '../../../Fairmint/OpenCapTable/Types/module';
|
|
13
|
+
|
|
14
|
+
export declare type OcfWarrantRetractionTxData = {
|
|
15
|
+
id: string;
|
|
16
|
+
date: damlTypes.Time;
|
|
17
|
+
reason_text: string;
|
|
18
|
+
security_id: string;
|
|
19
|
+
comments: string[];
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export declare const OcfWarrantRetractionTxData:
|
|
23
|
+
damlTypes.Serializable<OcfWarrantRetractionTxData> & {
|
|
24
|
+
}
|
|
25
|
+
;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export declare type ArchiveByIssuer = {
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export declare const ArchiveByIssuer:
|
|
32
|
+
damlTypes.Serializable<ArchiveByIssuer> & {
|
|
33
|
+
}
|
|
34
|
+
;
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
export declare type WarrantRetraction = {
|
|
38
|
+
context: Fairmint_OpenCapTable_Types.Context;
|
|
39
|
+
retraction_data: OcfWarrantRetractionTxData;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export declare interface WarrantRetractionInterface {
|
|
43
|
+
Archive: damlTypes.Choice<WarrantRetraction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<WarrantRetraction, undefined>>;
|
|
44
|
+
ArchiveByIssuer: damlTypes.Choice<WarrantRetraction, ArchiveByIssuer, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<WarrantRetraction, undefined>>;
|
|
45
|
+
}
|
|
46
|
+
export declare const WarrantRetraction:
|
|
47
|
+
damlTypes.Template<WarrantRetraction, undefined, '#OpenCapTable-v25:Fairmint.OpenCapTable.WarrantRetraction:WarrantRetraction'> &
|
|
48
|
+
damlTypes.ToInterface<WarrantRetraction, never> &
|
|
49
|
+
WarrantRetractionInterface;
|
|
50
|
+
|
|
51
|
+
export declare namespace WarrantRetraction {
|
|
52
|
+
export type CreateEvent = damlLedger.CreateEvent<WarrantRetraction, undefined, typeof WarrantRetraction.templateId>
|
|
53
|
+
export type ArchiveEvent = damlLedger.ArchiveEvent<WarrantRetraction, typeof WarrantRetraction.templateId>
|
|
54
|
+
export type Event = damlLedger.Event<WarrantRetraction, undefined, typeof WarrantRetraction.templateId>
|
|
55
|
+
export type QueryResult = damlLedger.QueryResult<WarrantRetraction, undefined, typeof WarrantRetraction.templateId>
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
@@ -9,13 +9,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
15
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
14
16
|
|
|
15
|
-
var
|
|
17
|
+
var Fairmint_OpenCapTable_Types = require('../../../Fairmint/OpenCapTable/Types/module');
|
|
16
18
|
|
|
17
19
|
|
|
18
|
-
exports.
|
|
20
|
+
exports.OcfWarrantRetractionTxData = {
|
|
19
21
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, reason_text: damlTypes.Text.decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, }); }),
|
|
20
22
|
encode: function (__typed__) {
|
|
21
23
|
return {
|
|
@@ -31,17 +33,27 @@ exports.WarrantRetractionOcfData = {
|
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
|
|
36
|
+
exports.ArchiveByIssuer = {
|
|
37
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({}); }),
|
|
38
|
+
encode: function (__typed__) {
|
|
39
|
+
return {
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
,
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
34
47
|
exports.WarrantRetraction = damlTypes.assembleTemplate(
|
|
35
48
|
{
|
|
36
|
-
templateId: '#OpenCapTable-
|
|
37
|
-
templateIdWithPackageId: 'a89d08d4d29df368b44ff6e7d53a6de9a6fb9b1b30da150899a913541a78d70a:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction',
|
|
49
|
+
templateId: '#OpenCapTable-v25:Fairmint.OpenCapTable.WarrantRetraction:WarrantRetraction',
|
|
38
50
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
39
51
|
keyEncode: function () { throw 'EncodeError'; },
|
|
40
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
52
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types.Context.decoder, retraction_data: exports.OcfWarrantRetractionTxData.decoder, }); }),
|
|
41
53
|
encode: function (__typed__) {
|
|
42
54
|
return {
|
|
43
|
-
context:
|
|
44
|
-
retraction_data: exports.
|
|
55
|
+
context: Fairmint_OpenCapTable_Types.Context.encode(__typed__.context),
|
|
56
|
+
retraction_data: exports.OcfWarrantRetractionTxData.encode(__typed__.retraction_data),
|
|
45
57
|
};
|
|
46
58
|
}
|
|
47
59
|
,
|
|
@@ -53,10 +65,18 @@ exports.WarrantRetraction = damlTypes.assembleTemplate(
|
|
|
53
65
|
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
54
66
|
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
55
67
|
},
|
|
68
|
+
ArchiveByIssuer: {
|
|
69
|
+
template: function () { return exports.WarrantRetraction; },
|
|
70
|
+
choiceName: 'ArchiveByIssuer',
|
|
71
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.ArchiveByIssuer.decoder; }),
|
|
72
|
+
argumentEncode: function (__typed__) { return exports.ArchiveByIssuer.encode(__typed__); },
|
|
73
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
74
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
75
|
+
},
|
|
56
76
|
}
|
|
57
77
|
|
|
58
78
|
);
|
|
59
79
|
|
|
60
80
|
|
|
61
|
-
damlTypes.registerTemplate(exports.WarrantRetraction, ['
|
|
81
|
+
damlTypes.registerTemplate(exports.WarrantRetraction, ['83e4200150d7af966955c3860686d5f183330ce0c3150858c8e0b78a992f34d0', '#OpenCapTable-v25']);
|
|
62
82
|
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/WarrantTransfer.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
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
9
|
+
|
|
10
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
11
|
+
|
|
12
|
+
import * as Fairmint_OpenCapTable_Types from '../../../Fairmint/OpenCapTable/Types/module';
|
|
13
|
+
|
|
14
|
+
export declare type OcfWarrantTransferTxData = {
|
|
15
|
+
id: string;
|
|
16
|
+
date: damlTypes.Time;
|
|
17
|
+
quantity: damlTypes.Numeric;
|
|
18
|
+
security_id: string;
|
|
19
|
+
comments: string[];
|
|
20
|
+
resulting_security_ids: string[];
|
|
21
|
+
balance_security_id: damlTypes.Optional<string>;
|
|
22
|
+
consideration_text: damlTypes.Optional<string>;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export declare const OcfWarrantTransferTxData:
|
|
26
|
+
damlTypes.Serializable<OcfWarrantTransferTxData> & {
|
|
27
|
+
}
|
|
28
|
+
;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export declare type ArchiveByIssuer = {
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export declare const ArchiveByIssuer:
|
|
35
|
+
damlTypes.Serializable<ArchiveByIssuer> & {
|
|
36
|
+
}
|
|
37
|
+
;
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
export declare type WarrantTransfer = {
|
|
41
|
+
context: Fairmint_OpenCapTable_Types.Context;
|
|
42
|
+
transfer_data: OcfWarrantTransferTxData;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export declare interface WarrantTransferInterface {
|
|
46
|
+
Archive: damlTypes.Choice<WarrantTransfer, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<WarrantTransfer, undefined>>;
|
|
47
|
+
ArchiveByIssuer: damlTypes.Choice<WarrantTransfer, ArchiveByIssuer, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<WarrantTransfer, undefined>>;
|
|
48
|
+
}
|
|
49
|
+
export declare const WarrantTransfer:
|
|
50
|
+
damlTypes.Template<WarrantTransfer, undefined, '#OpenCapTable-v25:Fairmint.OpenCapTable.WarrantTransfer:WarrantTransfer'> &
|
|
51
|
+
damlTypes.ToInterface<WarrantTransfer, never> &
|
|
52
|
+
WarrantTransferInterface;
|
|
53
|
+
|
|
54
|
+
export declare namespace WarrantTransfer {
|
|
55
|
+
export type CreateEvent = damlLedger.CreateEvent<WarrantTransfer, undefined, typeof WarrantTransfer.templateId>
|
|
56
|
+
export type ArchiveEvent = damlLedger.ArchiveEvent<WarrantTransfer, typeof WarrantTransfer.templateId>
|
|
57
|
+
export type Event = damlLedger.Event<WarrantTransfer, undefined, typeof WarrantTransfer.templateId>
|
|
58
|
+
export type QueryResult = damlLedger.QueryResult<WarrantTransfer, undefined, typeof WarrantTransfer.templateId>
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
@@ -9,13 +9,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
15
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
14
16
|
|
|
15
|
-
var
|
|
17
|
+
var Fairmint_OpenCapTable_Types = require('../../../Fairmint/OpenCapTable/Types/module');
|
|
16
18
|
|
|
17
19
|
|
|
18
|
-
exports.
|
|
20
|
+
exports.OcfWarrantTransferTxData = {
|
|
19
21
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, quantity: damlTypes.Numeric(10).decoder, security_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, resulting_security_ids: damlTypes.List(damlTypes.Text).decoder, balance_security_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
|
|
20
22
|
encode: function (__typed__) {
|
|
21
23
|
return {
|
|
@@ -34,17 +36,27 @@ exports.WarrantTransferOcfData = {
|
|
|
34
36
|
|
|
35
37
|
|
|
36
38
|
|
|
39
|
+
exports.ArchiveByIssuer = {
|
|
40
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({}); }),
|
|
41
|
+
encode: function (__typed__) {
|
|
42
|
+
return {
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
,
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
37
50
|
exports.WarrantTransfer = damlTypes.assembleTemplate(
|
|
38
51
|
{
|
|
39
|
-
templateId: '#OpenCapTable-
|
|
40
|
-
templateIdWithPackageId: 'a89d08d4d29df368b44ff6e7d53a6de9a6fb9b1b30da150899a913541a78d70a:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer',
|
|
52
|
+
templateId: '#OpenCapTable-v25:Fairmint.OpenCapTable.WarrantTransfer:WarrantTransfer',
|
|
41
53
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
42
54
|
keyEncode: function () { throw 'EncodeError'; },
|
|
43
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
55
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types.Context.decoder, transfer_data: exports.OcfWarrantTransferTxData.decoder, }); }),
|
|
44
56
|
encode: function (__typed__) {
|
|
45
57
|
return {
|
|
46
|
-
context:
|
|
47
|
-
transfer_data: exports.
|
|
58
|
+
context: Fairmint_OpenCapTable_Types.Context.encode(__typed__.context),
|
|
59
|
+
transfer_data: exports.OcfWarrantTransferTxData.encode(__typed__.transfer_data),
|
|
48
60
|
};
|
|
49
61
|
}
|
|
50
62
|
,
|
|
@@ -56,10 +68,18 @@ exports.WarrantTransfer = damlTypes.assembleTemplate(
|
|
|
56
68
|
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
57
69
|
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
58
70
|
},
|
|
71
|
+
ArchiveByIssuer: {
|
|
72
|
+
template: function () { return exports.WarrantTransfer; },
|
|
73
|
+
choiceName: 'ArchiveByIssuer',
|
|
74
|
+
argumentDecoder: damlTypes.lazyMemo(function () { return exports.ArchiveByIssuer.decoder; }),
|
|
75
|
+
argumentEncode: function (__typed__) { return exports.ArchiveByIssuer.encode(__typed__); },
|
|
76
|
+
resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
|
|
77
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
78
|
+
},
|
|
59
79
|
}
|
|
60
80
|
|
|
61
81
|
);
|
|
62
82
|
|
|
63
83
|
|
|
64
|
-
damlTypes.registerTemplate(exports.WarrantTransfer, ['
|
|
84
|
+
damlTypes.registerTemplate(exports.WarrantTransfer, ['83e4200150d7af966955c3860686d5f183330ce0c3150858c8e0b78a992f34d0', '#OpenCapTable-v25']);
|
|
65
85
|
|
|
@@ -1,10 +1,102 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
export {
|
|
1
|
+
import * as ConvertibleAcceptance from './ConvertibleAcceptance';
|
|
2
|
+
export { ConvertibleAcceptance } ;
|
|
3
|
+
import * as ConvertibleCancellation from './ConvertibleCancellation';
|
|
4
|
+
export { ConvertibleCancellation } ;
|
|
5
|
+
import * as ConvertibleConversion from './ConvertibleConversion';
|
|
6
|
+
export { ConvertibleConversion } ;
|
|
7
|
+
import * as ConvertibleIssuance from './ConvertibleIssuance';
|
|
8
|
+
export { ConvertibleIssuance } ;
|
|
9
|
+
import * as ConvertibleRetraction from './ConvertibleRetraction';
|
|
10
|
+
export { ConvertibleRetraction } ;
|
|
11
|
+
import * as ConvertibleTransfer from './ConvertibleTransfer';
|
|
12
|
+
export { ConvertibleTransfer } ;
|
|
13
|
+
import * as Document from './Document';
|
|
14
|
+
export { Document } ;
|
|
15
|
+
import * as EquityCompensationAcceptance from './EquityCompensationAcceptance';
|
|
16
|
+
export { EquityCompensationAcceptance } ;
|
|
17
|
+
import * as EquityCompensationCancellation from './EquityCompensationCancellation';
|
|
18
|
+
export { EquityCompensationCancellation } ;
|
|
19
|
+
import * as EquityCompensationExercise from './EquityCompensationExercise';
|
|
20
|
+
export { EquityCompensationExercise } ;
|
|
21
|
+
import * as EquityCompensationIssuance from './EquityCompensationIssuance';
|
|
22
|
+
export { EquityCompensationIssuance } ;
|
|
23
|
+
import * as EquityCompensationRelease from './EquityCompensationRelease';
|
|
24
|
+
export { EquityCompensationRelease } ;
|
|
25
|
+
import * as EquityCompensationRepricing from './EquityCompensationRepricing';
|
|
26
|
+
export { EquityCompensationRepricing } ;
|
|
27
|
+
import * as EquityCompensationRetraction from './EquityCompensationRetraction';
|
|
28
|
+
export { EquityCompensationRetraction } ;
|
|
29
|
+
import * as EquityCompensationTransfer from './EquityCompensationTransfer';
|
|
30
|
+
export { EquityCompensationTransfer } ;
|
|
31
|
+
import * as Issuer from './Issuer';
|
|
32
|
+
export { Issuer } ;
|
|
3
33
|
import * as IssuerAuthorization from './IssuerAuthorization';
|
|
4
34
|
export { IssuerAuthorization } ;
|
|
5
|
-
import * as
|
|
6
|
-
export {
|
|
35
|
+
import * as IssuerAuthorizedSharesAdjustment from './IssuerAuthorizedSharesAdjustment';
|
|
36
|
+
export { IssuerAuthorizedSharesAdjustment } ;
|
|
7
37
|
import * as OcpFactory from './OcpFactory';
|
|
8
38
|
export { OcpFactory } ;
|
|
39
|
+
import * as Stakeholder from './Stakeholder';
|
|
40
|
+
export { Stakeholder } ;
|
|
41
|
+
import * as StakeholderRelationshipChangeEvent from './StakeholderRelationshipChangeEvent';
|
|
42
|
+
export { StakeholderRelationshipChangeEvent } ;
|
|
43
|
+
import * as StakeholderStatusChangeEvent from './StakeholderStatusChangeEvent';
|
|
44
|
+
export { StakeholderStatusChangeEvent } ;
|
|
45
|
+
import * as StockAcceptance from './StockAcceptance';
|
|
46
|
+
export { StockAcceptance } ;
|
|
47
|
+
import * as StockCancellation from './StockCancellation';
|
|
48
|
+
export { StockCancellation } ;
|
|
49
|
+
import * as StockClass from './StockClass';
|
|
50
|
+
export { StockClass } ;
|
|
51
|
+
import * as StockClassAuthorizedSharesAdjustment from './StockClassAuthorizedSharesAdjustment';
|
|
52
|
+
export { StockClassAuthorizedSharesAdjustment } ;
|
|
53
|
+
import * as StockClassConversionRatioAdjustment from './StockClassConversionRatioAdjustment';
|
|
54
|
+
export { StockClassConversionRatioAdjustment } ;
|
|
55
|
+
import * as StockClassSplit from './StockClassSplit';
|
|
56
|
+
export { StockClassSplit } ;
|
|
57
|
+
import * as StockConsolidation from './StockConsolidation';
|
|
58
|
+
export { StockConsolidation } ;
|
|
59
|
+
import * as StockConversion from './StockConversion';
|
|
60
|
+
export { StockConversion } ;
|
|
61
|
+
import * as StockIssuance from './StockIssuance';
|
|
62
|
+
export { StockIssuance } ;
|
|
63
|
+
import * as StockLegendTemplate from './StockLegendTemplate';
|
|
64
|
+
export { StockLegendTemplate } ;
|
|
65
|
+
import * as StockPlan from './StockPlan';
|
|
66
|
+
export { StockPlan } ;
|
|
67
|
+
import * as StockPlanPoolAdjustment from './StockPlanPoolAdjustment';
|
|
68
|
+
export { StockPlanPoolAdjustment } ;
|
|
69
|
+
import * as StockPlanReturnToPool from './StockPlanReturnToPool';
|
|
70
|
+
export { StockPlanReturnToPool } ;
|
|
71
|
+
import * as StockReissuance from './StockReissuance';
|
|
72
|
+
export { StockReissuance } ;
|
|
73
|
+
import * as StockRepurchase from './StockRepurchase';
|
|
74
|
+
export { StockRepurchase } ;
|
|
75
|
+
import * as StockRetraction from './StockRetraction';
|
|
76
|
+
export { StockRetraction } ;
|
|
77
|
+
import * as StockTransfer from './StockTransfer';
|
|
78
|
+
export { StockTransfer } ;
|
|
9
79
|
import * as Types from './Types';
|
|
10
80
|
export { Types } ;
|
|
81
|
+
import * as Valuation from './Valuation';
|
|
82
|
+
export { Valuation } ;
|
|
83
|
+
import * as VestingAcceleration from './VestingAcceleration';
|
|
84
|
+
export { VestingAcceleration } ;
|
|
85
|
+
import * as VestingEvent from './VestingEvent';
|
|
86
|
+
export { VestingEvent } ;
|
|
87
|
+
import * as VestingStart from './VestingStart';
|
|
88
|
+
export { VestingStart } ;
|
|
89
|
+
import * as VestingTerms from './VestingTerms';
|
|
90
|
+
export { VestingTerms } ;
|
|
91
|
+
import * as WarrantAcceptance from './WarrantAcceptance';
|
|
92
|
+
export { WarrantAcceptance } ;
|
|
93
|
+
import * as WarrantCancellation from './WarrantCancellation';
|
|
94
|
+
export { WarrantCancellation } ;
|
|
95
|
+
import * as WarrantExercise from './WarrantExercise';
|
|
96
|
+
export { WarrantExercise } ;
|
|
97
|
+
import * as WarrantIssuance from './WarrantIssuance';
|
|
98
|
+
export { WarrantIssuance } ;
|
|
99
|
+
import * as WarrantRetraction from './WarrantRetraction';
|
|
100
|
+
export { WarrantRetraction } ;
|
|
101
|
+
import * as WarrantTransfer from './WarrantTransfer';
|
|
102
|
+
export { WarrantTransfer } ;
|
|
@@ -5,13 +5,105 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
var
|
|
9
|
-
exports.
|
|
8
|
+
var ConvertibleAcceptance = require('./ConvertibleAcceptance');
|
|
9
|
+
exports.ConvertibleAcceptance = ConvertibleAcceptance;
|
|
10
|
+
var ConvertibleCancellation = require('./ConvertibleCancellation');
|
|
11
|
+
exports.ConvertibleCancellation = ConvertibleCancellation;
|
|
12
|
+
var ConvertibleConversion = require('./ConvertibleConversion');
|
|
13
|
+
exports.ConvertibleConversion = ConvertibleConversion;
|
|
14
|
+
var ConvertibleIssuance = require('./ConvertibleIssuance');
|
|
15
|
+
exports.ConvertibleIssuance = ConvertibleIssuance;
|
|
16
|
+
var ConvertibleRetraction = require('./ConvertibleRetraction');
|
|
17
|
+
exports.ConvertibleRetraction = ConvertibleRetraction;
|
|
18
|
+
var ConvertibleTransfer = require('./ConvertibleTransfer');
|
|
19
|
+
exports.ConvertibleTransfer = ConvertibleTransfer;
|
|
20
|
+
var Document = require('./Document');
|
|
21
|
+
exports.Document = Document;
|
|
22
|
+
var EquityCompensationAcceptance = require('./EquityCompensationAcceptance');
|
|
23
|
+
exports.EquityCompensationAcceptance = EquityCompensationAcceptance;
|
|
24
|
+
var EquityCompensationCancellation = require('./EquityCompensationCancellation');
|
|
25
|
+
exports.EquityCompensationCancellation = EquityCompensationCancellation;
|
|
26
|
+
var EquityCompensationExercise = require('./EquityCompensationExercise');
|
|
27
|
+
exports.EquityCompensationExercise = EquityCompensationExercise;
|
|
28
|
+
var EquityCompensationIssuance = require('./EquityCompensationIssuance');
|
|
29
|
+
exports.EquityCompensationIssuance = EquityCompensationIssuance;
|
|
30
|
+
var EquityCompensationRelease = require('./EquityCompensationRelease');
|
|
31
|
+
exports.EquityCompensationRelease = EquityCompensationRelease;
|
|
32
|
+
var EquityCompensationRepricing = require('./EquityCompensationRepricing');
|
|
33
|
+
exports.EquityCompensationRepricing = EquityCompensationRepricing;
|
|
34
|
+
var EquityCompensationRetraction = require('./EquityCompensationRetraction');
|
|
35
|
+
exports.EquityCompensationRetraction = EquityCompensationRetraction;
|
|
36
|
+
var EquityCompensationTransfer = require('./EquityCompensationTransfer');
|
|
37
|
+
exports.EquityCompensationTransfer = EquityCompensationTransfer;
|
|
38
|
+
var Issuer = require('./Issuer');
|
|
39
|
+
exports.Issuer = Issuer;
|
|
10
40
|
var IssuerAuthorization = require('./IssuerAuthorization');
|
|
11
41
|
exports.IssuerAuthorization = IssuerAuthorization;
|
|
12
|
-
var
|
|
13
|
-
exports.
|
|
42
|
+
var IssuerAuthorizedSharesAdjustment = require('./IssuerAuthorizedSharesAdjustment');
|
|
43
|
+
exports.IssuerAuthorizedSharesAdjustment = IssuerAuthorizedSharesAdjustment;
|
|
14
44
|
var OcpFactory = require('./OcpFactory');
|
|
15
45
|
exports.OcpFactory = OcpFactory;
|
|
46
|
+
var Stakeholder = require('./Stakeholder');
|
|
47
|
+
exports.Stakeholder = Stakeholder;
|
|
48
|
+
var StakeholderRelationshipChangeEvent = require('./StakeholderRelationshipChangeEvent');
|
|
49
|
+
exports.StakeholderRelationshipChangeEvent = StakeholderRelationshipChangeEvent;
|
|
50
|
+
var StakeholderStatusChangeEvent = require('./StakeholderStatusChangeEvent');
|
|
51
|
+
exports.StakeholderStatusChangeEvent = StakeholderStatusChangeEvent;
|
|
52
|
+
var StockAcceptance = require('./StockAcceptance');
|
|
53
|
+
exports.StockAcceptance = StockAcceptance;
|
|
54
|
+
var StockCancellation = require('./StockCancellation');
|
|
55
|
+
exports.StockCancellation = StockCancellation;
|
|
56
|
+
var StockClass = require('./StockClass');
|
|
57
|
+
exports.StockClass = StockClass;
|
|
58
|
+
var StockClassAuthorizedSharesAdjustment = require('./StockClassAuthorizedSharesAdjustment');
|
|
59
|
+
exports.StockClassAuthorizedSharesAdjustment = StockClassAuthorizedSharesAdjustment;
|
|
60
|
+
var StockClassConversionRatioAdjustment = require('./StockClassConversionRatioAdjustment');
|
|
61
|
+
exports.StockClassConversionRatioAdjustment = StockClassConversionRatioAdjustment;
|
|
62
|
+
var StockClassSplit = require('./StockClassSplit');
|
|
63
|
+
exports.StockClassSplit = StockClassSplit;
|
|
64
|
+
var StockConsolidation = require('./StockConsolidation');
|
|
65
|
+
exports.StockConsolidation = StockConsolidation;
|
|
66
|
+
var StockConversion = require('./StockConversion');
|
|
67
|
+
exports.StockConversion = StockConversion;
|
|
68
|
+
var StockIssuance = require('./StockIssuance');
|
|
69
|
+
exports.StockIssuance = StockIssuance;
|
|
70
|
+
var StockLegendTemplate = require('./StockLegendTemplate');
|
|
71
|
+
exports.StockLegendTemplate = StockLegendTemplate;
|
|
72
|
+
var StockPlan = require('./StockPlan');
|
|
73
|
+
exports.StockPlan = StockPlan;
|
|
74
|
+
var StockPlanPoolAdjustment = require('./StockPlanPoolAdjustment');
|
|
75
|
+
exports.StockPlanPoolAdjustment = StockPlanPoolAdjustment;
|
|
76
|
+
var StockPlanReturnToPool = require('./StockPlanReturnToPool');
|
|
77
|
+
exports.StockPlanReturnToPool = StockPlanReturnToPool;
|
|
78
|
+
var StockReissuance = require('./StockReissuance');
|
|
79
|
+
exports.StockReissuance = StockReissuance;
|
|
80
|
+
var StockRepurchase = require('./StockRepurchase');
|
|
81
|
+
exports.StockRepurchase = StockRepurchase;
|
|
82
|
+
var StockRetraction = require('./StockRetraction');
|
|
83
|
+
exports.StockRetraction = StockRetraction;
|
|
84
|
+
var StockTransfer = require('./StockTransfer');
|
|
85
|
+
exports.StockTransfer = StockTransfer;
|
|
16
86
|
var Types = require('./Types');
|
|
17
87
|
exports.Types = Types;
|
|
88
|
+
var Valuation = require('./Valuation');
|
|
89
|
+
exports.Valuation = Valuation;
|
|
90
|
+
var VestingAcceleration = require('./VestingAcceleration');
|
|
91
|
+
exports.VestingAcceleration = VestingAcceleration;
|
|
92
|
+
var VestingEvent = require('./VestingEvent');
|
|
93
|
+
exports.VestingEvent = VestingEvent;
|
|
94
|
+
var VestingStart = require('./VestingStart');
|
|
95
|
+
exports.VestingStart = VestingStart;
|
|
96
|
+
var VestingTerms = require('./VestingTerms');
|
|
97
|
+
exports.VestingTerms = VestingTerms;
|
|
98
|
+
var WarrantAcceptance = require('./WarrantAcceptance');
|
|
99
|
+
exports.WarrantAcceptance = WarrantAcceptance;
|
|
100
|
+
var WarrantCancellation = require('./WarrantCancellation');
|
|
101
|
+
exports.WarrantCancellation = WarrantCancellation;
|
|
102
|
+
var WarrantExercise = require('./WarrantExercise');
|
|
103
|
+
exports.WarrantExercise = WarrantExercise;
|
|
104
|
+
var WarrantIssuance = require('./WarrantIssuance');
|
|
105
|
+
exports.WarrantIssuance = WarrantIssuance;
|
|
106
|
+
var WarrantRetraction = require('./WarrantRetraction');
|
|
107
|
+
exports.WarrantRetraction = WarrantRetraction;
|
|
108
|
+
var WarrantTransfer = require('./WarrantTransfer');
|
|
109
|
+
exports.WarrantTransfer = WarrantTransfer;
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
7
9
|
|
|
8
10
|
import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../Splice/Api/FeaturedAppRightV1';
|
|
9
11
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
@@ -48,6 +50,10 @@ export declare const CompanyValuationReport:
|
|
|
48
50
|
CompanyValuationReportInterface;
|
|
49
51
|
|
|
50
52
|
export declare namespace CompanyValuationReport {
|
|
53
|
+
export type CreateEvent = damlLedger.CreateEvent<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
54
|
+
export type ArchiveEvent = damlLedger.ArchiveEvent<CompanyValuationReport, typeof CompanyValuationReport.templateId>
|
|
55
|
+
export type Event = damlLedger.Event<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
56
|
+
export type QueryResult = damlLedger.QueryResult<CompanyValuationReport, undefined, typeof CompanyValuationReport.templateId>
|
|
51
57
|
}
|
|
52
58
|
|
|
53
59
|
|
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
15
|
var pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda = require('../../../Splice/Api/FeaturedAppRightV1');
|
|
14
16
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
@@ -41,7 +43,6 @@ exports.AddObservers = {
|
|
|
41
43
|
exports.CompanyValuationReport = damlTypes.assembleTemplate(
|
|
42
44
|
{
|
|
43
45
|
templateId: '#OpenCapTableReports-v01:Fairmint.OpenCapTableReports.CompanyValuationReport:CompanyValuationReport',
|
|
44
|
-
templateIdWithPackageId: '8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9:Fairmint.OpenCapTableReports.CompanyValuationReport:CompanyValuationReport',
|
|
45
46
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
46
47
|
keyEncode: function () { throw 'EncodeError'; },
|
|
47
48
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({company_id: damlTypes.Text.decoder, company_valuation: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Numeric(10)).decoder), last_update_at: damlTypes.Time.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppRight).decoder, observers: damlTypes.List(damlTypes.Party).decoder, }); }),
|
|
@@ -85,5 +86,5 @@ exports.CompanyValuationReport = damlTypes.assembleTemplate(
|
|
|
85
86
|
);
|
|
86
87
|
|
|
87
88
|
|
|
88
|
-
damlTypes.registerTemplate(exports.CompanyValuationReport, ['
|
|
89
|
+
damlTypes.registerTemplate(exports.CompanyValuationReport, ['6da513fe33490f54734f7287bfba3c05d58d9cdeb1108deaa7814648c15e8971', '#OpenCapTableReports-v01']);
|
|
89
90
|
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
7
9
|
|
|
8
10
|
import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../Splice/Api/FeaturedAppRightV1';
|
|
9
11
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../DA/Internal/Template';
|
|
@@ -37,6 +39,10 @@ export declare const ReportsFactory:
|
|
|
37
39
|
ReportsFactoryInterface;
|
|
38
40
|
|
|
39
41
|
export declare namespace ReportsFactory {
|
|
42
|
+
export type CreateEvent = damlLedger.CreateEvent<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
43
|
+
export type ArchiveEvent = damlLedger.ArchiveEvent<ReportsFactory, typeof ReportsFactory.templateId>
|
|
44
|
+
export type Event = damlLedger.Event<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
45
|
+
export type QueryResult = damlLedger.QueryResult<ReportsFactory, undefined, typeof ReportsFactory.templateId>
|
|
40
46
|
}
|
|
41
47
|
|
|
42
48
|
|
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
15
|
var pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda = require('../../../Splice/Api/FeaturedAppRightV1');
|
|
14
16
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../DA/Internal/Template');
|
|
@@ -33,7 +35,6 @@ exports.CreateCompanyValuationReport = {
|
|
|
33
35
|
exports.ReportsFactory = damlTypes.assembleTemplate(
|
|
34
36
|
{
|
|
35
37
|
templateId: '#OpenCapTableReports-v01:Fairmint.OpenCapTableReports.ReportsFactory:ReportsFactory',
|
|
36
|
-
templateIdWithPackageId: '8183060bf1a671a9c8725c262b7b50a36d166ea6f6efdc36d11367717c1177d9:Fairmint.OpenCapTableReports.ReportsFactory:ReportsFactory',
|
|
37
38
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
38
39
|
keyEncode: function () { throw 'EncodeError'; },
|
|
39
40
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppRight).decoder, }); }),
|
|
@@ -65,5 +66,5 @@ exports.ReportsFactory = damlTypes.assembleTemplate(
|
|
|
65
66
|
);
|
|
66
67
|
|
|
67
68
|
|
|
68
|
-
damlTypes.registerTemplate(exports.ReportsFactory, ['
|
|
69
|
+
damlTypes.registerTemplate(exports.ReportsFactory, ['6da513fe33490f54734f7287bfba3c05d58d9cdeb1108deaa7814648c15e8971', '#OpenCapTableReports-v01']);
|
|
69
70
|
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
7
9
|
|
|
8
10
|
export declare type TxKind =
|
|
9
11
|
| 'TxKind_Transfer'
|
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
exports.TxKind = {
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
|
+
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
|
8
|
+
import * as damlLedger from '@daml/ledger';
|
|
7
9
|
|
|
8
10
|
export declare type TwoStepTransfer = {
|
|
9
11
|
dso: damlTypes.Party;
|
|
@@ -9,6 +9,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
13
|
+
var damlLedger = require('@daml/ledger');
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
exports.TwoStepTransfer = {
|