@cinerino/sdk 5.4.0-alpha.0 → 5.4.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.
@@ -1,6 +1,6 @@
1
1
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2
2
  var cinerino = window.cinerino = require('./lib/browser.js');
3
- },{"./lib/browser.js":123}],2:[function(require,module,exports){
3
+ },{"./lib/browser.js":127}],2:[function(require,module,exports){
4
4
  "use strict";
5
5
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
6
  if (k2 === undefined) k2 = k;
@@ -18,7 +18,335 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  */
19
19
  __exportStar(require("./abstract/index"), exports);
20
20
 
21
- },{"./abstract/index":81}],3:[function(require,module,exports){
21
+ },{"./abstract/index":85}],3:[function(require,module,exports){
22
+ "use strict";
23
+ var __assign = (this && this.__assign) || function () {
24
+ __assign = Object.assign || function(t) {
25
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
26
+ s = arguments[i];
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
28
+ t[p] = s[p];
29
+ }
30
+ return t;
31
+ };
32
+ return __assign.apply(this, arguments);
33
+ };
34
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
35
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
36
+ return new (P || (P = Promise))(function (resolve, reject) {
37
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
39
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
40
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
41
+ });
42
+ };
43
+ var __generator = (this && this.__generator) || function (thisArg, body) {
44
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
45
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
46
+ function verb(n) { return function (v) { return step([n, v]); }; }
47
+ function step(op) {
48
+ if (f) throw new TypeError("Generator is already executing.");
49
+ while (_) try {
50
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
51
+ if (y = 0, t) op = [op[0] & 2, t.value];
52
+ switch (op[0]) {
53
+ case 0: case 1: t = op; break;
54
+ case 4: _.label++; return { value: op[1], done: false };
55
+ case 5: _.label++; y = op[1]; op = [0]; continue;
56
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
57
+ default:
58
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
59
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
60
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
61
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
62
+ if (t[2]) _.ops.pop();
63
+ _.trys.pop(); continue;
64
+ }
65
+ op = body.call(thisArg, _);
66
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
67
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
68
+ }
69
+ };
70
+ Object.defineProperty(exports, "__esModule", { value: true });
71
+ exports.Admin = exports.service = void 0;
72
+ var service;
73
+ (function (service) {
74
+ var CreativeWork;
75
+ (function (CreativeWork) {
76
+ })(CreativeWork = service.CreativeWork || (service.CreativeWork = {}));
77
+ var Event;
78
+ (function (Event) {
79
+ })(Event = service.Event || (service.Event = {}));
80
+ })(service = exports.service || (exports.service = {}));
81
+ /**
82
+ * 管理サービス
83
+ */
84
+ var Admin = /** @class */ (function () {
85
+ function Admin(options) {
86
+ this.options = options;
87
+ }
88
+ Admin.prototype.createCreativeWorkInstance = function (params) {
89
+ return __awaiter(this, void 0, void 0, function () {
90
+ var _a;
91
+ return __generator(this, function (_b) {
92
+ switch (_b.label) {
93
+ case 0:
94
+ if (!(service.CreativeWork.svc === undefined)) return [3 /*break*/, 2];
95
+ _a = service.CreativeWork;
96
+ return [4 /*yield*/, Promise.resolve().then(function () { return require('./admin/creativeWork'); })];
97
+ case 1:
98
+ _a.svc = (_b.sent()).CreativeWorkService;
99
+ _b.label = 2;
100
+ case 2: return [2 /*return*/, new service.CreativeWork.svc(__assign(__assign({}, this.options), params))];
101
+ }
102
+ });
103
+ });
104
+ };
105
+ Admin.prototype.createEventInstance = function (params) {
106
+ return __awaiter(this, void 0, void 0, function () {
107
+ var _a;
108
+ return __generator(this, function (_b) {
109
+ switch (_b.label) {
110
+ case 0:
111
+ if (!(service.Event.svc === undefined)) return [3 /*break*/, 2];
112
+ _a = service.Event;
113
+ return [4 /*yield*/, Promise.resolve().then(function () { return require('./admin/event'); })];
114
+ case 1:
115
+ _a.svc = (_b.sent()).EventService;
116
+ _b.label = 2;
117
+ case 2: return [2 /*return*/, new service.Event.svc(__assign(__assign({}, this.options), params))];
118
+ }
119
+ });
120
+ });
121
+ };
122
+ return Admin;
123
+ }());
124
+ exports.Admin = Admin;
125
+
126
+ },{"./admin/creativeWork":4,"./admin/event":5}],4:[function(require,module,exports){
127
+ "use strict";
128
+ var __extends = (this && this.__extends) || (function () {
129
+ var extendStatics = function (d, b) {
130
+ extendStatics = Object.setPrototypeOf ||
131
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
132
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
133
+ return extendStatics(d, b);
134
+ };
135
+ return function (d, b) {
136
+ if (typeof b !== "function" && b !== null)
137
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
138
+ extendStatics(d, b);
139
+ function __() { this.constructor = d; }
140
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
141
+ };
142
+ })();
143
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
144
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
145
+ return new (P || (P = Promise))(function (resolve, reject) {
146
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
147
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
148
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
149
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
150
+ });
151
+ };
152
+ var __generator = (this && this.__generator) || function (thisArg, body) {
153
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
154
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
155
+ function verb(n) { return function (v) { return step([n, v]); }; }
156
+ function step(op) {
157
+ if (f) throw new TypeError("Generator is already executing.");
158
+ while (_) try {
159
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
160
+ if (y = 0, t) op = [op[0] & 2, t.value];
161
+ switch (op[0]) {
162
+ case 0: case 1: t = op; break;
163
+ case 4: _.label++; return { value: op[1], done: false };
164
+ case 5: _.label++; y = op[1]; op = [0]; continue;
165
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
166
+ default:
167
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
168
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
169
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
170
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
171
+ if (t[2]) _.ops.pop();
172
+ _.trys.pop(); continue;
173
+ }
174
+ op = body.call(thisArg, _);
175
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
176
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
177
+ }
178
+ };
179
+ Object.defineProperty(exports, "__esModule", { value: true });
180
+ exports.CreativeWorkService = void 0;
181
+ var http_status_1 = require("http-status");
182
+ var service_1 = require("../service");
183
+ /**
184
+ * コンテンツサービス
185
+ */
186
+ var CreativeWorkService = /** @class */ (function (_super) {
187
+ __extends(CreativeWorkService, _super);
188
+ function CreativeWorkService() {
189
+ return _super !== null && _super.apply(this, arguments) || this;
190
+ }
191
+ /**
192
+ * コンテンツ冪等置換(コードに対してユニーク)
193
+ * 存在しなければ作成し、存在すれば置換
194
+ */
195
+ CreativeWorkService.prototype.upsertMoviesByIdentifier = function (params) {
196
+ return __awaiter(this, void 0, void 0, function () {
197
+ return __generator(this, function (_a) {
198
+ switch (_a.label) {
199
+ case 0: return [4 /*yield*/, this.fetch({
200
+ uri: '/creativeWorks/movie',
201
+ method: 'PUT',
202
+ body: params,
203
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
204
+ })];
205
+ case 1:
206
+ _a.sent();
207
+ return [2 /*return*/];
208
+ }
209
+ });
210
+ });
211
+ };
212
+ return CreativeWorkService;
213
+ }(service_1.Service));
214
+ exports.CreativeWorkService = CreativeWorkService;
215
+
216
+ },{"../service":89,"http-status":320}],5:[function(require,module,exports){
217
+ "use strict";
218
+ var __extends = (this && this.__extends) || (function () {
219
+ var extendStatics = function (d, b) {
220
+ extendStatics = Object.setPrototypeOf ||
221
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
222
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
223
+ return extendStatics(d, b);
224
+ };
225
+ return function (d, b) {
226
+ if (typeof b !== "function" && b !== null)
227
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
228
+ extendStatics(d, b);
229
+ function __() { this.constructor = d; }
230
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
231
+ };
232
+ })();
233
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
234
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
235
+ return new (P || (P = Promise))(function (resolve, reject) {
236
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
237
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
238
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
239
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
240
+ });
241
+ };
242
+ var __generator = (this && this.__generator) || function (thisArg, body) {
243
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
244
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
245
+ function verb(n) { return function (v) { return step([n, v]); }; }
246
+ function step(op) {
247
+ if (f) throw new TypeError("Generator is already executing.");
248
+ while (_) try {
249
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
250
+ if (y = 0, t) op = [op[0] & 2, t.value];
251
+ switch (op[0]) {
252
+ case 0: case 1: t = op; break;
253
+ case 4: _.label++; return { value: op[1], done: false };
254
+ case 5: _.label++; y = op[1]; op = [0]; continue;
255
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
256
+ default:
257
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
258
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
259
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
260
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
261
+ if (t[2]) _.ops.pop();
262
+ _.trys.pop(); continue;
263
+ }
264
+ op = body.call(thisArg, _);
265
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
266
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
267
+ }
268
+ };
269
+ Object.defineProperty(exports, "__esModule", { value: true });
270
+ exports.EventService = void 0;
271
+ var http_status_1 = require("http-status");
272
+ var factory = require("../factory");
273
+ var service_1 = require("../service");
274
+ /**
275
+ * イベントサービス
276
+ */
277
+ var EventService = /** @class */ (function (_super) {
278
+ __extends(EventService, _super);
279
+ function EventService() {
280
+ return _super !== null && _super.apply(this, arguments) || this;
281
+ }
282
+ /**
283
+ * 特定の追加特性をキーにして、なければ作成する(複数対応)
284
+ */
285
+ EventService.prototype.createManyIfNotExist = function (params) {
286
+ return __awaiter(this, void 0, void 0, function () {
287
+ return __generator(this, function (_a) {
288
+ switch (_a.label) {
289
+ case 0: return [4 /*yield*/, this.fetch({
290
+ uri: '/events/createManyIfNotExist',
291
+ method: 'POST',
292
+ body: params.attributes,
293
+ qs: { filter: params.filter },
294
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
295
+ })];
296
+ case 1:
297
+ _a.sent();
298
+ return [2 /*return*/];
299
+ }
300
+ });
301
+ });
302
+ };
303
+ /**
304
+ * イベントステータス更新
305
+ */
306
+ EventService.prototype.updateEventStatus = function (params) {
307
+ return __awaiter(this, void 0, void 0, function () {
308
+ return __generator(this, function (_a) {
309
+ switch (_a.label) {
310
+ case 0: return [4 /*yield*/, this.fetch({
311
+ uri: "/events/" + encodeURIComponent(String(params.id)) + "/eventStatus/" + String(params.eventStatus),
312
+ method: 'PUT',
313
+ body: params,
314
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
315
+ })];
316
+ case 1:
317
+ _a.sent();
318
+ return [2 /*return*/];
319
+ }
320
+ });
321
+ });
322
+ };
323
+ /**
324
+ * 施設コンテンツ冪等置換(施設+コンテンツ+バージョンに対してユニーク)
325
+ * 存在しなければ作成し、存在すれば置換
326
+ */
327
+ EventService.prototype.upsertScreeningEventSeriesByVersion = function (params) {
328
+ return __awaiter(this, void 0, void 0, function () {
329
+ return __generator(this, function (_a) {
330
+ switch (_a.label) {
331
+ case 0: return [4 /*yield*/, this.fetch({
332
+ uri: "/events/" + factory.eventType.ScreeningEventSeries,
333
+ method: 'PUT',
334
+ body: params,
335
+ qs: {},
336
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
337
+ })];
338
+ case 1:
339
+ _a.sent();
340
+ return [2 /*return*/];
341
+ }
342
+ });
343
+ });
344
+ };
345
+ return EventService;
346
+ }(service_1.Service));
347
+ exports.EventService = EventService;
348
+
349
+ },{"../factory":84,"../service":89,"http-status":320}],6:[function(require,module,exports){
22
350
  "use strict";
23
351
  var __assign = (this && this.__assign) || function () {
24
352
  __assign = Object.assign || function(t) {
@@ -114,6 +442,9 @@ var service;
114
442
  var Seller;
115
443
  (function (Seller) {
116
444
  })(Seller = service.Seller || (service.Seller = {}));
445
+ var Reservation;
446
+ (function (Reservation) {
447
+ })(Reservation = service.Reservation || (service.Reservation = {}));
117
448
  var Token;
118
449
  (function (Token) {
119
450
  })(Token = service.Token || (service.Token = {}));
@@ -315,6 +646,23 @@ var Chevre = /** @class */ (function () {
315
646
  });
316
647
  });
317
648
  };
649
+ Chevre.prototype.createReservationInstance = function (params) {
650
+ return __awaiter(this, void 0, void 0, function () {
651
+ var _a;
652
+ return __generator(this, function (_b) {
653
+ switch (_b.label) {
654
+ case 0:
655
+ if (!(service.Reservation.svc === undefined)) return [3 /*break*/, 2];
656
+ _a = service.Reservation;
657
+ return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevre/reservation'); })];
658
+ case 1:
659
+ _a.svc = (_b.sent()).ReservationService;
660
+ _b.label = 2;
661
+ case 2: return [2 /*return*/, new service.Reservation.svc(__assign(__assign({}, this.options), params))];
662
+ }
663
+ });
664
+ });
665
+ };
318
666
  Chevre.prototype.createSellerInstance = function (params) {
319
667
  return __awaiter(this, void 0, void 0, function () {
320
668
  var _a;
@@ -370,7 +718,7 @@ var Chevre = /** @class */ (function () {
370
718
  }());
371
719
  exports.Chevre = Chevre;
372
720
 
373
- },{"./chevre/categoryCode":63,"./chevre/creativeWork":64,"./chevre/emailMessage":65,"./chevre/event":66,"./chevre/order":67,"./chevre/permit":69,"./chevre/person":70,"./chevre/person/ownershipInfo":71,"./chevre/place":72,"./chevre/place/hasPOS":73,"./chevre/product":74,"./chevre/seller":76,"./chevre/token":77,"./chevre/trip":78}],4:[function(require,module,exports){
721
+ },{"./chevre/categoryCode":66,"./chevre/creativeWork":67,"./chevre/emailMessage":68,"./chevre/event":69,"./chevre/order":70,"./chevre/permit":72,"./chevre/person":73,"./chevre/person/ownershipInfo":74,"./chevre/place":75,"./chevre/place/hasPOS":76,"./chevre/product":77,"./chevre/reservation":78,"./chevre/seller":80,"./chevre/token":81,"./chevre/trip":82}],7:[function(require,module,exports){
374
722
  "use strict";
375
723
  var __assign = (this && this.__assign) || function () {
376
724
  __assign = Object.assign || function(t) {
@@ -1455,7 +1803,7 @@ var ChevreAdmin = /** @class */ (function () {
1455
1803
  }());
1456
1804
  exports.ChevreAdmin = ChevreAdmin;
1457
1805
 
1458
- },{"./chevreAdmin/account":5,"./chevreAdmin/accountTitle":6,"./chevreAdmin/accountTransaction":7,"./chevreAdmin/accountingReport":8,"./chevreAdmin/action":9,"./chevreAdmin/additionalProperty":10,"./chevreAdmin/aggregateOffer":11,"./chevreAdmin/aggregation":12,"./chevreAdmin/assetTransaction":13,"./chevreAdmin/assetTransaction/cancelReservation":14,"./chevreAdmin/assetTransaction/moneyTransfer":15,"./chevreAdmin/assetTransaction/pay":16,"./chevreAdmin/assetTransaction/refund":17,"./chevreAdmin/assetTransaction/registerService":18,"./chevreAdmin/assetTransaction/reserve":19,"./chevreAdmin/authorization":20,"./chevreAdmin/categoryCode":21,"./chevreAdmin/comment":22,"./chevreAdmin/creativeWork":23,"./chevreAdmin/customer":24,"./chevreAdmin/emailMessage":25,"./chevreAdmin/event":26,"./chevreAdmin/iam":27,"./chevreAdmin/me":28,"./chevreAdmin/merchantReturnPolicy":29,"./chevreAdmin/offer":30,"./chevreAdmin/offerCatalog":31,"./chevreAdmin/offerCatalogItem":32,"./chevreAdmin/offerItemCondition":33,"./chevreAdmin/order":34,"./chevreAdmin/ownershipInfo":35,"./chevreAdmin/permission":36,"./chevreAdmin/permit":37,"./chevreAdmin/person":38,"./chevreAdmin/person/ownershipInfo":39,"./chevreAdmin/place":40,"./chevreAdmin/place/hasPOS":41,"./chevreAdmin/priceSpecification":42,"./chevreAdmin/product":43,"./chevreAdmin/project":44,"./chevreAdmin/reservation":45,"./chevreAdmin/seller":46,"./chevreAdmin/task":47,"./chevreAdmin/token":48,"./chevreAdmin/transaction/moneyTransfer":50,"./chevreAdmin/transaction/placeOrder":51,"./chevreAdmin/transaction/returnOrder":52,"./chevreAdmin/transactionNumber":49,"./chevreAdmin/trip":53,"./chevreAdmin/userPool":54}],5:[function(require,module,exports){
1806
+ },{"./chevreAdmin/account":8,"./chevreAdmin/accountTitle":9,"./chevreAdmin/accountTransaction":10,"./chevreAdmin/accountingReport":11,"./chevreAdmin/action":12,"./chevreAdmin/additionalProperty":13,"./chevreAdmin/aggregateOffer":14,"./chevreAdmin/aggregation":15,"./chevreAdmin/assetTransaction":16,"./chevreAdmin/assetTransaction/cancelReservation":17,"./chevreAdmin/assetTransaction/moneyTransfer":18,"./chevreAdmin/assetTransaction/pay":19,"./chevreAdmin/assetTransaction/refund":20,"./chevreAdmin/assetTransaction/registerService":21,"./chevreAdmin/assetTransaction/reserve":22,"./chevreAdmin/authorization":23,"./chevreAdmin/categoryCode":24,"./chevreAdmin/comment":25,"./chevreAdmin/creativeWork":26,"./chevreAdmin/customer":27,"./chevreAdmin/emailMessage":28,"./chevreAdmin/event":29,"./chevreAdmin/iam":30,"./chevreAdmin/me":31,"./chevreAdmin/merchantReturnPolicy":32,"./chevreAdmin/offer":33,"./chevreAdmin/offerCatalog":34,"./chevreAdmin/offerCatalogItem":35,"./chevreAdmin/offerItemCondition":36,"./chevreAdmin/order":37,"./chevreAdmin/ownershipInfo":38,"./chevreAdmin/permission":39,"./chevreAdmin/permit":40,"./chevreAdmin/person":41,"./chevreAdmin/person/ownershipInfo":42,"./chevreAdmin/place":43,"./chevreAdmin/place/hasPOS":44,"./chevreAdmin/priceSpecification":45,"./chevreAdmin/product":46,"./chevreAdmin/project":47,"./chevreAdmin/reservation":48,"./chevreAdmin/seller":49,"./chevreAdmin/task":50,"./chevreAdmin/token":51,"./chevreAdmin/transaction/moneyTransfer":53,"./chevreAdmin/transaction/placeOrder":54,"./chevreAdmin/transaction/returnOrder":55,"./chevreAdmin/transactionNumber":52,"./chevreAdmin/trip":56,"./chevreAdmin/userPool":57}],8:[function(require,module,exports){
1459
1807
  "use strict";
1460
1808
  var __extends = (this && this.__extends) || (function () {
1461
1809
  var extendStatics = function (d, b) {
@@ -1592,7 +1940,7 @@ var AccountService = /** @class */ (function (_super) {
1592
1940
  }(service_1.Service));
1593
1941
  exports.AccountService = AccountService;
1594
1942
 
1595
- },{"../service":85,"http-status":316}],6:[function(require,module,exports){
1943
+ },{"../service":89,"http-status":320}],9:[function(require,module,exports){
1596
1944
  "use strict";
1597
1945
  var __extends = (this && this.__extends) || (function () {
1598
1946
  var extendStatics = function (d, b) {
@@ -1929,7 +2277,7 @@ var AccountTitleService = /** @class */ (function (_super) {
1929
2277
  }(service_1.Service));
1930
2278
  exports.AccountTitleService = AccountTitleService;
1931
2279
 
1932
- },{"../factory":80,"../service":85,"http-status":316}],7:[function(require,module,exports){
2280
+ },{"../factory":84,"../service":89,"http-status":320}],10:[function(require,module,exports){
1933
2281
  "use strict";
1934
2282
  var __extends = (this && this.__extends) || (function () {
1935
2283
  var extendStatics = function (d, b) {
@@ -2026,7 +2374,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
2026
2374
  }(service_1.Service));
2027
2375
  exports.AccountTransactionService = AccountTransactionService;
2028
2376
 
2029
- },{"../service":85,"http-status":316}],8:[function(require,module,exports){
2377
+ },{"../service":89,"http-status":320}],11:[function(require,module,exports){
2030
2378
  "use strict";
2031
2379
  var __extends = (this && this.__extends) || (function () {
2032
2380
  var extendStatics = function (d, b) {
@@ -2123,7 +2471,7 @@ var AccountingReportService = /** @class */ (function (_super) {
2123
2471
  }(service_1.Service));
2124
2472
  exports.AccountingReportService = AccountingReportService;
2125
2473
 
2126
- },{"../service":85,"http-status":316}],9:[function(require,module,exports){
2474
+ },{"../service":89,"http-status":320}],12:[function(require,module,exports){
2127
2475
  "use strict";
2128
2476
  var __extends = (this && this.__extends) || (function () {
2129
2477
  var extendStatics = function (d, b) {
@@ -2236,7 +2584,7 @@ var ActionService = /** @class */ (function (_super) {
2236
2584
  }(service_1.Service));
2237
2585
  exports.ActionService = ActionService;
2238
2586
 
2239
- },{"../service":85,"http-status":316}],10:[function(require,module,exports){
2587
+ },{"../service":89,"http-status":320}],13:[function(require,module,exports){
2240
2588
  "use strict";
2241
2589
  var __extends = (this && this.__extends) || (function () {
2242
2590
  var extendStatics = function (d, b) {
@@ -2400,7 +2748,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
2400
2748
  }(service_1.Service));
2401
2749
  exports.AdditionalPropertyService = AdditionalPropertyService;
2402
2750
 
2403
- },{"../service":85,"http-status":316}],11:[function(require,module,exports){
2751
+ },{"../service":89,"http-status":320}],14:[function(require,module,exports){
2404
2752
  "use strict";
2405
2753
  var __extends = (this && this.__extends) || (function () {
2406
2754
  var extendStatics = function (d, b) {
@@ -2516,7 +2864,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
2516
2864
  }(service_1.Service));
2517
2865
  exports.AggregateOfferService = AggregateOfferService;
2518
2866
 
2519
- },{"../service":85,"http-status":316}],12:[function(require,module,exports){
2867
+ },{"../service":89,"http-status":320}],15:[function(require,module,exports){
2520
2868
  "use strict";
2521
2869
  var __extends = (this && this.__extends) || (function () {
2522
2870
  var extendStatics = function (d, b) {
@@ -2621,7 +2969,7 @@ var AggregationService = /** @class */ (function (_super) {
2621
2969
  }(service_1.Service));
2622
2970
  exports.AggregationService = AggregationService;
2623
2971
 
2624
- },{"../service":85,"http-status":316}],13:[function(require,module,exports){
2972
+ },{"../service":89,"http-status":320}],16:[function(require,module,exports){
2625
2973
  "use strict";
2626
2974
  var __extends = (this && this.__extends) || (function () {
2627
2975
  var extendStatics = function (d, b) {
@@ -2718,7 +3066,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
2718
3066
  }(service_1.Service));
2719
3067
  exports.AssetTransactionService = AssetTransactionService;
2720
3068
 
2721
- },{"../service":85,"http-status":316}],14:[function(require,module,exports){
3069
+ },{"../service":89,"http-status":320}],17:[function(require,module,exports){
2722
3070
  "use strict";
2723
3071
  var __extends = (this && this.__extends) || (function () {
2724
3072
  var extendStatics = function (d, b) {
@@ -2880,7 +3228,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
2880
3228
  }(service_1.Service));
2881
3229
  exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
2882
3230
 
2883
- },{"../../service":85,"http-status":316}],15:[function(require,module,exports){
3231
+ },{"../../service":89,"http-status":320}],18:[function(require,module,exports){
2884
3232
  "use strict";
2885
3233
  var __extends = (this && this.__extends) || (function () {
2886
3234
  var extendStatics = function (d, b) {
@@ -3016,7 +3364,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
3016
3364
  }(service_1.Service));
3017
3365
  exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
3018
3366
 
3019
- },{"../../factory":80,"../../service":85,"http-status":316}],16:[function(require,module,exports){
3367
+ },{"../../factory":84,"../../service":89,"http-status":320}],19:[function(require,module,exports){
3020
3368
  "use strict";
3021
3369
  var __extends = (this && this.__extends) || (function () {
3022
3370
  var extendStatics = function (d, b) {
@@ -3241,7 +3589,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
3241
3589
  }(service_1.Service));
3242
3590
  exports.PayAssetTransactionService = PayAssetTransactionService;
3243
3591
 
3244
- },{"../../factory":80,"../../service":85,"http-status":316}],17:[function(require,module,exports){
3592
+ },{"../../factory":84,"../../service":89,"http-status":320}],20:[function(require,module,exports){
3245
3593
  "use strict";
3246
3594
  var __extends = (this && this.__extends) || (function () {
3247
3595
  var extendStatics = function (d, b) {
@@ -3388,7 +3736,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
3388
3736
  }(service_1.Service));
3389
3737
  exports.RefundAssetTransactionService = RefundAssetTransactionService;
3390
3738
 
3391
- },{"../../factory":80,"../../service":85,"http-status":316}],18:[function(require,module,exports){
3739
+ },{"../../factory":84,"../../service":89,"http-status":320}],21:[function(require,module,exports){
3392
3740
  "use strict";
3393
3741
  var __extends = (this && this.__extends) || (function () {
3394
3742
  var extendStatics = function (d, b) {
@@ -3535,7 +3883,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
3535
3883
  }(service_1.Service));
3536
3884
  exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
3537
3885
 
3538
- },{"../../factory":80,"../../service":85,"http-status":316}],19:[function(require,module,exports){
3886
+ },{"../../factory":84,"../../service":89,"http-status":320}],22:[function(require,module,exports){
3539
3887
  "use strict";
3540
3888
  var __extends = (this && this.__extends) || (function () {
3541
3889
  var extendStatics = function (d, b) {
@@ -3699,7 +4047,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
3699
4047
  }(service_1.Service));
3700
4048
  exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
3701
4049
 
3702
- },{"../../service":85,"http-status":316}],20:[function(require,module,exports){
4050
+ },{"../../service":89,"http-status":320}],23:[function(require,module,exports){
3703
4051
  "use strict";
3704
4052
  var __extends = (this && this.__extends) || (function () {
3705
4053
  var extendStatics = function (d, b) {
@@ -3815,7 +4163,7 @@ var AuthorizationService = /** @class */ (function (_super) {
3815
4163
  }(service_1.Service));
3816
4164
  exports.AuthorizationService = AuthorizationService;
3817
4165
 
3818
- },{"../service":85,"http-status":316}],21:[function(require,module,exports){
4166
+ },{"../service":89,"http-status":320}],24:[function(require,module,exports){
3819
4167
  "use strict";
3820
4168
  var __extends = (this && this.__extends) || (function () {
3821
4169
  var extendStatics = function (d, b) {
@@ -3979,7 +4327,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
3979
4327
  }(service_1.Service));
3980
4328
  exports.CategoryCodeService = CategoryCodeService;
3981
4329
 
3982
- },{"../service":85,"http-status":316}],22:[function(require,module,exports){
4330
+ },{"../service":89,"http-status":320}],25:[function(require,module,exports){
3983
4331
  "use strict";
3984
4332
  var __extends = (this && this.__extends) || (function () {
3985
4333
  var extendStatics = function (d, b) {
@@ -4095,7 +4443,7 @@ var CommentService = /** @class */ (function (_super) {
4095
4443
  }(service_1.Service));
4096
4444
  exports.CommentService = CommentService;
4097
4445
 
4098
- },{"../service":85,"http-status":316}],23:[function(require,module,exports){
4446
+ },{"../service":89,"http-status":320}],26:[function(require,module,exports){
4099
4447
  "use strict";
4100
4448
  var __extends = (this && this.__extends) || (function () {
4101
4449
  var extendStatics = function (d, b) {
@@ -4176,6 +4524,26 @@ var CreativeWorkService = /** @class */ (function (_super) {
4176
4524
  });
4177
4525
  });
4178
4526
  };
4527
+ /**
4528
+ * コンテンツ冪等置換
4529
+ */
4530
+ CreativeWorkService.prototype.upsertMoviesByIdentifier = function (params) {
4531
+ return __awaiter(this, void 0, void 0, function () {
4532
+ return __generator(this, function (_a) {
4533
+ switch (_a.label) {
4534
+ case 0: return [4 /*yield*/, this.fetch({
4535
+ uri: '/creativeWorks/movie',
4536
+ method: 'PUT',
4537
+ body: params,
4538
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
4539
+ })];
4540
+ case 1:
4541
+ _a.sent();
4542
+ return [2 /*return*/];
4543
+ }
4544
+ });
4545
+ });
4546
+ };
4179
4547
  CreativeWorkService.prototype.searchMovies = function (params) {
4180
4548
  return __awaiter(this, void 0, void 0, function () {
4181
4549
  var _this = this;
@@ -4253,7 +4621,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
4253
4621
  }(service_1.Service));
4254
4622
  exports.CreativeWorkService = CreativeWorkService;
4255
4623
 
4256
- },{"../service":85,"http-status":316}],24:[function(require,module,exports){
4624
+ },{"../service":89,"http-status":320}],27:[function(require,module,exports){
4257
4625
  "use strict";
4258
4626
  var __extends = (this && this.__extends) || (function () {
4259
4627
  var extendStatics = function (d, b) {
@@ -4440,7 +4808,7 @@ var CustomerService = /** @class */ (function (_super) {
4440
4808
  }(service_1.Service));
4441
4809
  exports.CustomerService = CustomerService;
4442
4810
 
4443
- },{"../service":85,"http-status":316}],25:[function(require,module,exports){
4811
+ },{"../service":89,"http-status":320}],28:[function(require,module,exports){
4444
4812
  "use strict";
4445
4813
  var __extends = (this && this.__extends) || (function () {
4446
4814
  var extendStatics = function (d, b) {
@@ -4614,7 +4982,7 @@ var EmailMessageService = /** @class */ (function (_super) {
4614
4982
  }(service_1.Service));
4615
4983
  exports.EmailMessageService = EmailMessageService;
4616
4984
 
4617
- },{"../service":85,"http-status":316}],26:[function(require,module,exports){
4985
+ },{"../service":89,"http-status":320}],29:[function(require,module,exports){
4618
4986
  "use strict";
4619
4987
  var __extends = (this && this.__extends) || (function () {
4620
4988
  var extendStatics = function (d, b) {
@@ -4670,6 +5038,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
4670
5038
  Object.defineProperty(exports, "__esModule", { value: true });
4671
5039
  exports.EventService = void 0;
4672
5040
  var http_status_1 = require("http-status");
5041
+ var factory = require("../factory");
4673
5042
  var service_1 = require("../service");
4674
5043
  /**
4675
5044
  * イベントサービス
@@ -4758,6 +5127,28 @@ var EventService = /** @class */ (function (_super) {
4758
5127
  });
4759
5128
  });
4760
5129
  };
5130
+ /**
5131
+ * 施設コンテンツ冪等置換(施設+コンテンツ+バージョンに対してユニーク)
5132
+ * 存在しなければ作成し、存在すれば置換
5133
+ */
5134
+ EventService.prototype.upsertScreeningEventSeriesByVersion = function (params) {
5135
+ return __awaiter(this, void 0, void 0, function () {
5136
+ return __generator(this, function (_a) {
5137
+ switch (_a.label) {
5138
+ case 0: return [4 /*yield*/, this.fetch({
5139
+ uri: "/events/" + factory.eventType.ScreeningEventSeries,
5140
+ method: 'PUT',
5141
+ body: params,
5142
+ qs: {},
5143
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
5144
+ })];
5145
+ case 1:
5146
+ _a.sent();
5147
+ return [2 /*return*/];
5148
+ }
5149
+ });
5150
+ });
5151
+ };
4761
5152
  EventService.prototype.aggregateScreeningEventMaxVersion = function (params) {
4762
5153
  return __awaiter(this, void 0, void 0, function () {
4763
5154
  var _this = this;
@@ -4884,7 +5275,7 @@ var EventService = /** @class */ (function (_super) {
4884
5275
  }(service_1.Service));
4885
5276
  exports.EventService = EventService;
4886
5277
 
4887
- },{"../service":85,"http-status":316}],27:[function(require,module,exports){
5278
+ },{"../factory":84,"../service":89,"http-status":320}],30:[function(require,module,exports){
4888
5279
  "use strict";
4889
5280
  var __extends = (this && this.__extends) || (function () {
4890
5281
  var extendStatics = function (d, b) {
@@ -5221,7 +5612,7 @@ var IAMService = /** @class */ (function (_super) {
5221
5612
  }(service_1.Service));
5222
5613
  exports.IAMService = IAMService;
5223
5614
 
5224
- },{"../service":85,"http-status":316}],28:[function(require,module,exports){
5615
+ },{"../service":89,"http-status":320}],31:[function(require,module,exports){
5225
5616
  "use strict";
5226
5617
  var __extends = (this && this.__extends) || (function () {
5227
5618
  var extendStatics = function (d, b) {
@@ -5347,7 +5738,7 @@ var MeService = /** @class */ (function (_super) {
5347
5738
  }(service_1.Service));
5348
5739
  exports.MeService = MeService;
5349
5740
 
5350
- },{"../service":85,"http-status":316}],29:[function(require,module,exports){
5741
+ },{"../service":89,"http-status":320}],32:[function(require,module,exports){
5351
5742
  "use strict";
5352
5743
  var __extends = (this && this.__extends) || (function () {
5353
5744
  var extendStatics = function (d, b) {
@@ -5505,7 +5896,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
5505
5896
  }(service_1.Service));
5506
5897
  exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
5507
5898
 
5508
- },{"../service":85,"http-status":316}],30:[function(require,module,exports){
5899
+ },{"../service":89,"http-status":320}],33:[function(require,module,exports){
5509
5900
  "use strict";
5510
5901
  var __extends = (this && this.__extends) || (function () {
5511
5902
  var extendStatics = function (d, b) {
@@ -5632,7 +6023,7 @@ var OfferService = /** @class */ (function (_super) {
5632
6023
  }(service_1.Service));
5633
6024
  exports.OfferService = OfferService;
5634
6025
 
5635
- },{"../service":85,"http-status":316}],31:[function(require,module,exports){
6026
+ },{"../service":89,"http-status":320}],34:[function(require,module,exports){
5636
6027
  "use strict";
5637
6028
  var __extends = (this && this.__extends) || (function () {
5638
6029
  var extendStatics = function (d, b) {
@@ -5861,7 +6252,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
5861
6252
  }(service_1.Service));
5862
6253
  exports.OfferCatalogService = OfferCatalogService;
5863
6254
 
5864
- },{"../service":85,"http-status":316}],32:[function(require,module,exports){
6255
+ },{"../service":89,"http-status":320}],35:[function(require,module,exports){
5865
6256
  "use strict";
5866
6257
  var __extends = (this && this.__extends) || (function () {
5867
6258
  var extendStatics = function (d, b) {
@@ -6044,7 +6435,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
6044
6435
  }(service_1.Service));
6045
6436
  exports.OfferCatalogItemService = OfferCatalogItemService;
6046
6437
 
6047
- },{"../service":85,"http-status":316}],33:[function(require,module,exports){
6438
+ },{"../service":89,"http-status":320}],36:[function(require,module,exports){
6048
6439
  "use strict";
6049
6440
  var __extends = (this && this.__extends) || (function () {
6050
6441
  var extendStatics = function (d, b) {
@@ -6202,7 +6593,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
6202
6593
  }(service_1.Service));
6203
6594
  exports.OfferItemConditionService = OfferItemConditionService;
6204
6595
 
6205
- },{"../service":85,"http-status":316}],34:[function(require,module,exports){
6596
+ },{"../service":89,"http-status":320}],37:[function(require,module,exports){
6206
6597
  "use strict";
6207
6598
  var __extends = (this && this.__extends) || (function () {
6208
6599
  var extendStatics = function (d, b) {
@@ -6491,7 +6882,7 @@ var OrderService = /** @class */ (function (_super) {
6491
6882
  }(service_1.Service));
6492
6883
  exports.OrderService = OrderService;
6493
6884
 
6494
- },{"../factory":80,"../service":85,"http-status":316}],35:[function(require,module,exports){
6885
+ },{"../factory":84,"../service":89,"http-status":320}],38:[function(require,module,exports){
6495
6886
  "use strict";
6496
6887
  var __extends = (this && this.__extends) || (function () {
6497
6888
  var extendStatics = function (d, b) {
@@ -6588,7 +6979,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
6588
6979
  }(service_1.Service));
6589
6980
  exports.OwnershipInfoService = OwnershipInfoService;
6590
6981
 
6591
- },{"../service":85,"http-status":316}],36:[function(require,module,exports){
6982
+ },{"../service":89,"http-status":320}],39:[function(require,module,exports){
6592
6983
  "use strict";
6593
6984
  var __extends = (this && this.__extends) || (function () {
6594
6985
  var extendStatics = function (d, b) {
@@ -6676,7 +7067,7 @@ var PermissionService = /** @class */ (function (_super) {
6676
7067
  }(service_1.Service));
6677
7068
  exports.PermissionService = PermissionService;
6678
7069
 
6679
- },{"../service":85,"http-status":316}],37:[function(require,module,exports){
7070
+ },{"../service":89,"http-status":320}],40:[function(require,module,exports){
6680
7071
  "use strict";
6681
7072
  var __extends = (this && this.__extends) || (function () {
6682
7073
  var extendStatics = function (d, b) {
@@ -6832,7 +7223,7 @@ var PermitService = /** @class */ (function (_super) {
6832
7223
  }(service_1.Service));
6833
7224
  exports.PermitService = PermitService;
6834
7225
 
6835
- },{"../service":85,"http-status":316}],38:[function(require,module,exports){
7226
+ },{"../service":89,"http-status":320}],41:[function(require,module,exports){
6836
7227
  "use strict";
6837
7228
  var __extends = (this && this.__extends) || (function () {
6838
7229
  var extendStatics = function (d, b) {
@@ -7068,7 +7459,7 @@ var PersonService = /** @class */ (function (_super) {
7068
7459
  }(service_1.Service));
7069
7460
  exports.PersonService = PersonService;
7070
7461
 
7071
- },{"../service":85,"http-status":316}],39:[function(require,module,exports){
7462
+ },{"../service":89,"http-status":320}],42:[function(require,module,exports){
7072
7463
  "use strict";
7073
7464
  var __extends = (this && this.__extends) || (function () {
7074
7465
  var extendStatics = function (d, b) {
@@ -7319,7 +7710,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
7319
7710
  }(service_1.Service));
7320
7711
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
7321
7712
 
7322
- },{"../../service":85,"http-status":316}],40:[function(require,module,exports){
7713
+ },{"../../service":89,"http-status":320}],43:[function(require,module,exports){
7323
7714
  "use strict";
7324
7715
  var __extends = (this && this.__extends) || (function () {
7325
7716
  var extendStatics = function (d, b) {
@@ -7822,7 +8213,7 @@ var PlaceService = /** @class */ (function (_super) {
7822
8213
  }(service_1.Service));
7823
8214
  exports.PlaceService = PlaceService;
7824
8215
 
7825
- },{"../factory":80,"../service":85,"http-status":316}],41:[function(require,module,exports){
8216
+ },{"../factory":84,"../service":89,"http-status":320}],44:[function(require,module,exports){
7826
8217
  "use strict";
7827
8218
  var __extends = (this && this.__extends) || (function () {
7828
8219
  var extendStatics = function (d, b) {
@@ -7958,7 +8349,7 @@ var HasPOSService = /** @class */ (function (_super) {
7958
8349
  }(service_1.Service));
7959
8350
  exports.HasPOSService = HasPOSService;
7960
8351
 
7961
- },{"../../factory":80,"../../service":85,"http-status":316}],42:[function(require,module,exports){
8352
+ },{"../../factory":84,"../../service":89,"http-status":320}],45:[function(require,module,exports){
7962
8353
  "use strict";
7963
8354
  var __extends = (this && this.__extends) || (function () {
7964
8355
  var extendStatics = function (d, b) {
@@ -8122,7 +8513,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
8122
8513
  }(service_1.Service));
8123
8514
  exports.PriceSpecificationService = PriceSpecificationService;
8124
8515
 
8125
- },{"../service":85,"http-status":316}],43:[function(require,module,exports){
8516
+ },{"../service":89,"http-status":320}],46:[function(require,module,exports){
8126
8517
  "use strict";
8127
8518
  var __extends = (this && this.__extends) || (function () {
8128
8519
  var extendStatics = function (d, b) {
@@ -8320,7 +8711,7 @@ var ProductService = /** @class */ (function (_super) {
8320
8711
  }(service_1.Service));
8321
8712
  exports.ProductService = ProductService;
8322
8713
 
8323
- },{"../service":85,"http-status":316}],44:[function(require,module,exports){
8714
+ },{"../service":89,"http-status":320}],47:[function(require,module,exports){
8324
8715
  "use strict";
8325
8716
  var __extends = (this && this.__extends) || (function () {
8326
8717
  var extendStatics = function (d, b) {
@@ -8491,7 +8882,7 @@ var ProjectService = /** @class */ (function (_super) {
8491
8882
  }(service_1.Service));
8492
8883
  exports.ProjectService = ProjectService;
8493
8884
 
8494
- },{"../service":85,"http-status":316}],45:[function(require,module,exports){
8885
+ },{"../service":89,"http-status":320}],48:[function(require,module,exports){
8495
8886
  "use strict";
8496
8887
  var __extends = (this && this.__extends) || (function () {
8497
8888
  var extendStatics = function (d, b) {
@@ -8664,7 +9055,7 @@ var ReservationService = /** @class */ (function (_super) {
8664
9055
  }(service_1.Service));
8665
9056
  exports.ReservationService = ReservationService;
8666
9057
 
8667
- },{"../service":85,"http-status":316}],46:[function(require,module,exports){
9058
+ },{"../service":89,"http-status":320}],49:[function(require,module,exports){
8668
9059
  "use strict";
8669
9060
  var __extends = (this && this.__extends) || (function () {
8670
9061
  var extendStatics = function (d, b) {
@@ -9182,7 +9573,7 @@ var SellerService = /** @class */ (function (_super) {
9182
9573
  }(service_1.Service));
9183
9574
  exports.SellerService = SellerService;
9184
9575
 
9185
- },{"../service":85,"http-status":316}],47:[function(require,module,exports){
9576
+ },{"../service":89,"http-status":320}],50:[function(require,module,exports){
9186
9577
  "use strict";
9187
9578
  var __extends = (this && this.__extends) || (function () {
9188
9579
  var extendStatics = function (d, b) {
@@ -9316,7 +9707,7 @@ var TaskService = /** @class */ (function (_super) {
9316
9707
  }(service_1.Service));
9317
9708
  exports.TaskService = TaskService;
9318
9709
 
9319
- },{"../service":85,"http-status":316}],48:[function(require,module,exports){
9710
+ },{"../service":89,"http-status":320}],51:[function(require,module,exports){
9320
9711
  "use strict";
9321
9712
  var __extends = (this && this.__extends) || (function () {
9322
9713
  var extendStatics = function (d, b) {
@@ -9404,7 +9795,7 @@ var TokenService = /** @class */ (function (_super) {
9404
9795
  }(service_1.Service));
9405
9796
  exports.TokenService = TokenService;
9406
9797
 
9407
- },{"../service":85,"http-status":316}],49:[function(require,module,exports){
9798
+ },{"../service":89,"http-status":320}],52:[function(require,module,exports){
9408
9799
  "use strict";
9409
9800
  var __extends = (this && this.__extends) || (function () {
9410
9801
  var extendStatics = function (d, b) {
@@ -9492,7 +9883,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
9492
9883
  }(service_1.Service));
9493
9884
  exports.TransactionNumberService = TransactionNumberService;
9494
9885
 
9495
- },{"../service":85,"http-status":316}],50:[function(require,module,exports){
9886
+ },{"../service":89,"http-status":320}],53:[function(require,module,exports){
9496
9887
  "use strict";
9497
9888
  var __extends = (this && this.__extends) || (function () {
9498
9889
  var extendStatics = function (d, b) {
@@ -9624,7 +10015,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
9624
10015
  }(service_1.Service));
9625
10016
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
9626
10017
 
9627
- },{"../../factory":80,"../../service":85,"http-status":316}],51:[function(require,module,exports){
10018
+ },{"../../factory":84,"../../service":89,"http-status":320}],54:[function(require,module,exports){
9628
10019
  "use strict";
9629
10020
  var __extends = (this && this.__extends) || (function () {
9630
10021
  var extendStatics = function (d, b) {
@@ -9756,7 +10147,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
9756
10147
  }(service_1.Service));
9757
10148
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
9758
10149
 
9759
- },{"../../factory":80,"../../service":85,"http-status":316}],52:[function(require,module,exports){
10150
+ },{"../../factory":84,"../../service":89,"http-status":320}],55:[function(require,module,exports){
9760
10151
  "use strict";
9761
10152
  var __extends = (this && this.__extends) || (function () {
9762
10153
  var extendStatics = function (d, b) {
@@ -9856,7 +10247,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
9856
10247
  }(service_1.Service));
9857
10248
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
9858
10249
 
9859
- },{"../../factory":80,"../../service":85,"http-status":316}],53:[function(require,module,exports){
10250
+ },{"../../factory":84,"../../service":89,"http-status":320}],56:[function(require,module,exports){
9860
10251
  "use strict";
9861
10252
  var __extends = (this && this.__extends) || (function () {
9862
10253
  var extendStatics = function (d, b) {
@@ -10029,7 +10420,7 @@ var TripService = /** @class */ (function (_super) {
10029
10420
  }(service_1.Service));
10030
10421
  exports.TripService = TripService;
10031
10422
 
10032
- },{"../service":85,"http-status":316}],54:[function(require,module,exports){
10423
+ },{"../service":89,"http-status":320}],57:[function(require,module,exports){
10033
10424
  "use strict";
10034
10425
  var __extends = (this && this.__extends) || (function () {
10035
10426
  var extendStatics = function (d, b) {
@@ -10162,7 +10553,7 @@ var UserPoolService = /** @class */ (function (_super) {
10162
10553
  }(service_1.Service));
10163
10554
  exports.UserPoolService = UserPoolService;
10164
10555
 
10165
- },{"../service":85,"http-status":316}],55:[function(require,module,exports){
10556
+ },{"../service":89,"http-status":320}],58:[function(require,module,exports){
10166
10557
  "use strict";
10167
10558
  var __assign = (this && this.__assign) || function () {
10168
10559
  __assign = Object.assign || function(t) {
@@ -10333,7 +10724,7 @@ var ChevreTxn = /** @class */ (function () {
10333
10724
  }());
10334
10725
  exports.ChevreTxn = ChevreTxn;
10335
10726
 
10336
- },{"./chevreTxn/offer":56,"./chevreTxn/payment":57,"./chevreTxn/transaction/moneyTransfer":59,"./chevreTxn/transaction/placeOrder":60,"./chevreTxn/transaction/returnOrder":62}],56:[function(require,module,exports){
10727
+ },{"./chevreTxn/offer":59,"./chevreTxn/payment":60,"./chevreTxn/transaction/moneyTransfer":62,"./chevreTxn/transaction/placeOrder":63,"./chevreTxn/transaction/returnOrder":65}],59:[function(require,module,exports){
10337
10728
  "use strict";
10338
10729
  var __extends = (this && this.__extends) || (function () {
10339
10730
  var extendStatics = function (d, b) {
@@ -10559,7 +10950,7 @@ var OfferService = /** @class */ (function (_super) {
10559
10950
  }(service_1.Service));
10560
10951
  exports.OfferService = OfferService;
10561
10952
 
10562
- },{"../factory":80,"../service":85,"http-status":316}],57:[function(require,module,exports){
10953
+ },{"../factory":84,"../service":89,"http-status":320}],60:[function(require,module,exports){
10563
10954
  "use strict";
10564
10955
  var __extends = (this && this.__extends) || (function () {
10565
10956
  var extendStatics = function (d, b) {
@@ -10800,11 +11191,11 @@ var PaymentService = /** @class */ (function (_super) {
10800
11191
  }(service_1.Service));
10801
11192
  exports.PaymentService = PaymentService;
10802
11193
 
10803
- },{"../factory":80,"../service":85,"http-status":316}],58:[function(require,module,exports){
11194
+ },{"../factory":84,"../service":89,"http-status":320}],61:[function(require,module,exports){
10804
11195
  "use strict";
10805
11196
  Object.defineProperty(exports, "__esModule", { value: true });
10806
11197
 
10807
- },{}],59:[function(require,module,exports){
11198
+ },{}],62:[function(require,module,exports){
10808
11199
  "use strict";
10809
11200
  var __extends = (this && this.__extends) || (function () {
10810
11201
  var extendStatics = function (d, b) {
@@ -10954,7 +11345,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
10954
11345
  }(service_1.Service));
10955
11346
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
10956
11347
 
10957
- },{"../../factory":80,"../../service":85,"http-status":316}],60:[function(require,module,exports){
11348
+ },{"../../factory":84,"../../service":89,"http-status":320}],63:[function(require,module,exports){
10958
11349
  "use strict";
10959
11350
  var __extends = (this && this.__extends) || (function () {
10960
11351
  var extendStatics = function (d, b) {
@@ -11157,9 +11548,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
11157
11548
  }(service_1.Service));
11158
11549
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
11159
11550
 
11160
- },{"../../factory":80,"../../service":85,"http-status":316}],61:[function(require,module,exports){
11161
- arguments[4][58][0].apply(exports,arguments)
11162
- },{"dup":58}],62:[function(require,module,exports){
11551
+ },{"../../factory":84,"../../service":89,"http-status":320}],64:[function(require,module,exports){
11552
+ arguments[4][61][0].apply(exports,arguments)
11553
+ },{"dup":61}],65:[function(require,module,exports){
11163
11554
  "use strict";
11164
11555
  var __extends = (this && this.__extends) || (function () {
11165
11556
  var extendStatics = function (d, b) {
@@ -11304,7 +11695,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
11304
11695
  }(service_1.Service));
11305
11696
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
11306
11697
 
11307
- },{"../../factory":80,"../../service":85,"http-status":316}],63:[function(require,module,exports){
11698
+ },{"../../factory":84,"../../service":89,"http-status":320}],66:[function(require,module,exports){
11308
11699
  "use strict";
11309
11700
  var __extends = (this && this.__extends) || (function () {
11310
11701
  var extendStatics = function (d, b) {
@@ -11401,7 +11792,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
11401
11792
  }(service_1.Service));
11402
11793
  exports.CategoryCodeService = CategoryCodeService;
11403
11794
 
11404
- },{"../service":85,"http-status":316}],64:[function(require,module,exports){
11795
+ },{"../service":89,"http-status":320}],67:[function(require,module,exports){
11405
11796
  "use strict";
11406
11797
  var __extends = (this && this.__extends) || (function () {
11407
11798
  var extendStatics = function (d, b) {
@@ -11495,7 +11886,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
11495
11886
  }(service_1.Service));
11496
11887
  exports.CreativeWorkService = CreativeWorkService;
11497
11888
 
11498
- },{"../service":85,"http-status":316}],65:[function(require,module,exports){
11889
+ },{"../service":89,"http-status":320}],68:[function(require,module,exports){
11499
11890
  "use strict";
11500
11891
  var __extends = (this && this.__extends) || (function () {
11501
11892
  var extendStatics = function (d, b) {
@@ -11592,7 +11983,7 @@ var EmailMessageService = /** @class */ (function (_super) {
11592
11983
  }(service_1.Service));
11593
11984
  exports.EmailMessageService = EmailMessageService;
11594
11985
 
11595
- },{"../service":85,"http-status":316}],66:[function(require,module,exports){
11986
+ },{"../service":89,"http-status":320}],69:[function(require,module,exports){
11596
11987
  "use strict";
11597
11988
  var __extends = (this && this.__extends) || (function () {
11598
11989
  var extendStatics = function (d, b) {
@@ -11851,7 +12242,7 @@ var EventService = /** @class */ (function (_super) {
11851
12242
  }(service_1.Service));
11852
12243
  exports.EventService = EventService;
11853
12244
 
11854
- },{"../service":85,"http-status":316}],67:[function(require,module,exports){
12245
+ },{"../service":89,"http-status":320}],70:[function(require,module,exports){
11855
12246
  "use strict";
11856
12247
  var __extends = (this && this.__extends) || (function () {
11857
12248
  var extendStatics = function (d, b) {
@@ -11931,11 +12322,7 @@ var OrderService = /** @class */ (function (_super) {
11931
12322
  /**
11932
12323
  * なければ作成する
11933
12324
  */
11934
- OrderService.prototype.createIfNotExist = function (params
11935
- // options: {
11936
- // byTransaction?: '1';
11937
- // }
11938
- ) {
12325
+ OrderService.prototype.createIfNotExist = function (params) {
11939
12326
  return __awaiter(this, void 0, void 0, function () {
11940
12327
  return __generator(this, function (_a) {
11941
12328
  switch (_a.label) {
@@ -11943,7 +12330,6 @@ var OrderService = /** @class */ (function (_super) {
11943
12330
  uri: "/orders/" + params.orderNumber,
11944
12331
  method: 'PUT',
11945
12332
  body: params,
11946
- // qs: options,
11947
12333
  expectedStatusCodes: [http_status_1.NO_CONTENT]
11948
12334
  })];
11949
12335
  case 1:
@@ -12053,7 +12439,7 @@ var OrderService = /** @class */ (function (_super) {
12053
12439
  });
12054
12440
  };
12055
12441
  /**
12056
- * 確認番号で注文オファー検索検索
12442
+ * 確認番号で注文オファー検索
12057
12443
  */
12058
12444
  OrderService.prototype.searchAcceptedOffersByConfirmationNumber = function (params) {
12059
12445
  return __awaiter(this, void 0, void 0, function () {
@@ -12097,9 +12483,9 @@ var OrderService = /** @class */ (function (_super) {
12097
12483
  }(service_1.Service));
12098
12484
  exports.OrderService = OrderService;
12099
12485
 
12100
- },{"../factory":80,"../service":85,"http-status":316}],68:[function(require,module,exports){
12101
- arguments[4][58][0].apply(exports,arguments)
12102
- },{"dup":58}],69:[function(require,module,exports){
12486
+ },{"../factory":84,"../service":89,"http-status":320}],71:[function(require,module,exports){
12487
+ arguments[4][61][0].apply(exports,arguments)
12488
+ },{"dup":61}],72:[function(require,module,exports){
12103
12489
  "use strict";
12104
12490
  var __extends = (this && this.__extends) || (function () {
12105
12491
  var extendStatics = function (d, b) {
@@ -12227,7 +12613,7 @@ var PermitService = /** @class */ (function (_super) {
12227
12613
  }(service_1.Service));
12228
12614
  exports.PermitService = PermitService;
12229
12615
 
12230
- },{"../service":85,"http-status":316}],70:[function(require,module,exports){
12616
+ },{"../service":89,"http-status":320}],73:[function(require,module,exports){
12231
12617
  "use strict";
12232
12618
  var __extends = (this && this.__extends) || (function () {
12233
12619
  var extendStatics = function (d, b) {
@@ -12416,9 +12802,9 @@ var PersonService = /** @class */ (function (_super) {
12416
12802
  }(service_1.Service));
12417
12803
  exports.PersonService = PersonService;
12418
12804
 
12419
- },{"../service":85,"http-status":316}],71:[function(require,module,exports){
12420
- arguments[4][39][0].apply(exports,arguments)
12421
- },{"../../service":85,"dup":39,"http-status":316}],72:[function(require,module,exports){
12805
+ },{"../service":89,"http-status":320}],74:[function(require,module,exports){
12806
+ arguments[4][42][0].apply(exports,arguments)
12807
+ },{"../../service":89,"dup":42,"http-status":320}],75:[function(require,module,exports){
12422
12808
  "use strict";
12423
12809
  var __extends = (this && this.__extends) || (function () {
12424
12810
  var extendStatics = function (d, b) {
@@ -12628,7 +13014,7 @@ var PlaceService = /** @class */ (function (_super) {
12628
13014
  }(service_1.Service));
12629
13015
  exports.PlaceService = PlaceService;
12630
13016
 
12631
- },{"../factory":80,"../service":85,"http-status":316}],73:[function(require,module,exports){
13017
+ },{"../factory":84,"../service":89,"http-status":320}],76:[function(require,module,exports){
12632
13018
  "use strict";
12633
13019
  var __extends = (this && this.__extends) || (function () {
12634
13020
  var extendStatics = function (d, b) {
@@ -12714,7 +13100,7 @@ var HasPOSService = /** @class */ (function (_super) {
12714
13100
  }(service_1.Service));
12715
13101
  exports.HasPOSService = HasPOSService;
12716
13102
 
12717
- },{"../../factory":80,"../../service":85,"http-status":316}],74:[function(require,module,exports){
13103
+ },{"../../factory":84,"../../service":89,"http-status":320}],77:[function(require,module,exports){
12718
13104
  "use strict";
12719
13105
  var __extends = (this && this.__extends) || (function () {
12720
13106
  var extendStatics = function (d, b) {
@@ -12779,58 +13165,147 @@ var __rest = (this && this.__rest) || function (s, e) {
12779
13165
  return t;
12780
13166
  };
12781
13167
  Object.defineProperty(exports, "__esModule", { value: true });
12782
- exports.ProductService = void 0;
13168
+ exports.ProductService = void 0;
13169
+ var http_status_1 = require("http-status");
13170
+ var service_1 = require("../service");
13171
+ /**
13172
+ * プロダクトサービス
13173
+ */
13174
+ var ProductService = /** @class */ (function (_super) {
13175
+ __extends(ProductService, _super);
13176
+ function ProductService() {
13177
+ return _super !== null && _super.apply(this, arguments) || this;
13178
+ }
13179
+ /**
13180
+ * 検索
13181
+ */
13182
+ ProductService.prototype.search = function (params) {
13183
+ return __awaiter(this, void 0, void 0, function () {
13184
+ var _this = this;
13185
+ return __generator(this, function (_a) {
13186
+ return [2 /*return*/, this.fetch({
13187
+ uri: '/products',
13188
+ method: 'GET',
13189
+ qs: params,
13190
+ expectedStatusCodes: [http_status_1.OK]
13191
+ })
13192
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
13193
+ var _a;
13194
+ return __generator(this, function (_b) {
13195
+ switch (_b.label) {
13196
+ case 0:
13197
+ _a = {};
13198
+ return [4 /*yield*/, response.json()];
13199
+ case 1: return [2 /*return*/, (_a.data = _b.sent(),
13200
+ _a)];
13201
+ }
13202
+ });
13203
+ }); })];
13204
+ });
13205
+ });
13206
+ };
13207
+ /**
13208
+ * オファー検索
13209
+ */
13210
+ ProductService.prototype.searchOffers = function (params) {
13211
+ return __awaiter(this, void 0, void 0, function () {
13212
+ var id, query;
13213
+ var _this = this;
13214
+ return __generator(this, function (_a) {
13215
+ id = params.id, query = __rest(params, ["id"]);
13216
+ return [2 /*return*/, this.fetch({
13217
+ uri: "/products/" + encodeURIComponent(String(id)) + "/offers",
13218
+ method: 'GET',
13219
+ qs: query,
13220
+ expectedStatusCodes: [http_status_1.OK]
13221
+ })
13222
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
13223
+ return [2 /*return*/, response.json()];
13224
+ }); }); })];
13225
+ });
13226
+ });
13227
+ };
13228
+ return ProductService;
13229
+ }(service_1.Service));
13230
+ exports.ProductService = ProductService;
13231
+
13232
+ },{"../service":89,"http-status":320}],78:[function(require,module,exports){
13233
+ "use strict";
13234
+ var __extends = (this && this.__extends) || (function () {
13235
+ var extendStatics = function (d, b) {
13236
+ extendStatics = Object.setPrototypeOf ||
13237
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
13238
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
13239
+ return extendStatics(d, b);
13240
+ };
13241
+ return function (d, b) {
13242
+ if (typeof b !== "function" && b !== null)
13243
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
13244
+ extendStatics(d, b);
13245
+ function __() { this.constructor = d; }
13246
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
13247
+ };
13248
+ })();
13249
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13250
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
13251
+ return new (P || (P = Promise))(function (resolve, reject) {
13252
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
13253
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
13254
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
13255
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
13256
+ });
13257
+ };
13258
+ var __generator = (this && this.__generator) || function (thisArg, body) {
13259
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13260
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13261
+ function verb(n) { return function (v) { return step([n, v]); }; }
13262
+ function step(op) {
13263
+ if (f) throw new TypeError("Generator is already executing.");
13264
+ while (_) try {
13265
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
13266
+ if (y = 0, t) op = [op[0] & 2, t.value];
13267
+ switch (op[0]) {
13268
+ case 0: case 1: t = op; break;
13269
+ case 4: _.label++; return { value: op[1], done: false };
13270
+ case 5: _.label++; y = op[1]; op = [0]; continue;
13271
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
13272
+ default:
13273
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
13274
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
13275
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
13276
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
13277
+ if (t[2]) _.ops.pop();
13278
+ _.trys.pop(); continue;
13279
+ }
13280
+ op = body.call(thisArg, _);
13281
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
13282
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
13283
+ }
13284
+ };
13285
+ Object.defineProperty(exports, "__esModule", { value: true });
13286
+ exports.ReservationService = void 0;
12783
13287
  var http_status_1 = require("http-status");
12784
13288
  var service_1 = require("../service");
12785
13289
  /**
12786
- * プロダクトサービス
13290
+ * 予約サービス
12787
13291
  */
12788
- var ProductService = /** @class */ (function (_super) {
12789
- __extends(ProductService, _super);
12790
- function ProductService() {
13292
+ var ReservationService = /** @class */ (function (_super) {
13293
+ __extends(ReservationService, _super);
13294
+ function ReservationService() {
12791
13295
  return _super !== null && _super.apply(this, arguments) || this;
12792
13296
  }
12793
13297
  /**
12794
- * 検索
12795
- */
12796
- ProductService.prototype.search = function (params) {
12797
- return __awaiter(this, void 0, void 0, function () {
12798
- var _this = this;
12799
- return __generator(this, function (_a) {
12800
- return [2 /*return*/, this.fetch({
12801
- uri: '/products',
12802
- method: 'GET',
12803
- qs: params,
12804
- expectedStatusCodes: [http_status_1.OK]
12805
- })
12806
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
12807
- var _a;
12808
- return __generator(this, function (_b) {
12809
- switch (_b.label) {
12810
- case 0:
12811
- _a = {};
12812
- return [4 /*yield*/, response.json()];
12813
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
12814
- _a)];
12815
- }
12816
- });
12817
- }); })];
12818
- });
12819
- });
12820
- };
12821
- /**
12822
- * オファー検索
13298
+ * 注文に含まれる予約照会
12823
13299
  */
12824
- ProductService.prototype.searchOffers = function (params) {
13300
+ ReservationService.prototype.searchByOrder = function (params, qs) {
12825
13301
  return __awaiter(this, void 0, void 0, function () {
12826
- var id, query;
12827
13302
  var _this = this;
12828
13303
  return __generator(this, function (_a) {
12829
- id = params.id, query = __rest(params, ["id"]);
12830
13304
  return [2 /*return*/, this.fetch({
12831
- uri: "/products/" + encodeURIComponent(String(id)) + "/offers",
12832
- method: 'GET',
12833
- qs: query,
13305
+ uri: '/reservations/searchByOrder',
13306
+ method: 'POST',
13307
+ body: params,
13308
+ qs: qs,
12834
13309
  expectedStatusCodes: [http_status_1.OK]
12835
13310
  })
12836
13311
  .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
@@ -12839,13 +13314,13 @@ var ProductService = /** @class */ (function (_super) {
12839
13314
  });
12840
13315
  });
12841
13316
  };
12842
- return ProductService;
13317
+ return ReservationService;
12843
13318
  }(service_1.Service));
12844
- exports.ProductService = ProductService;
13319
+ exports.ReservationService = ReservationService;
12845
13320
 
12846
- },{"../service":85,"http-status":316}],75:[function(require,module,exports){
12847
- arguments[4][58][0].apply(exports,arguments)
12848
- },{"dup":58}],76:[function(require,module,exports){
13321
+ },{"../service":89,"http-status":320}],79:[function(require,module,exports){
13322
+ arguments[4][61][0].apply(exports,arguments)
13323
+ },{"dup":61}],80:[function(require,module,exports){
12849
13324
  "use strict";
12850
13325
  var __extends = (this && this.__extends) || (function () {
12851
13326
  var extendStatics = function (d, b) {
@@ -13017,9 +13492,9 @@ var SellerService = /** @class */ (function (_super) {
13017
13492
  }(service_1.Service));
13018
13493
  exports.SellerService = SellerService;
13019
13494
 
13020
- },{"../service":85,"http-status":316}],77:[function(require,module,exports){
13021
- arguments[4][48][0].apply(exports,arguments)
13022
- },{"../service":85,"dup":48,"http-status":316}],78:[function(require,module,exports){
13495
+ },{"../service":89,"http-status":320}],81:[function(require,module,exports){
13496
+ arguments[4][51][0].apply(exports,arguments)
13497
+ },{"../service":89,"dup":51,"http-status":320}],82:[function(require,module,exports){
13023
13498
  "use strict";
13024
13499
  var __extends = (this && this.__extends) || (function () {
13025
13500
  var extendStatics = function (d, b) {
@@ -13116,7 +13591,7 @@ var TripService = /** @class */ (function (_super) {
13116
13591
  }(service_1.Service));
13117
13592
  exports.TripService = TripService;
13118
13593
 
13119
- },{"../service":85,"http-status":316}],79:[function(require,module,exports){
13594
+ },{"../service":89,"http-status":320}],83:[function(require,module,exports){
13120
13595
  "use strict";
13121
13596
  var __extends = (this && this.__extends) || (function () {
13122
13597
  var extendStatics = function (d, b) {
@@ -13476,7 +13951,7 @@ var service;
13476
13951
  service.txn = transaction;
13477
13952
  })(service = exports.service || (exports.service = {}));
13478
13953
 
13479
- },{"./chevre/order/factory":68,"./chevreTxn/payment/factory":58,"./chevreTxn/transaction/placeOrder/factory":61,"./service":85,"./service/categoryCode":86,"./service/creativeWork":87,"./service/customer":88,"./service/delivery":89,"./service/emailMessage":90,"./service/event":91,"./service/offer":92,"./service/order":93,"./service/payment":94,"./service/permit":95,"./service/person":96,"./service/person/ownershipInfo":97,"./service/place":98,"./service/place/hasPOS":99,"./service/product":100,"./service/project":101,"./service/reservation":102,"./service/reservation/factory":103,"./service/seller":104,"./service/token":105,"./service/transaction/moneyTransfer":106,"./service/transaction/placeOrder":107,"./service/transaction/placeOrder4sskts":108,"./service/transaction/returnOrder":109}],80:[function(require,module,exports){
13954
+ },{"./chevre/order/factory":71,"./chevreTxn/payment/factory":61,"./chevreTxn/transaction/placeOrder/factory":64,"./service":89,"./service/categoryCode":90,"./service/creativeWork":91,"./service/customer":92,"./service/delivery":93,"./service/emailMessage":94,"./service/event":95,"./service/offer":96,"./service/order":97,"./service/payment":98,"./service/permit":99,"./service/person":100,"./service/person/ownershipInfo":101,"./service/place":102,"./service/place/hasPOS":103,"./service/product":104,"./service/project":105,"./service/reservation":106,"./service/reservation/factory":107,"./service/seller":108,"./service/token":109,"./service/transaction/moneyTransfer":110,"./service/transaction/placeOrder":111,"./service/transaction/placeOrder4sskts":112,"./service/transaction/returnOrder":113}],84:[function(require,module,exports){
13480
13955
  "use strict";
13481
13956
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13482
13957
  if (k2 === undefined) k2 = k;
@@ -13494,7 +13969,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
13494
13969
  */
13495
13970
  __exportStar(require("@chevre/factory"), exports);
13496
13971
 
13497
- },{"@chevre/factory":201}],81:[function(require,module,exports){
13972
+ },{"@chevre/factory":205}],85:[function(require,module,exports){
13498
13973
  "use strict";
13499
13974
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13500
13975
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -13538,7 +14013,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
13538
14013
  return to;
13539
14014
  };
13540
14015
  Object.defineProperty(exports, "__esModule", { value: true });
13541
- exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadService = exports.loadPecorino = exports.loadChevreTxn = exports.loadChevreAdmin = exports.loadChevre = void 0;
14016
+ exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadService = exports.loadAdmin = exports.loadPecorino = exports.loadChevreTxn = exports.loadChevreAdmin = exports.loadChevre = void 0;
13542
14017
  var factory = require("./factory");
13543
14018
  exports.factory = factory;
13544
14019
  var transporters = require("./transporters");
@@ -13631,6 +14106,29 @@ function loadPecorino() {
13631
14106
  });
13632
14107
  }
13633
14108
  exports.loadPecorino = loadPecorino;
14109
+ var admin;
14110
+ // tslint:disable-next-line:no-single-line-block-comment
14111
+ /* istanbul ignore next */
14112
+ function loadAdmin() {
14113
+ var params = [];
14114
+ for (var _i = 0; _i < arguments.length; _i++) {
14115
+ params[_i] = arguments[_i];
14116
+ }
14117
+ return __awaiter(this, void 0, void 0, function () {
14118
+ return __generator(this, function (_a) {
14119
+ switch (_a.label) {
14120
+ case 0:
14121
+ if (!(admin === undefined)) return [3 /*break*/, 2];
14122
+ return [4 /*yield*/, Promise.resolve().then(function () { return require('./admin'); })];
14123
+ case 1:
14124
+ admin = (_a.sent()).Admin;
14125
+ _a.label = 2;
14126
+ case 2: return [2 /*return*/, new (admin.bind.apply(admin, __spreadArray([void 0], params)))()];
14127
+ }
14128
+ });
14129
+ });
14130
+ }
14131
+ exports.loadAdmin = loadAdmin;
13634
14132
  var service;
13635
14133
  // tslint:disable-next-line:no-single-line-block-comment
13636
14134
  /* istanbul ignore next */
@@ -13685,7 +14183,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
13685
14183
  // export class StubAuth extends StubAuthClient { }
13686
14184
  // }
13687
14185
 
13688
- },{"./chevre":3,"./chevreAdmin":4,"./chevreTxn":55,"./default":79,"./factory":80,"./pecorino":82,"./transporters":110,"./waiterAdmin":111}],82:[function(require,module,exports){
14186
+ },{"./admin":3,"./chevre":6,"./chevreAdmin":7,"./chevreTxn":58,"./default":83,"./factory":84,"./pecorino":86,"./transporters":114,"./waiterAdmin":115}],86:[function(require,module,exports){
13689
14187
  "use strict";
13690
14188
  var __extends = (this && this.__extends) || (function () {
13691
14189
  var extendStatics = function (d, b) {
@@ -13738,7 +14236,7 @@ var service;
13738
14236
  service.AccountTransaction = AccountTransaction;
13739
14237
  })(service = exports.service || (exports.service = {}));
13740
14238
 
13741
- },{"./factory":80,"./pecorino/accountTransaction":83,"./pecorino/permit":84}],83:[function(require,module,exports){
14239
+ },{"./factory":84,"./pecorino/accountTransaction":87,"./pecorino/permit":88}],87:[function(require,module,exports){
13742
14240
  "use strict";
13743
14241
  var __extends = (this && this.__extends) || (function () {
13744
14242
  var extendStatics = function (d, b) {
@@ -13909,7 +14407,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
13909
14407
  }(service_1.Service));
13910
14408
  exports.AccountTransactionService = AccountTransactionService;
13911
14409
 
13912
- },{"../service":85,"http-status":316}],84:[function(require,module,exports){
14410
+ },{"../service":89,"http-status":320}],88:[function(require,module,exports){
13913
14411
  "use strict";
13914
14412
  var __extends = (this && this.__extends) || (function () {
13915
14413
  var extendStatics = function (d, b) {
@@ -14029,7 +14527,7 @@ var PermitService = /** @class */ (function (_super) {
14029
14527
  }(service_1.Service));
14030
14528
  exports.PermitService = PermitService;
14031
14529
 
14032
- },{"../service":85,"http-status":316}],85:[function(require,module,exports){
14530
+ },{"../service":89,"http-status":320}],89:[function(require,module,exports){
14033
14531
  "use strict";
14034
14532
  var __assign = (this && this.__assign) || function () {
14035
14533
  __assign = Object.assign || function(t) {
@@ -14142,9 +14640,9 @@ var Service = /** @class */ (function () {
14142
14640
  }());
14143
14641
  exports.Service = Service;
14144
14642
 
14145
- },{"./transporters":110,"qs":323}],86:[function(require,module,exports){
14146
- arguments[4][63][0].apply(exports,arguments)
14147
- },{"../service":85,"dup":63,"http-status":316}],87:[function(require,module,exports){
14643
+ },{"./transporters":114,"qs":327}],90:[function(require,module,exports){
14644
+ arguments[4][66][0].apply(exports,arguments)
14645
+ },{"../service":89,"dup":66,"http-status":320}],91:[function(require,module,exports){
14148
14646
  "use strict";
14149
14647
  var __extends = (this && this.__extends) || (function () {
14150
14648
  var extendStatics = function (d, b) {
@@ -14241,7 +14739,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
14241
14739
  }(service_1.Service));
14242
14740
  exports.CreativeWorkService = CreativeWorkService;
14243
14741
 
14244
- },{"../service":85,"http-status":316}],88:[function(require,module,exports){
14742
+ },{"../service":89,"http-status":320}],92:[function(require,module,exports){
14245
14743
  "use strict";
14246
14744
  var __extends = (this && this.__extends) || (function () {
14247
14745
  var extendStatics = function (d, b) {
@@ -14356,7 +14854,7 @@ var CustomerService = /** @class */ (function (_super) {
14356
14854
  }(service_1.Service));
14357
14855
  exports.CustomerService = CustomerService;
14358
14856
 
14359
- },{"../service":85,"http-status":316}],89:[function(require,module,exports){
14857
+ },{"../service":89,"http-status":320}],93:[function(require,module,exports){
14360
14858
  "use strict";
14361
14859
  var __extends = (this && this.__extends) || (function () {
14362
14860
  var extendStatics = function (d, b) {
@@ -14448,9 +14946,9 @@ var DeliveryService = /** @class */ (function (_super) {
14448
14946
  }(service_1.Service));
14449
14947
  exports.DeliveryService = DeliveryService;
14450
14948
 
14451
- },{"../service":85,"http-status":316}],90:[function(require,module,exports){
14452
- arguments[4][65][0].apply(exports,arguments)
14453
- },{"../service":85,"dup":65,"http-status":316}],91:[function(require,module,exports){
14949
+ },{"../service":89,"http-status":320}],94:[function(require,module,exports){
14950
+ arguments[4][68][0].apply(exports,arguments)
14951
+ },{"../service":89,"dup":68,"http-status":320}],95:[function(require,module,exports){
14454
14952
  "use strict";
14455
14953
  var __extends = (this && this.__extends) || (function () {
14456
14954
  var extendStatics = function (d, b) {
@@ -14526,27 +15024,6 @@ var EventService = /** @class */ (function (_super) {
14526
15024
  function EventService() {
14527
15025
  return _super !== null && _super.apply(this, arguments) || this;
14528
15026
  }
14529
- /**
14530
- * 特定の追加特性をキーにして、なければ作成する(複数対応)
14531
- */
14532
- EventService.prototype.createManyIfNotExist = function (params) {
14533
- return __awaiter(this, void 0, void 0, function () {
14534
- return __generator(this, function (_a) {
14535
- switch (_a.label) {
14536
- case 0: return [4 /*yield*/, this.fetch({
14537
- uri: '/events/createManyIfNotExist',
14538
- method: 'POST',
14539
- body: params.attributes,
14540
- qs: { filter: params.filter },
14541
- expectedStatusCodes: [http_status_1.NO_CONTENT]
14542
- })];
14543
- case 1:
14544
- _a.sent();
14545
- return [2 /*return*/];
14546
- }
14547
- });
14548
- });
14549
- };
14550
15027
  /**
14551
15028
  * イベント検索
14552
15029
  */
@@ -14612,26 +15089,6 @@ var EventService = /** @class */ (function (_super) {
14612
15089
  });
14613
15090
  });
14614
15091
  };
14615
- /**
14616
- * イベントステータス更新
14617
- */
14618
- EventService.prototype.updateEventStatus = function (params) {
14619
- return __awaiter(this, void 0, void 0, function () {
14620
- return __generator(this, function (_a) {
14621
- switch (_a.label) {
14622
- case 0: return [4 /*yield*/, this.fetch({
14623
- uri: "/events/" + encodeURIComponent(String(params.id)) + "/eventStatus/" + String(params.eventStatus),
14624
- method: 'PUT',
14625
- body: params,
14626
- expectedStatusCodes: [http_status_1.NO_CONTENT]
14627
- })];
14628
- case 1:
14629
- _a.sent();
14630
- return [2 /*return*/];
14631
- }
14632
- });
14633
- });
14634
- };
14635
15092
  /**
14636
15093
  * イベントに対する座席検索
14637
15094
  */
@@ -14771,7 +15228,7 @@ var EventService = /** @class */ (function (_super) {
14771
15228
  }(service_1.Service));
14772
15229
  exports.EventService = EventService;
14773
15230
 
14774
- },{"../service":85,"http-status":316}],92:[function(require,module,exports){
15231
+ },{"../service":89,"http-status":320}],96:[function(require,module,exports){
14775
15232
  "use strict";
14776
15233
  var __extends = (this && this.__extends) || (function () {
14777
15234
  var extendStatics = function (d, b) {
@@ -14928,7 +15385,7 @@ var OfferService = /** @class */ (function (_super) {
14928
15385
  }(service_1.Service));
14929
15386
  exports.OfferService = OfferService;
14930
15387
 
14931
- },{"../factory":80,"../service":85,"http-status":316}],93:[function(require,module,exports){
15388
+ },{"../factory":84,"../service":89,"http-status":320}],97:[function(require,module,exports){
14932
15389
  "use strict";
14933
15390
  var __extends = (this && this.__extends) || (function () {
14934
15391
  var extendStatics = function (d, b) {
@@ -15196,7 +15653,7 @@ var OrderService = /** @class */ (function (_super) {
15196
15653
  });
15197
15654
  };
15198
15655
  /**
15199
- * 確認番号で注文オファー検索検索
15656
+ * 確認番号で注文オファー検索
15200
15657
  */
15201
15658
  OrderService.prototype.searchAcceptedOffersByConfirmationNumber = function (params) {
15202
15659
  return __awaiter(this, void 0, void 0, function () {
@@ -15238,7 +15695,7 @@ var OrderService = /** @class */ (function (_super) {
15238
15695
  }(service_1.Service));
15239
15696
  exports.OrderService = OrderService;
15240
15697
 
15241
- },{"../service":85,"http-status":316}],94:[function(require,module,exports){
15698
+ },{"../service":89,"http-status":320}],98:[function(require,module,exports){
15242
15699
  "use strict";
15243
15700
  var __extends = (this && this.__extends) || (function () {
15244
15701
  var extendStatics = function (d, b) {
@@ -15481,7 +15938,7 @@ var PaymentService = /** @class */ (function (_super) {
15481
15938
  }(service_1.Service));
15482
15939
  exports.PaymentService = PaymentService;
15483
15940
 
15484
- },{"../factory":80,"../service":85,"http-status":316}],95:[function(require,module,exports){
15941
+ },{"../factory":84,"../service":89,"http-status":320}],99:[function(require,module,exports){
15485
15942
  "use strict";
15486
15943
  var __extends = (this && this.__extends) || (function () {
15487
15944
  var extendStatics = function (d, b) {
@@ -15590,7 +16047,7 @@ var PermitService = /** @class */ (function (_super) {
15590
16047
  }(service_1.Service));
15591
16048
  exports.PermitService = PermitService;
15592
16049
 
15593
- },{"../service":85,"http-status":316}],96:[function(require,module,exports){
16050
+ },{"../service":89,"http-status":320}],100:[function(require,module,exports){
15594
16051
  "use strict";
15595
16052
  var __extends = (this && this.__extends) || (function () {
15596
16053
  var extendStatics = function (d, b) {
@@ -15758,7 +16215,7 @@ var PersonService = /** @class */ (function (_super) {
15758
16215
  }(service_1.Service));
15759
16216
  exports.PersonService = PersonService;
15760
16217
 
15761
- },{"../service":85,"http-status":316}],97:[function(require,module,exports){
16218
+ },{"../service":89,"http-status":320}],101:[function(require,module,exports){
15762
16219
  "use strict";
15763
16220
  var __extends = (this && this.__extends) || (function () {
15764
16221
  var extendStatics = function (d, b) {
@@ -16103,7 +16560,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
16103
16560
  }(service_1.Service));
16104
16561
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
16105
16562
 
16106
- },{"../../factory":80,"../../service":85,"http-status":316}],98:[function(require,module,exports){
16563
+ },{"../../factory":84,"../../service":89,"http-status":320}],102:[function(require,module,exports){
16107
16564
  "use strict";
16108
16565
  var __extends = (this && this.__extends) || (function () {
16109
16566
  var extendStatics = function (d, b) {
@@ -16285,7 +16742,7 @@ var PlaceService = /** @class */ (function (_super) {
16285
16742
  }(service_1.Service));
16286
16743
  exports.PlaceService = PlaceService;
16287
16744
 
16288
- },{"../factory":80,"../service":85,"http-status":316}],99:[function(require,module,exports){
16745
+ },{"../factory":84,"../service":89,"http-status":320}],103:[function(require,module,exports){
16289
16746
  "use strict";
16290
16747
  var __extends = (this && this.__extends) || (function () {
16291
16748
  var extendStatics = function (d, b) {
@@ -16374,7 +16831,7 @@ var HasPOSService = /** @class */ (function (_super) {
16374
16831
  }(service_1.Service));
16375
16832
  exports.HasPOSService = HasPOSService;
16376
16833
 
16377
- },{"../../factory":80,"../../service":85,"http-status":316}],100:[function(require,module,exports){
16834
+ },{"../../factory":84,"../../service":89,"http-status":320}],104:[function(require,module,exports){
16378
16835
  "use strict";
16379
16836
  var __extends = (this && this.__extends) || (function () {
16380
16837
  var extendStatics = function (d, b) {
@@ -16490,7 +16947,7 @@ var ProductService = /** @class */ (function (_super) {
16490
16947
  }(service_1.Service));
16491
16948
  exports.ProductService = ProductService;
16492
16949
 
16493
- },{"../service":85,"http-status":316}],101:[function(require,module,exports){
16950
+ },{"../service":89,"http-status":320}],105:[function(require,module,exports){
16494
16951
  "use strict";
16495
16952
  var __extends = (this && this.__extends) || (function () {
16496
16953
  var extendStatics = function (d, b) {
@@ -16648,7 +17105,7 @@ var ProjectService = /** @class */ (function (_super) {
16648
17105
  }(service_1.Service));
16649
17106
  exports.ProjectService = ProjectService;
16650
17107
 
16651
- },{"../service":85,"http-status":316}],102:[function(require,module,exports){
17108
+ },{"../service":89,"http-status":320}],106:[function(require,module,exports){
16652
17109
  "use strict";
16653
17110
  var __extends = (this && this.__extends) || (function () {
16654
17111
  var extendStatics = function (d, b) {
@@ -16812,11 +17269,31 @@ var ReservationService = /** @class */ (function (_super) {
16812
17269
  });
16813
17270
  });
16814
17271
  };
17272
+ /**
17273
+ * 注文に含まれる予約照会
17274
+ */
17275
+ ReservationService.prototype.searchByOrder = function (params, qs) {
17276
+ return __awaiter(this, void 0, void 0, function () {
17277
+ var _this = this;
17278
+ return __generator(this, function (_a) {
17279
+ return [2 /*return*/, this.fetch({
17280
+ uri: '/reservations/searchByOrder',
17281
+ method: 'POST',
17282
+ body: params,
17283
+ qs: qs,
17284
+ expectedStatusCodes: [http_status_1.OK]
17285
+ })
17286
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
17287
+ return [2 /*return*/, response.json()];
17288
+ }); }); })];
17289
+ });
17290
+ });
17291
+ };
16815
17292
  return ReservationService;
16816
17293
  }(service_1.Service));
16817
17294
  exports.ReservationService = ReservationService;
16818
17295
 
16819
- },{"../factory":80,"../service":85,"http-status":316}],103:[function(require,module,exports){
17296
+ },{"../factory":84,"../service":89,"http-status":320}],107:[function(require,module,exports){
16820
17297
  "use strict";
16821
17298
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16822
17299
  if (k2 === undefined) k2 = k;
@@ -16831,13 +17308,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16831
17308
  Object.defineProperty(exports, "__esModule", { value: true });
16832
17309
  __exportStar(require("../../chevre/reservation/factory"), exports);
16833
17310
 
16834
- },{"../../chevre/reservation/factory":75}],104:[function(require,module,exports){
16835
- arguments[4][76][0].apply(exports,arguments)
16836
- },{"../service":85,"dup":76,"http-status":316}],105:[function(require,module,exports){
16837
- arguments[4][48][0].apply(exports,arguments)
16838
- },{"../service":85,"dup":48,"http-status":316}],106:[function(require,module,exports){
16839
- arguments[4][59][0].apply(exports,arguments)
16840
- },{"../../factory":80,"../../service":85,"dup":59,"http-status":316}],107:[function(require,module,exports){
17311
+ },{"../../chevre/reservation/factory":79}],108:[function(require,module,exports){
17312
+ arguments[4][80][0].apply(exports,arguments)
17313
+ },{"../service":89,"dup":80,"http-status":320}],109:[function(require,module,exports){
17314
+ arguments[4][51][0].apply(exports,arguments)
17315
+ },{"../service":89,"dup":51,"http-status":320}],110:[function(require,module,exports){
17316
+ arguments[4][62][0].apply(exports,arguments)
17317
+ },{"../../factory":84,"../../service":89,"dup":62,"http-status":320}],111:[function(require,module,exports){
16841
17318
  "use strict";
16842
17319
  var __extends = (this && this.__extends) || (function () {
16843
17320
  var extendStatics = function (d, b) {
@@ -17039,7 +17516,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
17039
17516
  }(service_1.Service));
17040
17517
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
17041
17518
 
17042
- },{"../../factory":80,"../../service":85,"http-status":316}],108:[function(require,module,exports){
17519
+ },{"../../factory":84,"../../service":89,"http-status":320}],112:[function(require,module,exports){
17043
17520
  "use strict";
17044
17521
  var __extends = (this && this.__extends) || (function () {
17045
17522
  var extendStatics = function (d, b) {
@@ -17186,7 +17663,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
17186
17663
  }(placeOrder_1.PlaceOrderTransactionService));
17187
17664
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
17188
17665
 
17189
- },{"./placeOrder":107,"http-status":316}],109:[function(require,module,exports){
17666
+ },{"./placeOrder":111,"http-status":320}],113:[function(require,module,exports){
17190
17667
  "use strict";
17191
17668
  var __extends = (this && this.__extends) || (function () {
17192
17669
  var extendStatics = function (d, b) {
@@ -17317,7 +17794,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
17317
17794
  }(service_1.Service));
17318
17795
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
17319
17796
 
17320
- },{"../../factory":80,"../../service":85,"http-status":316}],110:[function(require,module,exports){
17797
+ },{"../../factory":84,"../../service":89,"http-status":320}],114:[function(require,module,exports){
17321
17798
  "use strict";
17322
17799
  var __extends = (this && this.__extends) || (function () {
17323
17800
  var extendStatics = function (d, b) {
@@ -17514,7 +17991,7 @@ var StubTransporter = /** @class */ (function () {
17514
17991
  }());
17515
17992
  exports.StubTransporter = StubTransporter;
17516
17993
 
17517
- },{"debug":308,"isomorphic-fetch":319}],111:[function(require,module,exports){
17994
+ },{"debug":312,"isomorphic-fetch":323}],115:[function(require,module,exports){
17518
17995
  "use strict";
17519
17996
  var __assign = (this && this.__assign) || function () {
17520
17997
  __assign = Object.assign || function(t) {
@@ -17619,7 +18096,7 @@ var WaiterAdmin = /** @class */ (function () {
17619
18096
  }());
17620
18097
  exports.WaiterAdmin = WaiterAdmin;
17621
18098
 
17622
- },{"./waiterAdmin/rule":112,"./waiterAdmin/ruleSet":113}],112:[function(require,module,exports){
18099
+ },{"./waiterAdmin/rule":116,"./waiterAdmin/ruleSet":117}],116:[function(require,module,exports){
17623
18100
  "use strict";
17624
18101
  var __extends = (this && this.__extends) || (function () {
17625
18102
  var extendStatics = function (d, b) {
@@ -17707,7 +18184,7 @@ var RuleService = /** @class */ (function (_super) {
17707
18184
  }(service_1.Service));
17708
18185
  exports.RuleService = RuleService;
17709
18186
 
17710
- },{"../service":85,"http-status":316}],113:[function(require,module,exports){
18187
+ },{"../service":89,"http-status":320}],117:[function(require,module,exports){
17711
18188
  "use strict";
17712
18189
  var __extends = (this && this.__extends) || (function () {
17713
18190
  var extendStatics = function (d, b) {
@@ -17815,7 +18292,7 @@ var RuleSetService = /** @class */ (function (_super) {
17815
18292
  }(service_1.Service));
17816
18293
  exports.RuleSetService = RuleSetService;
17817
18294
 
17818
- },{"../service":85,"http-status":316}],114:[function(require,module,exports){
18295
+ },{"../service":89,"http-status":320}],118:[function(require,module,exports){
17819
18296
  "use strict";
17820
18297
  // tslint:disable-next-line:no-single-line-block-comment
17821
18298
  /* istanbul ignore file */
@@ -18172,7 +18649,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
18172
18649
  }(oAuth2client_1.default));
18173
18650
  exports.ImplicitGrantClient = ImplicitGrantClient;
18174
18651
 
18175
- },{"./implicitGrantClient/error":115,"./implicitGrantClient/popupAuthenticationHandler":117,"./implicitGrantClient/silentAuthenticationHandler":119,"./implicitGrantClient/silentLogoutHandler":120,"./oAuth2client":122,"debug":308,"idtoken-verifier":317,"qs":323}],115:[function(require,module,exports){
18652
+ },{"./implicitGrantClient/error":119,"./implicitGrantClient/popupAuthenticationHandler":121,"./implicitGrantClient/silentAuthenticationHandler":123,"./implicitGrantClient/silentLogoutHandler":124,"./oAuth2client":126,"debug":312,"idtoken-verifier":321,"qs":327}],119:[function(require,module,exports){
18176
18653
  "use strict";
18177
18654
  // tslint:disable-next-line:no-single-line-block-comment
18178
18655
  /* istanbul ignore file */
@@ -18205,7 +18682,7 @@ var AuthorizeError = /** @class */ (function (_super) {
18205
18682
  }(Error));
18206
18683
  exports.AuthorizeError = AuthorizeError;
18207
18684
 
18208
- },{}],116:[function(require,module,exports){
18685
+ },{}],120:[function(require,module,exports){
18209
18686
  "use strict";
18210
18687
  // tslint:disable-next-line:no-single-line-block-comment
18211
18688
  /* istanbul ignore file */
@@ -18291,7 +18768,7 @@ var IframeHandler = /** @class */ (function () {
18291
18768
  }());
18292
18769
  exports.default = IframeHandler;
18293
18770
 
18294
- },{"debug":308}],117:[function(require,module,exports){
18771
+ },{"debug":312}],121:[function(require,module,exports){
18295
18772
  "use strict";
18296
18773
  // tslint:disable-next-line:no-single-line-block-comment
18297
18774
  /* istanbul ignore file */
@@ -18401,7 +18878,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
18401
18878
  }());
18402
18879
  exports.default = PopupAuthenticationHandler;
18403
18880
 
18404
- },{"./error":115,"./popupHandler":118}],118:[function(require,module,exports){
18881
+ },{"./error":119,"./popupHandler":122}],122:[function(require,module,exports){
18405
18882
  "use strict";
18406
18883
  // tslint:disable-next-line:no-single-line-block-comment
18407
18884
  /* istanbul ignore file */
@@ -18487,7 +18964,7 @@ var PopupHandler = /** @class */ (function () {
18487
18964
  }());
18488
18965
  exports.default = PopupHandler;
18489
18966
 
18490
- },{"debug":308}],119:[function(require,module,exports){
18967
+ },{"debug":312}],123:[function(require,module,exports){
18491
18968
  "use strict";
18492
18969
  // tslint:disable-next-line:no-single-line-block-comment
18493
18970
  /* istanbul ignore file */
@@ -18597,7 +19074,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
18597
19074
  }());
18598
19075
  exports.default = SilentAuthenticationHandler;
18599
19076
 
18600
- },{"./error":115,"./iframeHandler":116}],120:[function(require,module,exports){
19077
+ },{"./error":119,"./iframeHandler":120}],124:[function(require,module,exports){
18601
19078
  "use strict";
18602
19079
  // tslint:disable-next-line:no-single-line-block-comment
18603
19080
  /* istanbul ignore file */
@@ -18707,7 +19184,7 @@ var SilentLogoutHandler = /** @class */ (function () {
18707
19184
  }());
18708
19185
  exports.default = SilentLogoutHandler;
18709
19186
 
18710
- },{"./error":115,"./iframeHandler":116}],121:[function(require,module,exports){
19187
+ },{"./error":119,"./iframeHandler":120}],125:[function(require,module,exports){
18711
19188
  "use strict";
18712
19189
  Object.defineProperty(exports, "__esModule", { value: true });
18713
19190
  exports.LoginTicket = void 0;
@@ -18736,7 +19213,7 @@ var LoginTicket = /** @class */ (function () {
18736
19213
  }());
18737
19214
  exports.LoginTicket = LoginTicket;
18738
19215
 
18739
- },{}],122:[function(require,module,exports){
19216
+ },{}],126:[function(require,module,exports){
18740
19217
  (function (Buffer){
18741
19218
  "use strict";
18742
19219
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -19244,7 +19721,7 @@ var OAuth2client = /** @class */ (function () {
19244
19721
  exports.default = OAuth2client;
19245
19722
 
19246
19723
  }).call(this,require("buffer").Buffer)
19247
- },{"../abstract/transporters":110,"./loginTicket":121,"buffer":304,"crypto":303,"debug":308,"http-status":316,"isomorphic-fetch":319,"querystring":329}],123:[function(require,module,exports){
19724
+ },{"../abstract/transporters":114,"./loginTicket":125,"buffer":308,"crypto":307,"debug":312,"http-status":320,"isomorphic-fetch":323,"querystring":333}],127:[function(require,module,exports){
19248
19725
  "use strict";
19249
19726
  Object.defineProperty(exports, "__esModule", { value: true });
19250
19727
  exports.createAuthInstance = exports.transporters = exports.loadService = exports.factory = void 0;
@@ -19266,7 +19743,7 @@ function createAuthInstance(options) {
19266
19743
  }
19267
19744
  exports.createAuthInstance = createAuthInstance;
19268
19745
 
19269
- },{"./abstract":2,"./auth/implicitGrantClient":114}],124:[function(require,module,exports){
19746
+ },{"./abstract":2,"./auth/implicitGrantClient":118}],128:[function(require,module,exports){
19270
19747
  "use strict";
19271
19748
  Object.defineProperty(exports, "__esModule", { value: true });
19272
19749
  exports.transactionType = exports.transaction = exports.action = void 0;
@@ -19300,9 +19777,9 @@ var transaction;
19300
19777
  })(transaction = exports.transaction || (exports.transaction = {}));
19301
19778
  exports.transactionType = transactionType_1.AccountTransactionType;
19302
19779
 
19303
- },{"./account/action/moneyTransfer":127,"./account/transaction/deposit":129,"./account/transaction/transfer":130,"./account/transaction/withdraw":131,"./account/transactionType":128}],125:[function(require,module,exports){
19304
- arguments[4][58][0].apply(exports,arguments)
19305
- },{"dup":58}],126:[function(require,module,exports){
19780
+ },{"./account/action/moneyTransfer":131,"./account/transaction/deposit":133,"./account/transaction/transfer":134,"./account/transaction/withdraw":135,"./account/transactionType":132}],129:[function(require,module,exports){
19781
+ arguments[4][61][0].apply(exports,arguments)
19782
+ },{"dup":61}],130:[function(require,module,exports){
19306
19783
  "use strict";
19307
19784
  Object.defineProperty(exports, "__esModule", { value: true });
19308
19785
  exports.AccountType = void 0;
@@ -19323,9 +19800,9 @@ var AccountType;
19323
19800
  AccountType["Transactional"] = "Transactional";
19324
19801
  })(AccountType = exports.AccountType || (exports.AccountType = {}));
19325
19802
 
19326
- },{}],127:[function(require,module,exports){
19327
- arguments[4][58][0].apply(exports,arguments)
19328
- },{"dup":58}],128:[function(require,module,exports){
19803
+ },{}],131:[function(require,module,exports){
19804
+ arguments[4][61][0].apply(exports,arguments)
19805
+ },{"dup":61}],132:[function(require,module,exports){
19329
19806
  "use strict";
19330
19807
  Object.defineProperty(exports, "__esModule", { value: true });
19331
19808
  exports.AccountTransactionType = void 0;
@@ -19348,13 +19825,13 @@ var AccountTransactionType;
19348
19825
  AccountTransactionType["Transfer"] = "Transfer";
19349
19826
  })(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
19350
19827
 
19351
- },{}],129:[function(require,module,exports){
19352
- arguments[4][58][0].apply(exports,arguments)
19353
- },{"dup":58}],130:[function(require,module,exports){
19354
- arguments[4][58][0].apply(exports,arguments)
19355
- },{"dup":58}],131:[function(require,module,exports){
19356
- arguments[4][58][0].apply(exports,arguments)
19357
- },{"dup":58}],132:[function(require,module,exports){
19828
+ },{}],133:[function(require,module,exports){
19829
+ arguments[4][61][0].apply(exports,arguments)
19830
+ },{"dup":61}],134:[function(require,module,exports){
19831
+ arguments[4][61][0].apply(exports,arguments)
19832
+ },{"dup":61}],135:[function(require,module,exports){
19833
+ arguments[4][61][0].apply(exports,arguments)
19834
+ },{"dup":61}],136:[function(require,module,exports){
19358
19835
  "use strict";
19359
19836
  Object.defineProperty(exports, "__esModule", { value: true });
19360
19837
  exports.ActionStatusType = void 0;
@@ -19370,7 +19847,7 @@ var ActionStatusType;
19370
19847
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
19371
19848
  })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
19372
19849
 
19373
- },{}],133:[function(require,module,exports){
19850
+ },{}],137:[function(require,module,exports){
19374
19851
  "use strict";
19375
19852
  Object.defineProperty(exports, "__esModule", { value: true });
19376
19853
  exports.ActionType = void 0;
@@ -19402,7 +19879,7 @@ var ActionType;
19402
19879
  ActionType["UseAction"] = "UseAction";
19403
19880
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
19404
19881
 
19405
- },{}],134:[function(require,module,exports){
19882
+ },{}],138:[function(require,module,exports){
19406
19883
  "use strict";
19407
19884
  Object.defineProperty(exports, "__esModule", { value: true });
19408
19885
  exports.ObjectType = void 0;
@@ -19411,7 +19888,7 @@ var ObjectType;
19411
19888
  ObjectType["PointAward"] = "PointAward";
19412
19889
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19413
19890
 
19414
- },{}],135:[function(require,module,exports){
19891
+ },{}],139:[function(require,module,exports){
19415
19892
  "use strict";
19416
19893
  Object.defineProperty(exports, "__esModule", { value: true });
19417
19894
  exports.ObjectType = void 0;
@@ -19420,11 +19897,11 @@ var ObjectType;
19420
19897
  ObjectType["SeatReservation"] = "SeatReservation";
19421
19898
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19422
19899
 
19423
- },{}],136:[function(require,module,exports){
19424
- arguments[4][58][0].apply(exports,arguments)
19425
- },{"dup":58}],137:[function(require,module,exports){
19426
- arguments[4][58][0].apply(exports,arguments)
19427
- },{"dup":58}],138:[function(require,module,exports){
19900
+ },{}],140:[function(require,module,exports){
19901
+ arguments[4][61][0].apply(exports,arguments)
19902
+ },{"dup":61}],141:[function(require,module,exports){
19903
+ arguments[4][61][0].apply(exports,arguments)
19904
+ },{"dup":61}],142:[function(require,module,exports){
19428
19905
  "use strict";
19429
19906
  Object.defineProperty(exports, "__esModule", { value: true });
19430
19907
  exports.ServiceIdentifier = exports.ResultType = void 0;
@@ -19438,11 +19915,11 @@ var ServiceIdentifier;
19438
19915
  ServiceIdentifier["Chevre"] = "Chevre";
19439
19916
  })(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
19440
19917
 
19441
- },{}],139:[function(require,module,exports){
19442
- arguments[4][58][0].apply(exports,arguments)
19443
- },{"dup":58}],140:[function(require,module,exports){
19444
- arguments[4][58][0].apply(exports,arguments)
19445
- },{"dup":58}],141:[function(require,module,exports){
19918
+ },{}],143:[function(require,module,exports){
19919
+ arguments[4][61][0].apply(exports,arguments)
19920
+ },{"dup":61}],144:[function(require,module,exports){
19921
+ arguments[4][61][0].apply(exports,arguments)
19922
+ },{"dup":61}],145:[function(require,module,exports){
19446
19923
  "use strict";
19447
19924
  Object.defineProperty(exports, "__esModule", { value: true });
19448
19925
  exports.ObjectType = void 0;
@@ -19451,56 +19928,56 @@ var ObjectType;
19451
19928
  ObjectType["Ticket"] = "Ticket";
19452
19929
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19453
19930
 
19454
- },{}],142:[function(require,module,exports){
19455
- arguments[4][58][0].apply(exports,arguments)
19456
- },{"dup":58}],143:[function(require,module,exports){
19457
- arguments[4][58][0].apply(exports,arguments)
19458
- },{"dup":58}],144:[function(require,module,exports){
19459
- arguments[4][58][0].apply(exports,arguments)
19460
- },{"dup":58}],145:[function(require,module,exports){
19461
- arguments[4][58][0].apply(exports,arguments)
19462
- },{"dup":58}],146:[function(require,module,exports){
19463
- arguments[4][58][0].apply(exports,arguments)
19464
- },{"dup":58}],147:[function(require,module,exports){
19465
- arguments[4][58][0].apply(exports,arguments)
19466
- },{"dup":58}],148:[function(require,module,exports){
19467
- arguments[4][58][0].apply(exports,arguments)
19468
- },{"dup":58}],149:[function(require,module,exports){
19469
- arguments[4][58][0].apply(exports,arguments)
19470
- },{"dup":58}],150:[function(require,module,exports){
19471
- arguments[4][58][0].apply(exports,arguments)
19472
- },{"dup":58}],151:[function(require,module,exports){
19473
- arguments[4][58][0].apply(exports,arguments)
19474
- },{"dup":58}],152:[function(require,module,exports){
19475
- arguments[4][58][0].apply(exports,arguments)
19476
- },{"dup":58}],153:[function(require,module,exports){
19931
+ },{}],146:[function(require,module,exports){
19932
+ arguments[4][61][0].apply(exports,arguments)
19933
+ },{"dup":61}],147:[function(require,module,exports){
19934
+ arguments[4][61][0].apply(exports,arguments)
19935
+ },{"dup":61}],148:[function(require,module,exports){
19936
+ arguments[4][61][0].apply(exports,arguments)
19937
+ },{"dup":61}],149:[function(require,module,exports){
19938
+ arguments[4][61][0].apply(exports,arguments)
19939
+ },{"dup":61}],150:[function(require,module,exports){
19940
+ arguments[4][61][0].apply(exports,arguments)
19941
+ },{"dup":61}],151:[function(require,module,exports){
19942
+ arguments[4][61][0].apply(exports,arguments)
19943
+ },{"dup":61}],152:[function(require,module,exports){
19944
+ arguments[4][61][0].apply(exports,arguments)
19945
+ },{"dup":61}],153:[function(require,module,exports){
19946
+ arguments[4][61][0].apply(exports,arguments)
19947
+ },{"dup":61}],154:[function(require,module,exports){
19948
+ arguments[4][61][0].apply(exports,arguments)
19949
+ },{"dup":61}],155:[function(require,module,exports){
19950
+ arguments[4][61][0].apply(exports,arguments)
19951
+ },{"dup":61}],156:[function(require,module,exports){
19952
+ arguments[4][61][0].apply(exports,arguments)
19953
+ },{"dup":61}],157:[function(require,module,exports){
19477
19954
  "use strict";
19478
19955
  Object.defineProperty(exports, "__esModule", { value: true });
19479
19956
  exports.ObjectType = void 0;
19480
19957
  var point_1 = require("../../authorize/award/point");
19481
19958
  exports.ObjectType = point_1.ObjectType;
19482
19959
 
19483
- },{"../../authorize/award/point":134}],154:[function(require,module,exports){
19484
- arguments[4][58][0].apply(exports,arguments)
19485
- },{"dup":58}],155:[function(require,module,exports){
19486
- arguments[4][58][0].apply(exports,arguments)
19487
- },{"dup":58}],156:[function(require,module,exports){
19488
- arguments[4][58][0].apply(exports,arguments)
19489
- },{"dup":58}],157:[function(require,module,exports){
19490
- arguments[4][58][0].apply(exports,arguments)
19491
- },{"dup":58}],158:[function(require,module,exports){
19492
- arguments[4][58][0].apply(exports,arguments)
19493
- },{"dup":58}],159:[function(require,module,exports){
19494
- arguments[4][58][0].apply(exports,arguments)
19495
- },{"dup":58}],160:[function(require,module,exports){
19496
- arguments[4][58][0].apply(exports,arguments)
19497
- },{"dup":58}],161:[function(require,module,exports){
19498
- arguments[4][58][0].apply(exports,arguments)
19499
- },{"dup":58}],162:[function(require,module,exports){
19500
- arguments[4][58][0].apply(exports,arguments)
19501
- },{"dup":58}],163:[function(require,module,exports){
19502
- arguments[4][58][0].apply(exports,arguments)
19503
- },{"dup":58}],164:[function(require,module,exports){
19960
+ },{"../../authorize/award/point":138}],158:[function(require,module,exports){
19961
+ arguments[4][61][0].apply(exports,arguments)
19962
+ },{"dup":61}],159:[function(require,module,exports){
19963
+ arguments[4][61][0].apply(exports,arguments)
19964
+ },{"dup":61}],160:[function(require,module,exports){
19965
+ arguments[4][61][0].apply(exports,arguments)
19966
+ },{"dup":61}],161:[function(require,module,exports){
19967
+ arguments[4][61][0].apply(exports,arguments)
19968
+ },{"dup":61}],162:[function(require,module,exports){
19969
+ arguments[4][61][0].apply(exports,arguments)
19970
+ },{"dup":61}],163:[function(require,module,exports){
19971
+ arguments[4][61][0].apply(exports,arguments)
19972
+ },{"dup":61}],164:[function(require,module,exports){
19973
+ arguments[4][61][0].apply(exports,arguments)
19974
+ },{"dup":61}],165:[function(require,module,exports){
19975
+ arguments[4][61][0].apply(exports,arguments)
19976
+ },{"dup":61}],166:[function(require,module,exports){
19977
+ arguments[4][61][0].apply(exports,arguments)
19978
+ },{"dup":61}],167:[function(require,module,exports){
19979
+ arguments[4][61][0].apply(exports,arguments)
19980
+ },{"dup":61}],168:[function(require,module,exports){
19504
19981
  "use strict";
19505
19982
  Object.defineProperty(exports, "__esModule", { value: true });
19506
19983
  exports.AssetTransactionType = void 0;
@@ -19537,21 +20014,21 @@ var AssetTransactionType;
19537
20014
  AssetTransactionType["RegisterService"] = "RegisterService";
19538
20015
  })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
19539
20016
 
19540
- },{}],165:[function(require,module,exports){
19541
- arguments[4][58][0].apply(exports,arguments)
19542
- },{"dup":58}],166:[function(require,module,exports){
19543
- arguments[4][58][0].apply(exports,arguments)
19544
- },{"dup":58}],167:[function(require,module,exports){
19545
- arguments[4][58][0].apply(exports,arguments)
19546
- },{"dup":58}],168:[function(require,module,exports){
19547
- arguments[4][58][0].apply(exports,arguments)
19548
- },{"dup":58}],169:[function(require,module,exports){
19549
- arguments[4][58][0].apply(exports,arguments)
19550
- },{"dup":58}],170:[function(require,module,exports){
19551
- arguments[4][58][0].apply(exports,arguments)
19552
- },{"dup":58}],171:[function(require,module,exports){
19553
- arguments[4][58][0].apply(exports,arguments)
19554
- },{"dup":58}],172:[function(require,module,exports){
20017
+ },{}],169:[function(require,module,exports){
20018
+ arguments[4][61][0].apply(exports,arguments)
20019
+ },{"dup":61}],170:[function(require,module,exports){
20020
+ arguments[4][61][0].apply(exports,arguments)
20021
+ },{"dup":61}],171:[function(require,module,exports){
20022
+ arguments[4][61][0].apply(exports,arguments)
20023
+ },{"dup":61}],172:[function(require,module,exports){
20024
+ arguments[4][61][0].apply(exports,arguments)
20025
+ },{"dup":61}],173:[function(require,module,exports){
20026
+ arguments[4][61][0].apply(exports,arguments)
20027
+ },{"dup":61}],174:[function(require,module,exports){
20028
+ arguments[4][61][0].apply(exports,arguments)
20029
+ },{"dup":61}],175:[function(require,module,exports){
20030
+ arguments[4][61][0].apply(exports,arguments)
20031
+ },{"dup":61}],176:[function(require,module,exports){
19555
20032
  "use strict";
19556
20033
  Object.defineProperty(exports, "__esModule", { value: true });
19557
20034
  exports.CategorySetIdentifier = void 0;
@@ -19607,7 +20084,7 @@ var CategorySetIdentifier;
19607
20084
  CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
19608
20085
  })(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
19609
20086
 
19610
- },{}],173:[function(require,module,exports){
20087
+ },{}],177:[function(require,module,exports){
19611
20088
  "use strict";
19612
20089
  /**
19613
20090
  * アプリケーションクライアントユーザーファクトリー
@@ -19615,9 +20092,9 @@ var CategorySetIdentifier;
19615
20092
  */
19616
20093
  Object.defineProperty(exports, "__esModule", { value: true });
19617
20094
 
19618
- },{}],174:[function(require,module,exports){
19619
- arguments[4][58][0].apply(exports,arguments)
19620
- },{"dup":58}],175:[function(require,module,exports){
20095
+ },{}],178:[function(require,module,exports){
20096
+ arguments[4][61][0].apply(exports,arguments)
20097
+ },{"dup":61}],179:[function(require,module,exports){
19621
20098
  "use strict";
19622
20099
  Object.defineProperty(exports, "__esModule", { value: true });
19623
20100
  exports.CreativeWorkType = void 0;
@@ -19632,9 +20109,9 @@ var CreativeWorkType;
19632
20109
  CreativeWorkType["WebApplication"] = "WebApplication";
19633
20110
  })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
19634
20111
 
19635
- },{}],176:[function(require,module,exports){
19636
- arguments[4][58][0].apply(exports,arguments)
19637
- },{"dup":58}],177:[function(require,module,exports){
20112
+ },{}],180:[function(require,module,exports){
20113
+ arguments[4][61][0].apply(exports,arguments)
20114
+ },{"dup":61}],181:[function(require,module,exports){
19638
20115
  "use strict";
19639
20116
  Object.defineProperty(exports, "__esModule", { value: true });
19640
20117
  exports.AboutIdentifier = void 0;
@@ -19646,13 +20123,13 @@ var AboutIdentifier;
19646
20123
  AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
19647
20124
  })(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
19648
20125
 
19649
- },{}],178:[function(require,module,exports){
19650
- arguments[4][58][0].apply(exports,arguments)
19651
- },{"dup":58}],179:[function(require,module,exports){
19652
- arguments[4][58][0].apply(exports,arguments)
19653
- },{"dup":58}],180:[function(require,module,exports){
19654
- arguments[4][58][0].apply(exports,arguments)
19655
- },{"dup":58}],181:[function(require,module,exports){
20126
+ },{}],182:[function(require,module,exports){
20127
+ arguments[4][61][0].apply(exports,arguments)
20128
+ },{"dup":61}],183:[function(require,module,exports){
20129
+ arguments[4][61][0].apply(exports,arguments)
20130
+ },{"dup":61}],184:[function(require,module,exports){
20131
+ arguments[4][61][0].apply(exports,arguments)
20132
+ },{"dup":61}],185:[function(require,module,exports){
19656
20133
  "use strict";
19657
20134
  Object.defineProperty(exports, "__esModule", { value: true });
19658
20135
  exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
@@ -19695,7 +20172,7 @@ var Video;
19695
20172
  (function (Video) {
19696
20173
  })(Video = exports.Video || (exports.Video = {}));
19697
20174
 
19698
- },{}],182:[function(require,module,exports){
20175
+ },{}],186:[function(require,module,exports){
19699
20176
  "use strict";
19700
20177
  Object.defineProperty(exports, "__esModule", { value: true });
19701
20178
  exports.ErrorCode = void 0;
@@ -19716,7 +20193,7 @@ var ErrorCode;
19716
20193
  ErrorCode["Unauthorized"] = "Unauthorized";
19717
20194
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
19718
20195
 
19719
- },{}],183:[function(require,module,exports){
20196
+ },{}],187:[function(require,module,exports){
19720
20197
  "use strict";
19721
20198
  var __extends = (this && this.__extends) || (function () {
19722
20199
  var extendStatics = function (d, b) {
@@ -19761,7 +20238,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
19761
20238
  }(chevre_1.ChevreError));
19762
20239
  exports.AlreadyInUseError = AlreadyInUseError;
19763
20240
 
19764
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],184:[function(require,module,exports){
20241
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],188:[function(require,module,exports){
19765
20242
  "use strict";
19766
20243
  var __extends = (this && this.__extends) || (function () {
19767
20244
  var extendStatics = function (d, b) {
@@ -19805,7 +20282,7 @@ var ArgumentError = /** @class */ (function (_super) {
19805
20282
  }(chevre_1.ChevreError));
19806
20283
  exports.ArgumentError = ArgumentError;
19807
20284
 
19808
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],185:[function(require,module,exports){
20285
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],189:[function(require,module,exports){
19809
20286
  "use strict";
19810
20287
  var __extends = (this && this.__extends) || (function () {
19811
20288
  var extendStatics = function (d, b) {
@@ -19849,7 +20326,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
19849
20326
  }(chevre_1.ChevreError));
19850
20327
  exports.ArgumentNullError = ArgumentNullError;
19851
20328
 
19852
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],186:[function(require,module,exports){
20329
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],190:[function(require,module,exports){
19853
20330
  "use strict";
19854
20331
  var __extends = (this && this.__extends) || (function () {
19855
20332
  var extendStatics = function (d, b) {
@@ -19888,7 +20365,7 @@ var ChevreError = /** @class */ (function (_super) {
19888
20365
  }(Error));
19889
20366
  exports.ChevreError = ChevreError;
19890
20367
 
19891
- },{"setprototypeof":330}],187:[function(require,module,exports){
20368
+ },{"setprototypeof":334}],191:[function(require,module,exports){
19892
20369
  "use strict";
19893
20370
  var __extends = (this && this.__extends) || (function () {
19894
20371
  var extendStatics = function (d, b) {
@@ -19931,7 +20408,7 @@ var ForbiddenError = /** @class */ (function (_super) {
19931
20408
  }(chevre_1.ChevreError));
19932
20409
  exports.ForbiddenError = ForbiddenError;
19933
20410
 
19934
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],188:[function(require,module,exports){
20411
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],192:[function(require,module,exports){
19935
20412
  "use strict";
19936
20413
  var __extends = (this && this.__extends) || (function () {
19937
20414
  var extendStatics = function (d, b) {
@@ -19974,7 +20451,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
19974
20451
  }(chevre_1.ChevreError));
19975
20452
  exports.GatewayTimeoutError = GatewayTimeoutError;
19976
20453
 
19977
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],189:[function(require,module,exports){
20454
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],193:[function(require,module,exports){
19978
20455
  "use strict";
19979
20456
  var __extends = (this && this.__extends) || (function () {
19980
20457
  var extendStatics = function (d, b) {
@@ -20018,7 +20495,7 @@ var NotFoundError = /** @class */ (function (_super) {
20018
20495
  }(chevre_1.ChevreError));
20019
20496
  exports.NotFoundError = NotFoundError;
20020
20497
 
20021
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],190:[function(require,module,exports){
20498
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],194:[function(require,module,exports){
20022
20499
  "use strict";
20023
20500
  var __extends = (this && this.__extends) || (function () {
20024
20501
  var extendStatics = function (d, b) {
@@ -20061,7 +20538,7 @@ var NotImplementedError = /** @class */ (function (_super) {
20061
20538
  }(chevre_1.ChevreError));
20062
20539
  exports.NotImplementedError = NotImplementedError;
20063
20540
 
20064
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],191:[function(require,module,exports){
20541
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],195:[function(require,module,exports){
20065
20542
  "use strict";
20066
20543
  var __extends = (this && this.__extends) || (function () {
20067
20544
  var extendStatics = function (d, b) {
@@ -20104,7 +20581,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
20104
20581
  }(chevre_1.ChevreError));
20105
20582
  exports.RateLimitExceededError = RateLimitExceededError;
20106
20583
 
20107
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],192:[function(require,module,exports){
20584
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],196:[function(require,module,exports){
20108
20585
  "use strict";
20109
20586
  var __extends = (this && this.__extends) || (function () {
20110
20587
  var extendStatics = function (d, b) {
@@ -20147,7 +20624,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
20147
20624
  }(chevre_1.ChevreError));
20148
20625
  exports.ServiceUnavailableError = ServiceUnavailableError;
20149
20626
 
20150
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],193:[function(require,module,exports){
20627
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],197:[function(require,module,exports){
20151
20628
  "use strict";
20152
20629
  var __extends = (this && this.__extends) || (function () {
20153
20630
  var extendStatics = function (d, b) {
@@ -20190,7 +20667,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
20190
20667
  }(chevre_1.ChevreError));
20191
20668
  exports.UnauthorizedError = UnauthorizedError;
20192
20669
 
20193
- },{"../errorCode":182,"./chevre":186,"setprototypeof":330}],194:[function(require,module,exports){
20670
+ },{"../errorCode":186,"./chevre":190,"setprototypeof":334}],198:[function(require,module,exports){
20194
20671
  "use strict";
20195
20672
  Object.defineProperty(exports, "__esModule", { value: true });
20196
20673
  exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
@@ -20220,7 +20697,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
20220
20697
  var unauthorized_1 = require("./error/unauthorized");
20221
20698
  Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
20222
20699
 
20223
- },{"./error/alreadyInUse":183,"./error/argument":184,"./error/argumentNull":185,"./error/chevre":186,"./error/forbidden":187,"./error/gatewayTimeout":188,"./error/notFound":189,"./error/notImplemented":190,"./error/rateLimitExceeded":191,"./error/serviceUnavailable":192,"./error/unauthorized":193}],195:[function(require,module,exports){
20700
+ },{"./error/alreadyInUse":187,"./error/argument":188,"./error/argumentNull":189,"./error/chevre":190,"./error/forbidden":191,"./error/gatewayTimeout":192,"./error/notFound":193,"./error/notImplemented":194,"./error/rateLimitExceeded":195,"./error/serviceUnavailable":196,"./error/unauthorized":197}],199:[function(require,module,exports){
20224
20701
  "use strict";
20225
20702
  Object.defineProperty(exports, "__esModule", { value: true });
20226
20703
  exports.EventStatusType = void 0;
@@ -20235,7 +20712,7 @@ var EventStatusType;
20235
20712
  EventStatusType["EventScheduled"] = "EventScheduled";
20236
20713
  })(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
20237
20714
 
20238
- },{}],196:[function(require,module,exports){
20715
+ },{}],200:[function(require,module,exports){
20239
20716
  "use strict";
20240
20717
  Object.defineProperty(exports, "__esModule", { value: true });
20241
20718
  exports.EventType = void 0;
@@ -20249,13 +20726,13 @@ var EventType;
20249
20726
  EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
20250
20727
  })(EventType = exports.EventType || (exports.EventType = {}));
20251
20728
 
20252
- },{}],197:[function(require,module,exports){
20253
- arguments[4][58][0].apply(exports,arguments)
20254
- },{"dup":58}],198:[function(require,module,exports){
20255
- arguments[4][58][0].apply(exports,arguments)
20256
- },{"dup":58}],199:[function(require,module,exports){
20257
- arguments[4][58][0].apply(exports,arguments)
20258
- },{"dup":58}],200:[function(require,module,exports){
20729
+ },{}],201:[function(require,module,exports){
20730
+ arguments[4][61][0].apply(exports,arguments)
20731
+ },{"dup":61}],202:[function(require,module,exports){
20732
+ arguments[4][61][0].apply(exports,arguments)
20733
+ },{"dup":61}],203:[function(require,module,exports){
20734
+ arguments[4][61][0].apply(exports,arguments)
20735
+ },{"dup":61}],204:[function(require,module,exports){
20259
20736
  "use strict";
20260
20737
  Object.defineProperty(exports, "__esModule", { value: true });
20261
20738
  exports.RoleType = void 0;
@@ -20264,7 +20741,7 @@ var RoleType;
20264
20741
  RoleType["OrganizationRole"] = "OrganizationRole";
20265
20742
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
20266
20743
 
20267
- },{}],201:[function(require,module,exports){
20744
+ },{}],205:[function(require,module,exports){
20268
20745
  "use strict";
20269
20746
  Object.defineProperty(exports, "__esModule", { value: true });
20270
20747
  exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
@@ -20696,9 +21173,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
20696
21173
  exports.unitCode = unitCode_1.UnitCode;
20697
21174
  exports.unitPriceOffer = UnitPriceOfferFactory;
20698
21175
 
20699
- },{"./account":124,"./accountTitle":125,"./accountType":126,"./action/authorize/award/point":134,"./action/authorize/offer/eventService":135,"./action/authorize/offer/moneyTransfer":136,"./action/authorize/offer/product":137,"./action/authorize/paymentMethod/any":138,"./action/cancel/reservation":139,"./action/check/paymentMethod/movieTicket":140,"./action/check/token":141,"./action/consume/use/reservation":142,"./action/interact/confirm/moneyTransfer":143,"./action/interact/confirm/pay":144,"./action/interact/confirm/registerService":145,"./action/interact/confirm/reservation":146,"./action/interact/inform":147,"./action/interact/register/service":148,"./action/reserve":149,"./action/trade/order":150,"./action/trade/pay":151,"./action/trade/refund":152,"./action/transfer/give/pointAward":153,"./action/transfer/moneyTransfer":154,"./action/transfer/return/moneyTransfer":155,"./action/transfer/return/order":156,"./action/transfer/return/paymentMethod":157,"./action/transfer/return/pointAward":158,"./action/transfer/return/reserveTransaction":159,"./action/transfer/send/message/email":160,"./action/transfer/send/order":161,"./action/update/delete/member":162,"./actionStatusType":132,"./actionType":133,"./additionalProperty":163,"./assetTransaction/cancelReservation":165,"./assetTransaction/moneyTransfer":166,"./assetTransaction/pay":167,"./assetTransaction/refund":168,"./assetTransaction/registerService":169,"./assetTransaction/reserve":170,"./assetTransactionType":164,"./authorization":171,"./categoryCode":172,"./clientUser":173,"./cognito":174,"./creativeWork/comment":176,"./creativeWork/message/email":177,"./creativeWork/movie":178,"./creativeWork/softwareApplication/webApplication":179,"./creativeWorkType":175,"./customer":180,"./encodingFormat":181,"./errorCode":182,"./errors":194,"./event/anyEvent":197,"./event/screeningEvent":198,"./event/screeningEventSeries":199,"./eventStatusType":195,"./eventType":196,"./iam":200,"./invoice":202,"./itemAvailability":203,"./language":204,"./merchantReturnPolicy":205,"./monetaryAmount":206,"./offer":207,"./offer/aggregateOffer":211,"./offerCatalog":208,"./offerItemCondition":209,"./offerType":210,"./order":212,"./orderStatus":213,"./organization":214,"./organizationType":215,"./ownershipInfo":216,"./paymentMethod/paymentCard/creditCard":217,"./paymentMethod/paymentCard/movieTicket":218,"./paymentStatusType":219,"./permit":220,"./person":221,"./personType":222,"./place/busStop":224,"./place/movieTheater":225,"./place/screeningRoom":226,"./place/screeningRoomSection":227,"./place/seat":228,"./placeType":223,"./priceCurrency":229,"./priceSpecification/unitPriceSpecification":231,"./priceSpecificationType":230,"./product":232,"./programMembership":233,"./project":234,"./propertyValue":235,"./propertyValue/locationFeatureSpecification":236,"./qualitativeValue":237,"./quantitativeValue":238,"./report/accountingReport":239,"./reservation/busReservation":242,"./reservation/event":243,"./reservationStatusType":240,"./reservationType":241,"./seller":244,"./service/paymentService":245,"./service/webAPI":246,"./sortType":247,"./task/accountMoneyTransfer":250,"./task/aggregateScreeningEvent":251,"./task/aggregateUseActionsOnEvent":252,"./task/cancelAccountMoneyTransfer":253,"./task/cancelMoneyTransfer":254,"./task/cancelPendingReservation":255,"./task/cancelReservation":256,"./task/createEvent":257,"./task/deleteTransaction":258,"./task/importEventCapacitiesFromCOA":259,"./task/importEventsFromCOA":260,"./task/importOffersFromCOA":261,"./task/moneyTransfer":262,"./task/onAuthorizationCreated":263,"./task/onEventChanged":264,"./task/onResourceUpdated":265,"./task/pay":266,"./task/refund":267,"./task/registerService":268,"./task/reserve":269,"./task/sendEmailMessage":270,"./task/syncScreeningRooms":271,"./task/triggerWebhook":272,"./task/useReservation":273,"./task/voidPayment":274,"./taskName":248,"./taskStatus":249,"./thing":275,"./transaction/moneyTransfer":279,"./transaction/placeOrder":280,"./transaction/returnOrder":281,"./transactionStatusType":276,"./transactionTasksExportationStatus":277,"./transactionType":278,"./trip/busTrip":283,"./tripType":282,"./unitCode":284,"./unitPriceOffer":285,"@waiter/factory":301}],202:[function(require,module,exports){
20700
- arguments[4][58][0].apply(exports,arguments)
20701
- },{"dup":58}],203:[function(require,module,exports){
21176
+ },{"./account":128,"./accountTitle":129,"./accountType":130,"./action/authorize/award/point":138,"./action/authorize/offer/eventService":139,"./action/authorize/offer/moneyTransfer":140,"./action/authorize/offer/product":141,"./action/authorize/paymentMethod/any":142,"./action/cancel/reservation":143,"./action/check/paymentMethod/movieTicket":144,"./action/check/token":145,"./action/consume/use/reservation":146,"./action/interact/confirm/moneyTransfer":147,"./action/interact/confirm/pay":148,"./action/interact/confirm/registerService":149,"./action/interact/confirm/reservation":150,"./action/interact/inform":151,"./action/interact/register/service":152,"./action/reserve":153,"./action/trade/order":154,"./action/trade/pay":155,"./action/trade/refund":156,"./action/transfer/give/pointAward":157,"./action/transfer/moneyTransfer":158,"./action/transfer/return/moneyTransfer":159,"./action/transfer/return/order":160,"./action/transfer/return/paymentMethod":161,"./action/transfer/return/pointAward":162,"./action/transfer/return/reserveTransaction":163,"./action/transfer/send/message/email":164,"./action/transfer/send/order":165,"./action/update/delete/member":166,"./actionStatusType":136,"./actionType":137,"./additionalProperty":167,"./assetTransaction/cancelReservation":169,"./assetTransaction/moneyTransfer":170,"./assetTransaction/pay":171,"./assetTransaction/refund":172,"./assetTransaction/registerService":173,"./assetTransaction/reserve":174,"./assetTransactionType":168,"./authorization":175,"./categoryCode":176,"./clientUser":177,"./cognito":178,"./creativeWork/comment":180,"./creativeWork/message/email":181,"./creativeWork/movie":182,"./creativeWork/softwareApplication/webApplication":183,"./creativeWorkType":179,"./customer":184,"./encodingFormat":185,"./errorCode":186,"./errors":198,"./event/anyEvent":201,"./event/screeningEvent":202,"./event/screeningEventSeries":203,"./eventStatusType":199,"./eventType":200,"./iam":204,"./invoice":206,"./itemAvailability":207,"./language":208,"./merchantReturnPolicy":209,"./monetaryAmount":210,"./offer":211,"./offer/aggregateOffer":215,"./offerCatalog":212,"./offerItemCondition":213,"./offerType":214,"./order":216,"./orderStatus":217,"./organization":218,"./organizationType":219,"./ownershipInfo":220,"./paymentMethod/paymentCard/creditCard":221,"./paymentMethod/paymentCard/movieTicket":222,"./paymentStatusType":223,"./permit":224,"./person":225,"./personType":226,"./place/busStop":228,"./place/movieTheater":229,"./place/screeningRoom":230,"./place/screeningRoomSection":231,"./place/seat":232,"./placeType":227,"./priceCurrency":233,"./priceSpecification/unitPriceSpecification":235,"./priceSpecificationType":234,"./product":236,"./programMembership":237,"./project":238,"./propertyValue":239,"./propertyValue/locationFeatureSpecification":240,"./qualitativeValue":241,"./quantitativeValue":242,"./report/accountingReport":243,"./reservation/busReservation":246,"./reservation/event":247,"./reservationStatusType":244,"./reservationType":245,"./seller":248,"./service/paymentService":249,"./service/webAPI":250,"./sortType":251,"./task/accountMoneyTransfer":254,"./task/aggregateScreeningEvent":255,"./task/aggregateUseActionsOnEvent":256,"./task/cancelAccountMoneyTransfer":257,"./task/cancelMoneyTransfer":258,"./task/cancelPendingReservation":259,"./task/cancelReservation":260,"./task/createEvent":261,"./task/deleteTransaction":262,"./task/importEventCapacitiesFromCOA":263,"./task/importEventsFromCOA":264,"./task/importOffersFromCOA":265,"./task/moneyTransfer":266,"./task/onAuthorizationCreated":267,"./task/onEventChanged":268,"./task/onResourceUpdated":269,"./task/pay":270,"./task/refund":271,"./task/registerService":272,"./task/reserve":273,"./task/sendEmailMessage":274,"./task/syncScreeningRooms":275,"./task/triggerWebhook":276,"./task/useReservation":277,"./task/voidPayment":278,"./taskName":252,"./taskStatus":253,"./thing":279,"./transaction/moneyTransfer":283,"./transaction/placeOrder":284,"./transaction/returnOrder":285,"./transactionStatusType":280,"./transactionTasksExportationStatus":281,"./transactionType":282,"./trip/busTrip":287,"./tripType":286,"./unitCode":288,"./unitPriceOffer":289,"@waiter/factory":305}],206:[function(require,module,exports){
21177
+ arguments[4][61][0].apply(exports,arguments)
21178
+ },{"dup":61}],207:[function(require,module,exports){
20702
21179
  "use strict";
20703
21180
  Object.defineProperty(exports, "__esModule", { value: true });
20704
21181
  exports.ItemAvailability = void 0;
@@ -20718,9 +21195,9 @@ var ItemAvailability;
20718
21195
  ItemAvailability["SoldOut"] = "SoldOut";
20719
21196
  })(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
20720
21197
 
20721
- },{}],204:[function(require,module,exports){
20722
- arguments[4][58][0].apply(exports,arguments)
20723
- },{"dup":58}],205:[function(require,module,exports){
21198
+ },{}],208:[function(require,module,exports){
21199
+ arguments[4][61][0].apply(exports,arguments)
21200
+ },{"dup":61}],209:[function(require,module,exports){
20724
21201
  "use strict";
20725
21202
  Object.defineProperty(exports, "__esModule", { value: true });
20726
21203
  exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
@@ -20771,15 +21248,15 @@ var MerchantReturnEnumeration;
20771
21248
  MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
20772
21249
  })(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
20773
21250
 
20774
- },{}],206:[function(require,module,exports){
20775
- arguments[4][58][0].apply(exports,arguments)
20776
- },{"dup":58}],207:[function(require,module,exports){
20777
- arguments[4][58][0].apply(exports,arguments)
20778
- },{"dup":58}],208:[function(require,module,exports){
20779
- arguments[4][58][0].apply(exports,arguments)
20780
- },{"dup":58}],209:[function(require,module,exports){
20781
- arguments[4][58][0].apply(exports,arguments)
20782
- },{"dup":58}],210:[function(require,module,exports){
21251
+ },{}],210:[function(require,module,exports){
21252
+ arguments[4][61][0].apply(exports,arguments)
21253
+ },{"dup":61}],211:[function(require,module,exports){
21254
+ arguments[4][61][0].apply(exports,arguments)
21255
+ },{"dup":61}],212:[function(require,module,exports){
21256
+ arguments[4][61][0].apply(exports,arguments)
21257
+ },{"dup":61}],213:[function(require,module,exports){
21258
+ arguments[4][61][0].apply(exports,arguments)
21259
+ },{"dup":61}],214:[function(require,module,exports){
20783
21260
  "use strict";
20784
21261
  Object.defineProperty(exports, "__esModule", { value: true });
20785
21262
  exports.OfferType = void 0;
@@ -20792,9 +21269,9 @@ var OfferType;
20792
21269
  OfferType["AggregateOffer"] = "AggregateOffer";
20793
21270
  })(OfferType = exports.OfferType || (exports.OfferType = {}));
20794
21271
 
20795
- },{}],211:[function(require,module,exports){
20796
- arguments[4][58][0].apply(exports,arguments)
20797
- },{"dup":58}],212:[function(require,module,exports){
21272
+ },{}],215:[function(require,module,exports){
21273
+ arguments[4][61][0].apply(exports,arguments)
21274
+ },{"dup":61}],216:[function(require,module,exports){
20798
21275
  "use strict";
20799
21276
  Object.defineProperty(exports, "__esModule", { value: true });
20800
21277
  exports.OrderType = void 0;
@@ -20803,7 +21280,7 @@ var OrderType;
20803
21280
  OrderType["Order"] = "Order";
20804
21281
  })(OrderType = exports.OrderType || (exports.OrderType = {}));
20805
21282
 
20806
- },{}],213:[function(require,module,exports){
21283
+ },{}],217:[function(require,module,exports){
20807
21284
  "use strict";
20808
21285
  Object.defineProperty(exports, "__esModule", { value: true });
20809
21286
  exports.OrderStatus = void 0;
@@ -20822,9 +21299,9 @@ var OrderStatus;
20822
21299
  OrderStatus["OrderReturned"] = "OrderReturned";
20823
21300
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
20824
21301
 
20825
- },{}],214:[function(require,module,exports){
20826
- arguments[4][58][0].apply(exports,arguments)
20827
- },{"dup":58}],215:[function(require,module,exports){
21302
+ },{}],218:[function(require,module,exports){
21303
+ arguments[4][61][0].apply(exports,arguments)
21304
+ },{"dup":61}],219:[function(require,module,exports){
20828
21305
  "use strict";
20829
21306
  Object.defineProperty(exports, "__esModule", { value: true });
20830
21307
  exports.OrganizationType = void 0;
@@ -20849,13 +21326,13 @@ var OrganizationType;
20849
21326
  OrganizationType["Project"] = "Project";
20850
21327
  })(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
20851
21328
 
20852
- },{}],216:[function(require,module,exports){
20853
- arguments[4][58][0].apply(exports,arguments)
20854
- },{"dup":58}],217:[function(require,module,exports){
20855
- arguments[4][58][0].apply(exports,arguments)
20856
- },{"dup":58}],218:[function(require,module,exports){
20857
- arguments[4][58][0].apply(exports,arguments)
20858
- },{"dup":58}],219:[function(require,module,exports){
21329
+ },{}],220:[function(require,module,exports){
21330
+ arguments[4][61][0].apply(exports,arguments)
21331
+ },{"dup":61}],221:[function(require,module,exports){
21332
+ arguments[4][61][0].apply(exports,arguments)
21333
+ },{"dup":61}],222:[function(require,module,exports){
21334
+ arguments[4][61][0].apply(exports,arguments)
21335
+ },{"dup":61}],223:[function(require,module,exports){
20859
21336
  "use strict";
20860
21337
  Object.defineProperty(exports, "__esModule", { value: true });
20861
21338
  exports.PaymentStatusType = void 0;
@@ -20871,7 +21348,7 @@ var PaymentStatusType;
20871
21348
  PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
20872
21349
  })(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
20873
21350
 
20874
- },{}],220:[function(require,module,exports){
21351
+ },{}],224:[function(require,module,exports){
20875
21352
  "use strict";
20876
21353
  Object.defineProperty(exports, "__esModule", { value: true });
20877
21354
  exports.PermitType = void 0;
@@ -20880,9 +21357,9 @@ var PermitType;
20880
21357
  PermitType["Permit"] = "Permit";
20881
21358
  })(PermitType = exports.PermitType || (exports.PermitType = {}));
20882
21359
 
20883
- },{}],221:[function(require,module,exports){
20884
- arguments[4][58][0].apply(exports,arguments)
20885
- },{"dup":58}],222:[function(require,module,exports){
21360
+ },{}],225:[function(require,module,exports){
21361
+ arguments[4][61][0].apply(exports,arguments)
21362
+ },{"dup":61}],226:[function(require,module,exports){
20886
21363
  "use strict";
20887
21364
  Object.defineProperty(exports, "__esModule", { value: true });
20888
21365
  exports.PersonType = void 0;
@@ -20894,7 +21371,7 @@ var PersonType;
20894
21371
  PersonType["Person"] = "Person";
20895
21372
  })(PersonType = exports.PersonType || (exports.PersonType = {}));
20896
21373
 
20897
- },{}],223:[function(require,module,exports){
21374
+ },{}],227:[function(require,module,exports){
20898
21375
  "use strict";
20899
21376
  Object.defineProperty(exports, "__esModule", { value: true });
20900
21377
  exports.PlaceType = void 0;
@@ -20912,17 +21389,17 @@ var PlaceType;
20912
21389
  PlaceType["Seat"] = "Seat";
20913
21390
  })(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
20914
21391
 
20915
- },{}],224:[function(require,module,exports){
20916
- arguments[4][58][0].apply(exports,arguments)
20917
- },{"dup":58}],225:[function(require,module,exports){
20918
- arguments[4][58][0].apply(exports,arguments)
20919
- },{"dup":58}],226:[function(require,module,exports){
20920
- arguments[4][58][0].apply(exports,arguments)
20921
- },{"dup":58}],227:[function(require,module,exports){
20922
- arguments[4][58][0].apply(exports,arguments)
20923
- },{"dup":58}],228:[function(require,module,exports){
20924
- arguments[4][58][0].apply(exports,arguments)
20925
- },{"dup":58}],229:[function(require,module,exports){
21392
+ },{}],228:[function(require,module,exports){
21393
+ arguments[4][61][0].apply(exports,arguments)
21394
+ },{"dup":61}],229:[function(require,module,exports){
21395
+ arguments[4][61][0].apply(exports,arguments)
21396
+ },{"dup":61}],230:[function(require,module,exports){
21397
+ arguments[4][61][0].apply(exports,arguments)
21398
+ },{"dup":61}],231:[function(require,module,exports){
21399
+ arguments[4][61][0].apply(exports,arguments)
21400
+ },{"dup":61}],232:[function(require,module,exports){
21401
+ arguments[4][61][0].apply(exports,arguments)
21402
+ },{"dup":61}],233:[function(require,module,exports){
20926
21403
  "use strict";
20927
21404
  Object.defineProperty(exports, "__esModule", { value: true });
20928
21405
  exports.PriceCurrency = void 0;
@@ -20936,7 +21413,7 @@ var PriceCurrency;
20936
21413
  PriceCurrency["JPY"] = "JPY";
20937
21414
  })(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
20938
21415
 
20939
- },{}],230:[function(require,module,exports){
21416
+ },{}],234:[function(require,module,exports){
20940
21417
  "use strict";
20941
21418
  Object.defineProperty(exports, "__esModule", { value: true });
20942
21419
  exports.PriceSpecificationType = void 0;
@@ -20967,9 +21444,9 @@ var PriceSpecificationType;
20967
21444
  PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
20968
21445
  })(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
20969
21446
 
20970
- },{}],231:[function(require,module,exports){
20971
- arguments[4][58][0].apply(exports,arguments)
20972
- },{"dup":58}],232:[function(require,module,exports){
21447
+ },{}],235:[function(require,module,exports){
21448
+ arguments[4][61][0].apply(exports,arguments)
21449
+ },{"dup":61}],236:[function(require,module,exports){
20973
21450
  "use strict";
20974
21451
  Object.defineProperty(exports, "__esModule", { value: true });
20975
21452
  exports.ProductType = void 0;
@@ -21000,7 +21477,7 @@ var ProductType;
21000
21477
  ProductType["Transportation"] = "Transportation";
21001
21478
  })(ProductType = exports.ProductType || (exports.ProductType = {}));
21002
21479
 
21003
- },{}],233:[function(require,module,exports){
21480
+ },{}],237:[function(require,module,exports){
21004
21481
  "use strict";
21005
21482
  Object.defineProperty(exports, "__esModule", { value: true });
21006
21483
  exports.ProgramMembershipType = void 0;
@@ -21009,9 +21486,9 @@ var ProgramMembershipType;
21009
21486
  ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
21010
21487
  })(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
21011
21488
 
21012
- },{}],234:[function(require,module,exports){
21013
- arguments[4][58][0].apply(exports,arguments)
21014
- },{"dup":58}],235:[function(require,module,exports){
21489
+ },{}],238:[function(require,module,exports){
21490
+ arguments[4][61][0].apply(exports,arguments)
21491
+ },{"dup":61}],239:[function(require,module,exports){
21015
21492
  "use strict";
21016
21493
  Object.defineProperty(exports, "__esModule", { value: true });
21017
21494
  exports.PropertyValueType = void 0;
@@ -21020,11 +21497,11 @@ var PropertyValueType;
21020
21497
  PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
21021
21498
  })(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
21022
21499
 
21023
- },{}],236:[function(require,module,exports){
21024
- arguments[4][58][0].apply(exports,arguments)
21025
- },{"dup":58}],237:[function(require,module,exports){
21026
- arguments[4][58][0].apply(exports,arguments)
21027
- },{"dup":58}],238:[function(require,module,exports){
21500
+ },{}],240:[function(require,module,exports){
21501
+ arguments[4][61][0].apply(exports,arguments)
21502
+ },{"dup":61}],241:[function(require,module,exports){
21503
+ arguments[4][61][0].apply(exports,arguments)
21504
+ },{"dup":61}],242:[function(require,module,exports){
21028
21505
  "use strict";
21029
21506
  Object.defineProperty(exports, "__esModule", { value: true });
21030
21507
  exports.StringValue = void 0;
@@ -21033,9 +21510,9 @@ var StringValue;
21033
21510
  StringValue["Infinity"] = "Infinity";
21034
21511
  })(StringValue = exports.StringValue || (exports.StringValue = {}));
21035
21512
 
21036
- },{}],239:[function(require,module,exports){
21037
- arguments[4][58][0].apply(exports,arguments)
21038
- },{"dup":58}],240:[function(require,module,exports){
21513
+ },{}],243:[function(require,module,exports){
21514
+ arguments[4][61][0].apply(exports,arguments)
21515
+ },{"dup":61}],244:[function(require,module,exports){
21039
21516
  "use strict";
21040
21517
  Object.defineProperty(exports, "__esModule", { value: true });
21041
21518
  exports.ReservationStatusType = void 0;
@@ -21062,7 +21539,7 @@ var ReservationStatusType;
21062
21539
  ReservationStatusType["ReservationPending"] = "ReservationPending";
21063
21540
  })(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
21064
21541
 
21065
- },{}],241:[function(require,module,exports){
21542
+ },{}],245:[function(require,module,exports){
21066
21543
  "use strict";
21067
21544
  Object.defineProperty(exports, "__esModule", { value: true });
21068
21545
  exports.ReservationType = void 0;
@@ -21076,13 +21553,13 @@ var ReservationType;
21076
21553
  ReservationType["ReservationPackage"] = "ReservationPackage";
21077
21554
  })(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
21078
21555
 
21079
- },{}],242:[function(require,module,exports){
21080
- arguments[4][58][0].apply(exports,arguments)
21081
- },{"dup":58}],243:[function(require,module,exports){
21082
- arguments[4][58][0].apply(exports,arguments)
21083
- },{"dup":58}],244:[function(require,module,exports){
21084
- arguments[4][58][0].apply(exports,arguments)
21085
- },{"dup":58}],245:[function(require,module,exports){
21556
+ },{}],246:[function(require,module,exports){
21557
+ arguments[4][61][0].apply(exports,arguments)
21558
+ },{"dup":61}],247:[function(require,module,exports){
21559
+ arguments[4][61][0].apply(exports,arguments)
21560
+ },{"dup":61}],248:[function(require,module,exports){
21561
+ arguments[4][61][0].apply(exports,arguments)
21562
+ },{"dup":61}],249:[function(require,module,exports){
21086
21563
  "use strict";
21087
21564
  Object.defineProperty(exports, "__esModule", { value: true });
21088
21565
  exports.PaymentServiceType = void 0;
@@ -21094,7 +21571,7 @@ var PaymentServiceType;
21094
21571
  PaymentServiceType["PaymentCard"] = "PaymentCard";
21095
21572
  })(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
21096
21573
 
21097
- },{}],246:[function(require,module,exports){
21574
+ },{}],250:[function(require,module,exports){
21098
21575
  "use strict";
21099
21576
  Object.defineProperty(exports, "__esModule", { value: true });
21100
21577
  exports.Identifier = void 0;
@@ -21104,7 +21581,7 @@ var Identifier;
21104
21581
  Identifier["Chevre"] = "Chevre";
21105
21582
  })(Identifier = exports.Identifier || (exports.Identifier = {}));
21106
21583
 
21107
- },{}],247:[function(require,module,exports){
21584
+ },{}],251:[function(require,module,exports){
21108
21585
  "use strict";
21109
21586
  Object.defineProperty(exports, "__esModule", { value: true });
21110
21587
  exports.SortType = void 0;
@@ -21117,7 +21594,7 @@ var SortType;
21117
21594
  SortType[SortType["Descending"] = -1] = "Descending";
21118
21595
  })(SortType = exports.SortType || (exports.SortType = {}));
21119
21596
 
21120
- },{}],248:[function(require,module,exports){
21597
+ },{}],252:[function(require,module,exports){
21121
21598
  "use strict";
21122
21599
  Object.defineProperty(exports, "__esModule", { value: true });
21123
21600
  exports.TaskName = void 0;
@@ -21243,7 +21720,7 @@ var TaskName;
21243
21720
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
21244
21721
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
21245
21722
 
21246
- },{}],249:[function(require,module,exports){
21723
+ },{}],253:[function(require,module,exports){
21247
21724
  "use strict";
21248
21725
  Object.defineProperty(exports, "__esModule", { value: true });
21249
21726
  exports.TaskStatus = void 0;
@@ -21270,23 +21747,23 @@ var TaskStatus;
21270
21747
  TaskStatus["Aborted"] = "Aborted";
21271
21748
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
21272
21749
 
21273
- },{}],250:[function(require,module,exports){
21274
- arguments[4][58][0].apply(exports,arguments)
21275
- },{"dup":58}],251:[function(require,module,exports){
21276
- arguments[4][58][0].apply(exports,arguments)
21277
- },{"dup":58}],252:[function(require,module,exports){
21278
- arguments[4][58][0].apply(exports,arguments)
21279
- },{"dup":58}],253:[function(require,module,exports){
21280
- arguments[4][58][0].apply(exports,arguments)
21281
- },{"dup":58}],254:[function(require,module,exports){
21282
- arguments[4][58][0].apply(exports,arguments)
21283
- },{"dup":58}],255:[function(require,module,exports){
21284
- arguments[4][58][0].apply(exports,arguments)
21285
- },{"dup":58}],256:[function(require,module,exports){
21286
- arguments[4][58][0].apply(exports,arguments)
21287
- },{"dup":58}],257:[function(require,module,exports){
21288
- arguments[4][58][0].apply(exports,arguments)
21289
- },{"dup":58}],258:[function(require,module,exports){
21750
+ },{}],254:[function(require,module,exports){
21751
+ arguments[4][61][0].apply(exports,arguments)
21752
+ },{"dup":61}],255:[function(require,module,exports){
21753
+ arguments[4][61][0].apply(exports,arguments)
21754
+ },{"dup":61}],256:[function(require,module,exports){
21755
+ arguments[4][61][0].apply(exports,arguments)
21756
+ },{"dup":61}],257:[function(require,module,exports){
21757
+ arguments[4][61][0].apply(exports,arguments)
21758
+ },{"dup":61}],258:[function(require,module,exports){
21759
+ arguments[4][61][0].apply(exports,arguments)
21760
+ },{"dup":61}],259:[function(require,module,exports){
21761
+ arguments[4][61][0].apply(exports,arguments)
21762
+ },{"dup":61}],260:[function(require,module,exports){
21763
+ arguments[4][61][0].apply(exports,arguments)
21764
+ },{"dup":61}],261:[function(require,module,exports){
21765
+ arguments[4][61][0].apply(exports,arguments)
21766
+ },{"dup":61}],262:[function(require,module,exports){
21290
21767
  "use strict";
21291
21768
  Object.defineProperty(exports, "__esModule", { value: true });
21292
21769
  exports.SpecifyingMethod = void 0;
@@ -21299,41 +21776,41 @@ var SpecifyingMethod;
21299
21776
  SpecifyingMethod["AgentId"] = "AgentId";
21300
21777
  })(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
21301
21778
 
21302
- },{}],259:[function(require,module,exports){
21303
- arguments[4][58][0].apply(exports,arguments)
21304
- },{"dup":58}],260:[function(require,module,exports){
21305
- arguments[4][58][0].apply(exports,arguments)
21306
- },{"dup":58}],261:[function(require,module,exports){
21307
- arguments[4][58][0].apply(exports,arguments)
21308
- },{"dup":58}],262:[function(require,module,exports){
21309
- arguments[4][58][0].apply(exports,arguments)
21310
- },{"dup":58}],263:[function(require,module,exports){
21311
- arguments[4][58][0].apply(exports,arguments)
21312
- },{"dup":58}],264:[function(require,module,exports){
21313
- arguments[4][58][0].apply(exports,arguments)
21314
- },{"dup":58}],265:[function(require,module,exports){
21315
- arguments[4][58][0].apply(exports,arguments)
21316
- },{"dup":58}],266:[function(require,module,exports){
21317
- arguments[4][58][0].apply(exports,arguments)
21318
- },{"dup":58}],267:[function(require,module,exports){
21319
- arguments[4][58][0].apply(exports,arguments)
21320
- },{"dup":58}],268:[function(require,module,exports){
21321
- arguments[4][58][0].apply(exports,arguments)
21322
- },{"dup":58}],269:[function(require,module,exports){
21323
- arguments[4][58][0].apply(exports,arguments)
21324
- },{"dup":58}],270:[function(require,module,exports){
21325
- arguments[4][58][0].apply(exports,arguments)
21326
- },{"dup":58}],271:[function(require,module,exports){
21327
- arguments[4][58][0].apply(exports,arguments)
21328
- },{"dup":58}],272:[function(require,module,exports){
21329
- arguments[4][58][0].apply(exports,arguments)
21330
- },{"dup":58}],273:[function(require,module,exports){
21331
- arguments[4][58][0].apply(exports,arguments)
21332
- },{"dup":58}],274:[function(require,module,exports){
21333
- arguments[4][58][0].apply(exports,arguments)
21334
- },{"dup":58}],275:[function(require,module,exports){
21335
- arguments[4][58][0].apply(exports,arguments)
21336
- },{"dup":58}],276:[function(require,module,exports){
21779
+ },{}],263:[function(require,module,exports){
21780
+ arguments[4][61][0].apply(exports,arguments)
21781
+ },{"dup":61}],264:[function(require,module,exports){
21782
+ arguments[4][61][0].apply(exports,arguments)
21783
+ },{"dup":61}],265:[function(require,module,exports){
21784
+ arguments[4][61][0].apply(exports,arguments)
21785
+ },{"dup":61}],266:[function(require,module,exports){
21786
+ arguments[4][61][0].apply(exports,arguments)
21787
+ },{"dup":61}],267:[function(require,module,exports){
21788
+ arguments[4][61][0].apply(exports,arguments)
21789
+ },{"dup":61}],268:[function(require,module,exports){
21790
+ arguments[4][61][0].apply(exports,arguments)
21791
+ },{"dup":61}],269:[function(require,module,exports){
21792
+ arguments[4][61][0].apply(exports,arguments)
21793
+ },{"dup":61}],270:[function(require,module,exports){
21794
+ arguments[4][61][0].apply(exports,arguments)
21795
+ },{"dup":61}],271:[function(require,module,exports){
21796
+ arguments[4][61][0].apply(exports,arguments)
21797
+ },{"dup":61}],272:[function(require,module,exports){
21798
+ arguments[4][61][0].apply(exports,arguments)
21799
+ },{"dup":61}],273:[function(require,module,exports){
21800
+ arguments[4][61][0].apply(exports,arguments)
21801
+ },{"dup":61}],274:[function(require,module,exports){
21802
+ arguments[4][61][0].apply(exports,arguments)
21803
+ },{"dup":61}],275:[function(require,module,exports){
21804
+ arguments[4][61][0].apply(exports,arguments)
21805
+ },{"dup":61}],276:[function(require,module,exports){
21806
+ arguments[4][61][0].apply(exports,arguments)
21807
+ },{"dup":61}],277:[function(require,module,exports){
21808
+ arguments[4][61][0].apply(exports,arguments)
21809
+ },{"dup":61}],278:[function(require,module,exports){
21810
+ arguments[4][61][0].apply(exports,arguments)
21811
+ },{"dup":61}],279:[function(require,module,exports){
21812
+ arguments[4][61][0].apply(exports,arguments)
21813
+ },{"dup":61}],280:[function(require,module,exports){
21337
21814
  "use strict";
21338
21815
  Object.defineProperty(exports, "__esModule", { value: true });
21339
21816
  exports.TransactionStatusType = void 0;
@@ -21348,7 +21825,7 @@ var TransactionStatusType;
21348
21825
  TransactionStatusType["Expired"] = "Expired";
21349
21826
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
21350
21827
 
21351
- },{}],277:[function(require,module,exports){
21828
+ },{}],281:[function(require,module,exports){
21352
21829
  "use strict";
21353
21830
  Object.defineProperty(exports, "__esModule", { value: true });
21354
21831
  exports.TransactionTasksExportationStatus = void 0;
@@ -21371,7 +21848,7 @@ var TransactionTasksExportationStatus;
21371
21848
  TransactionTasksExportationStatus["Exported"] = "Exported";
21372
21849
  })(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
21373
21850
 
21374
- },{}],278:[function(require,module,exports){
21851
+ },{}],282:[function(require,module,exports){
21375
21852
  "use strict";
21376
21853
  /**
21377
21854
  * 取引タイプ
@@ -21394,11 +21871,11 @@ var TransactionType;
21394
21871
  TransactionType["ReturnOrder"] = "ReturnOrder";
21395
21872
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
21396
21873
 
21397
- },{}],279:[function(require,module,exports){
21398
- arguments[4][58][0].apply(exports,arguments)
21399
- },{"dup":58}],280:[function(require,module,exports){
21400
- arguments[4][58][0].apply(exports,arguments)
21401
- },{"dup":58}],281:[function(require,module,exports){
21874
+ },{}],283:[function(require,module,exports){
21875
+ arguments[4][61][0].apply(exports,arguments)
21876
+ },{"dup":61}],284:[function(require,module,exports){
21877
+ arguments[4][61][0].apply(exports,arguments)
21878
+ },{"dup":61}],285:[function(require,module,exports){
21402
21879
  "use strict";
21403
21880
  Object.defineProperty(exports, "__esModule", { value: true });
21404
21881
  exports.Reason = void 0;
@@ -21417,7 +21894,7 @@ var Reason;
21417
21894
  Reason["Seller"] = "Seller";
21418
21895
  })(Reason = exports.Reason || (exports.Reason = {}));
21419
21896
 
21420
- },{}],282:[function(require,module,exports){
21897
+ },{}],286:[function(require,module,exports){
21421
21898
  "use strict";
21422
21899
  Object.defineProperty(exports, "__esModule", { value: true });
21423
21900
  exports.TripType = void 0;
@@ -21430,9 +21907,9 @@ var TripType;
21430
21907
  TripType["Trip"] = "Trip";
21431
21908
  })(TripType = exports.TripType || (exports.TripType = {}));
21432
21909
 
21433
- },{}],283:[function(require,module,exports){
21434
- arguments[4][58][0].apply(exports,arguments)
21435
- },{"dup":58}],284:[function(require,module,exports){
21910
+ },{}],287:[function(require,module,exports){
21911
+ arguments[4][61][0].apply(exports,arguments)
21912
+ },{"dup":61}],288:[function(require,module,exports){
21436
21913
  "use strict";
21437
21914
  Object.defineProperty(exports, "__esModule", { value: true });
21438
21915
  exports.UnitCode = void 0;
@@ -21459,11 +21936,11 @@ var UnitCode;
21459
21936
  UnitCode["Sec"] = "SEC";
21460
21937
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
21461
21938
 
21462
- },{}],285:[function(require,module,exports){
21463
- arguments[4][58][0].apply(exports,arguments)
21464
- },{"dup":58}],286:[function(require,module,exports){
21465
- arguments[4][58][0].apply(exports,arguments)
21466
- },{"dup":58}],287:[function(require,module,exports){
21939
+ },{}],289:[function(require,module,exports){
21940
+ arguments[4][61][0].apply(exports,arguments)
21941
+ },{"dup":61}],290:[function(require,module,exports){
21942
+ arguments[4][61][0].apply(exports,arguments)
21943
+ },{"dup":61}],291:[function(require,module,exports){
21467
21944
  "use strict";
21468
21945
  Object.defineProperty(exports, "__esModule", { value: true });
21469
21946
  /**
@@ -21482,7 +21959,7 @@ var ErrorCode;
21482
21959
  ErrorCode["Unauthorized"] = "Unauthorized";
21483
21960
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
21484
21961
 
21485
- },{}],288:[function(require,module,exports){
21962
+ },{}],292:[function(require,module,exports){
21486
21963
  "use strict";
21487
21964
  var __extends = (this && this.__extends) || (function () {
21488
21965
  var extendStatics = function (d, b) {
@@ -21523,7 +22000,7 @@ var ArgumentError = /** @class */ (function (_super) {
21523
22000
  }(waiter_1.WaiterError));
21524
22001
  exports.ArgumentError = ArgumentError;
21525
22002
 
21526
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],289:[function(require,module,exports){
22003
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],293:[function(require,module,exports){
21527
22004
  "use strict";
21528
22005
  var __extends = (this && this.__extends) || (function () {
21529
22006
  var extendStatics = function (d, b) {
@@ -21564,7 +22041,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
21564
22041
  }(waiter_1.WaiterError));
21565
22042
  exports.ArgumentNullError = ArgumentNullError;
21566
22043
 
21567
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],290:[function(require,module,exports){
22044
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],294:[function(require,module,exports){
21568
22045
  "use strict";
21569
22046
  var __extends = (this && this.__extends) || (function () {
21570
22047
  var extendStatics = function (d, b) {
@@ -21604,7 +22081,7 @@ var ForbiddenError = /** @class */ (function (_super) {
21604
22081
  }(waiter_1.WaiterError));
21605
22082
  exports.ForbiddenError = ForbiddenError;
21606
22083
 
21607
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],291:[function(require,module,exports){
22084
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],295:[function(require,module,exports){
21608
22085
  "use strict";
21609
22086
  var __extends = (this && this.__extends) || (function () {
21610
22087
  var extendStatics = function (d, b) {
@@ -21645,7 +22122,7 @@ var NotFoundError = /** @class */ (function (_super) {
21645
22122
  }(waiter_1.WaiterError));
21646
22123
  exports.NotFoundError = NotFoundError;
21647
22124
 
21648
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],292:[function(require,module,exports){
22125
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],296:[function(require,module,exports){
21649
22126
  "use strict";
21650
22127
  var __extends = (this && this.__extends) || (function () {
21651
22128
  var extendStatics = function (d, b) {
@@ -21685,7 +22162,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
21685
22162
  }(waiter_1.WaiterError));
21686
22163
  exports.RateLimitExceededError = RateLimitExceededError;
21687
22164
 
21688
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],293:[function(require,module,exports){
22165
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],297:[function(require,module,exports){
21689
22166
  "use strict";
21690
22167
  var __extends = (this && this.__extends) || (function () {
21691
22168
  var extendStatics = function (d, b) {
@@ -21725,7 +22202,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
21725
22202
  }(waiter_1.WaiterError));
21726
22203
  exports.ServiceUnavailableError = ServiceUnavailableError;
21727
22204
 
21728
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],294:[function(require,module,exports){
22205
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],298:[function(require,module,exports){
21729
22206
  "use strict";
21730
22207
  var __extends = (this && this.__extends) || (function () {
21731
22208
  var extendStatics = function (d, b) {
@@ -21765,7 +22242,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
21765
22242
  }(waiter_1.WaiterError));
21766
22243
  exports.UnauthorizedError = UnauthorizedError;
21767
22244
 
21768
- },{"../errorCode":287,"./waiter":295,"setprototypeof":330}],295:[function(require,module,exports){
22245
+ },{"../errorCode":291,"./waiter":299,"setprototypeof":334}],299:[function(require,module,exports){
21769
22246
  "use strict";
21770
22247
  var __extends = (this && this.__extends) || (function () {
21771
22248
  var extendStatics = function (d, b) {
@@ -21798,7 +22275,7 @@ var WaiterError = /** @class */ (function (_super) {
21798
22275
  }(Error));
21799
22276
  exports.WaiterError = WaiterError;
21800
22277
 
21801
- },{}],296:[function(require,module,exports){
22278
+ },{}],300:[function(require,module,exports){
21802
22279
  "use strict";
21803
22280
  Object.defineProperty(exports, "__esModule", { value: true });
21804
22281
  /**
@@ -21821,15 +22298,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
21821
22298
  var waiter_1 = require("./error/waiter");
21822
22299
  exports.Waiter = waiter_1.WaiterError;
21823
22300
 
21824
- },{"./error/argument":288,"./error/argumentNull":289,"./error/forbidden":290,"./error/notFound":291,"./error/rateLimitExceeded":292,"./error/serviceUnavailable":293,"./error/unauthorized":294,"./error/waiter":295}],297:[function(require,module,exports){
21825
- arguments[4][58][0].apply(exports,arguments)
21826
- },{"dup":58}],298:[function(require,module,exports){
21827
- arguments[4][58][0].apply(exports,arguments)
21828
- },{"dup":58}],299:[function(require,module,exports){
21829
- arguments[4][58][0].apply(exports,arguments)
21830
- },{"dup":58}],300:[function(require,module,exports){
21831
- arguments[4][58][0].apply(exports,arguments)
21832
- },{"dup":58}],301:[function(require,module,exports){
22301
+ },{"./error/argument":292,"./error/argumentNull":293,"./error/forbidden":294,"./error/notFound":295,"./error/rateLimitExceeded":296,"./error/serviceUnavailable":297,"./error/unauthorized":298,"./error/waiter":299}],301:[function(require,module,exports){
22302
+ arguments[4][61][0].apply(exports,arguments)
22303
+ },{"dup":61}],302:[function(require,module,exports){
22304
+ arguments[4][61][0].apply(exports,arguments)
22305
+ },{"dup":61}],303:[function(require,module,exports){
22306
+ arguments[4][61][0].apply(exports,arguments)
22307
+ },{"dup":61}],304:[function(require,module,exports){
22308
+ arguments[4][61][0].apply(exports,arguments)
22309
+ },{"dup":61}],305:[function(require,module,exports){
21833
22310
  "use strict";
21834
22311
  Object.defineProperty(exports, "__esModule", { value: true });
21835
22312
  /**
@@ -21850,7 +22327,7 @@ exports.rule = rule;
21850
22327
  var ruleSet = require("./factory/ruleSet");
21851
22328
  exports.ruleSet = ruleSet;
21852
22329
 
21853
- },{"./factory/client":286,"./factory/errorCode":287,"./factory/errors":296,"./factory/passport":297,"./factory/project":298,"./factory/rule":299,"./factory/ruleSet":300}],302:[function(require,module,exports){
22330
+ },{"./factory/client":290,"./factory/errorCode":291,"./factory/errors":300,"./factory/passport":301,"./factory/project":302,"./factory/rule":303,"./factory/ruleSet":304}],306:[function(require,module,exports){
21854
22331
  'use strict'
21855
22332
 
21856
22333
  exports.byteLength = byteLength
@@ -22004,9 +22481,9 @@ function fromByteArray (uint8) {
22004
22481
  return parts.join('')
22005
22482
  }
22006
22483
 
22007
- },{}],303:[function(require,module,exports){
22484
+ },{}],307:[function(require,module,exports){
22008
22485
 
22009
- },{}],304:[function(require,module,exports){
22486
+ },{}],308:[function(require,module,exports){
22010
22487
  (function (Buffer){
22011
22488
  /*!
22012
22489
  * The buffer module from node.js, for the browser.
@@ -23787,7 +24264,7 @@ function numberIsNaN (obj) {
23787
24264
  }
23788
24265
 
23789
24266
  }).call(this,require("buffer").Buffer)
23790
- },{"base64-js":302,"buffer":304,"ieee754":318}],305:[function(require,module,exports){
24267
+ },{"base64-js":306,"buffer":308,"ieee754":322}],309:[function(require,module,exports){
23791
24268
  'use strict';
23792
24269
 
23793
24270
  var GetIntrinsic = require('get-intrinsic');
@@ -23804,7 +24281,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
23804
24281
  return intrinsic;
23805
24282
  };
23806
24283
 
23807
- },{"./":306,"get-intrinsic":312}],306:[function(require,module,exports){
24284
+ },{"./":310,"get-intrinsic":316}],310:[function(require,module,exports){
23808
24285
  'use strict';
23809
24286
 
23810
24287
  var bind = require('function-bind');
@@ -23853,7 +24330,7 @@ if ($defineProperty) {
23853
24330
  module.exports.apply = applyBind;
23854
24331
  }
23855
24332
 
23856
- },{"function-bind":311,"get-intrinsic":312}],307:[function(require,module,exports){
24333
+ },{"function-bind":315,"get-intrinsic":316}],311:[function(require,module,exports){
23857
24334
  /**
23858
24335
  * Helpers.
23859
24336
  */
@@ -24017,7 +24494,7 @@ function plural(ms, msAbs, n, name) {
24017
24494
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
24018
24495
  }
24019
24496
 
24020
- },{}],308:[function(require,module,exports){
24497
+ },{}],312:[function(require,module,exports){
24021
24498
  (function (process){
24022
24499
  "use strict";
24023
24500
 
@@ -24201,7 +24678,7 @@ formatters.j = function (v) {
24201
24678
 
24202
24679
 
24203
24680
  }).call(this,require('_process'))
24204
- },{"./common":309,"_process":321}],309:[function(require,module,exports){
24681
+ },{"./common":313,"_process":325}],313:[function(require,module,exports){
24205
24682
  "use strict";
24206
24683
 
24207
24684
  /**
@@ -24452,7 +24929,7 @@ function setup(env) {
24452
24929
  module.exports = setup;
24453
24930
 
24454
24931
 
24455
- },{"ms":307}],310:[function(require,module,exports){
24932
+ },{"ms":311}],314:[function(require,module,exports){
24456
24933
  'use strict';
24457
24934
 
24458
24935
  /* eslint no-invalid-this: 1 */
@@ -24506,14 +24983,14 @@ module.exports = function bind(that) {
24506
24983
  return bound;
24507
24984
  };
24508
24985
 
24509
- },{}],311:[function(require,module,exports){
24986
+ },{}],315:[function(require,module,exports){
24510
24987
  'use strict';
24511
24988
 
24512
24989
  var implementation = require('./implementation');
24513
24990
 
24514
24991
  module.exports = Function.prototype.bind || implementation;
24515
24992
 
24516
- },{"./implementation":310}],312:[function(require,module,exports){
24993
+ },{"./implementation":314}],316:[function(require,module,exports){
24517
24994
  'use strict';
24518
24995
 
24519
24996
  var undefined;
@@ -24845,7 +25322,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
24845
25322
  return value;
24846
25323
  };
24847
25324
 
24848
- },{"function-bind":311,"has":315,"has-symbols":313}],313:[function(require,module,exports){
25325
+ },{"function-bind":315,"has":319,"has-symbols":317}],317:[function(require,module,exports){
24849
25326
  'use strict';
24850
25327
 
24851
25328
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -24860,7 +25337,7 @@ module.exports = function hasNativeSymbols() {
24860
25337
  return hasSymbolSham();
24861
25338
  };
24862
25339
 
24863
- },{"./shams":314}],314:[function(require,module,exports){
25340
+ },{"./shams":318}],318:[function(require,module,exports){
24864
25341
  'use strict';
24865
25342
 
24866
25343
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -24904,15 +25381,15 @@ module.exports = function hasSymbols() {
24904
25381
  return true;
24905
25382
  };
24906
25383
 
24907
- },{}],315:[function(require,module,exports){
25384
+ },{}],319:[function(require,module,exports){
24908
25385
  'use strict';
24909
25386
 
24910
25387
  var bind = require('function-bind');
24911
25388
 
24912
25389
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
24913
25390
 
24914
- },{"function-bind":311}],316:[function(require,module,exports){
24915
- // Generated by CoffeeScript 2.3.0
25391
+ },{"function-bind":315}],320:[function(require,module,exports){
25392
+ // Generated by CoffeeScript 2.7.0
24916
25393
  // # node-http-status
24917
25394
 
24918
25395
  // **Reference:**
@@ -25247,6 +25724,12 @@ module.exports = {
25247
25724
  '424_MESSAGE': 'The request failed because it depended on another request and that request failed.',
25248
25725
  '424_CLASS': classes.CLIENT_ERROR,
25249
25726
  FAILED_DEPENDENCY: 424,
25727
+ // 425 (RFC 8470) - The server is unwilling to risk processing a request that might be replayed.
25728
+ 425: 'Too Early',
25729
+ '425_NAME': 'TOO_EARLY',
25730
+ '425_MESSAGE': 'The server is unwilling to risk processing a request that might be replayed.',
25731
+ '425_CLASS': classes.CLIENT_ERROR,
25732
+ TOO_EARLY: 425,
25250
25733
  // 426 - The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.
25251
25734
  426: 'Upgrade Required',
25252
25735
  '426_NAME': 'UPGRADE_REQUIRED',
@@ -25536,13 +26019,13 @@ module.exports = {
25536
26019
  }
25537
26020
  };
25538
26021
 
25539
- },{}],317:[function(require,module,exports){
26022
+ },{}],321:[function(require,module,exports){
25540
26023
  (function (process,global){
25541
26024
  var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function e(t,e){return t(e={exports:{}},e.exports),e.exports}var r=e(function(t,e){var r;t.exports=r=r||function(t,e){var r=Object.create||function(){function t(){}return function(e){var r;return t.prototype=e,r=new t,t.prototype=null,r}}(),i={},n=i.lib={},o=n.Base={extend:function(t){var e=r(this);return t&&e.mixIn(t),e.hasOwnProperty("init")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},s=n.WordArray=o.extend({init:function(t,e){t=this.words=t||[],this.sigBytes=null!=e?e:4*t.length},toString:function(t){return(t||a).stringify(this)},concat:function(t){var e=this.words,r=t.words,i=this.sigBytes,n=t.sigBytes;if(this.clamp(),i%4)for(var o=0;o<n;o++)e[i+o>>>2]|=(r[o>>>2]>>>24-o%4*8&255)<<24-(i+o)%4*8;else for(o=0;o<n;o+=4)e[i+o>>>2]=r[o>>>2];return this.sigBytes+=n,this},clamp:function(){var e=this.words,r=this.sigBytes;e[r>>>2]&=4294967295<<32-r%4*8,e.length=t.ceil(r/4)},clone:function(){var t=o.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var r,i=[],n=function(e){e=e;var r=987654321,i=4294967295;return function(){var n=((r=36969*(65535&r)+(r>>16)&i)<<16)+(e=18e3*(65535&e)+(e>>16)&i)&i;return n/=4294967296,(n+=.5)*(t.random()>.5?1:-1)}},o=0;o<e;o+=4){var h=n(4294967296*(r||t.random()));r=987654071*h(),i.push(4294967296*h()|0)}return new s.init(i,e)}}),h=i.enc={},a=h.Hex={stringify:function(t){for(var e=t.words,r=t.sigBytes,i=[],n=0;n<r;n++){var o=e[n>>>2]>>>24-n%4*8&255;i.push((o>>>4).toString(16)),i.push((15&o).toString(16))}return i.join("")},parse:function(t){for(var e=t.length,r=[],i=0;i<e;i+=2)r[i>>>3]|=parseInt(t.substr(i,2),16)<<24-i%8*4;return new s.init(r,e/2)}},u=h.Latin1={stringify:function(t){for(var e=t.words,r=t.sigBytes,i=[],n=0;n<r;n++)i.push(String.fromCharCode(e[n>>>2]>>>24-n%4*8&255));return i.join("")},parse:function(t){for(var e=t.length,r=[],i=0;i<e;i++)r[i>>>2]|=(255&t.charCodeAt(i))<<24-i%4*8;return new s.init(r,e)}},f=h.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},c=n.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=f.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var r=this._data,i=r.words,n=r.sigBytes,o=this.blockSize,h=n/(4*o),a=(h=e?t.ceil(h):t.max((0|h)-this._minBufferSize,0))*o,u=t.min(4*a,n);if(a){for(var f=0;f<a;f+=o)this._doProcessBlock(i,f);var c=i.splice(0,a);r.sigBytes-=u}return new s.init(c,u)},clone:function(){var t=o.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),p=(n.Hasher=c.extend({cfg:o.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){c.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(e,r){return new t.init(r).finalize(e)}},_createHmacHelper:function(t){return function(e,r){return new p.HMAC.init(t,r).finalize(e)}}}),i.algo={});return i}(Math)}),i=e(function(t,e){var i;t.exports=(i=r,function(t){var e=i,r=e.lib,n=r.WordArray,o=r.Hasher,s=e.algo,h=[],a=[];!function(){function e(e){for(var r=t.sqrt(e),i=2;i<=r;i++)if(!(e%i))return!1;return!0}function r(t){return 4294967296*(t-(0|t))|0}for(var i=2,n=0;n<64;)e(i)&&(n<8&&(h[n]=r(t.pow(i,.5))),a[n]=r(t.pow(i,1/3)),n++),i++}();var u=[],f=s.SHA256=o.extend({_doReset:function(){this._hash=new n.init(h.slice(0))},_doProcessBlock:function(t,e){for(var r=this._hash.words,i=r[0],n=r[1],o=r[2],s=r[3],h=r[4],f=r[5],c=r[6],p=r[7],l=0;l<64;l++){if(l<16)u[l]=0|t[e+l];else{var d=u[l-15],m=u[l-2];u[l]=((d<<25|d>>>7)^(d<<14|d>>>18)^d>>>3)+u[l-7]+((m<<15|m>>>17)^(m<<13|m>>>19)^m>>>10)+u[l-16]}var v=i&n^i&o^n&o,y=p+((h<<26|h>>>6)^(h<<21|h>>>11)^(h<<7|h>>>25))+(h&f^~h&c)+a[l]+u[l];p=c,c=f,f=h,h=s+y|0,s=o,o=n,n=i,i=y+(((i<<30|i>>>2)^(i<<19|i>>>13)^(i<<10|i>>>22))+v)|0}r[0]=r[0]+i|0,r[1]=r[1]+n|0,r[2]=r[2]+o|0,r[3]=r[3]+s|0,r[4]=r[4]+h|0,r[5]=r[5]+f|0,r[6]=r[6]+c|0,r[7]=r[7]+p|0},_doFinalize:function(){var e=this._data,r=e.words,i=8*this._nDataBytes,n=8*e.sigBytes;return r[n>>>5]|=128<<24-n%32,r[14+(n+64>>>9<<4)]=t.floor(i/4294967296),r[15+(n+64>>>9<<4)]=i,e.sigBytes=4*r.length,this._process(),this._hash},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA256=o._createHelper(f),e.HmacSHA256=o._createHmacHelper(f)}(Math),i.SHA256)}),n=e(function(t,e){var i,n;t.exports=(n=(i=r).lib.WordArray,i.enc.Base64={stringify:function(t){var e=t.words,r=t.sigBytes,i=this._map;t.clamp();for(var n=[],o=0;o<r;o+=3)for(var s=(e[o>>>2]>>>24-o%4*8&255)<<16|(e[o+1>>>2]>>>24-(o+1)%4*8&255)<<8|e[o+2>>>2]>>>24-(o+2)%4*8&255,h=0;h<4&&o+.75*h<r;h++)n.push(i.charAt(s>>>6*(3-h)&63));var a=i.charAt(64);if(a)for(;n.length%4;)n.push(a);return n.join("")},parse:function(t){var e=t.length,r=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<r.length;o++)i[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var h=t.indexOf(s);-1!==h&&(e=h)}return function(t,e,r){for(var i=[],o=0,s=0;s<e;s++)if(s%4){var h=r[t.charCodeAt(s-1)]<<s%4*2,a=r[t.charCodeAt(s)]>>>6-s%4*2;i[o>>>2]|=(h|a)<<24-o%4*8,o++}return n.create(i,o)}(t,e,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="},i.enc.Base64)}),o=e(function(t,e){t.exports=r.enc.Hex}),s=e(function(e,r){(function(){var t;function r(t,e,r){null!=t&&("number"==typeof t?this.fromNumber(t,e,r):this.fromString(t,null==e&&"string"!=typeof t?256:e))}function i(){return new r(null)}var n="undefined"!=typeof navigator;n&&"Microsoft Internet Explorer"==navigator.appName?(r.prototype.am=function(t,e,r,i,n,o){for(var s=32767&e,h=e>>15;--o>=0;){var a=32767&this[t],u=this[t++]>>15,f=h*a+u*s;n=((a=s*a+((32767&f)<<15)+r[i]+(1073741823&n))>>>30)+(f>>>15)+h*u+(n>>>30),r[i++]=1073741823&a}return n},t=30):n&&"Netscape"!=navigator.appName?(r.prototype.am=function(t,e,r,i,n,o){for(;--o>=0;){var s=e*this[t++]+r[i]+n;n=Math.floor(s/67108864),r[i++]=67108863&s}return n},t=26):(r.prototype.am=function(t,e,r,i,n,o){for(var s=16383&e,h=e>>14;--o>=0;){var a=16383&this[t],u=this[t++]>>14,f=h*a+u*s;n=((a=s*a+((16383&f)<<14)+r[i]+n)>>28)+(f>>14)+h*u,r[i++]=268435455&a}return n},t=28),r.prototype.DB=t,r.prototype.DM=(1<<t)-1,r.prototype.DV=1<<t,r.prototype.FV=Math.pow(2,52),r.prototype.F1=52-t,r.prototype.F2=2*t-52;var o,s,h="0123456789abcdefghijklmnopqrstuvwxyz",a=new Array;for(o="0".charCodeAt(0),s=0;s<=9;++s)a[o++]=s;for(o="a".charCodeAt(0),s=10;s<36;++s)a[o++]=s;for(o="A".charCodeAt(0),s=10;s<36;++s)a[o++]=s;function u(t){return h.charAt(t)}function f(t,e){var r=a[t.charCodeAt(e)];return null==r?-1:r}function c(t){var e=i();return e.fromInt(t),e}function p(t){var e,r=1;return 0!=(e=t>>>16)&&(t=e,r+=16),0!=(e=t>>8)&&(t=e,r+=8),0!=(e=t>>4)&&(t=e,r+=4),0!=(e=t>>2)&&(t=e,r+=2),0!=(e=t>>1)&&(t=e,r+=1),r}function l(t){this.m=t}function d(t){this.m=t,this.mp=t.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<t.DB-15)-1,this.mt2=2*t.t}function m(t,e){return t&e}function v(t,e){return t|e}function y(t,e){return t^e}function g(t,e){return t&~e}function w(t){if(0==t)return-1;var e=0;return 0==(65535&t)&&(t>>=16,e+=16),0==(255&t)&&(t>>=8,e+=8),0==(15&t)&&(t>>=4,e+=4),0==(3&t)&&(t>>=2,e+=2),0==(1&t)&&++e,e}function T(t){for(var e=0;0!=t;)t&=t-1,++e;return e}function b(){}function _(t){return t}function A(t){this.r2=i(),this.q3=i(),r.ONE.dlShiftTo(2*t.t,this.r2),this.mu=this.r2.divide(t),this.m=t}l.prototype.convert=function(t){return t.s<0||t.compareTo(this.m)>=0?t.mod(this.m):t},l.prototype.revert=function(t){return t},l.prototype.reduce=function(t){t.divRemTo(this.m,null,t)},l.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},l.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},d.prototype.convert=function(t){var e=i();return t.abs().dlShiftTo(this.m.t,e),e.divRemTo(this.m,null,e),t.s<0&&e.compareTo(r.ZERO)>0&&this.m.subTo(e,e),e},d.prototype.revert=function(t){var e=i();return t.copyTo(e),this.reduce(e),e},d.prototype.reduce=function(t){for(;t.t<=this.mt2;)t[t.t++]=0;for(var e=0;e<this.m.t;++e){var r=32767&t[e],i=r*this.mpl+((r*this.mph+(t[e]>>15)*this.mpl&this.um)<<15)&t.DM;for(t[r=e+this.m.t]+=this.m.am(0,i,t,e,0,this.m.t);t[r]>=t.DV;)t[r]-=t.DV,t[++r]++}t.clamp(),t.drShiftTo(this.m.t,t),t.compareTo(this.m)>=0&&t.subTo(this.m,t)},d.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},d.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)},r.prototype.copyTo=function(t){for(var e=this.t-1;e>=0;--e)t[e]=this[e];t.t=this.t,t.s=this.s},r.prototype.fromInt=function(t){this.t=1,this.s=t<0?-1:0,t>0?this[0]=t:t<-1?this[0]=t+this.DV:this.t=0},r.prototype.fromString=function(t,e){var i;if(16==e)i=4;else if(8==e)i=3;else if(256==e)i=8;else if(2==e)i=1;else if(32==e)i=5;else{if(4!=e)return void this.fromRadix(t,e);i=2}this.t=0,this.s=0;for(var n=t.length,o=!1,s=0;--n>=0;){var h=8==i?255&t[n]:f(t,n);h<0?"-"==t.charAt(n)&&(o=!0):(o=!1,0==s?this[this.t++]=h:s+i>this.DB?(this[this.t-1]|=(h&(1<<this.DB-s)-1)<<s,this[this.t++]=h>>this.DB-s):this[this.t-1]|=h<<s,(s+=i)>=this.DB&&(s-=this.DB))}8==i&&0!=(128&t[0])&&(this.s=-1,s>0&&(this[this.t-1]|=(1<<this.DB-s)-1<<s)),this.clamp(),o&&r.ZERO.subTo(this,this)},r.prototype.clamp=function(){for(var t=this.s&this.DM;this.t>0&&this[this.t-1]==t;)--this.t},r.prototype.dlShiftTo=function(t,e){var r;for(r=this.t-1;r>=0;--r)e[r+t]=this[r];for(r=t-1;r>=0;--r)e[r]=0;e.t=this.t+t,e.s=this.s},r.prototype.drShiftTo=function(t,e){for(var r=t;r<this.t;++r)e[r-t]=this[r];e.t=Math.max(this.t-t,0),e.s=this.s},r.prototype.lShiftTo=function(t,e){var r,i=t%this.DB,n=this.DB-i,o=(1<<n)-1,s=Math.floor(t/this.DB),h=this.s<<i&this.DM;for(r=this.t-1;r>=0;--r)e[r+s+1]=this[r]>>n|h,h=(this[r]&o)<<i;for(r=s-1;r>=0;--r)e[r]=0;e[s]=h,e.t=this.t+s+1,e.s=this.s,e.clamp()},r.prototype.rShiftTo=function(t,e){e.s=this.s;var r=Math.floor(t/this.DB);if(r>=this.t)e.t=0;else{var i=t%this.DB,n=this.DB-i,o=(1<<i)-1;e[0]=this[r]>>i;for(var s=r+1;s<this.t;++s)e[s-r-1]|=(this[s]&o)<<n,e[s-r]=this[s]>>i;i>0&&(e[this.t-r-1]|=(this.s&o)<<n),e.t=this.t-r,e.clamp()}},r.prototype.subTo=function(t,e){for(var r=0,i=0,n=Math.min(t.t,this.t);r<n;)i+=this[r]-t[r],e[r++]=i&this.DM,i>>=this.DB;if(t.t<this.t){for(i-=t.s;r<this.t;)i+=this[r],e[r++]=i&this.DM,i>>=this.DB;i+=this.s}else{for(i+=this.s;r<t.t;)i-=t[r],e[r++]=i&this.DM,i>>=this.DB;i-=t.s}e.s=i<0?-1:0,i<-1?e[r++]=this.DV+i:i>0&&(e[r++]=i),e.t=r,e.clamp()},r.prototype.multiplyTo=function(t,e){var i=this.abs(),n=t.abs(),o=i.t;for(e.t=o+n.t;--o>=0;)e[o]=0;for(o=0;o<n.t;++o)e[o+i.t]=i.am(0,n[o],e,o,0,i.t);e.s=0,e.clamp(),this.s!=t.s&&r.ZERO.subTo(e,e)},r.prototype.squareTo=function(t){for(var e=this.abs(),r=t.t=2*e.t;--r>=0;)t[r]=0;for(r=0;r<e.t-1;++r){var i=e.am(r,e[r],t,2*r,0,1);(t[r+e.t]+=e.am(r+1,2*e[r],t,2*r+1,i,e.t-r-1))>=e.DV&&(t[r+e.t]-=e.DV,t[r+e.t+1]=1)}t.t>0&&(t[t.t-1]+=e.am(r,e[r],t,2*r,0,1)),t.s=0,t.clamp()},r.prototype.divRemTo=function(t,e,n){var o=t.abs();if(!(o.t<=0)){var s=this.abs();if(s.t<o.t)return null!=e&&e.fromInt(0),void(null!=n&&this.copyTo(n));null==n&&(n=i());var h=i(),a=this.s,u=t.s,f=this.DB-p(o[o.t-1]);f>0?(o.lShiftTo(f,h),s.lShiftTo(f,n)):(o.copyTo(h),s.copyTo(n));var c=h.t,l=h[c-1];if(0!=l){var d=l*(1<<this.F1)+(c>1?h[c-2]>>this.F2:0),m=this.FV/d,v=(1<<this.F1)/d,y=1<<this.F2,g=n.t,w=g-c,T=null==e?i():e;for(h.dlShiftTo(w,T),n.compareTo(T)>=0&&(n[n.t++]=1,n.subTo(T,n)),r.ONE.dlShiftTo(c,T),T.subTo(h,h);h.t<c;)h[h.t++]=0;for(;--w>=0;){var b=n[--g]==l?this.DM:Math.floor(n[g]*m+(n[g-1]+y)*v);if((n[g]+=h.am(0,b,n,w,0,c))<b)for(h.dlShiftTo(w,T),n.subTo(T,n);n[g]<--b;)n.subTo(T,n)}null!=e&&(n.drShiftTo(c,e),a!=u&&r.ZERO.subTo(e,e)),n.t=c,n.clamp(),f>0&&n.rShiftTo(f,n),a<0&&r.ZERO.subTo(n,n)}}},r.prototype.invDigit=function(){if(this.t<1)return 0;var t=this[0];if(0==(1&t))return 0;var e=3&t;return(e=(e=(e=(e=e*(2-(15&t)*e)&15)*(2-(255&t)*e)&255)*(2-((65535&t)*e&65535))&65535)*(2-t*e%this.DV)%this.DV)>0?this.DV-e:-e},r.prototype.isEven=function(){return 0==(this.t>0?1&this[0]:this.s)},r.prototype.exp=function(t,e){if(t>4294967295||t<1)return r.ONE;var n=i(),o=i(),s=e.convert(this),h=p(t)-1;for(s.copyTo(n);--h>=0;)if(e.sqrTo(n,o),(t&1<<h)>0)e.mulTo(o,s,n);else{var a=n;n=o,o=a}return e.revert(n)},r.prototype.toString=function(t){if(this.s<0)return"-"+this.negate().toString(t);var e;if(16==t)e=4;else if(8==t)e=3;else if(2==t)e=1;else if(32==t)e=5;else{if(4!=t)return this.toRadix(t);e=2}var r,i=(1<<e)-1,n=!1,o="",s=this.t,h=this.DB-s*this.DB%e;if(s-- >0)for(h<this.DB&&(r=this[s]>>h)>0&&(n=!0,o=u(r));s>=0;)h<e?(r=(this[s]&(1<<h)-1)<<e-h,r|=this[--s]>>(h+=this.DB-e)):(r=this[s]>>(h-=e)&i,h<=0&&(h+=this.DB,--s)),r>0&&(n=!0),n&&(o+=u(r));return n?o:"0"},r.prototype.negate=function(){var t=i();return r.ZERO.subTo(this,t),t},r.prototype.abs=function(){return this.s<0?this.negate():this},r.prototype.compareTo=function(t){var e=this.s-t.s;if(0!=e)return e;var r=this.t;if(0!=(e=r-t.t))return this.s<0?-e:e;for(;--r>=0;)if(0!=(e=this[r]-t[r]))return e;return 0},r.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+p(this[this.t-1]^this.s&this.DM)},r.prototype.mod=function(t){var e=i();return this.abs().divRemTo(t,null,e),this.s<0&&e.compareTo(r.ZERO)>0&&t.subTo(e,e),e},r.prototype.modPowInt=function(t,e){var r;return r=t<256||e.isEven()?new l(e):new d(e),this.exp(t,r)},r.ZERO=c(0),r.ONE=c(1),b.prototype.convert=_,b.prototype.revert=_,b.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r)},b.prototype.sqrTo=function(t,e){t.squareTo(e)},A.prototype.convert=function(t){if(t.s<0||t.t>2*this.m.t)return t.mod(this.m);if(t.compareTo(this.m)<0)return t;var e=i();return t.copyTo(e),this.reduce(e),e},A.prototype.revert=function(t){return t},A.prototype.reduce=function(t){for(t.drShiftTo(this.m.t-1,this.r2),t.t>this.m.t+1&&(t.t=this.m.t+1,t.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);t.compareTo(this.r2)<0;)t.dAddOffset(1,this.m.t+1);for(t.subTo(this.r2,t);t.compareTo(this.m)>=0;)t.subTo(this.m,t)},A.prototype.mulTo=function(t,e,r){t.multiplyTo(e,r),this.reduce(r)},A.prototype.sqrTo=function(t,e){t.squareTo(e),this.reduce(e)};var S,D,B,x=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],k=(1<<26)/x[x.length-1];function E(){var t;t=(new Date).getTime(),D[B++]^=255&t,D[B++]^=t>>8&255,D[B++]^=t>>16&255,D[B++]^=t>>24&255,B>=N&&(B-=N)}if(r.prototype.chunkSize=function(t){return Math.floor(Math.LN2*this.DB/Math.log(t))},r.prototype.toRadix=function(t){if(null==t&&(t=10),0==this.signum()||t<2||t>36)return"0";var e=this.chunkSize(t),r=Math.pow(t,e),n=c(r),o=i(),s=i(),h="";for(this.divRemTo(n,o,s);o.signum()>0;)h=(r+s.intValue()).toString(t).substr(1)+h,o.divRemTo(n,o,s);return s.intValue().toString(t)+h},r.prototype.fromRadix=function(t,e){this.fromInt(0),null==e&&(e=10);for(var i=this.chunkSize(e),n=Math.pow(e,i),o=!1,s=0,h=0,a=0;a<t.length;++a){var u=f(t,a);u<0?"-"==t.charAt(a)&&0==this.signum()&&(o=!0):(h=e*h+u,++s>=i&&(this.dMultiply(n),this.dAddOffset(h,0),s=0,h=0))}s>0&&(this.dMultiply(Math.pow(e,s)),this.dAddOffset(h,0)),o&&r.ZERO.subTo(this,this)},r.prototype.fromNumber=function(t,e,i){if("number"==typeof e)if(t<2)this.fromInt(1);else for(this.fromNumber(t,i),this.testBit(t-1)||this.bitwiseTo(r.ONE.shiftLeft(t-1),v,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(e);)this.dAddOffset(2,0),this.bitLength()>t&&this.subTo(r.ONE.shiftLeft(t-1),this);else{var n=new Array,o=7&t;n.length=1+(t>>3),e.nextBytes(n),o>0?n[0]&=(1<<o)-1:n[0]=0,this.fromString(n,256)}},r.prototype.bitwiseTo=function(t,e,r){var i,n,o=Math.min(t.t,this.t);for(i=0;i<o;++i)r[i]=e(this[i],t[i]);if(t.t<this.t){for(n=t.s&this.DM,i=o;i<this.t;++i)r[i]=e(this[i],n);r.t=this.t}else{for(n=this.s&this.DM,i=o;i<t.t;++i)r[i]=e(n,t[i]);r.t=t.t}r.s=e(this.s,t.s),r.clamp()},r.prototype.changeBit=function(t,e){var i=r.ONE.shiftLeft(t);return this.bitwiseTo(i,e,i),i},r.prototype.addTo=function(t,e){for(var r=0,i=0,n=Math.min(t.t,this.t);r<n;)i+=this[r]+t[r],e[r++]=i&this.DM,i>>=this.DB;if(t.t<this.t){for(i+=t.s;r<this.t;)i+=this[r],e[r++]=i&this.DM,i>>=this.DB;i+=this.s}else{for(i+=this.s;r<t.t;)i+=t[r],e[r++]=i&this.DM,i>>=this.DB;i+=t.s}e.s=i<0?-1:0,i>0?e[r++]=i:i<-1&&(e[r++]=this.DV+i),e.t=r,e.clamp()},r.prototype.dMultiply=function(t){this[this.t]=this.am(0,t-1,this,0,0,this.t),++this.t,this.clamp()},r.prototype.dAddOffset=function(t,e){if(0!=t){for(;this.t<=e;)this[this.t++]=0;for(this[e]+=t;this[e]>=this.DV;)this[e]-=this.DV,++e>=this.t&&(this[this.t++]=0),++this[e]}},r.prototype.multiplyLowerTo=function(t,e,r){var i,n=Math.min(this.t+t.t,e);for(r.s=0,r.t=n;n>0;)r[--n]=0;for(i=r.t-this.t;n<i;++n)r[n+this.t]=this.am(0,t[n],r,n,0,this.t);for(i=Math.min(t.t,e);n<i;++n)this.am(0,t[n],r,n,0,e-n);r.clamp()},r.prototype.multiplyUpperTo=function(t,e,r){var i=r.t=this.t+t.t- --e;for(r.s=0;--i>=0;)r[i]=0;for(i=Math.max(e-this.t,0);i<t.t;++i)r[this.t+i-e]=this.am(e-i,t[i],r,0,0,this.t+i-e);r.clamp(),r.drShiftTo(1,r)},r.prototype.modInt=function(t){if(t<=0)return 0;var e=this.DV%t,r=this.s<0?t-1:0;if(this.t>0)if(0==e)r=this[0]%t;else for(var i=this.t-1;i>=0;--i)r=(e*r+this[i])%t;return r},r.prototype.millerRabin=function(t){var e=this.subtract(r.ONE),n=e.getLowestSetBit();if(n<=0)return!1;var o=e.shiftRight(n);(t=t+1>>1)>x.length&&(t=x.length);for(var s=i(),h=0;h<t;++h){s.fromInt(x[Math.floor(Math.random()*x.length)]);var a=s.modPow(o,this);if(0!=a.compareTo(r.ONE)&&0!=a.compareTo(e)){for(var u=1;u++<n&&0!=a.compareTo(e);)if(0==(a=a.modPowInt(2,this)).compareTo(r.ONE))return!1;if(0!=a.compareTo(e))return!1}}return!0},r.prototype.clone=function(){var t=i();return this.copyTo(t),t},r.prototype.intValue=function(){if(this.s<0){if(1==this.t)return this[0]-this.DV;if(0==this.t)return-1}else{if(1==this.t)return this[0];if(0==this.t)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},r.prototype.byteValue=function(){return 0==this.t?this.s:this[0]<<24>>24},r.prototype.shortValue=function(){return 0==this.t?this.s:this[0]<<16>>16},r.prototype.signum=function(){return this.s<0?-1:this.t<=0||1==this.t&&this[0]<=0?0:1},r.prototype.toByteArray=function(){var t=this.t,e=new Array;e[0]=this.s;var r,i=this.DB-t*this.DB%8,n=0;if(t-- >0)for(i<this.DB&&(r=this[t]>>i)!=(this.s&this.DM)>>i&&(e[n++]=r|this.s<<this.DB-i);t>=0;)i<8?(r=(this[t]&(1<<i)-1)<<8-i,r|=this[--t]>>(i+=this.DB-8)):(r=this[t]>>(i-=8)&255,i<=0&&(i+=this.DB,--t)),0!=(128&r)&&(r|=-256),0==n&&(128&this.s)!=(128&r)&&++n,(n>0||r!=this.s)&&(e[n++]=r);return e},r.prototype.equals=function(t){return 0==this.compareTo(t)},r.prototype.min=function(t){return this.compareTo(t)<0?this:t},r.prototype.max=function(t){return this.compareTo(t)>0?this:t},r.prototype.and=function(t){var e=i();return this.bitwiseTo(t,m,e),e},r.prototype.or=function(t){var e=i();return this.bitwiseTo(t,v,e),e},r.prototype.xor=function(t){var e=i();return this.bitwiseTo(t,y,e),e},r.prototype.andNot=function(t){var e=i();return this.bitwiseTo(t,g,e),e},r.prototype.not=function(){for(var t=i(),e=0;e<this.t;++e)t[e]=this.DM&~this[e];return t.t=this.t,t.s=~this.s,t},r.prototype.shiftLeft=function(t){var e=i();return t<0?this.rShiftTo(-t,e):this.lShiftTo(t,e),e},r.prototype.shiftRight=function(t){var e=i();return t<0?this.lShiftTo(-t,e):this.rShiftTo(t,e),e},r.prototype.getLowestSetBit=function(){for(var t=0;t<this.t;++t)if(0!=this[t])return t*this.DB+w(this[t]);return this.s<0?this.t*this.DB:-1},r.prototype.bitCount=function(){for(var t=0,e=this.s&this.DM,r=0;r<this.t;++r)t+=T(this[r]^e);return t},r.prototype.testBit=function(t){var e=Math.floor(t/this.DB);return e>=this.t?0!=this.s:0!=(this[e]&1<<t%this.DB)},r.prototype.setBit=function(t){return this.changeBit(t,v)},r.prototype.clearBit=function(t){return this.changeBit(t,g)},r.prototype.flipBit=function(t){return this.changeBit(t,y)},r.prototype.add=function(t){var e=i();return this.addTo(t,e),e},r.prototype.subtract=function(t){var e=i();return this.subTo(t,e),e},r.prototype.multiply=function(t){var e=i();return this.multiplyTo(t,e),e},r.prototype.divide=function(t){var e=i();return this.divRemTo(t,e,null),e},r.prototype.remainder=function(t){var e=i();return this.divRemTo(t,null,e),e},r.prototype.divideAndRemainder=function(t){var e=i(),r=i();return this.divRemTo(t,e,r),new Array(e,r)},r.prototype.modPow=function(t,e){var r,n,o=t.bitLength(),s=c(1);if(o<=0)return s;r=o<18?1:o<48?3:o<144?4:o<768?5:6,n=o<8?new l(e):e.isEven()?new A(e):new d(e);var h=new Array,a=3,u=r-1,f=(1<<r)-1;if(h[1]=n.convert(this),r>1){var m=i();for(n.sqrTo(h[1],m);a<=f;)h[a]=i(),n.mulTo(m,h[a-2],h[a]),a+=2}var v,y,g=t.t-1,w=!0,T=i();for(o=p(t[g])-1;g>=0;){for(o>=u?v=t[g]>>o-u&f:(v=(t[g]&(1<<o+1)-1)<<u-o,g>0&&(v|=t[g-1]>>this.DB+o-u)),a=r;0==(1&v);)v>>=1,--a;if((o-=a)<0&&(o+=this.DB,--g),w)h[v].copyTo(s),w=!1;else{for(;a>1;)n.sqrTo(s,T),n.sqrTo(T,s),a-=2;a>0?n.sqrTo(s,T):(y=s,s=T,T=y),n.mulTo(T,h[v],s)}for(;g>=0&&0==(t[g]&1<<o);)n.sqrTo(s,T),y=s,s=T,T=y,--o<0&&(o=this.DB-1,--g)}return n.revert(s)},r.prototype.modInverse=function(t){var e=t.isEven();if(this.isEven()&&e||0==t.signum())return r.ZERO;for(var i=t.clone(),n=this.clone(),o=c(1),s=c(0),h=c(0),a=c(1);0!=i.signum();){for(;i.isEven();)i.rShiftTo(1,i),e?(o.isEven()&&s.isEven()||(o.addTo(this,o),s.subTo(t,s)),o.rShiftTo(1,o)):s.isEven()||s.subTo(t,s),s.rShiftTo(1,s);for(;n.isEven();)n.rShiftTo(1,n),e?(h.isEven()&&a.isEven()||(h.addTo(this,h),a.subTo(t,a)),h.rShiftTo(1,h)):a.isEven()||a.subTo(t,a),a.rShiftTo(1,a);i.compareTo(n)>=0?(i.subTo(n,i),e&&o.subTo(h,o),s.subTo(a,s)):(n.subTo(i,n),e&&h.subTo(o,h),a.subTo(s,a))}return 0!=n.compareTo(r.ONE)?r.ZERO:a.compareTo(t)>=0?a.subtract(t):a.signum()<0?(a.addTo(t,a),a.signum()<0?a.add(t):a):a},r.prototype.pow=function(t){return this.exp(t,new b)},r.prototype.gcd=function(t){var e=this.s<0?this.negate():this.clone(),r=t.s<0?t.negate():t.clone();if(e.compareTo(r)<0){var i=e;e=r,r=i}var n=e.getLowestSetBit(),o=r.getLowestSetBit();if(o<0)return e;for(n<o&&(o=n),o>0&&(e.rShiftTo(o,e),r.rShiftTo(o,r));e.signum()>0;)(n=e.getLowestSetBit())>0&&e.rShiftTo(n,e),(n=r.getLowestSetBit())>0&&r.rShiftTo(n,r),e.compareTo(r)>=0?(e.subTo(r,e),e.rShiftTo(1,e)):(r.subTo(e,r),r.rShiftTo(1,r));return o>0&&r.lShiftTo(o,r),r},r.prototype.isProbablePrime=function(t){var e,r=this.abs();if(1==r.t&&r[0]<=x[x.length-1]){for(e=0;e<x.length;++e)if(r[0]==x[e])return!0;return!1}if(r.isEven())return!1;for(e=1;e<x.length;){for(var i=x[e],n=e+1;n<x.length&&i<k;)i*=x[n++];for(i=r.modInt(i);e<n;)if(i%x[e++]==0)return!1}return r.millerRabin(t)},r.prototype.square=function(){var t=i();return this.squareTo(t),t},r.prototype.Barrett=A,null==D){var M;if(D=new Array,B=0,"undefined"!=typeof window&&window.crypto)if(window.crypto.getRandomValues){var I=new Uint8Array(32);for(window.crypto.getRandomValues(I),M=0;M<32;++M)D[B++]=I[M]}else if("Netscape"==navigator.appName&&navigator.appVersion<"5"){var C=window.crypto.random(32);for(M=0;M<C.length;++M)D[B++]=255&C.charCodeAt(M)}for(;B<N;)M=Math.floor(65536*Math.random()),D[B++]=M>>>8,D[B++]=255&M;B=0,E()}function R(){if(null==S){for(E(),(S=new O).init(D),B=0;B<D.length;++B)D[B]=0;B=0}return S.next()}function j(){}function O(){this.i=0,this.j=0,this.S=new Array}j.prototype.nextBytes=function(t){var e;for(e=0;e<t.length;++e)t[e]=R()},O.prototype.init=function(t){var e,r,i;for(e=0;e<256;++e)this.S[e]=e;for(r=0,e=0;e<256;++e)i=this.S[e],this.S[e]=this.S[r=r+this.S[e]+t[e%t.length]&255],this.S[r]=i;this.i=0,this.j=0},O.prototype.next=function(){var t;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,t=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=t,this.S[t+this.S[this.i]&255]};var N=256;e.exports={default:r,BigInteger:r,SecureRandom:j}}).call(t)}).BigInteger,h={sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",ripemd160:"3021300906052b2403020105000414"},a={sha256:i};function u(t,e){if(this.n=null,this.e=0,!(null!=t&&null!=e&&t.length>0&&e.length>0))throw new Error("Invalid key data");this.n=new s(t,16),this.e=parseInt(e,16)}u.prototype.verify=function(t,e){e=e.replace(/[^0-9a-f]|[\s\n]]/gi,"");var r=new s(e,16);if(r.bitLength()>this.n.bitLength())throw new Error("Signature does not match with the key modulus.");var i=function(t){for(var e in h){var r=h[e],i=r.length;if(t.substring(0,i)===r)return{alg:e,hash:t.substring(i)}}return[]}(r.modPowInt(this.e,this.n).toString(16).replace(/^1f+00/,""));if(0===i.length)return!1;if(!a.hasOwnProperty(i.alg))throw new Error("Hashing algorithm is not supported.");var n=a[i.alg](t).toString();return i.hash===n};for(var f=[],c=[],p="undefined"!=typeof Uint8Array?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d=0,m=l.length;d<m;++d)f[d]=l[d],c[l.charCodeAt(d)]=d;function v(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");return-1===r&&(r=e),[r,r===e?0:4-r%4]}function y(t,e,r){for(var i,n=[],o=e;o<r;o+=3)n.push(f[(i=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(255&t[o+2]))>>18&63]+f[i>>12&63]+f[i>>6&63]+f[63&i]);return n.join("")}c["-".charCodeAt(0)]=62,c["_".charCodeAt(0)]=63;var g={byteLength:function(t){var e=v(t),r=e[1];return 3*(e[0]+r)/4-r},toByteArray:function(t){var e,r,i=v(t),n=i[0],o=i[1],s=new p(function(t,e,r){return 3*(e+r)/4-r}(0,n,o)),h=0,a=o>0?n-4:n;for(r=0;r<a;r+=4)e=c[t.charCodeAt(r)]<<18|c[t.charCodeAt(r+1)]<<12|c[t.charCodeAt(r+2)]<<6|c[t.charCodeAt(r+3)],s[h++]=e>>16&255,s[h++]=e>>8&255,s[h++]=255&e;return 2===o&&(e=c[t.charCodeAt(r)]<<2|c[t.charCodeAt(r+1)]>>4,s[h++]=255&e),1===o&&(e=c[t.charCodeAt(r)]<<10|c[t.charCodeAt(r+1)]<<4|c[t.charCodeAt(r+2)]>>2,s[h++]=e>>8&255,s[h++]=255&e),s},fromByteArray:function(t){for(var e,r=t.length,i=r%3,n=[],o=0,s=r-i;o<s;o+=16383)n.push(y(t,o,o+16383>s?s:o+16383));return 1===i?n.push(f[(e=t[r-1])>>2]+f[e<<4&63]+"=="):2===i&&n.push(f[(e=(t[r-2]<<8)+t[r-1])>>10]+f[e>>4&63]+f[e<<2&63]+"="),n.join("")}};function w(t){var e=t.length%4;return 0===e?t:t+new Array(4-e+1).join("=")}function T(t){return t=w(t).replace(/\-/g,"+").replace(/_/g,"/"),decodeURIComponent(function(t){for(var e="",r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e}(g.toByteArray(t)).split("").map(function(t){return"%"+("00"+t.charCodeAt(0).toString(16)).slice(-2)}).join(""))}function b(t){return function(t){for(var e="",r=0;r<t.length;r++){var i=t[r].toString(16);e+=2===i.length?i:"0"+i}return e}(g.toByteArray(w(t)))}var _=e(function(e,r){e.exports=function(){function e(t){return"function"==typeof t}var r=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},i=0,n=void 0,o=void 0,s=function(t,e){l[i]=t,l[i+1]=e,2===(i+=2)&&(o?o(d):w())},h="undefined"!=typeof window?window:void 0,a=h||{},u=a.MutationObserver||a.WebKitMutationObserver,f="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),c="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var t=setTimeout;return function(){return t(d,1)}}var l=new Array(1e3);function d(){for(var t=0;t<i;t+=2)(0,l[t])(l[t+1]),l[t]=void 0,l[t+1]=void 0;i=0}var m,v,y,g,w=void 0;function T(t,e){var r=this,i=new this.constructor(A);void 0===i[_]&&N(i);var n=r._state;if(n){var o=arguments[n-1];s(function(){return j(n,i,o,r._result)})}else C(r,i,t,e);return i}function b(t){if(t&&"object"==typeof t&&t.constructor===this)return t;var e=new this(A);return k(e,t),e}f?w=function(){return process.nextTick(d)}:u?(v=0,y=new u(d),g=document.createTextNode(""),y.observe(g,{characterData:!0}),w=function(){g.data=v=++v%2}):c?((m=new MessageChannel).port1.onmessage=d,w=function(){return m.port2.postMessage(0)}):w=void 0===h?function(){try{var t=Function("return this")().require("vertx");return void 0!==(n=t.runOnLoop||t.runOnContext)?function(){n(d)}:p()}catch(t){return p()}}():p();var _=Math.random().toString(36).substring(2);function A(){}var S=void 0,D=1,B=2;function x(t,r,i){r.constructor===t.constructor&&i===T&&r.constructor.resolve===b?function(t,e){e._state===D?M(t,e._result):e._state===B?I(t,e._result):C(e,void 0,function(e){return k(t,e)},function(e){return I(t,e)})}(t,r):void 0===i?M(t,r):e(i)?function(t,e,r){s(function(t){var i=!1,n=function(r,n,o,s){try{r.call(n,function(r){i||(i=!0,e!==r?k(t,r):M(t,r))},function(e){i||(i=!0,I(t,e))})}catch(t){return t}}(r,e);!i&&n&&(i=!0,I(t,n))},t)}(t,r,i):M(t,r)}function k(t,e){if(t===e)I(t,new TypeError("You cannot resolve a promise with itself"));else if(n=typeof(i=e),null===i||"object"!==n&&"function"!==n)M(t,e);else{var r=void 0;try{r=e.then}catch(e){return void I(t,e)}x(t,e,r)}var i,n}function E(t){t._onerror&&t._onerror(t._result),R(t)}function M(t,e){t._state===S&&(t._result=e,t._state=D,0!==t._subscribers.length&&s(R,t))}function I(t,e){t._state===S&&(t._state=B,t._result=e,s(E,t))}function C(t,e,r,i){var n=t._subscribers,o=n.length;t._onerror=null,n[o]=e,n[o+D]=r,n[o+B]=i,0===o&&t._state&&s(R,t)}function R(t){var e=t._subscribers,r=t._state;if(0!==e.length){for(var i=void 0,n=void 0,o=t._result,s=0;s<e.length;s+=3)n=e[s+r],(i=e[s])?j(r,i,n,o):n(o);t._subscribers.length=0}}function j(t,r,i,n){var o=e(i),s=void 0,h=void 0,a=!0;if(o){try{s=i(n)}catch(t){a=!1,h=t}if(r===s)return void I(r,new TypeError("A promises callback cannot return that same promise."))}else s=n;r._state!==S||(o&&a?k(r,s):!1===a?I(r,h):t===D?M(r,s):t===B&&I(r,s))}var O=0;function N(t){t[_]=O++,t._state=void 0,t._result=void 0,t._subscribers=[]}var P=function(){function t(t,e){this._instanceConstructor=t,this.promise=new t(A),this.promise[_]||N(this.promise),r(e)?(this.length=e.length,this._remaining=e.length,this._result=new Array(this.length),0===this.length?M(this.promise,this._result):(this.length=this.length||0,this._enumerate(e),0===this._remaining&&M(this.promise,this._result))):I(this.promise,new Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var e=0;this._state===S&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var r=this._instanceConstructor,i=r.resolve;if(i===b){var n=void 0,o=void 0,s=!1;try{n=t.then}catch(t){s=!0,o=t}if(n===T&&t._state!==S)this._settledAt(t._state,e,t._result);else if("function"!=typeof n)this._remaining--,this._result[e]=t;else if(r===V){var h=new r(A);s?I(h,o):x(h,t,n),this._willSettleAt(h,e)}else this._willSettleAt(new r(function(e){return e(t)}),e)}else this._willSettleAt(i(t),e)},t.prototype._settledAt=function(t,e,r){var i=this.promise;i._state===S&&(this._remaining--,t===B?I(i,r):this._result[e]=r),0===this._remaining&&M(i,this._result)},t.prototype._willSettleAt=function(t,e){var r=this;C(t,void 0,function(t){return r._settledAt(D,e,t)},function(t){return r._settledAt(B,e,t)})},t}(),V=function(){function t(e){this[_]=O++,this._result=this._state=void 0,this._subscribers=[],A!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof t?function(t,e){try{e(function(e){k(t,e)},function(e){I(t,e)})}catch(e){I(t,e)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return t.prototype.catch=function(t){return this.then(null,t)},t.prototype.finally=function(t){var r=this.constructor;return e(t)?this.then(function(e){return r.resolve(t()).then(function(){return e})},function(e){return r.resolve(t()).then(function(){throw e})}):this.then(t,t)},t}();return V.prototype.then=T,V.all=function(t){return new P(this,t).promise},V.race=function(t){var e=this;return r(t)?new e(function(r,i){for(var n=t.length,o=0;o<n;o++)e.resolve(t[o]).then(r,i)}):new e(function(t,e){return e(new TypeError("You must pass an array to race."))})},V.resolve=b,V.reject=function(t){var e=new this(A);return I(e,t),e},V._setScheduler=function(t){o=t},V._setAsap=function(t){s=t},V._asap=s,V.polyfill=function(){var e=void 0;if(void 0!==t)e=t;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var r=e.Promise;if(r){var i=null;try{i=Object.prototype.toString.call(r.resolve())}catch(t){}if("[object Promise]"===i&&!r.cast)return}e.Promise=V},V.Promise=V,V}()}),A=e(function(e){var r,i;r=t,i=function(){return function(){return function(t){var e=[];if(0===t.length)return"";if("string"!=typeof t[0])throw new TypeError("Url must be a string. Received "+t[0]);if(t[0].match(/^[^/:]+:\/*$/)&&t.length>1){var r=t.shift();t[0]=r+t[0]}t[0]=t[0].match(/^file:\/\/\//)?t[0].replace(/^([^/:]+):\/*/,"$1:///"):t[0].replace(/^([^/:]+):\/*/,"$1://");for(var i=0;i<t.length;i++){var n=t[i];if("string"!=typeof n)throw new TypeError("Url must be a string. Received "+n);""!==n&&(i>0&&(n=n.replace(/^[\/]+/,"")),n=n.replace(/[\/]+$/,i<t.length-1?"":"/"),e.push(n))}var o=e.join("/"),s=(o=o.replace(/\/(\?|&|#[^!])/g,"$1")).split("?");return s.shift()+(s.length>0?"?":"")+s.join("&")}("object"==typeof arguments[0]?arguments[0]:[].slice.call(arguments))}},e.exports?e.exports=i():r.urljoin=i()});function S(t){if(t.ok)return t.json();var e=new Error(t.statusText);return e.response=t,Promise.reject(e)}function D(t){this.name="ConfigurationError",this.message=t||""}function B(t){this.name="TokenValidationError",this.message=t||""}_.polyfill(),D.prototype=Error.prototype,B.prototype=Error.prototype;var x=function(){};x.prototype.get=function(){return null},x.prototype.has=function(){return null},x.prototype.set=function(){return null};var k="RS256",E=function(t){return"number"==typeof t},M=function(){return new Date},I=60;function C(t){var e=t||{};if(this.jwksCache=e.jwksCache||new x,this.expectedAlg=e.expectedAlg||"RS256",this.issuer=e.issuer,this.audience=e.audience,this.leeway=0===e.leeway?0:e.leeway||I,this.jwksURI=e.jwksURI,this.maxAge=e.maxAge,this.__clock="function"==typeof e.__clock?e.__clock:M,this.leeway<0||this.leeway>300)throw new D("The leeway should be positive and lower than five minutes.");if(k!==this.expectedAlg)throw new D('Signature algorithm of "'+this.expectedAlg+'" is not supported. Expected the ID token to be signed with "'+k+'".')}C.prototype.verify=function(t,e,r){if(!t)return r(new B("ID token is required but missing"),!1);var i=this.decode(t);if(i instanceof Error)return r(new B("ID token could not be decoded"),!1);var n=i.encoded.header+"."+i.encoded.payload,o=b(i.encoded.signature),s=i.header.alg,h=i.header.kid,a=i.payload.aud,u=i.payload.sub,f=i.payload.iss,c=i.payload.exp,p=i.payload.nbf,l=i.payload.iat,d=i.payload.azp,m=i.payload.auth_time,v=i.payload.nonce,y=this.__clock(),g=this;if(g.expectedAlg!==s)return r(new B('Signature algorithm of "'+s+'" is not supported. Expected the ID token to be signed with "'+k+'".'),!1);this.getRsaVerifier(f,h,function(t,s){if(t)return r(t);if(!s.verify(n,o))return r(new B("Invalid ID token signature."));if(!f||"string"!=typeof f)return r(new B("Issuer (iss) claim must be a string present in the ID token",!1));if(g.issuer!==f)return r(new B('Issuer (iss) claim mismatch in the ID token, expected "'+g.issuer+'", found "'+f+'"'),!1);if(!u||"string"!=typeof u)return r(new B("Subject (sub) claim must be a string present in the ID token"),!1);if(!a||"string"!=typeof a&&!Array.isArray(a))return r(new B("Audience (aud) claim must be a string or array of strings present in the ID token"));if(Array.isArray(a)&&!a.includes(g.audience))return r(new B('Audience (aud) claim mismatch in the ID token; expected "'+g.audience+'" but was not one of "'+a.join(", ")+'"'));if("string"==typeof a&&g.audience!==a)return r(new B('Audience (aud) claim mismatch in the ID token; expected "'+g.audience+'" but found "'+a+'"'),!1);if(e){if(!v||"string"!=typeof v)return r(new B("Nonce (nonce) claim must be a string present in the ID token"),!1);if(v!==e)return r(new B('Nonce (nonce) claim value mismatch in the ID token; expected "'+e+'", found "'+v+'"'),!1)}if(Array.isArray(a)&&a.length>1){if(!d||"string"!=typeof d)return r(new B("Authorized Party (azp) claim must be a string present in the ID token when Audience (aud) claim has multiple values",!1));if(d!==g.audience)return r(new B('Authorized Party (azp) claim mismatch in the ID token; expected "'+g.audience+'", found "'+d+'"',!1))}if(!c||!E(c))return r(new B("Expiration Time (exp) claim must be a number present in the ID token",!1));if(!l||!E(l))return r(new B("Issued At (iat) claim must be a number present in the ID token"));var h=c+g.leeway,w=new Date(0);if(w.setUTCSeconds(h),y>w)return r(new B('Expiration Time (exp) claim error in the ID token; current time "'+y+'" is after expiration time "'+w+'"',!1));if(p&&E(p)){var T=p-g.leeway,b=new Date(0);if(b.setUTCSeconds(T),y<b)return r(new B('Not Before Time (nbf) claim error in the ID token; current time "'+y+'" is before the not before time "'+b+'"'))}if(g.maxAge){if(!m||!E(m))return r(new B("Authentication Time (auth_time) claim must be a number present in the ID token when Max Age (max_age) is specified"));var _=m+g.maxAge+g.leeway,A=new Date(0);if(A.setUTCSeconds(_),y>A)return r(new B('Authentication Time (auth_time) claim in the ID token indicates that too much time has passed since the last end-user authentication. Current time "'+y+'" is after last auth time at "'+A+'"'))}return r(null,i.payload)})},C.prototype.getRsaVerifier=function(t,e,r){var i=this,n=t+e;if(this.jwksCache.has(n)){var o=this.jwksCache.get(n);r(null,new u(o.modulus,o.exp))}else!function(t,e){("undefined"==typeof fetch?function(t,e){return e=e||{},new Promise(function(r,i){var n=new XMLHttpRequest,o=[],s=[],h={},a=function(){return{ok:2==(n.status/100|0),statusText:n.statusText,status:n.status,url:n.responseURL,text:function(){return Promise.resolve(n.responseText)},json:function(){return Promise.resolve(JSON.parse(n.responseText))},blob:function(){return Promise.resolve(new Blob([n.response]))},clone:a,headers:{keys:function(){return o},entries:function(){return s},get:function(t){return h[t.toLowerCase()]},has:function(t){return t.toLowerCase()in h}}}};for(var u in n.open(e.method||"get",t,!0),n.onload=function(){n.getAllResponseHeaders().replace(/^(.*?):[^\S\n]*([\s\S]*?)$/gm,function(t,e,r){o.push(e=e.toLowerCase()),s.push([e,r]),h[e]=h[e]?h[e]+","+r:r}),r(a())},n.onerror=i,n.withCredentials="include"==e.credentials,e.headers)n.setRequestHeader(u,e.headers[u]);n.send(e.body||null)})}:fetch)(t.jwksURI||A(t.iss,".well-known","jwks.json")).then(S).then(function(r){var i,n,o,s=null;for(i=0;i<r.keys.length&&null===s;i++)(n=r.keys[i]).kid===t.kid&&(s=n);return s?e(null,{modulus:b((o=s).n),exp:b(o.e)}):e(new Error('Could not find a public key for Key ID (kid) "'+t.kid+'"'))}).catch(function(t){e(t)})}({jwksURI:this.jwksURI,iss:t,kid:e},function(t,e){return t?r(t):(i.jwksCache.set(n,e),r(null,new u(e.modulus,e.exp)))})},C.prototype.decode=function(t){var e,r,i=t.split(".");if(3!==i.length)return new B("Cannot decode a malformed JWT");try{e=JSON.parse(T(i[0])),r=JSON.parse(T(i[1]))}catch(t){return new B("Token header or payload is not valid JSON")}return{header:e,payload:r,encoded:{header:i[0],payload:i[1],signature:i[2]}}},C.prototype.validateAccessToken=function(t,e,r,s){if(this.expectedAlg!==e)return s(new B('Signature algorithm of "'+e+'" is not supported. Expected "'+this.expectedAlg+'"'));var h,a=i(t),u=o.stringify(a),f=u.substring(0,u.length/2),c=o.parse(f),p=n.stringify(c);return s((h={"+":"-","/":"_","=":""},p.replace(/[+/=]/g,function(t){return h[t]})!==r?new B("Invalid access_token"):null))},module.exports=C;
25542
26025
 
25543
26026
 
25544
26027
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
25545
- },{"_process":321}],318:[function(require,module,exports){
26028
+ },{"_process":325}],322:[function(require,module,exports){
25546
26029
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
25547
26030
  var e, m
25548
26031
  var eLen = (nBytes * 8) - mLen - 1
@@ -25628,7 +26111,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25628
26111
  buffer[offset + i - d] |= s * 128
25629
26112
  }
25630
26113
 
25631
- },{}],319:[function(require,module,exports){
26114
+ },{}],323:[function(require,module,exports){
25632
26115
  // the whatwg-fetch polyfill installs the fetch() function
25633
26116
  // on the global object (window or self)
25634
26117
  //
@@ -25636,7 +26119,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25636
26119
  require('whatwg-fetch');
25637
26120
  module.exports = self.fetch.bind(self);
25638
26121
 
25639
- },{"whatwg-fetch":332}],320:[function(require,module,exports){
26122
+ },{"whatwg-fetch":336}],324:[function(require,module,exports){
25640
26123
  var hasMap = typeof Map === 'function' && Map.prototype;
25641
26124
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
25642
26125
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -26154,7 +26637,7 @@ function arrObjKeys(obj, inspect) {
26154
26637
  return xs;
26155
26638
  }
26156
26639
 
26157
- },{"./util.inspect":303}],321:[function(require,module,exports){
26640
+ },{"./util.inspect":307}],325:[function(require,module,exports){
26158
26641
  // shim for using process in browser
26159
26642
  var process = module.exports = {};
26160
26643
 
@@ -26340,7 +26823,7 @@ process.chdir = function (dir) {
26340
26823
  };
26341
26824
  process.umask = function() { return 0; };
26342
26825
 
26343
- },{}],322:[function(require,module,exports){
26826
+ },{}],326:[function(require,module,exports){
26344
26827
  'use strict';
26345
26828
 
26346
26829
  var replace = String.prototype.replace;
@@ -26365,7 +26848,7 @@ module.exports = {
26365
26848
  RFC3986: Format.RFC3986
26366
26849
  };
26367
26850
 
26368
- },{}],323:[function(require,module,exports){
26851
+ },{}],327:[function(require,module,exports){
26369
26852
  'use strict';
26370
26853
 
26371
26854
  var stringify = require('./stringify');
@@ -26378,7 +26861,7 @@ module.exports = {
26378
26861
  stringify: stringify
26379
26862
  };
26380
26863
 
26381
- },{"./formats":322,"./parse":324,"./stringify":325}],324:[function(require,module,exports){
26864
+ },{"./formats":326,"./parse":328,"./stringify":329}],328:[function(require,module,exports){
26382
26865
  'use strict';
26383
26866
 
26384
26867
  var utils = require('./utils');
@@ -26643,7 +27126,7 @@ module.exports = function (str, opts) {
26643
27126
  return utils.compact(obj);
26644
27127
  };
26645
27128
 
26646
- },{"./utils":326}],325:[function(require,module,exports){
27129
+ },{"./utils":330}],329:[function(require,module,exports){
26647
27130
  'use strict';
26648
27131
 
26649
27132
  var getSideChannel = require('side-channel');
@@ -26971,7 +27454,7 @@ module.exports = function (object, opts) {
26971
27454
  return joined.length > 0 ? prefix + joined : '';
26972
27455
  };
26973
27456
 
26974
- },{"./formats":322,"./utils":326,"side-channel":331}],326:[function(require,module,exports){
27457
+ },{"./formats":326,"./utils":330,"side-channel":335}],330:[function(require,module,exports){
26975
27458
  'use strict';
26976
27459
 
26977
27460
  var formats = require('./formats');
@@ -27225,7 +27708,7 @@ module.exports = {
27225
27708
  merge: merge
27226
27709
  };
27227
27710
 
27228
- },{"./formats":322}],327:[function(require,module,exports){
27711
+ },{"./formats":326}],331:[function(require,module,exports){
27229
27712
  // Copyright Joyent, Inc. and other Node contributors.
27230
27713
  //
27231
27714
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27311,7 +27794,7 @@ var isArray = Array.isArray || function (xs) {
27311
27794
  return Object.prototype.toString.call(xs) === '[object Array]';
27312
27795
  };
27313
27796
 
27314
- },{}],328:[function(require,module,exports){
27797
+ },{}],332:[function(require,module,exports){
27315
27798
  // Copyright Joyent, Inc. and other Node contributors.
27316
27799
  //
27317
27800
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27398,13 +27881,13 @@ var objectKeys = Object.keys || function (obj) {
27398
27881
  return res;
27399
27882
  };
27400
27883
 
27401
- },{}],329:[function(require,module,exports){
27884
+ },{}],333:[function(require,module,exports){
27402
27885
  'use strict';
27403
27886
 
27404
27887
  exports.decode = exports.parse = require('./decode');
27405
27888
  exports.encode = exports.stringify = require('./encode');
27406
27889
 
27407
- },{"./decode":327,"./encode":328}],330:[function(require,module,exports){
27890
+ },{"./decode":331,"./encode":332}],334:[function(require,module,exports){
27408
27891
  'use strict'
27409
27892
  /* eslint no-proto: 0 */
27410
27893
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -27423,7 +27906,7 @@ function mixinProperties (obj, proto) {
27423
27906
  return obj
27424
27907
  }
27425
27908
 
27426
- },{}],331:[function(require,module,exports){
27909
+ },{}],335:[function(require,module,exports){
27427
27910
  'use strict';
27428
27911
 
27429
27912
  var GetIntrinsic = require('get-intrinsic');
@@ -27549,27 +28032,42 @@ module.exports = function getSideChannel() {
27549
28032
  return channel;
27550
28033
  };
27551
28034
 
27552
- },{"call-bind/callBound":305,"get-intrinsic":312,"object-inspect":320}],332:[function(require,module,exports){
27553
- (function(self) {
27554
- 'use strict';
28035
+ },{"call-bind/callBound":309,"get-intrinsic":316,"object-inspect":324}],336:[function(require,module,exports){
28036
+ (function (global){
28037
+ (function (global, factory) {
28038
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
28039
+ typeof define === 'function' && define.amd ? define(['exports'], factory) :
28040
+ (factory((global.WHATWGFetch = {})));
28041
+ }(this, (function (exports) { 'use strict';
27555
28042
 
27556
- if (self.fetch) {
27557
- return
27558
- }
28043
+ /* eslint-disable no-prototype-builtins */
28044
+ var g =
28045
+ (typeof globalThis !== 'undefined' && globalThis) ||
28046
+ (typeof self !== 'undefined' && self) ||
28047
+ // eslint-disable-next-line no-undef
28048
+ (typeof global !== 'undefined' && global) ||
28049
+ {};
27559
28050
 
27560
28051
  var support = {
27561
- searchParams: 'URLSearchParams' in self,
27562
- iterable: 'Symbol' in self && 'iterator' in Symbol,
27563
- blob: 'FileReader' in self && 'Blob' in self && (function() {
27564
- try {
27565
- new Blob()
27566
- return true
27567
- } catch(e) {
27568
- return false
27569
- }
27570
- })(),
27571
- formData: 'FormData' in self,
27572
- arrayBuffer: 'ArrayBuffer' in self
28052
+ searchParams: 'URLSearchParams' in g,
28053
+ iterable: 'Symbol' in g && 'iterator' in Symbol,
28054
+ blob:
28055
+ 'FileReader' in g &&
28056
+ 'Blob' in g &&
28057
+ (function() {
28058
+ try {
28059
+ new Blob();
28060
+ return true
28061
+ } catch (e) {
28062
+ return false
28063
+ }
28064
+ })(),
28065
+ formData: 'FormData' in g,
28066
+ arrayBuffer: 'ArrayBuffer' in g
28067
+ };
28068
+
28069
+ function isDataView(obj) {
28070
+ return obj && DataView.prototype.isPrototypeOf(obj)
27573
28071
  }
27574
28072
 
27575
28073
  if (support.arrayBuffer) {
@@ -27583,30 +28081,28 @@ module.exports = function getSideChannel() {
27583
28081
  '[object Uint32Array]',
27584
28082
  '[object Float32Array]',
27585
28083
  '[object Float64Array]'
27586
- ]
27587
-
27588
- var isDataView = function(obj) {
27589
- return obj && DataView.prototype.isPrototypeOf(obj)
27590
- }
28084
+ ];
27591
28085
 
27592
- var isArrayBufferView = ArrayBuffer.isView || function(obj) {
27593
- return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1
27594
- }
28086
+ var isArrayBufferView =
28087
+ ArrayBuffer.isView ||
28088
+ function(obj) {
28089
+ return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1
28090
+ };
27595
28091
  }
27596
28092
 
27597
28093
  function normalizeName(name) {
27598
28094
  if (typeof name !== 'string') {
27599
- name = String(name)
28095
+ name = String(name);
27600
28096
  }
27601
- if (/[^a-z0-9\-#$%&'*+.\^_`|~]/i.test(name)) {
27602
- throw new TypeError('Invalid character in header field name')
28097
+ if (/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(name) || name === '') {
28098
+ throw new TypeError('Invalid character in header field name: "' + name + '"')
27603
28099
  }
27604
28100
  return name.toLowerCase()
27605
28101
  }
27606
28102
 
27607
28103
  function normalizeValue(value) {
27608
28104
  if (typeof value !== 'string') {
27609
- value = String(value)
28105
+ value = String(value);
27610
28106
  }
27611
28107
  return value
27612
28108
  }
@@ -27615,130 +28111,142 @@ module.exports = function getSideChannel() {
27615
28111
  function iteratorFor(items) {
27616
28112
  var iterator = {
27617
28113
  next: function() {
27618
- var value = items.shift()
28114
+ var value = items.shift();
27619
28115
  return {done: value === undefined, value: value}
27620
28116
  }
27621
- }
28117
+ };
27622
28118
 
27623
28119
  if (support.iterable) {
27624
28120
  iterator[Symbol.iterator] = function() {
27625
28121
  return iterator
27626
- }
28122
+ };
27627
28123
  }
27628
28124
 
27629
28125
  return iterator
27630
28126
  }
27631
28127
 
27632
28128
  function Headers(headers) {
27633
- this.map = {}
28129
+ this.map = {};
27634
28130
 
27635
28131
  if (headers instanceof Headers) {
27636
28132
  headers.forEach(function(value, name) {
27637
- this.append(name, value)
27638
- }, this)
28133
+ this.append(name, value);
28134
+ }, this);
27639
28135
  } else if (Array.isArray(headers)) {
27640
28136
  headers.forEach(function(header) {
27641
- this.append(header[0], header[1])
27642
- }, this)
28137
+ if (header.length != 2) {
28138
+ throw new TypeError('Headers constructor: expected name/value pair to be length 2, found' + header.length)
28139
+ }
28140
+ this.append(header[0], header[1]);
28141
+ }, this);
27643
28142
  } else if (headers) {
27644
28143
  Object.getOwnPropertyNames(headers).forEach(function(name) {
27645
- this.append(name, headers[name])
27646
- }, this)
28144
+ this.append(name, headers[name]);
28145
+ }, this);
27647
28146
  }
27648
28147
  }
27649
28148
 
27650
28149
  Headers.prototype.append = function(name, value) {
27651
- name = normalizeName(name)
27652
- value = normalizeValue(value)
27653
- var oldValue = this.map[name]
27654
- this.map[name] = oldValue ? oldValue+','+value : value
27655
- }
28150
+ name = normalizeName(name);
28151
+ value = normalizeValue(value);
28152
+ var oldValue = this.map[name];
28153
+ this.map[name] = oldValue ? oldValue + ', ' + value : value;
28154
+ };
27656
28155
 
27657
28156
  Headers.prototype['delete'] = function(name) {
27658
- delete this.map[normalizeName(name)]
27659
- }
28157
+ delete this.map[normalizeName(name)];
28158
+ };
27660
28159
 
27661
28160
  Headers.prototype.get = function(name) {
27662
- name = normalizeName(name)
28161
+ name = normalizeName(name);
27663
28162
  return this.has(name) ? this.map[name] : null
27664
- }
28163
+ };
27665
28164
 
27666
28165
  Headers.prototype.has = function(name) {
27667
28166
  return this.map.hasOwnProperty(normalizeName(name))
27668
- }
28167
+ };
27669
28168
 
27670
28169
  Headers.prototype.set = function(name, value) {
27671
- this.map[normalizeName(name)] = normalizeValue(value)
27672
- }
28170
+ this.map[normalizeName(name)] = normalizeValue(value);
28171
+ };
27673
28172
 
27674
28173
  Headers.prototype.forEach = function(callback, thisArg) {
27675
28174
  for (var name in this.map) {
27676
28175
  if (this.map.hasOwnProperty(name)) {
27677
- callback.call(thisArg, this.map[name], name, this)
28176
+ callback.call(thisArg, this.map[name], name, this);
27678
28177
  }
27679
28178
  }
27680
- }
28179
+ };
27681
28180
 
27682
28181
  Headers.prototype.keys = function() {
27683
- var items = []
27684
- this.forEach(function(value, name) { items.push(name) })
28182
+ var items = [];
28183
+ this.forEach(function(value, name) {
28184
+ items.push(name);
28185
+ });
27685
28186
  return iteratorFor(items)
27686
- }
28187
+ };
27687
28188
 
27688
28189
  Headers.prototype.values = function() {
27689
- var items = []
27690
- this.forEach(function(value) { items.push(value) })
28190
+ var items = [];
28191
+ this.forEach(function(value) {
28192
+ items.push(value);
28193
+ });
27691
28194
  return iteratorFor(items)
27692
- }
28195
+ };
27693
28196
 
27694
28197
  Headers.prototype.entries = function() {
27695
- var items = []
27696
- this.forEach(function(value, name) { items.push([name, value]) })
28198
+ var items = [];
28199
+ this.forEach(function(value, name) {
28200
+ items.push([name, value]);
28201
+ });
27697
28202
  return iteratorFor(items)
27698
- }
28203
+ };
27699
28204
 
27700
28205
  if (support.iterable) {
27701
- Headers.prototype[Symbol.iterator] = Headers.prototype.entries
28206
+ Headers.prototype[Symbol.iterator] = Headers.prototype.entries;
27702
28207
  }
27703
28208
 
27704
28209
  function consumed(body) {
28210
+ if (body._noBody) return
27705
28211
  if (body.bodyUsed) {
27706
28212
  return Promise.reject(new TypeError('Already read'))
27707
28213
  }
27708
- body.bodyUsed = true
28214
+ body.bodyUsed = true;
27709
28215
  }
27710
28216
 
27711
28217
  function fileReaderReady(reader) {
27712
28218
  return new Promise(function(resolve, reject) {
27713
28219
  reader.onload = function() {
27714
- resolve(reader.result)
27715
- }
28220
+ resolve(reader.result);
28221
+ };
27716
28222
  reader.onerror = function() {
27717
- reject(reader.error)
27718
- }
28223
+ reject(reader.error);
28224
+ };
27719
28225
  })
27720
28226
  }
27721
28227
 
27722
28228
  function readBlobAsArrayBuffer(blob) {
27723
- var reader = new FileReader()
27724
- var promise = fileReaderReady(reader)
27725
- reader.readAsArrayBuffer(blob)
28229
+ var reader = new FileReader();
28230
+ var promise = fileReaderReady(reader);
28231
+ reader.readAsArrayBuffer(blob);
27726
28232
  return promise
27727
28233
  }
27728
28234
 
27729
28235
  function readBlobAsText(blob) {
27730
- var reader = new FileReader()
27731
- var promise = fileReaderReady(reader)
27732
- reader.readAsText(blob)
28236
+ var reader = new FileReader();
28237
+ var promise = fileReaderReady(reader);
28238
+ var match = /charset=([A-Za-z0-9_-]+)/.exec(blob.type);
28239
+ var encoding = match ? match[1] : 'utf-8';
28240
+ reader.readAsText(blob, encoding);
27733
28241
  return promise
27734
28242
  }
27735
28243
 
27736
28244
  function readArrayBufferAsText(buf) {
27737
- var view = new Uint8Array(buf)
27738
- var chars = new Array(view.length)
28245
+ var view = new Uint8Array(buf);
28246
+ var chars = new Array(view.length);
27739
28247
 
27740
28248
  for (var i = 0; i < view.length; i++) {
27741
- chars[i] = String.fromCharCode(view[i])
28249
+ chars[i] = String.fromCharCode(view[i]);
27742
28250
  }
27743
28251
  return chars.join('')
27744
28252
  }
@@ -27747,51 +28255,64 @@ module.exports = function getSideChannel() {
27747
28255
  if (buf.slice) {
27748
28256
  return buf.slice(0)
27749
28257
  } else {
27750
- var view = new Uint8Array(buf.byteLength)
27751
- view.set(new Uint8Array(buf))
28258
+ var view = new Uint8Array(buf.byteLength);
28259
+ view.set(new Uint8Array(buf));
27752
28260
  return view.buffer
27753
28261
  }
27754
28262
  }
27755
28263
 
27756
28264
  function Body() {
27757
- this.bodyUsed = false
28265
+ this.bodyUsed = false;
27758
28266
 
27759
28267
  this._initBody = function(body) {
27760
- this._bodyInit = body
28268
+ /*
28269
+ fetch-mock wraps the Response object in an ES6 Proxy to
28270
+ provide useful test harness features such as flush. However, on
28271
+ ES5 browsers without fetch or Proxy support pollyfills must be used;
28272
+ the proxy-pollyfill is unable to proxy an attribute unless it exists
28273
+ on the object before the Proxy is created. This change ensures
28274
+ Response.bodyUsed exists on the instance, while maintaining the
28275
+ semantic of setting Request.bodyUsed in the constructor before
28276
+ _initBody is called.
28277
+ */
28278
+ // eslint-disable-next-line no-self-assign
28279
+ this.bodyUsed = this.bodyUsed;
28280
+ this._bodyInit = body;
27761
28281
  if (!body) {
27762
- this._bodyText = ''
28282
+ this._noBody = true;
28283
+ this._bodyText = '';
27763
28284
  } else if (typeof body === 'string') {
27764
- this._bodyText = body
28285
+ this._bodyText = body;
27765
28286
  } else if (support.blob && Blob.prototype.isPrototypeOf(body)) {
27766
- this._bodyBlob = body
28287
+ this._bodyBlob = body;
27767
28288
  } else if (support.formData && FormData.prototype.isPrototypeOf(body)) {
27768
- this._bodyFormData = body
28289
+ this._bodyFormData = body;
27769
28290
  } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {
27770
- this._bodyText = body.toString()
28291
+ this._bodyText = body.toString();
27771
28292
  } else if (support.arrayBuffer && support.blob && isDataView(body)) {
27772
- this._bodyArrayBuffer = bufferClone(body.buffer)
28293
+ this._bodyArrayBuffer = bufferClone(body.buffer);
27773
28294
  // IE 10-11 can't handle a DataView body.
27774
- this._bodyInit = new Blob([this._bodyArrayBuffer])
28295
+ this._bodyInit = new Blob([this._bodyArrayBuffer]);
27775
28296
  } else if (support.arrayBuffer && (ArrayBuffer.prototype.isPrototypeOf(body) || isArrayBufferView(body))) {
27776
- this._bodyArrayBuffer = bufferClone(body)
28297
+ this._bodyArrayBuffer = bufferClone(body);
27777
28298
  } else {
27778
- throw new Error('unsupported BodyInit type')
28299
+ this._bodyText = body = Object.prototype.toString.call(body);
27779
28300
  }
27780
28301
 
27781
28302
  if (!this.headers.get('content-type')) {
27782
28303
  if (typeof body === 'string') {
27783
- this.headers.set('content-type', 'text/plain;charset=UTF-8')
28304
+ this.headers.set('content-type', 'text/plain;charset=UTF-8');
27784
28305
  } else if (this._bodyBlob && this._bodyBlob.type) {
27785
- this.headers.set('content-type', this._bodyBlob.type)
28306
+ this.headers.set('content-type', this._bodyBlob.type);
27786
28307
  } else if (support.searchParams && URLSearchParams.prototype.isPrototypeOf(body)) {
27787
- this.headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8')
28308
+ this.headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8');
27788
28309
  }
27789
28310
  }
27790
- }
28311
+ };
27791
28312
 
27792
28313
  if (support.blob) {
27793
28314
  this.blob = function() {
27794
- var rejected = consumed(this)
28315
+ var rejected = consumed(this);
27795
28316
  if (rejected) {
27796
28317
  return rejected
27797
28318
  }
@@ -27805,19 +28326,33 @@ module.exports = function getSideChannel() {
27805
28326
  } else {
27806
28327
  return Promise.resolve(new Blob([this._bodyText]))
27807
28328
  }
27808
- }
27809
-
27810
- this.arrayBuffer = function() {
27811
- if (this._bodyArrayBuffer) {
27812
- return consumed(this) || Promise.resolve(this._bodyArrayBuffer)
28329
+ };
28330
+ }
28331
+
28332
+ this.arrayBuffer = function() {
28333
+ if (this._bodyArrayBuffer) {
28334
+ var isConsumed = consumed(this);
28335
+ if (isConsumed) {
28336
+ return isConsumed
28337
+ } else if (ArrayBuffer.isView(this._bodyArrayBuffer)) {
28338
+ return Promise.resolve(
28339
+ this._bodyArrayBuffer.buffer.slice(
28340
+ this._bodyArrayBuffer.byteOffset,
28341
+ this._bodyArrayBuffer.byteOffset + this._bodyArrayBuffer.byteLength
28342
+ )
28343
+ )
27813
28344
  } else {
27814
- return this.blob().then(readBlobAsArrayBuffer)
28345
+ return Promise.resolve(this._bodyArrayBuffer)
27815
28346
  }
28347
+ } else if (support.blob) {
28348
+ return this.blob().then(readBlobAsArrayBuffer)
28349
+ } else {
28350
+ throw new Error('could not read as ArrayBuffer')
27816
28351
  }
27817
- }
28352
+ };
27818
28353
 
27819
28354
  this.text = function() {
27820
- var rejected = consumed(this)
28355
+ var rejected = consumed(this);
27821
28356
  if (rejected) {
27822
28357
  return rejected
27823
28358
  }
@@ -27831,116 +28366,163 @@ module.exports = function getSideChannel() {
27831
28366
  } else {
27832
28367
  return Promise.resolve(this._bodyText)
27833
28368
  }
27834
- }
28369
+ };
27835
28370
 
27836
28371
  if (support.formData) {
27837
28372
  this.formData = function() {
27838
28373
  return this.text().then(decode)
27839
- }
28374
+ };
27840
28375
  }
27841
28376
 
27842
28377
  this.json = function() {
27843
28378
  return this.text().then(JSON.parse)
27844
- }
28379
+ };
27845
28380
 
27846
28381
  return this
27847
28382
  }
27848
28383
 
27849
28384
  // HTTP methods whose capitalization should be normalized
27850
- var methods = ['DELETE', 'GET', 'HEAD', 'OPTIONS', 'POST', 'PUT']
28385
+ var methods = ['CONNECT', 'DELETE', 'GET', 'HEAD', 'OPTIONS', 'PATCH', 'POST', 'PUT', 'TRACE'];
27851
28386
 
27852
28387
  function normalizeMethod(method) {
27853
- var upcased = method.toUpperCase()
27854
- return (methods.indexOf(upcased) > -1) ? upcased : method
28388
+ var upcased = method.toUpperCase();
28389
+ return methods.indexOf(upcased) > -1 ? upcased : method
27855
28390
  }
27856
28391
 
27857
28392
  function Request(input, options) {
27858
- options = options || {}
27859
- var body = options.body
28393
+ if (!(this instanceof Request)) {
28394
+ throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')
28395
+ }
28396
+
28397
+ options = options || {};
28398
+ var body = options.body;
27860
28399
 
27861
28400
  if (input instanceof Request) {
27862
28401
  if (input.bodyUsed) {
27863
28402
  throw new TypeError('Already read')
27864
28403
  }
27865
- this.url = input.url
27866
- this.credentials = input.credentials
28404
+ this.url = input.url;
28405
+ this.credentials = input.credentials;
27867
28406
  if (!options.headers) {
27868
- this.headers = new Headers(input.headers)
28407
+ this.headers = new Headers(input.headers);
27869
28408
  }
27870
- this.method = input.method
27871
- this.mode = input.mode
28409
+ this.method = input.method;
28410
+ this.mode = input.mode;
28411
+ this.signal = input.signal;
27872
28412
  if (!body && input._bodyInit != null) {
27873
- body = input._bodyInit
27874
- input.bodyUsed = true
28413
+ body = input._bodyInit;
28414
+ input.bodyUsed = true;
27875
28415
  }
27876
28416
  } else {
27877
- this.url = String(input)
28417
+ this.url = String(input);
27878
28418
  }
27879
28419
 
27880
- this.credentials = options.credentials || this.credentials || 'omit'
28420
+ this.credentials = options.credentials || this.credentials || 'same-origin';
27881
28421
  if (options.headers || !this.headers) {
27882
- this.headers = new Headers(options.headers)
27883
- }
27884
- this.method = normalizeMethod(options.method || this.method || 'GET')
27885
- this.mode = options.mode || this.mode || null
27886
- this.referrer = null
28422
+ this.headers = new Headers(options.headers);
28423
+ }
28424
+ this.method = normalizeMethod(options.method || this.method || 'GET');
28425
+ this.mode = options.mode || this.mode || null;
28426
+ this.signal = options.signal || this.signal || (function () {
28427
+ if ('AbortController' in g) {
28428
+ var ctrl = new AbortController();
28429
+ return ctrl.signal;
28430
+ }
28431
+ }());
28432
+ this.referrer = null;
27887
28433
 
27888
28434
  if ((this.method === 'GET' || this.method === 'HEAD') && body) {
27889
28435
  throw new TypeError('Body not allowed for GET or HEAD requests')
27890
28436
  }
27891
- this._initBody(body)
28437
+ this._initBody(body);
28438
+
28439
+ if (this.method === 'GET' || this.method === 'HEAD') {
28440
+ if (options.cache === 'no-store' || options.cache === 'no-cache') {
28441
+ // Search for a '_' parameter in the query string
28442
+ var reParamSearch = /([?&])_=[^&]*/;
28443
+ if (reParamSearch.test(this.url)) {
28444
+ // If it already exists then set the value with the current time
28445
+ this.url = this.url.replace(reParamSearch, '$1_=' + new Date().getTime());
28446
+ } else {
28447
+ // Otherwise add a new '_' parameter to the end with the current time
28448
+ var reQueryString = /\?/;
28449
+ this.url += (reQueryString.test(this.url) ? '&' : '?') + '_=' + new Date().getTime();
28450
+ }
28451
+ }
28452
+ }
27892
28453
  }
27893
28454
 
27894
28455
  Request.prototype.clone = function() {
27895
- return new Request(this, { body: this._bodyInit })
27896
- }
28456
+ return new Request(this, {body: this._bodyInit})
28457
+ };
27897
28458
 
27898
28459
  function decode(body) {
27899
- var form = new FormData()
27900
- body.trim().split('&').forEach(function(bytes) {
27901
- if (bytes) {
27902
- var split = bytes.split('=')
27903
- var name = split.shift().replace(/\+/g, ' ')
27904
- var value = split.join('=').replace(/\+/g, ' ')
27905
- form.append(decodeURIComponent(name), decodeURIComponent(value))
27906
- }
27907
- })
28460
+ var form = new FormData();
28461
+ body
28462
+ .trim()
28463
+ .split('&')
28464
+ .forEach(function(bytes) {
28465
+ if (bytes) {
28466
+ var split = bytes.split('=');
28467
+ var name = split.shift().replace(/\+/g, ' ');
28468
+ var value = split.join('=').replace(/\+/g, ' ');
28469
+ form.append(decodeURIComponent(name), decodeURIComponent(value));
28470
+ }
28471
+ });
27908
28472
  return form
27909
28473
  }
27910
28474
 
27911
28475
  function parseHeaders(rawHeaders) {
27912
- var headers = new Headers()
28476
+ var headers = new Headers();
27913
28477
  // Replace instances of \r\n and \n followed by at least one space or horizontal tab with a space
27914
28478
  // https://tools.ietf.org/html/rfc7230#section-3.2
27915
- var preProcessedHeaders = rawHeaders.replace(/\r?\n[\t ]+/g, ' ')
27916
- preProcessedHeaders.split(/\r?\n/).forEach(function(line) {
27917
- var parts = line.split(':')
27918
- var key = parts.shift().trim()
27919
- if (key) {
27920
- var value = parts.join(':').trim()
27921
- headers.append(key, value)
27922
- }
27923
- })
28479
+ var preProcessedHeaders = rawHeaders.replace(/\r?\n[\t ]+/g, ' ');
28480
+ // Avoiding split via regex to work around a common IE11 bug with the core-js 3.6.0 regex polyfill
28481
+ // https://github.com/github/fetch/issues/748
28482
+ // https://github.com/zloirock/core-js/issues/751
28483
+ preProcessedHeaders
28484
+ .split('\r')
28485
+ .map(function(header) {
28486
+ return header.indexOf('\n') === 0 ? header.substr(1, header.length) : header
28487
+ })
28488
+ .forEach(function(line) {
28489
+ var parts = line.split(':');
28490
+ var key = parts.shift().trim();
28491
+ if (key) {
28492
+ var value = parts.join(':').trim();
28493
+ try {
28494
+ headers.append(key, value);
28495
+ } catch (error) {
28496
+ console.warn('Response ' + error.message);
28497
+ }
28498
+ }
28499
+ });
27924
28500
  return headers
27925
28501
  }
27926
28502
 
27927
- Body.call(Request.prototype)
28503
+ Body.call(Request.prototype);
27928
28504
 
27929
28505
  function Response(bodyInit, options) {
28506
+ if (!(this instanceof Response)) {
28507
+ throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.')
28508
+ }
27930
28509
  if (!options) {
27931
- options = {}
28510
+ options = {};
27932
28511
  }
27933
28512
 
27934
- this.type = 'default'
27935
- this.status = options.status === undefined ? 200 : options.status
27936
- this.ok = this.status >= 200 && this.status < 300
27937
- this.statusText = 'statusText' in options ? options.statusText : 'OK'
27938
- this.headers = new Headers(options.headers)
27939
- this.url = options.url || ''
27940
- this._initBody(bodyInit)
28513
+ this.type = 'default';
28514
+ this.status = options.status === undefined ? 200 : options.status;
28515
+ if (this.status < 200 || this.status > 599) {
28516
+ throw new RangeError("Failed to construct 'Response': The status provided (0) is outside the range [200, 599].")
28517
+ }
28518
+ this.ok = this.status >= 200 && this.status < 300;
28519
+ this.statusText = options.statusText === undefined ? '' : '' + options.statusText;
28520
+ this.headers = new Headers(options.headers);
28521
+ this.url = options.url || '';
28522
+ this._initBody(bodyInit);
27941
28523
  }
27942
28524
 
27943
- Body.call(Response.prototype)
28525
+ Body.call(Response.prototype);
27944
28526
 
27945
28527
  Response.prototype.clone = function() {
27946
28528
  return new Response(this._bodyInit, {
@@ -27949,15 +28531,16 @@ module.exports = function getSideChannel() {
27949
28531
  headers: new Headers(this.headers),
27950
28532
  url: this.url
27951
28533
  })
27952
- }
28534
+ };
27953
28535
 
27954
28536
  Response.error = function() {
27955
- var response = new Response(null, {status: 0, statusText: ''})
27956
- response.type = 'error'
28537
+ var response = new Response(null, {status: 200, statusText: ''});
28538
+ response.status = 0;
28539
+ response.type = 'error';
27957
28540
  return response
27958
- }
28541
+ };
27959
28542
 
27960
- var redirectStatuses = [301, 302, 303, 307, 308]
28543
+ var redirectStatuses = [301, 302, 303, 307, 308];
27961
28544
 
27962
28545
  Response.redirect = function(url, status) {
27963
28546
  if (redirectStatuses.indexOf(status) === -1) {
@@ -27965,56 +28548,148 @@ module.exports = function getSideChannel() {
27965
28548
  }
27966
28549
 
27967
28550
  return new Response(null, {status: status, headers: {location: url}})
27968
- }
28551
+ };
27969
28552
 
27970
- self.Headers = Headers
27971
- self.Request = Request
27972
- self.Response = Response
28553
+ exports.DOMException = g.DOMException;
28554
+ try {
28555
+ new exports.DOMException();
28556
+ } catch (err) {
28557
+ exports.DOMException = function(message, name) {
28558
+ this.message = message;
28559
+ this.name = name;
28560
+ var error = Error(message);
28561
+ this.stack = error.stack;
28562
+ };
28563
+ exports.DOMException.prototype = Object.create(Error.prototype);
28564
+ exports.DOMException.prototype.constructor = exports.DOMException;
28565
+ }
27973
28566
 
27974
- self.fetch = function(input, init) {
28567
+ function fetch(input, init) {
27975
28568
  return new Promise(function(resolve, reject) {
27976
- var request = new Request(input, init)
27977
- var xhr = new XMLHttpRequest()
28569
+ var request = new Request(input, init);
28570
+
28571
+ if (request.signal && request.signal.aborted) {
28572
+ return reject(new exports.DOMException('Aborted', 'AbortError'))
28573
+ }
28574
+
28575
+ var xhr = new XMLHttpRequest();
28576
+
28577
+ function abortXhr() {
28578
+ xhr.abort();
28579
+ }
27978
28580
 
27979
28581
  xhr.onload = function() {
27980
28582
  var options = {
27981
- status: xhr.status,
27982
28583
  statusText: xhr.statusText,
27983
28584
  headers: parseHeaders(xhr.getAllResponseHeaders() || '')
28585
+ };
28586
+ // This check if specifically for when a user fetches a file locally from the file system
28587
+ // Only if the status is out of a normal range
28588
+ if (request.url.startsWith('file://') && (xhr.status < 200 || xhr.status > 599)) {
28589
+ options.status = 200;
28590
+ } else {
28591
+ options.status = xhr.status;
27984
28592
  }
27985
- options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL')
27986
- var body = 'response' in xhr ? xhr.response : xhr.responseText
27987
- resolve(new Response(body, options))
27988
- }
28593
+ options.url = 'responseURL' in xhr ? xhr.responseURL : options.headers.get('X-Request-URL');
28594
+ var body = 'response' in xhr ? xhr.response : xhr.responseText;
28595
+ setTimeout(function() {
28596
+ resolve(new Response(body, options));
28597
+ }, 0);
28598
+ };
27989
28599
 
27990
28600
  xhr.onerror = function() {
27991
- reject(new TypeError('Network request failed'))
27992
- }
28601
+ setTimeout(function() {
28602
+ reject(new TypeError('Network request failed'));
28603
+ }, 0);
28604
+ };
27993
28605
 
27994
28606
  xhr.ontimeout = function() {
27995
- reject(new TypeError('Network request failed'))
28607
+ setTimeout(function() {
28608
+ reject(new TypeError('Network request timed out'));
28609
+ }, 0);
28610
+ };
28611
+
28612
+ xhr.onabort = function() {
28613
+ setTimeout(function() {
28614
+ reject(new exports.DOMException('Aborted', 'AbortError'));
28615
+ }, 0);
28616
+ };
28617
+
28618
+ function fixUrl(url) {
28619
+ try {
28620
+ return url === '' && g.location.href ? g.location.href : url
28621
+ } catch (e) {
28622
+ return url
28623
+ }
27996
28624
  }
27997
28625
 
27998
- xhr.open(request.method, request.url, true)
28626
+ xhr.open(request.method, fixUrl(request.url), true);
27999
28627
 
28000
28628
  if (request.credentials === 'include') {
28001
- xhr.withCredentials = true
28629
+ xhr.withCredentials = true;
28002
28630
  } else if (request.credentials === 'omit') {
28003
- xhr.withCredentials = false
28631
+ xhr.withCredentials = false;
28004
28632
  }
28005
28633
 
28006
- if ('responseType' in xhr && support.blob) {
28007
- xhr.responseType = 'blob'
28634
+ if ('responseType' in xhr) {
28635
+ if (support.blob) {
28636
+ xhr.responseType = 'blob';
28637
+ } else if (
28638
+ support.arrayBuffer
28639
+ ) {
28640
+ xhr.responseType = 'arraybuffer';
28641
+ }
28008
28642
  }
28009
28643
 
28010
- request.headers.forEach(function(value, name) {
28011
- xhr.setRequestHeader(name, value)
28012
- })
28644
+ if (init && typeof init.headers === 'object' && !(init.headers instanceof Headers || (g.Headers && init.headers instanceof g.Headers))) {
28645
+ var names = [];
28646
+ Object.getOwnPropertyNames(init.headers).forEach(function(name) {
28647
+ names.push(normalizeName(name));
28648
+ xhr.setRequestHeader(name, normalizeValue(init.headers[name]));
28649
+ });
28650
+ request.headers.forEach(function(value, name) {
28651
+ if (names.indexOf(name) === -1) {
28652
+ xhr.setRequestHeader(name, value);
28653
+ }
28654
+ });
28655
+ } else {
28656
+ request.headers.forEach(function(value, name) {
28657
+ xhr.setRequestHeader(name, value);
28658
+ });
28659
+ }
28660
+
28661
+ if (request.signal) {
28662
+ request.signal.addEventListener('abort', abortXhr);
28663
+
28664
+ xhr.onreadystatechange = function() {
28665
+ // DONE (success or failure)
28666
+ if (xhr.readyState === 4) {
28667
+ request.signal.removeEventListener('abort', abortXhr);
28668
+ }
28669
+ };
28670
+ }
28013
28671
 
28014
- xhr.send(typeof request._bodyInit === 'undefined' ? null : request._bodyInit)
28672
+ xhr.send(typeof request._bodyInit === 'undefined' ? null : request._bodyInit);
28015
28673
  })
28016
28674
  }
28017
- self.fetch.polyfill = true
28018
- })(typeof self !== 'undefined' ? self : this);
28019
28675
 
28676
+ fetch.polyfill = true;
28677
+
28678
+ if (!g.fetch) {
28679
+ g.fetch = fetch;
28680
+ g.Headers = Headers;
28681
+ g.Request = Request;
28682
+ g.Response = Response;
28683
+ }
28684
+
28685
+ exports.Headers = Headers;
28686
+ exports.Request = Request;
28687
+ exports.Response = Response;
28688
+ exports.fetch = fetch;
28689
+
28690
+ Object.defineProperty(exports, '__esModule', { value: true });
28691
+
28692
+ })));
28693
+
28694
+ }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
28020
28695
  },{}]},{},[1]);