@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
|
@@ -1,96 +0,0 @@
|
|
|
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 } ;
|
|
33
|
-
import * as IssuerAuthorizedSharesAdjustment from './IssuerAuthorizedSharesAdjustment';
|
|
34
|
-
export { IssuerAuthorizedSharesAdjustment } ;
|
|
35
|
-
import * as Stakeholder from './Stakeholder';
|
|
36
|
-
export { Stakeholder } ;
|
|
37
|
-
import * as StakeholderRelationshipChangeEvent from './StakeholderRelationshipChangeEvent';
|
|
38
|
-
export { StakeholderRelationshipChangeEvent } ;
|
|
39
|
-
import * as StakeholderStatusChangeEvent from './StakeholderStatusChangeEvent';
|
|
40
|
-
export { StakeholderStatusChangeEvent } ;
|
|
41
|
-
import * as StockAcceptance from './StockAcceptance';
|
|
42
|
-
export { StockAcceptance } ;
|
|
43
|
-
import * as StockCancellation from './StockCancellation';
|
|
44
|
-
export { StockCancellation } ;
|
|
45
|
-
import * as StockClass from './StockClass';
|
|
46
|
-
export { StockClass } ;
|
|
47
|
-
import * as StockClassAuthorizedSharesAdjustment from './StockClassAuthorizedSharesAdjustment';
|
|
48
|
-
export { StockClassAuthorizedSharesAdjustment } ;
|
|
49
|
-
import * as StockClassConversionRatioAdjustment from './StockClassConversionRatioAdjustment';
|
|
50
|
-
export { StockClassConversionRatioAdjustment } ;
|
|
51
|
-
import * as StockClassSplit from './StockClassSplit';
|
|
52
|
-
export { StockClassSplit } ;
|
|
53
|
-
import * as StockConsolidation from './StockConsolidation';
|
|
54
|
-
export { StockConsolidation } ;
|
|
55
|
-
import * as StockConversion from './StockConversion';
|
|
56
|
-
export { StockConversion } ;
|
|
57
|
-
import * as StockIssuance from './StockIssuance';
|
|
58
|
-
export { StockIssuance } ;
|
|
59
|
-
import * as StockLegendTemplate from './StockLegendTemplate';
|
|
60
|
-
export { StockLegendTemplate } ;
|
|
61
|
-
import * as StockPlan from './StockPlan';
|
|
62
|
-
export { StockPlan } ;
|
|
63
|
-
import * as StockPlanPoolAdjustment from './StockPlanPoolAdjustment';
|
|
64
|
-
export { StockPlanPoolAdjustment } ;
|
|
65
|
-
import * as StockPlanReturnToPool from './StockPlanReturnToPool';
|
|
66
|
-
export { StockPlanReturnToPool } ;
|
|
67
|
-
import * as StockReissuance from './StockReissuance';
|
|
68
|
-
export { StockReissuance } ;
|
|
69
|
-
import * as StockRepurchase from './StockRepurchase';
|
|
70
|
-
export { StockRepurchase } ;
|
|
71
|
-
import * as StockRetraction from './StockRetraction';
|
|
72
|
-
export { StockRetraction } ;
|
|
73
|
-
import * as StockTransfer from './StockTransfer';
|
|
74
|
-
export { StockTransfer } ;
|
|
75
|
-
import * as Valuation from './Valuation';
|
|
76
|
-
export { Valuation } ;
|
|
77
|
-
import * as VestingAcceleration from './VestingAcceleration';
|
|
78
|
-
export { VestingAcceleration } ;
|
|
79
|
-
import * as VestingEvent from './VestingEvent';
|
|
80
|
-
export { VestingEvent } ;
|
|
81
|
-
import * as VestingStart from './VestingStart';
|
|
82
|
-
export { VestingStart } ;
|
|
83
|
-
import * as VestingTerms from './VestingTerms';
|
|
84
|
-
export { VestingTerms } ;
|
|
85
|
-
import * as WarrantAcceptance from './WarrantAcceptance';
|
|
86
|
-
export { WarrantAcceptance } ;
|
|
87
|
-
import * as WarrantCancellation from './WarrantCancellation';
|
|
88
|
-
export { WarrantCancellation } ;
|
|
89
|
-
import * as WarrantExercise from './WarrantExercise';
|
|
90
|
-
export { WarrantExercise } ;
|
|
91
|
-
import * as WarrantIssuance from './WarrantIssuance';
|
|
92
|
-
export { WarrantIssuance } ;
|
|
93
|
-
import * as WarrantRetraction from './WarrantRetraction';
|
|
94
|
-
export { WarrantRetraction } ;
|
|
95
|
-
import * as WarrantTransfer from './WarrantTransfer';
|
|
96
|
-
export { WarrantTransfer } ;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
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;
|
|
40
|
-
var IssuerAuthorizedSharesAdjustment = require('./IssuerAuthorizedSharesAdjustment');
|
|
41
|
-
exports.IssuerAuthorizedSharesAdjustment = IssuerAuthorizedSharesAdjustment;
|
|
42
|
-
var Stakeholder = require('./Stakeholder');
|
|
43
|
-
exports.Stakeholder = Stakeholder;
|
|
44
|
-
var StakeholderRelationshipChangeEvent = require('./StakeholderRelationshipChangeEvent');
|
|
45
|
-
exports.StakeholderRelationshipChangeEvent = StakeholderRelationshipChangeEvent;
|
|
46
|
-
var StakeholderStatusChangeEvent = require('./StakeholderStatusChangeEvent');
|
|
47
|
-
exports.StakeholderStatusChangeEvent = StakeholderStatusChangeEvent;
|
|
48
|
-
var StockAcceptance = require('./StockAcceptance');
|
|
49
|
-
exports.StockAcceptance = StockAcceptance;
|
|
50
|
-
var StockCancellation = require('./StockCancellation');
|
|
51
|
-
exports.StockCancellation = StockCancellation;
|
|
52
|
-
var StockClass = require('./StockClass');
|
|
53
|
-
exports.StockClass = StockClass;
|
|
54
|
-
var StockClassAuthorizedSharesAdjustment = require('./StockClassAuthorizedSharesAdjustment');
|
|
55
|
-
exports.StockClassAuthorizedSharesAdjustment = StockClassAuthorizedSharesAdjustment;
|
|
56
|
-
var StockClassConversionRatioAdjustment = require('./StockClassConversionRatioAdjustment');
|
|
57
|
-
exports.StockClassConversionRatioAdjustment = StockClassConversionRatioAdjustment;
|
|
58
|
-
var StockClassSplit = require('./StockClassSplit');
|
|
59
|
-
exports.StockClassSplit = StockClassSplit;
|
|
60
|
-
var StockConsolidation = require('./StockConsolidation');
|
|
61
|
-
exports.StockConsolidation = StockConsolidation;
|
|
62
|
-
var StockConversion = require('./StockConversion');
|
|
63
|
-
exports.StockConversion = StockConversion;
|
|
64
|
-
var StockIssuance = require('./StockIssuance');
|
|
65
|
-
exports.StockIssuance = StockIssuance;
|
|
66
|
-
var StockLegendTemplate = require('./StockLegendTemplate');
|
|
67
|
-
exports.StockLegendTemplate = StockLegendTemplate;
|
|
68
|
-
var StockPlan = require('./StockPlan');
|
|
69
|
-
exports.StockPlan = StockPlan;
|
|
70
|
-
var StockPlanPoolAdjustment = require('./StockPlanPoolAdjustment');
|
|
71
|
-
exports.StockPlanPoolAdjustment = StockPlanPoolAdjustment;
|
|
72
|
-
var StockPlanReturnToPool = require('./StockPlanReturnToPool');
|
|
73
|
-
exports.StockPlanReturnToPool = StockPlanReturnToPool;
|
|
74
|
-
var StockReissuance = require('./StockReissuance');
|
|
75
|
-
exports.StockReissuance = StockReissuance;
|
|
76
|
-
var StockRepurchase = require('./StockRepurchase');
|
|
77
|
-
exports.StockRepurchase = StockRepurchase;
|
|
78
|
-
var StockRetraction = require('./StockRetraction');
|
|
79
|
-
exports.StockRetraction = StockRetraction;
|
|
80
|
-
var StockTransfer = require('./StockTransfer');
|
|
81
|
-
exports.StockTransfer = StockTransfer;
|
|
82
|
-
var Valuation = require('./Valuation');
|
|
83
|
-
exports.Valuation = Valuation;
|
|
84
|
-
var VestingAcceleration = require('./VestingAcceleration');
|
|
85
|
-
exports.VestingAcceleration = VestingAcceleration;
|
|
86
|
-
var VestingEvent = require('./VestingEvent');
|
|
87
|
-
exports.VestingEvent = VestingEvent;
|
|
88
|
-
var VestingStart = require('./VestingStart');
|
|
89
|
-
exports.VestingStart = VestingStart;
|
|
90
|
-
var VestingTerms = require('./VestingTerms');
|
|
91
|
-
exports.VestingTerms = VestingTerms;
|
|
92
|
-
var WarrantAcceptance = require('./WarrantAcceptance');
|
|
93
|
-
exports.WarrantAcceptance = WarrantAcceptance;
|
|
94
|
-
var WarrantCancellation = require('./WarrantCancellation');
|
|
95
|
-
exports.WarrantCancellation = WarrantCancellation;
|
|
96
|
-
var WarrantExercise = require('./WarrantExercise');
|
|
97
|
-
exports.WarrantExercise = WarrantExercise;
|
|
98
|
-
var WarrantIssuance = require('./WarrantIssuance');
|
|
99
|
-
exports.WarrantIssuance = WarrantIssuance;
|
|
100
|
-
var WarrantRetraction = require('./WarrantRetraction');
|
|
101
|
-
exports.WarrantRetraction = WarrantRetraction;
|
|
102
|
-
var WarrantTransfer = require('./WarrantTransfer');
|
|
103
|
-
exports.WarrantTransfer = WarrantTransfer;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Contact.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 OcfEmail = {
|
|
9
|
-
email_address: string;
|
|
10
|
-
email_type: OcfEmailType;
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export declare const OcfEmail:
|
|
14
|
-
damlTypes.Serializable<OcfEmail> & {
|
|
15
|
-
}
|
|
16
|
-
;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export declare type OcfEmailType =
|
|
20
|
-
| 'OcfEmailTypeBusiness'
|
|
21
|
-
| 'OcfEmailTypePersonal'
|
|
22
|
-
| 'OcfEmailTypeOther'
|
|
23
|
-
;
|
|
24
|
-
|
|
25
|
-
export declare const OcfEmailType:
|
|
26
|
-
damlTypes.Serializable<OcfEmailType> & {
|
|
27
|
-
}
|
|
28
|
-
& { readonly keys: OcfEmailType[] } & { readonly [e in OcfEmailType]: e }
|
|
29
|
-
;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export declare type OcfPhone = {
|
|
33
|
-
phone_number: string;
|
|
34
|
-
phone_type: OcfPhoneType;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export declare const OcfPhone:
|
|
38
|
-
damlTypes.Serializable<OcfPhone> & {
|
|
39
|
-
}
|
|
40
|
-
;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare type OcfPhoneType =
|
|
44
|
-
| 'OcfPhoneHome'
|
|
45
|
-
| 'OcfPhoneMobile'
|
|
46
|
-
| 'OcfPhoneBusiness'
|
|
47
|
-
| 'OcfPhoneOther'
|
|
48
|
-
;
|
|
49
|
-
|
|
50
|
-
export declare const OcfPhoneType:
|
|
51
|
-
damlTypes.Serializable<OcfPhoneType> & {
|
|
52
|
-
}
|
|
53
|
-
& { readonly keys: OcfPhoneType[] } & { readonly [e in OcfPhoneType]: e }
|
|
54
|
-
;
|
|
55
|
-
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
-
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
-
var damlTypes = require('@daml/types');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.OcfEmail = {
|
|
15
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({email_address: damlTypes.Text.decoder, email_type: exports.OcfEmailType.decoder, }); }),
|
|
16
|
-
encode: function (__typed__) {
|
|
17
|
-
return {
|
|
18
|
-
email_address: damlTypes.Text.encode(__typed__.email_address),
|
|
19
|
-
email_type: exports.OcfEmailType.encode(__typed__.email_type),
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
,
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
exports.OcfEmailType = {
|
|
28
|
-
OcfEmailTypeBusiness: 'OcfEmailTypeBusiness',
|
|
29
|
-
OcfEmailTypePersonal: 'OcfEmailTypePersonal',
|
|
30
|
-
OcfEmailTypeOther: 'OcfEmailTypeOther',
|
|
31
|
-
keys: ['OcfEmailTypeBusiness','OcfEmailTypePersonal','OcfEmailTypeOther',],
|
|
32
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfEmailType.OcfEmailTypeBusiness), jtv.constant(exports.OcfEmailType.OcfEmailTypePersonal), jtv.constant(exports.OcfEmailType.OcfEmailTypeOther)); }),
|
|
33
|
-
encode: function (__typed__) { return __typed__; },
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
exports.OcfPhone = {
|
|
39
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({phone_number: damlTypes.Text.decoder, phone_type: exports.OcfPhoneType.decoder, }); }),
|
|
40
|
-
encode: function (__typed__) {
|
|
41
|
-
return {
|
|
42
|
-
phone_number: damlTypes.Text.encode(__typed__.phone_number),
|
|
43
|
-
phone_type: exports.OcfPhoneType.encode(__typed__.phone_type),
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
,
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
exports.OcfPhoneType = {
|
|
52
|
-
OcfPhoneHome: 'OcfPhoneHome',
|
|
53
|
-
OcfPhoneMobile: 'OcfPhoneMobile',
|
|
54
|
-
OcfPhoneBusiness: 'OcfPhoneBusiness',
|
|
55
|
-
OcfPhoneOther: 'OcfPhoneOther',
|
|
56
|
-
keys: ['OcfPhoneHome','OcfPhoneMobile','OcfPhoneBusiness','OcfPhoneOther',],
|
|
57
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfPhoneType.OcfPhoneHome), jtv.constant(exports.OcfPhoneType.OcfPhoneMobile), jtv.constant(exports.OcfPhoneType.OcfPhoneBusiness), jtv.constant(exports.OcfPhoneType.OcfPhoneOther)); }),
|
|
58
|
-
encode: function (__typed__) { return __typed__; },
|
|
59
|
-
};
|
|
60
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
-
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
-
var damlTypes = require('@daml/types');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.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
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1,56 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
-
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
-
var damlTypes = require('@daml/types');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.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
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|
|
@@ -1,29 +0,0 @@
|
|
|
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
|
-
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
-
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
-
var damlTypes = require('@daml/types');
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
exports.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
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './module';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
-
function __export(m) {
|
|
4
|
-
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
-
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
-
}
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
__export(require('./module'));
|