@chevre/factory 4.377.0 → 4.378.0-alpha.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.
@@ -58,10 +58,6 @@ export interface IObject {
58
58
  * 決済URLでの決済情報
59
59
  */
60
60
  paymentMethods?: IPaymentMethodByPaymentUrl;
61
- /**
62
- * WAITER許可証トークン
63
- */
64
- passportToken?: passport.IEncodedPassport;
65
61
  /**
66
62
  * WAITER許可証
67
63
  */
@@ -39,17 +39,9 @@ export interface ISendEmailMessageParams {
39
39
  }
40
40
  export interface IPassportBeforeStart {
41
41
  /**
42
- * WAITER許可証発行者
43
- */
44
- issuer: string;
45
- /**
46
- * WAITER許可証トークン
42
+ * 許可証トークン
47
43
  */
48
44
  token: waiter.passport.IEncodedPassport;
49
- /**
50
- * WAITER許可証トークンシークレット
51
- */
52
- secret: string;
53
45
  }
54
46
  export interface IProject {
55
47
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.377.0",
3
+ "version": "4.378.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",