@fairmint/open-captable-protocol-daml-js 0.2.36 → 0.2.37

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.
Files changed (123) hide show
  1. package/README.md +1 -1
  2. package/generated/paymentStreams-factory-contract-id.json +22 -0
  3. package/generated/{subscriptions-factory-contract-id.json.d.ts → paymentStreams-factory-contract-id.json.d.ts} +2 -2
  4. package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.d.ts +225 -0
  5. package/lib/CantonPayments/PaymentStream/ActivePaymentStream/module.js +354 -0
  6. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/PartyMigrationProposal/module.d.ts +18 -18
  7. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/PartyMigrationProposal/module.js +27 -27
  8. package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.d.ts +52 -0
  9. package/lib/CantonPayments/PaymentStream/PaymentStreamFactory/module.js +74 -0
  10. package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.d.ts +103 -0
  11. package/lib/CantonPayments/PaymentStream/ProposedPaymentStream/module.js +161 -0
  12. package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.d.ts +25 -0
  13. package/lib/CantonPayments/PaymentStream/Types/ActivePaymentStreamData/module.js +32 -0
  14. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/Approvals/module.d.ts +2 -2
  15. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/Approvals/module.js +2 -2
  16. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/LockFundsInput/module.d.ts +3 -3
  17. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/LockFundsInput/module.js +3 -3
  18. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PartyRole/module.d.ts +2 -2
  19. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PartyRole/module.js +3 -3
  20. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentContext/module.d.ts +1 -1
  21. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentResult/module.d.ts +4 -2
  22. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentResult/module.js +4 -2
  23. package/lib/{Fairmint/Subscriptions/Types/Subscription → CantonPayments/PaymentStream/Types/PaymentStream}/module.d.ts +8 -8
  24. package/lib/{Fairmint/Subscriptions/Types/Subscription → CantonPayments/PaymentStream/Types/PaymentStream}/module.js +6 -6
  25. package/lib/{Fairmint/Subscriptions/Types/SubscriptionAmount → CantonPayments/PaymentStream/Types/PaymentStreamAmount}/module.d.ts +4 -4
  26. package/lib/{Fairmint/Subscriptions/Types/SubscriptionAmount → CantonPayments/PaymentStream/Types/PaymentStreamAmount}/module.js +2 -2
  27. package/lib/{Fairmint/Subscriptions/Types/SubscriptionChanges → CantonPayments/PaymentStream/Types/PaymentStreamChanges}/module.d.ts +10 -10
  28. package/lib/{Fairmint/Subscriptions/Types/SubscriptionChanges → CantonPayments/PaymentStream/Types/PaymentStreamChanges}/module.js +8 -8
  29. package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposal → CantonPayments/PaymentStream/Types/PaymentStreamProposal}/module.d.ts +11 -11
  30. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposal/module.js +42 -0
  31. package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposalChanges → CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges}/module.d.ts +11 -11
  32. package/lib/CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges/module.js +42 -0
  33. package/lib/{Fairmint/Subscriptions/Types/SubscriptionStats → CantonPayments/PaymentStream/Types/PaymentStreamStats}/module.d.ts +6 -6
  34. package/lib/{Fairmint/Subscriptions/Types/SubscriptionStats → CantonPayments/PaymentStream/Types/PaymentStreamStats}/module.js +4 -4
  35. package/lib/{Fairmint/Subscriptions/Types/SubscriptionTime → CantonPayments/PaymentStream/Types/PaymentStreamTime}/module.d.ts +4 -4
  36. package/lib/{Fairmint/Subscriptions/Types/SubscriptionTime → CantonPayments/PaymentStream/Types/PaymentStreamTime}/module.js +2 -2
  37. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/ProcessFreeTrialResult/module.d.ts +2 -2
  38. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/ProcessFreeTrialResult/module.js +2 -2
  39. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/ProcessorContext/module.d.ts +1 -1
  40. package/lib/CantonPayments/PaymentStream/Types/index.d.ts +30 -0
  41. package/lib/CantonPayments/PaymentStream/Types/index.js +37 -0
  42. package/lib/CantonPayments/PaymentStream/index.d.ts +10 -0
  43. package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/index.js +6 -6
  44. package/lib/CantonPayments/index.d.ts +2 -0
  45. package/lib/CantonPayments/index.js +9 -0
  46. package/lib/Fairmint/OpenCapTable/ConvertibleIssuance/module.js +1 -1
  47. package/lib/Fairmint/OpenCapTable/Document/module.js +1 -1
  48. package/lib/Fairmint/OpenCapTable/EquityCompensationExercise/module.js +1 -1
  49. package/lib/Fairmint/OpenCapTable/EquityCompensationIssuance/module.js +1 -1
  50. package/lib/Fairmint/OpenCapTable/Issuer/module.js +1 -1
  51. package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +1 -1
  52. package/lib/Fairmint/OpenCapTable/IssuerAuthorizedSharesAdjustment/module.js +1 -1
  53. package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +1 -1
  54. package/lib/Fairmint/OpenCapTable/Stakeholder/module.js +1 -1
  55. package/lib/Fairmint/OpenCapTable/StockCancellation/module.js +1 -1
  56. package/lib/Fairmint/OpenCapTable/StockClass/module.js +1 -1
  57. package/lib/Fairmint/OpenCapTable/StockClassAuthorizedSharesAdjustment/module.js +1 -1
  58. package/lib/Fairmint/OpenCapTable/StockIssuance/module.js +1 -1
  59. package/lib/Fairmint/OpenCapTable/StockLegendTemplate/module.js +1 -1
  60. package/lib/Fairmint/OpenCapTable/StockPlan/module.js +1 -1
  61. package/lib/Fairmint/OpenCapTable/StockPlanPoolAdjustment/module.js +1 -1
  62. package/lib/Fairmint/OpenCapTable/Valuation/module.js +1 -1
  63. package/lib/Fairmint/OpenCapTable/VestingTerms/module.js +1 -1
  64. package/lib/Fairmint/OpenCapTable/WarrantIssuance/module.js +1 -1
  65. package/lib/Fairmint/index.d.ts +0 -1
  66. package/lib/Fairmint/index.js +0 -2
  67. package/lib/index.d.ts +2 -1
  68. package/lib/index.js +2 -0
  69. package/package.json +12 -12
  70. package/generated/subscriptions-factory-contract-id.json +0 -22
  71. package/lib/Fairmint/Subscriptions/ActiveSubscription/module.d.ts +0 -224
  72. package/lib/Fairmint/Subscriptions/ActiveSubscription/module.js +0 -353
  73. package/lib/Fairmint/Subscriptions/ProposedSubscription/module.d.ts +0 -103
  74. package/lib/Fairmint/Subscriptions/ProposedSubscription/module.js +0 -161
  75. package/lib/Fairmint/Subscriptions/SubscriptionFactory/module.d.ts +0 -52
  76. package/lib/Fairmint/Subscriptions/SubscriptionFactory/module.js +0 -74
  77. package/lib/Fairmint/Subscriptions/Types/ActiveSubscriptionData/module.d.ts +0 -25
  78. package/lib/Fairmint/Subscriptions/Types/ActiveSubscriptionData/module.js +0 -32
  79. package/lib/Fairmint/Subscriptions/Types/SubscriptionProposal/module.js +0 -42
  80. package/lib/Fairmint/Subscriptions/Types/SubscriptionProposalChanges/module.js +0 -42
  81. package/lib/Fairmint/Subscriptions/Types/index.d.ts +0 -30
  82. package/lib/Fairmint/Subscriptions/Types/index.js +0 -37
  83. package/lib/Fairmint/Subscriptions/index.d.ts +0 -10
  84. /package/lib/{Fairmint/Subscriptions/ActiveSubscription → CantonPayments/PaymentStream/ActivePaymentStream}/index.d.ts +0 -0
  85. /package/lib/{Fairmint/Subscriptions/ActiveSubscription → CantonPayments/PaymentStream/ActivePaymentStream}/index.js +0 -0
  86. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/PartyMigrationProposal/index.d.ts +0 -0
  87. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/PartyMigrationProposal/index.js +0 -0
  88. /package/lib/{Fairmint/Subscriptions/ProposedSubscription → CantonPayments/PaymentStream/PaymentStreamFactory}/index.d.ts +0 -0
  89. /package/lib/{Fairmint/Subscriptions/ProposedSubscription → CantonPayments/PaymentStream/PaymentStreamFactory}/index.js +0 -0
  90. /package/lib/{Fairmint/Subscriptions/SubscriptionFactory → CantonPayments/PaymentStream/ProposedPaymentStream}/index.d.ts +0 -0
  91. /package/lib/{Fairmint/Subscriptions/SubscriptionFactory → CantonPayments/PaymentStream/ProposedPaymentStream}/index.js +0 -0
  92. /package/lib/{Fairmint/Subscriptions/Types/ActiveSubscriptionData → CantonPayments/PaymentStream/Types/ActivePaymentStreamData}/index.d.ts +0 -0
  93. /package/lib/{Fairmint/Subscriptions/Types/ActiveSubscriptionData → CantonPayments/PaymentStream/Types/ActivePaymentStreamData}/index.js +0 -0
  94. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/Approvals/index.d.ts +0 -0
  95. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/Approvals/index.js +0 -0
  96. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/LockFundsInput/index.d.ts +0 -0
  97. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/LockFundsInput/index.js +0 -0
  98. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PartyRole/index.d.ts +0 -0
  99. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PartyRole/index.js +0 -0
  100. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentContext/index.d.ts +0 -0
  101. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentContext/index.js +0 -0
  102. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentContext/module.js +0 -0
  103. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentResult/index.d.ts +0 -0
  104. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/PaymentResult/index.js +0 -0
  105. /package/lib/{Fairmint/Subscriptions/Types/ProcessFreeTrialResult → CantonPayments/PaymentStream/Types/PaymentStream}/index.d.ts +0 -0
  106. /package/lib/{Fairmint/Subscriptions/Types/ProcessFreeTrialResult → CantonPayments/PaymentStream/Types/PaymentStream}/index.js +0 -0
  107. /package/lib/{Fairmint/Subscriptions/Types/ProcessorContext → CantonPayments/PaymentStream/Types/PaymentStreamAmount}/index.d.ts +0 -0
  108. /package/lib/{Fairmint/Subscriptions/Types/ProcessorContext → CantonPayments/PaymentStream/Types/PaymentStreamAmount}/index.js +0 -0
  109. /package/lib/{Fairmint/Subscriptions/Types/Subscription → CantonPayments/PaymentStream/Types/PaymentStreamChanges}/index.d.ts +0 -0
  110. /package/lib/{Fairmint/Subscriptions/Types/Subscription → CantonPayments/PaymentStream/Types/PaymentStreamChanges}/index.js +0 -0
  111. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionAmount → CantonPayments/PaymentStream/Types/PaymentStreamProposal}/index.d.ts +0 -0
  112. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionAmount → CantonPayments/PaymentStream/Types/PaymentStreamProposal}/index.js +0 -0
  113. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionChanges → CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges}/index.d.ts +0 -0
  114. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionChanges → CantonPayments/PaymentStream/Types/PaymentStreamProposalChanges}/index.js +0 -0
  115. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposal → CantonPayments/PaymentStream/Types/PaymentStreamStats}/index.d.ts +0 -0
  116. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposal → CantonPayments/PaymentStream/Types/PaymentStreamStats}/index.js +0 -0
  117. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposalChanges → CantonPayments/PaymentStream/Types/PaymentStreamTime}/index.d.ts +0 -0
  118. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionProposalChanges → CantonPayments/PaymentStream/Types/PaymentStreamTime}/index.js +0 -0
  119. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionStats → CantonPayments/PaymentStream/Types/ProcessFreeTrialResult}/index.d.ts +0 -0
  120. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionStats → CantonPayments/PaymentStream/Types/ProcessFreeTrialResult}/index.js +0 -0
  121. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionTime → CantonPayments/PaymentStream/Types/ProcessorContext}/index.d.ts +0 -0
  122. /package/lib/{Fairmint/Subscriptions/Types/SubscriptionTime → CantonPayments/PaymentStream/Types/ProcessorContext}/index.js +0 -0
  123. /package/lib/{Fairmint/Subscriptions → CantonPayments/PaymentStream}/Types/ProcessorContext/module.js +0 -0
@@ -13,13 +13,13 @@ var damlTypes = require('@daml/types');
13
13
  var damlLedger = require('@daml/ledger');
14
14
 
15
15
 
16
- exports.SubscriptionStats = {
17
- decoder: damlTypes.lazyMemo(function () { return jtv.object({roundsProcessed: damlTypes.Int.decoder, totalPaidBySubscriberCC: damlTypes.Numeric(10).decoder, totalPaidBySubscriberUSD: damlTypes.Numeric(10).decoder, totalReceivedByRecipientCC: damlTypes.Numeric(10).decoder, totalReceivedByRecipientUSD: damlTypes.Numeric(10).decoder, totalReceivedByProcessorCC: damlTypes.Numeric(10).decoder, totalReceivedByProcessorUSD: damlTypes.Numeric(10).decoder, }); }),
16
+ exports.PaymentStreamStats = {
17
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({roundsProcessed: damlTypes.Int.decoder, totalPaidByPayerCC: damlTypes.Numeric(10).decoder, totalPaidByPayerUSD: damlTypes.Numeric(10).decoder, totalReceivedByRecipientCC: damlTypes.Numeric(10).decoder, totalReceivedByRecipientUSD: damlTypes.Numeric(10).decoder, totalReceivedByProcessorCC: damlTypes.Numeric(10).decoder, totalReceivedByProcessorUSD: damlTypes.Numeric(10).decoder, }); }),
18
18
  encode: function (__typed__) {
19
19
  return {
20
20
  roundsProcessed: damlTypes.Int.encode(__typed__.roundsProcessed),
21
- totalPaidBySubscriberCC: damlTypes.Numeric(10).encode(__typed__.totalPaidBySubscriberCC),
22
- totalPaidBySubscriberUSD: damlTypes.Numeric(10).encode(__typed__.totalPaidBySubscriberUSD),
21
+ totalPaidByPayerCC: damlTypes.Numeric(10).encode(__typed__.totalPaidByPayerCC),
22
+ totalPaidByPayerUSD: damlTypes.Numeric(10).encode(__typed__.totalPaidByPayerUSD),
23
23
  totalReceivedByRecipientCC: damlTypes.Numeric(10).encode(__typed__.totalReceivedByRecipientCC),
24
24
  totalReceivedByRecipientUSD: damlTypes.Numeric(10).encode(__typed__.totalReceivedByRecipientUSD),
25
25
  totalReceivedByProcessorCC: damlTypes.Numeric(10).encode(__typed__.totalReceivedByProcessorCC),
@@ -1,4 +1,4 @@
1
- // Generated from Fairmint/Subscriptions/Types/SubscriptionTime.daml
1
+ // Generated from CantonPayments/PaymentStream/Types/PaymentStreamTime.daml
2
2
  /* eslint-disable @typescript-eslint/camelcase */
3
3
  /* eslint-disable @typescript-eslint/no-namespace */
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -9,13 +9,13 @@ import * as damlLedger from '@daml/ledger';
9
9
 
10
10
  import * as pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 from '../../../../DA/Time/Types';
11
11
 
12
- export declare type SubscriptionTime =
12
+ export declare type PaymentStreamExpiration =
13
13
  | { tag: 'PreciseTime'; value: damlTypes.Time }
14
14
  | { tag: 'RelativeTime'; value: pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946.DA.Time.Types.RelTime }
15
15
  ;
16
16
 
17
- export declare const SubscriptionTime:
18
- damlTypes.Serializable<SubscriptionTime> & {
17
+ export declare const PaymentStreamExpiration:
18
+ damlTypes.Serializable<PaymentStreamExpiration> & {
19
19
  }
20
20
  ;
21
21
 
@@ -15,13 +15,13 @@ var damlLedger = require('@daml/ledger');
15
15
  var pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946 = require('../../../../DA/Time/Types');
16
16
 
17
17
 
18
- exports.SubscriptionTime = {
18
+ exports.PaymentStreamExpiration = {
19
19
  decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.object({tag: jtv.constant('PreciseTime'), value: damlTypes.Time.decoder, }), jtv.object({tag: jtv.constant('RelativeTime'), value: pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946.DA.Time.Types.RelTime.decoder, })); }),
20
20
  encode: function (__typed__) {
21
21
  switch(__typed__.tag) {
22
22
  case 'PreciseTime': return {tag: __typed__.tag, value: damlTypes.Time.encode(__typed__.value)};
23
23
  case 'RelativeTime': return {tag: __typed__.tag, value: pkgb70db8369e1c461d5c70f1c86f526a29e9776c655e6ffc2560f95b05ccb8b946.DA.Time.Types.RelTime.encode(__typed__.value)};
24
- default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type SubscriptionTime';
24
+ default: throw 'unrecognized type tag: ' + __typed__.tag + ' while serializing a value of type PaymentStreamExpiration';
25
25
  }
26
26
  }
27
27
  ,
@@ -1,4 +1,4 @@
1
- // Generated from Fairmint/Subscriptions/Types/ProcessFreeTrialResult.daml
1
+ // Generated from CantonPayments/PaymentStream/Types/ProcessFreeTrialResult.daml
2
2
  /* eslint-disable @typescript-eslint/camelcase */
3
3
  /* eslint-disable @typescript-eslint/no-namespace */
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -10,7 +10,7 @@ import * as damlLedger from '@daml/ledger';
10
10
  import * as pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda from '../../../../Splice/Api/FeaturedAppRightV1';
11
11
 
12
12
  export declare type ProcessFreeTrialResult<t> = {
13
- subscriptionCid: damlTypes.ContractId<t>;
13
+ paymentStreamCid: damlTypes.ContractId<t>;
14
14
  activityMarkerCid: damlTypes.Optional<damlTypes.ContractId<pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppActivityMarker>>;
15
15
  };
16
16
 
@@ -16,10 +16,10 @@ var pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda = requir
16
16
 
17
17
 
18
18
  exports.ProcessFreeTrialResult = function (t) { return ({
19
- decoder: damlTypes.lazyMemo(function () { return jtv.object({subscriptionCid: damlTypes.ContractId(t).decoder, activityMarkerCid: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppActivityMarker)).decoder), }); }),
19
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({paymentStreamCid: damlTypes.ContractId(t).decoder, activityMarkerCid: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppActivityMarker)).decoder), }); }),
20
20
  encode: function (__typed__) {
21
21
  return {
22
- subscriptionCid: damlTypes.ContractId(t).encode(__typed__.subscriptionCid),
22
+ paymentStreamCid: damlTypes.ContractId(t).encode(__typed__.paymentStreamCid),
23
23
  activityMarkerCid: damlTypes.Optional(damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.FeaturedAppActivityMarker)).encode(__typed__.activityMarkerCid),
24
24
  };
25
25
  }
@@ -1,4 +1,4 @@
1
- // Generated from Fairmint/Subscriptions/Types/ProcessorContext.daml
1
+ // Generated from CantonPayments/PaymentStream/Types/ProcessorContext.daml
2
2
  /* eslint-disable @typescript-eslint/camelcase */
3
3
  /* eslint-disable @typescript-eslint/no-namespace */
4
4
  /* eslint-disable @typescript-eslint/no-use-before-define */
@@ -0,0 +1,30 @@
1
+ import * as ActivePaymentStreamData from './ActivePaymentStreamData';
2
+ export { ActivePaymentStreamData } ;
3
+ import * as Approvals from './Approvals';
4
+ export { Approvals } ;
5
+ import * as LockFundsInput from './LockFundsInput';
6
+ export { LockFundsInput } ;
7
+ import * as PartyRole from './PartyRole';
8
+ export { PartyRole } ;
9
+ import * as PaymentContext from './PaymentContext';
10
+ export { PaymentContext } ;
11
+ import * as PaymentResult from './PaymentResult';
12
+ export { PaymentResult } ;
13
+ import * as PaymentStream from './PaymentStream';
14
+ export { PaymentStream } ;
15
+ import * as PaymentStreamAmount from './PaymentStreamAmount';
16
+ export { PaymentStreamAmount } ;
17
+ import * as PaymentStreamChanges from './PaymentStreamChanges';
18
+ export { PaymentStreamChanges } ;
19
+ import * as PaymentStreamProposal from './PaymentStreamProposal';
20
+ export { PaymentStreamProposal } ;
21
+ import * as PaymentStreamProposalChanges from './PaymentStreamProposalChanges';
22
+ export { PaymentStreamProposalChanges } ;
23
+ import * as PaymentStreamStats from './PaymentStreamStats';
24
+ export { PaymentStreamStats } ;
25
+ import * as PaymentStreamTime from './PaymentStreamTime';
26
+ export { PaymentStreamTime } ;
27
+ import * as ProcessFreeTrialResult from './ProcessFreeTrialResult';
28
+ export { ProcessFreeTrialResult } ;
29
+ import * as ProcessorContext from './ProcessorContext';
30
+ export { ProcessorContext } ;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ var ActivePaymentStreamData = require('./ActivePaymentStreamData');
9
+ exports.ActivePaymentStreamData = ActivePaymentStreamData;
10
+ var Approvals = require('./Approvals');
11
+ exports.Approvals = Approvals;
12
+ var LockFundsInput = require('./LockFundsInput');
13
+ exports.LockFundsInput = LockFundsInput;
14
+ var PartyRole = require('./PartyRole');
15
+ exports.PartyRole = PartyRole;
16
+ var PaymentContext = require('./PaymentContext');
17
+ exports.PaymentContext = PaymentContext;
18
+ var PaymentResult = require('./PaymentResult');
19
+ exports.PaymentResult = PaymentResult;
20
+ var PaymentStream = require('./PaymentStream');
21
+ exports.PaymentStream = PaymentStream;
22
+ var PaymentStreamAmount = require('./PaymentStreamAmount');
23
+ exports.PaymentStreamAmount = PaymentStreamAmount;
24
+ var PaymentStreamChanges = require('./PaymentStreamChanges');
25
+ exports.PaymentStreamChanges = PaymentStreamChanges;
26
+ var PaymentStreamProposal = require('./PaymentStreamProposal');
27
+ exports.PaymentStreamProposal = PaymentStreamProposal;
28
+ var PaymentStreamProposalChanges = require('./PaymentStreamProposalChanges');
29
+ exports.PaymentStreamProposalChanges = PaymentStreamProposalChanges;
30
+ var PaymentStreamStats = require('./PaymentStreamStats');
31
+ exports.PaymentStreamStats = PaymentStreamStats;
32
+ var PaymentStreamTime = require('./PaymentStreamTime');
33
+ exports.PaymentStreamTime = PaymentStreamTime;
34
+ var ProcessFreeTrialResult = require('./ProcessFreeTrialResult');
35
+ exports.ProcessFreeTrialResult = ProcessFreeTrialResult;
36
+ var ProcessorContext = require('./ProcessorContext');
37
+ exports.ProcessorContext = ProcessorContext;
@@ -0,0 +1,10 @@
1
+ import * as ActivePaymentStream from './ActivePaymentStream';
2
+ export { ActivePaymentStream } ;
3
+ import * as PartyMigrationProposal from './PartyMigrationProposal';
4
+ export { PartyMigrationProposal } ;
5
+ import * as PaymentStreamFactory from './PaymentStreamFactory';
6
+ export { PaymentStreamFactory } ;
7
+ import * as ProposedPaymentStream from './ProposedPaymentStream';
8
+ export { ProposedPaymentStream } ;
9
+ import * as Types from './Types';
10
+ export { Types } ;
@@ -5,13 +5,13 @@ 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
- var ActiveSubscription = require('./ActiveSubscription');
9
- exports.ActiveSubscription = ActiveSubscription;
8
+ var ActivePaymentStream = require('./ActivePaymentStream');
9
+ exports.ActivePaymentStream = ActivePaymentStream;
10
10
  var PartyMigrationProposal = require('./PartyMigrationProposal');
11
11
  exports.PartyMigrationProposal = PartyMigrationProposal;
12
- var ProposedSubscription = require('./ProposedSubscription');
13
- exports.ProposedSubscription = ProposedSubscription;
14
- var SubscriptionFactory = require('./SubscriptionFactory');
15
- exports.SubscriptionFactory = SubscriptionFactory;
12
+ var PaymentStreamFactory = require('./PaymentStreamFactory');
13
+ exports.PaymentStreamFactory = PaymentStreamFactory;
14
+ var ProposedPaymentStream = require('./ProposedPaymentStream');
15
+ exports.ProposedPaymentStream = ProposedPaymentStream;
16
16
  var Types = require('./Types');
17
17
  exports.Types = Types;
@@ -0,0 +1,2 @@
1
+ import * as PaymentStream from './PaymentStream';
2
+ export { PaymentStream } ;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ /* eslint-disable-next-line no-unused-vars */
3
+ function __export(m) {
4
+ /* eslint-disable-next-line no-prototype-builtins */
5
+ for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
6
+ }
7
+ Object.defineProperty(exports, "__esModule", { value: true });
8
+ var PaymentStream = require('./PaymentStream');
9
+ exports.PaymentStream = PaymentStream;
@@ -106,5 +106,5 @@ exports.ConvertibleIssuance = damlTypes.assembleTemplate(
106
106
  );
107
107
 
108
108
 
109
- damlTypes.registerTemplate(exports.ConvertibleIssuance, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
109
+ damlTypes.registerTemplate(exports.ConvertibleIssuance, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
110
110
 
@@ -156,5 +156,5 @@ exports.Document = damlTypes.assembleTemplate(
156
156
  );
157
157
 
158
158
 
159
- damlTypes.registerTemplate(exports.Document, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
159
+ damlTypes.registerTemplate(exports.Document, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
160
160
 
@@ -80,5 +80,5 @@ exports.EquityCompensationExercise = damlTypes.assembleTemplate(
80
80
  );
81
81
 
82
82
 
83
- damlTypes.registerTemplate(exports.EquityCompensationExercise, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
83
+ damlTypes.registerTemplate(exports.EquityCompensationExercise, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
84
84
 
@@ -94,5 +94,5 @@ exports.EquityCompensationIssuance = damlTypes.assembleTemplate(
94
94
  );
95
95
 
96
96
 
97
- damlTypes.registerTemplate(exports.EquityCompensationIssuance, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
97
+ damlTypes.registerTemplate(exports.EquityCompensationIssuance, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
98
98
 
@@ -425,5 +425,5 @@ exports.Issuer = damlTypes.assembleTemplate(
425
425
  );
426
426
 
427
427
 
428
- damlTypes.registerTemplate(exports.Issuer, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
428
+ damlTypes.registerTemplate(exports.Issuer, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
429
429
 
@@ -82,5 +82,5 @@ exports.IssuerAuthorization = damlTypes.assembleTemplate(
82
82
  );
83
83
 
84
84
 
85
- damlTypes.registerTemplate(exports.IssuerAuthorization, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
85
+ damlTypes.registerTemplate(exports.IssuerAuthorization, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
86
86
 
@@ -80,5 +80,5 @@ exports.IssuerAuthorizedSharesAdjustment = damlTypes.assembleTemplate(
80
80
  );
81
81
 
82
82
 
83
- damlTypes.registerTemplate(exports.IssuerAuthorizedSharesAdjustment, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
83
+ damlTypes.registerTemplate(exports.IssuerAuthorizedSharesAdjustment, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
84
84
 
@@ -64,5 +64,5 @@ exports.OcpFactory = damlTypes.assembleTemplate(
64
64
  );
65
65
 
66
66
 
67
- damlTypes.registerTemplate(exports.OcpFactory, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
67
+ damlTypes.registerTemplate(exports.OcpFactory, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
68
68
 
@@ -152,5 +152,5 @@ exports.Stakeholder = damlTypes.assembleTemplate(
152
152
  );
153
153
 
154
154
 
155
- damlTypes.registerTemplate(exports.Stakeholder, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
155
+ damlTypes.registerTemplate(exports.Stakeholder, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
156
156
 
@@ -80,5 +80,5 @@ exports.StockCancellation = damlTypes.assembleTemplate(
80
80
  );
81
81
 
82
82
 
83
- damlTypes.registerTemplate(exports.StockCancellation, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
83
+ damlTypes.registerTemplate(exports.StockCancellation, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
84
84
 
@@ -88,5 +88,5 @@ exports.StockClass = damlTypes.assembleTemplate(
88
88
  );
89
89
 
90
90
 
91
- damlTypes.registerTemplate(exports.StockClass, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
91
+ damlTypes.registerTemplate(exports.StockClass, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
92
92
 
@@ -80,5 +80,5 @@ exports.StockClassAuthorizedSharesAdjustment = damlTypes.assembleTemplate(
80
80
  );
81
81
 
82
82
 
83
- damlTypes.registerTemplate(exports.StockClassAuthorizedSharesAdjustment, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
83
+ damlTypes.registerTemplate(exports.StockClassAuthorizedSharesAdjustment, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
84
84
 
@@ -103,5 +103,5 @@ exports.StockIssuance = damlTypes.assembleTemplate(
103
103
  );
104
104
 
105
105
 
106
- damlTypes.registerTemplate(exports.StockIssuance, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
106
+ damlTypes.registerTemplate(exports.StockIssuance, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
107
107
 
@@ -77,5 +77,5 @@ exports.StockLegendTemplate = damlTypes.assembleTemplate(
77
77
  );
78
78
 
79
79
 
80
- damlTypes.registerTemplate(exports.StockLegendTemplate, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
80
+ damlTypes.registerTemplate(exports.StockLegendTemplate, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
81
81
 
@@ -93,5 +93,5 @@ exports.StockPlan = damlTypes.assembleTemplate(
93
93
  );
94
94
 
95
95
 
96
- damlTypes.registerTemplate(exports.StockPlan, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
96
+ damlTypes.registerTemplate(exports.StockPlan, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
97
97
 
@@ -80,5 +80,5 @@ exports.StockPlanPoolAdjustment = damlTypes.assembleTemplate(
80
80
  );
81
81
 
82
82
 
83
- damlTypes.registerTemplate(exports.StockPlanPoolAdjustment, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
83
+ damlTypes.registerTemplate(exports.StockPlanPoolAdjustment, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
84
84
 
@@ -91,5 +91,5 @@ exports.Valuation = damlTypes.assembleTemplate(
91
91
  );
92
92
 
93
93
 
94
- damlTypes.registerTemplate(exports.Valuation, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
94
+ damlTypes.registerTemplate(exports.Valuation, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
95
95
 
@@ -245,5 +245,5 @@ exports.VestingTerms = damlTypes.assembleTemplate(
245
245
  );
246
246
 
247
247
 
248
- damlTypes.registerTemplate(exports.VestingTerms, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
248
+ damlTypes.registerTemplate(exports.VestingTerms, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
249
249
 
@@ -91,5 +91,5 @@ exports.WarrantIssuance = damlTypes.assembleTemplate(
91
91
  );
92
92
 
93
93
 
94
- damlTypes.registerTemplate(exports.WarrantIssuance, ['86306c40a194ab06a65cbcf1d6531bb3ef84bc0769f0d625c3b46d8ca122eb1d', '#OpenCapTable-v25']);
94
+ damlTypes.registerTemplate(exports.WarrantIssuance, ['b83eb2637b185eef65edd44233e4da318fc13335341c434886fc8faa29cc4d87', '#OpenCapTable-v25']);
95
95
 
@@ -1,3 +1,2 @@
1
1
  export * as OpenCapTable from './OpenCapTable';
2
2
  export * as OpenCapTableReports from './OpenCapTableReports';
3
- export * as Subscriptions from './Subscriptions';
@@ -9,5 +9,3 @@ var OpenCapTable = require('./OpenCapTable');
9
9
  exports.OpenCapTable = OpenCapTable;
10
10
  var OpenCapTableReports = require('./OpenCapTableReports');
11
11
  exports.OpenCapTableReports = OpenCapTableReports;
12
- var Subscriptions = require('./Subscriptions');
13
- exports.Subscriptions = Subscriptions;
package/lib/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as Fairmint from './Fairmint';
2
+ import * as CantonPayments from './CantonPayments';
2
3
  import * as Splice from './Splice';
3
4
  import * as DA from './DA';
4
- export { Fairmint, DA, Splice } ;
5
+ export { Fairmint, CantonPayments, DA, Splice } ;
package/lib/index.js CHANGED
@@ -7,6 +7,8 @@ function __export(m) {
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  var Fairmint = require('./Fairmint');
9
9
  exports.Fairmint = Fairmint;
10
+ var CantonPayments = require('./CantonPayments');
11
+ exports.CantonPayments = CantonPayments;
10
12
  var DA = require('./DA');
11
13
  exports.DA = DA;
12
14
  var Splice = require('./Splice');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairmint/open-captable-protocol-daml-js",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "description": "Open CapTable Protocol DAML smart contracts with generated JavaScript bindings.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -22,9 +22,9 @@
22
22
  "types": "./generated/reports-factory-contract-id.json.d.ts",
23
23
  "default": "./generated/reports-factory-contract-id.json"
24
24
  },
25
- "./subscriptions-factory-contract-id.json": {
26
- "types": "./generated/subscriptions-factory-contract-id.json.d.ts",
27
- "default": "./generated/subscriptions-factory-contract-id.json"
25
+ "./paymentStreams-factory-contract-id.json": {
26
+ "types": "./generated/paymentStreams-factory-contract-id.json.d.ts",
27
+ "default": "./generated/paymentStreams-factory-contract-id.json"
28
28
  }
29
29
  },
30
30
  "files": [
@@ -33,25 +33,25 @@
33
33
  "generated/ocp-factory-contract-id.json.d.ts",
34
34
  "generated/reports-factory-contract-id.json",
35
35
  "generated/reports-factory-contract-id.json.d.ts",
36
- "generated/subscriptions-factory-contract-id.json",
37
- "generated/subscriptions-factory-contract-id.json.d.ts"
36
+ "generated/paymentStreams-factory-contract-id.json",
37
+ "generated/paymentStreams-factory-contract-id.json.d.ts"
38
38
  ],
39
39
  "scripts": {
40
40
  "build": "daml build --all",
41
41
  "build:ts": "tsc",
42
42
  "clean": "daml clean --all",
43
- "codegen": "npm run build && cd OpenCapTable-v25 && daml codegen js && cd .. && cd Shared && daml codegen js && cd .. && cd OpenCapTableReports-v01 && daml codegen js && cd .. && cd Subscriptions-v09 && daml 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",
43
+ "codegen": "npm run build && cd OpenCapTable-v25 && daml codegen js && cd .. && cd Shared && daml codegen js && cd .. && cd OpenCapTableReports-v01 && daml codegen js && cd .. && cd CantonPayments && daml 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",
44
44
  "test": "cd Test && daml test --show-coverage --color --coverage-ignore-choice splice-amulet:.*",
45
45
  "test:imports": "tsx scripts/test-imports.ts",
46
46
  "upload-dar:ocp": "npm run build && ts-node scripts/upload-dar.ts --network devnet && ts-node scripts/upload-dar.ts --network mainnet",
47
47
  "upload-dar:reports": "npm run build && ts-node scripts/upload-dar-reports.ts --network devnet && ts-node scripts/upload-dar-reports.ts --network mainnet",
48
- "upload-dar:subscriptions": "npm run build && ts-node scripts/upload-dar-subscriptions.ts --network devnet && ts-node scripts/upload-dar-subscriptions.ts --network mainnet",
48
+ "upload-dar:paymentStreams": "npm run build && ts-node scripts/upload-dar-paymentStreams.ts --network devnet && ts-node scripts/upload-dar-paymentStreams.ts --network mainnet",
49
49
  "create-factory:ocp": "npm run codegen && ts-node scripts/create-ocp-factory.ts --network devnet && ts-node scripts/create-ocp-factory.ts --network mainnet",
50
50
  "create-factory:reports": "npm run codegen && ts-node scripts/create-reports-factory.ts --network devnet && ts-node scripts/create-reports-factory.ts --network mainnet",
51
- "create-factory:subscriptions": "npm run codegen && ts-node scripts/create-subscriptions-factory.ts --network devnet && ts-node scripts/create-subscriptions-factory.ts --network mainnet",
51
+ "create-factory:paymentStreams": "npm run codegen && ts-node scripts/create-paymentStreams-factory.ts --network devnet && ts-node scripts/create-paymentStreams-factory.ts --network mainnet",
52
52
  "upload-and-create:ocp": "npm run upload-dar:ocp && npm run create-factory:ocp",
53
53
  "upload-and-create:reports": "npm run upload-dar:reports && npm run create-factory:reports",
54
- "upload-and-create:subscriptions": "npm run upload-dar:subscriptions && npm run create-factory:subscriptions",
54
+ "upload-and-create:paymentStreams": "npm run upload-dar:paymentStreams && npm run create-factory:paymentStreams",
55
55
  "update-version": "tsx scripts/update-generated-package.ts",
56
56
  "package:publish": "npm run package:manifest && npm publish",
57
57
  "package:manifest": "npm run package:prep && npm pack --dry-run --json --ignore-scripts > /tmp/npm-pack.json 2>/dev/null && jq -r '.[0].files[].path' /tmp/npm-pack.json | sort | tsx scripts/collapse-manifest.ts > generated/npm-manifest.txt",
@@ -98,8 +98,8 @@
98
98
  "reports-factory-contract-id.json": [
99
99
  "generated/reports-factory-contract-id.json.d.ts"
100
100
  ],
101
- "subscriptions-factory-contract-id.json": [
102
- "generated/subscriptions-factory-contract-id.json.d.ts"
101
+ "paymentStreams-factory-contract-id.json": [
102
+ "generated/paymentStreams-factory-contract-id.json.d.ts"
103
103
  ]
104
104
  }
105
105
  }
@@ -1,22 +0,0 @@
1
- {
2
- "devnet": {
3
- "subscriptionsFactoryContractId": "00629c55145be284fe7190a94a603a2c58e3e81fe90531910d0b011c28fd388a88ca1112200855205e4b7afebbf13acb1ecc06ada9d411c29a5e11bb1788c9cea48756cf55",
4
- "templateId": "813acf3938ed38d338823fd94c5afb4a885e0ae54546741cc1b036c76c22c825:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory",
5
- "disclosedContract": {
6
- "templateId": "813acf3938ed38d338823fd94c5afb4a885e0ae54546741cc1b036c76c22c825:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory",
7
- "contractId": "00629c55145be284fe7190a94a603a2c58e3e81fe90531910d0b011c28fd388a88ca1112200855205e4b7afebbf13acb1ecc06ada9d411c29a5e11bb1788c9cea48756cf55",
8
- "createdEventBlob": "CgMyLjESvwQKRQBinFUUW+KE/nGQqUpgOixY4+gf6QUxkQ0LARwo/TiKiMoREiAIVSBeS3r+u/E6yx7MBq2p1BHCml4RuxeIyc6kh1bPVRIRU3Vic2NyaXB0aW9ucy12MDkahQEKQDgxM2FjZjM5MzhlZDM4ZDMzODgyM2ZkOTRjNWFmYjRhODg1ZTBhZTU0NTQ2NzQxY2MxYjAzNmM3NmMyMmM4MjUSCEZhaXJtaW50Eg1TdWJzY3JpcHRpb25zEhNTdWJzY3JpcHRpb25GYWN0b3J5GhNTdWJzY3JpcHRpb25GYWN0b3J5IsIBar8BCrwBCrkBarYBCmUKYzphdGVzdC1zdWJzY3JpcHRpb24tcHJvY2Vzc29yOjoxMjIwZWE3MGVhMmNiZmU2YmU0MzFmMzRjNzMyM2UyNDljNjI0YTAyZmIyMjA5ZDJiNzNmYWJkN2VlYTFmZTg0ZGYzNApNCks6SURTTzo6MTIyMGJlNThjMjllNjVkZTQwYmYyNzNiZTFkYzJiMjY2ZDQzYTlhMDAyZWE1YjE4OTU1YWVlZjdhYWM4ODFiYjQ3MWEqYXRlc3Qtc3Vic2NyaXB0aW9uLXByb2Nlc3Nvcjo6MTIyMGVhNzBlYTJjYmZlNmJlNDMxZjM0YzczMjNlMjQ5YzYyNGEwMmZiMjIwOWQyYjczZmFiZDdlZWExZmU4NGRmMzQ5aNdlJElBBgBCKgomCiQIARIg5ERpQAQjnGV7hfKr7Pi3myn2tPADZ+Y8zjmvzHH4FvoQHg==",
9
- "synchronizerId": "global-domain::1220be58c29e65de40bf273be1dc2b266d43a9a002ea5b18955aeef7aac881bb471a"
10
- }
11
- },
12
- "mainnet": {
13
- "subscriptionsFactoryContractId": "00970c6821bdde398042d0e9dba27495d3fd041bbc1f7879aa4f560d38f8732defca11122062b1ff23e750e6f3bb081990bc9be8f89f2739e078519ac6b41bf716c3f3b4c7",
14
- "templateId": "813acf3938ed38d338823fd94c5afb4a885e0ae54546741cc1b036c76c22c825:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory",
15
- "disclosedContract": {
16
- "templateId": "813acf3938ed38d338823fd94c5afb4a885e0ae54546741cc1b036c76c22c825:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory",
17
- "contractId": "00970c6821bdde398042d0e9dba27495d3fd041bbc1f7879aa4f560d38f8732defca11122062b1ff23e750e6f3bb081990bc9be8f89f2739e078519ac6b41bf716c3f3b4c7",
18
- "createdEventBlob": "CgMyLjESswQKRQCXDGghvd45gELQ6duidJXT/QQbvB94eapPVg04+HMt78oREiBisf8j51Dm87sIGZC8m+j4nyc54HhRmsa0G/cWw/O0xxIRU3Vic2NyaXB0aW9ucy12MDkahQEKQDgxM2FjZjM5MzhlZDM4ZDMzODgyM2ZkOTRjNWFmYjRhODg1ZTBhZTU0NTQ2NzQxY2MxYjAzNmM3NmMyMmM4MjUSCEZhaXJtaW50Eg1TdWJzY3JpcHRpb25zEhNTdWJzY3JpcHRpb25GYWN0b3J5GhNTdWJzY3JpcHRpb25GYWN0b3J5IrwBarkBCrYBCrMBarABCl8KXTpbU3Vic2NyaXB0aW9uUHJvY2Vzc29yOjoxMjIwNGEwMzkzMjJjMDFlOWY3MTRiNTYyNTljM2U2OGI2OTA1OGJmNWRmZTFkZWJiZTk1NmM2OThmOTA1Y2ViYTlkNwpNCks6SURTTzo6MTIyMGIxNDMxZWYyMTczNDJkYjQ0ZDUxNmJiOWJlZmRlODAyYmU3ZDg4OTk2MzdkMjkwODk1ZmE1ODg4MGYxOWFjY2MqW1N1YnNjcmlwdGlvblByb2Nlc3Nvcjo6MTIyMDRhMDM5MzIyYzAxZTlmNzE0YjU2MjU5YzNlNjhiNjkwNThiZjVkZmUxZGViYmU5NTZjNjk4ZjkwNWNlYmE5ZDc56pbQJElBBgBCKgomCiQIARIgl4RXk/BANdvbcpVa1IFJ/pdmwk7KD7M1QkqHi2b3lHoQHg==",
19
- "synchronizerId": "global-domain::1220b1431ef217342db44d516bb9befde802be7d8899637d290895fa58880f19accc"
20
- }
21
- }
22
- }