@fairmint/open-captable-protocol-daml-js 0.2.39 → 0.2.40
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/CantonPayments/Airdrop/Airdrop/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +2 -2
- package/lib/CantonPayments/PaymentStream/PartyMigrationProposal/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +1 -1
- package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +1 -1
- package/package.json +1 -1
|
@@ -128,7 +128,7 @@ exports.Airdrop = damlTypes.assembleTemplate(
|
|
|
128
128
|
);
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
damlTypes.registerTemplate(exports.Airdrop, ['
|
|
131
|
+
damlTypes.registerTemplate(exports.Airdrop, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|
|
@@ -119,7 +119,7 @@ exports.PaymentStreamChangeProposal = damlTypes.assembleTemplate(
|
|
|
119
119
|
);
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
damlTypes.registerTemplate(exports.PaymentStreamChangeProposal, ['
|
|
122
|
+
damlTypes.registerTemplate(exports.PaymentStreamChangeProposal, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
@@ -350,5 +350,5 @@ exports.ActivePaymentStream = damlTypes.assembleTemplate(
|
|
|
350
350
|
);
|
|
351
351
|
|
|
352
352
|
|
|
353
|
-
damlTypes.registerTemplate(exports.ActivePaymentStream, ['
|
|
353
|
+
damlTypes.registerTemplate(exports.ActivePaymentStream, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
354
354
|
|
|
@@ -133,5 +133,5 @@ exports.PartyMigrationProposal = damlTypes.assembleTemplate(
|
|
|
133
133
|
);
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
damlTypes.registerTemplate(exports.PartyMigrationProposal, ['
|
|
136
|
+
damlTypes.registerTemplate(exports.PartyMigrationProposal, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
137
137
|
|
|
@@ -70,5 +70,5 @@ exports.PaymentStreamFactory = damlTypes.assembleTemplate(
|
|
|
70
70
|
);
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
damlTypes.registerTemplate(exports.PaymentStreamFactory, ['
|
|
73
|
+
damlTypes.registerTemplate(exports.PaymentStreamFactory, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
74
74
|
|
|
@@ -157,5 +157,5 @@ exports.ProposedPaymentStream = damlTypes.assembleTemplate(
|
|
|
157
157
|
);
|
|
158
158
|
|
|
159
159
|
|
|
160
|
-
damlTypes.registerTemplate(exports.ProposedPaymentStream, ['
|
|
160
|
+
damlTypes.registerTemplate(exports.ProposedPaymentStream, ['6b4fcec188f276075e00a889c6e124f533c620290b66e82493c27bffda47b7d3', '#CantonPayments']);
|
|
161
161
|
|
package/package.json
CHANGED