@chevre/factory 4.325.0-alpha.4 → 4.325.0-alpha.5

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.
@@ -1,6 +1,5 @@
1
1
  import * as waiter from '@waiter/factory';
2
2
  import { AccountType } from '../accountType';
3
- import { IAction as IAuthorizeAction, IAttributes as IAuthorizeActionAttributes } from '../action/authorize';
4
3
  import { IObject as IConfirmReservationObject } from '../action/interact/confirm/reservation';
5
4
  import { IAttributes as IOrderActionAttributes } from '../action/trade/order';
6
5
  import { IObject as IGivePointAwardObject } from '../action/transfer/give/pointAward';
@@ -66,10 +65,6 @@ export interface IObject {
66
65
  * WAITER許可証
67
66
  */
68
67
  passport?: waiter.passport.IPassport;
69
- /**
70
- * 承認アクションリスト
71
- */
72
- authorizeActions?: IAuthorizeAction<IAuthorizeActionAttributes<any, any>>[];
73
68
  potentialActions?: {
74
69
  givePointAward?: IGivePointAwardParams[];
75
70
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.325.0-alpha.4",
3
+ "version": "4.325.0-alpha.5",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",