@chevre/factory 4.282.0-alpha.0 → 4.282.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.
@@ -15,11 +15,10 @@ export interface IReservationPackageAsObject {
15
15
  reservationFor: IReservationFor;
16
16
  reservationNumber: string;
17
17
  reservationStatus: ReservationStatusType;
18
- subReservation?: ISubReservation[];
19
18
  underName?: IUnderName;
20
19
  typeOf: ReservationType.ReservationPackage;
21
20
  }
22
- export declare type IObject = IBusReservation | IEventReservation | IReservationPackageAsObject;
21
+ export declare type IObject = IReservationPackageAsObject;
23
22
  export interface IResult {
24
23
  confirmedReservationId?: string;
25
24
  }
@@ -38,7 +37,7 @@ export interface IAssetTransactionAsReservePurpose {
38
37
  */
39
38
  id: string;
40
39
  }
41
- export declare type IPurpose = IOrderAsReservePurpose | IAssetTransactionAsReservePurpose;
40
+ export declare type IPurpose = IAssetTransactionAsReservePurpose;
42
41
  export interface IPotentialActions {
43
42
  moneyTransfer?: IMoneyTransferActionAttributes[];
44
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.282.0-alpha.0",
3
+ "version": "4.282.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",