@chevre/factory 10.3.0-alpha.2 → 10.3.0-alpha.3

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.
@@ -408,11 +408,6 @@ export interface IAttributes extends IBaseAttributes<IStartParams, IResult, IErr
408
408
  */
409
409
  export type ITransaction = IExtendId<IAttributes>;
410
410
  export interface IObjectSearchConditions {
411
- provider?: {
412
- id?: {
413
- $eq?: string;
414
- };
415
- };
416
411
  reservationFor?: {
417
412
  id?: {
418
413
  $eq?: string;
@@ -426,14 +421,6 @@ export interface IObjectSearchConditions {
426
421
  id?: {
427
422
  $in?: string[];
428
423
  };
429
- reservationNumber?: {
430
- $in?: string[];
431
- };
432
- reservationFor?: {
433
- id?: {
434
- $in?: string[];
435
- };
436
- };
437
424
  reservedTicket?: {
438
425
  ticketedSeat?: {
439
426
  seatNumber?: {
@@ -441,12 +428,11 @@ export interface IObjectSearchConditions {
441
428
  };
442
429
  };
443
430
  };
431
+ reservationFor?: never;
432
+ reservationNumber?: never;
444
433
  };
445
- underName?: {
446
- id?: {
447
- $eq?: string;
448
- };
449
- };
434
+ provider?: never;
435
+ reservatiounderNamenNumber?: never;
450
436
  }
451
437
  export interface ISearchConditions extends IBaseSearchConditions<AssetTransactionType.Reserve> {
452
438
  object?: IObjectSearchConditions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "10.3.0-alpha.2",
3
+ "version": "10.3.0-alpha.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [