@chevre/factory 4.290.1 → 4.291.0

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.
@@ -94,10 +94,18 @@ export interface ISearchConditions<T extends PriceSpecificationType> {
94
94
  };
95
95
  };
96
96
  };
97
+ price?: {
98
+ $eq?: number;
99
+ };
97
100
  validFrom?: Date;
98
101
  validThrough?: Date;
99
102
  appliesToVideoFormats?: string[];
100
103
  appliesToMovieTicket?: {
101
104
  serviceTypes?: string[];
105
+ serviceOutput?: {
106
+ typeOf?: {
107
+ $eq?: string;
108
+ };
109
+ };
102
110
  };
103
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.290.1",
3
+ "version": "4.291.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",