@chevre/factory 4.289.0-alpha.10 → 4.289.0-alpha.11

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.
@@ -92,6 +92,10 @@ export interface IPriceSpecificationSearchConditions {
92
92
  * 適用決済カード区分
93
93
  */
94
94
  serviceType?: {
95
+ /**
96
+ * 適用決済カード区分が存在するかどうか
97
+ */
98
+ $exists?: boolean;
95
99
  $eq?: string;
96
100
  };
97
101
  serviceOutput?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.289.0-alpha.10",
3
+ "version": "4.289.0-alpha.11",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",