@chevre/factory 4.369.0-alpha.1 → 4.369.0-alpha.2

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.
@@ -19,10 +19,14 @@ export interface ISeatInfoSyncResultAsError {
19
19
  }
20
20
  export type ISeatInfoSyncIn = surfrock.service.seat.factory.ISeatInfoSyncIn;
21
21
  export type ISeatInfoSyncResult = surfrock.service.seat.factory.ISeatInfoSyncResult | ISeatInfoSyncResultAsError;
22
+ export type ISeatInfoSyncCancelIn = surfrock.service.seat.factory.seatInfoSyncCancel.ISeatInfoSyncCancelIn;
23
+ export type ISeatInfoSyncCancelResult = surfrock.service.seat.factory.seatInfoSyncCancel.ISeatInfoSyncCancelResult | ISeatInfoSyncResultAsError;
22
24
  export interface IResult {
23
25
  alterTranResult?: IAlterTranResult[];
24
26
  seatInfoSyncIn?: ISeatInfoSyncIn;
25
27
  seatInfoSyncResult?: ISeatInfoSyncResult;
28
+ seatInfoSyncCancelIn?: ISeatInfoSyncCancelIn;
29
+ seatInfoSyncCancelResult?: ISeatInfoSyncCancelResult;
26
30
  /**
27
31
  * ペイメントカード決済の場合
28
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.369.0-alpha.1",
3
+ "version": "4.369.0-alpha.2",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -56,7 +56,7 @@
56
56
  "@aws-sdk/client-cognito-identity-provider": "3.438.0",
57
57
  "@motionpicture/coa-service": "9.4.0",
58
58
  "@motionpicture/gmo-service": "5.3.0",
59
- "@surfrock/sdk": "1.1.0",
59
+ "@surfrock/sdk": "1.3.0-alpha.0",
60
60
  "@waiter/factory": "2.2.0",
61
61
  "setprototypeof": "1.2.0"
62
62
  },