@cinerino/sdk 3.151.0 → 3.152.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.
|
@@ -117,7 +117,7 @@ export declare class OfferService extends Service {
|
|
|
117
117
|
id: string;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
120
|
-
purpose: factory.action.authorize.offer.seatReservation.IPurpose;
|
|
120
|
+
purpose: factory.action.authorize.offer.seatReservation.IPurpose | string;
|
|
121
121
|
result: {
|
|
122
122
|
requestBody: factory.action.authorize.offer.seatReservation.IRequestBody<factory.service.webAPI.Identifier.COA>;
|
|
123
123
|
responseBody: factory.action.authorize.offer.seatReservation.IResponseBody<factory.service.webAPI.Identifier.COA>;
|
|
@@ -134,7 +134,7 @@ export declare class OfferService extends Service {
|
|
|
134
134
|
* 承認アクションID
|
|
135
135
|
*/
|
|
136
136
|
id: string;
|
|
137
|
-
purpose: IPurpose;
|
|
137
|
+
purpose: factory.action.authorize.offer.seatReservation.IPurpose | string;
|
|
138
138
|
}): Promise<{
|
|
139
139
|
theaterCode?: string;
|
|
140
140
|
dateJouei?: string;
|
|
@@ -163,6 +163,6 @@ export declare class OfferService extends Service {
|
|
|
163
163
|
id: string;
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
|
-
purpose: factory.action.authorize.offer.seatReservation.IPurpose;
|
|
166
|
+
purpose: factory.action.authorize.offer.seatReservation.IPurpose | string;
|
|
167
167
|
}): Promise<IAuthorizeCOAEventServiceResult>;
|
|
168
168
|
}
|