@chevre/factory 4.349.0 → 4.350.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.
@@ -150,6 +150,10 @@ export interface ISortOrder {
150
150
  */
151
151
  export interface IPriceSpecificationSearchConditions {
152
152
  appliesToMovieTicket?: {
153
+ /**
154
+ * 適用決済カード数
155
+ */
156
+ $size?: number;
153
157
  /**
154
158
  * 適用決済カード区分
155
159
  */
@@ -162,7 +166,7 @@ export interface IPriceSpecificationSearchConditions {
162
166
  };
163
167
  serviceOutput?: {
164
168
  /**
165
- * 適用決済方法タイプ
169
+ * 適用決済方法区分
166
170
  */
167
171
  typeOf?: {
168
172
  $eq?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.349.0",
3
+ "version": "4.350.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",