@cinerino/sdk 12.5.0-alpha.1 → 12.5.0-alpha.11

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.
Files changed (43) hide show
  1. package/example/src/chevre/admin/adminCreateNotesIfNotExistByIdentifier.ts +1 -1
  2. package/example/src/chevre/admin/findProductHasOfferCatalog.ts +35 -0
  3. package/example/src/chevre/admin/findProducts.ts +48 -0
  4. package/example/src/chevre/default/findPublicNotes.ts +39 -0
  5. package/example/src/chevre/default/searchEvents.ts +1 -1
  6. package/example/src/cloud/admin/adminProductOffersByIdentifier.ts +4 -3
  7. package/example/src/cloud/transaction/processPlaceOrder4ttts.ts +1 -1
  8. package/example/src/cloud/transaction/processPlaceOrderByCreditCard3DS.ts +10 -6
  9. package/example/src/cloud/transaction/processPlaceOrderCOAEventByCreditCard.ts +1 -1
  10. package/example/src/cloud/transaction/processPlaceOrderCOAEventByMovieTicket.ts +1 -1
  11. package/example/src/cloud/transaction/processPlaceOrderUsingMemberProgramTier.ts +1 -1
  12. package/lib/abstract/chevre/event.d.ts +11 -11
  13. package/lib/abstract/chevre/event.js +0 -1
  14. package/lib/abstract/chevre/eventSeries.d.ts +3 -3
  15. package/lib/abstract/chevre/note.d.ts +32 -0
  16. package/lib/abstract/chevre/note.js +87 -0
  17. package/lib/abstract/chevre/seller/factory.d.ts +0 -3
  18. package/lib/abstract/chevre/seller/factory.js +6 -0
  19. package/lib/abstract/chevre.d.ts +9 -0
  20. package/lib/abstract/chevre.js +20 -0
  21. package/lib/abstract/chevreAdmin/event.d.ts +5 -5
  22. package/lib/abstract/chevreAdmin/eventSeries.d.ts +1 -1
  23. package/lib/abstract/chevreAdmin/note.d.ts +4 -4
  24. package/lib/abstract/chevreAdmin/note.js +0 -17
  25. package/lib/abstract/chevreAdmin/product.d.ts +94 -2
  26. package/lib/abstract/chevreAdmin/product.js +45 -1
  27. package/lib/abstract/chevreAsset/order/factory.d.ts +4 -0
  28. package/lib/abstract/chevreConsole/aggregateReservation.d.ts +2 -2
  29. package/lib/abstract/chevreConsole/event/factory.d.ts +2 -2
  30. package/lib/abstract/chevreConsole/event.d.ts +14 -29
  31. package/lib/abstract/chevreConsole/event.js +0 -53
  32. package/lib/abstract/chevreConsole/eventSeries.d.ts +6 -6
  33. package/lib/abstract/chevreConsole/product.d.ts +23 -11
  34. package/lib/abstract/chevreConsole/product.js +13 -19
  35. package/lib/abstract/chevreConsole/seller/factory.d.ts +0 -3
  36. package/lib/abstract/chevreConsole/seller/factory.js +6 -0
  37. package/lib/abstract/chevreConsole/seller.d.ts +1 -39
  38. package/lib/abstract/chevreConsole/seller.js +64 -79
  39. package/lib/abstract/cinerino/service/event.d.ts +21 -24
  40. package/lib/abstract/cinerino/service/event.js +2 -2
  41. package/lib/abstract/cloud/admin/event.d.ts +2 -2
  42. package/lib/bundle.js +1030 -796
  43. package/package.json +2 -2
package/lib/bundle.js CHANGED
@@ -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":182}],2:[function(require,module,exports){
3
+ },{"./lib/browser.js":183}],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,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  */
19
19
  __exportStar(require("./abstract/index"), exports);
20
20
 
21
- },{"./abstract/index":164}],3:[function(require,module,exports){
21
+ },{"./abstract/index":165}],3:[function(require,module,exports){
22
22
  "use strict";
23
23
  var __assign = (this && this.__assign) || function () {
24
24
  __assign = Object.assign || function(t) {
@@ -86,6 +86,9 @@ var service;
86
86
  var EventSeries;
87
87
  (function (EventSeries) {
88
88
  })(EventSeries = service.EventSeries || (service.EventSeries = {}));
89
+ var Note;
90
+ (function (Note) {
91
+ })(Note = service.Note || (service.Note = {}));
89
92
  var PaymentProduct;
90
93
  (function (PaymentProduct) {
91
94
  })(PaymentProduct = service.PaymentProduct || (service.PaymentProduct = {}));
@@ -203,6 +206,23 @@ var Chevre = /** @class */ (function () {
203
206
  });
204
207
  });
205
208
  };
209
+ Chevre.prototype.createNoteInstance = function (params) {
210
+ return __awaiter(this, void 0, void 0, function () {
211
+ var _a;
212
+ return __generator(this, function (_b) {
213
+ switch (_b.label) {
214
+ case 0:
215
+ if (!(service.Note.svc === undefined)) return [3 /*break*/, 2];
216
+ _a = service.Note;
217
+ return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevre/note'); })];
218
+ case 1:
219
+ _a.svc = (_b.sent()).NoteService;
220
+ _b.label = 2;
221
+ case 2: return [2 /*return*/, new service.Note.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
222
+ }
223
+ });
224
+ });
225
+ };
206
226
  Chevre.prototype.createPaymentProductInstance = function (params) {
207
227
  return __awaiter(this, void 0, void 0, function () {
208
228
  var _a;
@@ -326,7 +346,7 @@ var Chevre = /** @class */ (function () {
326
346
  }());
327
347
  exports.Chevre = Chevre;
328
348
 
329
- },{"./chevre/categoryCode":4,"./chevre/creativeWork":5,"./chevre/emailMessage":6,"./chevre/event":7,"./chevre/eventSeries":8,"./chevre/paymentService":9,"./chevre/place":10,"./chevre/place/hasPOS":11,"./chevre/product":12,"./chevre/productOffer":13,"./chevre/seller":14,"./chevre/trip":15}],4:[function(require,module,exports){
349
+ },{"./chevre/categoryCode":4,"./chevre/creativeWork":5,"./chevre/emailMessage":6,"./chevre/event":7,"./chevre/eventSeries":8,"./chevre/note":9,"./chevre/paymentService":10,"./chevre/place":11,"./chevre/place/hasPOS":12,"./chevre/product":13,"./chevre/productOffer":14,"./chevre/seller":15,"./chevre/trip":16}],4:[function(require,module,exports){
330
350
  "use strict";
331
351
  var __extends = (this && this.__extends) || (function () {
332
352
  var extendStatics = function (d, b) {
@@ -423,7 +443,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
423
443
  }(service_1.Service));
424
444
  exports.CategoryCodeService = CategoryCodeService;
425
445
 
426
- },{"../service":168,"http-status":453}],5:[function(require,module,exports){
446
+ },{"../service":169,"http-status":454}],5:[function(require,module,exports){
427
447
  "use strict";
428
448
  var __extends = (this && this.__extends) || (function () {
429
449
  var extendStatics = function (d, b) {
@@ -517,7 +537,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
517
537
  }(service_1.Service));
518
538
  exports.CreativeWorkService = CreativeWorkService;
519
539
 
520
- },{"../service":168,"http-status":453}],6:[function(require,module,exports){
540
+ },{"../service":169,"http-status":454}],6:[function(require,module,exports){
521
541
  "use strict";
522
542
  var __extends = (this && this.__extends) || (function () {
523
543
  var extendStatics = function (d, b) {
@@ -614,7 +634,7 @@ var EmailMessageService = /** @class */ (function (_super) {
614
634
  }(service_1.Service));
615
635
  exports.EmailMessageService = EmailMessageService;
616
636
 
617
- },{"../service":168,"http-status":453}],7:[function(require,module,exports){
637
+ },{"../service":169,"http-status":454}],7:[function(require,module,exports){
618
638
  "use strict";
619
639
  var __extends = (this && this.__extends) || (function () {
620
640
  var extendStatics = function (d, b) {
@@ -758,7 +778,6 @@ var EventService = /** @class */ (function (_super) {
758
778
  return __generator(this, function (_a) {
759
779
  id = params.id, typeOf = params.typeOf;
760
780
  if (![
761
- factory.eventType.Event,
762
781
  factory.eventType.ScreeningEvent
763
782
  ].includes(typeOf)) {
764
783
  throw new factory.errors.Argument('typeOf', 'invalid event type');
@@ -906,7 +925,7 @@ var EventService = /** @class */ (function (_super) {
906
925
  }(service_1.Service));
907
926
  exports.EventService = EventService;
908
927
 
909
- },{"../factory":163,"../service":168,"http-status":453}],8:[function(require,module,exports){
928
+ },{"../factory":164,"../service":169,"http-status":454}],8:[function(require,module,exports){
910
929
  "use strict";
911
930
  var __extends = (this && this.__extends) || (function () {
912
931
  var extendStatics = function (d, b) {
@@ -991,7 +1010,96 @@ var EventSeriesService = /** @class */ (function (_super) {
991
1010
  }(service_1.Service));
992
1011
  exports.EventSeriesService = EventSeriesService;
993
1012
 
994
- },{"../service":168,"http-status":453}],9:[function(require,module,exports){
1013
+ },{"../service":169,"http-status":454}],9:[function(require,module,exports){
1014
+ "use strict";
1015
+ var __extends = (this && this.__extends) || (function () {
1016
+ var extendStatics = function (d, b) {
1017
+ extendStatics = Object.setPrototypeOf ||
1018
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1019
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1020
+ return extendStatics(d, b);
1021
+ };
1022
+ return function (d, b) {
1023
+ if (typeof b !== "function" && b !== null)
1024
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1025
+ extendStatics(d, b);
1026
+ function __() { this.constructor = d; }
1027
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1028
+ };
1029
+ })();
1030
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
1031
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1032
+ return new (P || (P = Promise))(function (resolve, reject) {
1033
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
1034
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
1035
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
1036
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
1037
+ });
1038
+ };
1039
+ var __generator = (this && this.__generator) || function (thisArg, body) {
1040
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
1041
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1042
+ function verb(n) { return function (v) { return step([n, v]); }; }
1043
+ function step(op) {
1044
+ if (f) throw new TypeError("Generator is already executing.");
1045
+ while (_) try {
1046
+ 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;
1047
+ if (y = 0, t) op = [op[0] & 2, t.value];
1048
+ switch (op[0]) {
1049
+ case 0: case 1: t = op; break;
1050
+ case 4: _.label++; return { value: op[1], done: false };
1051
+ case 5: _.label++; y = op[1]; op = [0]; continue;
1052
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
1053
+ default:
1054
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
1055
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
1056
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
1057
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
1058
+ if (t[2]) _.ops.pop();
1059
+ _.trys.pop(); continue;
1060
+ }
1061
+ op = body.call(thisArg, _);
1062
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
1063
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
1064
+ }
1065
+ };
1066
+ Object.defineProperty(exports, "__esModule", { value: true });
1067
+ exports.NoteService = void 0;
1068
+ var http_status_1 = require("http-status");
1069
+ var service_1 = require("../service");
1070
+ var BASE_URI = '/creativeWorks/noteDigitalDocument';
1071
+ /**
1072
+ * メモサービス
1073
+ */
1074
+ var NoteService = /** @class */ (function (_super) {
1075
+ __extends(NoteService, _super);
1076
+ function NoteService() {
1077
+ return _super !== null && _super.apply(this, arguments) || this;
1078
+ }
1079
+ /**
1080
+ * 公開メモを検索する
1081
+ */
1082
+ NoteService.prototype.findPublicNotes = function (params) {
1083
+ return __awaiter(this, void 0, void 0, function () {
1084
+ var _this = this;
1085
+ return __generator(this, function (_a) {
1086
+ return [2 /*return*/, this.fetch({
1087
+ uri: BASE_URI,
1088
+ method: 'GET',
1089
+ qs: params,
1090
+ expectedStatusCodes: [http_status_1.OK]
1091
+ })
1092
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
1093
+ return [2 /*return*/, response.json()];
1094
+ }); }); })];
1095
+ });
1096
+ });
1097
+ };
1098
+ return NoteService;
1099
+ }(service_1.Service));
1100
+ exports.NoteService = NoteService;
1101
+
1102
+ },{"../service":169,"http-status":454}],10:[function(require,module,exports){
995
1103
  "use strict";
996
1104
  var __extends = (this && this.__extends) || (function () {
997
1105
  var extendStatics = function (d, b) {
@@ -1081,7 +1189,7 @@ var PaymentProductService = /** @class */ (function (_super) {
1081
1189
  }(service_1.Service));
1082
1190
  exports.PaymentProductService = PaymentProductService;
1083
1191
 
1084
- },{"../service":168,"http-status":453}],10:[function(require,module,exports){
1192
+ },{"../service":169,"http-status":454}],11:[function(require,module,exports){
1085
1193
  "use strict";
1086
1194
  var __extends = (this && this.__extends) || (function () {
1087
1195
  var extendStatics = function (d, b) {
@@ -1291,7 +1399,7 @@ var PlaceService = /** @class */ (function (_super) {
1291
1399
  }(service_1.Service));
1292
1400
  exports.PlaceService = PlaceService;
1293
1401
 
1294
- },{"../factory":163,"../service":168,"http-status":453}],11:[function(require,module,exports){
1402
+ },{"../factory":164,"../service":169,"http-status":454}],12:[function(require,module,exports){
1295
1403
  "use strict";
1296
1404
  var __extends = (this && this.__extends) || (function () {
1297
1405
  var extendStatics = function (d, b) {
@@ -1377,7 +1485,7 @@ var HasPOSService = /** @class */ (function (_super) {
1377
1485
  }(service_1.Service));
1378
1486
  exports.HasPOSService = HasPOSService;
1379
1487
 
1380
- },{"../../factory":163,"../../service":168,"http-status":453}],12:[function(require,module,exports){
1488
+ },{"../../factory":164,"../../service":169,"http-status":454}],13:[function(require,module,exports){
1381
1489
  "use strict";
1382
1490
  var __extends = (this && this.__extends) || (function () {
1383
1491
  var extendStatics = function (d, b) {
@@ -1532,7 +1640,7 @@ var ProductService = /** @class */ (function (_super) {
1532
1640
  }(service_1.Service));
1533
1641
  exports.ProductService = ProductService;
1534
1642
 
1535
- },{"../service":168,"http-status":453}],13:[function(require,module,exports){
1643
+ },{"../service":169,"http-status":454}],14:[function(require,module,exports){
1536
1644
  "use strict";
1537
1645
  var __extends = (this && this.__extends) || (function () {
1538
1646
  var extendStatics = function (d, b) {
@@ -1618,7 +1726,7 @@ var ProductOfferService = /** @class */ (function (_super) {
1618
1726
  }(service_1.Service));
1619
1727
  exports.ProductOfferService = ProductOfferService;
1620
1728
 
1621
- },{"../service":168,"http-status":453}],14:[function(require,module,exports){
1729
+ },{"../service":169,"http-status":454}],15:[function(require,module,exports){
1622
1730
  "use strict";
1623
1731
  var __extends = (this && this.__extends) || (function () {
1624
1732
  var extendStatics = function (d, b) {
@@ -1769,7 +1877,7 @@ var SellerService = /** @class */ (function (_super) {
1769
1877
  }(service_1.Service));
1770
1878
  exports.SellerService = SellerService;
1771
1879
 
1772
- },{"../service":168,"http-status":453}],15:[function(require,module,exports){
1880
+ },{"../service":169,"http-status":454}],16:[function(require,module,exports){
1773
1881
  "use strict";
1774
1882
  var __extends = (this && this.__extends) || (function () {
1775
1883
  var extendStatics = function (d, b) {
@@ -1866,7 +1974,7 @@ var TripService = /** @class */ (function (_super) {
1866
1974
  }(service_1.Service));
1867
1975
  exports.TripService = TripService;
1868
1976
 
1869
- },{"../service":168,"http-status":453}],16:[function(require,module,exports){
1977
+ },{"../service":169,"http-status":454}],17:[function(require,module,exports){
1870
1978
  "use strict";
1871
1979
  var __assign = (this && this.__assign) || function () {
1872
1980
  __assign = Object.assign || function(t) {
@@ -2295,7 +2403,7 @@ var ChevreAdmin = /** @class */ (function () {
2295
2403
  }());
2296
2404
  exports.ChevreAdmin = ChevreAdmin;
2297
2405
 
2298
- },{"./chevreAdmin/assetTransaction/cancelReservation":17,"./chevreAdmin/authorization":18,"./chevreAdmin/creativeWork":19,"./chevreAdmin/customer":20,"./chevreAdmin/event":21,"./chevreAdmin/eventSeries":22,"./chevreAdmin/me":23,"./chevreAdmin/member":24,"./chevreAdmin/note":25,"./chevreAdmin/noteAboutOrder":26,"./chevreAdmin/offer":27,"./chevreAdmin/offerCatalog":28,"./chevreAdmin/offerCatalogItem":29,"./chevreAdmin/order":30,"./chevreAdmin/product":31,"./chevreAdmin/productOffer":32,"./chevreAdmin/reservation":33,"./chevreAdmin/seller":34}],17:[function(require,module,exports){
2406
+ },{"./chevreAdmin/assetTransaction/cancelReservation":18,"./chevreAdmin/authorization":19,"./chevreAdmin/creativeWork":20,"./chevreAdmin/customer":21,"./chevreAdmin/event":22,"./chevreAdmin/eventSeries":23,"./chevreAdmin/me":24,"./chevreAdmin/member":25,"./chevreAdmin/note":26,"./chevreAdmin/noteAboutOrder":27,"./chevreAdmin/offer":28,"./chevreAdmin/offerCatalog":29,"./chevreAdmin/offerCatalogItem":30,"./chevreAdmin/order":31,"./chevreAdmin/product":32,"./chevreAdmin/productOffer":33,"./chevreAdmin/reservation":34,"./chevreAdmin/seller":35}],18:[function(require,module,exports){
2299
2407
  "use strict";
2300
2408
  var __extends = (this && this.__extends) || (function () {
2301
2409
  var extendStatics = function (d, b) {
@@ -2384,7 +2492,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
2384
2492
  }(service_1.Service));
2385
2493
  exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
2386
2494
 
2387
- },{"../../service":168,"http-status":453}],18:[function(require,module,exports){
2495
+ },{"../../service":169,"http-status":454}],19:[function(require,module,exports){
2388
2496
  "use strict";
2389
2497
  var __extends = (this && this.__extends) || (function () {
2390
2498
  var extendStatics = function (d, b) {
@@ -2472,7 +2580,7 @@ var AuthorizationService = /** @class */ (function (_super) {
2472
2580
  }(service_1.Service));
2473
2581
  exports.AuthorizationService = AuthorizationService;
2474
2582
 
2475
- },{"../service":168,"http-status":453}],19:[function(require,module,exports){
2583
+ },{"../service":169,"http-status":454}],20:[function(require,module,exports){
2476
2584
  "use strict";
2477
2585
  var __extends = (this && this.__extends) || (function () {
2478
2586
  var extendStatics = function (d, b) {
@@ -2561,7 +2669,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
2561
2669
  }(service_1.Service));
2562
2670
  exports.CreativeWorkService = CreativeWorkService;
2563
2671
 
2564
- },{"../service":168,"http-status":453}],20:[function(require,module,exports){
2672
+ },{"../service":169,"http-status":454}],21:[function(require,module,exports){
2565
2673
  "use strict";
2566
2674
  var __extends = (this && this.__extends) || (function () {
2567
2675
  var extendStatics = function (d, b) {
@@ -2649,7 +2757,7 @@ var CustomerService = /** @class */ (function (_super) {
2649
2757
  }(service_1.Service));
2650
2758
  exports.CustomerService = CustomerService;
2651
2759
 
2652
- },{"../service":168,"http-status":453}],21:[function(require,module,exports){
2760
+ },{"../service":169,"http-status":454}],22:[function(require,module,exports){
2653
2761
  "use strict";
2654
2762
  var __extends = (this && this.__extends) || (function () {
2655
2763
  var extendStatics = function (d, b) {
@@ -2835,7 +2943,7 @@ var EventService = /** @class */ (function (_super) {
2835
2943
  }(service_1.Service));
2836
2944
  exports.EventService = EventService;
2837
2945
 
2838
- },{"../factory":163,"../service":168,"http-status":453}],22:[function(require,module,exports){
2946
+ },{"../factory":164,"../service":169,"http-status":454}],23:[function(require,module,exports){
2839
2947
  "use strict";
2840
2948
  var __extends = (this && this.__extends) || (function () {
2841
2949
  var extendStatics = function (d, b) {
@@ -2927,7 +3035,7 @@ var EventSeriesService = /** @class */ (function (_super) {
2927
3035
  }(service_1.Service));
2928
3036
  exports.EventSeriesService = EventSeriesService;
2929
3037
 
2930
- },{"../factory":163,"../service":168,"http-status":453}],23:[function(require,module,exports){
3038
+ },{"../factory":164,"../service":169,"http-status":454}],24:[function(require,module,exports){
2931
3039
  "use strict";
2932
3040
  var __extends = (this && this.__extends) || (function () {
2933
3041
  var extendStatics = function (d, b) {
@@ -3047,7 +3155,7 @@ var MeService = /** @class */ (function (_super) {
3047
3155
  }(service_1.Service));
3048
3156
  exports.MeService = MeService;
3049
3157
 
3050
- },{"../service":168,"http-status":453}],24:[function(require,module,exports){
3158
+ },{"../service":169,"http-status":454}],25:[function(require,module,exports){
3051
3159
  "use strict";
3052
3160
  var __extends = (this && this.__extends) || (function () {
3053
3161
  var extendStatics = function (d, b) {
@@ -3136,7 +3244,7 @@ var MemberService = /** @class */ (function (_super) {
3136
3244
  }(service_1.Service));
3137
3245
  exports.MemberService = MemberService;
3138
3246
 
3139
- },{"../factory":163,"../service":168,"http-status":453}],25:[function(require,module,exports){
3247
+ },{"../factory":164,"../service":169,"http-status":454}],26:[function(require,module,exports){
3140
3248
  "use strict";
3141
3249
  var __extends = (this && this.__extends) || (function () {
3142
3250
  var extendStatics = function (d, b) {
@@ -3260,28 +3368,11 @@ var NoteService = /** @class */ (function (_super) {
3260
3368
  });
3261
3369
  });
3262
3370
  };
3263
- NoteService.prototype.deleteNotesByIds = function (params) {
3264
- return __awaiter(this, void 0, void 0, function () {
3265
- return __generator(this, function (_a) {
3266
- switch (_a.label) {
3267
- case 0: return [4 /*yield*/, this.fetch({
3268
- uri: BASE_URI,
3269
- method: 'DELETE',
3270
- body: params,
3271
- expectedStatusCodes: [http_status_1.NO_CONTENT]
3272
- })];
3273
- case 1:
3274
- _a.sent();
3275
- return [2 /*return*/];
3276
- }
3277
- });
3278
- });
3279
- };
3280
3371
  return NoteService;
3281
3372
  }(service_1.Service));
3282
3373
  exports.NoteService = NoteService;
3283
3374
 
3284
- },{"../service":168,"http-status":453}],26:[function(require,module,exports){
3375
+ },{"../service":169,"http-status":454}],27:[function(require,module,exports){
3285
3376
  "use strict";
3286
3377
  var __extends = (this && this.__extends) || (function () {
3287
3378
  var extendStatics = function (d, b) {
@@ -3404,7 +3495,7 @@ var NoteAboutOrderService = /** @class */ (function (_super) {
3404
3495
  }(service_1.Service));
3405
3496
  exports.NoteAboutOrderService = NoteAboutOrderService;
3406
3497
 
3407
- },{"../service":168,"http-status":453}],27:[function(require,module,exports){
3498
+ },{"../service":169,"http-status":454}],28:[function(require,module,exports){
3408
3499
  "use strict";
3409
3500
  var __extends = (this && this.__extends) || (function () {
3410
3501
  var extendStatics = function (d, b) {
@@ -3510,7 +3601,7 @@ var OfferService = /** @class */ (function (_super) {
3510
3601
  }(service_1.Service));
3511
3602
  exports.OfferService = OfferService;
3512
3603
 
3513
- },{"../service":168,"http-status":453}],28:[function(require,module,exports){
3604
+ },{"../service":169,"http-status":454}],29:[function(require,module,exports){
3514
3605
  "use strict";
3515
3606
  var __extends = (this && this.__extends) || (function () {
3516
3607
  var extendStatics = function (d, b) {
@@ -3597,7 +3688,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
3597
3688
  }(service_1.Service));
3598
3689
  exports.OfferCatalogService = OfferCatalogService;
3599
3690
 
3600
- },{"../service":168,"http-status":453}],29:[function(require,module,exports){
3691
+ },{"../service":169,"http-status":454}],30:[function(require,module,exports){
3601
3692
  "use strict";
3602
3693
  var __extends = (this && this.__extends) || (function () {
3603
3694
  var extendStatics = function (d, b) {
@@ -3700,7 +3791,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
3700
3791
  }(service_1.Service));
3701
3792
  exports.OfferCatalogItemService = OfferCatalogItemService;
3702
3793
 
3703
- },{"../service":168,"http-status":453}],30:[function(require,module,exports){
3794
+ },{"../service":169,"http-status":454}],31:[function(require,module,exports){
3704
3795
  "use strict";
3705
3796
  var __extends = (this && this.__extends) || (function () {
3706
3797
  var extendStatics = function (d, b) {
@@ -3887,7 +3978,7 @@ var OrderService = /** @class */ (function (_super) {
3887
3978
  }(service_1.Service));
3888
3979
  exports.OrderService = OrderService;
3889
3980
 
3890
- },{"../service":168,"http-status":453}],31:[function(require,module,exports){
3981
+ },{"../service":169,"http-status":454}],32:[function(require,module,exports){
3891
3982
  "use strict";
3892
3983
  var __extends = (this && this.__extends) || (function () {
3893
3984
  var extendStatics = function (d, b) {
@@ -3944,6 +4035,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3944
4035
  exports.ProductService = void 0;
3945
4036
  var http_status_1 = require("http-status");
3946
4037
  var service_1 = require("../service");
4038
+ var BASE_URI = '/products';
4039
+ var BASE_URI_HAS_OFFER_CATALOG = '/productHasOfferCatalog';
3947
4040
  /**
3948
4041
  * プロダクトサービス
3949
4042
  */
@@ -3954,13 +4047,14 @@ var ProductService = /** @class */ (function (_super) {
3954
4047
  }
3955
4048
  /**
3956
4049
  * プロダクトコードによる冪等置換
4050
+ * 在庫管理ロールが必要
3957
4051
  */
3958
4052
  ProductService.prototype.upsertByProductId = function (params) {
3959
4053
  return __awaiter(this, void 0, void 0, function () {
3960
4054
  return __generator(this, function (_a) {
3961
4055
  switch (_a.label) {
3962
4056
  case 0: return [4 /*yield*/, this.fetch({
3963
- uri: '/products',
4057
+ uri: BASE_URI,
3964
4058
  method: 'PUT',
3965
4059
  body: params,
3966
4060
  expectedStatusCodes: [http_status_1.NO_CONTENT]
@@ -3972,11 +4066,52 @@ var ProductService = /** @class */ (function (_super) {
3972
4066
  });
3973
4067
  });
3974
4068
  };
4069
+ /**
4070
+ * プロダクト検索
4071
+ * 公開属性のみ
4072
+ * 管理者のプロダクト読取権限で使用可能
4073
+ * 2025-10-14~
4074
+ */
4075
+ ProductService.prototype.findProducts = function (params) {
4076
+ return __awaiter(this, void 0, void 0, function () {
4077
+ var _this = this;
4078
+ return __generator(this, function (_a) {
4079
+ return [2 /*return*/, this.fetch({
4080
+ uri: BASE_URI,
4081
+ method: 'GET',
4082
+ qs: params,
4083
+ expectedStatusCodes: [http_status_1.OK]
4084
+ })
4085
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
4086
+ return [2 /*return*/, response.json()];
4087
+ }); }); })];
4088
+ });
4089
+ });
4090
+ };
4091
+ /**
4092
+ * プロダクトオファーカタログ検索
4093
+ */
4094
+ ProductService.prototype.findProductHasOfferCatalog = function (params) {
4095
+ return __awaiter(this, void 0, void 0, function () {
4096
+ var _this = this;
4097
+ return __generator(this, function (_a) {
4098
+ return [2 /*return*/, this.fetch({
4099
+ uri: BASE_URI_HAS_OFFER_CATALOG,
4100
+ method: 'GET',
4101
+ qs: params,
4102
+ expectedStatusCodes: [http_status_1.OK]
4103
+ })
4104
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
4105
+ return [2 /*return*/, response.json()];
4106
+ }); }); })];
4107
+ });
4108
+ });
4109
+ };
3975
4110
  return ProductService;
3976
4111
  }(service_1.Service));
3977
4112
  exports.ProductService = ProductService;
3978
4113
 
3979
- },{"../service":168,"http-status":453}],32:[function(require,module,exports){
4114
+ },{"../service":169,"http-status":454}],33:[function(require,module,exports){
3980
4115
  "use strict";
3981
4116
  var __extends = (this && this.__extends) || (function () {
3982
4117
  var extendStatics = function (d, b) {
@@ -4138,7 +4273,7 @@ var ProductOfferService = /** @class */ (function (_super) {
4138
4273
  }(service_1.Service));
4139
4274
  exports.ProductOfferService = ProductOfferService;
4140
4275
 
4141
- },{"../service":168,"http-status":453}],33:[function(require,module,exports){
4276
+ },{"../service":169,"http-status":454}],34:[function(require,module,exports){
4142
4277
  "use strict";
4143
4278
  var __extends = (this && this.__extends) || (function () {
4144
4279
  var extendStatics = function (d, b) {
@@ -4288,7 +4423,7 @@ var ReservationService = /** @class */ (function (_super) {
4288
4423
  }(service_1.Service));
4289
4424
  exports.ReservationService = ReservationService;
4290
4425
 
4291
- },{"../service":168,"http-status":453}],34:[function(require,module,exports){
4426
+ },{"../service":169,"http-status":454}],35:[function(require,module,exports){
4292
4427
  "use strict";
4293
4428
  var __extends = (this && this.__extends) || (function () {
4294
4429
  var extendStatics = function (d, b) {
@@ -4380,7 +4515,7 @@ var SellerService = /** @class */ (function (_super) {
4380
4515
  }(service_1.Service));
4381
4516
  exports.SellerService = SellerService;
4382
4517
 
4383
- },{"../service":168,"http-status":453}],35:[function(require,module,exports){
4518
+ },{"../service":169,"http-status":454}],36:[function(require,module,exports){
4384
4519
  "use strict";
4385
4520
  var __assign = (this && this.__assign) || function () {
4386
4521
  __assign = Object.assign || function(t) {
@@ -4574,7 +4709,7 @@ var ChevreAsset = /** @class */ (function () {
4574
4709
  }());
4575
4710
  exports.ChevreAsset = ChevreAsset;
4576
4711
 
4577
- },{"./chevreAsset/order":36,"./chevreAsset/permit":38,"./chevreAsset/person":39,"./chevreAsset/person/ownershipInfo":40,"./chevreAsset/reservation":41,"./chevreAsset/token":42}],36:[function(require,module,exports){
4712
+ },{"./chevreAsset/order":37,"./chevreAsset/permit":39,"./chevreAsset/person":40,"./chevreAsset/person/ownershipInfo":41,"./chevreAsset/reservation":42,"./chevreAsset/token":43}],37:[function(require,module,exports){
4578
4713
  "use strict";
4579
4714
  var __extends = (this && this.__extends) || (function () {
4580
4715
  var extendStatics = function (d, b) {
@@ -4831,11 +4966,11 @@ var OrderService = /** @class */ (function (_super) {
4831
4966
  }(service_1.Service));
4832
4967
  exports.OrderService = OrderService;
4833
4968
 
4834
- },{"../factory":163,"../service":168,"http-status":453}],37:[function(require,module,exports){
4969
+ },{"../factory":164,"../service":169,"http-status":454}],38:[function(require,module,exports){
4835
4970
  "use strict";
4836
4971
  Object.defineProperty(exports, "__esModule", { value: true });
4837
4972
 
4838
- },{}],38:[function(require,module,exports){
4973
+ },{}],39:[function(require,module,exports){
4839
4974
  "use strict";
4840
4975
  var __extends = (this && this.__extends) || (function () {
4841
4976
  var extendStatics = function (d, b) {
@@ -4943,7 +5078,7 @@ var PermitService = /** @class */ (function (_super) {
4943
5078
  }(service_1.Service));
4944
5079
  exports.PermitService = PermitService;
4945
5080
 
4946
- },{"../service":168,"http-status":453}],39:[function(require,module,exports){
5081
+ },{"../service":169,"http-status":454}],40:[function(require,module,exports){
4947
5082
  "use strict";
4948
5083
  var __extends = (this && this.__extends) || (function () {
4949
5084
  var extendStatics = function (d, b) {
@@ -5120,7 +5255,7 @@ var PersonService = /** @class */ (function (_super) {
5120
5255
  }(service_1.Service));
5121
5256
  exports.PersonService = PersonService;
5122
5257
 
5123
- },{"../service":168,"http-status":453}],40:[function(require,module,exports){
5258
+ },{"../service":169,"http-status":454}],41:[function(require,module,exports){
5124
5259
  "use strict";
5125
5260
  var __extends = (this && this.__extends) || (function () {
5126
5261
  var extendStatics = function (d, b) {
@@ -5279,7 +5414,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
5279
5414
  }(service_1.Service));
5280
5415
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
5281
5416
 
5282
- },{"../../service":168,"http-status":453}],41:[function(require,module,exports){
5417
+ },{"../../service":169,"http-status":454}],42:[function(require,module,exports){
5283
5418
  "use strict";
5284
5419
  var __extends = (this && this.__extends) || (function () {
5285
5420
  var extendStatics = function (d, b) {
@@ -5387,7 +5522,7 @@ var ReservationService = /** @class */ (function (_super) {
5387
5522
  }(service_1.Service));
5388
5523
  exports.ReservationService = ReservationService;
5389
5524
 
5390
- },{"../service":168,"http-status":453}],42:[function(require,module,exports){
5525
+ },{"../service":169,"http-status":454}],43:[function(require,module,exports){
5391
5526
  "use strict";
5392
5527
  // import { OK } from 'http-status';
5393
5528
  var __extends = (this && this.__extends) || (function () {
@@ -5420,7 +5555,7 @@ var TokenService = /** @class */ (function (_super) {
5420
5555
  }(service_1.Service));
5421
5556
  exports.TokenService = TokenService;
5422
5557
 
5423
- },{"../service":168}],43:[function(require,module,exports){
5558
+ },{"../service":169}],44:[function(require,module,exports){
5424
5559
  "use strict";
5425
5560
  var __assign = (this && this.__assign) || function () {
5426
5561
  __assign = Object.assign || function(t) {
@@ -6867,7 +7002,7 @@ var ChevreConsole = /** @class */ (function () {
6867
7002
  }());
6868
7003
  exports.ChevreConsole = ChevreConsole;
6869
7004
 
6870
- },{"./chevreConsole/account":44,"./chevreConsole/accountTitle":45,"./chevreConsole/accountTransaction":46,"./chevreConsole/accountingReport":47,"./chevreConsole/action":48,"./chevreConsole/additionalProperty":49,"./chevreConsole/advanceBookingRequirement":50,"./chevreConsole/aggregateOffer":51,"./chevreConsole/aggregateReservation":52,"./chevreConsole/aggregation":53,"./chevreConsole/assetTransaction":54,"./chevreConsole/assetTransaction/moneyTransfer":55,"./chevreConsole/assetTransaction/pay":56,"./chevreConsole/assetTransaction/registerService":57,"./chevreConsole/assetTransaction/reserve":58,"./chevreConsole/authorization":59,"./chevreConsole/categoryCode":60,"./chevreConsole/comment":61,"./chevreConsole/creativeWork":62,"./chevreConsole/customer":63,"./chevreConsole/customerType":64,"./chevreConsole/emailMessage":65,"./chevreConsole/event":66,"./chevreConsole/eventSeries":67,"./chevreConsole/hasMerchantReturnPolicy":68,"./chevreConsole/iam":69,"./chevreConsole/identity":70,"./chevreConsole/identityProvider":71,"./chevreConsole/issuer":72,"./chevreConsole/me":73,"./chevreConsole/member":74,"./chevreConsole/memberProgram":75,"./chevreConsole/merchantReturnPolicy":76,"./chevreConsole/message":77,"./chevreConsole/offer":78,"./chevreConsole/offerCatalog":79,"./chevreConsole/offerCatalogItem":80,"./chevreConsole/offerItemCondition":81,"./chevreConsole/order":82,"./chevreConsole/ownershipInfo":83,"./chevreConsole/paymentService":84,"./chevreConsole/paymentServiceChannel":85,"./chevreConsole/pendingReservation":86,"./chevreConsole/permission":87,"./chevreConsole/permit":88,"./chevreConsole/person":89,"./chevreConsole/person/ownershipInfo":90,"./chevreConsole/place":91,"./chevreConsole/place/hasPOS":92,"./chevreConsole/priceSpecification":93,"./chevreConsole/product":94,"./chevreConsole/productModel":95,"./chevreConsole/project":96,"./chevreConsole/projectMakesOffer":97,"./chevreConsole/reservation":98,"./chevreConsole/seller":99,"./chevreConsole/sellerMakesOffer":100,"./chevreConsole/sellerReturnPolicy":101,"./chevreConsole/task":102,"./chevreConsole/ticket":103,"./chevreConsole/token":104,"./chevreConsole/transaction/moneyTransfer":105,"./chevreConsole/transaction/placeOrder":106,"./chevreConsole/transaction/returnOrder":107,"./chevreConsole/transactionNumber":108,"./chevreConsole/trip":109,"./chevreConsole/userPool":110,"./chevreConsole/webSite":111}],44:[function(require,module,exports){
7005
+ },{"./chevreConsole/account":45,"./chevreConsole/accountTitle":46,"./chevreConsole/accountTransaction":47,"./chevreConsole/accountingReport":48,"./chevreConsole/action":49,"./chevreConsole/additionalProperty":50,"./chevreConsole/advanceBookingRequirement":51,"./chevreConsole/aggregateOffer":52,"./chevreConsole/aggregateReservation":53,"./chevreConsole/aggregation":54,"./chevreConsole/assetTransaction":55,"./chevreConsole/assetTransaction/moneyTransfer":56,"./chevreConsole/assetTransaction/pay":57,"./chevreConsole/assetTransaction/registerService":58,"./chevreConsole/assetTransaction/reserve":59,"./chevreConsole/authorization":60,"./chevreConsole/categoryCode":61,"./chevreConsole/comment":62,"./chevreConsole/creativeWork":63,"./chevreConsole/customer":64,"./chevreConsole/customerType":65,"./chevreConsole/emailMessage":66,"./chevreConsole/event":67,"./chevreConsole/eventSeries":68,"./chevreConsole/hasMerchantReturnPolicy":69,"./chevreConsole/iam":70,"./chevreConsole/identity":71,"./chevreConsole/identityProvider":72,"./chevreConsole/issuer":73,"./chevreConsole/me":74,"./chevreConsole/member":75,"./chevreConsole/memberProgram":76,"./chevreConsole/merchantReturnPolicy":77,"./chevreConsole/message":78,"./chevreConsole/offer":79,"./chevreConsole/offerCatalog":80,"./chevreConsole/offerCatalogItem":81,"./chevreConsole/offerItemCondition":82,"./chevreConsole/order":83,"./chevreConsole/ownershipInfo":84,"./chevreConsole/paymentService":85,"./chevreConsole/paymentServiceChannel":86,"./chevreConsole/pendingReservation":87,"./chevreConsole/permission":88,"./chevreConsole/permit":89,"./chevreConsole/person":90,"./chevreConsole/person/ownershipInfo":91,"./chevreConsole/place":92,"./chevreConsole/place/hasPOS":93,"./chevreConsole/priceSpecification":94,"./chevreConsole/product":95,"./chevreConsole/productModel":96,"./chevreConsole/project":97,"./chevreConsole/projectMakesOffer":98,"./chevreConsole/reservation":99,"./chevreConsole/seller":100,"./chevreConsole/sellerMakesOffer":101,"./chevreConsole/sellerReturnPolicy":102,"./chevreConsole/task":103,"./chevreConsole/ticket":104,"./chevreConsole/token":105,"./chevreConsole/transaction/moneyTransfer":106,"./chevreConsole/transaction/placeOrder":107,"./chevreConsole/transaction/returnOrder":108,"./chevreConsole/transactionNumber":109,"./chevreConsole/trip":110,"./chevreConsole/userPool":111,"./chevreConsole/webSite":112}],45:[function(require,module,exports){
6871
7006
  "use strict";
6872
7007
  var __extends = (this && this.__extends) || (function () {
6873
7008
  var extendStatics = function (d, b) {
@@ -7004,7 +7139,7 @@ var AccountService = /** @class */ (function (_super) {
7004
7139
  }(service_1.Service));
7005
7140
  exports.AccountService = AccountService;
7006
7141
 
7007
- },{"../service":168,"http-status":453}],45:[function(require,module,exports){
7142
+ },{"../service":169,"http-status":454}],46:[function(require,module,exports){
7008
7143
  "use strict";
7009
7144
  var __extends = (this && this.__extends) || (function () {
7010
7145
  var extendStatics = function (d, b) {
@@ -7341,7 +7476,7 @@ var AccountTitleService = /** @class */ (function (_super) {
7341
7476
  }(service_1.Service));
7342
7477
  exports.AccountTitleService = AccountTitleService;
7343
7478
 
7344
- },{"../factory":163,"../service":168,"http-status":453}],46:[function(require,module,exports){
7479
+ },{"../factory":164,"../service":169,"http-status":454}],47:[function(require,module,exports){
7345
7480
  "use strict";
7346
7481
  var __extends = (this && this.__extends) || (function () {
7347
7482
  var extendStatics = function (d, b) {
@@ -7438,7 +7573,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
7438
7573
  }(service_1.Service));
7439
7574
  exports.AccountTransactionService = AccountTransactionService;
7440
7575
 
7441
- },{"../service":168,"http-status":453}],47:[function(require,module,exports){
7576
+ },{"../service":169,"http-status":454}],48:[function(require,module,exports){
7442
7577
  "use strict";
7443
7578
  var __extends = (this && this.__extends) || (function () {
7444
7579
  var extendStatics = function (d, b) {
@@ -7535,7 +7670,7 @@ var AccountingReportService = /** @class */ (function (_super) {
7535
7670
  }(service_1.Service));
7536
7671
  exports.AccountingReportService = AccountingReportService;
7537
7672
 
7538
- },{"../service":168,"http-status":453}],48:[function(require,module,exports){
7673
+ },{"../service":169,"http-status":454}],49:[function(require,module,exports){
7539
7674
  "use strict";
7540
7675
  var __extends = (this && this.__extends) || (function () {
7541
7676
  var extendStatics = function (d, b) {
@@ -7663,7 +7798,7 @@ var ActionService = /** @class */ (function (_super) {
7663
7798
  }(service_1.Service));
7664
7799
  exports.ActionService = ActionService;
7665
7800
 
7666
- },{"../service":168,"http-status":453}],49:[function(require,module,exports){
7801
+ },{"../service":169,"http-status":454}],50:[function(require,module,exports){
7667
7802
  "use strict";
7668
7803
  var __extends = (this && this.__extends) || (function () {
7669
7804
  var extendStatics = function (d, b) {
@@ -7827,7 +7962,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
7827
7962
  }(service_1.Service));
7828
7963
  exports.AdditionalPropertyService = AdditionalPropertyService;
7829
7964
 
7830
- },{"../service":168,"http-status":453}],50:[function(require,module,exports){
7965
+ },{"../service":169,"http-status":454}],51:[function(require,module,exports){
7831
7966
  "use strict";
7832
7967
  var __extends = (this && this.__extends) || (function () {
7833
7968
  var extendStatics = function (d, b) {
@@ -7978,7 +8113,7 @@ var AdvanceBookingRequirementService = /** @class */ (function (_super) {
7978
8113
  }(service_1.Service));
7979
8114
  exports.AdvanceBookingRequirementService = AdvanceBookingRequirementService;
7980
8115
 
7981
- },{"../service":168,"http-status":453}],51:[function(require,module,exports){
8116
+ },{"../service":169,"http-status":454}],52:[function(require,module,exports){
7982
8117
  "use strict";
7983
8118
  var __extends = (this && this.__extends) || (function () {
7984
8119
  var extendStatics = function (d, b) {
@@ -8094,7 +8229,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
8094
8229
  }(service_1.Service));
8095
8230
  exports.AggregateOfferService = AggregateOfferService;
8096
8231
 
8097
- },{"../service":168,"http-status":453}],52:[function(require,module,exports){
8232
+ },{"../service":169,"http-status":454}],53:[function(require,module,exports){
8098
8233
  "use strict";
8099
8234
  var __extends = (this && this.__extends) || (function () {
8100
8235
  var extendStatics = function (d, b) {
@@ -8179,7 +8314,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
8179
8314
  }(service_1.Service));
8180
8315
  exports.AggregateReservationService = AggregateReservationService;
8181
8316
 
8182
- },{"../service":168,"http-status":453}],53:[function(require,module,exports){
8317
+ },{"../service":169,"http-status":454}],54:[function(require,module,exports){
8183
8318
  "use strict";
8184
8319
  var __extends = (this && this.__extends) || (function () {
8185
8320
  var extendStatics = function (d, b) {
@@ -8275,7 +8410,7 @@ var AggregationService = /** @class */ (function (_super) {
8275
8410
  }(service_1.Service));
8276
8411
  exports.AggregationService = AggregationService;
8277
8412
 
8278
- },{"../service":168,"http-status":453}],54:[function(require,module,exports){
8413
+ },{"../service":169,"http-status":454}],55:[function(require,module,exports){
8279
8414
  "use strict";
8280
8415
  var __extends = (this && this.__extends) || (function () {
8281
8416
  var extendStatics = function (d, b) {
@@ -8372,7 +8507,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
8372
8507
  }(service_1.Service));
8373
8508
  exports.AssetTransactionService = AssetTransactionService;
8374
8509
 
8375
- },{"../service":168,"http-status":453}],55:[function(require,module,exports){
8510
+ },{"../service":169,"http-status":454}],56:[function(require,module,exports){
8376
8511
  "use strict";
8377
8512
  var __extends = (this && this.__extends) || (function () {
8378
8513
  var extendStatics = function (d, b) {
@@ -8508,7 +8643,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
8508
8643
  }(service_1.Service));
8509
8644
  exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
8510
8645
 
8511
- },{"../../factory":163,"../../service":168,"http-status":453}],56:[function(require,module,exports){
8646
+ },{"../../factory":164,"../../service":169,"http-status":454}],57:[function(require,module,exports){
8512
8647
  "use strict";
8513
8648
  var __extends = (this && this.__extends) || (function () {
8514
8649
  var extendStatics = function (d, b) {
@@ -8714,7 +8849,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
8714
8849
  }(service_1.Service));
8715
8850
  exports.PayAssetTransactionService = PayAssetTransactionService;
8716
8851
 
8717
- },{"../../factory":163,"../../service":168,"http-status":453}],57:[function(require,module,exports){
8852
+ },{"../../factory":164,"../../service":169,"http-status":454}],58:[function(require,module,exports){
8718
8853
  "use strict";
8719
8854
  var __extends = (this && this.__extends) || (function () {
8720
8855
  var extendStatics = function (d, b) {
@@ -8861,7 +8996,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
8861
8996
  }(service_1.Service));
8862
8997
  exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
8863
8998
 
8864
- },{"../../factory":163,"../../service":168,"http-status":453}],58:[function(require,module,exports){
8999
+ },{"../../factory":164,"../../service":169,"http-status":454}],59:[function(require,module,exports){
8865
9000
  "use strict";
8866
9001
  var __extends = (this && this.__extends) || (function () {
8867
9002
  var extendStatics = function (d, b) {
@@ -9025,7 +9160,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
9025
9160
  }(service_1.Service));
9026
9161
  exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
9027
9162
 
9028
- },{"../../service":168,"http-status":453}],59:[function(require,module,exports){
9163
+ },{"../../service":169,"http-status":454}],60:[function(require,module,exports){
9029
9164
  "use strict";
9030
9165
  var __extends = (this && this.__extends) || (function () {
9031
9166
  var extendStatics = function (d, b) {
@@ -9113,7 +9248,7 @@ var AuthorizationService = /** @class */ (function (_super) {
9113
9248
  }(service_1.Service));
9114
9249
  exports.AuthorizationService = AuthorizationService;
9115
9250
 
9116
- },{"../service":168,"http-status":453}],60:[function(require,module,exports){
9251
+ },{"../service":169,"http-status":454}],61:[function(require,module,exports){
9117
9252
  "use strict";
9118
9253
  var __extends = (this && this.__extends) || (function () {
9119
9254
  var extendStatics = function (d, b) {
@@ -9277,7 +9412,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
9277
9412
  }(service_1.Service));
9278
9413
  exports.CategoryCodeService = CategoryCodeService;
9279
9414
 
9280
- },{"../service":168,"http-status":453}],61:[function(require,module,exports){
9415
+ },{"../service":169,"http-status":454}],62:[function(require,module,exports){
9281
9416
  "use strict";
9282
9417
  var __extends = (this && this.__extends) || (function () {
9283
9418
  var extendStatics = function (d, b) {
@@ -9393,7 +9528,7 @@ var CommentService = /** @class */ (function (_super) {
9393
9528
  }(service_1.Service));
9394
9529
  exports.CommentService = CommentService;
9395
9530
 
9396
- },{"../service":168,"http-status":453}],62:[function(require,module,exports){
9531
+ },{"../service":169,"http-status":454}],63:[function(require,module,exports){
9397
9532
  "use strict";
9398
9533
  var __extends = (this && this.__extends) || (function () {
9399
9534
  var extendStatics = function (d, b) {
@@ -9551,7 +9686,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
9551
9686
  }(service_1.Service));
9552
9687
  exports.CreativeWorkService = CreativeWorkService;
9553
9688
 
9554
- },{"../service":168,"http-status":453}],63:[function(require,module,exports){
9689
+ },{"../service":169,"http-status":454}],64:[function(require,module,exports){
9555
9690
  "use strict";
9556
9691
  var __extends = (this && this.__extends) || (function () {
9557
9692
  var extendStatics = function (d, b) {
@@ -9678,7 +9813,7 @@ var CustomerService = /** @class */ (function (_super) {
9678
9813
  }(service_1.Service));
9679
9814
  exports.CustomerService = CustomerService;
9680
9815
 
9681
- },{"../service":168,"http-status":453}],64:[function(require,module,exports){
9816
+ },{"../service":169,"http-status":454}],65:[function(require,module,exports){
9682
9817
  "use strict";
9683
9818
  var __extends = (this && this.__extends) || (function () {
9684
9819
  var extendStatics = function (d, b) {
@@ -9766,7 +9901,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
9766
9901
  }(service_1.Service));
9767
9902
  exports.CustomerTypeService = CustomerTypeService;
9768
9903
 
9769
- },{"../service":168,"http-status":453}],65:[function(require,module,exports){
9904
+ },{"../service":169,"http-status":454}],66:[function(require,module,exports){
9770
9905
  "use strict";
9771
9906
  var __extends = (this && this.__extends) || (function () {
9772
9907
  var extendStatics = function (d, b) {
@@ -9940,7 +10075,7 @@ var EmailMessageService = /** @class */ (function (_super) {
9940
10075
  }(service_1.Service));
9941
10076
  exports.EmailMessageService = EmailMessageService;
9942
10077
 
9943
- },{"../service":168,"http-status":453}],66:[function(require,module,exports){
10078
+ },{"../service":169,"http-status":454}],67:[function(require,module,exports){
9944
10079
  "use strict";
9945
10080
  var __extends = (this && this.__extends) || (function () {
9946
10081
  var extendStatics = function (d, b) {
@@ -10038,36 +10173,6 @@ var EventService = /** @class */ (function (_super) {
10038
10173
  });
10039
10174
  });
10040
10175
  };
10041
- /**
10042
- * イベント複数作成
10043
- */
10044
- EventService.prototype.createAnyEvents = function (params,
10045
- // add options(2025-08-26~)
10046
- options) {
10047
- return __awaiter(this, void 0, void 0, function () {
10048
- var locationBranchCode;
10049
- return __generator(this, function (_a) {
10050
- switch (_a.label) {
10051
- case 0:
10052
- locationBranchCode = options.locationBranchCode;
10053
- return [4 /*yield*/, this.fetch({
10054
- uri: '/events',
10055
- method: 'POST',
10056
- body: params,
10057
- qs: {
10058
- expectsNoContent: '1',
10059
- typeOf: factory.eventType.Event,
10060
- locationBranchCode: locationBranchCode
10061
- },
10062
- expectedStatusCodes: [http_status_1.NO_CONTENT]
10063
- })];
10064
- case 1:
10065
- _a.sent();
10066
- return [2 /*return*/];
10067
- }
10068
- });
10069
- });
10070
- };
10071
10176
  /**
10072
10177
  * イベント検索
10073
10178
  */
@@ -10131,34 +10236,11 @@ var EventService = /** @class */ (function (_super) {
10131
10236
  });
10132
10237
  });
10133
10238
  };
10134
- /**
10135
- * イベント更新
10136
- */
10137
- EventService.prototype.updateAnyEventById = function (params) {
10138
- return __awaiter(this, void 0, void 0, function () {
10139
- return __generator(this, function (_a) {
10140
- switch (_a.label) {
10141
- case 0: return [4 /*yield*/, this.fetch({
10142
- uri: "/events/" + encodeURIComponent(String(params.id)),
10143
- method: 'PUT',
10144
- body: params.attributes,
10145
- qs: {
10146
- typeOf: factory.eventType.Event
10147
- },
10148
- expectedStatusCodes: [http_status_1.NO_CONTENT]
10149
- })];
10150
- case 1:
10151
- _a.sent();
10152
- return [2 /*return*/];
10153
- }
10154
- });
10155
- });
10156
- };
10157
10239
  return EventService;
10158
10240
  }(service_1.Service));
10159
10241
  exports.EventService = EventService;
10160
10242
 
10161
- },{"../factory":163,"../service":168,"http-status":453}],67:[function(require,module,exports){
10243
+ },{"../factory":164,"../service":169,"http-status":454}],68:[function(require,module,exports){
10162
10244
  "use strict";
10163
10245
  var __extends = (this && this.__extends) || (function () {
10164
10246
  var extendStatics = function (d, b) {
@@ -10340,7 +10422,7 @@ var EventSeriesService = /** @class */ (function (_super) {
10340
10422
  }(service_1.Service));
10341
10423
  exports.EventSeriesService = EventSeriesService;
10342
10424
 
10343
- },{"../factory":163,"../service":168,"http-status":453}],68:[function(require,module,exports){
10425
+ },{"../factory":164,"../service":169,"http-status":454}],69:[function(require,module,exports){
10344
10426
  "use strict";
10345
10427
  var __extends = (this && this.__extends) || (function () {
10346
10428
  var extendStatics = function (d, b) {
@@ -10424,7 +10506,7 @@ var HasMerchantReturnPolicyService = /** @class */ (function (_super) {
10424
10506
  }(service_1.Service));
10425
10507
  exports.HasMerchantReturnPolicyService = HasMerchantReturnPolicyService;
10426
10508
 
10427
- },{"../service":168,"http-status":453}],69:[function(require,module,exports){
10509
+ },{"../service":169,"http-status":454}],70:[function(require,module,exports){
10428
10510
  "use strict";
10429
10511
  var __extends = (this && this.__extends) || (function () {
10430
10512
  var extendStatics = function (d, b) {
@@ -10782,7 +10864,7 @@ var IAMService = /** @class */ (function (_super) {
10782
10864
  }(service_1.Service));
10783
10865
  exports.IAMService = IAMService;
10784
10866
 
10785
- },{"../service":168,"http-status":453}],70:[function(require,module,exports){
10867
+ },{"../service":169,"http-status":454}],71:[function(require,module,exports){
10786
10868
  "use strict";
10787
10869
  var __extends = (this && this.__extends) || (function () {
10788
10870
  var extendStatics = function (d, b) {
@@ -10933,7 +11015,7 @@ var IdentityService = /** @class */ (function (_super) {
10933
11015
  }(service_1.Service));
10934
11016
  exports.IdentityService = IdentityService;
10935
11017
 
10936
- },{"../service":168,"http-status":453}],71:[function(require,module,exports){
11018
+ },{"../service":169,"http-status":454}],72:[function(require,module,exports){
10937
11019
  "use strict";
10938
11020
  var __extends = (this && this.__extends) || (function () {
10939
11021
  var extendStatics = function (d, b) {
@@ -11084,7 +11166,7 @@ var IdentityProviderService = /** @class */ (function (_super) {
11084
11166
  }(service_1.Service));
11085
11167
  exports.IdentityProviderService = IdentityProviderService;
11086
11168
 
11087
- },{"../service":168,"http-status":453}],72:[function(require,module,exports){
11169
+ },{"../service":169,"http-status":454}],73:[function(require,module,exports){
11088
11170
  "use strict";
11089
11171
  var __extends = (this && this.__extends) || (function () {
11090
11172
  var extendStatics = function (d, b) {
@@ -11254,7 +11336,7 @@ var IssuerService = /** @class */ (function (_super) {
11254
11336
  }(service_1.Service));
11255
11337
  exports.IssuerService = IssuerService;
11256
11338
 
11257
- },{"../service":168,"http-status":453}],73:[function(require,module,exports){
11339
+ },{"../service":169,"http-status":454}],74:[function(require,module,exports){
11258
11340
  "use strict";
11259
11341
  var __extends = (this && this.__extends) || (function () {
11260
11342
  var extendStatics = function (d, b) {
@@ -11380,7 +11462,7 @@ var MeService = /** @class */ (function (_super) {
11380
11462
  }(service_1.Service));
11381
11463
  exports.MeService = MeService;
11382
11464
 
11383
- },{"../service":168,"http-status":453}],74:[function(require,module,exports){
11465
+ },{"../service":169,"http-status":454}],75:[function(require,module,exports){
11384
11466
  "use strict";
11385
11467
  var __extends = (this && this.__extends) || (function () {
11386
11468
  var extendStatics = function (d, b) {
@@ -11582,7 +11664,7 @@ var MemberService = /** @class */ (function (_super) {
11582
11664
  }(service_1.Service));
11583
11665
  exports.MemberService = MemberService;
11584
11666
 
11585
- },{"../factory":163,"../service":168,"http-status":453}],75:[function(require,module,exports){
11667
+ },{"../factory":164,"../service":169,"http-status":454}],76:[function(require,module,exports){
11586
11668
  "use strict";
11587
11669
  var __extends = (this && this.__extends) || (function () {
11588
11670
  var extendStatics = function (d, b) {
@@ -11751,7 +11833,7 @@ var MemberProgramService = /** @class */ (function (_super) {
11751
11833
  }(service_1.Service));
11752
11834
  exports.MemberProgramService = MemberProgramService;
11753
11835
 
11754
- },{"../service":168,"http-status":453}],76:[function(require,module,exports){
11836
+ },{"../service":169,"http-status":454}],77:[function(require,module,exports){
11755
11837
  "use strict";
11756
11838
  var __extends = (this && this.__extends) || (function () {
11757
11839
  var extendStatics = function (d, b) {
@@ -11909,7 +11991,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
11909
11991
  }(service_1.Service));
11910
11992
  exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
11911
11993
 
11912
- },{"../service":168,"http-status":453}],77:[function(require,module,exports){
11994
+ },{"../service":169,"http-status":454}],78:[function(require,module,exports){
11913
11995
  "use strict";
11914
11996
  var __extends = (this && this.__extends) || (function () {
11915
11997
  var extendStatics = function (d, b) {
@@ -11994,7 +12076,7 @@ var MessageService = /** @class */ (function (_super) {
11994
12076
  }(service_1.Service));
11995
12077
  exports.MessageService = MessageService;
11996
12078
 
11997
- },{"../service":168,"http-status":453}],78:[function(require,module,exports){
12079
+ },{"../service":169,"http-status":454}],79:[function(require,module,exports){
11998
12080
  "use strict";
11999
12081
  var __extends = (this && this.__extends) || (function () {
12000
12082
  var extendStatics = function (d, b) {
@@ -12121,7 +12203,7 @@ var OfferService = /** @class */ (function (_super) {
12121
12203
  }(service_1.Service));
12122
12204
  exports.OfferService = OfferService;
12123
12205
 
12124
- },{"../service":168,"http-status":453}],79:[function(require,module,exports){
12206
+ },{"../service":169,"http-status":454}],80:[function(require,module,exports){
12125
12207
  "use strict";
12126
12208
  var __extends = (this && this.__extends) || (function () {
12127
12209
  var extendStatics = function (d, b) {
@@ -12350,7 +12432,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
12350
12432
  }(service_1.Service));
12351
12433
  exports.OfferCatalogService = OfferCatalogService;
12352
12434
 
12353
- },{"../service":168,"http-status":453}],80:[function(require,module,exports){
12435
+ },{"../service":169,"http-status":454}],81:[function(require,module,exports){
12354
12436
  "use strict";
12355
12437
  var __extends = (this && this.__extends) || (function () {
12356
12438
  var extendStatics = function (d, b) {
@@ -12533,7 +12615,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
12533
12615
  }(service_1.Service));
12534
12616
  exports.OfferCatalogItemService = OfferCatalogItemService;
12535
12617
 
12536
- },{"../service":168,"http-status":453}],81:[function(require,module,exports){
12618
+ },{"../service":169,"http-status":454}],82:[function(require,module,exports){
12537
12619
  "use strict";
12538
12620
  var __extends = (this && this.__extends) || (function () {
12539
12621
  var extendStatics = function (d, b) {
@@ -12686,7 +12768,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
12686
12768
  }(service_1.Service));
12687
12769
  exports.OfferItemConditionService = OfferItemConditionService;
12688
12770
 
12689
- },{"../service":168,"http-status":453}],82:[function(require,module,exports){
12771
+ },{"../service":169,"http-status":454}],83:[function(require,module,exports){
12690
12772
  "use strict";
12691
12773
  var __extends = (this && this.__extends) || (function () {
12692
12774
  var extendStatics = function (d, b) {
@@ -12880,7 +12962,7 @@ var OrderService = /** @class */ (function (_super) {
12880
12962
  }(service_1.Service));
12881
12963
  exports.OrderService = OrderService;
12882
12964
 
12883
- },{"../factory":163,"../service":168,"http-status":453}],83:[function(require,module,exports){
12965
+ },{"../factory":164,"../service":169,"http-status":454}],84:[function(require,module,exports){
12884
12966
  "use strict";
12885
12967
  var __extends = (this && this.__extends) || (function () {
12886
12968
  var extendStatics = function (d, b) {
@@ -12977,7 +13059,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
12977
13059
  }(service_1.Service));
12978
13060
  exports.OwnershipInfoService = OwnershipInfoService;
12979
13061
 
12980
- },{"../service":168,"http-status":453}],84:[function(require,module,exports){
13062
+ },{"../service":169,"http-status":454}],85:[function(require,module,exports){
12981
13063
  "use strict";
12982
13064
  var __extends = (this && this.__extends) || (function () {
12983
13065
  var extendStatics = function (d, b) {
@@ -13178,7 +13260,7 @@ var PaymentProductService = /** @class */ (function (_super) {
13178
13260
  }(service_1.Service));
13179
13261
  exports.PaymentProductService = PaymentProductService;
13180
13262
 
13181
- },{"../service":168,"http-status":453}],85:[function(require,module,exports){
13263
+ },{"../service":169,"http-status":454}],86:[function(require,module,exports){
13182
13264
  "use strict";
13183
13265
  var __extends = (this && this.__extends) || (function () {
13184
13266
  var extendStatics = function (d, b) {
@@ -13329,7 +13411,7 @@ var PaymentServiceChannelService = /** @class */ (function (_super) {
13329
13411
  }(service_1.Service));
13330
13412
  exports.PaymentServiceChannelService = PaymentServiceChannelService;
13331
13413
 
13332
- },{"../service":168,"http-status":453}],86:[function(require,module,exports){
13414
+ },{"../service":169,"http-status":454}],87:[function(require,module,exports){
13333
13415
  "use strict";
13334
13416
  var __extends = (this && this.__extends) || (function () {
13335
13417
  var extendStatics = function (d, b) {
@@ -13435,7 +13517,7 @@ var PendingReservationService = /** @class */ (function (_super) {
13435
13517
  }(service_1.Service));
13436
13518
  exports.PendingReservationService = PendingReservationService;
13437
13519
 
13438
- },{"../service":168,"http-status":453}],87:[function(require,module,exports){
13520
+ },{"../service":169,"http-status":454}],88:[function(require,module,exports){
13439
13521
  "use strict";
13440
13522
  var __extends = (this && this.__extends) || (function () {
13441
13523
  var extendStatics = function (d, b) {
@@ -13546,7 +13628,7 @@ var PermissionService = /** @class */ (function (_super) {
13546
13628
  }(service_1.Service));
13547
13629
  exports.PermissionService = PermissionService;
13548
13630
 
13549
- },{"../service":168,"http-status":453}],88:[function(require,module,exports){
13631
+ },{"../service":169,"http-status":454}],89:[function(require,module,exports){
13550
13632
  "use strict";
13551
13633
  var __extends = (this && this.__extends) || (function () {
13552
13634
  var extendStatics = function (d, b) {
@@ -13682,7 +13764,7 @@ var PermitService = /** @class */ (function (_super) {
13682
13764
  }(service_1.Service));
13683
13765
  exports.PermitService = PermitService;
13684
13766
 
13685
- },{"../service":168,"http-status":453}],89:[function(require,module,exports){
13767
+ },{"../service":169,"http-status":454}],90:[function(require,module,exports){
13686
13768
  "use strict";
13687
13769
  var __extends = (this && this.__extends) || (function () {
13688
13770
  var extendStatics = function (d, b) {
@@ -13918,7 +14000,7 @@ var PersonService = /** @class */ (function (_super) {
13918
14000
  }(service_1.Service));
13919
14001
  exports.PersonService = PersonService;
13920
14002
 
13921
- },{"../service":168,"http-status":453}],90:[function(require,module,exports){
14003
+ },{"../service":169,"http-status":454}],91:[function(require,module,exports){
13922
14004
  "use strict";
13923
14005
  var __extends = (this && this.__extends) || (function () {
13924
14006
  var extendStatics = function (d, b) {
@@ -14147,7 +14229,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
14147
14229
  }(service_1.Service));
14148
14230
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
14149
14231
 
14150
- },{"../../service":168,"http-status":453}],91:[function(require,module,exports){
14232
+ },{"../../service":169,"http-status":454}],92:[function(require,module,exports){
14151
14233
  "use strict";
14152
14234
  var __extends = (this && this.__extends) || (function () {
14153
14235
  var extendStatics = function (d, b) {
@@ -14650,7 +14732,7 @@ var PlaceService = /** @class */ (function (_super) {
14650
14732
  }(service_1.Service));
14651
14733
  exports.PlaceService = PlaceService;
14652
14734
 
14653
- },{"../factory":163,"../service":168,"http-status":453}],92:[function(require,module,exports){
14735
+ },{"../factory":164,"../service":169,"http-status":454}],93:[function(require,module,exports){
14654
14736
  "use strict";
14655
14737
  var __extends = (this && this.__extends) || (function () {
14656
14738
  var extendStatics = function (d, b) {
@@ -14786,7 +14868,7 @@ var HasPOSService = /** @class */ (function (_super) {
14786
14868
  }(service_1.Service));
14787
14869
  exports.HasPOSService = HasPOSService;
14788
14870
 
14789
- },{"../../factory":163,"../../service":168,"http-status":453}],93:[function(require,module,exports){
14871
+ },{"../../factory":164,"../../service":169,"http-status":454}],94:[function(require,module,exports){
14790
14872
  "use strict";
14791
14873
  var __extends = (this && this.__extends) || (function () {
14792
14874
  var extendStatics = function (d, b) {
@@ -14937,7 +15019,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
14937
15019
  }(service_1.Service));
14938
15020
  exports.PriceSpecificationService = PriceSpecificationService;
14939
15021
 
14940
- },{"../service":168,"http-status":453}],94:[function(require,module,exports){
15022
+ },{"../service":169,"http-status":454}],95:[function(require,module,exports){
14941
15023
  "use strict";
14942
15024
  var __extends = (this && this.__extends) || (function () {
14943
15025
  var extendStatics = function (d, b) {
@@ -15005,6 +15087,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
15005
15087
  exports.ProductService = void 0;
15006
15088
  var http_status_1 = require("http-status");
15007
15089
  var service_1 = require("../service");
15090
+ var BASE_URI = '/products';
15008
15091
  /**
15009
15092
  * プロダクトサービス
15010
15093
  */
@@ -15021,7 +15104,7 @@ var ProductService = /** @class */ (function (_super) {
15021
15104
  var _this = this;
15022
15105
  return __generator(this, function (_a) {
15023
15106
  return [2 /*return*/, this.fetch({
15024
- uri: '/products',
15107
+ uri: BASE_URI,
15025
15108
  method: 'POST',
15026
15109
  body: params,
15027
15110
  expectedStatusCodes: [http_status_1.CREATED]
@@ -15040,7 +15123,7 @@ var ProductService = /** @class */ (function (_super) {
15040
15123
  var _this = this;
15041
15124
  return __generator(this, function (_a) {
15042
15125
  return [2 /*return*/, this.fetch({
15043
- uri: '/products',
15126
+ uri: BASE_URI,
15044
15127
  method: 'POST',
15045
15128
  body: params,
15046
15129
  qs: { createIfNotExist: true },
@@ -15054,29 +15137,22 @@ var ProductService = /** @class */ (function (_super) {
15054
15137
  };
15055
15138
  /**
15056
15139
  * プロダクト検索
15140
+ * 公開属性のみ
15141
+ * @deprecated use admin service
15057
15142
  */
15058
- ProductService.prototype.searchProducts = function (params) {
15143
+ ProductService.prototype.findProductsLegacy = function (params) {
15059
15144
  return __awaiter(this, void 0, void 0, function () {
15060
15145
  var _this = this;
15061
15146
  return __generator(this, function (_a) {
15062
15147
  return [2 /*return*/, this.fetch({
15063
- uri: '/products',
15148
+ uri: BASE_URI,
15064
15149
  method: 'GET',
15065
15150
  qs: params,
15066
15151
  expectedStatusCodes: [http_status_1.OK]
15067
15152
  })
15068
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
15069
- var _a;
15070
- return __generator(this, function (_b) {
15071
- switch (_b.label) {
15072
- case 0:
15073
- _a = {};
15074
- return [4 /*yield*/, response.json()];
15075
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
15076
- _a)];
15077
- }
15078
- });
15079
- }); })];
15153
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
15154
+ return [2 /*return*/, response.json()];
15155
+ }); }); })];
15080
15156
  });
15081
15157
  });
15082
15158
  };
@@ -15087,7 +15163,7 @@ var ProductService = /** @class */ (function (_super) {
15087
15163
  return __generator(this, function (_a) {
15088
15164
  id = params.id, query = __rest(params, ["id"]);
15089
15165
  return [2 /*return*/, this.fetch({
15090
- uri: "/products/" + encodeURIComponent(String(id)),
15166
+ uri: BASE_URI + "/" + encodeURIComponent(String(id)),
15091
15167
  method: 'GET',
15092
15168
  expectedStatusCodes: [http_status_1.OK],
15093
15169
  qs: query
@@ -15103,7 +15179,7 @@ var ProductService = /** @class */ (function (_super) {
15103
15179
  return __generator(this, function (_a) {
15104
15180
  switch (_a.label) {
15105
15181
  case 0: return [4 /*yield*/, this.fetch({
15106
- uri: "/products/" + encodeURIComponent(String(params.id)),
15182
+ uri: BASE_URI + "/" + encodeURIComponent(String(params.id)),
15107
15183
  method: 'PUT',
15108
15184
  body: params,
15109
15185
  expectedStatusCodes: [http_status_1.NO_CONTENT]
@@ -15120,7 +15196,7 @@ var ProductService = /** @class */ (function (_super) {
15120
15196
  return __generator(this, function (_a) {
15121
15197
  switch (_a.label) {
15122
15198
  case 0: return [4 /*yield*/, this.fetch({
15123
- uri: "/products/" + encodeURIComponent(String(params.id)),
15199
+ uri: BASE_URI + "/" + encodeURIComponent(String(params.id)),
15124
15200
  method: 'DELETE',
15125
15201
  expectedStatusCodes: [http_status_1.NO_CONTENT]
15126
15202
  })];
@@ -15135,7 +15211,7 @@ var ProductService = /** @class */ (function (_super) {
15135
15211
  }(service_1.Service));
15136
15212
  exports.ProductService = ProductService;
15137
15213
 
15138
- },{"../service":168,"http-status":453}],95:[function(require,module,exports){
15214
+ },{"../service":169,"http-status":454}],96:[function(require,module,exports){
15139
15215
  "use strict";
15140
15216
  var __extends = (this && this.__extends) || (function () {
15141
15217
  var extendStatics = function (d, b) {
@@ -15269,7 +15345,7 @@ var ProductModelService = /** @class */ (function (_super) {
15269
15345
  }(service_1.Service));
15270
15346
  exports.ProductModelService = ProductModelService;
15271
15347
 
15272
- },{"../service":168,"http-status":453}],96:[function(require,module,exports){
15348
+ },{"../service":169,"http-status":454}],97:[function(require,module,exports){
15273
15349
  "use strict";
15274
15350
  var __extends = (this && this.__extends) || (function () {
15275
15351
  var extendStatics = function (d, b) {
@@ -15440,7 +15516,7 @@ var ProjectService = /** @class */ (function (_super) {
15440
15516
  }(service_1.Service));
15441
15517
  exports.ProjectService = ProjectService;
15442
15518
 
15443
- },{"../service":168,"http-status":453}],97:[function(require,module,exports){
15519
+ },{"../service":169,"http-status":454}],98:[function(require,module,exports){
15444
15520
  "use strict";
15445
15521
  var __extends = (this && this.__extends) || (function () {
15446
15522
  var extendStatics = function (d, b) {
@@ -15575,7 +15651,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
15575
15651
  }(service_1.Service));
15576
15652
  exports.ProjectMakesOfferService = ProjectMakesOfferService;
15577
15653
 
15578
- },{"../service":168,"http-status":453}],98:[function(require,module,exports){
15654
+ },{"../service":169,"http-status":454}],99:[function(require,module,exports){
15579
15655
  "use strict";
15580
15656
  var __extends = (this && this.__extends) || (function () {
15581
15657
  var extendStatics = function (d, b) {
@@ -15664,7 +15740,7 @@ var ReservationService = /** @class */ (function (_super) {
15664
15740
  }(service_1.Service));
15665
15741
  exports.ReservationService = ReservationService;
15666
15742
 
15667
- },{"../service":168,"http-status":453}],99:[function(require,module,exports){
15743
+ },{"../service":169,"http-status":454}],100:[function(require,module,exports){
15668
15744
  "use strict";
15669
15745
  var __extends = (this && this.__extends) || (function () {
15670
15746
  var extendStatics = function (d, b) {
@@ -15982,85 +16058,70 @@ var SellerService = /** @class */ (function (_super) {
15982
16058
  });
15983
16059
  });
15984
16060
  };
15985
- SellerService.prototype.searchMakesProductOffer = function (params) {
15986
- var _a;
15987
- return __awaiter(this, void 0, void 0, function () {
15988
- var _this = this;
15989
- return __generator(this, function (_b) {
15990
- return [2 /*return*/, this.fetch({
15991
- uri: "/sellers/" + ((_a = params.seller) === null || _a === void 0 ? void 0 : _a.id) + "/makesProductOffer",
15992
- method: 'GET',
15993
- qs: params.qs,
15994
- expectedStatusCodes: [http_status_1.OK]
15995
- })
15996
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
15997
- var _a;
15998
- return __generator(this, function (_b) {
15999
- switch (_b.label) {
16000
- case 0:
16001
- _a = {};
16002
- return [4 /*yield*/, response.json()];
16003
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
16004
- _a)];
16005
- }
16006
- });
16007
- }); })];
16008
- });
16009
- });
16010
- };
16011
- SellerService.prototype.createMakesProductOffer = function (params) {
16012
- var _a;
16013
- return __awaiter(this, void 0, void 0, function () {
16014
- return __generator(this, function (_b) {
16015
- switch (_b.label) {
16016
- case 0: return [4 /*yield*/, this.fetch({
16017
- uri: "/sellers/" + String((_a = params.seller) === null || _a === void 0 ? void 0 : _a.id) + "/makesProductOffer",
16018
- method: 'POST',
16019
- body: params,
16020
- expectedStatusCodes: [http_status_1.NO_CONTENT]
16021
- })];
16022
- case 1:
16023
- _b.sent();
16024
- return [2 /*return*/];
16025
- }
16026
- });
16027
- });
16028
- };
16029
- SellerService.prototype.updateMakesProductOffer = function (params) {
16030
- var _a;
16031
- return __awaiter(this, void 0, void 0, function () {
16032
- return __generator(this, function (_b) {
16033
- switch (_b.label) {
16034
- case 0: return [4 /*yield*/, this.fetch({
16035
- uri: "/sellers/" + String((_a = params.seller) === null || _a === void 0 ? void 0 : _a.id) + "/makesProductOffer/" + params.itemOffered.id,
16036
- method: 'PUT',
16037
- body: params,
16038
- expectedStatusCodes: [http_status_1.NO_CONTENT]
16039
- })];
16040
- case 1:
16041
- _b.sent();
16042
- return [2 /*return*/];
16043
- }
16044
- });
16045
- });
16046
- };
16047
- SellerService.prototype.deleteMakesProductOffer = function (params) {
16048
- var _a;
16049
- return __awaiter(this, void 0, void 0, function () {
16050
- return __generator(this, function (_b) {
16051
- switch (_b.label) {
16052
- case 0: return [4 /*yield*/, this.fetch({
16053
- uri: "/sellers/" + ((_a = params.seller) === null || _a === void 0 ? void 0 : _a.id) + "/makesProductOffer/" + params.itemOffered.id,
16054
- method: 'DELETE',
16055
- expectedStatusCodes: [http_status_1.NO_CONTENT]
16056
- })];
16057
- case 1:
16058
- _b.sent();
16059
- return [2 /*return*/];
16060
- }
16061
- });
16062
- });
16063
- };
16061
+ // public async searchMakesProductOffer(params: {
16062
+ // seller: {
16063
+ // /**
16064
+ // * 販売者ID
16065
+ // */
16066
+ // id: string;
16067
+ // };
16068
+ // /**
16069
+ // * 検索条件
16070
+ // */
16071
+ // qs: {
16072
+ // limit?: number;
16073
+ // page?: number;
16074
+ // itemOffered?: { id?: { $eq?: string } };
16075
+ // };
16076
+ // }): Promise<ISearchResult<IMakesProductOffer[]>> {
16077
+ // return this.fetch({
16078
+ // uri: `/sellers/${params.seller?.id}/makesProductOffer`,
16079
+ // method: 'GET',
16080
+ // qs: params.qs,
16081
+ // expectedStatusCodes: [OK]
16082
+ // })
16083
+ // .then(async (response) => {
16084
+ // return {
16085
+ // data: await response.json()
16086
+ // };
16087
+ // });
16088
+ // }
16089
+ // public async createMakesProductOffer(params: Pick<
16090
+ // factory.product.IOffer,
16091
+ // 'availabilityEnds' | 'availabilityStarts' | 'seller' | 'validFrom' | 'validThrough'
16092
+ // > & {
16093
+ // itemOffered: { id: string };
16094
+ // }): Promise<void> {
16095
+ // await this.fetch({
16096
+ // uri: `/sellers/${String(params.seller?.id)}/makesProductOffer`,
16097
+ // method: 'POST',
16098
+ // body: params,
16099
+ // expectedStatusCodes: [NO_CONTENT]
16100
+ // });
16101
+ // }
16102
+ // public async updateMakesProductOffer(params: Pick<
16103
+ // factory.product.IOffer,
16104
+ // 'availabilityEnds' | 'availabilityStarts' | 'seller' | 'validFrom' | 'validThrough'
16105
+ // > & {
16106
+ // itemOffered: { id: string };
16107
+ // }): Promise<void> {
16108
+ // await this.fetch({
16109
+ // uri: `/sellers/${String(params.seller?.id)}/makesProductOffer/${params.itemOffered.id}`,
16110
+ // method: 'PUT',
16111
+ // body: params,
16112
+ // expectedStatusCodes: [NO_CONTENT]
16113
+ // });
16114
+ // }
16115
+ // public async deleteMakesProductOffer(params: {
16116
+ // itemOffered: { id: string };
16117
+ // seller: { id: string };
16118
+ // }): Promise<void> {
16119
+ // await this.fetch({
16120
+ // uri: `/sellers/${params.seller?.id}/makesProductOffer/${params.itemOffered.id}`,
16121
+ // method: 'DELETE',
16122
+ // expectedStatusCodes: [NO_CONTENT]
16123
+ // });
16124
+ // }
16064
16125
  /**
16065
16126
  * IAMメンバー作成
16066
16127
  */
@@ -16156,7 +16217,7 @@ var SellerService = /** @class */ (function (_super) {
16156
16217
  }(service_1.Service));
16157
16218
  exports.SellerService = SellerService;
16158
16219
 
16159
- },{"../service":168,"http-status":453}],100:[function(require,module,exports){
16220
+ },{"../service":169,"http-status":454}],101:[function(require,module,exports){
16160
16221
  "use strict";
16161
16222
  var __extends = (this && this.__extends) || (function () {
16162
16223
  var extendStatics = function (d, b) {
@@ -16275,7 +16336,7 @@ var SellerMakesOfferService = /** @class */ (function (_super) {
16275
16336
  }(service_1.Service));
16276
16337
  exports.SellerMakesOfferService = SellerMakesOfferService;
16277
16338
 
16278
- },{"../service":168,"http-status":453}],101:[function(require,module,exports){
16339
+ },{"../service":169,"http-status":454}],102:[function(require,module,exports){
16279
16340
  "use strict";
16280
16341
  var __extends = (this && this.__extends) || (function () {
16281
16342
  var extendStatics = function (d, b) {
@@ -16443,7 +16504,7 @@ var SellerReturnPolicyService = /** @class */ (function (_super) {
16443
16504
  }(service_1.Service));
16444
16505
  exports.SellerReturnPolicyService = SellerReturnPolicyService;
16445
16506
 
16446
- },{"../service":168,"http-status":453}],102:[function(require,module,exports){
16507
+ },{"../service":169,"http-status":454}],103:[function(require,module,exports){
16447
16508
  "use strict";
16448
16509
  var __extends = (this && this.__extends) || (function () {
16449
16510
  var extendStatics = function (d, b) {
@@ -16567,7 +16628,7 @@ var TaskService = /** @class */ (function (_super) {
16567
16628
  }(service_1.Service));
16568
16629
  exports.TaskService = TaskService;
16569
16630
 
16570
- },{"../service":168,"http-status":453}],103:[function(require,module,exports){
16631
+ },{"../service":169,"http-status":454}],104:[function(require,module,exports){
16571
16632
  "use strict";
16572
16633
  var __extends = (this && this.__extends) || (function () {
16573
16634
  var extendStatics = function (d, b) {
@@ -16652,9 +16713,9 @@ var TicketService = /** @class */ (function (_super) {
16652
16713
  }(service_1.Service));
16653
16714
  exports.TicketService = TicketService;
16654
16715
 
16655
- },{"../service":168,"http-status":453}],104:[function(require,module,exports){
16656
- arguments[4][42][0].apply(exports,arguments)
16657
- },{"../service":168,"dup":42}],105:[function(require,module,exports){
16716
+ },{"../service":169,"http-status":454}],105:[function(require,module,exports){
16717
+ arguments[4][43][0].apply(exports,arguments)
16718
+ },{"../service":169,"dup":43}],106:[function(require,module,exports){
16658
16719
  "use strict";
16659
16720
  var __extends = (this && this.__extends) || (function () {
16660
16721
  var extendStatics = function (d, b) {
@@ -16786,7 +16847,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
16786
16847
  }(service_1.Service));
16787
16848
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
16788
16849
 
16789
- },{"../../factory":163,"../../service":168,"http-status":453}],106:[function(require,module,exports){
16850
+ },{"../../factory":164,"../../service":169,"http-status":454}],107:[function(require,module,exports){
16790
16851
  "use strict";
16791
16852
  var __extends = (this && this.__extends) || (function () {
16792
16853
  var extendStatics = function (d, b) {
@@ -16918,7 +16979,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
16918
16979
  }(service_1.Service));
16919
16980
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
16920
16981
 
16921
- },{"../../factory":163,"../../service":168,"http-status":453}],107:[function(require,module,exports){
16982
+ },{"../../factory":164,"../../service":169,"http-status":454}],108:[function(require,module,exports){
16922
16983
  "use strict";
16923
16984
  var __extends = (this && this.__extends) || (function () {
16924
16985
  var extendStatics = function (d, b) {
@@ -17018,7 +17079,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
17018
17079
  }(service_1.Service));
17019
17080
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
17020
17081
 
17021
- },{"../../factory":163,"../../service":168,"http-status":453}],108:[function(require,module,exports){
17082
+ },{"../../factory":164,"../../service":169,"http-status":454}],109:[function(require,module,exports){
17022
17083
  "use strict";
17023
17084
  var __extends = (this && this.__extends) || (function () {
17024
17085
  var extendStatics = function (d, b) {
@@ -17106,7 +17167,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
17106
17167
  }(service_1.Service));
17107
17168
  exports.TransactionNumberService = TransactionNumberService;
17108
17169
 
17109
- },{"../service":168,"http-status":453}],109:[function(require,module,exports){
17170
+ },{"../service":169,"http-status":454}],110:[function(require,module,exports){
17110
17171
  "use strict";
17111
17172
  var __extends = (this && this.__extends) || (function () {
17112
17173
  var extendStatics = function (d, b) {
@@ -17279,7 +17340,7 @@ var TripService = /** @class */ (function (_super) {
17279
17340
  }(service_1.Service));
17280
17341
  exports.TripService = TripService;
17281
17342
 
17282
- },{"../service":168,"http-status":453}],110:[function(require,module,exports){
17343
+ },{"../service":169,"http-status":454}],111:[function(require,module,exports){
17283
17344
  "use strict";
17284
17345
  var __extends = (this && this.__extends) || (function () {
17285
17346
  var extendStatics = function (d, b) {
@@ -17412,7 +17473,7 @@ var UserPoolService = /** @class */ (function (_super) {
17412
17473
  }(service_1.Service));
17413
17474
  exports.UserPoolService = UserPoolService;
17414
17475
 
17415
- },{"../service":168,"http-status":453}],111:[function(require,module,exports){
17476
+ },{"../service":169,"http-status":454}],112:[function(require,module,exports){
17416
17477
  "use strict";
17417
17478
  var __extends = (this && this.__extends) || (function () {
17418
17479
  var extendStatics = function (d, b) {
@@ -17552,7 +17613,7 @@ var WebSiteService = /** @class */ (function (_super) {
17552
17613
  }(service_1.Service));
17553
17614
  exports.WebSiteService = WebSiteService;
17554
17615
 
17555
- },{"../service":168,"http-status":453}],112:[function(require,module,exports){
17616
+ },{"../service":169,"http-status":454}],113:[function(require,module,exports){
17556
17617
  "use strict";
17557
17618
  var __assign = (this && this.__assign) || function () {
17558
17619
  __assign = Object.assign || function(t) {
@@ -17642,7 +17703,7 @@ var ChevrePay = /** @class */ (function () {
17642
17703
  }());
17643
17704
  exports.ChevrePay = ChevrePay;
17644
17705
 
17645
- },{"./chevrePay/payment":113}],113:[function(require,module,exports){
17706
+ },{"./chevrePay/payment":114}],114:[function(require,module,exports){
17646
17707
  "use strict";
17647
17708
  var __extends = (this && this.__extends) || (function () {
17648
17709
  var extendStatics = function (d, b) {
@@ -18134,9 +18195,9 @@ var PaymentService = /** @class */ (function (_super) {
18134
18195
  }(service_1.Service));
18135
18196
  exports.PaymentService = PaymentService;
18136
18197
 
18137
- },{"../factory":163,"../service":168,"http-status":453}],114:[function(require,module,exports){
18138
- arguments[4][37][0].apply(exports,arguments)
18139
- },{"dup":37}],115:[function(require,module,exports){
18198
+ },{"../factory":164,"../service":169,"http-status":454}],115:[function(require,module,exports){
18199
+ arguments[4][38][0].apply(exports,arguments)
18200
+ },{"dup":38}],116:[function(require,module,exports){
18140
18201
  "use strict";
18141
18202
  var __assign = (this && this.__assign) || function () {
18142
18203
  __assign = Object.assign || function(t) {
@@ -18226,7 +18287,7 @@ var ChevreTxc = /** @class */ (function () {
18226
18287
  }());
18227
18288
  exports.ChevreTxc = ChevreTxc;
18228
18289
 
18229
- },{"./chevreTxc/offer":116}],116:[function(require,module,exports){
18290
+ },{"./chevreTxc/offer":117}],117:[function(require,module,exports){
18230
18291
  "use strict";
18231
18292
  var __extends = (this && this.__extends) || (function () {
18232
18293
  var extendStatics = function (d, b) {
@@ -18418,7 +18479,7 @@ var OfferService = /** @class */ (function (_super) {
18418
18479
  }(service_1.Service));
18419
18480
  exports.OfferService = OfferService;
18420
18481
 
18421
- },{"../factory":163,"../service":168,"http-status":453}],117:[function(require,module,exports){
18482
+ },{"../factory":164,"../service":169,"http-status":454}],118:[function(require,module,exports){
18422
18483
  "use strict";
18423
18484
  var __assign = (this && this.__assign) || function () {
18424
18485
  __assign = Object.assign || function(t) {
@@ -18574,7 +18635,7 @@ var ChevreTxn = /** @class */ (function () {
18574
18635
  }());
18575
18636
  exports.ChevreTxn = ChevreTxn;
18576
18637
 
18577
- },{"./chevreTxn/offer":118,"./chevreTxn/transaction/moneyTransfer":119,"./chevreTxn/transaction/placeOrder":120,"./chevreTxn/transaction/returnOrder":122}],118:[function(require,module,exports){
18638
+ },{"./chevreTxn/offer":119,"./chevreTxn/transaction/moneyTransfer":120,"./chevreTxn/transaction/placeOrder":121,"./chevreTxn/transaction/returnOrder":123}],119:[function(require,module,exports){
18578
18639
  "use strict";
18579
18640
  var __extends = (this && this.__extends) || (function () {
18580
18641
  var extendStatics = function (d, b) {
@@ -18734,7 +18795,7 @@ var OfferService = /** @class */ (function (_super) {
18734
18795
  }(service_1.Service));
18735
18796
  exports.OfferService = OfferService;
18736
18797
 
18737
- },{"../factory":163,"../service":168,"http-status":453}],119:[function(require,module,exports){
18798
+ },{"../factory":164,"../service":169,"http-status":454}],120:[function(require,module,exports){
18738
18799
  "use strict";
18739
18800
  var __extends = (this && this.__extends) || (function () {
18740
18801
  var extendStatics = function (d, b) {
@@ -18884,7 +18945,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
18884
18945
  }(service_1.Service));
18885
18946
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
18886
18947
 
18887
- },{"../../factory":163,"../../service":168,"http-status":453}],120:[function(require,module,exports){
18948
+ },{"../../factory":164,"../../service":169,"http-status":454}],121:[function(require,module,exports){
18888
18949
  "use strict";
18889
18950
  var __extends = (this && this.__extends) || (function () {
18890
18951
  var extendStatics = function (d, b) {
@@ -19087,9 +19148,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
19087
19148
  }(service_1.Service));
19088
19149
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
19089
19150
 
19090
- },{"../../factory":163,"../../service":168,"http-status":453}],121:[function(require,module,exports){
19091
- arguments[4][37][0].apply(exports,arguments)
19092
- },{"dup":37}],122:[function(require,module,exports){
19151
+ },{"../../factory":164,"../../service":169,"http-status":454}],122:[function(require,module,exports){
19152
+ arguments[4][38][0].apply(exports,arguments)
19153
+ },{"dup":38}],123:[function(require,module,exports){
19093
19154
  "use strict";
19094
19155
  var __extends = (this && this.__extends) || (function () {
19095
19156
  var extendStatics = function (d, b) {
@@ -19255,7 +19316,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
19255
19316
  }(service_1.Service));
19256
19317
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
19257
19318
 
19258
- },{"../../factory":163,"../../service":168,"http-status":453}],123:[function(require,module,exports){
19319
+ },{"../../factory":164,"../../service":169,"http-status":454}],124:[function(require,module,exports){
19259
19320
  "use strict";
19260
19321
  var __extends = (this && this.__extends) || (function () {
19261
19322
  var extendStatics = function (d, b) {
@@ -19373,7 +19434,7 @@ var service;
19373
19434
  service.Seller = Seller;
19374
19435
  })(service = exports.service || (exports.service = {}));
19375
19436
 
19376
- },{"../service":168,"./service/categoryCode":124,"./service/emailMessage":125,"./service/event":126,"./service/place":127,"./service/place/hasPOS":128,"./service/seller":129}],124:[function(require,module,exports){
19437
+ },{"../service":169,"./service/categoryCode":125,"./service/emailMessage":126,"./service/event":127,"./service/place":128,"./service/place/hasPOS":129,"./service/seller":130}],125:[function(require,module,exports){
19377
19438
  "use strict";
19378
19439
  var __extends = (this && this.__extends) || (function () {
19379
19440
  var extendStatics = function (d, b) {
@@ -19481,7 +19542,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
19481
19542
  }(service_1.Service));
19482
19543
  exports.CategoryCodeService = CategoryCodeService;
19483
19544
 
19484
- },{"../../service":168,"http-status":453}],125:[function(require,module,exports){
19545
+ },{"../../service":169,"http-status":454}],126:[function(require,module,exports){
19485
19546
  "use strict";
19486
19547
  var __extends = (this && this.__extends) || (function () {
19487
19548
  var extendStatics = function (d, b) {
@@ -19589,7 +19650,7 @@ var EmailMessageService = /** @class */ (function (_super) {
19589
19650
  }(service_1.Service));
19590
19651
  exports.EmailMessageService = EmailMessageService;
19591
19652
 
19592
- },{"../../service":168,"http-status":453}],126:[function(require,module,exports){
19653
+ },{"../../service":169,"http-status":454}],127:[function(require,module,exports){
19593
19654
  "use strict";
19594
19655
  var __extends = (this && this.__extends) || (function () {
19595
19656
  var extendStatics = function (d, b) {
@@ -19685,8 +19746,8 @@ var EventService = /** @class */ (function (_super) {
19685
19746
  var _this = this;
19686
19747
  return __generator(this, function (_a) {
19687
19748
  // separate ScreeningEventSeries(2024-10-21~)
19688
- if ((params === null || params === void 0 ? void 0 : params.typeOf) === factory.eventType.ScreeningEventSeries) {
19689
- throw new factory.errors.Argument('typeOf', "typeOf must be " + factory.eventType.Event + " or " + factory.eventType.ScreeningEvent);
19749
+ if ((params === null || params === void 0 ? void 0 : params.typeOf) !== factory.eventType.ScreeningEvent) {
19750
+ throw new factory.errors.Argument('typeOf', "typeOf must be " + factory.eventType.ScreeningEvent);
19690
19751
  }
19691
19752
  else {
19692
19753
  return [2 /*return*/, this.fetch({
@@ -19990,7 +20051,7 @@ var EventService = /** @class */ (function (_super) {
19990
20051
  }(service_1.Service));
19991
20052
  exports.EventService = EventService;
19992
20053
 
19993
- },{"../../factory":163,"../../service":168,"http-status":453}],127:[function(require,module,exports){
20054
+ },{"../../factory":164,"../../service":169,"http-status":454}],128:[function(require,module,exports){
19994
20055
  "use strict";
19995
20056
  var __extends = (this && this.__extends) || (function () {
19996
20057
  var extendStatics = function (d, b) {
@@ -20183,7 +20244,7 @@ var PlaceService = /** @class */ (function (_super) {
20183
20244
  }(service_1.Service));
20184
20245
  exports.PlaceService = PlaceService;
20185
20246
 
20186
- },{"../../factory":163,"../../service":168,"http-status":453}],128:[function(require,module,exports){
20247
+ },{"../../factory":164,"../../service":169,"http-status":454}],129:[function(require,module,exports){
20187
20248
  "use strict";
20188
20249
  var __extends = (this && this.__extends) || (function () {
20189
20250
  var extendStatics = function (d, b) {
@@ -20283,7 +20344,7 @@ var HasPOSService = /** @class */ (function (_super) {
20283
20344
  }(service_1.Service));
20284
20345
  exports.HasPOSService = HasPOSService;
20285
20346
 
20286
- },{"../../../factory":163,"../../../service":168,"http-status":453}],129:[function(require,module,exports){
20347
+ },{"../../../factory":164,"../../../service":169,"http-status":454}],130:[function(require,module,exports){
20287
20348
  "use strict";
20288
20349
  var __extends = (this && this.__extends) || (function () {
20289
20350
  var extendStatics = function (d, b) {
@@ -20471,7 +20532,7 @@ var SellerService = /** @class */ (function (_super) {
20471
20532
  }(service_1.Service));
20472
20533
  exports.SellerService = SellerService;
20473
20534
 
20474
- },{"../../service":168,"http-status":453}],130:[function(require,module,exports){
20535
+ },{"../../service":169,"http-status":454}],131:[function(require,module,exports){
20475
20536
  "use strict";
20476
20537
  var __assign = (this && this.__assign) || function () {
20477
20538
  __assign = Object.assign || function(t) {
@@ -20804,7 +20865,7 @@ var CloudAdmin = /** @class */ (function () {
20804
20865
  }());
20805
20866
  exports.CloudAdmin = CloudAdmin;
20806
20867
 
20807
- },{"./admin/creativeWork":131,"./admin/customer":132,"./admin/event":133,"./admin/me":134,"./admin/noteAboutOrder":135,"./admin/offer":136,"./admin/offerCatalog":137,"./admin/offerCatalogItem":138,"./admin/order":139,"./admin/product":140,"./admin/productOffer":141,"./admin/reservation":142,"./admin/seller":143}],131:[function(require,module,exports){
20868
+ },{"./admin/creativeWork":132,"./admin/customer":133,"./admin/event":134,"./admin/me":135,"./admin/noteAboutOrder":136,"./admin/offer":137,"./admin/offerCatalog":138,"./admin/offerCatalogItem":139,"./admin/order":140,"./admin/product":141,"./admin/productOffer":142,"./admin/reservation":143,"./admin/seller":144}],132:[function(require,module,exports){
20808
20869
  "use strict";
20809
20870
  var __extends = (this && this.__extends) || (function () {
20810
20871
  var extendStatics = function (d, b) {
@@ -20904,7 +20965,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
20904
20965
  }(service_1.Service));
20905
20966
  exports.CreativeWorkService = CreativeWorkService;
20906
20967
 
20907
- },{"../../index":164,"../../service":168}],132:[function(require,module,exports){
20968
+ },{"../../index":165,"../../service":169}],133:[function(require,module,exports){
20908
20969
  "use strict";
20909
20970
  var __extends = (this && this.__extends) || (function () {
20910
20971
  var extendStatics = function (d, b) {
@@ -21014,7 +21075,7 @@ var CustomerService = /** @class */ (function (_super) {
21014
21075
  }(service_1.Service));
21015
21076
  exports.CustomerService = CustomerService;
21016
21077
 
21017
- },{"../../index":164,"../../service":168}],133:[function(require,module,exports){
21078
+ },{"../../index":165,"../../service":169}],134:[function(require,module,exports){
21018
21079
  "use strict";
21019
21080
  var __extends = (this && this.__extends) || (function () {
21020
21081
  var extendStatics = function (d, b) {
@@ -21301,7 +21362,7 @@ var EventService = /** @class */ (function (_super) {
21301
21362
  }(service_1.Service));
21302
21363
  exports.EventService = EventService;
21303
21364
 
21304
- },{"../../factory":163,"../../index":164,"../../service":168}],134:[function(require,module,exports){
21365
+ },{"../../factory":164,"../../index":165,"../../service":169}],135:[function(require,module,exports){
21305
21366
  "use strict";
21306
21367
  var __extends = (this && this.__extends) || (function () {
21307
21368
  var extendStatics = function (d, b) {
@@ -21423,7 +21484,7 @@ var MeService = /** @class */ (function (_super) {
21423
21484
  }(service_1.Service));
21424
21485
  exports.MeService = MeService;
21425
21486
 
21426
- },{"../../index":164,"../../service":168}],135:[function(require,module,exports){
21487
+ },{"../../index":165,"../../service":169}],136:[function(require,module,exports){
21427
21488
  "use strict";
21428
21489
  var __extends = (this && this.__extends) || (function () {
21429
21490
  var extendStatics = function (d, b) {
@@ -21596,7 +21657,7 @@ var NoteAboutOrderService = /** @class */ (function (_super) {
21596
21657
  }(service_1.Service));
21597
21658
  exports.NoteAboutOrderService = NoteAboutOrderService;
21598
21659
 
21599
- },{"../../index":164,"../../service":168}],136:[function(require,module,exports){
21660
+ },{"../../index":165,"../../service":169}],137:[function(require,module,exports){
21600
21661
  "use strict";
21601
21662
  var __extends = (this && this.__extends) || (function () {
21602
21663
  var extendStatics = function (d, b) {
@@ -21785,7 +21846,7 @@ var OfferService = /** @class */ (function (_super) {
21785
21846
  }(service_1.Service));
21786
21847
  exports.OfferService = OfferService;
21787
21848
 
21788
- },{"../../factory":163,"../../index":164,"../../service":168}],137:[function(require,module,exports){
21849
+ },{"../../factory":164,"../../index":165,"../../service":169}],138:[function(require,module,exports){
21789
21850
  "use strict";
21790
21851
  var __extends = (this && this.__extends) || (function () {
21791
21852
  var extendStatics = function (d, b) {
@@ -21894,7 +21955,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
21894
21955
  }(service_1.Service));
21895
21956
  exports.OfferCatalogService = OfferCatalogService;
21896
21957
 
21897
- },{"../../factory":163,"../../index":164,"../../service":168}],138:[function(require,module,exports){
21958
+ },{"../../factory":164,"../../index":165,"../../service":169}],139:[function(require,module,exports){
21898
21959
  "use strict";
21899
21960
  var __extends = (this && this.__extends) || (function () {
21900
21961
  var extendStatics = function (d, b) {
@@ -22029,7 +22090,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
22029
22090
  }(service_1.Service));
22030
22091
  exports.OfferCatalogItemService = OfferCatalogItemService;
22031
22092
 
22032
- },{"../../index":164,"../../service":168}],139:[function(require,module,exports){
22093
+ },{"../../index":165,"../../service":169}],140:[function(require,module,exports){
22033
22094
  "use strict";
22034
22095
  var __extends = (this && this.__extends) || (function () {
22035
22096
  var extendStatics = function (d, b) {
@@ -22268,7 +22329,7 @@ var OrderService = /** @class */ (function (_super) {
22268
22329
  }(service_1.Service));
22269
22330
  exports.OrderService = OrderService;
22270
22331
 
22271
- },{"../../factory":163,"../../index":164,"../../service":168}],140:[function(require,module,exports){
22332
+ },{"../../factory":164,"../../index":165,"../../service":169}],141:[function(require,module,exports){
22272
22333
  "use strict";
22273
22334
  var __extends = (this && this.__extends) || (function () {
22274
22335
  var extendStatics = function (d, b) {
@@ -22376,7 +22437,7 @@ var ProductService = /** @class */ (function (_super) {
22376
22437
  }(service_1.Service));
22377
22438
  exports.ProductService = ProductService;
22378
22439
 
22379
- },{"../../factory":163,"../../index":164,"../../service":168}],141:[function(require,module,exports){
22440
+ },{"../../factory":164,"../../index":165,"../../service":169}],142:[function(require,module,exports){
22380
22441
  "use strict";
22381
22442
  var __extends = (this && this.__extends) || (function () {
22382
22443
  var extendStatics = function (d, b) {
@@ -22531,7 +22592,7 @@ var ProductOfferService = /** @class */ (function (_super) {
22531
22592
  }(service_1.Service));
22532
22593
  exports.ProductOfferService = ProductOfferService;
22533
22594
 
22534
- },{"../../index":164,"../../service":168}],142:[function(require,module,exports){
22595
+ },{"../../index":165,"../../service":169}],143:[function(require,module,exports){
22535
22596
  "use strict";
22536
22597
  var __extends = (this && this.__extends) || (function () {
22537
22598
  var extendStatics = function (d, b) {
@@ -22759,7 +22820,7 @@ var ReservationService = /** @class */ (function (_super) {
22759
22820
  }(service_1.Service));
22760
22821
  exports.ReservationService = ReservationService;
22761
22822
 
22762
- },{"../../factory":163,"../../index":164,"../../service":168}],143:[function(require,module,exports){
22823
+ },{"../../factory":164,"../../index":165,"../../service":169}],144:[function(require,module,exports){
22763
22824
  "use strict";
22764
22825
  var __extends = (this && this.__extends) || (function () {
22765
22826
  var extendStatics = function (d, b) {
@@ -22848,7 +22909,7 @@ var SellerService = /** @class */ (function (_super) {
22848
22909
  }(service_1.Service));
22849
22910
  exports.SellerService = SellerService;
22850
22911
 
22851
- },{"../../index":164,"../../service":168}],144:[function(require,module,exports){
22912
+ },{"../../index":165,"../../service":169}],145:[function(require,module,exports){
22852
22913
  "use strict";
22853
22914
  var __assign = (this && this.__assign) || function () {
22854
22915
  __assign = Object.assign || function(t) {
@@ -23025,7 +23086,7 @@ var CloudAsset = /** @class */ (function () {
23025
23086
  }());
23026
23087
  exports.CloudAsset = CloudAsset;
23027
23088
 
23028
- },{"../chevreAsset/order/factory":37,"./asset/delivery":145,"./asset/order":146,"./asset/reservation":147,"./asset/token":148,"http-status":453}],145:[function(require,module,exports){
23089
+ },{"../chevreAsset/order/factory":38,"./asset/delivery":146,"./asset/order":147,"./asset/reservation":148,"./asset/token":149,"http-status":454}],146:[function(require,module,exports){
23029
23090
  "use strict";
23030
23091
  var __extends = (this && this.__extends) || (function () {
23031
23092
  var extendStatics = function (d, b) {
@@ -23132,7 +23193,7 @@ var DeliveryService = /** @class */ (function (_super) {
23132
23193
  }(service_1.Service));
23133
23194
  exports.DeliveryService = DeliveryService;
23134
23195
 
23135
- },{"../../index":164,"../../service":168}],146:[function(require,module,exports){
23196
+ },{"../../index":165,"../../service":169}],147:[function(require,module,exports){
23136
23197
  "use strict";
23137
23198
  var __extends = (this && this.__extends) || (function () {
23138
23199
  var extendStatics = function (d, b) {
@@ -23434,7 +23495,7 @@ var OrderService = /** @class */ (function (_super) {
23434
23495
  }(service_1.Service));
23435
23496
  exports.OrderService = OrderService;
23436
23497
 
23437
- },{"../../index":164,"../../service":168}],147:[function(require,module,exports){
23498
+ },{"../../index":165,"../../service":169}],148:[function(require,module,exports){
23438
23499
  "use strict";
23439
23500
  var __extends = (this && this.__extends) || (function () {
23440
23501
  var extendStatics = function (d, b) {
@@ -23560,7 +23621,7 @@ var ReservationService = /** @class */ (function (_super) {
23560
23621
  }(service_1.Service));
23561
23622
  exports.ReservationService = ReservationService;
23562
23623
 
23563
- },{"../../index":164,"../../service":168}],148:[function(require,module,exports){
23624
+ },{"../../index":165,"../../service":169}],149:[function(require,module,exports){
23564
23625
  "use strict";
23565
23626
  var __extends = (this && this.__extends) || (function () {
23566
23627
  var extendStatics = function (d, b) {
@@ -23593,7 +23654,7 @@ var TokenService = /** @class */ (function (_super) {
23593
23654
  }(service_1.Service));
23594
23655
  exports.TokenService = TokenService;
23595
23656
 
23596
- },{"../../service":168}],149:[function(require,module,exports){
23657
+ },{"../../service":169}],150:[function(require,module,exports){
23597
23658
  "use strict";
23598
23659
  var __assign = (this && this.__assign) || function () {
23599
23660
  __assign = Object.assign || function(t) {
@@ -23694,7 +23755,7 @@ var CloudPay = /** @class */ (function () {
23694
23755
  }());
23695
23756
  exports.CloudPay = CloudPay;
23696
23757
 
23697
- },{"../chevrePay/payment/factory":114,"./pay/payment":150,"http-status":453}],150:[function(require,module,exports){
23758
+ },{"../chevrePay/payment/factory":115,"./pay/payment":151,"http-status":454}],151:[function(require,module,exports){
23698
23759
  "use strict";
23699
23760
  var __extends = (this && this.__extends) || (function () {
23700
23761
  var extendStatics = function (d, b) {
@@ -24339,7 +24400,7 @@ var PaymentService = /** @class */ (function (_super) {
24339
24400
  }(service_1.Service));
24340
24401
  exports.PaymentService = PaymentService;
24341
24402
 
24342
- },{"../../factory":163,"../../index":164,"../../service":168,"http-status":453}],151:[function(require,module,exports){
24403
+ },{"../../factory":164,"../../index":165,"../../service":169,"http-status":454}],152:[function(require,module,exports){
24343
24404
  "use strict";
24344
24405
  var __assign = (this && this.__assign) || function () {
24345
24406
  __assign = Object.assign || function(t) {
@@ -24502,7 +24563,7 @@ var CloudSearch = /** @class */ (function () {
24502
24563
  }());
24503
24564
  exports.CloudSearch = CloudSearch;
24504
24565
 
24505
- },{"./search/creativeWork":152,"./search/paymentService":153,"./search/product":154,"./search/productOffer":155,"http-status":453}],152:[function(require,module,exports){
24566
+ },{"./search/creativeWork":153,"./search/paymentService":154,"./search/product":155,"./search/productOffer":156,"http-status":454}],153:[function(require,module,exports){
24506
24567
  "use strict";
24507
24568
  var __extends = (this && this.__extends) || (function () {
24508
24569
  var extendStatics = function (d, b) {
@@ -24593,7 +24654,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
24593
24654
  }(service_1.Service));
24594
24655
  exports.CreativeWorkService = CreativeWorkService;
24595
24656
 
24596
- },{"../../service":168,"http-status":453}],153:[function(require,module,exports){
24657
+ },{"../../service":169,"http-status":454}],154:[function(require,module,exports){
24597
24658
  "use strict";
24598
24659
  var __extends = (this && this.__extends) || (function () {
24599
24660
  var extendStatics = function (d, b) {
@@ -24686,7 +24747,7 @@ var PaymentProductService = /** @class */ (function (_super) {
24686
24747
  }(service_1.Service));
24687
24748
  exports.PaymentProductService = PaymentProductService;
24688
24749
 
24689
- },{"../../service":168,"http-status":453}],154:[function(require,module,exports){
24750
+ },{"../../service":169,"http-status":454}],155:[function(require,module,exports){
24690
24751
  "use strict";
24691
24752
  var __extends = (this && this.__extends) || (function () {
24692
24753
  var extendStatics = function (d, b) {
@@ -24821,7 +24882,7 @@ var ProductService = /** @class */ (function (_super) {
24821
24882
  }(service_1.Service));
24822
24883
  exports.ProductService = ProductService;
24823
24884
 
24824
- },{"../../service":168,"http-status":453}],155:[function(require,module,exports){
24885
+ },{"../../service":169,"http-status":454}],156:[function(require,module,exports){
24825
24886
  "use strict";
24826
24887
  var __extends = (this && this.__extends) || (function () {
24827
24888
  var extendStatics = function (d, b) {
@@ -24912,7 +24973,7 @@ var ProductOfferService = /** @class */ (function (_super) {
24912
24973
  }(service_1.Service));
24913
24974
  exports.ProductOfferService = ProductOfferService;
24914
24975
 
24915
- },{"../../service":168,"http-status":453}],156:[function(require,module,exports){
24976
+ },{"../../service":169,"http-status":454}],157:[function(require,module,exports){
24916
24977
  "use strict";
24917
24978
  var __assign = (this && this.__assign) || function () {
24918
24979
  __assign = Object.assign || function(t) {
@@ -25013,7 +25074,7 @@ var CloudTxc = /** @class */ (function () {
25013
25074
  }());
25014
25075
  exports.CloudTxc = CloudTxc;
25015
25076
 
25016
- },{"./txc/transaction/placeOrder":158,"http-status":453}],157:[function(require,module,exports){
25077
+ },{"./txc/transaction/placeOrder":159,"http-status":454}],158:[function(require,module,exports){
25017
25078
  "use strict";
25018
25079
  var __assign = (this && this.__assign) || function () {
25019
25080
  __assign = Object.assign || function(t) {
@@ -25225,7 +25286,7 @@ function voidAuthorizeOfferAsync(params) {
25225
25286
  }
25226
25287
  exports.voidAuthorizeOfferAsync = voidAuthorizeOfferAsync;
25227
25288
 
25228
- },{"../../../factory":163}],158:[function(require,module,exports){
25289
+ },{"../../../factory":164}],159:[function(require,module,exports){
25229
25290
  "use strict";
25230
25291
  var __extends = (this && this.__extends) || (function () {
25231
25292
  var extendStatics = function (d, b) {
@@ -25462,7 +25523,7 @@ var PlaceOrderCOAService = /** @class */ (function (_super) {
25462
25523
  }(service_1.Service));
25463
25524
  exports.PlaceOrderCOAService = PlaceOrderCOAService;
25464
25525
 
25465
- },{"../../../factory":163,"../../../index":164,"../../../service":168,"./forceAsync":157}],159:[function(require,module,exports){
25526
+ },{"../../../factory":164,"../../../index":165,"../../../service":169,"./forceAsync":158}],160:[function(require,module,exports){
25466
25527
  "use strict";
25467
25528
  var __assign = (this && this.__assign) || function () {
25468
25529
  __assign = Object.assign || function(t) {
@@ -25608,7 +25669,7 @@ var CloudTxn = /** @class */ (function () {
25608
25669
  }());
25609
25670
  exports.CloudTxn = CloudTxn;
25610
25671
 
25611
- },{"../chevreTxn/transaction/placeOrder/factory":121,"./txn/offer":160,"./txn/transaction/placeOrder":161,"./txn/transaction/returnOrder":162,"http-status":453}],160:[function(require,module,exports){
25672
+ },{"../chevreTxn/transaction/placeOrder/factory":122,"./txn/offer":161,"./txn/transaction/placeOrder":162,"./txn/transaction/returnOrder":163,"http-status":454}],161:[function(require,module,exports){
25612
25673
  "use strict";
25613
25674
  var __extends = (this && this.__extends) || (function () {
25614
25675
  var extendStatics = function (d, b) {
@@ -25754,7 +25815,7 @@ var OfferService = /** @class */ (function (_super) {
25754
25815
  }(service_1.Service));
25755
25816
  exports.OfferService = OfferService;
25756
25817
 
25757
- },{"../../factory":163,"../../index":164,"../../service":168}],161:[function(require,module,exports){
25818
+ },{"../../factory":164,"../../index":165,"../../service":169}],162:[function(require,module,exports){
25758
25819
  "use strict";
25759
25820
  var __extends = (this && this.__extends) || (function () {
25760
25821
  var extendStatics = function (d, b) {
@@ -26021,7 +26082,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
26021
26082
  }(service_1.Service));
26022
26083
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
26023
26084
 
26024
- },{"../../../index":164,"../../../service":168,"http-status":453}],162:[function(require,module,exports){
26085
+ },{"../../../index":165,"../../../service":169,"http-status":454}],163:[function(require,module,exports){
26025
26086
  "use strict";
26026
26087
  var __extends = (this && this.__extends) || (function () {
26027
26088
  var extendStatics = function (d, b) {
@@ -26186,7 +26247,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
26186
26247
  }(service_1.Service));
26187
26248
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
26188
26249
 
26189
- },{"../../../index":164,"../../../service":168}],163:[function(require,module,exports){
26250
+ },{"../../../index":165,"../../../service":169}],164:[function(require,module,exports){
26190
26251
  "use strict";
26191
26252
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
26192
26253
  if (k2 === undefined) k2 = k;
@@ -26204,7 +26265,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26204
26265
  */
26205
26266
  __exportStar(require("@chevre/factory"), exports);
26206
26267
 
26207
- },{"@chevre/factory":283}],164:[function(require,module,exports){
26268
+ },{"@chevre/factory":284}],165:[function(require,module,exports){
26208
26269
  "use strict";
26209
26270
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26210
26271
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -26643,7 +26704,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
26643
26704
  // export class StubAuth extends StubAuthClient { }
26644
26705
  // }
26645
26706
 
26646
- },{"./chevre":3,"./chevreAdmin":16,"./chevreAsset":35,"./chevreConsole":43,"./chevrePay":112,"./chevreTxc":115,"./chevreTxn":117,"./cinerino/default":123,"./cloud/admin":130,"./cloud/asset":144,"./cloud/pay":149,"./cloud/search":151,"./cloud/txc":156,"./cloud/txn":159,"./factory":163,"./pecorino":165,"./transporters":169,"./waiterAdmin":170}],165:[function(require,module,exports){
26707
+ },{"./chevre":3,"./chevreAdmin":17,"./chevreAsset":36,"./chevreConsole":44,"./chevrePay":113,"./chevreTxc":116,"./chevreTxn":118,"./cinerino/default":124,"./cloud/admin":131,"./cloud/asset":145,"./cloud/pay":150,"./cloud/search":152,"./cloud/txc":157,"./cloud/txn":160,"./factory":164,"./pecorino":166,"./transporters":170,"./waiterAdmin":171}],166:[function(require,module,exports){
26647
26708
  "use strict";
26648
26709
  var __extends = (this && this.__extends) || (function () {
26649
26710
  var extendStatics = function (d, b) {
@@ -26696,7 +26757,7 @@ var service;
26696
26757
  service.AccountTransaction = AccountTransaction;
26697
26758
  })(service = exports.service || (exports.service = {}));
26698
26759
 
26699
- },{"./factory":163,"./pecorino/accountTransaction":166,"./pecorino/permit":167}],166:[function(require,module,exports){
26760
+ },{"./factory":164,"./pecorino/accountTransaction":167,"./pecorino/permit":168}],167:[function(require,module,exports){
26700
26761
  "use strict";
26701
26762
  var __extends = (this && this.__extends) || (function () {
26702
26763
  var extendStatics = function (d, b) {
@@ -26867,7 +26928,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
26867
26928
  }(service_1.Service));
26868
26929
  exports.AccountTransactionService = AccountTransactionService;
26869
26930
 
26870
- },{"../service":168,"http-status":453}],167:[function(require,module,exports){
26931
+ },{"../service":169,"http-status":454}],168:[function(require,module,exports){
26871
26932
  "use strict";
26872
26933
  var __extends = (this && this.__extends) || (function () {
26873
26934
  var extendStatics = function (d, b) {
@@ -26987,7 +27048,7 @@ var PermitService = /** @class */ (function (_super) {
26987
27048
  }(service_1.Service));
26988
27049
  exports.PermitService = PermitService;
26989
27050
 
26990
- },{"../service":168,"http-status":453}],168:[function(require,module,exports){
27051
+ },{"../service":169,"http-status":454}],169:[function(require,module,exports){
26991
27052
  "use strict";
26992
27053
  var __assign = (this && this.__assign) || function () {
26993
27054
  __assign = Object.assign || function(t) {
@@ -27113,7 +27174,7 @@ var Service = /** @class */ (function () {
27113
27174
  }());
27114
27175
  exports.Service = Service;
27115
27176
 
27116
- },{"./transporters":169,"qs":468}],169:[function(require,module,exports){
27177
+ },{"./transporters":170,"qs":469}],170:[function(require,module,exports){
27117
27178
  "use strict";
27118
27179
  var __extends = (this && this.__extends) || (function () {
27119
27180
  var extendStatics = function (d, b) {
@@ -27310,7 +27371,7 @@ var StubTransporter = /** @class */ (function () {
27310
27371
  }());
27311
27372
  exports.StubTransporter = StubTransporter;
27312
27373
 
27313
- },{"debug":428,"isomorphic-fetch":456}],170:[function(require,module,exports){
27374
+ },{"debug":429,"isomorphic-fetch":457}],171:[function(require,module,exports){
27314
27375
  "use strict";
27315
27376
  var __assign = (this && this.__assign) || function () {
27316
27377
  __assign = Object.assign || function(t) {
@@ -27415,7 +27476,7 @@ var WaiterAdmin = /** @class */ (function () {
27415
27476
  }());
27416
27477
  exports.WaiterAdmin = WaiterAdmin;
27417
27478
 
27418
- },{"./waiterAdmin/rule":171,"./waiterAdmin/ruleSet":172}],171:[function(require,module,exports){
27479
+ },{"./waiterAdmin/rule":172,"./waiterAdmin/ruleSet":173}],172:[function(require,module,exports){
27419
27480
  "use strict";
27420
27481
  var __extends = (this && this.__extends) || (function () {
27421
27482
  var extendStatics = function (d, b) {
@@ -27503,7 +27564,7 @@ var RuleService = /** @class */ (function (_super) {
27503
27564
  }(service_1.Service));
27504
27565
  exports.RuleService = RuleService;
27505
27566
 
27506
- },{"../service":168,"http-status":453}],172:[function(require,module,exports){
27567
+ },{"../service":169,"http-status":454}],173:[function(require,module,exports){
27507
27568
  "use strict";
27508
27569
  var __extends = (this && this.__extends) || (function () {
27509
27570
  var extendStatics = function (d, b) {
@@ -27611,7 +27672,7 @@ var RuleSetService = /** @class */ (function (_super) {
27611
27672
  }(service_1.Service));
27612
27673
  exports.RuleSetService = RuleSetService;
27613
27674
 
27614
- },{"../service":168,"http-status":453}],173:[function(require,module,exports){
27675
+ },{"../service":169,"http-status":454}],174:[function(require,module,exports){
27615
27676
  "use strict";
27616
27677
  // tslint:disable-next-line:no-single-line-block-comment
27617
27678
  /* istanbul ignore file */
@@ -27967,7 +28028,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
27967
28028
  }(oAuth2client_1.default));
27968
28029
  exports.ImplicitGrantClient = ImplicitGrantClient;
27969
28030
 
27970
- },{"./implicitGrantClient/error":174,"./implicitGrantClient/popupAuthenticationHandler":176,"./implicitGrantClient/silentAuthenticationHandler":178,"./implicitGrantClient/silentLogoutHandler":179,"./oAuth2client":181,"debug":428,"idtoken-verifier":454,"qs":468}],174:[function(require,module,exports){
28031
+ },{"./implicitGrantClient/error":175,"./implicitGrantClient/popupAuthenticationHandler":177,"./implicitGrantClient/silentAuthenticationHandler":179,"./implicitGrantClient/silentLogoutHandler":180,"./oAuth2client":182,"debug":429,"idtoken-verifier":455,"qs":469}],175:[function(require,module,exports){
27971
28032
  "use strict";
27972
28033
  // tslint:disable-next-line:no-single-line-block-comment
27973
28034
  /* istanbul ignore file */
@@ -28000,7 +28061,7 @@ var AuthorizeError = /** @class */ (function (_super) {
28000
28061
  }(Error));
28001
28062
  exports.AuthorizeError = AuthorizeError;
28002
28063
 
28003
- },{}],175:[function(require,module,exports){
28064
+ },{}],176:[function(require,module,exports){
28004
28065
  "use strict";
28005
28066
  // tslint:disable-next-line:no-single-line-block-comment
28006
28067
  /* istanbul ignore file */
@@ -28086,7 +28147,7 @@ var IframeHandler = /** @class */ (function () {
28086
28147
  }());
28087
28148
  exports.default = IframeHandler;
28088
28149
 
28089
- },{"debug":428}],176:[function(require,module,exports){
28150
+ },{"debug":429}],177:[function(require,module,exports){
28090
28151
  "use strict";
28091
28152
  // tslint:disable-next-line:no-single-line-block-comment
28092
28153
  /* istanbul ignore file */
@@ -28196,7 +28257,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
28196
28257
  }());
28197
28258
  exports.default = PopupAuthenticationHandler;
28198
28259
 
28199
- },{"./error":174,"./popupHandler":177}],177:[function(require,module,exports){
28260
+ },{"./error":175,"./popupHandler":178}],178:[function(require,module,exports){
28200
28261
  "use strict";
28201
28262
  // tslint:disable-next-line:no-single-line-block-comment
28202
28263
  /* istanbul ignore file */
@@ -28282,7 +28343,7 @@ var PopupHandler = /** @class */ (function () {
28282
28343
  }());
28283
28344
  exports.default = PopupHandler;
28284
28345
 
28285
- },{"debug":428}],178:[function(require,module,exports){
28346
+ },{"debug":429}],179:[function(require,module,exports){
28286
28347
  "use strict";
28287
28348
  // tslint:disable-next-line:no-single-line-block-comment
28288
28349
  /* istanbul ignore file */
@@ -28392,7 +28453,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
28392
28453
  }());
28393
28454
  exports.default = SilentAuthenticationHandler;
28394
28455
 
28395
- },{"./error":174,"./iframeHandler":175}],179:[function(require,module,exports){
28456
+ },{"./error":175,"./iframeHandler":176}],180:[function(require,module,exports){
28396
28457
  "use strict";
28397
28458
  // tslint:disable-next-line:no-single-line-block-comment
28398
28459
  /* istanbul ignore file */
@@ -28502,7 +28563,7 @@ var SilentLogoutHandler = /** @class */ (function () {
28502
28563
  }());
28503
28564
  exports.default = SilentLogoutHandler;
28504
28565
 
28505
- },{"./error":174,"./iframeHandler":175}],180:[function(require,module,exports){
28566
+ },{"./error":175,"./iframeHandler":176}],181:[function(require,module,exports){
28506
28567
  "use strict";
28507
28568
  Object.defineProperty(exports, "__esModule", { value: true });
28508
28569
  exports.LoginTicket = void 0;
@@ -28531,7 +28592,7 @@ var LoginTicket = /** @class */ (function () {
28531
28592
  }());
28532
28593
  exports.LoginTicket = LoginTicket;
28533
28594
 
28534
- },{}],181:[function(require,module,exports){
28595
+ },{}],182:[function(require,module,exports){
28535
28596
  (function (Buffer){
28536
28597
  "use strict";
28537
28598
  var __assign = (this && this.__assign) || function () {
@@ -29101,7 +29162,7 @@ var OAuth2client = /** @class */ (function () {
29101
29162
  exports.default = OAuth2client;
29102
29163
 
29103
29164
  }).call(this,require("buffer").Buffer)
29104
- },{"../abstract/transporters":169,"./loginTicket":180,"buffer":419,"crypto":418,"debug":428,"http-status":453,"isomorphic-fetch":456,"querystring":474}],182:[function(require,module,exports){
29165
+ },{"../abstract/transporters":170,"./loginTicket":181,"buffer":420,"crypto":419,"debug":429,"http-status":454,"isomorphic-fetch":457,"querystring":475}],183:[function(require,module,exports){
29105
29166
  "use strict";
29106
29167
  Object.defineProperty(exports, "__esModule", { value: true });
29107
29168
  exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadCloudTxn = exports.loadCloudTxc = exports.loadCloudSearch = exports.loadCloudPay = exports.loadCloudAsset = exports.loadCloudAdmin = void 0;
@@ -29129,7 +29190,7 @@ function createAuthInstance(options) {
29129
29190
  }
29130
29191
  exports.createAuthInstance = createAuthInstance;
29131
29192
 
29132
- },{"./abstract":2,"./auth/implicitGrantClient":173}],183:[function(require,module,exports){
29193
+ },{"./abstract":2,"./auth/implicitGrantClient":174}],184:[function(require,module,exports){
29133
29194
  "use strict";
29134
29195
  Object.defineProperty(exports, "__esModule", { value: true });
29135
29196
  exports.transactionType = exports.transaction = exports.action = void 0;
@@ -29163,15 +29224,15 @@ var transaction;
29163
29224
  })(transaction = exports.transaction || (exports.transaction = {}));
29164
29225
  exports.transactionType = transactionType_1.AccountTransactionType;
29165
29226
 
29166
- },{"./account/action/moneyTransfer":184,"./account/transaction/deposit":185,"./account/transaction/transfer":186,"./account/transaction/withdraw":187,"./account/transactionType":188}],184:[function(require,module,exports){
29167
- arguments[4][37][0].apply(exports,arguments)
29168
- },{"dup":37}],185:[function(require,module,exports){
29169
- arguments[4][37][0].apply(exports,arguments)
29170
- },{"dup":37}],186:[function(require,module,exports){
29171
- arguments[4][37][0].apply(exports,arguments)
29172
- },{"dup":37}],187:[function(require,module,exports){
29173
- arguments[4][37][0].apply(exports,arguments)
29174
- },{"dup":37}],188:[function(require,module,exports){
29227
+ },{"./account/action/moneyTransfer":185,"./account/transaction/deposit":186,"./account/transaction/transfer":187,"./account/transaction/withdraw":188,"./account/transactionType":189}],185:[function(require,module,exports){
29228
+ arguments[4][38][0].apply(exports,arguments)
29229
+ },{"dup":38}],186:[function(require,module,exports){
29230
+ arguments[4][38][0].apply(exports,arguments)
29231
+ },{"dup":38}],187:[function(require,module,exports){
29232
+ arguments[4][38][0].apply(exports,arguments)
29233
+ },{"dup":38}],188:[function(require,module,exports){
29234
+ arguments[4][38][0].apply(exports,arguments)
29235
+ },{"dup":38}],189:[function(require,module,exports){
29175
29236
  "use strict";
29176
29237
  Object.defineProperty(exports, "__esModule", { value: true });
29177
29238
  exports.AccountTransactionType = void 0;
@@ -29194,9 +29255,9 @@ var AccountTransactionType;
29194
29255
  AccountTransactionType["Transfer"] = "Transfer";
29195
29256
  })(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
29196
29257
 
29197
- },{}],189:[function(require,module,exports){
29198
- arguments[4][37][0].apply(exports,arguments)
29199
- },{"dup":37}],190:[function(require,module,exports){
29258
+ },{}],190:[function(require,module,exports){
29259
+ arguments[4][38][0].apply(exports,arguments)
29260
+ },{"dup":38}],191:[function(require,module,exports){
29200
29261
  "use strict";
29201
29262
  Object.defineProperty(exports, "__esModule", { value: true });
29202
29263
  exports.AccountType = void 0;
@@ -29217,7 +29278,7 @@ var AccountType;
29217
29278
  AccountType["Transactional"] = "Transactional";
29218
29279
  })(AccountType = exports.AccountType || (exports.AccountType = {}));
29219
29280
 
29220
- },{}],191:[function(require,module,exports){
29281
+ },{}],192:[function(require,module,exports){
29221
29282
  "use strict";
29222
29283
  Object.defineProperty(exports, "__esModule", { value: true });
29223
29284
  exports.FlgMember = void 0;
@@ -29236,11 +29297,11 @@ var FlgMember;
29236
29297
  FlgMember["Member"] = "1";
29237
29298
  })(FlgMember = exports.FlgMember || (exports.FlgMember = {}));
29238
29299
 
29239
- },{}],192:[function(require,module,exports){
29240
- arguments[4][37][0].apply(exports,arguments)
29241
- },{"dup":37}],193:[function(require,module,exports){
29242
- arguments[4][37][0].apply(exports,arguments)
29243
- },{"dup":37}],194:[function(require,module,exports){
29300
+ },{}],193:[function(require,module,exports){
29301
+ arguments[4][38][0].apply(exports,arguments)
29302
+ },{"dup":38}],194:[function(require,module,exports){
29303
+ arguments[4][38][0].apply(exports,arguments)
29304
+ },{"dup":38}],195:[function(require,module,exports){
29244
29305
  "use strict";
29245
29306
  Object.defineProperty(exports, "__esModule", { value: true });
29246
29307
  exports.ObjectType = void 0;
@@ -29249,11 +29310,11 @@ var ObjectType;
29249
29310
  ObjectType["SeatReservation"] = "SeatReservation";
29250
29311
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
29251
29312
 
29252
- },{}],195:[function(require,module,exports){
29253
- arguments[4][37][0].apply(exports,arguments)
29254
- },{"dup":37}],196:[function(require,module,exports){
29255
- arguments[4][37][0].apply(exports,arguments)
29256
- },{"dup":37}],197:[function(require,module,exports){
29313
+ },{}],196:[function(require,module,exports){
29314
+ arguments[4][38][0].apply(exports,arguments)
29315
+ },{"dup":38}],197:[function(require,module,exports){
29316
+ arguments[4][38][0].apply(exports,arguments)
29317
+ },{"dup":38}],198:[function(require,module,exports){
29257
29318
  "use strict";
29258
29319
  Object.defineProperty(exports, "__esModule", { value: true });
29259
29320
  exports.ServiceIdentifier = exports.ResultType = void 0;
@@ -29267,41 +29328,41 @@ var ServiceIdentifier;
29267
29328
  ServiceIdentifier["Chevre"] = "Chevre";
29268
29329
  })(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
29269
29330
 
29270
- },{}],198:[function(require,module,exports){
29271
- arguments[4][37][0].apply(exports,arguments)
29272
- },{"dup":37}],199:[function(require,module,exports){
29273
- arguments[4][37][0].apply(exports,arguments)
29274
- },{"dup":37}],200:[function(require,module,exports){
29275
- arguments[4][37][0].apply(exports,arguments)
29276
- },{"dup":37}],201:[function(require,module,exports){
29277
- arguments[4][37][0].apply(exports,arguments)
29278
- },{"dup":37}],202:[function(require,module,exports){
29279
- arguments[4][37][0].apply(exports,arguments)
29280
- },{"dup":37}],203:[function(require,module,exports){
29281
- arguments[4][37][0].apply(exports,arguments)
29282
- },{"dup":37}],204:[function(require,module,exports){
29283
- arguments[4][37][0].apply(exports,arguments)
29284
- },{"dup":37}],205:[function(require,module,exports){
29285
- arguments[4][37][0].apply(exports,arguments)
29286
- },{"dup":37}],206:[function(require,module,exports){
29287
- arguments[4][37][0].apply(exports,arguments)
29288
- },{"dup":37}],207:[function(require,module,exports){
29289
- arguments[4][37][0].apply(exports,arguments)
29290
- },{"dup":37}],208:[function(require,module,exports){
29291
- arguments[4][37][0].apply(exports,arguments)
29292
- },{"dup":37}],209:[function(require,module,exports){
29293
- arguments[4][37][0].apply(exports,arguments)
29294
- },{"dup":37}],210:[function(require,module,exports){
29295
- arguments[4][37][0].apply(exports,arguments)
29296
- },{"dup":37}],211:[function(require,module,exports){
29297
- arguments[4][37][0].apply(exports,arguments)
29298
- },{"dup":37}],212:[function(require,module,exports){
29299
- arguments[4][37][0].apply(exports,arguments)
29300
- },{"dup":37}],213:[function(require,module,exports){
29301
- arguments[4][37][0].apply(exports,arguments)
29302
- },{"dup":37}],214:[function(require,module,exports){
29303
- arguments[4][37][0].apply(exports,arguments)
29304
- },{"dup":37}],215:[function(require,module,exports){
29331
+ },{}],199:[function(require,module,exports){
29332
+ arguments[4][38][0].apply(exports,arguments)
29333
+ },{"dup":38}],200:[function(require,module,exports){
29334
+ arguments[4][38][0].apply(exports,arguments)
29335
+ },{"dup":38}],201:[function(require,module,exports){
29336
+ arguments[4][38][0].apply(exports,arguments)
29337
+ },{"dup":38}],202:[function(require,module,exports){
29338
+ arguments[4][38][0].apply(exports,arguments)
29339
+ },{"dup":38}],203:[function(require,module,exports){
29340
+ arguments[4][38][0].apply(exports,arguments)
29341
+ },{"dup":38}],204:[function(require,module,exports){
29342
+ arguments[4][38][0].apply(exports,arguments)
29343
+ },{"dup":38}],205:[function(require,module,exports){
29344
+ arguments[4][38][0].apply(exports,arguments)
29345
+ },{"dup":38}],206:[function(require,module,exports){
29346
+ arguments[4][38][0].apply(exports,arguments)
29347
+ },{"dup":38}],207:[function(require,module,exports){
29348
+ arguments[4][38][0].apply(exports,arguments)
29349
+ },{"dup":38}],208:[function(require,module,exports){
29350
+ arguments[4][38][0].apply(exports,arguments)
29351
+ },{"dup":38}],209:[function(require,module,exports){
29352
+ arguments[4][38][0].apply(exports,arguments)
29353
+ },{"dup":38}],210:[function(require,module,exports){
29354
+ arguments[4][38][0].apply(exports,arguments)
29355
+ },{"dup":38}],211:[function(require,module,exports){
29356
+ arguments[4][38][0].apply(exports,arguments)
29357
+ },{"dup":38}],212:[function(require,module,exports){
29358
+ arguments[4][38][0].apply(exports,arguments)
29359
+ },{"dup":38}],213:[function(require,module,exports){
29360
+ arguments[4][38][0].apply(exports,arguments)
29361
+ },{"dup":38}],214:[function(require,module,exports){
29362
+ arguments[4][38][0].apply(exports,arguments)
29363
+ },{"dup":38}],215:[function(require,module,exports){
29364
+ arguments[4][38][0].apply(exports,arguments)
29365
+ },{"dup":38}],216:[function(require,module,exports){
29305
29366
  "use strict";
29306
29367
  Object.defineProperty(exports, "__esModule", { value: true });
29307
29368
  exports.ObjectType = void 0;
@@ -29310,23 +29371,23 @@ var ObjectType;
29310
29371
  ObjectType["PointAward"] = "PointAward";
29311
29372
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
29312
29373
 
29313
- },{}],216:[function(require,module,exports){
29314
- arguments[4][37][0].apply(exports,arguments)
29315
- },{"dup":37}],217:[function(require,module,exports){
29316
- arguments[4][37][0].apply(exports,arguments)
29317
- },{"dup":37}],218:[function(require,module,exports){
29318
- arguments[4][37][0].apply(exports,arguments)
29319
- },{"dup":37}],219:[function(require,module,exports){
29320
- arguments[4][37][0].apply(exports,arguments)
29321
- },{"dup":37}],220:[function(require,module,exports){
29322
- arguments[4][37][0].apply(exports,arguments)
29323
- },{"dup":37}],221:[function(require,module,exports){
29324
- arguments[4][37][0].apply(exports,arguments)
29325
- },{"dup":37}],222:[function(require,module,exports){
29326
- arguments[4][37][0].apply(exports,arguments)
29327
- },{"dup":37}],223:[function(require,module,exports){
29328
- arguments[4][37][0].apply(exports,arguments)
29329
- },{"dup":37}],224:[function(require,module,exports){
29374
+ },{}],217:[function(require,module,exports){
29375
+ arguments[4][38][0].apply(exports,arguments)
29376
+ },{"dup":38}],218:[function(require,module,exports){
29377
+ arguments[4][38][0].apply(exports,arguments)
29378
+ },{"dup":38}],219:[function(require,module,exports){
29379
+ arguments[4][38][0].apply(exports,arguments)
29380
+ },{"dup":38}],220:[function(require,module,exports){
29381
+ arguments[4][38][0].apply(exports,arguments)
29382
+ },{"dup":38}],221:[function(require,module,exports){
29383
+ arguments[4][38][0].apply(exports,arguments)
29384
+ },{"dup":38}],222:[function(require,module,exports){
29385
+ arguments[4][38][0].apply(exports,arguments)
29386
+ },{"dup":38}],223:[function(require,module,exports){
29387
+ arguments[4][38][0].apply(exports,arguments)
29388
+ },{"dup":38}],224:[function(require,module,exports){
29389
+ arguments[4][38][0].apply(exports,arguments)
29390
+ },{"dup":38}],225:[function(require,module,exports){
29330
29391
  "use strict";
29331
29392
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
29332
29393
  if (k2 === undefined) k2 = k;
@@ -29345,9 +29406,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
29345
29406
  Object.defineProperty(exports, "__esModule", { value: true });
29346
29407
  __exportStar(require("./add/object"), exports);
29347
29408
 
29348
- },{"./add/object":225}],225:[function(require,module,exports){
29349
- arguments[4][37][0].apply(exports,arguments)
29350
- },{"dup":37}],226:[function(require,module,exports){
29409
+ },{"./add/object":226}],226:[function(require,module,exports){
29410
+ arguments[4][38][0].apply(exports,arguments)
29411
+ },{"dup":38}],227:[function(require,module,exports){
29351
29412
  "use strict";
29352
29413
  Object.defineProperty(exports, "__esModule", { value: true });
29353
29414
  exports.ObjectAsTransactionSpecifyingMethod = void 0;
@@ -29360,9 +29421,9 @@ var ObjectAsTransactionSpecifyingMethod;
29360
29421
  ObjectAsTransactionSpecifyingMethod["AgentId"] = "AgentId";
29361
29422
  })(ObjectAsTransactionSpecifyingMethod = exports.ObjectAsTransactionSpecifyingMethod || (exports.ObjectAsTransactionSpecifyingMethod = {}));
29362
29423
 
29363
- },{}],227:[function(require,module,exports){
29364
- arguments[4][37][0].apply(exports,arguments)
29365
- },{"dup":37}],228:[function(require,module,exports){
29424
+ },{}],228:[function(require,module,exports){
29425
+ arguments[4][38][0].apply(exports,arguments)
29426
+ },{"dup":38}],229:[function(require,module,exports){
29366
29427
  "use strict";
29367
29428
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
29368
29429
  if (k2 === undefined) k2 = k;
@@ -29383,13 +29444,13 @@ __exportStar(require("./update/object"), exports);
29383
29444
  __exportStar(require("./update/result"), exports);
29384
29445
  __exportStar(require("./update/targetCollection"), exports);
29385
29446
 
29386
- },{"./update/object":229,"./update/result":230,"./update/targetCollection":231}],229:[function(require,module,exports){
29387
- arguments[4][37][0].apply(exports,arguments)
29388
- },{"dup":37}],230:[function(require,module,exports){
29389
- arguments[4][37][0].apply(exports,arguments)
29390
- },{"dup":37}],231:[function(require,module,exports){
29391
- arguments[4][37][0].apply(exports,arguments)
29392
- },{"dup":37}],232:[function(require,module,exports){
29447
+ },{"./update/object":230,"./update/result":231,"./update/targetCollection":232}],230:[function(require,module,exports){
29448
+ arguments[4][38][0].apply(exports,arguments)
29449
+ },{"dup":38}],231:[function(require,module,exports){
29450
+ arguments[4][38][0].apply(exports,arguments)
29451
+ },{"dup":38}],232:[function(require,module,exports){
29452
+ arguments[4][38][0].apply(exports,arguments)
29453
+ },{"dup":38}],233:[function(require,module,exports){
29393
29454
  "use strict";
29394
29455
  Object.defineProperty(exports, "__esModule", { value: true });
29395
29456
  exports.ActionStatusType = void 0;
@@ -29405,7 +29466,7 @@ var ActionStatusType;
29405
29466
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
29406
29467
  })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
29407
29468
 
29408
- },{}],233:[function(require,module,exports){
29469
+ },{}],234:[function(require,module,exports){
29409
29470
  "use strict";
29410
29471
  Object.defineProperty(exports, "__esModule", { value: true });
29411
29472
  exports.ActionType = void 0;
@@ -29438,11 +29499,11 @@ var ActionType;
29438
29499
  ActionType["UseAction"] = "UseAction";
29439
29500
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
29440
29501
 
29441
- },{}],234:[function(require,module,exports){
29442
- arguments[4][37][0].apply(exports,arguments)
29443
- },{"dup":37}],235:[function(require,module,exports){
29444
- arguments[4][37][0].apply(exports,arguments)
29445
- },{"dup":37}],236:[function(require,module,exports){
29502
+ },{}],235:[function(require,module,exports){
29503
+ arguments[4][38][0].apply(exports,arguments)
29504
+ },{"dup":38}],236:[function(require,module,exports){
29505
+ arguments[4][38][0].apply(exports,arguments)
29506
+ },{"dup":38}],237:[function(require,module,exports){
29446
29507
  "use strict";
29447
29508
  Object.defineProperty(exports, "__esModule", { value: true });
29448
29509
  exports.AggregationType = void 0;
@@ -29465,19 +29526,19 @@ var AggregationType;
29465
29526
  AggregationType["AggregateUseAction"] = "AggregateUseAction";
29466
29527
  })(AggregationType = exports.AggregationType || (exports.AggregationType = {}));
29467
29528
 
29468
- },{}],237:[function(require,module,exports){
29469
- arguments[4][37][0].apply(exports,arguments)
29470
- },{"dup":37}],238:[function(require,module,exports){
29471
- arguments[4][37][0].apply(exports,arguments)
29472
- },{"dup":37}],239:[function(require,module,exports){
29473
- arguments[4][37][0].apply(exports,arguments)
29474
- },{"dup":37}],240:[function(require,module,exports){
29475
- arguments[4][37][0].apply(exports,arguments)
29476
- },{"dup":37}],241:[function(require,module,exports){
29477
- arguments[4][37][0].apply(exports,arguments)
29478
- },{"dup":37}],242:[function(require,module,exports){
29479
- arguments[4][37][0].apply(exports,arguments)
29480
- },{"dup":37}],243:[function(require,module,exports){
29529
+ },{}],238:[function(require,module,exports){
29530
+ arguments[4][38][0].apply(exports,arguments)
29531
+ },{"dup":38}],239:[function(require,module,exports){
29532
+ arguments[4][38][0].apply(exports,arguments)
29533
+ },{"dup":38}],240:[function(require,module,exports){
29534
+ arguments[4][38][0].apply(exports,arguments)
29535
+ },{"dup":38}],241:[function(require,module,exports){
29536
+ arguments[4][38][0].apply(exports,arguments)
29537
+ },{"dup":38}],242:[function(require,module,exports){
29538
+ arguments[4][38][0].apply(exports,arguments)
29539
+ },{"dup":38}],243:[function(require,module,exports){
29540
+ arguments[4][38][0].apply(exports,arguments)
29541
+ },{"dup":38}],244:[function(require,module,exports){
29481
29542
  "use strict";
29482
29543
  Object.defineProperty(exports, "__esModule", { value: true });
29483
29544
  exports.AssetTransactionType = void 0;
@@ -29517,9 +29578,9 @@ var AssetTransactionType;
29517
29578
  AssetTransactionType["COAReserveTransaction"] = "COAReserveTransaction";
29518
29579
  })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
29519
29580
 
29520
- },{}],244:[function(require,module,exports){
29521
- arguments[4][37][0].apply(exports,arguments)
29522
- },{"dup":37}],245:[function(require,module,exports){
29581
+ },{}],245:[function(require,module,exports){
29582
+ arguments[4][38][0].apply(exports,arguments)
29583
+ },{"dup":38}],246:[function(require,module,exports){
29523
29584
  "use strict";
29524
29585
  Object.defineProperty(exports, "__esModule", { value: true });
29525
29586
  exports.CategorySetIdentifier = void 0;
@@ -29575,7 +29636,7 @@ var CategorySetIdentifier;
29575
29636
  CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
29576
29637
  })(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
29577
29638
 
29578
- },{}],246:[function(require,module,exports){
29639
+ },{}],247:[function(require,module,exports){
29579
29640
  "use strict";
29580
29641
  Object.defineProperty(exports, "__esModule", { value: true });
29581
29642
  exports.CertificationStatusEnumeration = void 0;
@@ -29585,19 +29646,19 @@ var CertificationStatusEnumeration;
29585
29646
  CertificationStatusEnumeration["CertificationInactive"] = "CertificationInactive";
29586
29647
  })(CertificationStatusEnumeration = exports.CertificationStatusEnumeration || (exports.CertificationStatusEnumeration = {}));
29587
29648
 
29588
- },{}],247:[function(require,module,exports){
29589
- arguments[4][37][0].apply(exports,arguments)
29590
- },{"dup":37}],248:[function(require,module,exports){
29591
- arguments[4][37][0].apply(exports,arguments)
29592
- },{"dup":37}],249:[function(require,module,exports){
29593
- arguments[4][37][0].apply(exports,arguments)
29594
- },{"dup":37}],250:[function(require,module,exports){
29595
- arguments[4][37][0].apply(exports,arguments)
29596
- },{"dup":37}],251:[function(require,module,exports){
29597
- arguments[4][37][0].apply(exports,arguments)
29598
- },{"dup":37}],252:[function(require,module,exports){
29599
- arguments[4][37][0].apply(exports,arguments)
29600
- },{"dup":37}],253:[function(require,module,exports){
29649
+ },{}],248:[function(require,module,exports){
29650
+ arguments[4][38][0].apply(exports,arguments)
29651
+ },{"dup":38}],249:[function(require,module,exports){
29652
+ arguments[4][38][0].apply(exports,arguments)
29653
+ },{"dup":38}],250:[function(require,module,exports){
29654
+ arguments[4][38][0].apply(exports,arguments)
29655
+ },{"dup":38}],251:[function(require,module,exports){
29656
+ arguments[4][38][0].apply(exports,arguments)
29657
+ },{"dup":38}],252:[function(require,module,exports){
29658
+ arguments[4][38][0].apply(exports,arguments)
29659
+ },{"dup":38}],253:[function(require,module,exports){
29660
+ arguments[4][38][0].apply(exports,arguments)
29661
+ },{"dup":38}],254:[function(require,module,exports){
29601
29662
  "use strict";
29602
29663
  Object.defineProperty(exports, "__esModule", { value: true });
29603
29664
  exports.AboutIdentifier = void 0;
@@ -29609,21 +29670,27 @@ var AboutIdentifier;
29609
29670
  AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
29610
29671
  })(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
29611
29672
 
29612
- },{}],254:[function(require,module,exports){
29613
- arguments[4][37][0].apply(exports,arguments)
29614
- },{"dup":37}],255:[function(require,module,exports){
29673
+ },{}],255:[function(require,module,exports){
29674
+ arguments[4][38][0].apply(exports,arguments)
29675
+ },{"dup":38}],256:[function(require,module,exports){
29615
29676
  "use strict";
29616
29677
  Object.defineProperty(exports, "__esModule", { value: true });
29617
- exports.DigitalDocumentPermissionType = void 0;
29678
+ exports.PermissionGranteeAudienceType = exports.DigitalDocumentPermissionType = void 0;
29618
29679
  var DigitalDocumentPermissionType;
29619
29680
  (function (DigitalDocumentPermissionType) {
29620
29681
  DigitalDocumentPermissionType["ReadPermission"] = "ReadPermission";
29621
29682
  DigitalDocumentPermissionType["WritePermission"] = "WritePermission";
29622
29683
  })(DigitalDocumentPermissionType = exports.DigitalDocumentPermissionType || (exports.DigitalDocumentPermissionType = {}));
29684
+ var PermissionGranteeAudienceType;
29685
+ (function (PermissionGranteeAudienceType) {
29686
+ PermissionGranteeAudienceType["Public"] = "public";
29687
+ })(PermissionGranteeAudienceType = exports.PermissionGranteeAudienceType || (exports.PermissionGranteeAudienceType = {}));
29623
29688
 
29624
- },{}],256:[function(require,module,exports){
29625
- arguments[4][37][0].apply(exports,arguments)
29626
- },{"dup":37}],257:[function(require,module,exports){
29689
+ },{}],257:[function(require,module,exports){
29690
+ arguments[4][38][0].apply(exports,arguments)
29691
+ },{"dup":38}],258:[function(require,module,exports){
29692
+ arguments[4][38][0].apply(exports,arguments)
29693
+ },{"dup":38}],259:[function(require,module,exports){
29627
29694
  "use strict";
29628
29695
  Object.defineProperty(exports, "__esModule", { value: true });
29629
29696
  exports.CreativeWorkType = void 0;
@@ -29642,9 +29709,9 @@ var CreativeWorkType;
29642
29709
  CreativeWorkType["WebSite"] = "WebSite";
29643
29710
  })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
29644
29711
 
29645
- },{}],258:[function(require,module,exports){
29646
- arguments[4][37][0].apply(exports,arguments)
29647
- },{"dup":37}],259:[function(require,module,exports){
29712
+ },{}],260:[function(require,module,exports){
29713
+ arguments[4][38][0].apply(exports,arguments)
29714
+ },{"dup":38}],261:[function(require,module,exports){
29648
29715
  "use strict";
29649
29716
  Object.defineProperty(exports, "__esModule", { value: true });
29650
29717
  exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
@@ -29687,9 +29754,9 @@ var Video;
29687
29754
  (function (Video) {
29688
29755
  })(Video = exports.Video || (exports.Video = {}));
29689
29756
 
29690
- },{}],260:[function(require,module,exports){
29691
- arguments[4][37][0].apply(exports,arguments)
29692
- },{"dup":37}],261:[function(require,module,exports){
29757
+ },{}],262:[function(require,module,exports){
29758
+ arguments[4][38][0].apply(exports,arguments)
29759
+ },{"dup":38}],263:[function(require,module,exports){
29693
29760
  "use strict";
29694
29761
  var __extends = (this && this.__extends) || (function () {
29695
29762
  var extendStatics = function (d, b) {
@@ -29735,7 +29802,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
29735
29802
  }(chevre_1.ChevreError));
29736
29803
  exports.AlreadyInUseError = AlreadyInUseError;
29737
29804
 
29738
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],262:[function(require,module,exports){
29805
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],264:[function(require,module,exports){
29739
29806
  "use strict";
29740
29807
  var __extends = (this && this.__extends) || (function () {
29741
29808
  var extendStatics = function (d, b) {
@@ -29780,7 +29847,7 @@ var ArgumentError = /** @class */ (function (_super) {
29780
29847
  }(chevre_1.ChevreError));
29781
29848
  exports.ArgumentError = ArgumentError;
29782
29849
 
29783
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],263:[function(require,module,exports){
29850
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],265:[function(require,module,exports){
29784
29851
  "use strict";
29785
29852
  var __extends = (this && this.__extends) || (function () {
29786
29853
  var extendStatics = function (d, b) {
@@ -29825,7 +29892,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
29825
29892
  }(chevre_1.ChevreError));
29826
29893
  exports.ArgumentNullError = ArgumentNullError;
29827
29894
 
29828
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],264:[function(require,module,exports){
29895
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],266:[function(require,module,exports){
29829
29896
  "use strict";
29830
29897
  var __extends = (this && this.__extends) || (function () {
29831
29898
  var extendStatics = function (d, b) {
@@ -29864,7 +29931,7 @@ var ChevreError = /** @class */ (function (_super) {
29864
29931
  }(Error));
29865
29932
  exports.ChevreError = ChevreError;
29866
29933
 
29867
- },{"setprototypeof":476}],265:[function(require,module,exports){
29934
+ },{"setprototypeof":477}],267:[function(require,module,exports){
29868
29935
  "use strict";
29869
29936
  var __extends = (this && this.__extends) || (function () {
29870
29937
  var extendStatics = function (d, b) {
@@ -29908,7 +29975,7 @@ var ForbiddenError = /** @class */ (function (_super) {
29908
29975
  }(chevre_1.ChevreError));
29909
29976
  exports.ForbiddenError = ForbiddenError;
29910
29977
 
29911
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],266:[function(require,module,exports){
29978
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],268:[function(require,module,exports){
29912
29979
  "use strict";
29913
29980
  var __extends = (this && this.__extends) || (function () {
29914
29981
  var extendStatics = function (d, b) {
@@ -29952,7 +30019,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
29952
30019
  }(chevre_1.ChevreError));
29953
30020
  exports.GatewayTimeoutError = GatewayTimeoutError;
29954
30021
 
29955
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],267:[function(require,module,exports){
30022
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],269:[function(require,module,exports){
29956
30023
  "use strict";
29957
30024
  var __extends = (this && this.__extends) || (function () {
29958
30025
  var extendStatics = function (d, b) {
@@ -29996,7 +30063,7 @@ var InternalError = /** @class */ (function (_super) {
29996
30063
  }(chevre_1.ChevreError));
29997
30064
  exports.InternalError = InternalError;
29998
30065
 
29999
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],268:[function(require,module,exports){
30066
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],270:[function(require,module,exports){
30000
30067
  "use strict";
30001
30068
  var __extends = (this && this.__extends) || (function () {
30002
30069
  var extendStatics = function (d, b) {
@@ -30041,7 +30108,7 @@ var NotFoundError = /** @class */ (function (_super) {
30041
30108
  }(chevre_1.ChevreError));
30042
30109
  exports.NotFoundError = NotFoundError;
30043
30110
 
30044
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],269:[function(require,module,exports){
30111
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],271:[function(require,module,exports){
30045
30112
  "use strict";
30046
30113
  var __extends = (this && this.__extends) || (function () {
30047
30114
  var extendStatics = function (d, b) {
@@ -30085,7 +30152,7 @@ var NotImplementedError = /** @class */ (function (_super) {
30085
30152
  }(chevre_1.ChevreError));
30086
30153
  exports.NotImplementedError = NotImplementedError;
30087
30154
 
30088
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],270:[function(require,module,exports){
30155
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],272:[function(require,module,exports){
30089
30156
  "use strict";
30090
30157
  var __extends = (this && this.__extends) || (function () {
30091
30158
  var extendStatics = function (d, b) {
@@ -30129,7 +30196,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
30129
30196
  }(chevre_1.ChevreError));
30130
30197
  exports.RateLimitExceededError = RateLimitExceededError;
30131
30198
 
30132
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],271:[function(require,module,exports){
30199
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],273:[function(require,module,exports){
30133
30200
  "use strict";
30134
30201
  var __extends = (this && this.__extends) || (function () {
30135
30202
  var extendStatics = function (d, b) {
@@ -30173,7 +30240,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
30173
30240
  }(chevre_1.ChevreError));
30174
30241
  exports.ServiceUnavailableError = ServiceUnavailableError;
30175
30242
 
30176
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],272:[function(require,module,exports){
30243
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],274:[function(require,module,exports){
30177
30244
  "use strict";
30178
30245
  var __extends = (this && this.__extends) || (function () {
30179
30246
  var extendStatics = function (d, b) {
@@ -30217,7 +30284,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
30217
30284
  }(chevre_1.ChevreError));
30218
30285
  exports.UnauthorizedError = UnauthorizedError;
30219
30286
 
30220
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],273:[function(require,module,exports){
30287
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],275:[function(require,module,exports){
30221
30288
  "use strict";
30222
30289
  var __extends = (this && this.__extends) || (function () {
30223
30290
  var extendStatics = function (d, b) {
@@ -30261,7 +30328,7 @@ var UnknownError = /** @class */ (function (_super) {
30261
30328
  }(chevre_1.ChevreError));
30262
30329
  exports.UnknownError = UnknownError;
30263
30330
 
30264
- },{"../errorCode":274,"./chevre":264,"setprototypeof":476}],274:[function(require,module,exports){
30331
+ },{"../errorCode":276,"./chevre":266,"setprototypeof":477}],276:[function(require,module,exports){
30265
30332
  "use strict";
30266
30333
  Object.defineProperty(exports, "__esModule", { value: true });
30267
30334
  exports.ErrorCode = void 0;
@@ -30284,7 +30351,7 @@ var ErrorCode;
30284
30351
  ErrorCode["Unknown"] = "Unknown";
30285
30352
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
30286
30353
 
30287
- },{}],275:[function(require,module,exports){
30354
+ },{}],277:[function(require,module,exports){
30288
30355
  "use strict";
30289
30356
  Object.defineProperty(exports, "__esModule", { value: true });
30290
30357
  exports.Unknown = exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.Internal = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
@@ -30318,13 +30385,11 @@ Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function
30318
30385
  var unknown_1 = require("./error/unknown");
30319
30386
  Object.defineProperty(exports, "Unknown", { enumerable: true, get: function () { return unknown_1.UnknownError; } });
30320
30387
 
30321
- },{"./error/alreadyInUse":261,"./error/argument":262,"./error/argumentNull":263,"./error/chevre":264,"./error/forbidden":265,"./error/gatewayTimeout":266,"./error/internal":267,"./error/notFound":268,"./error/notImplemented":269,"./error/rateLimitExceeded":270,"./error/serviceUnavailable":271,"./error/unauthorized":272,"./error/unknown":273}],276:[function(require,module,exports){
30322
- arguments[4][37][0].apply(exports,arguments)
30323
- },{"dup":37}],277:[function(require,module,exports){
30324
- arguments[4][37][0].apply(exports,arguments)
30325
- },{"dup":37}],278:[function(require,module,exports){
30326
- arguments[4][37][0].apply(exports,arguments)
30327
- },{"dup":37}],279:[function(require,module,exports){
30388
+ },{"./error/alreadyInUse":263,"./error/argument":264,"./error/argumentNull":265,"./error/chevre":266,"./error/forbidden":267,"./error/gatewayTimeout":268,"./error/internal":269,"./error/notFound":270,"./error/notImplemented":271,"./error/rateLimitExceeded":272,"./error/serviceUnavailable":273,"./error/unauthorized":274,"./error/unknown":275}],278:[function(require,module,exports){
30389
+ arguments[4][38][0].apply(exports,arguments)
30390
+ },{"dup":38}],279:[function(require,module,exports){
30391
+ arguments[4][38][0].apply(exports,arguments)
30392
+ },{"dup":38}],280:[function(require,module,exports){
30328
30393
  "use strict";
30329
30394
  Object.defineProperty(exports, "__esModule", { value: true });
30330
30395
  exports.EventStatusType = void 0;
@@ -30339,7 +30404,7 @@ var EventStatusType;
30339
30404
  EventStatusType["EventScheduled"] = "EventScheduled";
30340
30405
  })(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
30341
30406
 
30342
- },{}],280:[function(require,module,exports){
30407
+ },{}],281:[function(require,module,exports){
30343
30408
  "use strict";
30344
30409
  Object.defineProperty(exports, "__esModule", { value: true });
30345
30410
  exports.EventType = void 0;
@@ -30348,20 +30413,20 @@ exports.EventType = void 0;
30348
30413
  */
30349
30414
  var EventType;
30350
30415
  (function (EventType) {
30351
- EventType["Event"] = "Event";
30416
+ // Event = 'Event', // discontinue(2025-10-04~)
30352
30417
  EventType["ScreeningEvent"] = "ScreeningEvent";
30353
30418
  EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
30354
30419
  })(EventType = exports.EventType || (exports.EventType = {}));
30355
30420
 
30356
- },{}],281:[function(require,module,exports){
30357
- arguments[4][37][0].apply(exports,arguments)
30358
- },{"dup":37}],282:[function(require,module,exports){
30359
- arguments[4][37][0].apply(exports,arguments)
30360
- },{"dup":37}],283:[function(require,module,exports){
30421
+ },{}],282:[function(require,module,exports){
30422
+ arguments[4][38][0].apply(exports,arguments)
30423
+ },{"dup":38}],283:[function(require,module,exports){
30424
+ arguments[4][38][0].apply(exports,arguments)
30425
+ },{"dup":38}],284:[function(require,module,exports){
30361
30426
  "use strict";
30362
30427
  Object.defineProperty(exports, "__esModule", { value: true });
30363
- 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.notification = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.eventOffer = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.CertificationStatusEnumeration = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.aggregation = exports.advanceBookingRequirement = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
30364
- exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.project = exports.productOffer = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place = void 0;
30428
+ 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.notification = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.eventSeries = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.CertificationStatusEnumeration = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.aggregation = exports.advanceBookingRequirement = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
30429
+ exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.RESERVED_CODE_VALUES = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.project = exports.productOffer = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place = void 0;
30365
30430
  /**
30366
30431
  * factory
30367
30432
  */
@@ -30426,13 +30491,13 @@ var CommentFactory = require("./creativeWork/comment");
30426
30491
  var EmailMessageFactory = require("./creativeWork/message/email");
30427
30492
  var MovieFactory = require("./creativeWork/movie");
30428
30493
  var NoteDigitalDocumentFactory = require("./creativeWork/noteDigitalDocument");
30494
+ var SoftwareApplicationFactory = require("./creativeWork/softwareApplication");
30429
30495
  var WebApplicationFactory = require("./creativeWork/softwareApplication/webApplication");
30430
30496
  var creativeWorkType_1 = require("./creativeWorkType");
30431
30497
  var CustomerFactory = require("./customer");
30432
30498
  var EncodingFormat = require("./encodingFormat");
30433
30499
  var entryPoint = require("./entryPoint");
30434
30500
  exports.entryPoint = entryPoint;
30435
- var AnyEventFactory = require("./event/anyEvent");
30436
30501
  var ScreeningEventFactory = require("./event/screeningEvent");
30437
30502
  var ScreeningEventSeriesFactory = require("./event/screeningEventSeries");
30438
30503
  var eventStatusType_1 = require("./eventStatusType");
@@ -30446,7 +30511,6 @@ var MerchantReturnPolicyFactory = require("./merchantReturnPolicy");
30446
30511
  var MonetaryAmountFactory = require("./monetaryAmount");
30447
30512
  var OfferFactory = require("./offer");
30448
30513
  var AggregateOfferFactory = require("./offer/aggregateOffer");
30449
- var EventOfferFactory = require("./offer/eventOffer");
30450
30514
  var ProductOfferFactory = require("./offer/productOffer");
30451
30515
  var OfferCatalogFactory = require("./offerCatalog");
30452
30516
  var OfferItemConditionFactory = require("./offerItemCondition");
@@ -30486,6 +30550,8 @@ var BusReservationFactory = require("./reservation/busReservation");
30486
30550
  var EventReservationFactory = require("./reservation/event");
30487
30551
  var reservationStatusType_1 = require("./reservationStatusType");
30488
30552
  var reservationType_1 = require("./reservationType");
30553
+ var reservedCodeValues_1 = require("./reservedCodeValues");
30554
+ Object.defineProperty(exports, "RESERVED_CODE_VALUES", { enumerable: true, get: function () { return reservedCodeValues_1.RESERVED_CODE_VALUES; } });
30489
30555
  var RoleFactory = require("./role");
30490
30556
  var OrganizationRoleFactory = require("./role/organizationRole");
30491
30557
  var ScheduleFactory = require("./schedule");
@@ -30702,6 +30768,7 @@ exports.categoryCode = CategoryCodeFactory;
30702
30768
  exports.clientUser = ClientUserFactory;
30703
30769
  var creativeWork;
30704
30770
  (function (creativeWork) {
30771
+ // export import ICreativeWork = CreativeWorkFactory.ICreativeWork;
30705
30772
  var certification;
30706
30773
  (function (certification) {
30707
30774
  /**
@@ -30713,6 +30780,9 @@ var creativeWork;
30713
30780
  * アプリケーションアイデンティティ
30714
30781
  */
30715
30782
  certification.webApplication = webApplicationCertification;
30783
+ /**
30784
+ * ウェブサイトアイデンティティ
30785
+ */
30716
30786
  certification.webSite = webSiteCertification;
30717
30787
  })(certification = creativeWork.certification || (creativeWork.certification = {}));
30718
30788
  creativeWork.comment = CommentFactory;
@@ -30720,10 +30790,19 @@ var creativeWork;
30720
30790
  (function (message) {
30721
30791
  message.email = EmailMessageFactory;
30722
30792
  })(message = creativeWork.message || (creativeWork.message = {}));
30793
+ /**
30794
+ * コンテンツ
30795
+ */
30723
30796
  creativeWork.movie = MovieFactory;
30797
+ /**
30798
+ * メモ
30799
+ */
30724
30800
  creativeWork.noteDigitalDocument = NoteDigitalDocumentFactory;
30725
30801
  var softwareApplication;
30726
30802
  (function (softwareApplication) {
30803
+ // export import ISoftwareApplication = SoftwareApplicationFactory.ISoftwareApplication;
30804
+ // tslint:disable-next-line:no-shadowed-variable
30805
+ softwareApplication.softwareApplication = SoftwareApplicationFactory;
30727
30806
  softwareApplication.webApplication = WebApplicationFactory;
30728
30807
  })(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
30729
30808
  })(creativeWork = exports.creativeWork || (exports.creativeWork = {}));
@@ -30731,12 +30810,25 @@ exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
30731
30810
  exports.customer = CustomerFactory;
30732
30811
  var event;
30733
30812
  (function (event) {
30734
- // tslint:disable-next-line:no-shadowed-variable
30735
- event.event = AnyEventFactory;
30813
+ // export type ISearchConditions<T extends EventType.ScreeningEvent> =
30814
+ // T extends EventType.ScreeningEvent ? ScreeningEventFactory.ISearchConditions :
30815
+ // never;
30816
+ // export type IAttributes<T extends EventType> =
30817
+ // T extends EventType.ScreeningEvent ? ScreeningEventFactory.IAttributes :
30818
+ // never;
30819
+ // export type IEvent<T extends EventType> =
30820
+ // T extends EventType.ScreeningEvent ? ScreeningEventFactory.IEvent :
30821
+ // never;
30822
+ // export type ICreateParams<T extends EventType> =
30823
+ // T extends EventType.ScreeningEvent ? ScreeningEventFactory.ICreateParams :
30824
+ // never;
30825
+ // export type IUpdateParams<T extends EventType> =
30826
+ // T extends EventType.ScreeningEvent ? ScreeningEventFactory.IUpdateParams :
30827
+ // never;
30736
30828
  event.screeningEvent = ScreeningEventFactory;
30737
- event.screeningEventSeries = ScreeningEventSeriesFactory;
30829
+ // export import screeningEventSeries = ScreeningEventSeriesFactory;
30738
30830
  })(event = exports.event || (exports.event = {}));
30739
- exports.eventOffer = EventOfferFactory;
30831
+ exports.eventSeries = ScreeningEventSeriesFactory; // reimplement from event.screeningEventSeries
30740
30832
  exports.encodingFormat = EncodingFormat;
30741
30833
  exports.eventStatusType = eventStatusType_1.EventStatusType;
30742
30834
  exports.eventType = eventType_1.EventType;
@@ -30920,9 +31012,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
30920
31012
  exports.unitCode = unitCode_1.UnitCode;
30921
31013
  exports.unitPriceOffer = UnitPriceOfferFactory;
30922
31014
 
30923
- },{"./account":183,"./accountTitle":189,"./accountType":190,"./action/accept/coaOffer":191,"./action/accept/pay":192,"./action/authorize/invoice":193,"./action/authorize/offer/eventService":194,"./action/authorize/offer/moneyTransfer":195,"./action/authorize/offer/product":196,"./action/authorize/paymentMethod/any":197,"./action/authorize/ticketedObject":198,"./action/cancel/coaReserve":199,"./action/cancel/reservation":200,"./action/check/paymentMethod/movieTicket":201,"./action/check/thing":202,"./action/consume/use/reservation":203,"./action/create":204,"./action/interact/confirm/moneyTransfer":205,"./action/interact/confirm/pay":206,"./action/interact/confirm/registerService":207,"./action/interact/confirm/reservation":208,"./action/interact/inform":209,"./action/interact/register/service":210,"./action/reserve":211,"./action/trade/order":212,"./action/trade/pay":213,"./action/trade/refund":214,"./action/transfer/give/pointAward":215,"./action/transfer/moneyTransfer":216,"./action/transfer/return/invoice":217,"./action/transfer/return/moneyTransfer":218,"./action/transfer/return/order":219,"./action/transfer/return/pointAward":220,"./action/transfer/return/reserveTransaction":221,"./action/transfer/send/message/email":222,"./action/transfer/send/order":223,"./action/update/add":224,"./action/update/delete":226,"./action/update/replace":227,"./action/update/update":228,"./actionStatusType":232,"./actionType":233,"./additionalProperty":234,"./advanceBookingRequirement":235,"./aggregation":236,"./assetTransaction/cancelReservation":237,"./assetTransaction/moneyTransfer":238,"./assetTransaction/pay":239,"./assetTransaction/refund":240,"./assetTransaction/registerService":241,"./assetTransaction/reserve":242,"./assetTransactionType":243,"./authorization":244,"./categoryCode":245,"./certificationStatusEnumeration":246,"./clientUser":247,"./cognito":248,"./creativeWork/certification/softwareApplication":249,"./creativeWork/certification/webApplication":250,"./creativeWork/certification/webSite":251,"./creativeWork/comment":252,"./creativeWork/message/email":253,"./creativeWork/movie":254,"./creativeWork/noteDigitalDocument":255,"./creativeWork/softwareApplication/webApplication":256,"./creativeWorkType":257,"./customer":258,"./encodingFormat":259,"./entryPoint":260,"./errorCode":274,"./errors":275,"./event/anyEvent":276,"./event/screeningEvent":277,"./event/screeningEventSeries":278,"./eventStatusType":279,"./eventType":280,"./iam":281,"./identityProvider":282,"./invoice":284,"./itemAvailability":285,"./language":286,"./merchantReturnPolicy":287,"./monetaryAmount":288,"./notification/accountTitle":289,"./notification/categoryCode":290,"./notification/creativeWork":291,"./notification/event":292,"./notification/offer":293,"./notification/offerCatalog":294,"./notification/order":295,"./notification/payAction":296,"./notification/person":297,"./notification/place":298,"./notification/product":299,"./notification/refundAction":300,"./notification/reservation":301,"./notification/task":302,"./notification/transaction":303,"./offer":304,"./offer/aggregateOffer":305,"./offer/eventOffer":306,"./offer/productOffer":307,"./offerCatalog":308,"./offerItemCondition":309,"./offerType":310,"./order":311,"./orderStatus":312,"./organization":313,"./organizationType":314,"./ownershipInfo":315,"./paymentMethod/paymentCard/creditCard":316,"./paymentMethod/paymentCard/movieTicket":317,"./paymentStatusType":318,"./permit":319,"./person":320,"./personType":321,"./place/busStop":322,"./place/movieTheater":323,"./place/screeningRoom":324,"./place/screeningRoomSection":325,"./place/seat":326,"./placeType":327,"./potentialAction":328,"./priceCurrency":329,"./priceSpecification/unitPriceSpecification":330,"./priceSpecificationType":331,"./product":332,"./programMembership":333,"./project":334,"./propertyValue":335,"./propertyValue/locationFeatureSpecification":336,"./qualitativeValue":337,"./quantitativeValue":338,"./recipe":339,"./report/accountingReport":340,"./reservation/busReservation":341,"./reservation/event":342,"./reservationStatusType":343,"./reservationType":344,"./role":345,"./role/organizationRole":346,"./schedule":347,"./seller":348,"./sellerReturnPolicy":349,"./service/paymentService":350,"./service/webAPI":351,"./serviceChannel":352,"./sortType":353,"./task/acceptCOAOffer":354,"./task/accountMoneyTransfer":355,"./task/aggregateOffers":356,"./task/aggregateOnSystem":357,"./task/aggregateScreeningEvent":358,"./task/authorizePayment":359,"./task/cancelAccountMoneyTransfer":360,"./task/cancelMoneyTransfer":361,"./task/cancelPendingReservation":362,"./task/cancelReservation":363,"./task/checkMovieTicket":364,"./task/checkResource":365,"./task/confirmReserveTransaction":366,"./task/createAccountingReport":367,"./task/createEvent":368,"./task/deletePerson":369,"./task/deleteTransaction":370,"./task/handleNotification":371,"./task/importEventCapacitiesFromCOA":372,"./task/importEventsFromCOA":373,"./task/importOffersFromCOA":374,"./task/invalidatePaymentUrl":375,"./task/moneyTransfer":376,"./task/onAuthorizationCreated":377,"./task/onEventChanged":378,"./task/onResourceUpdated":379,"./task/pay":380,"./task/publishPaymentUrl":381,"./task/refund":382,"./task/registerService":383,"./task/reserve":384,"./task/sendEmailMessage":385,"./task/triggerWebhook":386,"./task/useReservation":387,"./task/voidPayment":388,"./taskName":389,"./taskStatus":390,"./thing":391,"./transaction/moneyTransfer":392,"./transaction/placeOrder":393,"./transaction/returnOrder":394,"./transactionStatusType":395,"./transactionType":396,"./trip/busTrip":397,"./tripType":398,"./unitCode":399,"./unitPriceOffer":400,"@waiter/factory":416}],284:[function(require,module,exports){
30924
- arguments[4][37][0].apply(exports,arguments)
30925
- },{"dup":37}],285:[function(require,module,exports){
31015
+ },{"./account":184,"./accountTitle":190,"./accountType":191,"./action/accept/coaOffer":192,"./action/accept/pay":193,"./action/authorize/invoice":194,"./action/authorize/offer/eventService":195,"./action/authorize/offer/moneyTransfer":196,"./action/authorize/offer/product":197,"./action/authorize/paymentMethod/any":198,"./action/authorize/ticketedObject":199,"./action/cancel/coaReserve":200,"./action/cancel/reservation":201,"./action/check/paymentMethod/movieTicket":202,"./action/check/thing":203,"./action/consume/use/reservation":204,"./action/create":205,"./action/interact/confirm/moneyTransfer":206,"./action/interact/confirm/pay":207,"./action/interact/confirm/registerService":208,"./action/interact/confirm/reservation":209,"./action/interact/inform":210,"./action/interact/register/service":211,"./action/reserve":212,"./action/trade/order":213,"./action/trade/pay":214,"./action/trade/refund":215,"./action/transfer/give/pointAward":216,"./action/transfer/moneyTransfer":217,"./action/transfer/return/invoice":218,"./action/transfer/return/moneyTransfer":219,"./action/transfer/return/order":220,"./action/transfer/return/pointAward":221,"./action/transfer/return/reserveTransaction":222,"./action/transfer/send/message/email":223,"./action/transfer/send/order":224,"./action/update/add":225,"./action/update/delete":227,"./action/update/replace":228,"./action/update/update":229,"./actionStatusType":233,"./actionType":234,"./additionalProperty":235,"./advanceBookingRequirement":236,"./aggregation":237,"./assetTransaction/cancelReservation":238,"./assetTransaction/moneyTransfer":239,"./assetTransaction/pay":240,"./assetTransaction/refund":241,"./assetTransaction/registerService":242,"./assetTransaction/reserve":243,"./assetTransactionType":244,"./authorization":245,"./categoryCode":246,"./certificationStatusEnumeration":247,"./clientUser":248,"./cognito":249,"./creativeWork/certification/softwareApplication":250,"./creativeWork/certification/webApplication":251,"./creativeWork/certification/webSite":252,"./creativeWork/comment":253,"./creativeWork/message/email":254,"./creativeWork/movie":255,"./creativeWork/noteDigitalDocument":256,"./creativeWork/softwareApplication":257,"./creativeWork/softwareApplication/webApplication":258,"./creativeWorkType":259,"./customer":260,"./encodingFormat":261,"./entryPoint":262,"./errorCode":276,"./errors":277,"./event/screeningEvent":278,"./event/screeningEventSeries":279,"./eventStatusType":280,"./eventType":281,"./iam":282,"./identityProvider":283,"./invoice":285,"./itemAvailability":286,"./language":287,"./merchantReturnPolicy":288,"./monetaryAmount":289,"./notification/accountTitle":290,"./notification/categoryCode":291,"./notification/creativeWork":292,"./notification/event":293,"./notification/offer":294,"./notification/offerCatalog":295,"./notification/order":296,"./notification/payAction":297,"./notification/person":298,"./notification/place":299,"./notification/product":300,"./notification/refundAction":301,"./notification/reservation":302,"./notification/task":303,"./notification/transaction":304,"./offer":305,"./offer/aggregateOffer":306,"./offer/productOffer":307,"./offerCatalog":308,"./offerItemCondition":309,"./offerType":310,"./order":311,"./orderStatus":312,"./organization":313,"./organizationType":314,"./ownershipInfo":315,"./paymentMethod/paymentCard/creditCard":316,"./paymentMethod/paymentCard/movieTicket":317,"./paymentStatusType":318,"./permit":319,"./person":320,"./personType":321,"./place/busStop":322,"./place/movieTheater":323,"./place/screeningRoom":324,"./place/screeningRoomSection":325,"./place/seat":326,"./placeType":327,"./potentialAction":328,"./priceCurrency":329,"./priceSpecification/unitPriceSpecification":330,"./priceSpecificationType":331,"./product":332,"./programMembership":333,"./project":334,"./propertyValue":335,"./propertyValue/locationFeatureSpecification":336,"./qualitativeValue":337,"./quantitativeValue":338,"./recipe":339,"./report/accountingReport":340,"./reservation/busReservation":341,"./reservation/event":342,"./reservationStatusType":343,"./reservationType":344,"./reservedCodeValues":345,"./role":346,"./role/organizationRole":347,"./schedule":348,"./seller":349,"./sellerReturnPolicy":350,"./service/paymentService":351,"./service/webAPI":352,"./serviceChannel":353,"./sortType":354,"./task/acceptCOAOffer":355,"./task/accountMoneyTransfer":356,"./task/aggregateOffers":357,"./task/aggregateOnSystem":358,"./task/aggregateScreeningEvent":359,"./task/authorizePayment":360,"./task/cancelAccountMoneyTransfer":361,"./task/cancelMoneyTransfer":362,"./task/cancelPendingReservation":363,"./task/cancelReservation":364,"./task/checkMovieTicket":365,"./task/checkResource":366,"./task/confirmReserveTransaction":367,"./task/createAccountingReport":368,"./task/createEvent":369,"./task/deletePerson":370,"./task/deleteTransaction":371,"./task/handleNotification":372,"./task/importEventCapacitiesFromCOA":373,"./task/importEventsFromCOA":374,"./task/importOffersFromCOA":375,"./task/invalidatePaymentUrl":376,"./task/moneyTransfer":377,"./task/onAuthorizationCreated":378,"./task/onEventChanged":379,"./task/onResourceUpdated":380,"./task/pay":381,"./task/publishPaymentUrl":382,"./task/refund":383,"./task/registerService":384,"./task/reserve":385,"./task/sendEmailMessage":386,"./task/triggerWebhook":387,"./task/useReservation":388,"./task/voidPayment":389,"./taskName":390,"./taskStatus":391,"./thing":392,"./transaction/moneyTransfer":393,"./transaction/placeOrder":394,"./transaction/returnOrder":395,"./transactionStatusType":396,"./transactionType":397,"./trip/busTrip":398,"./tripType":399,"./unitCode":400,"./unitPriceOffer":401,"@waiter/factory":417}],285:[function(require,module,exports){
31016
+ arguments[4][38][0].apply(exports,arguments)
31017
+ },{"dup":38}],286:[function(require,module,exports){
30926
31018
  "use strict";
30927
31019
  Object.defineProperty(exports, "__esModule", { value: true });
30928
31020
  exports.ItemAvailability = void 0;
@@ -30942,9 +31034,9 @@ var ItemAvailability;
30942
31034
  ItemAvailability["SoldOut"] = "SoldOut";
30943
31035
  })(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
30944
31036
 
30945
- },{}],286:[function(require,module,exports){
30946
- arguments[4][37][0].apply(exports,arguments)
30947
- },{"dup":37}],287:[function(require,module,exports){
31037
+ },{}],287:[function(require,module,exports){
31038
+ arguments[4][38][0].apply(exports,arguments)
31039
+ },{"dup":38}],288:[function(require,module,exports){
30948
31040
  "use strict";
30949
31041
  Object.defineProperty(exports, "__esModule", { value: true });
30950
31042
  exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
@@ -30995,37 +31087,37 @@ var MerchantReturnEnumeration;
30995
31087
  MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
30996
31088
  })(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
30997
31089
 
30998
- },{}],288:[function(require,module,exports){
30999
- arguments[4][37][0].apply(exports,arguments)
31000
- },{"dup":37}],289:[function(require,module,exports){
31001
- arguments[4][37][0].apply(exports,arguments)
31002
- },{"dup":37}],290:[function(require,module,exports){
31003
- arguments[4][37][0].apply(exports,arguments)
31004
- },{"dup":37}],291:[function(require,module,exports){
31005
- arguments[4][37][0].apply(exports,arguments)
31006
- },{"dup":37}],292:[function(require,module,exports){
31007
- arguments[4][37][0].apply(exports,arguments)
31008
- },{"dup":37}],293:[function(require,module,exports){
31009
- arguments[4][37][0].apply(exports,arguments)
31010
- },{"dup":37}],294:[function(require,module,exports){
31011
- arguments[4][37][0].apply(exports,arguments)
31012
- },{"dup":37}],295:[function(require,module,exports){
31013
- arguments[4][37][0].apply(exports,arguments)
31014
- },{"dup":37}],296:[function(require,module,exports){
31015
- arguments[4][37][0].apply(exports,arguments)
31016
- },{"dup":37}],297:[function(require,module,exports){
31017
- arguments[4][37][0].apply(exports,arguments)
31018
- },{"dup":37}],298:[function(require,module,exports){
31019
- arguments[4][37][0].apply(exports,arguments)
31020
- },{"dup":37}],299:[function(require,module,exports){
31021
- arguments[4][37][0].apply(exports,arguments)
31022
- },{"dup":37}],300:[function(require,module,exports){
31023
- arguments[4][37][0].apply(exports,arguments)
31024
- },{"dup":37}],301:[function(require,module,exports){
31025
- arguments[4][37][0].apply(exports,arguments)
31026
- },{"dup":37}],302:[function(require,module,exports){
31027
- arguments[4][37][0].apply(exports,arguments)
31028
- },{"dup":37}],303:[function(require,module,exports){
31090
+ },{}],289:[function(require,module,exports){
31091
+ arguments[4][38][0].apply(exports,arguments)
31092
+ },{"dup":38}],290:[function(require,module,exports){
31093
+ arguments[4][38][0].apply(exports,arguments)
31094
+ },{"dup":38}],291:[function(require,module,exports){
31095
+ arguments[4][38][0].apply(exports,arguments)
31096
+ },{"dup":38}],292:[function(require,module,exports){
31097
+ arguments[4][38][0].apply(exports,arguments)
31098
+ },{"dup":38}],293:[function(require,module,exports){
31099
+ arguments[4][38][0].apply(exports,arguments)
31100
+ },{"dup":38}],294:[function(require,module,exports){
31101
+ arguments[4][38][0].apply(exports,arguments)
31102
+ },{"dup":38}],295:[function(require,module,exports){
31103
+ arguments[4][38][0].apply(exports,arguments)
31104
+ },{"dup":38}],296:[function(require,module,exports){
31105
+ arguments[4][38][0].apply(exports,arguments)
31106
+ },{"dup":38}],297:[function(require,module,exports){
31107
+ arguments[4][38][0].apply(exports,arguments)
31108
+ },{"dup":38}],298:[function(require,module,exports){
31109
+ arguments[4][38][0].apply(exports,arguments)
31110
+ },{"dup":38}],299:[function(require,module,exports){
31111
+ arguments[4][38][0].apply(exports,arguments)
31112
+ },{"dup":38}],300:[function(require,module,exports){
31113
+ arguments[4][38][0].apply(exports,arguments)
31114
+ },{"dup":38}],301:[function(require,module,exports){
31115
+ arguments[4][38][0].apply(exports,arguments)
31116
+ },{"dup":38}],302:[function(require,module,exports){
31117
+ arguments[4][38][0].apply(exports,arguments)
31118
+ },{"dup":38}],303:[function(require,module,exports){
31119
+ arguments[4][38][0].apply(exports,arguments)
31120
+ },{"dup":38}],304:[function(require,module,exports){
31029
31121
  "use strict";
31030
31122
  Object.defineProperty(exports, "__esModule", { value: true });
31031
31123
  // id: string;
@@ -31037,17 +31129,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
31037
31129
  // ...(transaction.endDate !== undefined) ? { endDate: transaction.endDate } : undefined
31038
31130
  // }
31039
31131
 
31040
- },{}],304:[function(require,module,exports){
31041
- arguments[4][37][0].apply(exports,arguments)
31042
- },{"dup":37}],305:[function(require,module,exports){
31043
- arguments[4][37][0].apply(exports,arguments)
31044
- },{"dup":37}],306:[function(require,module,exports){
31045
- arguments[4][37][0].apply(exports,arguments)
31046
- },{"dup":37}],307:[function(require,module,exports){
31047
- arguments[4][37][0].apply(exports,arguments)
31048
- },{"dup":37}],308:[function(require,module,exports){
31049
- arguments[4][37][0].apply(exports,arguments)
31050
- },{"dup":37}],309:[function(require,module,exports){
31132
+ },{}],305:[function(require,module,exports){
31133
+ arguments[4][38][0].apply(exports,arguments)
31134
+ },{"dup":38}],306:[function(require,module,exports){
31135
+ arguments[4][38][0].apply(exports,arguments)
31136
+ },{"dup":38}],307:[function(require,module,exports){
31137
+ arguments[4][38][0].apply(exports,arguments)
31138
+ },{"dup":38}],308:[function(require,module,exports){
31139
+ arguments[4][38][0].apply(exports,arguments)
31140
+ },{"dup":38}],309:[function(require,module,exports){
31051
31141
  "use strict";
31052
31142
  Object.defineProperty(exports, "__esModule", { value: true });
31053
31143
  exports.OfferItemCondition = void 0;
@@ -31102,8 +31192,8 @@ var OrderStatus;
31102
31192
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
31103
31193
 
31104
31194
  },{}],313:[function(require,module,exports){
31105
- arguments[4][37][0].apply(exports,arguments)
31106
- },{"dup":37}],314:[function(require,module,exports){
31195
+ arguments[4][38][0].apply(exports,arguments)
31196
+ },{"dup":38}],314:[function(require,module,exports){
31107
31197
  "use strict";
31108
31198
  Object.defineProperty(exports, "__esModule", { value: true });
31109
31199
  exports.OrganizationType = void 0;
@@ -31129,12 +31219,12 @@ var OrganizationType;
31129
31219
  })(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
31130
31220
 
31131
31221
  },{}],315:[function(require,module,exports){
31132
- arguments[4][37][0].apply(exports,arguments)
31133
- },{"dup":37}],316:[function(require,module,exports){
31134
- arguments[4][37][0].apply(exports,arguments)
31135
- },{"dup":37}],317:[function(require,module,exports){
31136
- arguments[4][37][0].apply(exports,arguments)
31137
- },{"dup":37}],318:[function(require,module,exports){
31222
+ arguments[4][38][0].apply(exports,arguments)
31223
+ },{"dup":38}],316:[function(require,module,exports){
31224
+ arguments[4][38][0].apply(exports,arguments)
31225
+ },{"dup":38}],317:[function(require,module,exports){
31226
+ arguments[4][38][0].apply(exports,arguments)
31227
+ },{"dup":38}],318:[function(require,module,exports){
31138
31228
  "use strict";
31139
31229
  Object.defineProperty(exports, "__esModule", { value: true });
31140
31230
  exports.PaymentStatusType = void 0;
@@ -31160,8 +31250,8 @@ var PermitType;
31160
31250
  })(PermitType = exports.PermitType || (exports.PermitType = {}));
31161
31251
 
31162
31252
  },{}],320:[function(require,module,exports){
31163
- arguments[4][37][0].apply(exports,arguments)
31164
- },{"dup":37}],321:[function(require,module,exports){
31253
+ arguments[4][38][0].apply(exports,arguments)
31254
+ },{"dup":38}],321:[function(require,module,exports){
31165
31255
  "use strict";
31166
31256
  Object.defineProperty(exports, "__esModule", { value: true });
31167
31257
  exports.PersonType = void 0;
@@ -31174,16 +31264,16 @@ var PersonType;
31174
31264
  })(PersonType = exports.PersonType || (exports.PersonType = {}));
31175
31265
 
31176
31266
  },{}],322:[function(require,module,exports){
31177
- arguments[4][37][0].apply(exports,arguments)
31178
- },{"dup":37}],323:[function(require,module,exports){
31179
- arguments[4][37][0].apply(exports,arguments)
31180
- },{"dup":37}],324:[function(require,module,exports){
31181
- arguments[4][37][0].apply(exports,arguments)
31182
- },{"dup":37}],325:[function(require,module,exports){
31183
- arguments[4][37][0].apply(exports,arguments)
31184
- },{"dup":37}],326:[function(require,module,exports){
31185
- arguments[4][37][0].apply(exports,arguments)
31186
- },{"dup":37}],327:[function(require,module,exports){
31267
+ arguments[4][38][0].apply(exports,arguments)
31268
+ },{"dup":38}],323:[function(require,module,exports){
31269
+ arguments[4][38][0].apply(exports,arguments)
31270
+ },{"dup":38}],324:[function(require,module,exports){
31271
+ arguments[4][38][0].apply(exports,arguments)
31272
+ },{"dup":38}],325:[function(require,module,exports){
31273
+ arguments[4][38][0].apply(exports,arguments)
31274
+ },{"dup":38}],326:[function(require,module,exports){
31275
+ arguments[4][38][0].apply(exports,arguments)
31276
+ },{"dup":38}],327:[function(require,module,exports){
31187
31277
  "use strict";
31188
31278
  Object.defineProperty(exports, "__esModule", { value: true });
31189
31279
  exports.PlaceType = void 0;
@@ -31202,8 +31292,8 @@ var PlaceType;
31202
31292
  })(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
31203
31293
 
31204
31294
  },{}],328:[function(require,module,exports){
31205
- arguments[4][37][0].apply(exports,arguments)
31206
- },{"dup":37}],329:[function(require,module,exports){
31295
+ arguments[4][38][0].apply(exports,arguments)
31296
+ },{"dup":38}],329:[function(require,module,exports){
31207
31297
  "use strict";
31208
31298
  Object.defineProperty(exports, "__esModule", { value: true });
31209
31299
  exports.PriceCurrency = void 0;
@@ -31218,8 +31308,8 @@ var PriceCurrency;
31218
31308
  })(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
31219
31309
 
31220
31310
  },{}],330:[function(require,module,exports){
31221
- arguments[4][37][0].apply(exports,arguments)
31222
- },{"dup":37}],331:[function(require,module,exports){
31311
+ arguments[4][38][0].apply(exports,arguments)
31312
+ },{"dup":38}],331:[function(require,module,exports){
31223
31313
  "use strict";
31224
31314
  Object.defineProperty(exports, "__esModule", { value: true });
31225
31315
  exports.PriceSpecificationType = void 0;
@@ -31291,8 +31381,8 @@ var ProgramMembershipType;
31291
31381
  })(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
31292
31382
 
31293
31383
  },{}],334:[function(require,module,exports){
31294
- arguments[4][37][0].apply(exports,arguments)
31295
- },{"dup":37}],335:[function(require,module,exports){
31384
+ arguments[4][38][0].apply(exports,arguments)
31385
+ },{"dup":38}],335:[function(require,module,exports){
31296
31386
  "use strict";
31297
31387
  Object.defineProperty(exports, "__esModule", { value: true });
31298
31388
  exports.PropertyValueType = void 0;
@@ -31302,10 +31392,10 @@ var PropertyValueType;
31302
31392
  })(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
31303
31393
 
31304
31394
  },{}],336:[function(require,module,exports){
31305
- arguments[4][37][0].apply(exports,arguments)
31306
- },{"dup":37}],337:[function(require,module,exports){
31307
- arguments[4][37][0].apply(exports,arguments)
31308
- },{"dup":37}],338:[function(require,module,exports){
31395
+ arguments[4][38][0].apply(exports,arguments)
31396
+ },{"dup":38}],337:[function(require,module,exports){
31397
+ arguments[4][38][0].apply(exports,arguments)
31398
+ },{"dup":38}],338:[function(require,module,exports){
31309
31399
  "use strict";
31310
31400
  Object.defineProperty(exports, "__esModule", { value: true });
31311
31401
  exports.StringValue = void 0;
@@ -31353,12 +31443,12 @@ var StepIdentifier;
31353
31443
  })(StepIdentifier = exports.StepIdentifier || (exports.StepIdentifier = {}));
31354
31444
 
31355
31445
  },{}],340:[function(require,module,exports){
31356
- arguments[4][37][0].apply(exports,arguments)
31357
- },{"dup":37}],341:[function(require,module,exports){
31358
- arguments[4][37][0].apply(exports,arguments)
31359
- },{"dup":37}],342:[function(require,module,exports){
31360
- arguments[4][37][0].apply(exports,arguments)
31361
- },{"dup":37}],343:[function(require,module,exports){
31446
+ arguments[4][38][0].apply(exports,arguments)
31447
+ },{"dup":38}],341:[function(require,module,exports){
31448
+ arguments[4][38][0].apply(exports,arguments)
31449
+ },{"dup":38}],342:[function(require,module,exports){
31450
+ arguments[4][38][0].apply(exports,arguments)
31451
+ },{"dup":38}],343:[function(require,module,exports){
31362
31452
  "use strict";
31363
31453
  Object.defineProperty(exports, "__esModule", { value: true });
31364
31454
  exports.ReservationStatusType = void 0;
@@ -31402,13 +31492,157 @@ var ReservationType;
31402
31492
  },{}],345:[function(require,module,exports){
31403
31493
  "use strict";
31404
31494
  Object.defineProperty(exports, "__esModule", { value: true });
31495
+ exports.RESERVED_CODE_VALUES = void 0;
31496
+ var account_1 = require("./account");
31497
+ var assetTransactionType_1 = require("./assetTransactionType");
31498
+ var certificationStatusEnumeration_1 = require("./certificationStatusEnumeration");
31499
+ var creativeWorkType_1 = require("./creativeWorkType");
31500
+ var eventStatusType_1 = require("./eventStatusType");
31501
+ var eventType_1 = require("./eventType");
31502
+ var merchantReturnPolicy_1 = require("./merchantReturnPolicy");
31503
+ var offerType_1 = require("./offerType");
31504
+ var order_1 = require("./order");
31505
+ var orderStatus_1 = require("./orderStatus");
31506
+ var organizationType_1 = require("./organizationType");
31507
+ var paymentStatusType_1 = require("./paymentStatusType");
31508
+ var personType_1 = require("./personType");
31509
+ var placeType_1 = require("./placeType");
31510
+ var priceCurrency_1 = require("./priceCurrency");
31511
+ var priceSpecificationType_1 = require("./priceSpecificationType");
31512
+ var product_1 = require("./product");
31513
+ var reservationStatusType_1 = require("./reservationStatusType");
31514
+ var reservationType_1 = require("./reservationType");
31515
+ var sortType_1 = require("./sortType");
31516
+ var taskStatus_1 = require("./taskStatus");
31517
+ var transactionStatusType_1 = require("./transactionStatusType");
31518
+ var transactionType_1 = require("./transactionType");
31519
+ var unitCode_1 = require("./unitCode");
31520
+ exports.RESERVED_CODE_VALUES = [
31521
+ 'AccountTitle',
31522
+ assetTransactionType_1.AssetTransactionType.CancelReservation,
31523
+ assetTransactionType_1.AssetTransactionType.MoneyTransfer,
31524
+ assetTransactionType_1.AssetTransactionType.Pay,
31525
+ assetTransactionType_1.AssetTransactionType.Refund,
31526
+ assetTransactionType_1.AssetTransactionType.RegisterService,
31527
+ assetTransactionType_1.AssetTransactionType.Reserve,
31528
+ 'Authorization',
31529
+ certificationStatusEnumeration_1.CertificationStatusEnumeration.CertificationActive,
31530
+ certificationStatusEnumeration_1.CertificationStatusEnumeration.CertificationInactive,
31531
+ creativeWorkType_1.CreativeWorkType.Certification,
31532
+ creativeWorkType_1.CreativeWorkType.Comment,
31533
+ creativeWorkType_1.CreativeWorkType.EmailMessage,
31534
+ creativeWorkType_1.CreativeWorkType.Movie,
31535
+ creativeWorkType_1.CreativeWorkType.NoteDigitalDocument,
31536
+ creativeWorkType_1.CreativeWorkType.SoftwareApplication,
31537
+ creativeWorkType_1.CreativeWorkType.WebApplication,
31538
+ creativeWorkType_1.CreativeWorkType.WebSite,
31539
+ 'Event',
31540
+ eventStatusType_1.EventStatusType.EventCancelled,
31541
+ eventStatusType_1.EventStatusType.EventPostponed,
31542
+ eventStatusType_1.EventStatusType.EventRescheduled,
31543
+ eventStatusType_1.EventStatusType.EventScheduled,
31544
+ eventType_1.EventType.ScreeningEvent,
31545
+ eventType_1.EventType.ScreeningEventSeries,
31546
+ merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnFiniteReturnWindow,
31547
+ merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnNotPermitted,
31548
+ merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnUnlimitedWindow,
31549
+ merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnUnspecified,
31550
+ merchantReturnPolicy_1.RefundTypeEnumeration.ExchangeRefund,
31551
+ merchantReturnPolicy_1.RefundTypeEnumeration.FullRefund,
31552
+ merchantReturnPolicy_1.RefundTypeEnumeration.StoreCreditRefund,
31553
+ merchantReturnPolicy_1.ReturnFeesEnumeration.FreeReturn,
31554
+ merchantReturnPolicy_1.ReturnFeesEnumeration.RestockingFees,
31555
+ merchantReturnPolicy_1.ReturnFeesEnumeration.ReturnFeesCustomerResponsibility,
31556
+ 'MonetaryAmount',
31557
+ offerType_1.OfferType.AggregateOffer,
31558
+ offerType_1.OfferType.Offer,
31559
+ 'OfferCatalog',
31560
+ 'OfferCatalogItem',
31561
+ order_1.OrderType.Order,
31562
+ orderStatus_1.OrderStatus.OrderCancelled,
31563
+ orderStatus_1.OrderStatus.OrderDelivered,
31564
+ orderStatus_1.OrderStatus.OrderInTransit,
31565
+ orderStatus_1.OrderStatus.OrderPaymentDue,
31566
+ 'OrderPickupAvailable',
31567
+ 'OrderProblem',
31568
+ orderStatus_1.OrderStatus.OrderProcessing,
31569
+ orderStatus_1.OrderStatus.OrderReturned,
31570
+ organizationType_1.OrganizationType.Corporation,
31571
+ organizationType_1.OrganizationType.Organization,
31572
+ organizationType_1.OrganizationType.Project,
31573
+ 'OwnershipInfo',
31574
+ paymentStatusType_1.PaymentStatusType.PaymentAutomaticallyApplied,
31575
+ paymentStatusType_1.PaymentStatusType.PaymentComplete,
31576
+ paymentStatusType_1.PaymentStatusType.PaymentDeclined,
31577
+ paymentStatusType_1.PaymentStatusType.PaymentDue,
31578
+ paymentStatusType_1.PaymentStatusType.PaymentPastDue,
31579
+ personType_1.PersonType.Person,
31580
+ placeType_1.PlaceType.AggregatePlace,
31581
+ placeType_1.PlaceType.BusStop,
31582
+ placeType_1.PlaceType.MovieTheater,
31583
+ placeType_1.PlaceType.Place,
31584
+ placeType_1.PlaceType.ScreeningRoom,
31585
+ placeType_1.PlaceType.ScreeningRoomSection,
31586
+ placeType_1.PlaceType.Seat,
31587
+ priceCurrency_1.PriceCurrency.JPY,
31588
+ priceSpecificationType_1.PriceSpecificationType.CategoryCodeChargeSpecification,
31589
+ priceSpecificationType_1.PriceSpecificationType.CompoundPriceSpecification,
31590
+ priceSpecificationType_1.PriceSpecificationType.MovieTicketTypeChargeSpecification,
31591
+ priceSpecificationType_1.PriceSpecificationType.PriceSpecification,
31592
+ priceSpecificationType_1.PriceSpecificationType.UnitPriceSpecification,
31593
+ product_1.ProductType.EventService,
31594
+ product_1.ProductType.MembershipService,
31595
+ product_1.ProductType.PaymentCard,
31596
+ product_1.ProductType.Product,
31597
+ product_1.ProductType.Transportation,
31598
+ reservationStatusType_1.ReservationStatusType.ReservationCancelled,
31599
+ reservationStatusType_1.ReservationStatusType.ReservationConfirmed,
31600
+ reservationStatusType_1.ReservationStatusType.ReservationPending,
31601
+ 'ReservationHold',
31602
+ reservationStatusType_1.ReservationStatusType.ReservationPending,
31603
+ reservationType_1.ReservationType.BusReservation,
31604
+ reservationType_1.ReservationType.EventReservation,
31605
+ reservationType_1.ReservationType.ReservationPackage,
31606
+ sortType_1.SortType.Ascending,
31607
+ sortType_1.SortType.Descending,
31608
+ taskStatus_1.TaskStatus.Aborted,
31609
+ taskStatus_1.TaskStatus.Executed,
31610
+ taskStatus_1.TaskStatus.Ready,
31611
+ taskStatus_1.TaskStatus.Running,
31612
+ taskStatus_1.TaskStatus.Expired,
31613
+ transactionStatusType_1.TransactionStatusType.Canceled,
31614
+ transactionStatusType_1.TransactionStatusType.Confirmed,
31615
+ transactionStatusType_1.TransactionStatusType.Expired,
31616
+ transactionStatusType_1.TransactionStatusType.InProgress,
31617
+ transactionType_1.TransactionType.MoneyTransfer,
31618
+ transactionType_1.TransactionType.PlaceOrder,
31619
+ transactionType_1.TransactionType.ReturnOrder,
31620
+ unitCode_1.UnitCode.Ann,
31621
+ unitCode_1.UnitCode.C62,
31622
+ unitCode_1.UnitCode.Day,
31623
+ unitCode_1.UnitCode.Sec,
31624
+ account_1.transactionType.Deposit,
31625
+ account_1.transactionType.Transfer,
31626
+ account_1.transactionType.Withdraw,
31627
+ 'MemberProgram',
31628
+ 'MemberProgramTier',
31629
+ 'Enduser',
31630
+ 'POS',
31631
+ 'TVM',
31632
+ 'Member',
31633
+ 'Fan'
31634
+ ];
31635
+
31636
+ },{"./account":184,"./assetTransactionType":244,"./certificationStatusEnumeration":247,"./creativeWorkType":259,"./eventStatusType":280,"./eventType":281,"./merchantReturnPolicy":288,"./offerType":310,"./order":311,"./orderStatus":312,"./organizationType":314,"./paymentStatusType":318,"./personType":321,"./placeType":327,"./priceCurrency":329,"./priceSpecificationType":331,"./product":332,"./reservationStatusType":343,"./reservationType":344,"./sortType":354,"./taskStatus":391,"./transactionStatusType":396,"./transactionType":397,"./unitCode":400}],346:[function(require,module,exports){
31637
+ "use strict";
31638
+ Object.defineProperty(exports, "__esModule", { value: true });
31405
31639
  exports.RoleType = void 0;
31406
31640
  var RoleType;
31407
31641
  (function (RoleType) {
31408
31642
  RoleType["OrganizationRole"] = "OrganizationRole";
31409
31643
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
31410
31644
 
31411
- },{}],346:[function(require,module,exports){
31645
+ },{}],347:[function(require,module,exports){
31412
31646
  "use strict";
31413
31647
  Object.defineProperty(exports, "__esModule", { value: true });
31414
31648
  exports.RoleName = void 0;
@@ -31470,13 +31704,13 @@ var RoleName;
31470
31704
  RoleName["AdminInventoryManager"] = "admin.inventoryManager";
31471
31705
  })(RoleName = exports.RoleName || (exports.RoleName = {}));
31472
31706
 
31473
- },{}],347:[function(require,module,exports){
31474
- arguments[4][37][0].apply(exports,arguments)
31475
- },{"dup":37}],348:[function(require,module,exports){
31476
- arguments[4][37][0].apply(exports,arguments)
31477
- },{"dup":37}],349:[function(require,module,exports){
31478
- arguments[4][37][0].apply(exports,arguments)
31479
- },{"dup":37}],350:[function(require,module,exports){
31707
+ },{}],348:[function(require,module,exports){
31708
+ arguments[4][38][0].apply(exports,arguments)
31709
+ },{"dup":38}],349:[function(require,module,exports){
31710
+ arguments[4][38][0].apply(exports,arguments)
31711
+ },{"dup":38}],350:[function(require,module,exports){
31712
+ arguments[4][38][0].apply(exports,arguments)
31713
+ },{"dup":38}],351:[function(require,module,exports){
31480
31714
  "use strict";
31481
31715
  Object.defineProperty(exports, "__esModule", { value: true });
31482
31716
  exports.PaymentServiceType = void 0;
@@ -31488,7 +31722,7 @@ var PaymentServiceType;
31488
31722
  PaymentServiceType["PaymentCard"] = "PaymentCard";
31489
31723
  })(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
31490
31724
 
31491
- },{}],351:[function(require,module,exports){
31725
+ },{}],352:[function(require,module,exports){
31492
31726
  "use strict";
31493
31727
  Object.defineProperty(exports, "__esModule", { value: true });
31494
31728
  exports.Identifier = void 0;
@@ -31498,9 +31732,9 @@ var Identifier;
31498
31732
  Identifier["Chevre"] = "Chevre";
31499
31733
  })(Identifier = exports.Identifier || (exports.Identifier = {}));
31500
31734
 
31501
- },{}],352:[function(require,module,exports){
31502
- arguments[4][37][0].apply(exports,arguments)
31503
- },{"dup":37}],353:[function(require,module,exports){
31735
+ },{}],353:[function(require,module,exports){
31736
+ arguments[4][38][0].apply(exports,arguments)
31737
+ },{"dup":38}],354:[function(require,module,exports){
31504
31738
  "use strict";
31505
31739
  Object.defineProperty(exports, "__esModule", { value: true });
31506
31740
  exports.SortType = void 0;
@@ -31513,77 +31747,77 @@ var SortType;
31513
31747
  SortType[SortType["Descending"] = -1] = "Descending";
31514
31748
  })(SortType = exports.SortType || (exports.SortType = {}));
31515
31749
 
31516
- },{}],354:[function(require,module,exports){
31517
- arguments[4][37][0].apply(exports,arguments)
31518
- },{"dup":37}],355:[function(require,module,exports){
31519
- arguments[4][37][0].apply(exports,arguments)
31520
- },{"dup":37}],356:[function(require,module,exports){
31521
- arguments[4][37][0].apply(exports,arguments)
31522
- },{"dup":37}],357:[function(require,module,exports){
31523
- arguments[4][37][0].apply(exports,arguments)
31524
- },{"dup":37}],358:[function(require,module,exports){
31525
- arguments[4][37][0].apply(exports,arguments)
31526
- },{"dup":37}],359:[function(require,module,exports){
31527
- arguments[4][37][0].apply(exports,arguments)
31528
- },{"dup":37}],360:[function(require,module,exports){
31529
- arguments[4][37][0].apply(exports,arguments)
31530
- },{"dup":37}],361:[function(require,module,exports){
31531
- arguments[4][37][0].apply(exports,arguments)
31532
- },{"dup":37}],362:[function(require,module,exports){
31533
- arguments[4][37][0].apply(exports,arguments)
31534
- },{"dup":37}],363:[function(require,module,exports){
31535
- arguments[4][37][0].apply(exports,arguments)
31536
- },{"dup":37}],364:[function(require,module,exports){
31537
- arguments[4][37][0].apply(exports,arguments)
31538
- },{"dup":37}],365:[function(require,module,exports){
31539
- arguments[4][37][0].apply(exports,arguments)
31540
- },{"dup":37}],366:[function(require,module,exports){
31541
- arguments[4][37][0].apply(exports,arguments)
31542
- },{"dup":37}],367:[function(require,module,exports){
31543
- arguments[4][37][0].apply(exports,arguments)
31544
- },{"dup":37}],368:[function(require,module,exports){
31545
- arguments[4][37][0].apply(exports,arguments)
31546
- },{"dup":37}],369:[function(require,module,exports){
31547
- arguments[4][37][0].apply(exports,arguments)
31548
- },{"dup":37}],370:[function(require,module,exports){
31549
- arguments[4][37][0].apply(exports,arguments)
31550
- },{"dup":37}],371:[function(require,module,exports){
31551
- arguments[4][37][0].apply(exports,arguments)
31552
- },{"dup":37}],372:[function(require,module,exports){
31553
- arguments[4][37][0].apply(exports,arguments)
31554
- },{"dup":37}],373:[function(require,module,exports){
31555
- arguments[4][37][0].apply(exports,arguments)
31556
- },{"dup":37}],374:[function(require,module,exports){
31557
- arguments[4][37][0].apply(exports,arguments)
31558
- },{"dup":37}],375:[function(require,module,exports){
31559
- arguments[4][37][0].apply(exports,arguments)
31560
- },{"dup":37}],376:[function(require,module,exports){
31561
- arguments[4][37][0].apply(exports,arguments)
31562
- },{"dup":37}],377:[function(require,module,exports){
31563
- arguments[4][37][0].apply(exports,arguments)
31564
- },{"dup":37}],378:[function(require,module,exports){
31565
- arguments[4][37][0].apply(exports,arguments)
31566
- },{"dup":37}],379:[function(require,module,exports){
31567
- arguments[4][37][0].apply(exports,arguments)
31568
- },{"dup":37}],380:[function(require,module,exports){
31569
- arguments[4][37][0].apply(exports,arguments)
31570
- },{"dup":37}],381:[function(require,module,exports){
31571
- arguments[4][37][0].apply(exports,arguments)
31572
- },{"dup":37}],382:[function(require,module,exports){
31573
- arguments[4][37][0].apply(exports,arguments)
31574
- },{"dup":37}],383:[function(require,module,exports){
31575
- arguments[4][37][0].apply(exports,arguments)
31576
- },{"dup":37}],384:[function(require,module,exports){
31577
- arguments[4][37][0].apply(exports,arguments)
31578
- },{"dup":37}],385:[function(require,module,exports){
31579
- arguments[4][37][0].apply(exports,arguments)
31580
- },{"dup":37}],386:[function(require,module,exports){
31581
- arguments[4][37][0].apply(exports,arguments)
31582
- },{"dup":37}],387:[function(require,module,exports){
31583
- arguments[4][37][0].apply(exports,arguments)
31584
- },{"dup":37}],388:[function(require,module,exports){
31585
- arguments[4][37][0].apply(exports,arguments)
31586
- },{"dup":37}],389:[function(require,module,exports){
31750
+ },{}],355:[function(require,module,exports){
31751
+ arguments[4][38][0].apply(exports,arguments)
31752
+ },{"dup":38}],356:[function(require,module,exports){
31753
+ arguments[4][38][0].apply(exports,arguments)
31754
+ },{"dup":38}],357:[function(require,module,exports){
31755
+ arguments[4][38][0].apply(exports,arguments)
31756
+ },{"dup":38}],358:[function(require,module,exports){
31757
+ arguments[4][38][0].apply(exports,arguments)
31758
+ },{"dup":38}],359:[function(require,module,exports){
31759
+ arguments[4][38][0].apply(exports,arguments)
31760
+ },{"dup":38}],360:[function(require,module,exports){
31761
+ arguments[4][38][0].apply(exports,arguments)
31762
+ },{"dup":38}],361:[function(require,module,exports){
31763
+ arguments[4][38][0].apply(exports,arguments)
31764
+ },{"dup":38}],362:[function(require,module,exports){
31765
+ arguments[4][38][0].apply(exports,arguments)
31766
+ },{"dup":38}],363:[function(require,module,exports){
31767
+ arguments[4][38][0].apply(exports,arguments)
31768
+ },{"dup":38}],364:[function(require,module,exports){
31769
+ arguments[4][38][0].apply(exports,arguments)
31770
+ },{"dup":38}],365:[function(require,module,exports){
31771
+ arguments[4][38][0].apply(exports,arguments)
31772
+ },{"dup":38}],366:[function(require,module,exports){
31773
+ arguments[4][38][0].apply(exports,arguments)
31774
+ },{"dup":38}],367:[function(require,module,exports){
31775
+ arguments[4][38][0].apply(exports,arguments)
31776
+ },{"dup":38}],368:[function(require,module,exports){
31777
+ arguments[4][38][0].apply(exports,arguments)
31778
+ },{"dup":38}],369:[function(require,module,exports){
31779
+ arguments[4][38][0].apply(exports,arguments)
31780
+ },{"dup":38}],370:[function(require,module,exports){
31781
+ arguments[4][38][0].apply(exports,arguments)
31782
+ },{"dup":38}],371:[function(require,module,exports){
31783
+ arguments[4][38][0].apply(exports,arguments)
31784
+ },{"dup":38}],372:[function(require,module,exports){
31785
+ arguments[4][38][0].apply(exports,arguments)
31786
+ },{"dup":38}],373:[function(require,module,exports){
31787
+ arguments[4][38][0].apply(exports,arguments)
31788
+ },{"dup":38}],374:[function(require,module,exports){
31789
+ arguments[4][38][0].apply(exports,arguments)
31790
+ },{"dup":38}],375:[function(require,module,exports){
31791
+ arguments[4][38][0].apply(exports,arguments)
31792
+ },{"dup":38}],376:[function(require,module,exports){
31793
+ arguments[4][38][0].apply(exports,arguments)
31794
+ },{"dup":38}],377:[function(require,module,exports){
31795
+ arguments[4][38][0].apply(exports,arguments)
31796
+ },{"dup":38}],378:[function(require,module,exports){
31797
+ arguments[4][38][0].apply(exports,arguments)
31798
+ },{"dup":38}],379:[function(require,module,exports){
31799
+ arguments[4][38][0].apply(exports,arguments)
31800
+ },{"dup":38}],380:[function(require,module,exports){
31801
+ arguments[4][38][0].apply(exports,arguments)
31802
+ },{"dup":38}],381:[function(require,module,exports){
31803
+ arguments[4][38][0].apply(exports,arguments)
31804
+ },{"dup":38}],382:[function(require,module,exports){
31805
+ arguments[4][38][0].apply(exports,arguments)
31806
+ },{"dup":38}],383:[function(require,module,exports){
31807
+ arguments[4][38][0].apply(exports,arguments)
31808
+ },{"dup":38}],384:[function(require,module,exports){
31809
+ arguments[4][38][0].apply(exports,arguments)
31810
+ },{"dup":38}],385:[function(require,module,exports){
31811
+ arguments[4][38][0].apply(exports,arguments)
31812
+ },{"dup":38}],386:[function(require,module,exports){
31813
+ arguments[4][38][0].apply(exports,arguments)
31814
+ },{"dup":38}],387:[function(require,module,exports){
31815
+ arguments[4][38][0].apply(exports,arguments)
31816
+ },{"dup":38}],388:[function(require,module,exports){
31817
+ arguments[4][38][0].apply(exports,arguments)
31818
+ },{"dup":38}],389:[function(require,module,exports){
31819
+ arguments[4][38][0].apply(exports,arguments)
31820
+ },{"dup":38}],390:[function(require,module,exports){
31587
31821
  "use strict";
31588
31822
  Object.defineProperty(exports, "__esModule", { value: true });
31589
31823
  exports.TaskName = void 0;
@@ -31729,7 +31963,7 @@ var TaskName;
31729
31963
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
31730
31964
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
31731
31965
 
31732
- },{}],390:[function(require,module,exports){
31966
+ },{}],391:[function(require,module,exports){
31733
31967
  "use strict";
31734
31968
  Object.defineProperty(exports, "__esModule", { value: true });
31735
31969
  exports.TaskStatus = void 0;
@@ -31761,13 +31995,13 @@ var TaskStatus;
31761
31995
  TaskStatus["Expired"] = "Expired";
31762
31996
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
31763
31997
 
31764
- },{}],391:[function(require,module,exports){
31765
- arguments[4][37][0].apply(exports,arguments)
31766
- },{"dup":37}],392:[function(require,module,exports){
31767
- arguments[4][37][0].apply(exports,arguments)
31768
- },{"dup":37}],393:[function(require,module,exports){
31769
- arguments[4][37][0].apply(exports,arguments)
31770
- },{"dup":37}],394:[function(require,module,exports){
31998
+ },{}],392:[function(require,module,exports){
31999
+ arguments[4][38][0].apply(exports,arguments)
32000
+ },{"dup":38}],393:[function(require,module,exports){
32001
+ arguments[4][38][0].apply(exports,arguments)
32002
+ },{"dup":38}],394:[function(require,module,exports){
32003
+ arguments[4][38][0].apply(exports,arguments)
32004
+ },{"dup":38}],395:[function(require,module,exports){
31771
32005
  "use strict";
31772
32006
  Object.defineProperty(exports, "__esModule", { value: true });
31773
32007
  exports.Reason = void 0;
@@ -31786,7 +32020,7 @@ var Reason;
31786
32020
  Reason["Seller"] = "Seller";
31787
32021
  })(Reason = exports.Reason || (exports.Reason = {}));
31788
32022
 
31789
- },{}],395:[function(require,module,exports){
32023
+ },{}],396:[function(require,module,exports){
31790
32024
  "use strict";
31791
32025
  Object.defineProperty(exports, "__esModule", { value: true });
31792
32026
  exports.TransactionStatusType = void 0;
@@ -31801,7 +32035,7 @@ var TransactionStatusType;
31801
32035
  TransactionStatusType["Expired"] = "Expired";
31802
32036
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
31803
32037
 
31804
- },{}],396:[function(require,module,exports){
32038
+ },{}],397:[function(require,module,exports){
31805
32039
  "use strict";
31806
32040
  /**
31807
32041
  * 取引タイプ
@@ -31824,9 +32058,9 @@ var TransactionType;
31824
32058
  TransactionType["ReturnOrder"] = "ReturnOrder";
31825
32059
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
31826
32060
 
31827
- },{}],397:[function(require,module,exports){
31828
- arguments[4][37][0].apply(exports,arguments)
31829
- },{"dup":37}],398:[function(require,module,exports){
32061
+ },{}],398:[function(require,module,exports){
32062
+ arguments[4][38][0].apply(exports,arguments)
32063
+ },{"dup":38}],399:[function(require,module,exports){
31830
32064
  "use strict";
31831
32065
  Object.defineProperty(exports, "__esModule", { value: true });
31832
32066
  exports.TripType = void 0;
@@ -31839,7 +32073,7 @@ var TripType;
31839
32073
  TripType["Trip"] = "Trip";
31840
32074
  })(TripType = exports.TripType || (exports.TripType = {}));
31841
32075
 
31842
- },{}],399:[function(require,module,exports){
32076
+ },{}],400:[function(require,module,exports){
31843
32077
  "use strict";
31844
32078
  Object.defineProperty(exports, "__esModule", { value: true });
31845
32079
  exports.UnitCode = void 0;
@@ -31866,11 +32100,11 @@ var UnitCode;
31866
32100
  UnitCode["Sec"] = "SEC";
31867
32101
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
31868
32102
 
31869
- },{}],400:[function(require,module,exports){
31870
- arguments[4][37][0].apply(exports,arguments)
31871
- },{"dup":37}],401:[function(require,module,exports){
31872
- arguments[4][37][0].apply(exports,arguments)
31873
- },{"dup":37}],402:[function(require,module,exports){
32103
+ },{}],401:[function(require,module,exports){
32104
+ arguments[4][38][0].apply(exports,arguments)
32105
+ },{"dup":38}],402:[function(require,module,exports){
32106
+ arguments[4][38][0].apply(exports,arguments)
32107
+ },{"dup":38}],403:[function(require,module,exports){
31874
32108
  "use strict";
31875
32109
  var __extends = (this && this.__extends) || (function () {
31876
32110
  var extendStatics = function (d, b) {
@@ -31911,7 +32145,7 @@ var ArgumentError = /** @class */ (function (_super) {
31911
32145
  }(waiter_1.WaiterError));
31912
32146
  exports.ArgumentError = ArgumentError;
31913
32147
 
31914
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],403:[function(require,module,exports){
32148
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],404:[function(require,module,exports){
31915
32149
  "use strict";
31916
32150
  var __extends = (this && this.__extends) || (function () {
31917
32151
  var extendStatics = function (d, b) {
@@ -31952,7 +32186,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
31952
32186
  }(waiter_1.WaiterError));
31953
32187
  exports.ArgumentNullError = ArgumentNullError;
31954
32188
 
31955
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],404:[function(require,module,exports){
32189
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],405:[function(require,module,exports){
31956
32190
  "use strict";
31957
32191
  var __extends = (this && this.__extends) || (function () {
31958
32192
  var extendStatics = function (d, b) {
@@ -31992,7 +32226,7 @@ var ForbiddenError = /** @class */ (function (_super) {
31992
32226
  }(waiter_1.WaiterError));
31993
32227
  exports.ForbiddenError = ForbiddenError;
31994
32228
 
31995
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],405:[function(require,module,exports){
32229
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],406:[function(require,module,exports){
31996
32230
  "use strict";
31997
32231
  var __extends = (this && this.__extends) || (function () {
31998
32232
  var extendStatics = function (d, b) {
@@ -32033,7 +32267,7 @@ var NotFoundError = /** @class */ (function (_super) {
32033
32267
  }(waiter_1.WaiterError));
32034
32268
  exports.NotFoundError = NotFoundError;
32035
32269
 
32036
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],406:[function(require,module,exports){
32270
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],407:[function(require,module,exports){
32037
32271
  "use strict";
32038
32272
  var __extends = (this && this.__extends) || (function () {
32039
32273
  var extendStatics = function (d, b) {
@@ -32073,7 +32307,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
32073
32307
  }(waiter_1.WaiterError));
32074
32308
  exports.RateLimitExceededError = RateLimitExceededError;
32075
32309
 
32076
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],407:[function(require,module,exports){
32310
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],408:[function(require,module,exports){
32077
32311
  "use strict";
32078
32312
  var __extends = (this && this.__extends) || (function () {
32079
32313
  var extendStatics = function (d, b) {
@@ -32113,7 +32347,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
32113
32347
  }(waiter_1.WaiterError));
32114
32348
  exports.ServiceUnavailableError = ServiceUnavailableError;
32115
32349
 
32116
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],408:[function(require,module,exports){
32350
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],409:[function(require,module,exports){
32117
32351
  "use strict";
32118
32352
  var __extends = (this && this.__extends) || (function () {
32119
32353
  var extendStatics = function (d, b) {
@@ -32153,7 +32387,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
32153
32387
  }(waiter_1.WaiterError));
32154
32388
  exports.UnauthorizedError = UnauthorizedError;
32155
32389
 
32156
- },{"../errorCode":410,"./waiter":409,"setprototypeof":476}],409:[function(require,module,exports){
32390
+ },{"../errorCode":411,"./waiter":410,"setprototypeof":477}],410:[function(require,module,exports){
32157
32391
  "use strict";
32158
32392
  var __extends = (this && this.__extends) || (function () {
32159
32393
  var extendStatics = function (d, b) {
@@ -32186,7 +32420,7 @@ var WaiterError = /** @class */ (function (_super) {
32186
32420
  }(Error));
32187
32421
  exports.WaiterError = WaiterError;
32188
32422
 
32189
- },{}],410:[function(require,module,exports){
32423
+ },{}],411:[function(require,module,exports){
32190
32424
  "use strict";
32191
32425
  Object.defineProperty(exports, "__esModule", { value: true });
32192
32426
  /**
@@ -32205,7 +32439,7 @@ var ErrorCode;
32205
32439
  ErrorCode["Unauthorized"] = "Unauthorized";
32206
32440
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
32207
32441
 
32208
- },{}],411:[function(require,module,exports){
32442
+ },{}],412:[function(require,module,exports){
32209
32443
  "use strict";
32210
32444
  Object.defineProperty(exports, "__esModule", { value: true });
32211
32445
  /**
@@ -32228,15 +32462,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
32228
32462
  var waiter_1 = require("./error/waiter");
32229
32463
  exports.Waiter = waiter_1.WaiterError;
32230
32464
 
32231
- },{"./error/argument":402,"./error/argumentNull":403,"./error/forbidden":404,"./error/notFound":405,"./error/rateLimitExceeded":406,"./error/serviceUnavailable":407,"./error/unauthorized":408,"./error/waiter":409}],412:[function(require,module,exports){
32232
- arguments[4][37][0].apply(exports,arguments)
32233
- },{"dup":37}],413:[function(require,module,exports){
32234
- arguments[4][37][0].apply(exports,arguments)
32235
- },{"dup":37}],414:[function(require,module,exports){
32236
- arguments[4][37][0].apply(exports,arguments)
32237
- },{"dup":37}],415:[function(require,module,exports){
32238
- arguments[4][37][0].apply(exports,arguments)
32239
- },{"dup":37}],416:[function(require,module,exports){
32465
+ },{"./error/argument":403,"./error/argumentNull":404,"./error/forbidden":405,"./error/notFound":406,"./error/rateLimitExceeded":407,"./error/serviceUnavailable":408,"./error/unauthorized":409,"./error/waiter":410}],413:[function(require,module,exports){
32466
+ arguments[4][38][0].apply(exports,arguments)
32467
+ },{"dup":38}],414:[function(require,module,exports){
32468
+ arguments[4][38][0].apply(exports,arguments)
32469
+ },{"dup":38}],415:[function(require,module,exports){
32470
+ arguments[4][38][0].apply(exports,arguments)
32471
+ },{"dup":38}],416:[function(require,module,exports){
32472
+ arguments[4][38][0].apply(exports,arguments)
32473
+ },{"dup":38}],417:[function(require,module,exports){
32240
32474
  "use strict";
32241
32475
  Object.defineProperty(exports, "__esModule", { value: true });
32242
32476
  /**
@@ -32257,7 +32491,7 @@ exports.rule = rule;
32257
32491
  var ruleSet = require("./factory/ruleSet");
32258
32492
  exports.ruleSet = ruleSet;
32259
32493
 
32260
- },{"./factory/client":401,"./factory/errorCode":410,"./factory/errors":411,"./factory/passport":412,"./factory/project":413,"./factory/rule":414,"./factory/ruleSet":415}],417:[function(require,module,exports){
32494
+ },{"./factory/client":402,"./factory/errorCode":411,"./factory/errors":412,"./factory/passport":413,"./factory/project":414,"./factory/rule":415,"./factory/ruleSet":416}],418:[function(require,module,exports){
32261
32495
  'use strict'
32262
32496
 
32263
32497
  exports.byteLength = byteLength
@@ -32409,9 +32643,9 @@ function fromByteArray (uint8) {
32409
32643
  return parts.join('')
32410
32644
  }
32411
32645
 
32412
- },{}],418:[function(require,module,exports){
32413
-
32414
32646
  },{}],419:[function(require,module,exports){
32647
+
32648
+ },{}],420:[function(require,module,exports){
32415
32649
  (function (Buffer){
32416
32650
  /*!
32417
32651
  * The buffer module from node.js, for the browser.
@@ -34192,7 +34426,7 @@ function numberIsNaN (obj) {
34192
34426
  }
34193
34427
 
34194
34428
  }).call(this,require("buffer").Buffer)
34195
- },{"base64-js":417,"buffer":419,"ieee754":455}],420:[function(require,module,exports){
34429
+ },{"base64-js":418,"buffer":420,"ieee754":456}],421:[function(require,module,exports){
34196
34430
  'use strict';
34197
34431
 
34198
34432
  var bind = require('function-bind');
@@ -34204,19 +34438,19 @@ var $reflectApply = require('./reflectApply');
34204
34438
  /** @type {import('./actualApply')} */
34205
34439
  module.exports = $reflectApply || bind.call($call, $apply);
34206
34440
 
34207
- },{"./functionApply":421,"./functionCall":422,"./reflectApply":424,"function-bind":442}],421:[function(require,module,exports){
34441
+ },{"./functionApply":422,"./functionCall":423,"./reflectApply":425,"function-bind":443}],422:[function(require,module,exports){
34208
34442
  'use strict';
34209
34443
 
34210
34444
  /** @type {import('./functionApply')} */
34211
34445
  module.exports = Function.prototype.apply;
34212
34446
 
34213
- },{}],422:[function(require,module,exports){
34447
+ },{}],423:[function(require,module,exports){
34214
34448
  'use strict';
34215
34449
 
34216
34450
  /** @type {import('./functionCall')} */
34217
34451
  module.exports = Function.prototype.call;
34218
34452
 
34219
- },{}],423:[function(require,module,exports){
34453
+ },{}],424:[function(require,module,exports){
34220
34454
  'use strict';
34221
34455
 
34222
34456
  var bind = require('function-bind');
@@ -34233,13 +34467,13 @@ module.exports = function callBindBasic(args) {
34233
34467
  return $actualApply(bind, $call, args);
34234
34468
  };
34235
34469
 
34236
- },{"./actualApply":420,"./functionCall":422,"es-errors/type":438,"function-bind":442}],424:[function(require,module,exports){
34470
+ },{"./actualApply":421,"./functionCall":423,"es-errors/type":439,"function-bind":443}],425:[function(require,module,exports){
34237
34471
  'use strict';
34238
34472
 
34239
34473
  /** @type {import('./reflectApply')} */
34240
34474
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
34241
34475
 
34242
- },{}],425:[function(require,module,exports){
34476
+ },{}],426:[function(require,module,exports){
34243
34477
  'use strict';
34244
34478
 
34245
34479
  var GetIntrinsic = require('get-intrinsic');
@@ -34256,7 +34490,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
34256
34490
  return intrinsic;
34257
34491
  };
34258
34492
 
34259
- },{"./":426,"get-intrinsic":443}],426:[function(require,module,exports){
34493
+ },{"./":427,"get-intrinsic":444}],427:[function(require,module,exports){
34260
34494
  'use strict';
34261
34495
 
34262
34496
  var bind = require('function-bind');
@@ -34293,7 +34527,7 @@ if ($defineProperty) {
34293
34527
  module.exports.apply = applyBind;
34294
34528
  }
34295
34529
 
34296
- },{"es-define-property":432,"es-errors/type":438,"function-bind":442,"get-intrinsic":443,"set-function-length":475}],427:[function(require,module,exports){
34530
+ },{"es-define-property":433,"es-errors/type":439,"function-bind":443,"get-intrinsic":444,"set-function-length":476}],428:[function(require,module,exports){
34297
34531
  /**
34298
34532
  * Helpers.
34299
34533
  */
@@ -34457,7 +34691,7 @@ function plural(ms, msAbs, n, name) {
34457
34691
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
34458
34692
  }
34459
34693
 
34460
- },{}],428:[function(require,module,exports){
34694
+ },{}],429:[function(require,module,exports){
34461
34695
  (function (process){
34462
34696
  "use strict";
34463
34697
 
@@ -34641,7 +34875,7 @@ formatters.j = function (v) {
34641
34875
 
34642
34876
 
34643
34877
  }).call(this,require('_process'))
34644
- },{"./common":429,"_process":466}],429:[function(require,module,exports){
34878
+ },{"./common":430,"_process":467}],430:[function(require,module,exports){
34645
34879
  "use strict";
34646
34880
 
34647
34881
  /**
@@ -34892,7 +35126,7 @@ function setup(env) {
34892
35126
  module.exports = setup;
34893
35127
 
34894
35128
 
34895
- },{"ms":427}],430:[function(require,module,exports){
35129
+ },{"ms":428}],431:[function(require,module,exports){
34896
35130
  'use strict';
34897
35131
 
34898
35132
  var $defineProperty = require('es-define-property');
@@ -34950,7 +35184,7 @@ module.exports = function defineDataProperty(
34950
35184
  }
34951
35185
  };
34952
35186
 
34953
- },{"es-define-property":432,"es-errors/syntax":437,"es-errors/type":438,"gopd":448}],431:[function(require,module,exports){
35187
+ },{"es-define-property":433,"es-errors/syntax":438,"es-errors/type":439,"gopd":449}],432:[function(require,module,exports){
34954
35188
  'use strict';
34955
35189
 
34956
35190
  var callBind = require('call-bind-apply-helpers');
@@ -34982,7 +35216,7 @@ module.exports = desc && typeof desc.get === 'function'
34982
35216
  }
34983
35217
  : false;
34984
35218
 
34985
- },{"call-bind-apply-helpers":423,"gopd":448}],432:[function(require,module,exports){
35219
+ },{"call-bind-apply-helpers":424,"gopd":449}],433:[function(require,module,exports){
34986
35220
  'use strict';
34987
35221
 
34988
35222
  /** @type {import('.')} */
@@ -34998,55 +35232,55 @@ if ($defineProperty) {
34998
35232
 
34999
35233
  module.exports = $defineProperty;
35000
35234
 
35001
- },{}],433:[function(require,module,exports){
35235
+ },{}],434:[function(require,module,exports){
35002
35236
  'use strict';
35003
35237
 
35004
35238
  /** @type {import('./eval')} */
35005
35239
  module.exports = EvalError;
35006
35240
 
35007
- },{}],434:[function(require,module,exports){
35241
+ },{}],435:[function(require,module,exports){
35008
35242
  'use strict';
35009
35243
 
35010
35244
  /** @type {import('.')} */
35011
35245
  module.exports = Error;
35012
35246
 
35013
- },{}],435:[function(require,module,exports){
35247
+ },{}],436:[function(require,module,exports){
35014
35248
  'use strict';
35015
35249
 
35016
35250
  /** @type {import('./range')} */
35017
35251
  module.exports = RangeError;
35018
35252
 
35019
- },{}],436:[function(require,module,exports){
35253
+ },{}],437:[function(require,module,exports){
35020
35254
  'use strict';
35021
35255
 
35022
35256
  /** @type {import('./ref')} */
35023
35257
  module.exports = ReferenceError;
35024
35258
 
35025
- },{}],437:[function(require,module,exports){
35259
+ },{}],438:[function(require,module,exports){
35026
35260
  'use strict';
35027
35261
 
35028
35262
  /** @type {import('./syntax')} */
35029
35263
  module.exports = SyntaxError;
35030
35264
 
35031
- },{}],438:[function(require,module,exports){
35265
+ },{}],439:[function(require,module,exports){
35032
35266
  'use strict';
35033
35267
 
35034
35268
  /** @type {import('./type')} */
35035
35269
  module.exports = TypeError;
35036
35270
 
35037
- },{}],439:[function(require,module,exports){
35271
+ },{}],440:[function(require,module,exports){
35038
35272
  'use strict';
35039
35273
 
35040
35274
  /** @type {import('./uri')} */
35041
35275
  module.exports = URIError;
35042
35276
 
35043
- },{}],440:[function(require,module,exports){
35277
+ },{}],441:[function(require,module,exports){
35044
35278
  'use strict';
35045
35279
 
35046
35280
  /** @type {import('.')} */
35047
35281
  module.exports = Object;
35048
35282
 
35049
- },{}],441:[function(require,module,exports){
35283
+ },{}],442:[function(require,module,exports){
35050
35284
  'use strict';
35051
35285
 
35052
35286
  /* eslint no-invalid-this: 1 */
@@ -35132,14 +35366,14 @@ module.exports = function bind(that) {
35132
35366
  return bound;
35133
35367
  };
35134
35368
 
35135
- },{}],442:[function(require,module,exports){
35369
+ },{}],443:[function(require,module,exports){
35136
35370
  'use strict';
35137
35371
 
35138
35372
  var implementation = require('./implementation');
35139
35373
 
35140
35374
  module.exports = Function.prototype.bind || implementation;
35141
35375
 
35142
- },{"./implementation":441}],443:[function(require,module,exports){
35376
+ },{"./implementation":442}],444:[function(require,module,exports){
35143
35377
  'use strict';
35144
35378
 
35145
35379
  var undefined;
@@ -35519,7 +35753,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
35519
35753
  return value;
35520
35754
  };
35521
35755
 
35522
- },{"call-bind-apply-helpers/functionApply":421,"call-bind-apply-helpers/functionCall":422,"es-define-property":432,"es-errors":434,"es-errors/eval":433,"es-errors/range":435,"es-errors/ref":436,"es-errors/syntax":437,"es-errors/type":438,"es-errors/uri":439,"es-object-atoms":440,"function-bind":442,"get-proto":446,"get-proto/Object.getPrototypeOf":444,"get-proto/Reflect.getPrototypeOf":445,"gopd":448,"has-symbols":450,"hasown":452,"math-intrinsics/abs":457,"math-intrinsics/floor":458,"math-intrinsics/max":460,"math-intrinsics/min":461,"math-intrinsics/pow":462,"math-intrinsics/round":463,"math-intrinsics/sign":464}],444:[function(require,module,exports){
35756
+ },{"call-bind-apply-helpers/functionApply":422,"call-bind-apply-helpers/functionCall":423,"es-define-property":433,"es-errors":435,"es-errors/eval":434,"es-errors/range":436,"es-errors/ref":437,"es-errors/syntax":438,"es-errors/type":439,"es-errors/uri":440,"es-object-atoms":441,"function-bind":443,"get-proto":447,"get-proto/Object.getPrototypeOf":445,"get-proto/Reflect.getPrototypeOf":446,"gopd":449,"has-symbols":451,"hasown":453,"math-intrinsics/abs":458,"math-intrinsics/floor":459,"math-intrinsics/max":461,"math-intrinsics/min":462,"math-intrinsics/pow":463,"math-intrinsics/round":464,"math-intrinsics/sign":465}],445:[function(require,module,exports){
35523
35757
  'use strict';
35524
35758
 
35525
35759
  var $Object = require('es-object-atoms');
@@ -35527,13 +35761,13 @@ var $Object = require('es-object-atoms');
35527
35761
  /** @type {import('./Object.getPrototypeOf')} */
35528
35762
  module.exports = $Object.getPrototypeOf || null;
35529
35763
 
35530
- },{"es-object-atoms":440}],445:[function(require,module,exports){
35764
+ },{"es-object-atoms":441}],446:[function(require,module,exports){
35531
35765
  'use strict';
35532
35766
 
35533
35767
  /** @type {import('./Reflect.getPrototypeOf')} */
35534
35768
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
35535
35769
 
35536
- },{}],446:[function(require,module,exports){
35770
+ },{}],447:[function(require,module,exports){
35537
35771
  'use strict';
35538
35772
 
35539
35773
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -35562,13 +35796,13 @@ module.exports = reflectGetProto
35562
35796
  }
35563
35797
  : null;
35564
35798
 
35565
- },{"./Object.getPrototypeOf":444,"./Reflect.getPrototypeOf":445,"dunder-proto/get":431}],447:[function(require,module,exports){
35799
+ },{"./Object.getPrototypeOf":445,"./Reflect.getPrototypeOf":446,"dunder-proto/get":432}],448:[function(require,module,exports){
35566
35800
  'use strict';
35567
35801
 
35568
35802
  /** @type {import('./gOPD')} */
35569
35803
  module.exports = Object.getOwnPropertyDescriptor;
35570
35804
 
35571
- },{}],448:[function(require,module,exports){
35805
+ },{}],449:[function(require,module,exports){
35572
35806
  'use strict';
35573
35807
 
35574
35808
  /** @type {import('.')} */
@@ -35585,7 +35819,7 @@ if ($gOPD) {
35585
35819
 
35586
35820
  module.exports = $gOPD;
35587
35821
 
35588
- },{"./gOPD":447}],449:[function(require,module,exports){
35822
+ },{"./gOPD":448}],450:[function(require,module,exports){
35589
35823
  'use strict';
35590
35824
 
35591
35825
  var $defineProperty = require('es-define-property');
@@ -35609,7 +35843,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
35609
35843
 
35610
35844
  module.exports = hasPropertyDescriptors;
35611
35845
 
35612
- },{"es-define-property":432}],450:[function(require,module,exports){
35846
+ },{"es-define-property":433}],451:[function(require,module,exports){
35613
35847
  'use strict';
35614
35848
 
35615
35849
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -35625,7 +35859,7 @@ module.exports = function hasNativeSymbols() {
35625
35859
  return hasSymbolSham();
35626
35860
  };
35627
35861
 
35628
- },{"./shams":451}],451:[function(require,module,exports){
35862
+ },{"./shams":452}],452:[function(require,module,exports){
35629
35863
  'use strict';
35630
35864
 
35631
35865
  /** @type {import('./shams')} */
@@ -35672,7 +35906,7 @@ module.exports = function hasSymbols() {
35672
35906
  return true;
35673
35907
  };
35674
35908
 
35675
- },{}],452:[function(require,module,exports){
35909
+ },{}],453:[function(require,module,exports){
35676
35910
  'use strict';
35677
35911
 
35678
35912
  var call = Function.prototype.call;
@@ -35682,7 +35916,7 @@ var bind = require('function-bind');
35682
35916
  /** @type {import('.')} */
35683
35917
  module.exports = bind.call(call, $hasOwn);
35684
35918
 
35685
- },{"function-bind":442}],453:[function(require,module,exports){
35919
+ },{"function-bind":443}],454:[function(require,module,exports){
35686
35920
  // Generated by CoffeeScript 2.7.0
35687
35921
  // # node-http-status
35688
35922
 
@@ -36313,13 +36547,13 @@ module.exports = {
36313
36547
  }
36314
36548
  };
36315
36549
 
36316
- },{}],454:[function(require,module,exports){
36550
+ },{}],455:[function(require,module,exports){
36317
36551
  (function (process,global){
36318
36552
  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;
36319
36553
 
36320
36554
 
36321
36555
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
36322
- },{"_process":466}],455:[function(require,module,exports){
36556
+ },{"_process":467}],456:[function(require,module,exports){
36323
36557
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
36324
36558
  var e, m
36325
36559
  var eLen = (nBytes * 8) - mLen - 1
@@ -36405,7 +36639,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
36405
36639
  buffer[offset + i - d] |= s * 128
36406
36640
  }
36407
36641
 
36408
- },{}],456:[function(require,module,exports){
36642
+ },{}],457:[function(require,module,exports){
36409
36643
  // the whatwg-fetch polyfill installs the fetch() function
36410
36644
  // on the global object (window or self)
36411
36645
  //
@@ -36413,19 +36647,19 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
36413
36647
  require('whatwg-fetch');
36414
36648
  module.exports = self.fetch.bind(self);
36415
36649
 
36416
- },{"whatwg-fetch":478}],457:[function(require,module,exports){
36650
+ },{"whatwg-fetch":479}],458:[function(require,module,exports){
36417
36651
  'use strict';
36418
36652
 
36419
36653
  /** @type {import('./abs')} */
36420
36654
  module.exports = Math.abs;
36421
36655
 
36422
- },{}],458:[function(require,module,exports){
36656
+ },{}],459:[function(require,module,exports){
36423
36657
  'use strict';
36424
36658
 
36425
36659
  /** @type {import('./floor')} */
36426
36660
  module.exports = Math.floor;
36427
36661
 
36428
- },{}],459:[function(require,module,exports){
36662
+ },{}],460:[function(require,module,exports){
36429
36663
  'use strict';
36430
36664
 
36431
36665
  /** @type {import('./isNaN')} */
@@ -36433,31 +36667,31 @@ module.exports = Number.isNaN || function isNaN(a) {
36433
36667
  return a !== a;
36434
36668
  };
36435
36669
 
36436
- },{}],460:[function(require,module,exports){
36670
+ },{}],461:[function(require,module,exports){
36437
36671
  'use strict';
36438
36672
 
36439
36673
  /** @type {import('./max')} */
36440
36674
  module.exports = Math.max;
36441
36675
 
36442
- },{}],461:[function(require,module,exports){
36676
+ },{}],462:[function(require,module,exports){
36443
36677
  'use strict';
36444
36678
 
36445
36679
  /** @type {import('./min')} */
36446
36680
  module.exports = Math.min;
36447
36681
 
36448
- },{}],462:[function(require,module,exports){
36682
+ },{}],463:[function(require,module,exports){
36449
36683
  'use strict';
36450
36684
 
36451
36685
  /** @type {import('./pow')} */
36452
36686
  module.exports = Math.pow;
36453
36687
 
36454
- },{}],463:[function(require,module,exports){
36688
+ },{}],464:[function(require,module,exports){
36455
36689
  'use strict';
36456
36690
 
36457
36691
  /** @type {import('./round')} */
36458
36692
  module.exports = Math.round;
36459
36693
 
36460
- },{}],464:[function(require,module,exports){
36694
+ },{}],465:[function(require,module,exports){
36461
36695
  'use strict';
36462
36696
 
36463
36697
  var $isNaN = require('./isNaN');
@@ -36470,7 +36704,7 @@ module.exports = function sign(number) {
36470
36704
  return number < 0 ? -1 : +1;
36471
36705
  };
36472
36706
 
36473
- },{"./isNaN":459}],465:[function(require,module,exports){
36707
+ },{"./isNaN":460}],466:[function(require,module,exports){
36474
36708
  (function (global){
36475
36709
  var hasMap = typeof Map === 'function' && Map.prototype;
36476
36710
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
@@ -37001,7 +37235,7 @@ function arrObjKeys(obj, inspect) {
37001
37235
  }
37002
37236
 
37003
37237
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
37004
- },{"./util.inspect":418}],466:[function(require,module,exports){
37238
+ },{"./util.inspect":419}],467:[function(require,module,exports){
37005
37239
  // shim for using process in browser
37006
37240
  var process = module.exports = {};
37007
37241
 
@@ -37187,7 +37421,7 @@ process.chdir = function (dir) {
37187
37421
  };
37188
37422
  process.umask = function() { return 0; };
37189
37423
 
37190
- },{}],467:[function(require,module,exports){
37424
+ },{}],468:[function(require,module,exports){
37191
37425
  'use strict';
37192
37426
 
37193
37427
  var replace = String.prototype.replace;
@@ -37212,7 +37446,7 @@ module.exports = {
37212
37446
  RFC3986: Format.RFC3986
37213
37447
  };
37214
37448
 
37215
- },{}],468:[function(require,module,exports){
37449
+ },{}],469:[function(require,module,exports){
37216
37450
  'use strict';
37217
37451
 
37218
37452
  var stringify = require('./stringify');
@@ -37225,7 +37459,7 @@ module.exports = {
37225
37459
  stringify: stringify
37226
37460
  };
37227
37461
 
37228
- },{"./formats":467,"./parse":469,"./stringify":470}],469:[function(require,module,exports){
37462
+ },{"./formats":468,"./parse":470,"./stringify":471}],470:[function(require,module,exports){
37229
37463
  'use strict';
37230
37464
 
37231
37465
  var utils = require('./utils');
@@ -37515,7 +37749,7 @@ module.exports = function (str, opts) {
37515
37749
  return utils.compact(obj);
37516
37750
  };
37517
37751
 
37518
- },{"./utils":471}],470:[function(require,module,exports){
37752
+ },{"./utils":472}],471:[function(require,module,exports){
37519
37753
  'use strict';
37520
37754
 
37521
37755
  var getSideChannel = require('side-channel');
@@ -37868,7 +38102,7 @@ module.exports = function (object, opts) {
37868
38102
  return joined.length > 0 ? prefix + joined : '';
37869
38103
  };
37870
38104
 
37871
- },{"./formats":467,"./utils":471,"side-channel":477}],471:[function(require,module,exports){
38105
+ },{"./formats":468,"./utils":472,"side-channel":478}],472:[function(require,module,exports){
37872
38106
  'use strict';
37873
38107
 
37874
38108
  var formats = require('./formats');
@@ -38135,7 +38369,7 @@ module.exports = {
38135
38369
  merge: merge
38136
38370
  };
38137
38371
 
38138
- },{"./formats":467}],472:[function(require,module,exports){
38372
+ },{"./formats":468}],473:[function(require,module,exports){
38139
38373
  // Copyright Joyent, Inc. and other Node contributors.
38140
38374
  //
38141
38375
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -38221,7 +38455,7 @@ var isArray = Array.isArray || function (xs) {
38221
38455
  return Object.prototype.toString.call(xs) === '[object Array]';
38222
38456
  };
38223
38457
 
38224
- },{}],473:[function(require,module,exports){
38458
+ },{}],474:[function(require,module,exports){
38225
38459
  // Copyright Joyent, Inc. and other Node contributors.
38226
38460
  //
38227
38461
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -38308,13 +38542,13 @@ var objectKeys = Object.keys || function (obj) {
38308
38542
  return res;
38309
38543
  };
38310
38544
 
38311
- },{}],474:[function(require,module,exports){
38545
+ },{}],475:[function(require,module,exports){
38312
38546
  'use strict';
38313
38547
 
38314
38548
  exports.decode = exports.parse = require('./decode');
38315
38549
  exports.encode = exports.stringify = require('./encode');
38316
38550
 
38317
- },{"./decode":472,"./encode":473}],475:[function(require,module,exports){
38551
+ },{"./decode":473,"./encode":474}],476:[function(require,module,exports){
38318
38552
  'use strict';
38319
38553
 
38320
38554
  var GetIntrinsic = require('get-intrinsic');
@@ -38358,7 +38592,7 @@ module.exports = function setFunctionLength(fn, length) {
38358
38592
  return fn;
38359
38593
  };
38360
38594
 
38361
- },{"define-data-property":430,"es-errors/type":438,"get-intrinsic":443,"gopd":448,"has-property-descriptors":449}],476:[function(require,module,exports){
38595
+ },{"define-data-property":431,"es-errors/type":439,"get-intrinsic":444,"gopd":449,"has-property-descriptors":450}],477:[function(require,module,exports){
38362
38596
  'use strict'
38363
38597
  /* eslint no-proto: 0 */
38364
38598
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -38377,7 +38611,7 @@ function mixinProperties (obj, proto) {
38377
38611
  return obj
38378
38612
  }
38379
38613
 
38380
- },{}],477:[function(require,module,exports){
38614
+ },{}],478:[function(require,module,exports){
38381
38615
  'use strict';
38382
38616
 
38383
38617
  var GetIntrinsic = require('get-intrinsic');
@@ -38508,7 +38742,7 @@ module.exports = function getSideChannel() {
38508
38742
  return channel;
38509
38743
  };
38510
38744
 
38511
- },{"call-bind/callBound":425,"es-errors/type":438,"get-intrinsic":443,"object-inspect":465}],478:[function(require,module,exports){
38745
+ },{"call-bind/callBound":426,"es-errors/type":439,"get-intrinsic":444,"object-inspect":466}],479:[function(require,module,exports){
38512
38746
  (function (global){
38513
38747
  (function (global, factory) {
38514
38748
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :