@chevre/factory 4.325.0-alpha.4 → 4.325.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.
@@ -111,18 +111,10 @@ export interface IResult {
111
111
  * The identifier for the account the payment will be applied to.
112
112
  */
113
113
  accountId: string;
114
- /**
115
- * The amount of money.
116
- * 廃止(2023-08-07~)
117
- */
118
- /**
119
- * 決済方法
120
- * @deprecated Use paymentMethodAsObject(2023-08-15~)
121
- */
122
- paymentMethod?: AvailablePaymentMethodType;
123
114
  /**
124
115
  * 決済方法
125
116
  * amount.currencyに対応するために追加(2023-08-13~)
117
+ * startDate>=2022-08-16T00:00:00Zのアクションの関しては互換性維持済
126
118
  */
127
119
  paymentMethodAsObject: IResultPaymentMethod;
128
120
  /**
@@ -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",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",