@chevre/domain 21.26.0-alpha.4 → 21.26.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,13 +95,14 @@ function createConfirmReserveTransactionTasksIfNotExist(order, simpleOrder) {
95
95
  typeOf: factory.actionType.ConfirmAction,
96
96
  object: confirmObject,
97
97
  agent: order.project,
98
- purpose: simpleOrder,
99
- instrument: {
100
- typeOf: 'WebAPI',
101
- identifier: (confirmObject.typeOf === 'COAReserveTransaction')
102
- ? factory.service.webAPI.Identifier.COA
103
- : factory.service.webAPI.Identifier.Chevre
104
- }
98
+ purpose: simpleOrder
99
+ // instrument廃止(2024-03-13~)
100
+ // instrument: {
101
+ // typeOf: 'WebAPI',
102
+ // identifier: (confirmObject.typeOf === 'COAReserveTransaction')
103
+ // ? factory.service.webAPI.Identifier.COA
104
+ // : factory.service.webAPI.Identifier.Chevre
105
+ // }
105
106
  };
106
107
  const taskIdentifier = util.format('%s:%s:%s:%s:%s:%s', data.project.id, factory.taskName.ConfirmReserveTransaction, data.purpose.typeOf, data.purpose.orderNumber, data.object.typeOf, data.object.transactionNumber);
107
108
  const confirmReserveTransactionTask = {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "dependencies": {
12
12
  "@aws-sdk/credential-providers": "3.433.0",
13
- "@chevre/factory": "4.362.0-alpha.3",
13
+ "@chevre/factory": "4.362.0-alpha.4",
14
14
  "@cinerino/sdk": "5.14.0-alpha.1",
15
15
  "@motionpicture/coa-service": "9.4.0",
16
16
  "@motionpicture/gmo-service": "5.3.0",
@@ -110,5 +110,5 @@
110
110
  "postversion": "git push origin --tags",
111
111
  "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
112
112
  },
113
- "version": "21.26.0-alpha.4"
113
+ "version": "21.26.0-alpha.5"
114
114
  }