@cinerino/sdk 12.3.0-alpha.2 → 12.3.0-alpha.3

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.
@@ -70,11 +70,11 @@ var EventService = /** @class */ (function (_super) {
70
70
  // add options(2025-08-26~)
71
71
  options) {
72
72
  return __awaiter(this, void 0, void 0, function () {
73
- var superEventId, locationBranchCode;
73
+ var superEventId, locationBranchCode, hasTicketedSeat;
74
74
  return __generator(this, function (_a) {
75
75
  switch (_a.label) {
76
76
  case 0:
77
- superEventId = options.superEventId, locationBranchCode = options.locationBranchCode;
77
+ superEventId = options.superEventId, locationBranchCode = options.locationBranchCode, hasTicketedSeat = options.hasTicketedSeat;
78
78
  return [4 /*yield*/, this.fetch({
79
79
  uri: '/events',
80
80
  method: 'POST',
@@ -83,7 +83,8 @@ var EventService = /** @class */ (function (_super) {
83
83
  expectsNoContent: '1',
84
84
  typeOf: factory.eventType.ScreeningEvent,
85
85
  superEventId: superEventId,
86
- locationBranchCode: locationBranchCode
86
+ locationBranchCode: locationBranchCode,
87
+ hasTicketedSeat: hasTicketedSeat
87
88
  },
88
89
  expectedStatusCodes: [http_status_1.NO_CONTENT]
89
90
  })];
package/lib/bundle.js CHANGED
@@ -9525,11 +9525,11 @@ var EventService = /** @class */ (function (_super) {
9525
9525
  // add options(2025-08-26~)
9526
9526
  options) {
9527
9527
  return __awaiter(this, void 0, void 0, function () {
9528
- var superEventId, locationBranchCode;
9528
+ var superEventId, locationBranchCode, hasTicketedSeat;
9529
9529
  return __generator(this, function (_a) {
9530
9530
  switch (_a.label) {
9531
9531
  case 0:
9532
- superEventId = options.superEventId, locationBranchCode = options.locationBranchCode;
9532
+ superEventId = options.superEventId, locationBranchCode = options.locationBranchCode, hasTicketedSeat = options.hasTicketedSeat;
9533
9533
  return [4 /*yield*/, this.fetch({
9534
9534
  uri: '/events',
9535
9535
  method: 'POST',
@@ -9538,7 +9538,8 @@ var EventService = /** @class */ (function (_super) {
9538
9538
  expectsNoContent: '1',
9539
9539
  typeOf: factory.eventType.ScreeningEvent,
9540
9540
  superEventId: superEventId,
9541
- locationBranchCode: locationBranchCode
9541
+ locationBranchCode: locationBranchCode,
9542
+ hasTicketedSeat: hasTicketedSeat
9542
9543
  },
9543
9544
  expectedStatusCodes: [http_status_1.NO_CONTENT]
9544
9545
  })];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "12.3.0-alpha.2",
3
+ "version": "12.3.0-alpha.3",
4
4
  "description": "Cinerino SDK",
5
5
  "main": "./lib/index.js",
6
6
  "browser": {