@chevre/domain 21.2.0-alpha.141 → 21.2.0-alpha.142

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.
@@ -114,7 +114,7 @@ export declare class MongoRepository {
114
114
  $projection?: {
115
115
  [key: string]: number;
116
116
  };
117
- }): Promise<IScreeningRoomSectionWithoutContainsPlace[]>;
117
+ }, useScreeningRoomType?: boolean): Promise<IScreeningRoomSectionWithoutContainsPlace[]>;
118
118
  deleteScreeningRoomSection(screeningRoomSection: {
119
119
  project: {
120
120
  id: string;
@@ -142,7 +142,7 @@ export declare class MongoRepository {
142
142
  id: string;
143
143
  typeOf: factory.placeType.MovieTheater;
144
144
  }>;
145
- searchScreeningRooms(searchConditions: factory.place.screeningRoom.ISearchConditions): Promise<Omit<factory.place.screeningRoom.IPlace, 'containsPlace'>[]>;
145
+ searchScreeningRooms(searchConditions: factory.place.screeningRoom.ISearchConditions, useScreeningRoomType?: boolean): Promise<Omit<factory.place.screeningRoom.IPlace, 'containsPlace'>[]>;
146
146
  findScreeningRoomsByBranchCode(params: {
147
147
  branchCode: {
148
148
  $eq: string;
@@ -177,7 +177,7 @@ export declare class MongoRepository {
177
177
  id: string;
178
178
  typeOf: factory.placeType.MovieTheater;
179
179
  }>;
180
- searchSeats(params: factory.place.seat.ISearchConditions): Promise<factory.place.seat.IPlace[]>;
180
+ searchSeats(params: factory.place.seat.ISearchConditions, useScreeningRoomType?: boolean): Promise<factory.place.seat.IPlace[]>;
181
181
  deleteSeat(seat: {
182
182
  project: {
183
183
  id: string;