@chevre/domain 24.1.0-alpha.51 → 24.1.0-alpha.52

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.
@@ -330,9 +330,7 @@ function createReservation(params) {
330
330
  return {
331
331
  typeOf: factory_1.factory.reservationType.EventReservation,
332
332
  id: params.id,
333
- // reservationPackage保管に移行(2023-06-06~)
334
- // issuedThrough,
335
- additionalProperty: params.additionalProperty,
333
+ // additionalProperty: params.additionalProperty, // discontinue(2026-06-07~)
336
334
  numSeats: 1,
337
335
  price: price4reservation,
338
336
  priceCurrency: factory_1.factory.priceCurrency.JPY,
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-cognito-identity-provider": "3.600.0",
13
13
  "@aws-sdk/credential-providers": "3.600.0",
14
- "@chevre/factory": "8.2.0-alpha.5",
14
+ "@chevre/factory": "8.2.0-alpha.6",
15
15
  "@motionpicture/coa-service": "10.0.0",
16
16
  "@motionpicture/gmo-service": "6.1.0-alpha.0",
17
17
  "@sendgrid/client": "8.1.4",
@@ -91,5 +91,5 @@
91
91
  "postversion": "git push origin --tags",
92
92
  "prepublishOnly": "npm run clean && npm run build"
93
93
  },
94
- "version": "24.1.0-alpha.51"
94
+ "version": "24.1.0-alpha.52"
95
95
  }