@chevre/factory 6.2.0-alpha.3 → 6.2.0-alpha.4

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.
@@ -187,16 +187,11 @@ export interface IReservedTicketSearchConditions {
187
187
  };
188
188
  /**
189
189
  * 単価オファー
190
- * @deprecated 廃止予定
190
+ * @deprecated 廃止予定(tttsのみ集計で使用)
191
191
  */
192
192
  ticketType?: {
193
193
  ids?: string[];
194
- category?: {
195
- ids?: string[];
196
- codeValue?: {
197
- $in?: string[];
198
- };
199
- };
194
+ category?: never;
200
195
  };
201
196
  }
202
197
  export interface IStringSearchConditions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "6.2.0-alpha.3",
3
+ "version": "6.2.0-alpha.4",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "@aws-sdk/client-cognito-identity-provider": "3.438.0",
46
46
  "@motionpicture/coa-service": "9.5.0",
47
47
  "@motionpicture/gmo-service": "5.3.0",
48
- "@surfrock/factory": "1.0.0-alpha.0",
48
+ "@surfrock/factory": "1.0.0-alpha.1",
49
49
  "@waiter/factory": "2.2.0",
50
50
  "setprototypeof": "1.2.0"
51
51
  },