@chevre/domain 21.18.0-alpha.26 → 21.18.0-alpha.28
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.
|
@@ -180,7 +180,7 @@ function eventOfferUnitPriceSpec2reservationUnitPriceSpec(params) {
|
|
|
180
180
|
: undefined), (typeof ((_a = accounting.operatingRevenue) === null || _a === void 0 ? void 0 : _a.typeOf) === 'string')
|
|
181
181
|
? {
|
|
182
182
|
operatingRevenue: {
|
|
183
|
-
project: accounting.operatingRevenue.project,
|
|
183
|
+
// project: accounting.operatingRevenue.project, // 削除(2023-12-13~)
|
|
184
184
|
typeOf: accounting.operatingRevenue.typeOf,
|
|
185
185
|
codeValue: accounting.operatingRevenue.codeValue
|
|
186
186
|
}
|
|
@@ -174,7 +174,7 @@ function responseBody2acceptedOffers4result(params) {
|
|
|
174
174
|
: undefined), (typeof ((_a = accounting.operatingRevenue) === null || _a === void 0 ? void 0 : _a.typeOf) === 'string')
|
|
175
175
|
? {
|
|
176
176
|
operatingRevenue: {
|
|
177
|
-
project: accounting.operatingRevenue.project,
|
|
177
|
+
// project: accounting.operatingRevenue.project, // 削除(2023-12-13~)
|
|
178
178
|
typeOf: accounting.operatingRevenue.typeOf,
|
|
179
179
|
codeValue: accounting.operatingRevenue.codeValue
|
|
180
180
|
}
|
|
@@ -121,7 +121,7 @@ function responseBody2resultAcceptedOffer(params) {
|
|
|
121
121
|
: undefined), (typeof ((_b = component.accounting.operatingRevenue) === null || _b === void 0 ? void 0 : _b.typeOf) === 'string')
|
|
122
122
|
? {
|
|
123
123
|
operatingRevenue: {
|
|
124
|
-
project: component.accounting.operatingRevenue.project,
|
|
124
|
+
// project: component.accounting.operatingRevenue.project, // 削除(2023-12-13~)
|
|
125
125
|
typeOf: component.accounting.operatingRevenue.typeOf,
|
|
126
126
|
codeValue: component.accounting.operatingRevenue.codeValue
|
|
127
127
|
}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/credential-providers": "3.433.0",
|
|
13
|
-
"@chevre/factory": "4.347.0-alpha.
|
|
14
|
-
"@cinerino/sdk": "5.4.0-alpha.
|
|
13
|
+
"@chevre/factory": "4.347.0-alpha.6",
|
|
14
|
+
"@cinerino/sdk": "5.4.0-alpha.3",
|
|
15
15
|
"@motionpicture/coa-service": "9.2.0",
|
|
16
16
|
"@motionpicture/gmo-service": "5.2.0",
|
|
17
17
|
"@sendgrid/mail": "6.4.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
"postversion": "git push origin --tags",
|
|
116
116
|
"prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
|
|
117
117
|
},
|
|
118
|
-
"version": "21.18.0-alpha.
|
|
118
|
+
"version": "21.18.0-alpha.28"
|
|
119
119
|
}
|