@chevre/factory 4.375.0-alpha.7 → 4.375.0-alpha.9

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.
@@ -169,7 +169,7 @@ export type IEvent = Pick<ScreeningEventFactory.IEvent, 'id' | 'typeOf'> & {
169
169
  export type IObject<T extends WebAPIFactory.Identifier> = {
170
170
  typeOf: ObjectType;
171
171
  event?: IEvent;
172
- acceptedOffer: IAcceptedOffer<T>[];
172
+ acceptedOffer?: IAcceptedOffer<T>[];
173
173
  /**
174
174
  * recipe有(仮予約時)のCOA興行オファー採用アクションID(2024-06-11~)
175
175
  */
package/lib/action.d.ts CHANGED
@@ -207,19 +207,6 @@ export interface ISearchConditions {
207
207
  $in?: string[];
208
208
  };
209
209
  };
210
- acceptedOffer?: {
211
- itemOffered?: {
212
- serviceOutput?: {
213
- reservedTicket?: {
214
- ticketedSeat?: {
215
- seatNumber?: {
216
- $in?: string[];
217
- };
218
- };
219
- };
220
- };
221
- };
222
- };
223
210
  typeOf?: {
224
211
  $eq?: string;
225
212
  $in?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.375.0-alpha.7",
3
+ "version": "4.375.0-alpha.9",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",