@cinerino/sdk 10.11.0-alpha.4 → 10.11.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.
@@ -14,7 +14,7 @@ interface IOfferAsFindByCodeResult {
14
14
  /**
15
15
  * コードによる予約照会結果
16
16
  */
17
- export declare type IFindByCodeResult = Pick<factory.reservation.IReservation<factory.reservationType.EventReservation>, 'id' | 'additionalTicketText' | 'reservationStatus'> & {
17
+ export declare type IFindByCodeResult = Pick<factory.reservation.IReservation<factory.reservationType.EventReservation>, 'id' | 'additionalTicketText' | 'checkedIn' | 'reservationStatus'> & {
18
18
  reservedTicket: {
19
19
  ticketType: IOfferAsFindByCodeResult;
20
20
  };
@@ -67,9 +67,6 @@ var ReservationService = /** @class */ (function (_super) {
67
67
  function ReservationService() {
68
68
  return _super !== null && _super.apply(this, arguments) || this;
69
69
  }
70
- // constructor(options: IAdditionalOptions & Pick<IOptions, 'auth' | 'endpoint' | 'transporter' | 'project' | 'defaultPath'>) {
71
- // super({ ...options, retryableStatusCodes: [BAD_GATEWAY, FORBIDDEN, UNAUTHORIZED] });
72
- // }
73
70
  /**
74
71
  * コードによる予約照会
75
72
  */
package/lib/bundle.js CHANGED
@@ -20022,9 +20022,6 @@ var ReservationService = /** @class */ (function (_super) {
20022
20022
  function ReservationService() {
20023
20023
  return _super !== null && _super.apply(this, arguments) || this;
20024
20024
  }
20025
- // constructor(options: IAdditionalOptions & Pick<IOptions, 'auth' | 'endpoint' | 'transporter' | 'project' | 'defaultPath'>) {
20026
- // super({ ...options, retryableStatusCodes: [BAD_GATEWAY, FORBIDDEN, UNAUTHORIZED] });
20027
- // }
20028
20025
  /**
20029
20026
  * コードによる予約照会
20030
20027
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "10.11.0-alpha.4",
3
+ "version": "10.11.0",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {