@fairmint/open-captable-protocol-daml-js 0.3.4 → 0.3.6
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,4 +1,5 @@
|
|
|
1
|
-
// Generated from Splice/AmuletTransferInstruction.daml
|
|
1
|
+
// Generated from ../../Splice/AmuletTransferInstruction/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 */
|
|
@@ -11,19 +12,16 @@ import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69
|
|
|
11
12
|
import * as Splice_Amulet from '../../Splice/Amulet/module';
|
|
12
13
|
|
|
13
14
|
export declare type AmuletTransferInstruction = {
|
|
14
|
-
lockedAmulet: damlTypes.ContractId<Splice_Amulet.LockedAmulet
|
|
15
|
-
transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Splice.Api.Token.TransferInstructionV1.Transfer
|
|
16
|
-
}
|
|
15
|
+
lockedAmulet: damlTypes.ContractId<Splice_Amulet.LockedAmulet>,
|
|
16
|
+
transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Splice.Api.Token.TransferInstructionV1.Transfer,
|
|
17
|
+
}
|
|
17
18
|
|
|
18
19
|
export declare interface AmuletTransferInstructionInterface {
|
|
19
|
-
Archive:
|
|
20
|
+
Archive:
|
|
21
|
+
damlTypes.Choice<AmuletTransferInstruction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
22
|
+
damlTypes.ChoiceFrom<damlTypes.Template<AmuletTransferInstruction, undefined>>;
|
|
20
23
|
}
|
|
21
24
|
export declare const AmuletTransferInstruction:
|
|
22
25
|
damlTypes.Template<AmuletTransferInstruction, undefined, '#splice-amulet:Splice.AmuletTransferInstruction:AmuletTransferInstruction'> &
|
|
23
26
|
damlTypes.ToInterface<AmuletTransferInstruction, pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Splice.Api.Token.TransferInstructionV1.TransferInstruction> &
|
|
24
|
-
AmuletTransferInstructionInterface
|
|
25
|
-
|
|
26
|
-
export declare namespace AmuletTransferInstruction {
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
AmuletTransferInstructionInterface
|
|
@@ -5,6 +5,7 @@ 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 */
|
|
@@ -15,34 +16,38 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
15
16
|
|
|
16
17
|
var Splice_Amulet = require('../../Splice/Amulet/module');
|
|
17
18
|
|
|
18
|
-
|
|
19
19
|
exports.AmuletTransferInstruction = damlTypes.assembleTemplate(
|
|
20
|
-
{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
20
|
+
{
|
|
21
|
+
templateId: '#splice-amulet:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
|
|
22
|
+
templateIdWithPackageId: '#c208d7ead1e4e9b610fc2054d0bf00716144ad444011bce0b02dcd6cd0cb8a23:Splice.AmuletTransferInstruction:AmuletTransferInstruction',
|
|
23
|
+
keyDecoder: jtv.constant(undefined),
|
|
24
|
+
keyEncode: function () { throw 'EncodeError'; },
|
|
25
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
26
|
+
return jtv.object({
|
|
27
|
+
lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).decoder,
|
|
28
|
+
transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Transfer.decoder,
|
|
29
|
+
});
|
|
30
|
+
}),
|
|
31
|
+
encode: function (__typed__) {
|
|
32
|
+
return {
|
|
33
|
+
lockedAmulet: damlTypes.ContractId(Splice_Amulet.LockedAmulet).encode(__typed__.lockedAmulet),
|
|
34
|
+
transfer: pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.Transfer.encode(__typed__.transfer),
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
Archive: {
|
|
38
|
+
template: function () { return exports.AmuletTransferInstruction; },
|
|
39
|
+
choiceName: 'Archive',
|
|
40
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
41
|
+
return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
|
|
42
|
+
}),
|
|
43
|
+
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
44
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
45
|
+
return damlTypes.Unit.decoder;
|
|
46
|
+
}),
|
|
47
|
+
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
48
|
+
},
|
|
40
49
|
},
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
, pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.TransferInstruction
|
|
50
|
+
pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281.TransferInstruction,
|
|
44
51
|
);
|
|
45
52
|
|
|
46
|
-
|
|
47
53
|
damlTypes.registerTemplate(exports.AmuletTransferInstruction, ['c208d7ead1e4e9b610fc2054d0bf00716144ad444011bce0b02dcd6cd0cb8a23', '#splice-amulet']);
|
|
48
|
-
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Splice/Api/FeaturedAppRightV1.daml
|
|
1
|
+
// Generated from ../../../Splice/Api/FeaturedAppRightV1/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 */
|
|
@@ -7,78 +8,67 @@ import * as damlTypes from '@daml/types';
|
|
|
7
8
|
|
|
8
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../__bundled__/ghc-stdlib-DA-Internal-Template';
|
|
9
10
|
|
|
10
|
-
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView
|
|
11
|
+
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView
|
|
11
12
|
export declare interface FeaturedAppActivityMarkerInterface {
|
|
12
|
-
Archive:
|
|
13
|
+
Archive:
|
|
14
|
+
damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
15
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined>>;
|
|
13
16
|
}
|
|
14
17
|
export declare const FeaturedAppActivityMarker:
|
|
15
18
|
damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker'> &
|
|
16
19
|
damlTypes.FromTemplate<FeaturedAppActivityMarker, unknown> &
|
|
17
|
-
FeaturedAppActivityMarkerInterface
|
|
18
|
-
|
|
20
|
+
FeaturedAppActivityMarkerInterface
|
|
19
21
|
|
|
20
|
-
export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> & FeaturedAppRightView
|
|
22
|
+
export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> & FeaturedAppRightView
|
|
21
23
|
export declare interface FeaturedAppRightInterface {
|
|
22
|
-
Archive:
|
|
23
|
-
|
|
24
|
+
Archive:
|
|
25
|
+
damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
26
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
27
|
+
FeaturedAppRight_CreateActivityMarker:
|
|
28
|
+
damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_CreateActivityMarker, FeaturedAppRight_CreateActivityMarkerResult, undefined> &
|
|
29
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
24
30
|
}
|
|
25
31
|
export declare const FeaturedAppRight:
|
|
26
32
|
damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight'> &
|
|
27
33
|
damlTypes.FromTemplate<FeaturedAppRight, unknown> &
|
|
28
|
-
FeaturedAppRightInterface
|
|
34
|
+
FeaturedAppRightInterface
|
|
35
|
+
|
|
36
|
+
export declare type AppRewardBeneficiary = {
|
|
37
|
+
beneficiary: damlTypes.Party,
|
|
38
|
+
weight: damlTypes.Numeric,
|
|
39
|
+
}
|
|
29
40
|
|
|
41
|
+
export declare const AppRewardBeneficiary:
|
|
42
|
+
damlTypes.Serializable<AppRewardBeneficiary>
|
|
30
43
|
|
|
31
44
|
export declare type FeaturedAppActivityMarkerView = {
|
|
32
|
-
dso: damlTypes.Party
|
|
33
|
-
provider: damlTypes.Party
|
|
34
|
-
beneficiary: damlTypes.Party
|
|
35
|
-
weight: damlTypes.Numeric
|
|
36
|
-
}
|
|
45
|
+
dso: damlTypes.Party,
|
|
46
|
+
provider: damlTypes.Party,
|
|
47
|
+
beneficiary: damlTypes.Party,
|
|
48
|
+
weight: damlTypes.Numeric,
|
|
49
|
+
}
|
|
37
50
|
|
|
38
51
|
export declare const FeaturedAppActivityMarkerView:
|
|
39
|
-
damlTypes.Serializable<FeaturedAppActivityMarkerView>
|
|
40
|
-
}
|
|
41
|
-
;
|
|
42
|
-
|
|
52
|
+
damlTypes.Serializable<FeaturedAppActivityMarkerView>
|
|
43
53
|
|
|
44
54
|
export declare type FeaturedAppRightView = {
|
|
45
|
-
dso: damlTypes.Party
|
|
46
|
-
provider: damlTypes.Party
|
|
47
|
-
}
|
|
55
|
+
dso: damlTypes.Party,
|
|
56
|
+
provider: damlTypes.Party,
|
|
57
|
+
}
|
|
48
58
|
|
|
49
59
|
export declare const FeaturedAppRightView:
|
|
50
|
-
damlTypes.Serializable<FeaturedAppRightView>
|
|
51
|
-
}
|
|
52
|
-
;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare type FeaturedAppRight_CreateActivityMarkerResult = {
|
|
56
|
-
activityMarkerCids: damlTypes.ContractId<FeaturedAppActivityMarker>[];
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export declare const FeaturedAppRight_CreateActivityMarkerResult:
|
|
60
|
-
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarkerResult> & {
|
|
61
|
-
}
|
|
62
|
-
;
|
|
63
|
-
|
|
60
|
+
damlTypes.Serializable<FeaturedAppRightView>
|
|
64
61
|
|
|
65
62
|
export declare type FeaturedAppRight_CreateActivityMarker = {
|
|
66
|
-
beneficiaries: AppRewardBeneficiary[]
|
|
67
|
-
}
|
|
63
|
+
beneficiaries: AppRewardBeneficiary[],
|
|
64
|
+
}
|
|
68
65
|
|
|
69
66
|
export declare const FeaturedAppRight_CreateActivityMarker:
|
|
70
|
-
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarker>
|
|
71
|
-
}
|
|
72
|
-
;
|
|
73
|
-
|
|
67
|
+
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarker>
|
|
74
68
|
|
|
75
|
-
export declare type
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
export declare const AppRewardBeneficiary:
|
|
81
|
-
damlTypes.Serializable<AppRewardBeneficiary> & {
|
|
82
|
-
}
|
|
83
|
-
;
|
|
69
|
+
export declare type FeaturedAppRight_CreateActivityMarkerResult = {
|
|
70
|
+
activityMarkerCids: damlTypes.ContractId<FeaturedAppActivityMarker>[],
|
|
71
|
+
}
|
|
84
72
|
|
|
73
|
+
export declare const FeaturedAppRight_CreateActivityMarkerResult:
|
|
74
|
+
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarkerResult>
|
|
@@ -5,6 +5,7 @@ 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 */
|
|
@@ -14,105 +15,127 @@ var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = requir
|
|
|
14
15
|
|
|
15
16
|
exports.FeaturedAppActivityMarker = damlTypes.assembleInterface(
|
|
16
17
|
'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
|
|
17
|
-
'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
|
|
18
|
+
'#7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppActivityMarker',
|
|
18
19
|
function () { return exports.FeaturedAppActivityMarkerView; },
|
|
19
20
|
{
|
|
20
21
|
Archive: {
|
|
21
22
|
template: function () { return exports.FeaturedAppActivityMarker; },
|
|
22
23
|
choiceName: 'Archive',
|
|
23
|
-
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
24
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
25
|
+
return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
|
|
26
|
+
}),
|
|
24
27
|
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
25
|
-
resultDecoder: damlTypes.lazyMemo(function () {
|
|
28
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
29
|
+
return damlTypes.Unit.decoder;
|
|
30
|
+
}),
|
|
26
31
|
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
27
32
|
},
|
|
28
|
-
}
|
|
29
|
-
|
|
33
|
+
}
|
|
34
|
+
);
|
|
30
35
|
|
|
31
36
|
exports.FeaturedAppRight = damlTypes.assembleInterface(
|
|
32
37
|
'#splice-api-featured-app-v1:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
|
|
33
|
-
'7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
|
|
38
|
+
'#7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda:Splice.Api.FeaturedAppRightV1:FeaturedAppRight',
|
|
34
39
|
function () { return exports.FeaturedAppRightView; },
|
|
35
40
|
{
|
|
36
41
|
Archive: {
|
|
37
42
|
template: function () { return exports.FeaturedAppRight; },
|
|
38
43
|
choiceName: 'Archive',
|
|
39
|
-
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
44
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
45
|
+
return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder;
|
|
46
|
+
}),
|
|
40
47
|
argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
|
|
41
|
-
resultDecoder: damlTypes.lazyMemo(function () {
|
|
48
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
49
|
+
return damlTypes.Unit.decoder;
|
|
50
|
+
}),
|
|
42
51
|
resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
|
|
43
52
|
},
|
|
44
53
|
FeaturedAppRight_CreateActivityMarker: {
|
|
45
54
|
template: function () { return exports.FeaturedAppRight; },
|
|
46
55
|
choiceName: 'FeaturedAppRight_CreateActivityMarker',
|
|
47
|
-
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
56
|
+
argumentDecoder: damlTypes.lazyMemo(function () {
|
|
57
|
+
return exports.FeaturedAppRight_CreateActivityMarker.decoder;
|
|
58
|
+
}),
|
|
48
59
|
argumentEncode: function (__typed__) { return exports.FeaturedAppRight_CreateActivityMarker.encode(__typed__); },
|
|
49
|
-
resultDecoder: damlTypes.lazyMemo(function () {
|
|
60
|
+
resultDecoder: damlTypes.lazyMemo(function () {
|
|
61
|
+
return exports.FeaturedAppRight_CreateActivityMarkerResult.decoder;
|
|
62
|
+
}),
|
|
50
63
|
resultEncode: function (__typed__) { return exports.FeaturedAppRight_CreateActivityMarkerResult.encode(__typed__); },
|
|
51
64
|
},
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
65
|
+
}
|
|
66
|
+
);
|
|
55
67
|
|
|
56
|
-
exports.
|
|
57
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
68
|
+
exports.AppRewardBeneficiary = {
|
|
69
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
70
|
+
return jtv.object({
|
|
71
|
+
beneficiary: damlTypes.Party.decoder,
|
|
72
|
+
weight: damlTypes.Numeric(10).decoder,
|
|
73
|
+
});
|
|
74
|
+
}),
|
|
58
75
|
encode: function (__typed__) {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
,
|
|
76
|
+
return {
|
|
77
|
+
beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
|
|
78
|
+
weight: damlTypes.Numeric(10).encode(__typed__.weight),
|
|
79
|
+
};
|
|
80
|
+
},
|
|
67
81
|
};
|
|
68
82
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
83
|
+
exports.FeaturedAppActivityMarkerView = {
|
|
84
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
85
|
+
return jtv.object({
|
|
86
|
+
dso: damlTypes.Party.decoder,
|
|
87
|
+
provider: damlTypes.Party.decoder,
|
|
88
|
+
beneficiary: damlTypes.Party.decoder,
|
|
89
|
+
weight: damlTypes.Numeric(10).decoder,
|
|
90
|
+
});
|
|
91
|
+
}),
|
|
73
92
|
encode: function (__typed__) {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
93
|
+
return {
|
|
94
|
+
dso: damlTypes.Party.encode(__typed__.dso),
|
|
95
|
+
provider: damlTypes.Party.encode(__typed__.provider),
|
|
96
|
+
beneficiary: damlTypes.Party.encode(__typed__.beneficiary),
|
|
97
|
+
weight: damlTypes.Numeric(10).encode(__typed__.weight),
|
|
98
|
+
};
|
|
99
|
+
},
|
|
80
100
|
};
|
|
81
101
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
102
|
+
exports.FeaturedAppRightView = {
|
|
103
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
104
|
+
return jtv.object({
|
|
105
|
+
dso: damlTypes.Party.decoder,
|
|
106
|
+
provider: damlTypes.Party.decoder,
|
|
107
|
+
});
|
|
108
|
+
}),
|
|
86
109
|
encode: function (__typed__) {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}
|
|
91
|
-
,
|
|
110
|
+
return {
|
|
111
|
+
dso: damlTypes.Party.encode(__typed__.dso),
|
|
112
|
+
provider: damlTypes.Party.encode(__typed__.provider),
|
|
113
|
+
};
|
|
114
|
+
},
|
|
92
115
|
};
|
|
93
116
|
|
|
94
|
-
|
|
95
|
-
|
|
96
117
|
exports.FeaturedAppRight_CreateActivityMarker = {
|
|
97
|
-
decoder: damlTypes.lazyMemo(function () {
|
|
118
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
119
|
+
return jtv.object({
|
|
120
|
+
beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).decoder,
|
|
121
|
+
});
|
|
122
|
+
}),
|
|
98
123
|
encode: function (__typed__) {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
,
|
|
124
|
+
return {
|
|
125
|
+
beneficiaries: damlTypes.List(exports.AppRewardBeneficiary).encode(__typed__.beneficiaries),
|
|
126
|
+
};
|
|
127
|
+
},
|
|
104
128
|
};
|
|
105
129
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
130
|
+
exports.FeaturedAppRight_CreateActivityMarkerResult = {
|
|
131
|
+
decoder: damlTypes.lazyMemo(function () {
|
|
132
|
+
return jtv.object({
|
|
133
|
+
activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).decoder,
|
|
134
|
+
});
|
|
135
|
+
}),
|
|
110
136
|
encode: function (__typed__) {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
,
|
|
137
|
+
return {
|
|
138
|
+
activityMarkerCids: damlTypes.List(damlTypes.ContractId(exports.FeaturedAppActivityMarker)).encode(__typed__.activityMarkerCids),
|
|
139
|
+
};
|
|
140
|
+
},
|
|
117
141
|
};
|
|
118
|
-
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
// Generated from Splice/Api/FeaturedAppRightV2.daml
|
|
1
|
+
// Generated from ../../../Splice/Api/FeaturedAppRightV2/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 */
|
|
@@ -7,79 +8,68 @@ import * as damlTypes from '@daml/types';
|
|
|
7
8
|
|
|
8
9
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../__bundled__/ghc-stdlib-DA-Internal-Template';
|
|
9
10
|
|
|
10
|
-
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView
|
|
11
|
+
export declare type FeaturedAppActivityMarker = damlTypes.Interface<'#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker'> & FeaturedAppActivityMarkerView
|
|
11
12
|
export declare interface FeaturedAppActivityMarkerInterface {
|
|
12
|
-
Archive:
|
|
13
|
+
Archive:
|
|
14
|
+
damlTypes.Choice<FeaturedAppActivityMarker, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
15
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined>>;
|
|
13
16
|
}
|
|
14
17
|
export declare const FeaturedAppActivityMarker:
|
|
15
18
|
damlTypes.InterfaceCompanion<FeaturedAppActivityMarker, undefined, '#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppActivityMarker'> &
|
|
16
19
|
damlTypes.FromTemplate<FeaturedAppActivityMarker, unknown> &
|
|
17
|
-
FeaturedAppActivityMarkerInterface
|
|
18
|
-
|
|
20
|
+
FeaturedAppActivityMarkerInterface
|
|
19
21
|
|
|
20
|
-
export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppRight'> & FeaturedAppRightView
|
|
22
|
+
export declare type FeaturedAppRight = damlTypes.Interface<'#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppRight'> & FeaturedAppRightView
|
|
21
23
|
export declare interface FeaturedAppRightInterface {
|
|
22
|
-
Archive:
|
|
23
|
-
|
|
24
|
+
Archive:
|
|
25
|
+
damlTypes.Choice<FeaturedAppRight, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> &
|
|
26
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
27
|
+
FeaturedAppRight_CreateActivityMarker:
|
|
28
|
+
damlTypes.Choice<FeaturedAppRight, FeaturedAppRight_CreateActivityMarker, FeaturedAppRight_CreateActivityMarkerResult, undefined> &
|
|
29
|
+
damlTypes.ChoiceFrom<damlTypes.InterfaceCompanion<FeaturedAppRight, undefined>>;
|
|
24
30
|
}
|
|
25
31
|
export declare const FeaturedAppRight:
|
|
26
32
|
damlTypes.InterfaceCompanion<FeaturedAppRight, undefined, '#splice-api-featured-app-v2:Splice.Api.FeaturedAppRightV2:FeaturedAppRight'> &
|
|
27
33
|
damlTypes.FromTemplate<FeaturedAppRight, unknown> &
|
|
28
|
-
FeaturedAppRightInterface
|
|
34
|
+
FeaturedAppRightInterface
|
|
35
|
+
|
|
36
|
+
export declare type AppRewardBeneficiary = {
|
|
37
|
+
beneficiary: damlTypes.Party,
|
|
38
|
+
weight: damlTypes.Numeric,
|
|
39
|
+
}
|
|
29
40
|
|
|
41
|
+
export declare const AppRewardBeneficiary:
|
|
42
|
+
damlTypes.Serializable<AppRewardBeneficiary>
|
|
30
43
|
|
|
31
44
|
export declare type FeaturedAppActivityMarkerView = {
|
|
32
|
-
dso: damlTypes.Party
|
|
33
|
-
provider: damlTypes.Party
|
|
34
|
-
beneficiary: damlTypes.Party
|
|
35
|
-
weight: damlTypes.Numeric
|
|
36
|
-
}
|
|
45
|
+
dso: damlTypes.Party,
|
|
46
|
+
provider: damlTypes.Party,
|
|
47
|
+
beneficiary: damlTypes.Party,
|
|
48
|
+
weight: damlTypes.Numeric,
|
|
49
|
+
}
|
|
37
50
|
|
|
38
51
|
export declare const FeaturedAppActivityMarkerView:
|
|
39
|
-
damlTypes.Serializable<FeaturedAppActivityMarkerView>
|
|
40
|
-
}
|
|
41
|
-
;
|
|
42
|
-
|
|
52
|
+
damlTypes.Serializable<FeaturedAppActivityMarkerView>
|
|
43
53
|
|
|
44
54
|
export declare type FeaturedAppRightView = {
|
|
45
|
-
dso: damlTypes.Party
|
|
46
|
-
provider: damlTypes.Party
|
|
47
|
-
}
|
|
55
|
+
dso: damlTypes.Party,
|
|
56
|
+
provider: damlTypes.Party,
|
|
57
|
+
}
|
|
48
58
|
|
|
49
59
|
export declare const FeaturedAppRightView:
|
|
50
|
-
damlTypes.Serializable<FeaturedAppRightView>
|
|
51
|
-
}
|
|
52
|
-
;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare type FeaturedAppRight_CreateActivityMarkerResult = {
|
|
56
|
-
activityMarkerCids: damlTypes.ContractId<FeaturedAppActivityMarker>[];
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export declare const FeaturedAppRight_CreateActivityMarkerResult:
|
|
60
|
-
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarkerResult> & {
|
|
61
|
-
}
|
|
62
|
-
;
|
|
63
|
-
|
|
60
|
+
damlTypes.Serializable<FeaturedAppRightView>
|
|
64
61
|
|
|
65
62
|
export declare type FeaturedAppRight_CreateActivityMarker = {
|
|
66
|
-
beneficiaries: AppRewardBeneficiary[]
|
|
67
|
-
weight: damlTypes.Optional<damlTypes.Numeric
|
|
68
|
-
}
|
|
63
|
+
beneficiaries: AppRewardBeneficiary[],
|
|
64
|
+
weight: damlTypes.Optional<damlTypes.Numeric>,
|
|
65
|
+
}
|
|
69
66
|
|
|
70
67
|
export declare const FeaturedAppRight_CreateActivityMarker:
|
|
71
|
-
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarker>
|
|
72
|
-
}
|
|
73
|
-
;
|
|
74
|
-
|
|
68
|
+
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarker>
|
|
75
69
|
|
|
76
|
-
export declare type
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export declare const AppRewardBeneficiary:
|
|
82
|
-
damlTypes.Serializable<AppRewardBeneficiary> & {
|
|
83
|
-
}
|
|
84
|
-
;
|
|
70
|
+
export declare type FeaturedAppRight_CreateActivityMarkerResult = {
|
|
71
|
+
activityMarkerCids: damlTypes.ContractId<FeaturedAppActivityMarker>[],
|
|
72
|
+
}
|
|
85
73
|
|
|
74
|
+
export declare const FeaturedAppRight_CreateActivityMarkerResult:
|
|
75
|
+
damlTypes.Serializable<FeaturedAppRight_CreateActivityMarkerResult>
|