@fairmint/open-captable-protocol-daml-js 0.2.98 → 0.2.100
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-v26/.daml/dist/OpenCapTable-v26-0.0.1.dar → OpenCapTable-v28/.daml/dist/OpenCapTable-v28-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 +3 -3
- package/lib/CantonPayments/Airdrop/Airdrop/module.js +3 -3
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.d.ts +3 -3
- package/lib/CantonPayments/Airdrop/AirdropFactory/module.js +3 -3
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.d.ts +3 -3
- package/lib/CantonPayments/Airdrop/PersonalAirdrop/module.js +3 -3
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.d.ts +2 -2
- package/lib/CantonPayments/Airdrop/SimpleAirdrop/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +4 -4
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +4 -4
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.d.ts +1 -1
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +3 -3
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +3 -3
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +3 -3
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +3 -3
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.d.ts +1 -1
- package/lib/CantonPayments/PaymentStream/Types/LockFundsInput/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.d.ts +1 -1
- package/lib/CantonPayments/PaymentStream/Types/PaymentContext/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.d.ts +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentResult/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.d.ts +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStream/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.d.ts +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamChanges/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.d.ts +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.d.ts +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.d.ts +1 -1
- package/lib/CantonPayments/PaymentStream/Types/PaymentStreamTime/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.d.ts +1 -1
- package/lib/CantonPayments/PaymentStream/Types/ProcessFreeTrialResult/module.js +1 -1
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +72 -5
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +81 -9
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +4 -4
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +4 -4
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTableReports/CompanyValuationReport/module.js +2 -2
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTableReports/ReportsFactory/module.js +2 -2
- package/lib/Splice/Amulet/module.d.ts +4 -4
- package/lib/Splice/Amulet/module.js +4 -4
- package/lib/Splice/AmuletAllocation/module.d.ts +2 -2
- package/lib/Splice/AmuletAllocation/module.js +2 -2
- package/lib/Splice/AmuletConfig/module.d.ts +1 -1
- package/lib/Splice/AmuletConfig/module.js +1 -1
- package/lib/Splice/AmuletRules/module.d.ts +5 -5
- package/lib/Splice/AmuletRules/module.js +5 -5
- package/lib/Splice/AmuletTransferInstruction/module.d.ts +2 -2
- package/lib/Splice/AmuletTransferInstruction/module.js +2 -2
- package/lib/Splice/Api/FeaturedAppRightV1/module.d.ts +1 -1
- package/lib/Splice/Api/FeaturedAppRightV1/module.js +1 -1
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.d.ts +4 -4
- package/lib/Splice/Api/Token/AllocationInstructionV1/module.js +4 -4
- package/lib/Splice/Api/Token/AllocationV1/module.d.ts +3 -3
- package/lib/Splice/Api/Token/AllocationV1/module.js +3 -3
- package/lib/Splice/Api/Token/HoldingV1/module.d.ts +3 -3
- package/lib/Splice/Api/Token/HoldingV1/module.js +3 -3
- package/lib/Splice/Api/Token/MetadataV1/module.d.ts +2 -2
- package/lib/Splice/Api/Token/MetadataV1/module.js +2 -2
- package/lib/Splice/Api/Token/TransferInstructionV1/module.d.ts +3 -3
- package/lib/Splice/Api/Token/TransferInstructionV1/module.js +3 -3
- package/lib/Splice/DecentralizedSynchronizer/module.d.ts +3 -3
- package/lib/Splice/DecentralizedSynchronizer/module.js +3 -3
- package/lib/Splice/ExternalPartyAmuletRules/module.d.ts +3 -3
- package/lib/Splice/ExternalPartyAmuletRules/module.js +3 -3
- package/lib/Splice/Fees/module.d.ts +1 -1
- package/lib/Splice/Fees/module.js +1 -1
- package/lib/Splice/Round/module.d.ts +2 -2
- package/lib/Splice/Round/module.js +2 -2
- package/lib/Splice/Schedule/module.d.ts +1 -1
- package/lib/Splice/Schedule/module.js +1 -1
- package/lib/Splice/ValidatorLicense/module.d.ts +1 -1
- package/lib/Splice/ValidatorLicense/module.js +1 -1
- package/package.json +8 -7
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '
|
|
9
|
-
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '
|
|
10
|
-
import * as pkgc3bb0c5d04799b3f11bad7c3c102963e115cf53da3e4afcbcfd9f06ebd82b4ff from '
|
|
8
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
9
|
+
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../DA/Time/Types';
|
|
10
|
+
import * as pkgc3bb0c5d04799b3f11bad7c3c102963e115cf53da3e4afcbcfd9f06ebd82b4ff from '../../DA/Set/Types';
|
|
11
11
|
|
|
12
12
|
export declare type ForMemberTraffic = {
|
|
13
13
|
dso: damlTypes.Party;
|
|
@@ -10,9 +10,9 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
14
|
-
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('
|
|
15
|
-
var pkgc3bb0c5d04799b3f11bad7c3c102963e115cf53da3e4afcbcfd9f06ebd82b4ff = require('
|
|
13
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
14
|
+
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../DA/Time/Types');
|
|
15
|
+
var pkgc3bb0c5d04799b3f11bad7c3c102963e115cf53da3e4afcbcfd9f06ebd82b4ff = require('../../DA/Set/Types');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.ForMemberTraffic = {
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520 from '
|
|
9
|
-
import * as pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 from '
|
|
10
|
-
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '
|
|
8
|
+
import * as pkg275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520 from '../Api/Token/AllocationInstructionV1';
|
|
9
|
+
import * as pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 from '../Api/Token/TransferInstructionV1';
|
|
10
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
11
11
|
|
|
12
12
|
import * as Splice_AmuletRules from '../../Splice/AmuletRules/module';
|
|
13
13
|
|
|
@@ -10,9 +10,9 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520 = require('
|
|
14
|
-
var pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 = require('
|
|
15
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
13
|
+
var pkg275064aacfe99cea72ee0c80563936129563776f67415ef9f13e4297eecbc520 = require('../Api/Token/AllocationInstructionV1');
|
|
14
|
+
var pkg55ba4deb0ad4662c4168b39859738a0e91388d252286480c7331b3f71a517281 = require('../Api/Token/TransferInstructionV1');
|
|
15
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
16
16
|
|
|
17
17
|
var Splice_AmuletRules = require('../../Splice/AmuletRules/module');
|
|
18
18
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '
|
|
8
|
+
import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '../../DA/Types';
|
|
9
9
|
|
|
10
10
|
import * as Splice_Types from '../../Splice/Types/module';
|
|
11
11
|
|
|
@@ -10,7 +10,7 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('
|
|
13
|
+
var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('../../DA/Types');
|
|
14
14
|
|
|
15
15
|
var Splice_Types = require('../../Splice/Types/module');
|
|
16
16
|
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '
|
|
9
|
-
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '
|
|
8
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
9
|
+
import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../DA/Time/Types';
|
|
10
10
|
|
|
11
11
|
import * as Splice_AmuletConfig from '../../Splice/AmuletConfig/module';
|
|
12
12
|
import * as Splice_Issuance from '../../Splice/Issuance/module';
|
|
@@ -10,8 +10,8 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
14
|
-
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('
|
|
13
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
14
|
+
var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../DA/Time/Types');
|
|
15
15
|
|
|
16
16
|
var Splice_AmuletConfig = require('../../Splice/AmuletConfig/module');
|
|
17
17
|
var Splice_Issuance = require('../../Splice/Issuance/module');
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '
|
|
8
|
+
import * as pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 from '../../DA/Types';
|
|
9
9
|
|
|
10
10
|
export declare type Schedule<t, a> = {
|
|
11
11
|
initialValue: a;
|
|
@@ -10,7 +10,7 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('
|
|
13
|
+
var pkg5aee9b21b8e9a4c4975b5f4c4198e6e6e8469df49e2010820e792f393db870f4 = require('../../DA/Types');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
exports.Schedule = function (t, a) { return ({
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
-
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '
|
|
8
|
+
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../DA/Internal/Template';
|
|
9
9
|
|
|
10
10
|
import * as Splice_Round from '../../Splice/Round/module';
|
|
11
11
|
import * as Splice_Types from '../../Splice/Types/module';
|
|
@@ -10,7 +10,7 @@ var jtv = require('@mojotech/json-type-validation');
|
|
|
10
10
|
/* eslint-disable-next-line no-unused-vars */
|
|
11
11
|
var damlTypes = require('@daml/types');
|
|
12
12
|
|
|
13
|
-
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('
|
|
13
|
+
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../DA/Internal/Template');
|
|
14
14
|
|
|
15
15
|
var Splice_Round = require('../../Splice/Round/module');
|
|
16
16
|
var Splice_Types = require('../../Splice/Types/module');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fairmint/open-captable-protocol-daml-js",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.100",
|
|
4
4
|
"description": "Open CapTable Protocol DAML smart contracts with generated JavaScript bindings.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"daml",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"generated/reports-factory-contract-id.json.d.ts",
|
|
62
62
|
"generated/paymentStreams-factory-contract-id.json",
|
|
63
63
|
"generated/paymentStreams-factory-contract-id.json.d.ts",
|
|
64
|
-
"OpenCapTable-
|
|
64
|
+
"OpenCapTable-v28/.daml/dist/OpenCapTable-v28-0.0.1.dar"
|
|
65
65
|
],
|
|
66
66
|
"scripts": {
|
|
67
67
|
"backup-dar": "tsx scripts/backup-dar.ts",
|
|
68
|
-
"build": "tsx scripts/codegen/generate-captable.ts &&
|
|
68
|
+
"build": "tsx scripts/codegen/generate-captable.ts && cd Test && PATH=\"$HOME/.dpm/bin:$PATH\" dpm build",
|
|
69
69
|
"build:ts": "tsc",
|
|
70
|
-
"clean": "
|
|
71
|
-
"codegen": "npm run build && cd OpenCapTable-
|
|
70
|
+
"clean": "for pkg in Shared OpenCapTableReports-v01 OpenCapTable-v28 OpenCapTableProofOfOwnership-v01 CantonPayments CouponMinter Test; do (cd $pkg && PATH=\"$HOME/.dpm/bin:$PATH\" dpm clean); done",
|
|
71
|
+
"codegen": "npm run build && cd OpenCapTable-v28 && PATH=\"$HOME/.dpm/bin:$PATH\" dpm codegen-js && cd .. && cd Shared && PATH=\"$HOME/.dpm/bin:$PATH\" dpm codegen-js && cd .. && cd OpenCapTableReports-v01 && PATH=\"$HOME/.dpm/bin:$PATH\" dpm codegen-js && cd .. && cd CantonPayments && PATH=\"$HOME/.dpm/bin:$PATH\" dpm codegen-js && cd .. && tsx scripts/bundle-dependencies.ts && tsx scripts/create-package-index.ts && tsx scripts/create-root-index.ts && tsx scripts/fix-splice-refs.ts && npm run build:ts",
|
|
72
72
|
"create-couponMinter": "tsx scripts/create-couponMinter.ts",
|
|
73
73
|
"create-factory:ocp": "npm run codegen && tsx scripts/create-ocp-factory.ts --network devnet && tsx scripts/create-ocp-factory.ts --network mainnet",
|
|
74
74
|
"create-factory:paymentStreams": "npm run codegen && tsx scripts/create-paymentStreams-factory.ts --network devnet && tsx scripts/create-paymentStreams-factory.ts --network mainnet",
|
|
@@ -82,12 +82,13 @@
|
|
|
82
82
|
"package:prep": "npm run codegen && npm run update-version && tsx scripts/bundle-dependencies.ts && tsx scripts/create-package-index.ts && tsx scripts/create-root-index.ts && tsx scripts/fix-splice-refs.ts",
|
|
83
83
|
"package:publish": "npm run package:manifest && npm publish",
|
|
84
84
|
"prepare-release": "tsx scripts/prepare-release.ts",
|
|
85
|
-
"test": "cd Test &&
|
|
85
|
+
"test": "cd Test && PATH=\"$HOME/.dpm/bin:$PATH\" dpm test --show-coverage --color --coverage-ignore-choice splice-amulet:.*",
|
|
86
86
|
"test:imports": "tsx scripts/test-imports.ts",
|
|
87
87
|
"update-version": "tsx scripts/update-generated-package.ts",
|
|
88
88
|
"upgrade-package": "tsx scripts/upgrade-package.ts",
|
|
89
89
|
"upload-dar": "tsx scripts/upload-dar.ts",
|
|
90
|
-
"verify-dars": "tsx scripts/verify-dars.ts"
|
|
90
|
+
"verify-dars": "tsx scripts/verify-dars.ts",
|
|
91
|
+
"verify-package": "tsx scripts/verify-package-imports.ts"
|
|
91
92
|
},
|
|
92
93
|
"dependencies": {
|
|
93
94
|
"@daml/ledger": "2.10.3",
|