@chevre/factory 4.359.0 → 4.360.0-alpha.1

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.
@@ -172,9 +172,6 @@ export import IName = AnyEventFactory.IName;
172
172
  * workPerformed->superEvent.workPerformed完全移行(2023-02-20~)
173
173
  */
174
174
  export interface IAttributes extends Omit<AnyEventFactory.IAttributes, 'offers' | 'typeOf' | 'workPerformed'> {
175
- /**
176
- * コンテンツ
177
- */
178
175
  /**
179
176
  * 親イベント
180
177
  * 施設コンテンツに相当
@@ -70,6 +70,18 @@ export interface ICOAInfo {
70
70
  * ※日付は西暦8桁 "YYYYMMDD"
71
71
  */
72
72
  dateMvtkBegin: string;
73
+ /**
74
+ * MGチケット使用フラグ
75
+ * 0:使用不可、1:使用可、2:無料券(計上単価=0)使用不可
76
+ * (2024-03-05~)
77
+ */
78
+ flgMgtkUse?: string;
79
+ /**
80
+ * MGチケット利用開始日
81
+ * ※日付は西暦8桁 "YYYYMMDD"
82
+ * (2024-03-05~)
83
+ */
84
+ dateMgtkBegin?: string;
73
85
  }
74
86
  export interface ILocation {
75
87
  typeOf: PlaceType.MovieTheater;
@@ -85,10 +97,6 @@ export interface ILocation {
85
97
  * 名称
86
98
  */
87
99
  name?: IMultilingualString;
88
- /**
89
- * カナ名称
90
- */
91
- kanaName?: string;
92
100
  }
93
101
  export interface IAttributes extends Pick<EventFactory.IAttributes<EventType.ScreeningEventSeries>, 'project' | 'typeOf' | 'identifier' | 'name' | 'alternativeHeadline' | 'description' | 'duration' | 'endDate' | 'eventStatus' | 'headline' | 'location' | 'offers' | 'startDate' | 'workPerformed' | 'additionalProperty'> {
94
102
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.359.0",
3
+ "version": "4.360.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@aws-sdk/client-cognito-identity-provider": "3.438.0",
57
- "@motionpicture/coa-service": "9.3.0-alpha.5",
58
- "@motionpicture/gmo-service": "5.3.0-alpha.4",
57
+ "@motionpicture/coa-service": "9.4.0-alpha.0",
58
+ "@motionpicture/gmo-service": "5.3.0",
59
59
  "@surfrock/sdk": "1.1.0",
60
60
  "@waiter/factory": "2.2.0",
61
61
  "setprototypeof": "1.2.0"