@fairmint/open-captable-protocol-daml-js 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/DA/Internal/Template/module.d.ts +4 -6
- package/lib/DA/Internal/Template/module.js +7 -7
- package/lib/DA/Set/Types/index.js +1 -0
- package/lib/DA/Set/Types/module.d.ts +6 -7
- package/lib/DA/Set/Types/module.js +15 -11
- package/lib/DA/Set/index.d.ts +2 -1
- package/lib/DA/Set/index.js +2 -0
- package/lib/DA/Time/Types/index.js +1 -0
- package/lib/DA/Time/Types/module.d.ts +5 -7
- package/lib/DA/Time/Types/module.js +10 -8
- package/lib/DA/Time/index.d.ts +2 -1
- package/lib/DA/Time/index.js +2 -0
- package/lib/DA/Types/index.js +1 -0
- package/lib/DA/Types/module.d.ts +305 -344
- package/lib/DA/Types/module.js +689 -431
- package/lib/Fairmint/OpenCapTable/CapTable/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +336 -358
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +1286 -406
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +21 -25
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +71 -59
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +23 -28
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +61 -46
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +42 -50
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +97 -68
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Document/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +39 -51
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +134 -64
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +34 -39
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +83 -57
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +22 -27
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +59 -45
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +26 -31
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +67 -49
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +54 -76
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +132 -95
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +28 -33
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +71 -51
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +35 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +88 -60
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +23 -32
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +66 -48
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +24 -33
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +65 -49
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +19 -24
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +53 -42
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +86 -119
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +252 -157
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +17 -22
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +49 -40
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +20 -25
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +55 -43
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +31 -36
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +77 -54
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +18 -23
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +51 -41
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +21 -26
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +57 -44
- package/lib/Fairmint/OpenCapTable/OCF/index.d.ts +49 -48
- package/lib/Fairmint/OpenCapTable/OCF/index.js +49 -47
- package/lib/Fairmint/OpenCapTable/OcpFactory/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +15 -18
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +50 -41
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +14 -27
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +40 -26
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/module.d.ts +252 -361
- package/lib/Fairmint/OpenCapTable/Types/Conversion/module.js +602 -396
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +13 -18
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +25 -20
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +23 -35
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +52 -37
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +4 -7
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +19 -4
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +56 -90
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +132 -86
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +37 -57
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +90 -56
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +8 -7
- package/lib/Fairmint/OpenCapTable/Types/index.js +8 -6
- package/lib/Fairmint/OpenCapTable/index.d.ts +6 -5
- package/lib/Fairmint/OpenCapTable/index.js +6 -4
- package/lib/Splice/Amulet/TokenApiUtils/index.js +1 -0
- package/lib/Splice/Amulet/TokenApiUtils/module.d.ts +4 -7
- package/lib/Splice/Amulet/TokenApiUtils/module.js +12 -4
- package/lib/Splice/Amulet/TwoStepTransfer/index.js +1 -0
- package/lib/Splice/Amulet/TwoStepTransfer/module.d.ts +13 -15
- package/lib/Splice/Amulet/TwoStepTransfer/module.js +26 -16
- package/lib/Splice/Amulet/index.d.ts +4 -2
- package/lib/Splice/Amulet/index.js +4 -1
- package/lib/Splice/Amulet/module.d.ts +370 -487
- package/lib/Splice/Amulet/module.js +996 -817
- package/lib/Splice/AmuletAllocation/index.js +1 -0
- package/lib/Splice/AmuletAllocation/module.d.ts +9 -11
- package/lib/Splice/AmuletAllocation/module.js +31 -26
- package/lib/Splice/AmuletConfig/index.js +1 -0
- package/lib/Splice/AmuletConfig/module.d.ts +42 -56
- package/lib/Splice/AmuletConfig/module.js +93 -62
- package/lib/Splice/AmuletRules/index.js +1 -0
- package/lib/Splice/AmuletRules/module.d.ts +681 -874
- package/lib/Splice/AmuletRules/module.js +1688 -1273
- package/lib/Splice/AmuletTransferInstruction/index.js +1 -0
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +9 -11
- package/lib/Splice/AmuletTransferInstruction/module.js +31 -26
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +40 -50
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +84 -61
- package/lib/Splice/Api/FeaturedAppRightV2/index.js +1 -0
- package/lib/Splice/Api/FeaturedAppRightV2/module.d.ts +41 -51
- package/lib/Splice/Api/FeaturedAppRightV2/module.js +86 -62
- package/lib/Splice/Api/Token/AllocationInstructionV1/index.js +1 -0
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +82 -99
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +202 -142
- package/lib/Splice/Api/Token/AllocationV1/index.js +1 -0
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +84 -109
- package/lib/Splice/Api/Token/AllocationV1/module.js +185 -139
- package/lib/Splice/Api/Token/HoldingV1/index.js +1 -0
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +27 -34
- package/lib/Splice/Api/Token/HoldingV1/module.js +55 -39
- package/lib/Splice/Api/Token/MetadataV1/index.js +1 -0
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +44 -60
- package/lib/Splice/Api/Token/MetadataV1/module.js +123 -70
- package/lib/Splice/Api/Token/TransferInstructionV1/index.js +1 -0
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +112 -137
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +278 -195
- package/lib/Splice/DecentralizedSynchronizer/index.js +1 -0
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +44 -58
- package/lib/Splice/DecentralizedSynchronizer/module.js +103 -79
- package/lib/Splice/Expiry/index.js +1 -0
- package/lib/Splice/Expiry/module.d.ts +14 -18
- package/lib/Splice/Expiry/module.js +37 -23
- package/lib/Splice/ExternalPartyAmuletRules/index.js +1 -0
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +116 -147
- package/lib/Splice/ExternalPartyAmuletRules/module.js +307 -242
- package/lib/Splice/Fees/index.js +1 -0
- package/lib/Splice/Fees/module.d.ts +26 -40
- package/lib/Splice/Fees/module.js +57 -48
- package/lib/Splice/Issuance/index.js +1 -0
- package/lib/Splice/Issuance/module.d.ts +39 -50
- package/lib/Splice/Issuance/module.js +82 -56
- package/lib/Splice/RelRound/index.js +1 -0
- package/lib/Splice/RelRound/module.d.ts +5 -7
- package/lib/Splice/RelRound/module.js +10 -8
- package/lib/Splice/Round/index.js +1 -0
- package/lib/Splice/Round/module.d.ts +66 -78
- package/lib/Splice/Round/module.js +186 -142
- package/lib/Splice/Schedule/index.js +1 -0
- package/lib/Splice/Schedule/module.d.ts +7 -8
- package/lib/Splice/Schedule/module.js +17 -12
- package/lib/Splice/Types/index.js +1 -0
- package/lib/Splice/Types/module.d.ts +20 -31
- package/lib/Splice/Types/module.js +44 -37
- package/lib/Splice/ValidatorLicense/index.js +1 -0
- package/lib/Splice/ValidatorLicense/module.d.ts +145 -195
- package/lib/Splice/ValidatorLicense/module.js +388 -310
- package/package.json +7 -7
- package/published-dars/OpenCapTable.dar +0 -0
|
@@ -1,28 +1,23 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Core.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/Types/Core/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
6
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
7
|
import * as damlTypes from '@daml/types';
|
|
7
8
|
|
|
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
9
|
export declare type Context = {
|
|
20
|
-
issuer: damlTypes.Party
|
|
21
|
-
system_operator: damlTypes.Party
|
|
22
|
-
}
|
|
10
|
+
issuer: damlTypes.Party,
|
|
11
|
+
system_operator: damlTypes.Party,
|
|
12
|
+
}
|
|
23
13
|
|
|
24
14
|
export declare const Context:
|
|
25
|
-
damlTypes.Serializable<Context>
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
damlTypes.Serializable<Context>
|
|
16
|
+
|
|
17
|
+
export declare type TransferOperation = {
|
|
18
|
+
recipient: damlTypes.Party,
|
|
19
|
+
quantity: damlTypes.Numeric,
|
|
20
|
+
}
|
|
28
21
|
|
|
22
|
+
export declare const TransferOperation:
|
|
23
|
+
damlTypes.Serializable<TransferOperation>
|
|
@@ -5,33 +5,38 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
/* eslint-disable-next-line no-unused-vars */
|
|
9
10
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
11
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
12
|
var damlTypes = require('@daml/types');
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
exports.Context = {
|
|
15
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
16
|
+
return jtv.object({
|
|
17
|
+
issuer: damlTypes.Party.decoder,
|
|
18
|
+
system_operator: damlTypes.Party.decoder,
|
|
19
|
+
});
|
|
20
|
+
}),
|
|
16
21
|
encode: function (__typed__) {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
,
|
|
22
|
+
return {
|
|
23
|
+
issuer: damlTypes.Party.encode(__typed__.issuer),
|
|
24
|
+
system_operator: damlTypes.Party.encode(__typed__.system_operator),
|
|
25
|
+
};
|
|
26
|
+
},
|
|
23
27
|
};
|
|
24
28
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
+
exports.TransferOperation = {
|
|
30
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
31
|
+
return jtv.object({
|
|
32
|
+
recipient: damlTypes.Party.decoder,
|
|
33
|
+
quantity: damlTypes.Numeric(10).decoder,
|
|
34
|
+
});
|
|
35
|
+
}),
|
|
29
36
|
encode: function (__typed__) {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
,
|
|
37
|
+
return {
|
|
38
|
+
recipient: damlTypes.Party.encode(__typed__.recipient),
|
|
39
|
+
quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
|
|
40
|
+
};
|
|
41
|
+
},
|
|
36
42
|
};
|
|
37
|
-
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Monetary.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/Types/Monetary/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
@@ -6,51 +7,38 @@ import * as jtv from '@mojotech/json-type-validation';
|
|
|
6
7
|
import * as damlTypes from '@daml/types';
|
|
7
8
|
|
|
8
9
|
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
|
-
}
|
|
10
|
+
address_type: OcfAddressType,
|
|
11
|
+
country: string,
|
|
12
|
+
city: damlTypes.Optional<string>,
|
|
13
|
+
country_subdivision: damlTypes.Optional<string>,
|
|
14
|
+
postal_code: damlTypes.Optional<string>,
|
|
15
|
+
street_suite: damlTypes.Optional<string>,
|
|
16
|
+
}
|
|
16
17
|
|
|
17
18
|
export declare const OcfAddress:
|
|
18
|
-
damlTypes.Serializable<OcfAddress>
|
|
19
|
-
}
|
|
20
|
-
;
|
|
21
|
-
|
|
19
|
+
damlTypes.Serializable<OcfAddress>
|
|
22
20
|
|
|
23
21
|
export declare type OcfAddressType =
|
|
24
22
|
| 'OcfAddressTypeLegal'
|
|
25
23
|
| 'OcfAddressTypeContact'
|
|
26
24
|
| '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
25
|
|
|
41
|
-
export declare const OcfTaxID:
|
|
42
|
-
damlTypes.Serializable<OcfTaxID> & {
|
|
43
|
-
}
|
|
44
|
-
;
|
|
45
26
|
|
|
27
|
+
export declare const OcfAddressType:
|
|
28
|
+
damlTypes.Serializable<OcfAddressType> & { readonly keys: OcfAddressType[] } & { readonly [e in OcfAddressType]: e }
|
|
46
29
|
|
|
47
30
|
export declare type OcfMonetary = {
|
|
48
|
-
amount: damlTypes.Numeric
|
|
49
|
-
currency: string
|
|
50
|
-
}
|
|
31
|
+
amount: damlTypes.Numeric,
|
|
32
|
+
currency: string,
|
|
33
|
+
}
|
|
51
34
|
|
|
52
35
|
export declare const OcfMonetary:
|
|
53
|
-
damlTypes.Serializable<OcfMonetary>
|
|
54
|
-
}
|
|
55
|
-
;
|
|
36
|
+
damlTypes.Serializable<OcfMonetary>
|
|
56
37
|
|
|
38
|
+
export declare type OcfTaxID = {
|
|
39
|
+
country: string,
|
|
40
|
+
tax_id: string,
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export declare const OcfTaxID:
|
|
44
|
+
damlTypes.Serializable<OcfTaxID>
|
|
@@ -5,61 +5,76 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
/* eslint-disable-next-line no-unused-vars */
|
|
9
10
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
11
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
12
|
var damlTypes = require('@daml/types');
|
|
12
13
|
|
|
13
|
-
|
|
14
14
|
exports.OcfAddress = {
|
|
15
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
15
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
16
|
+
return jtv.object({
|
|
17
|
+
address_type: exports.OcfAddressType.decoder,
|
|
18
|
+
country: damlTypes.Text.decoder,
|
|
19
|
+
city: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
20
|
+
country_subdivision: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
21
|
+
postal_code: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
22
|
+
street_suite: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder),
|
|
23
|
+
});
|
|
24
|
+
}),
|
|
16
25
|
encode: function (__typed__) {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
,
|
|
26
|
+
return {
|
|
27
|
+
address_type: exports.OcfAddressType.encode(__typed__.address_type),
|
|
28
|
+
country: damlTypes.Text.encode(__typed__.country),
|
|
29
|
+
city: damlTypes.Optional(damlTypes.Text).encode(__typed__.city),
|
|
30
|
+
country_subdivision: damlTypes.Optional(damlTypes.Text).encode(__typed__.country_subdivision),
|
|
31
|
+
postal_code: damlTypes.Optional(damlTypes.Text).encode(__typed__.postal_code),
|
|
32
|
+
street_suite: damlTypes.Optional(damlTypes.Text).encode(__typed__.street_suite),
|
|
33
|
+
};
|
|
34
|
+
},
|
|
27
35
|
};
|
|
28
36
|
|
|
29
|
-
|
|
30
|
-
|
|
31
37
|
exports.OcfAddressType = {
|
|
32
38
|
OcfAddressTypeLegal: 'OcfAddressTypeLegal',
|
|
33
39
|
OcfAddressTypeContact: 'OcfAddressTypeContact',
|
|
34
40
|
OcfAddressTypeOther: 'OcfAddressTypeOther',
|
|
35
|
-
keys: ['OcfAddressTypeLegal','OcfAddressTypeContact','OcfAddressTypeOther'
|
|
36
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
41
|
+
keys: ['OcfAddressTypeLegal', 'OcfAddressTypeContact', 'OcfAddressTypeOther'],
|
|
42
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
43
|
+
return jtv.oneOf(
|
|
44
|
+
jtv.constant(exports.OcfAddressType.OcfAddressTypeLegal),
|
|
45
|
+
jtv.constant(exports.OcfAddressType.OcfAddressTypeContact),
|
|
46
|
+
jtv.constant(exports.OcfAddressType.OcfAddressTypeOther),
|
|
47
|
+
);
|
|
48
|
+
}),
|
|
37
49
|
encode: function (__typed__) { return __typed__; },
|
|
38
50
|
};
|
|
39
51
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
52
|
+
exports.OcfMonetary = {
|
|
53
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
54
|
+
return jtv.object({
|
|
55
|
+
amount: damlTypes.Numeric(10).decoder,
|
|
56
|
+
currency: damlTypes.Text.decoder,
|
|
57
|
+
});
|
|
58
|
+
}),
|
|
44
59
|
encode: function (__typed__) {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
,
|
|
60
|
+
return {
|
|
61
|
+
amount: damlTypes.Numeric(10).encode(__typed__.amount),
|
|
62
|
+
currency: damlTypes.Text.encode(__typed__.currency),
|
|
63
|
+
};
|
|
64
|
+
},
|
|
51
65
|
};
|
|
52
66
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
67
|
+
exports.OcfTaxID = {
|
|
68
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
69
|
+
return jtv.object({
|
|
70
|
+
country: damlTypes.Text.decoder,
|
|
71
|
+
tax_id: damlTypes.Text.decoder,
|
|
72
|
+
});
|
|
73
|
+
}),
|
|
57
74
|
encode: function (__typed__) {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
,
|
|
75
|
+
return {
|
|
76
|
+
country: damlTypes.Text.encode(__typed__.country),
|
|
77
|
+
tax_id: damlTypes.Text.encode(__typed__.tax_id),
|
|
78
|
+
};
|
|
79
|
+
},
|
|
64
80
|
};
|
|
65
|
-
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Stakeholder.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/Types/Stakeholder/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
@@ -19,11 +20,7 @@ export declare type OcfStakeholderRelationshipType =
|
|
|
19
20
|
| 'OcfRelNonUsEmployee'
|
|
20
21
|
| 'OcfRelOfficer'
|
|
21
22
|
| 'OcfRelOther'
|
|
22
|
-
;
|
|
23
23
|
|
|
24
|
-
export declare const OcfStakeholderRelationshipType:
|
|
25
|
-
damlTypes.Serializable<OcfStakeholderRelationshipType> & {
|
|
26
|
-
}
|
|
27
|
-
& { readonly keys: OcfStakeholderRelationshipType[] } & { readonly [e in OcfStakeholderRelationshipType]: e }
|
|
28
|
-
;
|
|
29
24
|
|
|
25
|
+
export declare const OcfStakeholderRelationshipType:
|
|
26
|
+
damlTypes.Serializable<OcfStakeholderRelationshipType> & { readonly keys: OcfStakeholderRelationshipType[] } & { readonly [e in OcfStakeholderRelationshipType]: e }
|
|
@@ -5,12 +5,12 @@ function __export(m) {
|
|
|
5
5
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
6
|
}
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
|
|
8
9
|
/* eslint-disable-next-line no-unused-vars */
|
|
9
10
|
var jtv = require('@mojotech/json-type-validation');
|
|
10
11
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
12
|
var damlTypes = require('@daml/types');
|
|
12
13
|
|
|
13
|
-
|
|
14
14
|
exports.OcfStakeholderRelationshipType = {
|
|
15
15
|
OcfRelAdvisor: 'OcfRelAdvisor',
|
|
16
16
|
OcfRelBoardMember: 'OcfRelBoardMember',
|
|
@@ -25,8 +25,23 @@ exports.OcfStakeholderRelationshipType = {
|
|
|
25
25
|
OcfRelNonUsEmployee: 'OcfRelNonUsEmployee',
|
|
26
26
|
OcfRelOfficer: 'OcfRelOfficer',
|
|
27
27
|
OcfRelOther: 'OcfRelOther',
|
|
28
|
-
keys: ['OcfRelAdvisor','OcfRelBoardMember','OcfRelConsultant','OcfRelEmployee','OcfRelExAdvisor','OcfRelExConsultant','OcfRelExEmployee','OcfRelExecutive','OcfRelFounder','OcfRelInvestor','OcfRelNonUsEmployee','OcfRelOfficer','OcfRelOther'
|
|
29
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
28
|
+
keys: ['OcfRelAdvisor', 'OcfRelBoardMember', 'OcfRelConsultant', 'OcfRelEmployee', 'OcfRelExAdvisor', 'OcfRelExConsultant', 'OcfRelExEmployee', 'OcfRelExecutive', 'OcfRelFounder', 'OcfRelInvestor', 'OcfRelNonUsEmployee', 'OcfRelOfficer', 'OcfRelOther'],
|
|
29
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
30
|
+
return jtv.oneOf(
|
|
31
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelAdvisor),
|
|
32
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelBoardMember),
|
|
33
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelConsultant),
|
|
34
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelEmployee),
|
|
35
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExAdvisor),
|
|
36
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExConsultant),
|
|
37
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExEmployee),
|
|
38
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelExecutive),
|
|
39
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelFounder),
|
|
40
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelInvestor),
|
|
41
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelNonUsEmployee),
|
|
42
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOfficer),
|
|
43
|
+
jtv.constant(exports.OcfStakeholderRelationshipType.OcfRelOther),
|
|
44
|
+
);
|
|
45
|
+
}),
|
|
30
46
|
encode: function (__typed__) { return __typed__; },
|
|
31
47
|
};
|
|
32
|
-
|
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types/Stock.daml
|
|
1
|
+
// Generated from ../../../../Fairmint/OpenCapTable/Types/Stock/module.daml
|
|
2
|
+
|
|
2
3
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
4
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
5
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
6
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
7
|
import * as damlTypes from '@daml/types';
|
|
7
8
|
|
|
9
|
+
export declare type OcfAuthorizedShares =
|
|
10
|
+
| 'OcfAuthorizedSharesNotApplicable'
|
|
11
|
+
| 'OcfAuthorizedSharesUnlimited'
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
export declare const OcfAuthorizedShares:
|
|
15
|
+
damlTypes.Serializable<OcfAuthorizedShares> & { readonly keys: OcfAuthorizedShares[] } & { readonly [e in OcfAuthorizedShares]: e }
|
|
16
|
+
|
|
8
17
|
export declare type OcfFileType =
|
|
9
18
|
| 'OcfManifestFile'
|
|
10
19
|
| 'OcfStakeholdersFile'
|
|
@@ -16,14 +25,28 @@ export declare type OcfFileType =
|
|
|
16
25
|
| 'OcfVestingTermsFile'
|
|
17
26
|
| 'OcfFinancingsFile'
|
|
18
27
|
| 'OcfDocumentsFile'
|
|
19
|
-
|
|
28
|
+
|
|
20
29
|
|
|
21
30
|
export declare const OcfFileType:
|
|
22
|
-
damlTypes.Serializable<OcfFileType> & {
|
|
23
|
-
}
|
|
24
|
-
& { readonly keys: OcfFileType[] } & { readonly [e in OcfFileType]: e }
|
|
25
|
-
;
|
|
31
|
+
damlTypes.Serializable<OcfFileType> & { readonly keys: OcfFileType[] } & { readonly [e in OcfFileType]: e }
|
|
26
32
|
|
|
33
|
+
export declare type OcfInitialSharesAuthorized =
|
|
34
|
+
| { tag: 'OcfInitialSharesNumeric'; value: damlTypes.Numeric }
|
|
35
|
+
| { tag: 'OcfInitialSharesEnum'; value: OcfAuthorizedShares }
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
export declare const OcfInitialSharesAuthorized:
|
|
39
|
+
damlTypes.Serializable<OcfInitialSharesAuthorized>
|
|
40
|
+
|
|
41
|
+
export declare type OcfParentSecurityType =
|
|
42
|
+
| 'OcfParentStockPlan'
|
|
43
|
+
| 'OcfParentStock'
|
|
44
|
+
| 'OcfParentWarrant'
|
|
45
|
+
| 'OcfParentConvertible'
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
export declare const OcfParentSecurityType:
|
|
49
|
+
damlTypes.Serializable<OcfParentSecurityType> & { readonly keys: OcfParentSecurityType[] } & { readonly [e in OcfParentSecurityType]: e }
|
|
27
50
|
|
|
28
51
|
export declare type OcfQuantitySourceType =
|
|
29
52
|
| 'OcfQuantityHumanEstimated'
|
|
@@ -32,104 +55,47 @@ export declare type OcfQuantitySourceType =
|
|
|
32
55
|
| 'OcfQuantityInstrumentFixed'
|
|
33
56
|
| 'OcfQuantityInstrumentMax'
|
|
34
57
|
| 'OcfQuantityInstrumentMin'
|
|
35
|
-
;
|
|
36
|
-
|
|
37
|
-
export declare const OcfQuantitySourceType:
|
|
38
|
-
damlTypes.Serializable<OcfQuantitySourceType> & {
|
|
39
|
-
}
|
|
40
|
-
& { readonly keys: OcfQuantitySourceType[] } & { readonly [e in OcfQuantitySourceType]: e }
|
|
41
|
-
;
|
|
42
|
-
|
|
43
58
|
|
|
44
|
-
export declare type OcfInitialSharesAuthorized =
|
|
45
|
-
| { tag: 'OcfInitialSharesNumeric'; value: damlTypes.Numeric }
|
|
46
|
-
| { tag: 'OcfInitialSharesEnum'; value: OcfAuthorizedShares }
|
|
47
|
-
;
|
|
48
|
-
|
|
49
|
-
export declare const OcfInitialSharesAuthorized:
|
|
50
|
-
damlTypes.Serializable<OcfInitialSharesAuthorized> & {
|
|
51
|
-
}
|
|
52
|
-
;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare type OcfAuthorizedShares =
|
|
56
|
-
| 'OcfAuthorizedSharesNotApplicable'
|
|
57
|
-
| 'OcfAuthorizedSharesUnlimited'
|
|
58
|
-
;
|
|
59
59
|
|
|
60
|
-
export declare const
|
|
61
|
-
damlTypes.Serializable<
|
|
62
|
-
}
|
|
63
|
-
& { readonly keys: OcfAuthorizedShares[] } & { readonly [e in OcfAuthorizedShares]: e }
|
|
64
|
-
;
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare type OcfShareNumberRange = {
|
|
68
|
-
starting_share_number: damlTypes.Numeric;
|
|
69
|
-
ending_share_number: damlTypes.Numeric;
|
|
70
|
-
};
|
|
60
|
+
export declare const OcfQuantitySourceType:
|
|
61
|
+
damlTypes.Serializable<OcfQuantitySourceType> & { readonly keys: OcfQuantitySourceType[] } & { readonly [e in OcfQuantitySourceType]: e }
|
|
71
62
|
|
|
72
|
-
export declare
|
|
73
|
-
damlTypes.
|
|
74
|
-
|
|
75
|
-
|
|
63
|
+
export declare type OcfRatio = {
|
|
64
|
+
numerator: damlTypes.Numeric,
|
|
65
|
+
denominator: damlTypes.Numeric,
|
|
66
|
+
}
|
|
76
67
|
|
|
68
|
+
export declare const OcfRatio:
|
|
69
|
+
damlTypes.Serializable<OcfRatio>
|
|
77
70
|
|
|
78
71
|
export declare type OcfSecurityExemption = {
|
|
79
|
-
description: string
|
|
80
|
-
jurisdiction: string
|
|
81
|
-
}
|
|
72
|
+
description: string,
|
|
73
|
+
jurisdiction: string,
|
|
74
|
+
}
|
|
82
75
|
|
|
83
76
|
export declare const OcfSecurityExemption:
|
|
84
|
-
damlTypes.Serializable<OcfSecurityExemption>
|
|
85
|
-
}
|
|
86
|
-
;
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare type OcfStockParent = {
|
|
90
|
-
parent_object_id: string;
|
|
91
|
-
parent_object_type: OcfParentSecurityType;
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
export declare const OcfStockParent:
|
|
95
|
-
damlTypes.Serializable<OcfStockParent> & {
|
|
96
|
-
}
|
|
97
|
-
;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
export declare type OcfParentSecurityType =
|
|
101
|
-
| 'OcfParentStockPlan'
|
|
102
|
-
| 'OcfParentStock'
|
|
103
|
-
| 'OcfParentWarrant'
|
|
104
|
-
| 'OcfParentConvertible'
|
|
105
|
-
;
|
|
106
|
-
|
|
107
|
-
export declare const OcfParentSecurityType:
|
|
108
|
-
damlTypes.Serializable<OcfParentSecurityType> & {
|
|
109
|
-
}
|
|
110
|
-
& { readonly keys: OcfParentSecurityType[] } & { readonly [e in OcfParentSecurityType]: e }
|
|
111
|
-
;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
export declare type OcfRatio = {
|
|
115
|
-
numerator: damlTypes.Numeric;
|
|
116
|
-
denominator: damlTypes.Numeric;
|
|
117
|
-
};
|
|
77
|
+
damlTypes.Serializable<OcfSecurityExemption>
|
|
118
78
|
|
|
119
|
-
export declare
|
|
120
|
-
damlTypes.
|
|
121
|
-
|
|
122
|
-
|
|
79
|
+
export declare type OcfShareNumberRange = {
|
|
80
|
+
starting_share_number: damlTypes.Numeric,
|
|
81
|
+
ending_share_number: damlTypes.Numeric,
|
|
82
|
+
}
|
|
123
83
|
|
|
84
|
+
export declare const OcfShareNumberRange:
|
|
85
|
+
damlTypes.Serializable<OcfShareNumberRange>
|
|
124
86
|
|
|
125
87
|
export declare type OcfStockClassType =
|
|
126
88
|
| 'OcfStockClassTypeCommon'
|
|
127
89
|
| 'OcfStockClassTypePreferred'
|
|
128
|
-
|
|
90
|
+
|
|
129
91
|
|
|
130
92
|
export declare const OcfStockClassType:
|
|
131
|
-
damlTypes.Serializable<OcfStockClassType> & {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
93
|
+
damlTypes.Serializable<OcfStockClassType> & { readonly keys: OcfStockClassType[] } & { readonly [e in OcfStockClassType]: e }
|
|
94
|
+
|
|
95
|
+
export declare type OcfStockParent = {
|
|
96
|
+
parent_object_id: string,
|
|
97
|
+
parent_object_type: OcfParentSecurityType,
|
|
98
|
+
}
|
|
135
99
|
|
|
100
|
+
export declare const OcfStockParent:
|
|
101
|
+
damlTypes.Serializable<OcfStockParent>
|