@chevre/factory 4.308.0-alpha.0 → 4.308.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.
Files changed (2) hide show
  1. package/lib/action.d.ts +9 -3
  2. package/package.json +1 -1
package/lib/action.d.ts CHANGED
@@ -157,9 +157,15 @@ export interface ISearchConditions {
157
157
  };
158
158
  };
159
159
  acceptedOffer?: {
160
- ticketedSeat?: {
161
- seatNumber?: {
162
- $in?: string[];
160
+ itemOffered?: {
161
+ serviceOutput?: {
162
+ reservedTicket?: {
163
+ ticketedSeat?: {
164
+ seatNumber?: {
165
+ $in?: string[];
166
+ };
167
+ };
168
+ };
163
169
  };
164
170
  };
165
171
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.308.0-alpha.0",
3
+ "version": "4.308.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",