@cinerino/sdk 5.0.0-alpha.9 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/example/playground/public/lib/bundle.js +384 -854
  2. package/example/src/chevre/assetTransaction/processCancelReservation.ts +3 -2
  3. package/example/src/chevre/assetTransaction/processMoneyTransfer.ts +3 -2
  4. package/example/src/chevre/assetTransaction/processPayMovieTicket.ts +6 -4
  5. package/example/src/chevre/assetTransaction/processPublishPaymentUrl.ts +6 -4
  6. package/example/src/chevre/assetTransaction/processRefundCreditCard.ts +6 -4
  7. package/example/src/chevre/assetTransaction/processRegisterService.ts +3 -2
  8. package/example/src/chevre/assetTransaction/processReserve.ts +6 -4
  9. package/example/src/chevre/authorizeOrder.ts +3 -2
  10. package/example/src/chevre/createEvents.ts +3 -2
  11. package/example/src/chevre/findOrderByConfirmationNumber.ts +3 -2
  12. package/example/src/chevre/findPerson.ts +3 -2
  13. package/example/src/chevre/publishServiceOutputIdentifier.ts +3 -2
  14. package/example/src/chevre/searchAcceptedOffersByConfirmationNumber.ts +3 -2
  15. package/example/src/chevre/searchEventOffers.ts +3 -2
  16. package/example/src/chevre/searchEvents.ts +2 -3
  17. package/example/src/chevre/searchProjects.ts +2 -2
  18. package/example/src/chevre/searchReservations.ts +3 -2
  19. package/example/src/chevre/searchSellerPaymentAccepted.ts +4 -5
  20. package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMembership.ts +2 -2
  21. package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMyMembership.ts +2 -2
  22. package/example/src/transaction/processPlaceOrderByCash.ts +5 -2
  23. package/lib/abstract/chevre.d.ts +0 -20
  24. package/lib/abstract/chevre.js +0 -43
  25. package/lib/abstract/chevreAdmin/project.d.ts +2 -6
  26. package/lib/abstract/chevreAdmin/project.js +0 -24
  27. package/lib/abstract/chevreTxn/payment/factory.d.ts +0 -1
  28. package/lib/abstract/chevreTxn/payment.d.ts +9 -1
  29. package/lib/abstract/chevreTxn/payment.js +19 -0
  30. package/lib/abstract/chevreTxn/transaction/placeOrder/factory.d.ts +9 -3
  31. package/lib/abstract/chevreTxn/transaction/placeOrder.d.ts +7 -3
  32. package/lib/abstract/service/offer.d.ts +0 -30
  33. package/lib/abstract/service/offer.js +0 -58
  34. package/lib/abstract/service/permit.d.ts +0 -3
  35. package/lib/abstract/service/permit.js +0 -17
  36. package/lib/abstract/service/transaction/placeOrder.d.ts +24 -4
  37. package/lib/abstract/service/transaction/placeOrder.js +19 -0
  38. package/lib/bundle.js +478 -779
  39. package/package.json +2 -2
  40. package/example/src/chevre/assetTransaction/processPayMGTicket.ts +0 -101
  41. package/example/src/chevre/authorizePermit.ts +0 -34
  42. package/example/src/createCommentOnOrder.ts +0 -42
  43. package/example/src/transaction/processOrderMoneyTransferByCash.ts +0 -198
  44. package/example/src/transaction/processOrderMoneyTransferByCreditCard.ts +0 -204
  45. package/example/src/transaction/processPlaceOrderByMovieTicket.ts +0 -478
  46. package/example/src/transaction/processPlaceOrderByNewMembershipCoupon4COA.ts +0 -221
  47. package/example/src/transaction/processPlaceOrderByPaymentCard.ts +0 -400
  48. package/lib/abstract/chevre/assetTransaction/pay.d.ts +0 -15
  49. package/lib/abstract/chevre/assetTransaction/pay.js +0 -87
  50. package/lib/abstract/chevre/me.d.ts +0 -20
  51. package/lib/abstract/chevre/me.js +0 -106
@@ -1,6 +1,6 @@
1
1
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2
2
  var cinerino = window.cinerino = require('./lib/browser.js');
3
- },{"./lib/browser.js":123}],2:[function(require,module,exports){
3
+ },{"./lib/browser.js":121}],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":83}],3:[function(require,module,exports){
21
+ },{"./abstract/index":81}],3:[function(require,module,exports){
22
22
  "use strict";
23
23
  var __assign = (this && this.__assign) || function () {
24
24
  __assign = Object.assign || function(t) {
@@ -83,9 +83,6 @@ var service;
83
83
  var Event;
84
84
  (function (Event) {
85
85
  })(Event = service.Event || (service.Event = {}));
86
- var Me;
87
- (function (Me) {
88
- })(Me = service.Me || (service.Me = {}));
89
86
  var Order;
90
87
  (function (Order) {
91
88
  })(Order = service.Order || (service.Order = {}));
@@ -117,12 +114,6 @@ var service;
117
114
  var Seller;
118
115
  (function (Seller) {
119
116
  })(Seller = service.Seller || (service.Seller = {}));
120
- var assetTransaction;
121
- (function (assetTransaction) {
122
- var Pay;
123
- (function (Pay) {
124
- })(Pay = assetTransaction.Pay || (assetTransaction.Pay = {}));
125
- })(assetTransaction = service.assetTransaction || (service.assetTransaction = {}));
126
117
  var Token;
127
118
  (function (Token) {
128
119
  })(Token = service.Token || (service.Token = {}));
@@ -205,23 +196,6 @@ var Chevre = /** @class */ (function () {
205
196
  });
206
197
  });
207
198
  };
208
- Chevre.prototype.createMeInstance = function () {
209
- return __awaiter(this, void 0, void 0, function () {
210
- var _a;
211
- return __generator(this, function (_b) {
212
- switch (_b.label) {
213
- case 0:
214
- if (!(service.Me.svc === undefined)) return [3 /*break*/, 2];
215
- _a = service.Me;
216
- return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevre/me'); })];
217
- case 1:
218
- _a.svc = (_b.sent()).MeService;
219
- _b.label = 2;
220
- case 2: return [2 /*return*/, new service.Me.svc(__assign({}, this.options))];
221
- }
222
- });
223
- });
224
- };
225
199
  Chevre.prototype.createOrderInstance = function (params) {
226
200
  return __awaiter(this, void 0, void 0, function () {
227
201
  var _a;
@@ -358,23 +332,6 @@ var Chevre = /** @class */ (function () {
358
332
  });
359
333
  });
360
334
  };
361
- Chevre.prototype.createPayAssetTransactionInstance = function (params) {
362
- return __awaiter(this, void 0, void 0, function () {
363
- var _a;
364
- return __generator(this, function (_b) {
365
- switch (_b.label) {
366
- case 0:
367
- if (!(service.assetTransaction.Pay.svc === undefined)) return [3 /*break*/, 2];
368
- _a = service.assetTransaction.Pay;
369
- return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevre/assetTransaction/pay'); })];
370
- case 1:
371
- _a.svc = (_b.sent()).PayAssetTransactionService;
372
- _b.label = 2;
373
- case 2: return [2 /*return*/, new service.assetTransaction.Pay.svc(__assign(__assign({}, this.options), params))];
374
- }
375
- });
376
- });
377
- };
378
335
  Chevre.prototype.createTokenInstance = function (params) {
379
336
  return __awaiter(this, void 0, void 0, function () {
380
337
  var _a;
@@ -413,7 +370,7 @@ var Chevre = /** @class */ (function () {
413
370
  }());
414
371
  exports.Chevre = Chevre;
415
372
 
416
- },{"./chevre/assetTransaction/pay":63,"./chevre/categoryCode":64,"./chevre/creativeWork":65,"./chevre/emailMessage":66,"./chevre/event":67,"./chevre/me":68,"./chevre/order":69,"./chevre/permit":71,"./chevre/person":72,"./chevre/person/ownershipInfo":73,"./chevre/place":74,"./chevre/place/hasPOS":75,"./chevre/product":76,"./chevre/seller":78,"./chevre/token":79,"./chevre/trip":80}],4:[function(require,module,exports){
373
+ },{"./chevre/categoryCode":63,"./chevre/creativeWork":64,"./chevre/emailMessage":65,"./chevre/event":66,"./chevre/order":67,"./chevre/permit":69,"./chevre/person":70,"./chevre/person/ownershipInfo":71,"./chevre/place":72,"./chevre/place/hasPOS":73,"./chevre/product":74,"./chevre/seller":76,"./chevre/token":77,"./chevre/trip":78}],4:[function(require,module,exports){
417
374
  "use strict";
418
375
  var __assign = (this && this.__assign) || function () {
419
376
  __assign = Object.assign || function(t) {
@@ -1635,7 +1592,7 @@ var AccountService = /** @class */ (function (_super) {
1635
1592
  }(service_1.Service));
1636
1593
  exports.AccountService = AccountService;
1637
1594
 
1638
- },{"../service":87,"http-status":314}],6:[function(require,module,exports){
1595
+ },{"../service":85,"http-status":312}],6:[function(require,module,exports){
1639
1596
  "use strict";
1640
1597
  var __extends = (this && this.__extends) || (function () {
1641
1598
  var extendStatics = function (d, b) {
@@ -1972,7 +1929,7 @@ var AccountTitleService = /** @class */ (function (_super) {
1972
1929
  }(service_1.Service));
1973
1930
  exports.AccountTitleService = AccountTitleService;
1974
1931
 
1975
- },{"../factory":82,"../service":87,"http-status":314}],7:[function(require,module,exports){
1932
+ },{"../factory":80,"../service":85,"http-status":312}],7:[function(require,module,exports){
1976
1933
  "use strict";
1977
1934
  var __extends = (this && this.__extends) || (function () {
1978
1935
  var extendStatics = function (d, b) {
@@ -2069,7 +2026,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
2069
2026
  }(service_1.Service));
2070
2027
  exports.AccountTransactionService = AccountTransactionService;
2071
2028
 
2072
- },{"../service":87,"http-status":314}],8:[function(require,module,exports){
2029
+ },{"../service":85,"http-status":312}],8:[function(require,module,exports){
2073
2030
  "use strict";
2074
2031
  var __extends = (this && this.__extends) || (function () {
2075
2032
  var extendStatics = function (d, b) {
@@ -2166,7 +2123,7 @@ var AccountingReportService = /** @class */ (function (_super) {
2166
2123
  }(service_1.Service));
2167
2124
  exports.AccountingReportService = AccountingReportService;
2168
2125
 
2169
- },{"../service":87,"http-status":314}],9:[function(require,module,exports){
2126
+ },{"../service":85,"http-status":312}],9:[function(require,module,exports){
2170
2127
  "use strict";
2171
2128
  var __extends = (this && this.__extends) || (function () {
2172
2129
  var extendStatics = function (d, b) {
@@ -2279,7 +2236,7 @@ var ActionService = /** @class */ (function (_super) {
2279
2236
  }(service_1.Service));
2280
2237
  exports.ActionService = ActionService;
2281
2238
 
2282
- },{"../service":87,"http-status":314}],10:[function(require,module,exports){
2239
+ },{"../service":85,"http-status":312}],10:[function(require,module,exports){
2283
2240
  "use strict";
2284
2241
  var __extends = (this && this.__extends) || (function () {
2285
2242
  var extendStatics = function (d, b) {
@@ -2443,7 +2400,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
2443
2400
  }(service_1.Service));
2444
2401
  exports.AdditionalPropertyService = AdditionalPropertyService;
2445
2402
 
2446
- },{"../service":87,"http-status":314}],11:[function(require,module,exports){
2403
+ },{"../service":85,"http-status":312}],11:[function(require,module,exports){
2447
2404
  "use strict";
2448
2405
  var __extends = (this && this.__extends) || (function () {
2449
2406
  var extendStatics = function (d, b) {
@@ -2559,7 +2516,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
2559
2516
  }(service_1.Service));
2560
2517
  exports.AggregateOfferService = AggregateOfferService;
2561
2518
 
2562
- },{"../service":87,"http-status":314}],12:[function(require,module,exports){
2519
+ },{"../service":85,"http-status":312}],12:[function(require,module,exports){
2563
2520
  "use strict";
2564
2521
  var __extends = (this && this.__extends) || (function () {
2565
2522
  var extendStatics = function (d, b) {
@@ -2664,7 +2621,7 @@ var AggregationService = /** @class */ (function (_super) {
2664
2621
  }(service_1.Service));
2665
2622
  exports.AggregationService = AggregationService;
2666
2623
 
2667
- },{"../service":87,"http-status":314}],13:[function(require,module,exports){
2624
+ },{"../service":85,"http-status":312}],13:[function(require,module,exports){
2668
2625
  "use strict";
2669
2626
  var __extends = (this && this.__extends) || (function () {
2670
2627
  var extendStatics = function (d, b) {
@@ -2761,7 +2718,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
2761
2718
  }(service_1.Service));
2762
2719
  exports.AssetTransactionService = AssetTransactionService;
2763
2720
 
2764
- },{"../service":87,"http-status":314}],14:[function(require,module,exports){
2721
+ },{"../service":85,"http-status":312}],14:[function(require,module,exports){
2765
2722
  "use strict";
2766
2723
  var __extends = (this && this.__extends) || (function () {
2767
2724
  var extendStatics = function (d, b) {
@@ -2923,7 +2880,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
2923
2880
  }(service_1.Service));
2924
2881
  exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
2925
2882
 
2926
- },{"../../service":87,"http-status":314}],15:[function(require,module,exports){
2883
+ },{"../../service":85,"http-status":312}],15:[function(require,module,exports){
2927
2884
  "use strict";
2928
2885
  var __extends = (this && this.__extends) || (function () {
2929
2886
  var extendStatics = function (d, b) {
@@ -3059,7 +3016,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
3059
3016
  }(service_1.Service));
3060
3017
  exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
3061
3018
 
3062
- },{"../../factory":82,"../../service":87,"http-status":314}],16:[function(require,module,exports){
3019
+ },{"../../factory":80,"../../service":85,"http-status":312}],16:[function(require,module,exports){
3063
3020
  "use strict";
3064
3021
  var __extends = (this && this.__extends) || (function () {
3065
3022
  var extendStatics = function (d, b) {
@@ -3284,7 +3241,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
3284
3241
  }(service_1.Service));
3285
3242
  exports.PayAssetTransactionService = PayAssetTransactionService;
3286
3243
 
3287
- },{"../../factory":82,"../../service":87,"http-status":314}],17:[function(require,module,exports){
3244
+ },{"../../factory":80,"../../service":85,"http-status":312}],17:[function(require,module,exports){
3288
3245
  "use strict";
3289
3246
  var __extends = (this && this.__extends) || (function () {
3290
3247
  var extendStatics = function (d, b) {
@@ -3431,7 +3388,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
3431
3388
  }(service_1.Service));
3432
3389
  exports.RefundAssetTransactionService = RefundAssetTransactionService;
3433
3390
 
3434
- },{"../../factory":82,"../../service":87,"http-status":314}],18:[function(require,module,exports){
3391
+ },{"../../factory":80,"../../service":85,"http-status":312}],18:[function(require,module,exports){
3435
3392
  "use strict";
3436
3393
  var __extends = (this && this.__extends) || (function () {
3437
3394
  var extendStatics = function (d, b) {
@@ -3578,7 +3535,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
3578
3535
  }(service_1.Service));
3579
3536
  exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
3580
3537
 
3581
- },{"../../factory":82,"../../service":87,"http-status":314}],19:[function(require,module,exports){
3538
+ },{"../../factory":80,"../../service":85,"http-status":312}],19:[function(require,module,exports){
3582
3539
  "use strict";
3583
3540
  var __extends = (this && this.__extends) || (function () {
3584
3541
  var extendStatics = function (d, b) {
@@ -3742,7 +3699,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
3742
3699
  }(service_1.Service));
3743
3700
  exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
3744
3701
 
3745
- },{"../../service":87,"http-status":314}],20:[function(require,module,exports){
3702
+ },{"../../service":85,"http-status":312}],20:[function(require,module,exports){
3746
3703
  "use strict";
3747
3704
  var __extends = (this && this.__extends) || (function () {
3748
3705
  var extendStatics = function (d, b) {
@@ -3858,7 +3815,7 @@ var AuthorizationService = /** @class */ (function (_super) {
3858
3815
  }(service_1.Service));
3859
3816
  exports.AuthorizationService = AuthorizationService;
3860
3817
 
3861
- },{"../service":87,"http-status":314}],21:[function(require,module,exports){
3818
+ },{"../service":85,"http-status":312}],21:[function(require,module,exports){
3862
3819
  "use strict";
3863
3820
  var __extends = (this && this.__extends) || (function () {
3864
3821
  var extendStatics = function (d, b) {
@@ -4022,7 +3979,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
4022
3979
  }(service_1.Service));
4023
3980
  exports.CategoryCodeService = CategoryCodeService;
4024
3981
 
4025
- },{"../service":87,"http-status":314}],22:[function(require,module,exports){
3982
+ },{"../service":85,"http-status":312}],22:[function(require,module,exports){
4026
3983
  "use strict";
4027
3984
  var __extends = (this && this.__extends) || (function () {
4028
3985
  var extendStatics = function (d, b) {
@@ -4138,7 +4095,7 @@ var CommentService = /** @class */ (function (_super) {
4138
4095
  }(service_1.Service));
4139
4096
  exports.CommentService = CommentService;
4140
4097
 
4141
- },{"../service":87,"http-status":314}],23:[function(require,module,exports){
4098
+ },{"../service":85,"http-status":312}],23:[function(require,module,exports){
4142
4099
  "use strict";
4143
4100
  var __extends = (this && this.__extends) || (function () {
4144
4101
  var extendStatics = function (d, b) {
@@ -4296,7 +4253,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
4296
4253
  }(service_1.Service));
4297
4254
  exports.CreativeWorkService = CreativeWorkService;
4298
4255
 
4299
- },{"../service":87,"http-status":314}],24:[function(require,module,exports){
4256
+ },{"../service":85,"http-status":312}],24:[function(require,module,exports){
4300
4257
  "use strict";
4301
4258
  var __extends = (this && this.__extends) || (function () {
4302
4259
  var extendStatics = function (d, b) {
@@ -4483,7 +4440,7 @@ var CustomerService = /** @class */ (function (_super) {
4483
4440
  }(service_1.Service));
4484
4441
  exports.CustomerService = CustomerService;
4485
4442
 
4486
- },{"../service":87,"http-status":314}],25:[function(require,module,exports){
4443
+ },{"../service":85,"http-status":312}],25:[function(require,module,exports){
4487
4444
  "use strict";
4488
4445
  var __extends = (this && this.__extends) || (function () {
4489
4446
  var extendStatics = function (d, b) {
@@ -4657,7 +4614,7 @@ var EmailMessageService = /** @class */ (function (_super) {
4657
4614
  }(service_1.Service));
4658
4615
  exports.EmailMessageService = EmailMessageService;
4659
4616
 
4660
- },{"../service":87,"http-status":314}],26:[function(require,module,exports){
4617
+ },{"../service":85,"http-status":312}],26:[function(require,module,exports){
4661
4618
  "use strict";
4662
4619
  var __extends = (this && this.__extends) || (function () {
4663
4620
  var extendStatics = function (d, b) {
@@ -4927,7 +4884,7 @@ var EventService = /** @class */ (function (_super) {
4927
4884
  }(service_1.Service));
4928
4885
  exports.EventService = EventService;
4929
4886
 
4930
- },{"../service":87,"http-status":314}],27:[function(require,module,exports){
4887
+ },{"../service":85,"http-status":312}],27:[function(require,module,exports){
4931
4888
  "use strict";
4932
4889
  var __extends = (this && this.__extends) || (function () {
4933
4890
  var extendStatics = function (d, b) {
@@ -5264,7 +5221,7 @@ var IAMService = /** @class */ (function (_super) {
5264
5221
  }(service_1.Service));
5265
5222
  exports.IAMService = IAMService;
5266
5223
 
5267
- },{"../service":87,"http-status":314}],28:[function(require,module,exports){
5224
+ },{"../service":85,"http-status":312}],28:[function(require,module,exports){
5268
5225
  "use strict";
5269
5226
  var __extends = (this && this.__extends) || (function () {
5270
5227
  var extendStatics = function (d, b) {
@@ -5390,7 +5347,7 @@ var MeService = /** @class */ (function (_super) {
5390
5347
  }(service_1.Service));
5391
5348
  exports.MeService = MeService;
5392
5349
 
5393
- },{"../service":87,"http-status":314}],29:[function(require,module,exports){
5350
+ },{"../service":85,"http-status":312}],29:[function(require,module,exports){
5394
5351
  "use strict";
5395
5352
  var __extends = (this && this.__extends) || (function () {
5396
5353
  var extendStatics = function (d, b) {
@@ -5548,7 +5505,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
5548
5505
  }(service_1.Service));
5549
5506
  exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
5550
5507
 
5551
- },{"../service":87,"http-status":314}],30:[function(require,module,exports){
5508
+ },{"../service":85,"http-status":312}],30:[function(require,module,exports){
5552
5509
  "use strict";
5553
5510
  var __extends = (this && this.__extends) || (function () {
5554
5511
  var extendStatics = function (d, b) {
@@ -5684,7 +5641,7 @@ var OfferService = /** @class */ (function (_super) {
5684
5641
  }(service_1.Service));
5685
5642
  exports.OfferService = OfferService;
5686
5643
 
5687
- },{"../service":87,"http-status":314}],31:[function(require,module,exports){
5644
+ },{"../service":85,"http-status":312}],31:[function(require,module,exports){
5688
5645
  "use strict";
5689
5646
  var __extends = (this && this.__extends) || (function () {
5690
5647
  var extendStatics = function (d, b) {
@@ -5913,7 +5870,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
5913
5870
  }(service_1.Service));
5914
5871
  exports.OfferCatalogService = OfferCatalogService;
5915
5872
 
5916
- },{"../service":87,"http-status":314}],32:[function(require,module,exports){
5873
+ },{"../service":85,"http-status":312}],32:[function(require,module,exports){
5917
5874
  "use strict";
5918
5875
  var __extends = (this && this.__extends) || (function () {
5919
5876
  var extendStatics = function (d, b) {
@@ -6094,7 +6051,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
6094
6051
  }(service_1.Service));
6095
6052
  exports.OfferCatalogItemService = OfferCatalogItemService;
6096
6053
 
6097
- },{"../service":87,"http-status":314}],33:[function(require,module,exports){
6054
+ },{"../service":85,"http-status":312}],33:[function(require,module,exports){
6098
6055
  "use strict";
6099
6056
  var __extends = (this && this.__extends) || (function () {
6100
6057
  var extendStatics = function (d, b) {
@@ -6252,7 +6209,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
6252
6209
  }(service_1.Service));
6253
6210
  exports.OfferItemConditionService = OfferItemConditionService;
6254
6211
 
6255
- },{"../service":87,"http-status":314}],34:[function(require,module,exports){
6212
+ },{"../service":85,"http-status":312}],34:[function(require,module,exports){
6256
6213
  "use strict";
6257
6214
  var __extends = (this && this.__extends) || (function () {
6258
6215
  var extendStatics = function (d, b) {
@@ -6541,7 +6498,7 @@ var OrderService = /** @class */ (function (_super) {
6541
6498
  }(service_1.Service));
6542
6499
  exports.OrderService = OrderService;
6543
6500
 
6544
- },{"../factory":82,"../service":87,"http-status":314}],35:[function(require,module,exports){
6501
+ },{"../factory":80,"../service":85,"http-status":312}],35:[function(require,module,exports){
6545
6502
  "use strict";
6546
6503
  var __extends = (this && this.__extends) || (function () {
6547
6504
  var extendStatics = function (d, b) {
@@ -6638,7 +6595,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
6638
6595
  }(service_1.Service));
6639
6596
  exports.OwnershipInfoService = OwnershipInfoService;
6640
6597
 
6641
- },{"../service":87,"http-status":314}],36:[function(require,module,exports){
6598
+ },{"../service":85,"http-status":312}],36:[function(require,module,exports){
6642
6599
  "use strict";
6643
6600
  var __extends = (this && this.__extends) || (function () {
6644
6601
  var extendStatics = function (d, b) {
@@ -6726,7 +6683,7 @@ var PermissionService = /** @class */ (function (_super) {
6726
6683
  }(service_1.Service));
6727
6684
  exports.PermissionService = PermissionService;
6728
6685
 
6729
- },{"../service":87,"http-status":314}],37:[function(require,module,exports){
6686
+ },{"../service":85,"http-status":312}],37:[function(require,module,exports){
6730
6687
  "use strict";
6731
6688
  var __extends = (this && this.__extends) || (function () {
6732
6689
  var extendStatics = function (d, b) {
@@ -6882,7 +6839,7 @@ var PermitService = /** @class */ (function (_super) {
6882
6839
  }(service_1.Service));
6883
6840
  exports.PermitService = PermitService;
6884
6841
 
6885
- },{"../service":87,"http-status":314}],38:[function(require,module,exports){
6842
+ },{"../service":85,"http-status":312}],38:[function(require,module,exports){
6886
6843
  "use strict";
6887
6844
  var __extends = (this && this.__extends) || (function () {
6888
6845
  var extendStatics = function (d, b) {
@@ -7118,7 +7075,7 @@ var PersonService = /** @class */ (function (_super) {
7118
7075
  }(service_1.Service));
7119
7076
  exports.PersonService = PersonService;
7120
7077
 
7121
- },{"../service":87,"http-status":314}],39:[function(require,module,exports){
7078
+ },{"../service":85,"http-status":312}],39:[function(require,module,exports){
7122
7079
  "use strict";
7123
7080
  var __extends = (this && this.__extends) || (function () {
7124
7081
  var extendStatics = function (d, b) {
@@ -7369,7 +7326,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
7369
7326
  }(service_1.Service));
7370
7327
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
7371
7328
 
7372
- },{"../../service":87,"http-status":314}],40:[function(require,module,exports){
7329
+ },{"../../service":85,"http-status":312}],40:[function(require,module,exports){
7373
7330
  "use strict";
7374
7331
  var __extends = (this && this.__extends) || (function () {
7375
7332
  var extendStatics = function (d, b) {
@@ -7872,7 +7829,7 @@ var PlaceService = /** @class */ (function (_super) {
7872
7829
  }(service_1.Service));
7873
7830
  exports.PlaceService = PlaceService;
7874
7831
 
7875
- },{"../factory":82,"../service":87,"http-status":314}],41:[function(require,module,exports){
7832
+ },{"../factory":80,"../service":85,"http-status":312}],41:[function(require,module,exports){
7876
7833
  "use strict";
7877
7834
  var __extends = (this && this.__extends) || (function () {
7878
7835
  var extendStatics = function (d, b) {
@@ -8008,7 +7965,7 @@ var HasPOSService = /** @class */ (function (_super) {
8008
7965
  }(service_1.Service));
8009
7966
  exports.HasPOSService = HasPOSService;
8010
7967
 
8011
- },{"../../factory":82,"../../service":87,"http-status":314}],42:[function(require,module,exports){
7968
+ },{"../../factory":80,"../../service":85,"http-status":312}],42:[function(require,module,exports){
8012
7969
  "use strict";
8013
7970
  var __extends = (this && this.__extends) || (function () {
8014
7971
  var extendStatics = function (d, b) {
@@ -8172,7 +8129,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
8172
8129
  }(service_1.Service));
8173
8130
  exports.PriceSpecificationService = PriceSpecificationService;
8174
8131
 
8175
- },{"../service":87,"http-status":314}],43:[function(require,module,exports){
8132
+ },{"../service":85,"http-status":312}],43:[function(require,module,exports){
8176
8133
  "use strict";
8177
8134
  var __extends = (this && this.__extends) || (function () {
8178
8135
  var extendStatics = function (d, b) {
@@ -8370,7 +8327,7 @@ var ProductService = /** @class */ (function (_super) {
8370
8327
  }(service_1.Service));
8371
8328
  exports.ProductService = ProductService;
8372
8329
 
8373
- },{"../service":87,"http-status":314}],44:[function(require,module,exports){
8330
+ },{"../service":85,"http-status":312}],44:[function(require,module,exports){
8374
8331
  "use strict";
8375
8332
  var __extends = (this && this.__extends) || (function () {
8376
8333
  var extendStatics = function (d, b) {
@@ -8449,11 +8406,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
8449
8406
  exports.ProjectService = void 0;
8450
8407
  var http_status_1 = require("http-status");
8451
8408
  var service_1 = require("../service");
8452
- // export interface IGetHealthResult {
8453
- // version?: string;
8454
- // status?: number;
8455
- // message?: string;
8456
- // }
8457
8409
  /**
8458
8410
  * プロジェクトサービス
8459
8411
  */
@@ -8481,25 +8433,6 @@ var ProjectService = /** @class */ (function (_super) {
8481
8433
  });
8482
8434
  });
8483
8435
  };
8484
- /**
8485
- * プロジェクト検索
8486
- * 廃止(2023-07-26~)
8487
- */
8488
- // public async search(
8489
- // params: factory.project.ISearchConditions & IProjectionSearchConditions
8490
- // ): Promise<ISearchResult<factory.project.IProject[]>> {
8491
- // return this.fetch({
8492
- // uri: '/projects',
8493
- // method: 'GET',
8494
- // qs: params,
8495
- // expectedStatusCodes: [OK]
8496
- // })
8497
- // .then(async (response) => {
8498
- // return {
8499
- // data: await response.json()
8500
- // };
8501
- // });
8502
- // }
8503
8436
  /**
8504
8437
  * プロジェクト設定検索
8505
8438
  */
@@ -8565,7 +8498,7 @@ var ProjectService = /** @class */ (function (_super) {
8565
8498
  }(service_1.Service));
8566
8499
  exports.ProjectService = ProjectService;
8567
8500
 
8568
- },{"../service":87,"http-status":314}],45:[function(require,module,exports){
8501
+ },{"../service":85,"http-status":312}],45:[function(require,module,exports){
8569
8502
  "use strict";
8570
8503
  var __extends = (this && this.__extends) || (function () {
8571
8504
  var extendStatics = function (d, b) {
@@ -8738,7 +8671,7 @@ var ReservationService = /** @class */ (function (_super) {
8738
8671
  }(service_1.Service));
8739
8672
  exports.ReservationService = ReservationService;
8740
8673
 
8741
- },{"../service":87,"http-status":314}],46:[function(require,module,exports){
8674
+ },{"../service":85,"http-status":312}],46:[function(require,module,exports){
8742
8675
  "use strict";
8743
8676
  var __extends = (this && this.__extends) || (function () {
8744
8677
  var extendStatics = function (d, b) {
@@ -9218,7 +9151,7 @@ var SellerService = /** @class */ (function (_super) {
9218
9151
  }(service_1.Service));
9219
9152
  exports.SellerService = SellerService;
9220
9153
 
9221
- },{"../service":87,"http-status":314}],47:[function(require,module,exports){
9154
+ },{"../service":85,"http-status":312}],47:[function(require,module,exports){
9222
9155
  "use strict";
9223
9156
  var __extends = (this && this.__extends) || (function () {
9224
9157
  var extendStatics = function (d, b) {
@@ -9352,7 +9285,7 @@ var TaskService = /** @class */ (function (_super) {
9352
9285
  }(service_1.Service));
9353
9286
  exports.TaskService = TaskService;
9354
9287
 
9355
- },{"../service":87,"http-status":314}],48:[function(require,module,exports){
9288
+ },{"../service":85,"http-status":312}],48:[function(require,module,exports){
9356
9289
  "use strict";
9357
9290
  var __extends = (this && this.__extends) || (function () {
9358
9291
  var extendStatics = function (d, b) {
@@ -9440,7 +9373,7 @@ var TokenService = /** @class */ (function (_super) {
9440
9373
  }(service_1.Service));
9441
9374
  exports.TokenService = TokenService;
9442
9375
 
9443
- },{"../service":87,"http-status":314}],49:[function(require,module,exports){
9376
+ },{"../service":85,"http-status":312}],49:[function(require,module,exports){
9444
9377
  "use strict";
9445
9378
  var __extends = (this && this.__extends) || (function () {
9446
9379
  var extendStatics = function (d, b) {
@@ -9528,7 +9461,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
9528
9461
  }(service_1.Service));
9529
9462
  exports.TransactionNumberService = TransactionNumberService;
9530
9463
 
9531
- },{"../service":87,"http-status":314}],50:[function(require,module,exports){
9464
+ },{"../service":85,"http-status":312}],50:[function(require,module,exports){
9532
9465
  "use strict";
9533
9466
  var __extends = (this && this.__extends) || (function () {
9534
9467
  var extendStatics = function (d, b) {
@@ -9660,7 +9593,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
9660
9593
  }(service_1.Service));
9661
9594
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
9662
9595
 
9663
- },{"../../factory":82,"../../service":87,"http-status":314}],51:[function(require,module,exports){
9596
+ },{"../../factory":80,"../../service":85,"http-status":312}],51:[function(require,module,exports){
9664
9597
  "use strict";
9665
9598
  var __extends = (this && this.__extends) || (function () {
9666
9599
  var extendStatics = function (d, b) {
@@ -9792,7 +9725,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
9792
9725
  }(service_1.Service));
9793
9726
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
9794
9727
 
9795
- },{"../../factory":82,"../../service":87,"http-status":314}],52:[function(require,module,exports){
9728
+ },{"../../factory":80,"../../service":85,"http-status":312}],52:[function(require,module,exports){
9796
9729
  "use strict";
9797
9730
  var __extends = (this && this.__extends) || (function () {
9798
9731
  var extendStatics = function (d, b) {
@@ -9892,7 +9825,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
9892
9825
  }(service_1.Service));
9893
9826
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
9894
9827
 
9895
- },{"../../factory":82,"../../service":87,"http-status":314}],53:[function(require,module,exports){
9828
+ },{"../../factory":80,"../../service":85,"http-status":312}],53:[function(require,module,exports){
9896
9829
  "use strict";
9897
9830
  var __extends = (this && this.__extends) || (function () {
9898
9831
  var extendStatics = function (d, b) {
@@ -10065,7 +9998,7 @@ var TripService = /** @class */ (function (_super) {
10065
9998
  }(service_1.Service));
10066
9999
  exports.TripService = TripService;
10067
10000
 
10068
- },{"../service":87,"http-status":314}],54:[function(require,module,exports){
10001
+ },{"../service":85,"http-status":312}],54:[function(require,module,exports){
10069
10002
  "use strict";
10070
10003
  var __extends = (this && this.__extends) || (function () {
10071
10004
  var extendStatics = function (d, b) {
@@ -10198,7 +10131,7 @@ var UserPoolService = /** @class */ (function (_super) {
10198
10131
  }(service_1.Service));
10199
10132
  exports.UserPoolService = UserPoolService;
10200
10133
 
10201
- },{"../service":87,"http-status":314}],55:[function(require,module,exports){
10134
+ },{"../service":85,"http-status":312}],55:[function(require,module,exports){
10202
10135
  "use strict";
10203
10136
  var __assign = (this && this.__assign) || function () {
10204
10137
  __assign = Object.assign || function(t) {
@@ -10595,7 +10528,7 @@ var OfferService = /** @class */ (function (_super) {
10595
10528
  }(service_1.Service));
10596
10529
  exports.OfferService = OfferService;
10597
10530
 
10598
- },{"../factory":82,"../service":87,"http-status":314}],57:[function(require,module,exports){
10531
+ },{"../factory":80,"../service":85,"http-status":312}],57:[function(require,module,exports){
10599
10532
  "use strict";
10600
10533
  var __extends = (this && this.__extends) || (function () {
10601
10534
  var extendStatics = function (d, b) {
@@ -10672,6 +10605,25 @@ var PaymentService = /** @class */ (function (_super) {
10672
10605
  function PaymentService() {
10673
10606
  return _super !== null && _super.apply(this, arguments) || this;
10674
10607
  }
10608
+ /**
10609
+ * 決済方法認証
10610
+ */
10611
+ PaymentService.prototype.checkMovieTicket = function (params) {
10612
+ return __awaiter(this, void 0, void 0, function () {
10613
+ var _this = this;
10614
+ return __generator(this, function (_a) {
10615
+ return [2 /*return*/, this.fetch({
10616
+ uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check",
10617
+ method: 'POST',
10618
+ expectedStatusCodes: [http_status_1.CREATED],
10619
+ body: params
10620
+ })
10621
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
10622
+ return [2 /*return*/, response.json()];
10623
+ }); }); })];
10624
+ });
10625
+ });
10626
+ };
10675
10627
  /**
10676
10628
  * 対面決済承認
10677
10629
  */
@@ -10817,7 +10769,7 @@ var PaymentService = /** @class */ (function (_super) {
10817
10769
  }(service_1.Service));
10818
10770
  exports.PaymentService = PaymentService;
10819
10771
 
10820
- },{"../factory":82,"../service":87,"http-status":314}],58:[function(require,module,exports){
10772
+ },{"../factory":80,"../service":85,"http-status":312}],58:[function(require,module,exports){
10821
10773
  "use strict";
10822
10774
  Object.defineProperty(exports, "__esModule", { value: true });
10823
10775
 
@@ -10971,7 +10923,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
10971
10923
  }(service_1.Service));
10972
10924
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
10973
10925
 
10974
- },{"../../factory":82,"../../service":87,"http-status":314}],60:[function(require,module,exports){
10926
+ },{"../../factory":80,"../../service":85,"http-status":312}],60:[function(require,module,exports){
10975
10927
  "use strict";
10976
10928
  var __extends = (this && this.__extends) || (function () {
10977
10929
  var extendStatics = function (d, b) {
@@ -11174,7 +11126,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
11174
11126
  }(service_1.Service));
11175
11127
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
11176
11128
 
11177
- },{"../../factory":82,"../../service":87,"http-status":314}],61:[function(require,module,exports){
11129
+ },{"../../factory":80,"../../service":85,"http-status":312}],61:[function(require,module,exports){
11178
11130
  arguments[4][58][0].apply(exports,arguments)
11179
11131
  },{"dup":58}],62:[function(require,module,exports){
11180
11132
  "use strict";
@@ -11321,96 +11273,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
11321
11273
  }(service_1.Service));
11322
11274
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
11323
11275
 
11324
- },{"../../factory":82,"../../service":87,"http-status":314}],63:[function(require,module,exports){
11325
- "use strict";
11326
- var __extends = (this && this.__extends) || (function () {
11327
- var extendStatics = function (d, b) {
11328
- extendStatics = Object.setPrototypeOf ||
11329
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
11330
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
11331
- return extendStatics(d, b);
11332
- };
11333
- return function (d, b) {
11334
- if (typeof b !== "function" && b !== null)
11335
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
11336
- extendStatics(d, b);
11337
- function __() { this.constructor = d; }
11338
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
11339
- };
11340
- })();
11341
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
11342
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
11343
- return new (P || (P = Promise))(function (resolve, reject) {
11344
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
11345
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
11346
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
11347
- step((generator = generator.apply(thisArg, _arguments || [])).next());
11348
- });
11349
- };
11350
- var __generator = (this && this.__generator) || function (thisArg, body) {
11351
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
11352
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
11353
- function verb(n) { return function (v) { return step([n, v]); }; }
11354
- function step(op) {
11355
- if (f) throw new TypeError("Generator is already executing.");
11356
- while (_) try {
11357
- 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;
11358
- if (y = 0, t) op = [op[0] & 2, t.value];
11359
- switch (op[0]) {
11360
- case 0: case 1: t = op; break;
11361
- case 4: _.label++; return { value: op[1], done: false };
11362
- case 5: _.label++; y = op[1]; op = [0]; continue;
11363
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
11364
- default:
11365
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
11366
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
11367
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
11368
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
11369
- if (t[2]) _.ops.pop();
11370
- _.trys.pop(); continue;
11371
- }
11372
- op = body.call(thisArg, _);
11373
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
11374
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
11375
- }
11376
- };
11377
- Object.defineProperty(exports, "__esModule", { value: true });
11378
- exports.PayAssetTransactionService = void 0;
11379
- var http_status_1 = require("http-status");
11380
- var factory = require("../../factory");
11381
- var service_1 = require("../../service");
11382
- /**
11383
- * 決済取引サービス
11384
- */
11385
- var PayAssetTransactionService = /** @class */ (function (_super) {
11386
- __extends(PayAssetTransactionService, _super);
11387
- function PayAssetTransactionService() {
11388
- return _super !== null && _super.apply(this, arguments) || this;
11389
- }
11390
- /**
11391
- * 決済方法認証
11392
- */
11393
- PayAssetTransactionService.prototype.check = function (params) {
11394
- return __awaiter(this, void 0, void 0, function () {
11395
- var _this = this;
11396
- return __generator(this, function (_a) {
11397
- return [2 /*return*/, this.fetch({
11398
- uri: "/assetTransactions/" + factory.assetTransactionType.Pay + "/check",
11399
- method: 'POST',
11400
- expectedStatusCodes: [http_status_1.CREATED],
11401
- body: params
11402
- })
11403
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
11404
- return [2 /*return*/, response.json()];
11405
- }); }); })];
11406
- });
11407
- });
11408
- };
11409
- return PayAssetTransactionService;
11410
- }(service_1.Service));
11411
- exports.PayAssetTransactionService = PayAssetTransactionService;
11412
-
11413
- },{"../../factory":82,"../../service":87,"http-status":314}],64:[function(require,module,exports){
11276
+ },{"../../factory":80,"../../service":85,"http-status":312}],63:[function(require,module,exports){
11414
11277
  "use strict";
11415
11278
  var __extends = (this && this.__extends) || (function () {
11416
11279
  var extendStatics = function (d, b) {
@@ -11507,7 +11370,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
11507
11370
  }(service_1.Service));
11508
11371
  exports.CategoryCodeService = CategoryCodeService;
11509
11372
 
11510
- },{"../service":87,"http-status":314}],65:[function(require,module,exports){
11373
+ },{"../service":85,"http-status":312}],64:[function(require,module,exports){
11511
11374
  "use strict";
11512
11375
  var __extends = (this && this.__extends) || (function () {
11513
11376
  var extendStatics = function (d, b) {
@@ -11601,7 +11464,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
11601
11464
  }(service_1.Service));
11602
11465
  exports.CreativeWorkService = CreativeWorkService;
11603
11466
 
11604
- },{"../service":87,"http-status":314}],66:[function(require,module,exports){
11467
+ },{"../service":85,"http-status":312}],65:[function(require,module,exports){
11605
11468
  "use strict";
11606
11469
  var __extends = (this && this.__extends) || (function () {
11607
11470
  var extendStatics = function (d, b) {
@@ -11698,7 +11561,7 @@ var EmailMessageService = /** @class */ (function (_super) {
11698
11561
  }(service_1.Service));
11699
11562
  exports.EmailMessageService = EmailMessageService;
11700
11563
 
11701
- },{"../service":87,"http-status":314}],67:[function(require,module,exports){
11564
+ },{"../service":85,"http-status":312}],66:[function(require,module,exports){
11702
11565
  "use strict";
11703
11566
  var __extends = (this && this.__extends) || (function () {
11704
11567
  var extendStatics = function (d, b) {
@@ -11957,7 +11820,7 @@ var EventService = /** @class */ (function (_super) {
11957
11820
  }(service_1.Service));
11958
11821
  exports.EventService = EventService;
11959
11822
 
11960
- },{"../service":87,"http-status":314}],68:[function(require,module,exports){
11823
+ },{"../service":85,"http-status":312}],67:[function(require,module,exports){
11961
11824
  "use strict";
11962
11825
  var __extends = (this && this.__extends) || (function () {
11963
11826
  var extendStatics = function (d, b) {
@@ -11974,17 +11837,6 @@ var __extends = (this && this.__extends) || (function () {
11974
11837
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
11975
11838
  };
11976
11839
  })();
11977
- var __assign = (this && this.__assign) || function () {
11978
- __assign = Object.assign || function(t) {
11979
- for (var s, i = 1, n = arguments.length; i < n; i++) {
11980
- s = arguments[i];
11981
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11982
- t[p] = s[p];
11983
- }
11984
- return t;
11985
- };
11986
- return __assign.apply(this, arguments);
11987
- };
11988
11840
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
11989
11841
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
11990
11842
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -12021,169 +11873,72 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
12021
11873
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
12022
11874
  }
12023
11875
  };
11876
+ var __rest = (this && this.__rest) || function (s, e) {
11877
+ var t = {};
11878
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
11879
+ t[p] = s[p];
11880
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
11881
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
11882
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
11883
+ t[p[i]] = s[p[i]];
11884
+ }
11885
+ return t;
11886
+ };
12024
11887
  Object.defineProperty(exports, "__esModule", { value: true });
12025
- exports.MeService = void 0;
11888
+ exports.OrderService = void 0;
12026
11889
  var http_status_1 = require("http-status");
11890
+ var factory = require("../factory");
12027
11891
  var service_1 = require("../service");
12028
11892
  /**
12029
- * 管理者サービス
11893
+ * 注文サービス
12030
11894
  */
12031
- var MeService = /** @class */ (function (_super) {
12032
- __extends(MeService, _super);
12033
- function MeService(options) {
12034
- return _super.call(this, __assign(__assign({}, options), { project: { id: '' } })) || this;
11895
+ var OrderService = /** @class */ (function (_super) {
11896
+ __extends(OrderService, _super);
11897
+ function OrderService() {
11898
+ return _super !== null && _super.apply(this, arguments) || this;
12035
11899
  }
12036
11900
  /**
12037
- * マイプロジェクト検索
11901
+ * なければ作成する
12038
11902
  */
12039
- MeService.prototype.searchProjects = function (params) {
11903
+ OrderService.prototype.createIfNotExist = function (params
11904
+ // options: {
11905
+ // byTransaction?: '1';
11906
+ // }
11907
+ ) {
11908
+ return __awaiter(this, void 0, void 0, function () {
11909
+ return __generator(this, function (_a) {
11910
+ switch (_a.label) {
11911
+ case 0: return [4 /*yield*/, this.fetch({
11912
+ uri: "/orders/" + params.orderNumber,
11913
+ method: 'PUT',
11914
+ body: params,
11915
+ // qs: options,
11916
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
11917
+ })];
11918
+ case 1:
11919
+ _a.sent();
11920
+ return [2 /*return*/];
11921
+ }
11922
+ });
11923
+ });
11924
+ };
11925
+ /**
11926
+ * 確認番号で検索
11927
+ * 確認番号と購入者情報で注文を検索します
11928
+ */
11929
+ OrderService.prototype.findByConfirmationNumber = function (params) {
12040
11930
  return __awaiter(this, void 0, void 0, function () {
12041
11931
  var _this = this;
12042
11932
  return __generator(this, function (_a) {
12043
11933
  return [2 /*return*/, this.fetch({
12044
- uri: '/members/me/projects',
12045
- method: 'GET',
12046
- qs: params,
11934
+ uri: '/orders/findByConfirmationNumber',
11935
+ method: 'POST',
11936
+ body: params,
12047
11937
  expectedStatusCodes: [http_status_1.OK]
12048
11938
  })
12049
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
12050
- var _a;
12051
- return __generator(this, function (_b) {
12052
- switch (_b.label) {
12053
- case 0:
12054
- _a = {};
12055
- return [4 /*yield*/, response.json()];
12056
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
12057
- _a)];
12058
- }
12059
- });
12060
- }); })];
12061
- });
12062
- });
12063
- };
12064
- return MeService;
12065
- }(service_1.Service));
12066
- exports.MeService = MeService;
12067
-
12068
- },{"../service":87,"http-status":314}],69:[function(require,module,exports){
12069
- "use strict";
12070
- var __extends = (this && this.__extends) || (function () {
12071
- var extendStatics = function (d, b) {
12072
- extendStatics = Object.setPrototypeOf ||
12073
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
12074
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
12075
- return extendStatics(d, b);
12076
- };
12077
- return function (d, b) {
12078
- if (typeof b !== "function" && b !== null)
12079
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12080
- extendStatics(d, b);
12081
- function __() { this.constructor = d; }
12082
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
12083
- };
12084
- })();
12085
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
12086
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
12087
- return new (P || (P = Promise))(function (resolve, reject) {
12088
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
12089
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
12090
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
12091
- step((generator = generator.apply(thisArg, _arguments || [])).next());
12092
- });
12093
- };
12094
- var __generator = (this && this.__generator) || function (thisArg, body) {
12095
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12096
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
12097
- function verb(n) { return function (v) { return step([n, v]); }; }
12098
- function step(op) {
12099
- if (f) throw new TypeError("Generator is already executing.");
12100
- while (_) try {
12101
- 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;
12102
- if (y = 0, t) op = [op[0] & 2, t.value];
12103
- switch (op[0]) {
12104
- case 0: case 1: t = op; break;
12105
- case 4: _.label++; return { value: op[1], done: false };
12106
- case 5: _.label++; y = op[1]; op = [0]; continue;
12107
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
12108
- default:
12109
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
12110
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
12111
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
12112
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
12113
- if (t[2]) _.ops.pop();
12114
- _.trys.pop(); continue;
12115
- }
12116
- op = body.call(thisArg, _);
12117
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
12118
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
12119
- }
12120
- };
12121
- var __rest = (this && this.__rest) || function (s, e) {
12122
- var t = {};
12123
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
12124
- t[p] = s[p];
12125
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
12126
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
12127
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
12128
- t[p[i]] = s[p[i]];
12129
- }
12130
- return t;
12131
- };
12132
- Object.defineProperty(exports, "__esModule", { value: true });
12133
- exports.OrderService = void 0;
12134
- var http_status_1 = require("http-status");
12135
- var factory = require("../factory");
12136
- var service_1 = require("../service");
12137
- /**
12138
- * 注文サービス
12139
- */
12140
- var OrderService = /** @class */ (function (_super) {
12141
- __extends(OrderService, _super);
12142
- function OrderService() {
12143
- return _super !== null && _super.apply(this, arguments) || this;
12144
- }
12145
- /**
12146
- * なければ作成する
12147
- */
12148
- OrderService.prototype.createIfNotExist = function (params
12149
- // options: {
12150
- // byTransaction?: '1';
12151
- // }
12152
- ) {
12153
- return __awaiter(this, void 0, void 0, function () {
12154
- return __generator(this, function (_a) {
12155
- switch (_a.label) {
12156
- case 0: return [4 /*yield*/, this.fetch({
12157
- uri: "/orders/" + params.orderNumber,
12158
- method: 'PUT',
12159
- body: params,
12160
- // qs: options,
12161
- expectedStatusCodes: [http_status_1.NO_CONTENT]
12162
- })];
12163
- case 1:
12164
- _a.sent();
12165
- return [2 /*return*/];
12166
- }
12167
- });
12168
- });
12169
- };
12170
- /**
12171
- * 確認番号で検索
12172
- * 確認番号と購入者情報で注文を検索します
12173
- */
12174
- OrderService.prototype.findByConfirmationNumber = function (params) {
12175
- return __awaiter(this, void 0, void 0, function () {
12176
- var _this = this;
12177
- return __generator(this, function (_a) {
12178
- return [2 /*return*/, this.fetch({
12179
- uri: '/orders/findByConfirmationNumber',
12180
- method: 'POST',
12181
- body: params,
12182
- expectedStatusCodes: [http_status_1.OK]
12183
- })
12184
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
12185
- return [2 /*return*/, response.json()];
12186
- }); }); })];
11939
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
11940
+ return [2 /*return*/, response.json()];
11941
+ }); }); })];
12187
11942
  });
12188
11943
  });
12189
11944
  };
@@ -12311,9 +12066,9 @@ var OrderService = /** @class */ (function (_super) {
12311
12066
  }(service_1.Service));
12312
12067
  exports.OrderService = OrderService;
12313
12068
 
12314
- },{"../factory":82,"../service":87,"http-status":314}],70:[function(require,module,exports){
12069
+ },{"../factory":80,"../service":85,"http-status":312}],68:[function(require,module,exports){
12315
12070
  arguments[4][58][0].apply(exports,arguments)
12316
- },{"dup":58}],71:[function(require,module,exports){
12071
+ },{"dup":58}],69:[function(require,module,exports){
12317
12072
  "use strict";
12318
12073
  var __extends = (this && this.__extends) || (function () {
12319
12074
  var extendStatics = function (d, b) {
@@ -12441,7 +12196,7 @@ var PermitService = /** @class */ (function (_super) {
12441
12196
  }(service_1.Service));
12442
12197
  exports.PermitService = PermitService;
12443
12198
 
12444
- },{"../service":87,"http-status":314}],72:[function(require,module,exports){
12199
+ },{"../service":85,"http-status":312}],70:[function(require,module,exports){
12445
12200
  "use strict";
12446
12201
  var __extends = (this && this.__extends) || (function () {
12447
12202
  var extendStatics = function (d, b) {
@@ -12630,9 +12385,9 @@ var PersonService = /** @class */ (function (_super) {
12630
12385
  }(service_1.Service));
12631
12386
  exports.PersonService = PersonService;
12632
12387
 
12633
- },{"../service":87,"http-status":314}],73:[function(require,module,exports){
12388
+ },{"../service":85,"http-status":312}],71:[function(require,module,exports){
12634
12389
  arguments[4][39][0].apply(exports,arguments)
12635
- },{"../../service":87,"dup":39,"http-status":314}],74:[function(require,module,exports){
12390
+ },{"../../service":85,"dup":39,"http-status":312}],72:[function(require,module,exports){
12636
12391
  "use strict";
12637
12392
  var __extends = (this && this.__extends) || (function () {
12638
12393
  var extendStatics = function (d, b) {
@@ -12842,7 +12597,7 @@ var PlaceService = /** @class */ (function (_super) {
12842
12597
  }(service_1.Service));
12843
12598
  exports.PlaceService = PlaceService;
12844
12599
 
12845
- },{"../factory":82,"../service":87,"http-status":314}],75:[function(require,module,exports){
12600
+ },{"../factory":80,"../service":85,"http-status":312}],73:[function(require,module,exports){
12846
12601
  "use strict";
12847
12602
  var __extends = (this && this.__extends) || (function () {
12848
12603
  var extendStatics = function (d, b) {
@@ -12928,7 +12683,7 @@ var HasPOSService = /** @class */ (function (_super) {
12928
12683
  }(service_1.Service));
12929
12684
  exports.HasPOSService = HasPOSService;
12930
12685
 
12931
- },{"../../factory":82,"../../service":87,"http-status":314}],76:[function(require,module,exports){
12686
+ },{"../../factory":80,"../../service":85,"http-status":312}],74:[function(require,module,exports){
12932
12687
  "use strict";
12933
12688
  var __extends = (this && this.__extends) || (function () {
12934
12689
  var extendStatics = function (d, b) {
@@ -13057,9 +12812,9 @@ var ProductService = /** @class */ (function (_super) {
13057
12812
  }(service_1.Service));
13058
12813
  exports.ProductService = ProductService;
13059
12814
 
13060
- },{"../service":87,"http-status":314}],77:[function(require,module,exports){
12815
+ },{"../service":85,"http-status":312}],75:[function(require,module,exports){
13061
12816
  arguments[4][58][0].apply(exports,arguments)
13062
- },{"dup":58}],78:[function(require,module,exports){
12817
+ },{"dup":58}],76:[function(require,module,exports){
13063
12818
  "use strict";
13064
12819
  var __extends = (this && this.__extends) || (function () {
13065
12820
  var extendStatics = function (d, b) {
@@ -13231,9 +12986,9 @@ var SellerService = /** @class */ (function (_super) {
13231
12986
  }(service_1.Service));
13232
12987
  exports.SellerService = SellerService;
13233
12988
 
13234
- },{"../service":87,"http-status":314}],79:[function(require,module,exports){
12989
+ },{"../service":85,"http-status":312}],77:[function(require,module,exports){
13235
12990
  arguments[4][48][0].apply(exports,arguments)
13236
- },{"../service":87,"dup":48,"http-status":314}],80:[function(require,module,exports){
12991
+ },{"../service":85,"dup":48,"http-status":312}],78:[function(require,module,exports){
13237
12992
  "use strict";
13238
12993
  var __extends = (this && this.__extends) || (function () {
13239
12994
  var extendStatics = function (d, b) {
@@ -13330,7 +13085,7 @@ var TripService = /** @class */ (function (_super) {
13330
13085
  }(service_1.Service));
13331
13086
  exports.TripService = TripService;
13332
13087
 
13333
- },{"../service":87,"http-status":314}],81:[function(require,module,exports){
13088
+ },{"../service":85,"http-status":312}],79:[function(require,module,exports){
13334
13089
  "use strict";
13335
13090
  var __extends = (this && this.__extends) || (function () {
13336
13091
  var extendStatics = function (d, b) {
@@ -13409,7 +13164,7 @@ var service;
13409
13164
  }(categoryCode_1.CategoryCodeService));
13410
13165
  service.CategoryCode = CategoryCode;
13411
13166
  /**
13412
- * 作品サービス
13167
+ * コンテンツサービス
13413
13168
  */
13414
13169
  var CreativeWork = /** @class */ (function (_super) {
13415
13170
  __extends(CreativeWork, _super);
@@ -13690,7 +13445,7 @@ var service;
13690
13445
  service.txn = transaction;
13691
13446
  })(service = exports.service || (exports.service = {}));
13692
13447
 
13693
- },{"./chevreTxn/payment/factory":58,"./chevreTxn/transaction/placeOrder/factory":61,"./service":87,"./service/categoryCode":88,"./service/creativeWork":89,"./service/customer":90,"./service/delivery":91,"./service/emailMessage":92,"./service/event":93,"./service/offer":94,"./service/order":95,"./service/order/factory":96,"./service/payment":97,"./service/permit":98,"./service/person":99,"./service/person/ownershipInfo":100,"./service/place":101,"./service/place/hasPOS":102,"./service/product":103,"./service/project":104,"./service/reservation":105,"./service/reservation/factory":106,"./service/seller":107,"./service/token":108,"./service/transaction/moneyTransfer":109,"./service/transaction/placeOrder":110,"./service/transaction/placeOrder4sskts":111,"./service/transaction/returnOrder":112}],82:[function(require,module,exports){
13448
+ },{"./chevreTxn/payment/factory":58,"./chevreTxn/transaction/placeOrder/factory":61,"./service":85,"./service/categoryCode":86,"./service/creativeWork":87,"./service/customer":88,"./service/delivery":89,"./service/emailMessage":90,"./service/event":91,"./service/offer":92,"./service/order":93,"./service/order/factory":94,"./service/payment":95,"./service/permit":96,"./service/person":97,"./service/person/ownershipInfo":98,"./service/place":99,"./service/place/hasPOS":100,"./service/product":101,"./service/project":102,"./service/reservation":103,"./service/reservation/factory":104,"./service/seller":105,"./service/token":106,"./service/transaction/moneyTransfer":107,"./service/transaction/placeOrder":108,"./service/transaction/placeOrder4sskts":109,"./service/transaction/returnOrder":110}],80:[function(require,module,exports){
13694
13449
  "use strict";
13695
13450
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13696
13451
  if (k2 === undefined) k2 = k;
@@ -13708,7 +13463,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
13708
13463
  */
13709
13464
  __exportStar(require("@chevre/factory"), exports);
13710
13465
 
13711
- },{"@chevre/factory":201}],83:[function(require,module,exports){
13466
+ },{"@chevre/factory":199}],81:[function(require,module,exports){
13712
13467
  "use strict";
13713
13468
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
13714
13469
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -13876,7 +13631,7 @@ exports.loadService = loadService;
13876
13631
  // export class StubAuth extends StubAuthClient { }
13877
13632
  // }
13878
13633
 
13879
- },{"./chevre":3,"./chevreAdmin":4,"./chevreTxn":55,"./default":81,"./factory":82,"./pecorino":84,"./transporters":113}],84:[function(require,module,exports){
13634
+ },{"./chevre":3,"./chevreAdmin":4,"./chevreTxn":55,"./default":79,"./factory":80,"./pecorino":82,"./transporters":111}],82:[function(require,module,exports){
13880
13635
  "use strict";
13881
13636
  var __extends = (this && this.__extends) || (function () {
13882
13637
  var extendStatics = function (d, b) {
@@ -13929,7 +13684,7 @@ var service;
13929
13684
  service.AccountTransaction = AccountTransaction;
13930
13685
  })(service = exports.service || (exports.service = {}));
13931
13686
 
13932
- },{"./factory":82,"./pecorino/accountTransaction":85,"./pecorino/permit":86}],85:[function(require,module,exports){
13687
+ },{"./factory":80,"./pecorino/accountTransaction":83,"./pecorino/permit":84}],83:[function(require,module,exports){
13933
13688
  "use strict";
13934
13689
  var __extends = (this && this.__extends) || (function () {
13935
13690
  var extendStatics = function (d, b) {
@@ -14100,7 +13855,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
14100
13855
  }(service_1.Service));
14101
13856
  exports.AccountTransactionService = AccountTransactionService;
14102
13857
 
14103
- },{"../service":87,"http-status":314}],86:[function(require,module,exports){
13858
+ },{"../service":85,"http-status":312}],84:[function(require,module,exports){
14104
13859
  "use strict";
14105
13860
  var __extends = (this && this.__extends) || (function () {
14106
13861
  var extendStatics = function (d, b) {
@@ -14220,7 +13975,7 @@ var PermitService = /** @class */ (function (_super) {
14220
13975
  }(service_1.Service));
14221
13976
  exports.PermitService = PermitService;
14222
13977
 
14223
- },{"../service":87,"http-status":314}],87:[function(require,module,exports){
13978
+ },{"../service":85,"http-status":312}],85:[function(require,module,exports){
14224
13979
  "use strict";
14225
13980
  var __assign = (this && this.__assign) || function () {
14226
13981
  __assign = Object.assign || function(t) {
@@ -14333,9 +14088,9 @@ var Service = /** @class */ (function () {
14333
14088
  }());
14334
14089
  exports.Service = Service;
14335
14090
 
14336
- },{"./transporters":113,"qs":321}],88:[function(require,module,exports){
14337
- arguments[4][64][0].apply(exports,arguments)
14338
- },{"../service":87,"dup":64,"http-status":314}],89:[function(require,module,exports){
14091
+ },{"./transporters":111,"qs":319}],86:[function(require,module,exports){
14092
+ arguments[4][63][0].apply(exports,arguments)
14093
+ },{"../service":85,"dup":63,"http-status":312}],87:[function(require,module,exports){
14339
14094
  "use strict";
14340
14095
  var __extends = (this && this.__extends) || (function () {
14341
14096
  var extendStatics = function (d, b) {
@@ -14393,7 +14148,7 @@ exports.CreativeWorkService = void 0;
14393
14148
  var http_status_1 = require("http-status");
14394
14149
  var service_1 = require("../service");
14395
14150
  /**
14396
- * 作品サービス
14151
+ * コンテンツサービス
14397
14152
  */
14398
14153
  var CreativeWorkService = /** @class */ (function (_super) {
14399
14154
  __extends(CreativeWorkService, _super);
@@ -14432,7 +14187,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
14432
14187
  }(service_1.Service));
14433
14188
  exports.CreativeWorkService = CreativeWorkService;
14434
14189
 
14435
- },{"../service":87,"http-status":314}],90:[function(require,module,exports){
14190
+ },{"../service":85,"http-status":312}],88:[function(require,module,exports){
14436
14191
  "use strict";
14437
14192
  var __extends = (this && this.__extends) || (function () {
14438
14193
  var extendStatics = function (d, b) {
@@ -14547,7 +14302,7 @@ var CustomerService = /** @class */ (function (_super) {
14547
14302
  }(service_1.Service));
14548
14303
  exports.CustomerService = CustomerService;
14549
14304
 
14550
- },{"../service":87,"http-status":314}],91:[function(require,module,exports){
14305
+ },{"../service":85,"http-status":312}],89:[function(require,module,exports){
14551
14306
  "use strict";
14552
14307
  var __extends = (this && this.__extends) || (function () {
14553
14308
  var extendStatics = function (d, b) {
@@ -14639,9 +14394,9 @@ var DeliveryService = /** @class */ (function (_super) {
14639
14394
  }(service_1.Service));
14640
14395
  exports.DeliveryService = DeliveryService;
14641
14396
 
14642
- },{"../service":87,"http-status":314}],92:[function(require,module,exports){
14643
- arguments[4][66][0].apply(exports,arguments)
14644
- },{"../service":87,"dup":66,"http-status":314}],93:[function(require,module,exports){
14397
+ },{"../service":85,"http-status":312}],90:[function(require,module,exports){
14398
+ arguments[4][65][0].apply(exports,arguments)
14399
+ },{"../service":85,"dup":65,"http-status":312}],91:[function(require,module,exports){
14645
14400
  "use strict";
14646
14401
  var __extends = (this && this.__extends) || (function () {
14647
14402
  var extendStatics = function (d, b) {
@@ -14920,7 +14675,7 @@ var EventService = /** @class */ (function (_super) {
14920
14675
  }(service_1.Service));
14921
14676
  exports.EventService = EventService;
14922
14677
 
14923
- },{"../service":87,"http-status":314}],94:[function(require,module,exports){
14678
+ },{"../service":85,"http-status":312}],92:[function(require,module,exports){
14924
14679
  "use strict";
14925
14680
  var __extends = (this && this.__extends) || (function () {
14926
14681
  var extendStatics = function (d, b) {
@@ -15015,69 +14770,11 @@ var OfferService = /** @class */ (function (_super) {
15015
14770
  });
15016
14771
  });
15017
14772
  };
15018
- /**
15019
- * 入金オファー承認
15020
- */
15021
- OfferService.prototype.authorizeMoneyTransfer = function (params) {
15022
- return __awaiter(this, void 0, void 0, function () {
15023
- var _this = this;
15024
- return __generator(this, function (_a) {
15025
- return [2 /*return*/, this.fetch({
15026
- uri: "/offers/" + params.object.itemOffered.typeOf + "/authorize",
15027
- method: 'POST',
15028
- expectedStatusCodes: [http_status_1.CREATED],
15029
- body: params
15030
- })
15031
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
15032
- return [2 /*return*/, response.json()];
15033
- }); }); })];
15034
- });
15035
- });
15036
- };
15037
- /**
15038
- * プロダクトオファー承認
15039
- */
15040
- OfferService.prototype.authorizeProduct = function (params) {
15041
- return __awaiter(this, void 0, void 0, function () {
15042
- var _this = this;
15043
- return __generator(this, function (_a) {
15044
- return [2 /*return*/, this.fetch({
15045
- uri: '/offers/product/authorize',
15046
- method: 'POST',
15047
- expectedStatusCodes: [http_status_1.CREATED],
15048
- body: params
15049
- })
15050
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
15051
- return [2 /*return*/, response.json()];
15052
- }); }); })];
15053
- });
15054
- });
15055
- };
15056
- /**
15057
- * オファー承認取消
15058
- */
15059
- OfferService.prototype.voidAuthorization = function (params) {
15060
- return __awaiter(this, void 0, void 0, function () {
15061
- return __generator(this, function (_a) {
15062
- switch (_a.label) {
15063
- case 0: return [4 /*yield*/, this.fetch({
15064
- uri: "/offers/" + params.object.itemOffered.typeOf + "/authorize/" + params.id + "/void",
15065
- method: 'PUT',
15066
- expectedStatusCodes: [http_status_1.NO_CONTENT],
15067
- body: params
15068
- })];
15069
- case 1:
15070
- _a.sent();
15071
- return [2 /*return*/];
15072
- }
15073
- });
15074
- });
15075
- };
15076
14773
  return OfferService;
15077
14774
  }(service_1.Service));
15078
14775
  exports.OfferService = OfferService;
15079
14776
 
15080
- },{"../service":87,"http-status":314}],95:[function(require,module,exports){
14777
+ },{"../service":85,"http-status":312}],93:[function(require,module,exports){
15081
14778
  "use strict";
15082
14779
  var __extends = (this && this.__extends) || (function () {
15083
14780
  var extendStatics = function (d, b) {
@@ -15387,7 +15084,7 @@ var OrderService = /** @class */ (function (_super) {
15387
15084
  }(service_1.Service));
15388
15085
  exports.OrderService = OrderService;
15389
15086
 
15390
- },{"../service":87,"http-status":314}],96:[function(require,module,exports){
15087
+ },{"../service":85,"http-status":312}],94:[function(require,module,exports){
15391
15088
  "use strict";
15392
15089
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15393
15090
  if (k2 === undefined) k2 = k;
@@ -15402,7 +15099,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15402
15099
  Object.defineProperty(exports, "__esModule", { value: true });
15403
15100
  __exportStar(require("../../chevre/order/factory"), exports);
15404
15101
 
15405
- },{"../../chevre/order/factory":70}],97:[function(require,module,exports){
15102
+ },{"../../chevre/order/factory":68}],95:[function(require,module,exports){
15406
15103
  "use strict";
15407
15104
  var __extends = (this && this.__extends) || (function () {
15408
15105
  var extendStatics = function (d, b) {
@@ -15645,7 +15342,7 @@ var PaymentService = /** @class */ (function (_super) {
15645
15342
  }(service_1.Service));
15646
15343
  exports.PaymentService = PaymentService;
15647
15344
 
15648
- },{"../factory":82,"../service":87,"http-status":314}],98:[function(require,module,exports){
15345
+ },{"../factory":80,"../service":85,"http-status":312}],96:[function(require,module,exports){
15649
15346
  "use strict";
15650
15347
  var __extends = (this && this.__extends) || (function () {
15651
15348
  var extendStatics = function (d, b) {
@@ -15710,23 +15407,6 @@ var PermitService = /** @class */ (function (_super) {
15710
15407
  function PermitService() {
15711
15408
  return _super !== null && _super.apply(this, arguments) || this;
15712
15409
  }
15713
- /**
15714
- * 検索
15715
- */
15716
- // public async search(params: factory.product.IServiceOutputSearchConditions
15717
- // ): Promise<ISearchResult<factory.permit.IPermit[]>> {
15718
- // return this.fetch({
15719
- // uri: '/permits',
15720
- // method: 'GET',
15721
- // qs: params,
15722
- // expectedStatusCodes: [OK]
15723
- // })
15724
- // .then(async (response) => {
15725
- // return {
15726
- // data: await response.json()
15727
- // };
15728
- // });
15729
- // }
15730
15410
  /**
15731
15411
  * メンバーシップ照会
15732
15412
  * 存在しない場合、ステータスコード404を返します
@@ -15771,7 +15451,7 @@ var PermitService = /** @class */ (function (_super) {
15771
15451
  }(service_1.Service));
15772
15452
  exports.PermitService = PermitService;
15773
15453
 
15774
- },{"../service":87,"http-status":314}],99:[function(require,module,exports){
15454
+ },{"../service":85,"http-status":312}],97:[function(require,module,exports){
15775
15455
  "use strict";
15776
15456
  var __extends = (this && this.__extends) || (function () {
15777
15457
  var extendStatics = function (d, b) {
@@ -15939,7 +15619,7 @@ var PersonService = /** @class */ (function (_super) {
15939
15619
  }(service_1.Service));
15940
15620
  exports.PersonService = PersonService;
15941
15621
 
15942
- },{"../service":87,"http-status":314}],100:[function(require,module,exports){
15622
+ },{"../service":85,"http-status":312}],98:[function(require,module,exports){
15943
15623
  "use strict";
15944
15624
  var __extends = (this && this.__extends) || (function () {
15945
15625
  var extendStatics = function (d, b) {
@@ -16284,7 +15964,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
16284
15964
  }(service_1.Service));
16285
15965
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
16286
15966
 
16287
- },{"../../factory":82,"../../service":87,"http-status":314}],101:[function(require,module,exports){
15967
+ },{"../../factory":80,"../../service":85,"http-status":312}],99:[function(require,module,exports){
16288
15968
  "use strict";
16289
15969
  var __extends = (this && this.__extends) || (function () {
16290
15970
  var extendStatics = function (d, b) {
@@ -16466,7 +16146,7 @@ var PlaceService = /** @class */ (function (_super) {
16466
16146
  }(service_1.Service));
16467
16147
  exports.PlaceService = PlaceService;
16468
16148
 
16469
- },{"../factory":82,"../service":87,"http-status":314}],102:[function(require,module,exports){
16149
+ },{"../factory":80,"../service":85,"http-status":312}],100:[function(require,module,exports){
16470
16150
  "use strict";
16471
16151
  var __extends = (this && this.__extends) || (function () {
16472
16152
  var extendStatics = function (d, b) {
@@ -16555,7 +16235,7 @@ var HasPOSService = /** @class */ (function (_super) {
16555
16235
  }(service_1.Service));
16556
16236
  exports.HasPOSService = HasPOSService;
16557
16237
 
16558
- },{"../../factory":82,"../../service":87,"http-status":314}],103:[function(require,module,exports){
16238
+ },{"../../factory":80,"../../service":85,"http-status":312}],101:[function(require,module,exports){
16559
16239
  "use strict";
16560
16240
  var __extends = (this && this.__extends) || (function () {
16561
16241
  var extendStatics = function (d, b) {
@@ -16671,7 +16351,7 @@ var ProductService = /** @class */ (function (_super) {
16671
16351
  }(service_1.Service));
16672
16352
  exports.ProductService = ProductService;
16673
16353
 
16674
- },{"../service":87,"http-status":314}],104:[function(require,module,exports){
16354
+ },{"../service":85,"http-status":312}],102:[function(require,module,exports){
16675
16355
  "use strict";
16676
16356
  var __extends = (this && this.__extends) || (function () {
16677
16357
  var extendStatics = function (d, b) {
@@ -16829,7 +16509,7 @@ var ProjectService = /** @class */ (function (_super) {
16829
16509
  }(service_1.Service));
16830
16510
  exports.ProjectService = ProjectService;
16831
16511
 
16832
- },{"../service":87,"http-status":314}],105:[function(require,module,exports){
16512
+ },{"../service":85,"http-status":312}],103:[function(require,module,exports){
16833
16513
  "use strict";
16834
16514
  var __extends = (this && this.__extends) || (function () {
16835
16515
  var extendStatics = function (d, b) {
@@ -16997,7 +16677,7 @@ var ReservationService = /** @class */ (function (_super) {
16997
16677
  }(service_1.Service));
16998
16678
  exports.ReservationService = ReservationService;
16999
16679
 
17000
- },{"../factory":82,"../service":87,"http-status":314}],106:[function(require,module,exports){
16680
+ },{"../factory":80,"../service":85,"http-status":312}],104:[function(require,module,exports){
17001
16681
  "use strict";
17002
16682
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17003
16683
  if (k2 === undefined) k2 = k;
@@ -17012,182 +16692,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17012
16692
  Object.defineProperty(exports, "__esModule", { value: true });
17013
16693
  __exportStar(require("../../chevre/reservation/factory"), exports);
17014
16694
 
17015
- },{"../../chevre/reservation/factory":77}],107:[function(require,module,exports){
17016
- "use strict";
17017
- var __extends = (this && this.__extends) || (function () {
17018
- var extendStatics = function (d, b) {
17019
- extendStatics = Object.setPrototypeOf ||
17020
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
17021
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
17022
- return extendStatics(d, b);
17023
- };
17024
- return function (d, b) {
17025
- if (typeof b !== "function" && b !== null)
17026
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
17027
- extendStatics(d, b);
17028
- function __() { this.constructor = d; }
17029
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
17030
- };
17031
- })();
17032
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
17033
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
17034
- return new (P || (P = Promise))(function (resolve, reject) {
17035
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
17036
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
17037
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
17038
- step((generator = generator.apply(thisArg, _arguments || [])).next());
17039
- });
17040
- };
17041
- var __generator = (this && this.__generator) || function (thisArg, body) {
17042
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
17043
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
17044
- function verb(n) { return function (v) { return step([n, v]); }; }
17045
- function step(op) {
17046
- if (f) throw new TypeError("Generator is already executing.");
17047
- while (_) try {
17048
- 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;
17049
- if (y = 0, t) op = [op[0] & 2, t.value];
17050
- switch (op[0]) {
17051
- case 0: case 1: t = op; break;
17052
- case 4: _.label++; return { value: op[1], done: false };
17053
- case 5: _.label++; y = op[1]; op = [0]; continue;
17054
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
17055
- default:
17056
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
17057
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
17058
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
17059
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
17060
- if (t[2]) _.ops.pop();
17061
- _.trys.pop(); continue;
17062
- }
17063
- op = body.call(thisArg, _);
17064
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
17065
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
17066
- }
17067
- };
17068
- Object.defineProperty(exports, "__esModule", { value: true });
17069
- exports.SellerService = void 0;
17070
- var http_status_1 = require("http-status");
17071
- var service_1 = require("../service");
17072
- /**
17073
- * 販売者サービス
17074
- */
17075
- var SellerService = /** @class */ (function (_super) {
17076
- __extends(SellerService, _super);
17077
- function SellerService() {
17078
- return _super !== null && _super.apply(this, arguments) || this;
17079
- }
17080
- /**
17081
- * 販売者取得
17082
- */
17083
- SellerService.prototype.findById = function (params) {
17084
- return __awaiter(this, void 0, void 0, function () {
17085
- var _this = this;
17086
- return __generator(this, function (_a) {
17087
- return [2 /*return*/, this.fetch({
17088
- uri: "/sellers/" + params.id,
17089
- method: 'GET',
17090
- expectedStatusCodes: [http_status_1.OK]
17091
- })
17092
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
17093
- return [2 /*return*/, response.json()];
17094
- }); }); })];
17095
- });
17096
- });
17097
- };
17098
- /**
17099
- * 販売者検索
17100
- */
17101
- SellerService.prototype.search = function (params) {
17102
- return __awaiter(this, void 0, void 0, function () {
17103
- var _this = this;
17104
- return __generator(this, function (_a) {
17105
- return [2 /*return*/, this.fetch({
17106
- uri: '/sellers',
17107
- method: 'GET',
17108
- qs: params,
17109
- expectedStatusCodes: [http_status_1.OK]
17110
- })
17111
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
17112
- var _a;
17113
- return __generator(this, function (_b) {
17114
- switch (_b.label) {
17115
- case 0:
17116
- _a = {};
17117
- return [4 /*yield*/, response.json()];
17118
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
17119
- _a)];
17120
- }
17121
- });
17122
- }); })];
17123
- });
17124
- });
17125
- };
17126
- /**
17127
- * 提供決済サービス検索(public)
17128
- */
17129
- SellerService.prototype.searchPaymentServices = function (params) {
17130
- return __awaiter(this, void 0, void 0, function () {
17131
- var _this = this;
17132
- return __generator(this, function (_a) {
17133
- return [2 /*return*/, this.fetch({
17134
- uri: "/sellers/" + params.id + "/paymentServices",
17135
- method: 'GET',
17136
- qs: params.qs,
17137
- expectedStatusCodes: [http_status_1.OK]
17138
- })
17139
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
17140
- var _a;
17141
- return __generator(this, function (_b) {
17142
- switch (_b.label) {
17143
- case 0:
17144
- _a = {};
17145
- return [4 /*yield*/, response.json()];
17146
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
17147
- _a)];
17148
- }
17149
- });
17150
- }); })];
17151
- });
17152
- });
17153
- };
17154
- /**
17155
- * 対応決済方法区分検索
17156
- */
17157
- SellerService.prototype.searchPaymentAccepted = function (params) {
17158
- return __awaiter(this, void 0, void 0, function () {
17159
- var _this = this;
17160
- return __generator(this, function (_a) {
17161
- return [2 /*return*/, this.fetch({
17162
- uri: "/sellers/" + params.id + "/paymentAccepted",
17163
- method: 'GET',
17164
- qs: params.qs,
17165
- expectedStatusCodes: [http_status_1.OK]
17166
- })
17167
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
17168
- var _a;
17169
- return __generator(this, function (_b) {
17170
- switch (_b.label) {
17171
- case 0:
17172
- _a = {};
17173
- return [4 /*yield*/, response.json()];
17174
- case 1: return [2 /*return*/, (_a.data = _b.sent(),
17175
- _a)];
17176
- }
17177
- });
17178
- }); })];
17179
- });
17180
- });
17181
- };
17182
- return SellerService;
17183
- }(service_1.Service));
17184
- exports.SellerService = SellerService;
17185
-
17186
- },{"../service":87,"http-status":314}],108:[function(require,module,exports){
16695
+ },{"../../chevre/reservation/factory":75}],105:[function(require,module,exports){
16696
+ arguments[4][76][0].apply(exports,arguments)
16697
+ },{"../service":85,"dup":76,"http-status":312}],106:[function(require,module,exports){
17187
16698
  arguments[4][48][0].apply(exports,arguments)
17188
- },{"../service":87,"dup":48,"http-status":314}],109:[function(require,module,exports){
16699
+ },{"../service":85,"dup":48,"http-status":312}],107:[function(require,module,exports){
17189
16700
  arguments[4][59][0].apply(exports,arguments)
17190
- },{"../../factory":82,"../../service":87,"dup":59,"http-status":314}],110:[function(require,module,exports){
16701
+ },{"../../factory":80,"../../service":85,"dup":59,"http-status":312}],108:[function(require,module,exports){
17191
16702
  "use strict";
17192
16703
  var __extends = (this && this.__extends) || (function () {
17193
16704
  var extendStatics = function (d, b) {
@@ -17383,6 +16894,25 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
17383
16894
  });
17384
16895
  });
17385
16896
  };
16897
+ /**
16898
+ * 取引確定(レスポンス最小化)
16899
+ */
16900
+ PlaceOrderTransactionService.prototype.confirmWithMiminalResponse = function (params) {
16901
+ return __awaiter(this, void 0, void 0, function () {
16902
+ var _this = this;
16903
+ return __generator(this, function (_a) {
16904
+ return [2 /*return*/, this.fetch({
16905
+ uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
16906
+ method: 'PUT',
16907
+ expectedStatusCodes: [http_status_1.OK],
16908
+ body: __assign(__assign({}, params), { expectsMinimalResponse: true })
16909
+ })
16910
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
16911
+ return [2 /*return*/, response.json()];
16912
+ }); }); })];
16913
+ });
16914
+ });
16915
+ };
17386
16916
  /**
17387
16917
  * 明示的に取引を中止する
17388
16918
  * 既に確定済、あるいは、期限切れの取引に対して実行するとArgumentエラーが返されます。
@@ -17407,7 +16937,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
17407
16937
  }(service_1.Service));
17408
16938
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
17409
16939
 
17410
- },{"../../factory":82,"../../service":87,"http-status":314}],111:[function(require,module,exports){
16940
+ },{"../../factory":80,"../../service":85,"http-status":312}],109:[function(require,module,exports){
17411
16941
  "use strict";
17412
16942
  var __extends = (this && this.__extends) || (function () {
17413
16943
  var extendStatics = function (d, b) {
@@ -17554,7 +17084,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
17554
17084
  }(placeOrder_1.PlaceOrderTransactionService));
17555
17085
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
17556
17086
 
17557
- },{"./placeOrder":110,"http-status":314}],112:[function(require,module,exports){
17087
+ },{"./placeOrder":108,"http-status":312}],110:[function(require,module,exports){
17558
17088
  "use strict";
17559
17089
  var __extends = (this && this.__extends) || (function () {
17560
17090
  var extendStatics = function (d, b) {
@@ -17685,7 +17215,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
17685
17215
  }(service_1.Service));
17686
17216
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
17687
17217
 
17688
- },{"../../factory":82,"../../service":87,"http-status":314}],113:[function(require,module,exports){
17218
+ },{"../../factory":80,"../../service":85,"http-status":312}],111:[function(require,module,exports){
17689
17219
  "use strict";
17690
17220
  var __extends = (this && this.__extends) || (function () {
17691
17221
  var extendStatics = function (d, b) {
@@ -17882,7 +17412,7 @@ var StubTransporter = /** @class */ (function () {
17882
17412
  }());
17883
17413
  exports.StubTransporter = StubTransporter;
17884
17414
 
17885
- },{"debug":306,"isomorphic-fetch":317}],114:[function(require,module,exports){
17415
+ },{"debug":304,"isomorphic-fetch":315}],112:[function(require,module,exports){
17886
17416
  "use strict";
17887
17417
  // tslint:disable-next-line:no-single-line-block-comment
17888
17418
  /* istanbul ignore file */
@@ -18239,7 +17769,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
18239
17769
  }(oAuth2client_1.default));
18240
17770
  exports.ImplicitGrantClient = ImplicitGrantClient;
18241
17771
 
18242
- },{"./implicitGrantClient/error":115,"./implicitGrantClient/popupAuthenticationHandler":117,"./implicitGrantClient/silentAuthenticationHandler":119,"./implicitGrantClient/silentLogoutHandler":120,"./oAuth2client":122,"debug":306,"idtoken-verifier":315,"qs":321}],115:[function(require,module,exports){
17772
+ },{"./implicitGrantClient/error":113,"./implicitGrantClient/popupAuthenticationHandler":115,"./implicitGrantClient/silentAuthenticationHandler":117,"./implicitGrantClient/silentLogoutHandler":118,"./oAuth2client":120,"debug":304,"idtoken-verifier":313,"qs":319}],113:[function(require,module,exports){
18243
17773
  "use strict";
18244
17774
  // tslint:disable-next-line:no-single-line-block-comment
18245
17775
  /* istanbul ignore file */
@@ -18272,7 +17802,7 @@ var AuthorizeError = /** @class */ (function (_super) {
18272
17802
  }(Error));
18273
17803
  exports.AuthorizeError = AuthorizeError;
18274
17804
 
18275
- },{}],116:[function(require,module,exports){
17805
+ },{}],114:[function(require,module,exports){
18276
17806
  "use strict";
18277
17807
  // tslint:disable-next-line:no-single-line-block-comment
18278
17808
  /* istanbul ignore file */
@@ -18358,7 +17888,7 @@ var IframeHandler = /** @class */ (function () {
18358
17888
  }());
18359
17889
  exports.default = IframeHandler;
18360
17890
 
18361
- },{"debug":306}],117:[function(require,module,exports){
17891
+ },{"debug":304}],115:[function(require,module,exports){
18362
17892
  "use strict";
18363
17893
  // tslint:disable-next-line:no-single-line-block-comment
18364
17894
  /* istanbul ignore file */
@@ -18468,7 +17998,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
18468
17998
  }());
18469
17999
  exports.default = PopupAuthenticationHandler;
18470
18000
 
18471
- },{"./error":115,"./popupHandler":118}],118:[function(require,module,exports){
18001
+ },{"./error":113,"./popupHandler":116}],116:[function(require,module,exports){
18472
18002
  "use strict";
18473
18003
  // tslint:disable-next-line:no-single-line-block-comment
18474
18004
  /* istanbul ignore file */
@@ -18554,7 +18084,7 @@ var PopupHandler = /** @class */ (function () {
18554
18084
  }());
18555
18085
  exports.default = PopupHandler;
18556
18086
 
18557
- },{"debug":306}],119:[function(require,module,exports){
18087
+ },{"debug":304}],117:[function(require,module,exports){
18558
18088
  "use strict";
18559
18089
  // tslint:disable-next-line:no-single-line-block-comment
18560
18090
  /* istanbul ignore file */
@@ -18664,7 +18194,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
18664
18194
  }());
18665
18195
  exports.default = SilentAuthenticationHandler;
18666
18196
 
18667
- },{"./error":115,"./iframeHandler":116}],120:[function(require,module,exports){
18197
+ },{"./error":113,"./iframeHandler":114}],118:[function(require,module,exports){
18668
18198
  "use strict";
18669
18199
  // tslint:disable-next-line:no-single-line-block-comment
18670
18200
  /* istanbul ignore file */
@@ -18774,7 +18304,7 @@ var SilentLogoutHandler = /** @class */ (function () {
18774
18304
  }());
18775
18305
  exports.default = SilentLogoutHandler;
18776
18306
 
18777
- },{"./error":115,"./iframeHandler":116}],121:[function(require,module,exports){
18307
+ },{"./error":113,"./iframeHandler":114}],119:[function(require,module,exports){
18778
18308
  "use strict";
18779
18309
  Object.defineProperty(exports, "__esModule", { value: true });
18780
18310
  exports.LoginTicket = void 0;
@@ -18803,7 +18333,7 @@ var LoginTicket = /** @class */ (function () {
18803
18333
  }());
18804
18334
  exports.LoginTicket = LoginTicket;
18805
18335
 
18806
- },{}],122:[function(require,module,exports){
18336
+ },{}],120:[function(require,module,exports){
18807
18337
  (function (Buffer){
18808
18338
  "use strict";
18809
18339
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -19311,7 +18841,7 @@ var OAuth2client = /** @class */ (function () {
19311
18841
  exports.default = OAuth2client;
19312
18842
 
19313
18843
  }).call(this,require("buffer").Buffer)
19314
- },{"../abstract/transporters":113,"./loginTicket":121,"buffer":302,"crypto":301,"debug":306,"http-status":314,"isomorphic-fetch":317,"querystring":327}],123:[function(require,module,exports){
18844
+ },{"../abstract/transporters":111,"./loginTicket":119,"buffer":300,"crypto":299,"debug":304,"http-status":312,"isomorphic-fetch":315,"querystring":325}],121:[function(require,module,exports){
19315
18845
  "use strict";
19316
18846
  Object.defineProperty(exports, "__esModule", { value: true });
19317
18847
  exports.createAuthInstance = exports.transporters = exports.loadService = exports.factory = void 0;
@@ -19333,7 +18863,7 @@ function createAuthInstance(options) {
19333
18863
  }
19334
18864
  exports.createAuthInstance = createAuthInstance;
19335
18865
 
19336
- },{"./abstract":2,"./auth/implicitGrantClient":114}],124:[function(require,module,exports){
18866
+ },{"./abstract":2,"./auth/implicitGrantClient":112}],122:[function(require,module,exports){
19337
18867
  "use strict";
19338
18868
  Object.defineProperty(exports, "__esModule", { value: true });
19339
18869
  exports.transactionType = exports.transaction = exports.action = void 0;
@@ -19367,9 +18897,9 @@ var transaction;
19367
18897
  })(transaction = exports.transaction || (exports.transaction = {}));
19368
18898
  exports.transactionType = transactionType_1.AccountTransactionType;
19369
18899
 
19370
- },{"./account/action/moneyTransfer":127,"./account/transaction/deposit":129,"./account/transaction/transfer":130,"./account/transaction/withdraw":131,"./account/transactionType":128}],125:[function(require,module,exports){
18900
+ },{"./account/action/moneyTransfer":125,"./account/transaction/deposit":127,"./account/transaction/transfer":128,"./account/transaction/withdraw":129,"./account/transactionType":126}],123:[function(require,module,exports){
19371
18901
  arguments[4][58][0].apply(exports,arguments)
19372
- },{"dup":58}],126:[function(require,module,exports){
18902
+ },{"dup":58}],124:[function(require,module,exports){
19373
18903
  "use strict";
19374
18904
  Object.defineProperty(exports, "__esModule", { value: true });
19375
18905
  exports.AccountType = void 0;
@@ -19390,9 +18920,9 @@ var AccountType;
19390
18920
  AccountType["Transactional"] = "Transactional";
19391
18921
  })(AccountType = exports.AccountType || (exports.AccountType = {}));
19392
18922
 
19393
- },{}],127:[function(require,module,exports){
18923
+ },{}],125:[function(require,module,exports){
19394
18924
  arguments[4][58][0].apply(exports,arguments)
19395
- },{"dup":58}],128:[function(require,module,exports){
18925
+ },{"dup":58}],126:[function(require,module,exports){
19396
18926
  "use strict";
19397
18927
  Object.defineProperty(exports, "__esModule", { value: true });
19398
18928
  exports.AccountTransactionType = void 0;
@@ -19415,13 +18945,13 @@ var AccountTransactionType;
19415
18945
  AccountTransactionType["Transfer"] = "Transfer";
19416
18946
  })(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
19417
18947
 
19418
- },{}],129:[function(require,module,exports){
18948
+ },{}],127:[function(require,module,exports){
19419
18949
  arguments[4][58][0].apply(exports,arguments)
19420
- },{"dup":58}],130:[function(require,module,exports){
18950
+ },{"dup":58}],128:[function(require,module,exports){
19421
18951
  arguments[4][58][0].apply(exports,arguments)
19422
- },{"dup":58}],131:[function(require,module,exports){
18952
+ },{"dup":58}],129:[function(require,module,exports){
19423
18953
  arguments[4][58][0].apply(exports,arguments)
19424
- },{"dup":58}],132:[function(require,module,exports){
18954
+ },{"dup":58}],130:[function(require,module,exports){
19425
18955
  "use strict";
19426
18956
  Object.defineProperty(exports, "__esModule", { value: true });
19427
18957
  exports.ActionStatusType = void 0;
@@ -19437,7 +18967,7 @@ var ActionStatusType;
19437
18967
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
19438
18968
  })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
19439
18969
 
19440
- },{}],133:[function(require,module,exports){
18970
+ },{}],131:[function(require,module,exports){
19441
18971
  "use strict";
19442
18972
  Object.defineProperty(exports, "__esModule", { value: true });
19443
18973
  exports.ActionType = void 0;
@@ -19469,7 +18999,7 @@ var ActionType;
19469
18999
  ActionType["UseAction"] = "UseAction";
19470
19000
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
19471
19001
 
19472
- },{}],134:[function(require,module,exports){
19002
+ },{}],132:[function(require,module,exports){
19473
19003
  "use strict";
19474
19004
  Object.defineProperty(exports, "__esModule", { value: true });
19475
19005
  exports.ObjectType = void 0;
@@ -19478,11 +19008,11 @@ var ObjectType;
19478
19008
  ObjectType["PointAward"] = "PointAward";
19479
19009
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19480
19010
 
19481
- },{}],135:[function(require,module,exports){
19011
+ },{}],133:[function(require,module,exports){
19482
19012
  arguments[4][58][0].apply(exports,arguments)
19483
- },{"dup":58}],136:[function(require,module,exports){
19013
+ },{"dup":58}],134:[function(require,module,exports){
19484
19014
  arguments[4][58][0].apply(exports,arguments)
19485
- },{"dup":58}],137:[function(require,module,exports){
19015
+ },{"dup":58}],135:[function(require,module,exports){
19486
19016
  "use strict";
19487
19017
  Object.defineProperty(exports, "__esModule", { value: true });
19488
19018
  exports.ObjectType = void 0;
@@ -19491,7 +19021,7 @@ var ObjectType;
19491
19021
  ObjectType["SeatReservation"] = "SeatReservation";
19492
19022
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19493
19023
 
19494
- },{}],138:[function(require,module,exports){
19024
+ },{}],136:[function(require,module,exports){
19495
19025
  "use strict";
19496
19026
  Object.defineProperty(exports, "__esModule", { value: true });
19497
19027
  exports.ServiceIdentifier = exports.ResultType = void 0;
@@ -19505,11 +19035,11 @@ var ServiceIdentifier;
19505
19035
  ServiceIdentifier["Chevre"] = "Chevre";
19506
19036
  })(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
19507
19037
 
19508
- },{}],139:[function(require,module,exports){
19038
+ },{}],137:[function(require,module,exports){
19509
19039
  arguments[4][58][0].apply(exports,arguments)
19510
- },{"dup":58}],140:[function(require,module,exports){
19040
+ },{"dup":58}],138:[function(require,module,exports){
19511
19041
  arguments[4][58][0].apply(exports,arguments)
19512
- },{"dup":58}],141:[function(require,module,exports){
19042
+ },{"dup":58}],139:[function(require,module,exports){
19513
19043
  "use strict";
19514
19044
  Object.defineProperty(exports, "__esModule", { value: true });
19515
19045
  exports.ObjectType = void 0;
@@ -19518,7 +19048,11 @@ var ObjectType;
19518
19048
  ObjectType["Ticket"] = "Ticket";
19519
19049
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19520
19050
 
19521
- },{}],142:[function(require,module,exports){
19051
+ },{}],140:[function(require,module,exports){
19052
+ arguments[4][58][0].apply(exports,arguments)
19053
+ },{"dup":58}],141:[function(require,module,exports){
19054
+ arguments[4][58][0].apply(exports,arguments)
19055
+ },{"dup":58}],142:[function(require,module,exports){
19522
19056
  arguments[4][58][0].apply(exports,arguments)
19523
19057
  },{"dup":58}],143:[function(require,module,exports){
19524
19058
  arguments[4][58][0].apply(exports,arguments)
@@ -19537,17 +19071,17 @@ arguments[4][58][0].apply(exports,arguments)
19537
19071
  },{"dup":58}],150:[function(require,module,exports){
19538
19072
  arguments[4][58][0].apply(exports,arguments)
19539
19073
  },{"dup":58}],151:[function(require,module,exports){
19540
- arguments[4][58][0].apply(exports,arguments)
19541
- },{"dup":58}],152:[function(require,module,exports){
19542
- arguments[4][58][0].apply(exports,arguments)
19543
- },{"dup":58}],153:[function(require,module,exports){
19544
19074
  "use strict";
19545
19075
  Object.defineProperty(exports, "__esModule", { value: true });
19546
19076
  exports.ObjectType = void 0;
19547
19077
  var point_1 = require("../../authorize/award/point");
19548
19078
  exports.ObjectType = point_1.ObjectType;
19549
19079
 
19550
- },{"../../authorize/award/point":134}],154:[function(require,module,exports){
19080
+ },{"../../authorize/award/point":132}],152:[function(require,module,exports){
19081
+ arguments[4][58][0].apply(exports,arguments)
19082
+ },{"dup":58}],153:[function(require,module,exports){
19083
+ arguments[4][58][0].apply(exports,arguments)
19084
+ },{"dup":58}],154:[function(require,module,exports){
19551
19085
  arguments[4][58][0].apply(exports,arguments)
19552
19086
  },{"dup":58}],155:[function(require,module,exports){
19553
19087
  arguments[4][58][0].apply(exports,arguments)
@@ -19564,10 +19098,6 @@ arguments[4][58][0].apply(exports,arguments)
19564
19098
  },{"dup":58}],161:[function(require,module,exports){
19565
19099
  arguments[4][58][0].apply(exports,arguments)
19566
19100
  },{"dup":58}],162:[function(require,module,exports){
19567
- arguments[4][58][0].apply(exports,arguments)
19568
- },{"dup":58}],163:[function(require,module,exports){
19569
- arguments[4][58][0].apply(exports,arguments)
19570
- },{"dup":58}],164:[function(require,module,exports){
19571
19101
  "use strict";
19572
19102
  Object.defineProperty(exports, "__esModule", { value: true });
19573
19103
  exports.AssetTransactionType = void 0;
@@ -19604,7 +19134,11 @@ var AssetTransactionType;
19604
19134
  AssetTransactionType["RegisterService"] = "RegisterService";
19605
19135
  })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
19606
19136
 
19607
- },{}],165:[function(require,module,exports){
19137
+ },{}],163:[function(require,module,exports){
19138
+ arguments[4][58][0].apply(exports,arguments)
19139
+ },{"dup":58}],164:[function(require,module,exports){
19140
+ arguments[4][58][0].apply(exports,arguments)
19141
+ },{"dup":58}],165:[function(require,module,exports){
19608
19142
  arguments[4][58][0].apply(exports,arguments)
19609
19143
  },{"dup":58}],166:[function(require,module,exports){
19610
19144
  arguments[4][58][0].apply(exports,arguments)
@@ -19615,10 +19149,6 @@ arguments[4][58][0].apply(exports,arguments)
19615
19149
  },{"dup":58}],169:[function(require,module,exports){
19616
19150
  arguments[4][58][0].apply(exports,arguments)
19617
19151
  },{"dup":58}],170:[function(require,module,exports){
19618
- arguments[4][58][0].apply(exports,arguments)
19619
- },{"dup":58}],171:[function(require,module,exports){
19620
- arguments[4][58][0].apply(exports,arguments)
19621
- },{"dup":58}],172:[function(require,module,exports){
19622
19152
  "use strict";
19623
19153
  Object.defineProperty(exports, "__esModule", { value: true });
19624
19154
  exports.CategorySetIdentifier = void 0;
@@ -19670,7 +19200,7 @@ var CategorySetIdentifier;
19670
19200
  CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
19671
19201
  })(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
19672
19202
 
19673
- },{}],173:[function(require,module,exports){
19203
+ },{}],171:[function(require,module,exports){
19674
19204
  "use strict";
19675
19205
  /**
19676
19206
  * アプリケーションクライアントユーザーファクトリー
@@ -19678,9 +19208,9 @@ var CategorySetIdentifier;
19678
19208
  */
19679
19209
  Object.defineProperty(exports, "__esModule", { value: true });
19680
19210
 
19681
- },{}],174:[function(require,module,exports){
19211
+ },{}],172:[function(require,module,exports){
19682
19212
  arguments[4][58][0].apply(exports,arguments)
19683
- },{"dup":58}],175:[function(require,module,exports){
19213
+ },{"dup":58}],173:[function(require,module,exports){
19684
19214
  "use strict";
19685
19215
  Object.defineProperty(exports, "__esModule", { value: true });
19686
19216
  exports.CreativeWorkType = void 0;
@@ -19695,9 +19225,9 @@ var CreativeWorkType;
19695
19225
  CreativeWorkType["WebApplication"] = "WebApplication";
19696
19226
  })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
19697
19227
 
19698
- },{}],176:[function(require,module,exports){
19228
+ },{}],174:[function(require,module,exports){
19699
19229
  arguments[4][58][0].apply(exports,arguments)
19700
- },{"dup":58}],177:[function(require,module,exports){
19230
+ },{"dup":58}],175:[function(require,module,exports){
19701
19231
  "use strict";
19702
19232
  Object.defineProperty(exports, "__esModule", { value: true });
19703
19233
  exports.AboutIdentifier = void 0;
@@ -19709,13 +19239,13 @@ var AboutIdentifier;
19709
19239
  AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
19710
19240
  })(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
19711
19241
 
19712
- },{}],178:[function(require,module,exports){
19242
+ },{}],176:[function(require,module,exports){
19713
19243
  arguments[4][58][0].apply(exports,arguments)
19714
- },{"dup":58}],179:[function(require,module,exports){
19244
+ },{"dup":58}],177:[function(require,module,exports){
19715
19245
  arguments[4][58][0].apply(exports,arguments)
19716
- },{"dup":58}],180:[function(require,module,exports){
19246
+ },{"dup":58}],178:[function(require,module,exports){
19717
19247
  arguments[4][58][0].apply(exports,arguments)
19718
- },{"dup":58}],181:[function(require,module,exports){
19248
+ },{"dup":58}],179:[function(require,module,exports){
19719
19249
  "use strict";
19720
19250
  Object.defineProperty(exports, "__esModule", { value: true });
19721
19251
  exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
@@ -19758,7 +19288,7 @@ var Video;
19758
19288
  (function (Video) {
19759
19289
  })(Video = exports.Video || (exports.Video = {}));
19760
19290
 
19761
- },{}],182:[function(require,module,exports){
19291
+ },{}],180:[function(require,module,exports){
19762
19292
  "use strict";
19763
19293
  Object.defineProperty(exports, "__esModule", { value: true });
19764
19294
  exports.ErrorCode = void 0;
@@ -19779,7 +19309,7 @@ var ErrorCode;
19779
19309
  ErrorCode["Unauthorized"] = "Unauthorized";
19780
19310
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
19781
19311
 
19782
- },{}],183:[function(require,module,exports){
19312
+ },{}],181:[function(require,module,exports){
19783
19313
  "use strict";
19784
19314
  var __extends = (this && this.__extends) || (function () {
19785
19315
  var extendStatics = function (d, b) {
@@ -19824,7 +19354,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
19824
19354
  }(chevre_1.ChevreError));
19825
19355
  exports.AlreadyInUseError = AlreadyInUseError;
19826
19356
 
19827
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],184:[function(require,module,exports){
19357
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],182:[function(require,module,exports){
19828
19358
  "use strict";
19829
19359
  var __extends = (this && this.__extends) || (function () {
19830
19360
  var extendStatics = function (d, b) {
@@ -19868,7 +19398,7 @@ var ArgumentError = /** @class */ (function (_super) {
19868
19398
  }(chevre_1.ChevreError));
19869
19399
  exports.ArgumentError = ArgumentError;
19870
19400
 
19871
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],185:[function(require,module,exports){
19401
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],183:[function(require,module,exports){
19872
19402
  "use strict";
19873
19403
  var __extends = (this && this.__extends) || (function () {
19874
19404
  var extendStatics = function (d, b) {
@@ -19912,7 +19442,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
19912
19442
  }(chevre_1.ChevreError));
19913
19443
  exports.ArgumentNullError = ArgumentNullError;
19914
19444
 
19915
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],186:[function(require,module,exports){
19445
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],184:[function(require,module,exports){
19916
19446
  "use strict";
19917
19447
  var __extends = (this && this.__extends) || (function () {
19918
19448
  var extendStatics = function (d, b) {
@@ -19951,7 +19481,7 @@ var ChevreError = /** @class */ (function (_super) {
19951
19481
  }(Error));
19952
19482
  exports.ChevreError = ChevreError;
19953
19483
 
19954
- },{"setprototypeof":328}],187:[function(require,module,exports){
19484
+ },{"setprototypeof":326}],185:[function(require,module,exports){
19955
19485
  "use strict";
19956
19486
  var __extends = (this && this.__extends) || (function () {
19957
19487
  var extendStatics = function (d, b) {
@@ -19994,7 +19524,7 @@ var ForbiddenError = /** @class */ (function (_super) {
19994
19524
  }(chevre_1.ChevreError));
19995
19525
  exports.ForbiddenError = ForbiddenError;
19996
19526
 
19997
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],188:[function(require,module,exports){
19527
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],186:[function(require,module,exports){
19998
19528
  "use strict";
19999
19529
  var __extends = (this && this.__extends) || (function () {
20000
19530
  var extendStatics = function (d, b) {
@@ -20037,7 +19567,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
20037
19567
  }(chevre_1.ChevreError));
20038
19568
  exports.GatewayTimeoutError = GatewayTimeoutError;
20039
19569
 
20040
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],189:[function(require,module,exports){
19570
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],187:[function(require,module,exports){
20041
19571
  "use strict";
20042
19572
  var __extends = (this && this.__extends) || (function () {
20043
19573
  var extendStatics = function (d, b) {
@@ -20081,7 +19611,7 @@ var NotFoundError = /** @class */ (function (_super) {
20081
19611
  }(chevre_1.ChevreError));
20082
19612
  exports.NotFoundError = NotFoundError;
20083
19613
 
20084
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],190:[function(require,module,exports){
19614
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],188:[function(require,module,exports){
20085
19615
  "use strict";
20086
19616
  var __extends = (this && this.__extends) || (function () {
20087
19617
  var extendStatics = function (d, b) {
@@ -20124,7 +19654,7 @@ var NotImplementedError = /** @class */ (function (_super) {
20124
19654
  }(chevre_1.ChevreError));
20125
19655
  exports.NotImplementedError = NotImplementedError;
20126
19656
 
20127
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],191:[function(require,module,exports){
19657
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],189:[function(require,module,exports){
20128
19658
  "use strict";
20129
19659
  var __extends = (this && this.__extends) || (function () {
20130
19660
  var extendStatics = function (d, b) {
@@ -20167,7 +19697,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
20167
19697
  }(chevre_1.ChevreError));
20168
19698
  exports.RateLimitExceededError = RateLimitExceededError;
20169
19699
 
20170
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],192:[function(require,module,exports){
19700
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],190:[function(require,module,exports){
20171
19701
  "use strict";
20172
19702
  var __extends = (this && this.__extends) || (function () {
20173
19703
  var extendStatics = function (d, b) {
@@ -20210,7 +19740,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
20210
19740
  }(chevre_1.ChevreError));
20211
19741
  exports.ServiceUnavailableError = ServiceUnavailableError;
20212
19742
 
20213
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],193:[function(require,module,exports){
19743
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],191:[function(require,module,exports){
20214
19744
  "use strict";
20215
19745
  var __extends = (this && this.__extends) || (function () {
20216
19746
  var extendStatics = function (d, b) {
@@ -20253,7 +19783,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
20253
19783
  }(chevre_1.ChevreError));
20254
19784
  exports.UnauthorizedError = UnauthorizedError;
20255
19785
 
20256
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],194:[function(require,module,exports){
19786
+ },{"../errorCode":180,"./chevre":184,"setprototypeof":326}],192:[function(require,module,exports){
20257
19787
  "use strict";
20258
19788
  Object.defineProperty(exports, "__esModule", { value: true });
20259
19789
  exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
@@ -20283,7 +19813,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
20283
19813
  var unauthorized_1 = require("./error/unauthorized");
20284
19814
  Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
20285
19815
 
20286
- },{"./error/alreadyInUse":183,"./error/argument":184,"./error/argumentNull":185,"./error/chevre":186,"./error/forbidden":187,"./error/gatewayTimeout":188,"./error/notFound":189,"./error/notImplemented":190,"./error/rateLimitExceeded":191,"./error/serviceUnavailable":192,"./error/unauthorized":193}],195:[function(require,module,exports){
19816
+ },{"./error/alreadyInUse":181,"./error/argument":182,"./error/argumentNull":183,"./error/chevre":184,"./error/forbidden":185,"./error/gatewayTimeout":186,"./error/notFound":187,"./error/notImplemented":188,"./error/rateLimitExceeded":189,"./error/serviceUnavailable":190,"./error/unauthorized":191}],193:[function(require,module,exports){
20287
19817
  "use strict";
20288
19818
  Object.defineProperty(exports, "__esModule", { value: true });
20289
19819
  exports.EventStatusType = void 0;
@@ -20298,7 +19828,7 @@ var EventStatusType;
20298
19828
  EventStatusType["EventScheduled"] = "EventScheduled";
20299
19829
  })(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
20300
19830
 
20301
- },{}],196:[function(require,module,exports){
19831
+ },{}],194:[function(require,module,exports){
20302
19832
  "use strict";
20303
19833
  Object.defineProperty(exports, "__esModule", { value: true });
20304
19834
  exports.EventType = void 0;
@@ -20312,13 +19842,13 @@ var EventType;
20312
19842
  EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
20313
19843
  })(EventType = exports.EventType || (exports.EventType = {}));
20314
19844
 
20315
- },{}],197:[function(require,module,exports){
19845
+ },{}],195:[function(require,module,exports){
20316
19846
  arguments[4][58][0].apply(exports,arguments)
20317
- },{"dup":58}],198:[function(require,module,exports){
19847
+ },{"dup":58}],196:[function(require,module,exports){
20318
19848
  arguments[4][58][0].apply(exports,arguments)
20319
- },{"dup":58}],199:[function(require,module,exports){
19849
+ },{"dup":58}],197:[function(require,module,exports){
20320
19850
  arguments[4][58][0].apply(exports,arguments)
20321
- },{"dup":58}],200:[function(require,module,exports){
19851
+ },{"dup":58}],198:[function(require,module,exports){
20322
19852
  "use strict";
20323
19853
  Object.defineProperty(exports, "__esModule", { value: true });
20324
19854
  exports.RoleType = void 0;
@@ -20327,7 +19857,7 @@ var RoleType;
20327
19857
  RoleType["OrganizationRole"] = "OrganizationRole";
20328
19858
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
20329
19859
 
20330
- },{}],201:[function(require,module,exports){
19860
+ },{}],199:[function(require,module,exports){
20331
19861
  "use strict";
20332
19862
  Object.defineProperty(exports, "__esModule", { value: true });
20333
19863
  exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
@@ -20759,9 +20289,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
20759
20289
  exports.unitCode = unitCode_1.UnitCode;
20760
20290
  exports.unitPriceOffer = UnitPriceOfferFactory;
20761
20291
 
20762
- },{"./account":124,"./accountTitle":125,"./accountType":126,"./action/authorize/award/point":134,"./action/authorize/offer/moneyTransfer":135,"./action/authorize/offer/product":136,"./action/authorize/offer/seatReservation":137,"./action/authorize/paymentMethod/any":138,"./action/cancel/reservation":139,"./action/check/paymentMethod/movieTicket":140,"./action/check/token":141,"./action/consume/use/reservation":142,"./action/interact/confirm/moneyTransfer":143,"./action/interact/confirm/pay":144,"./action/interact/confirm/registerService":145,"./action/interact/confirm/reservation":146,"./action/interact/inform":147,"./action/interact/register/service":148,"./action/reserve":149,"./action/trade/order":150,"./action/trade/pay":151,"./action/trade/refund":152,"./action/transfer/give/pointAward":153,"./action/transfer/moneyTransfer":154,"./action/transfer/return/moneyTransfer":155,"./action/transfer/return/order":156,"./action/transfer/return/paymentMethod":157,"./action/transfer/return/pointAward":158,"./action/transfer/return/reserveTransaction":159,"./action/transfer/send/message/email":160,"./action/transfer/send/order":161,"./action/update/delete/member":162,"./actionStatusType":132,"./actionType":133,"./additionalProperty":163,"./assetTransaction/cancelReservation":165,"./assetTransaction/moneyTransfer":166,"./assetTransaction/pay":167,"./assetTransaction/refund":168,"./assetTransaction/registerService":169,"./assetTransaction/reserve":170,"./assetTransactionType":164,"./authorization":171,"./categoryCode":172,"./clientUser":173,"./cognito":174,"./creativeWork/comment":176,"./creativeWork/message/email":177,"./creativeWork/movie":178,"./creativeWork/softwareApplication/webApplication":179,"./creativeWorkType":175,"./customer":180,"./encodingFormat":181,"./errorCode":182,"./errors":194,"./event/anyEvent":197,"./event/screeningEvent":198,"./event/screeningEventSeries":199,"./eventStatusType":195,"./eventType":196,"./iam":200,"./invoice":202,"./itemAvailability":203,"./language":204,"./merchantReturnPolicy":205,"./monetaryAmount":206,"./offer":207,"./offer/aggregateOffer":211,"./offerCatalog":208,"./offerItemCondition":209,"./offerType":210,"./order":212,"./orderStatus":213,"./organization":214,"./organizationType":215,"./ownershipInfo":216,"./paymentMethod/paymentCard/creditCard":217,"./paymentMethod/paymentCard/movieTicket":218,"./paymentStatusType":219,"./permit":220,"./person":221,"./personType":222,"./place/busStop":224,"./place/movieTheater":225,"./place/screeningRoom":226,"./place/screeningRoomSection":227,"./place/seat":228,"./placeType":223,"./priceCurrency":229,"./priceSpecification/unitPriceSpecification":231,"./priceSpecificationType":230,"./product":232,"./programMembership":233,"./project":234,"./propertyValue":235,"./propertyValue/locationFeatureSpecification":236,"./qualitativeValue":237,"./quantitativeValue":238,"./report/accountingReport":239,"./reservation/busReservation":242,"./reservation/event":243,"./reservationStatusType":240,"./reservationType":241,"./seller":244,"./service/paymentService":245,"./service/webAPI":246,"./sortType":247,"./task/accountMoneyTransfer":250,"./task/aggregateScreeningEvent":251,"./task/aggregateUseActionsOnEvent":252,"./task/cancelAccountMoneyTransfer":253,"./task/cancelMoneyTransfer":254,"./task/cancelPendingReservation":255,"./task/cancelReservation":256,"./task/createEvent":257,"./task/deleteTransaction":258,"./task/importEventCapacitiesFromCOA":259,"./task/importEventsFromCOA":260,"./task/importOffersFromCOA":261,"./task/moneyTransfer":262,"./task/onAuthorizationCreated":263,"./task/onEventChanged":264,"./task/onResourceUpdated":265,"./task/pay":266,"./task/refund":267,"./task/registerService":268,"./task/reserve":269,"./task/sendEmailMessage":270,"./task/syncScreeningRooms":271,"./task/triggerWebhook":272,"./task/useReservation":273,"./task/voidPayment":274,"./taskName":248,"./taskStatus":249,"./thing":275,"./transaction/moneyTransfer":279,"./transaction/placeOrder":280,"./transaction/returnOrder":281,"./transactionStatusType":276,"./transactionTasksExportationStatus":277,"./transactionType":278,"./trip/busTrip":283,"./tripType":282,"./unitCode":284,"./unitPriceOffer":285,"@waiter/factory":299}],202:[function(require,module,exports){
20292
+ },{"./account":122,"./accountTitle":123,"./accountType":124,"./action/authorize/award/point":132,"./action/authorize/offer/moneyTransfer":133,"./action/authorize/offer/product":134,"./action/authorize/offer/seatReservation":135,"./action/authorize/paymentMethod/any":136,"./action/cancel/reservation":137,"./action/check/paymentMethod/movieTicket":138,"./action/check/token":139,"./action/consume/use/reservation":140,"./action/interact/confirm/moneyTransfer":141,"./action/interact/confirm/pay":142,"./action/interact/confirm/registerService":143,"./action/interact/confirm/reservation":144,"./action/interact/inform":145,"./action/interact/register/service":146,"./action/reserve":147,"./action/trade/order":148,"./action/trade/pay":149,"./action/trade/refund":150,"./action/transfer/give/pointAward":151,"./action/transfer/moneyTransfer":152,"./action/transfer/return/moneyTransfer":153,"./action/transfer/return/order":154,"./action/transfer/return/paymentMethod":155,"./action/transfer/return/pointAward":156,"./action/transfer/return/reserveTransaction":157,"./action/transfer/send/message/email":158,"./action/transfer/send/order":159,"./action/update/delete/member":160,"./actionStatusType":130,"./actionType":131,"./additionalProperty":161,"./assetTransaction/cancelReservation":163,"./assetTransaction/moneyTransfer":164,"./assetTransaction/pay":165,"./assetTransaction/refund":166,"./assetTransaction/registerService":167,"./assetTransaction/reserve":168,"./assetTransactionType":162,"./authorization":169,"./categoryCode":170,"./clientUser":171,"./cognito":172,"./creativeWork/comment":174,"./creativeWork/message/email":175,"./creativeWork/movie":176,"./creativeWork/softwareApplication/webApplication":177,"./creativeWorkType":173,"./customer":178,"./encodingFormat":179,"./errorCode":180,"./errors":192,"./event/anyEvent":195,"./event/screeningEvent":196,"./event/screeningEventSeries":197,"./eventStatusType":193,"./eventType":194,"./iam":198,"./invoice":200,"./itemAvailability":201,"./language":202,"./merchantReturnPolicy":203,"./monetaryAmount":204,"./offer":205,"./offer/aggregateOffer":209,"./offerCatalog":206,"./offerItemCondition":207,"./offerType":208,"./order":210,"./orderStatus":211,"./organization":212,"./organizationType":213,"./ownershipInfo":214,"./paymentMethod/paymentCard/creditCard":215,"./paymentMethod/paymentCard/movieTicket":216,"./paymentStatusType":217,"./permit":218,"./person":219,"./personType":220,"./place/busStop":222,"./place/movieTheater":223,"./place/screeningRoom":224,"./place/screeningRoomSection":225,"./place/seat":226,"./placeType":221,"./priceCurrency":227,"./priceSpecification/unitPriceSpecification":229,"./priceSpecificationType":228,"./product":230,"./programMembership":231,"./project":232,"./propertyValue":233,"./propertyValue/locationFeatureSpecification":234,"./qualitativeValue":235,"./quantitativeValue":236,"./report/accountingReport":237,"./reservation/busReservation":240,"./reservation/event":241,"./reservationStatusType":238,"./reservationType":239,"./seller":242,"./service/paymentService":243,"./service/webAPI":244,"./sortType":245,"./task/accountMoneyTransfer":248,"./task/aggregateScreeningEvent":249,"./task/aggregateUseActionsOnEvent":250,"./task/cancelAccountMoneyTransfer":251,"./task/cancelMoneyTransfer":252,"./task/cancelPendingReservation":253,"./task/cancelReservation":254,"./task/createEvent":255,"./task/deleteTransaction":256,"./task/importEventCapacitiesFromCOA":257,"./task/importEventsFromCOA":258,"./task/importOffersFromCOA":259,"./task/moneyTransfer":260,"./task/onAuthorizationCreated":261,"./task/onEventChanged":262,"./task/onResourceUpdated":263,"./task/pay":264,"./task/refund":265,"./task/registerService":266,"./task/reserve":267,"./task/sendEmailMessage":268,"./task/syncScreeningRooms":269,"./task/triggerWebhook":270,"./task/useReservation":271,"./task/voidPayment":272,"./taskName":246,"./taskStatus":247,"./thing":273,"./transaction/moneyTransfer":277,"./transaction/placeOrder":278,"./transaction/returnOrder":279,"./transactionStatusType":274,"./transactionTasksExportationStatus":275,"./transactionType":276,"./trip/busTrip":281,"./tripType":280,"./unitCode":282,"./unitPriceOffer":283,"@waiter/factory":297}],200:[function(require,module,exports){
20763
20293
  arguments[4][58][0].apply(exports,arguments)
20764
- },{"dup":58}],203:[function(require,module,exports){
20294
+ },{"dup":58}],201:[function(require,module,exports){
20765
20295
  "use strict";
20766
20296
  Object.defineProperty(exports, "__esModule", { value: true });
20767
20297
  exports.ItemAvailability = void 0;
@@ -20781,9 +20311,9 @@ var ItemAvailability;
20781
20311
  ItemAvailability["SoldOut"] = "SoldOut";
20782
20312
  })(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
20783
20313
 
20784
- },{}],204:[function(require,module,exports){
20314
+ },{}],202:[function(require,module,exports){
20785
20315
  arguments[4][58][0].apply(exports,arguments)
20786
- },{"dup":58}],205:[function(require,module,exports){
20316
+ },{"dup":58}],203:[function(require,module,exports){
20787
20317
  "use strict";
20788
20318
  Object.defineProperty(exports, "__esModule", { value: true });
20789
20319
  exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
@@ -20834,15 +20364,15 @@ var MerchantReturnEnumeration;
20834
20364
  MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
20835
20365
  })(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
20836
20366
 
20837
- },{}],206:[function(require,module,exports){
20367
+ },{}],204:[function(require,module,exports){
20838
20368
  arguments[4][58][0].apply(exports,arguments)
20839
- },{"dup":58}],207:[function(require,module,exports){
20369
+ },{"dup":58}],205:[function(require,module,exports){
20840
20370
  arguments[4][58][0].apply(exports,arguments)
20841
- },{"dup":58}],208:[function(require,module,exports){
20371
+ },{"dup":58}],206:[function(require,module,exports){
20842
20372
  arguments[4][58][0].apply(exports,arguments)
20843
- },{"dup":58}],209:[function(require,module,exports){
20373
+ },{"dup":58}],207:[function(require,module,exports){
20844
20374
  arguments[4][58][0].apply(exports,arguments)
20845
- },{"dup":58}],210:[function(require,module,exports){
20375
+ },{"dup":58}],208:[function(require,module,exports){
20846
20376
  "use strict";
20847
20377
  Object.defineProperty(exports, "__esModule", { value: true });
20848
20378
  exports.OfferType = void 0;
@@ -20855,9 +20385,9 @@ var OfferType;
20855
20385
  OfferType["AggregateOffer"] = "AggregateOffer";
20856
20386
  })(OfferType = exports.OfferType || (exports.OfferType = {}));
20857
20387
 
20858
- },{}],211:[function(require,module,exports){
20388
+ },{}],209:[function(require,module,exports){
20859
20389
  arguments[4][58][0].apply(exports,arguments)
20860
- },{"dup":58}],212:[function(require,module,exports){
20390
+ },{"dup":58}],210:[function(require,module,exports){
20861
20391
  "use strict";
20862
20392
  Object.defineProperty(exports, "__esModule", { value: true });
20863
20393
  exports.OrderType = void 0;
@@ -20866,7 +20396,7 @@ var OrderType;
20866
20396
  OrderType["Order"] = "Order";
20867
20397
  })(OrderType = exports.OrderType || (exports.OrderType = {}));
20868
20398
 
20869
- },{}],213:[function(require,module,exports){
20399
+ },{}],211:[function(require,module,exports){
20870
20400
  "use strict";
20871
20401
  Object.defineProperty(exports, "__esModule", { value: true });
20872
20402
  exports.OrderStatus = void 0;
@@ -20885,9 +20415,9 @@ var OrderStatus;
20885
20415
  OrderStatus["OrderReturned"] = "OrderReturned";
20886
20416
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
20887
20417
 
20888
- },{}],214:[function(require,module,exports){
20418
+ },{}],212:[function(require,module,exports){
20889
20419
  arguments[4][58][0].apply(exports,arguments)
20890
- },{"dup":58}],215:[function(require,module,exports){
20420
+ },{"dup":58}],213:[function(require,module,exports){
20891
20421
  "use strict";
20892
20422
  Object.defineProperty(exports, "__esModule", { value: true });
20893
20423
  exports.OrganizationType = void 0;
@@ -20912,13 +20442,13 @@ var OrganizationType;
20912
20442
  OrganizationType["Project"] = "Project";
20913
20443
  })(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
20914
20444
 
20915
- },{}],216:[function(require,module,exports){
20445
+ },{}],214:[function(require,module,exports){
20916
20446
  arguments[4][58][0].apply(exports,arguments)
20917
- },{"dup":58}],217:[function(require,module,exports){
20447
+ },{"dup":58}],215:[function(require,module,exports){
20918
20448
  arguments[4][58][0].apply(exports,arguments)
20919
- },{"dup":58}],218:[function(require,module,exports){
20449
+ },{"dup":58}],216:[function(require,module,exports){
20920
20450
  arguments[4][58][0].apply(exports,arguments)
20921
- },{"dup":58}],219:[function(require,module,exports){
20451
+ },{"dup":58}],217:[function(require,module,exports){
20922
20452
  "use strict";
20923
20453
  Object.defineProperty(exports, "__esModule", { value: true });
20924
20454
  exports.PaymentStatusType = void 0;
@@ -20934,7 +20464,7 @@ var PaymentStatusType;
20934
20464
  PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
20935
20465
  })(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
20936
20466
 
20937
- },{}],220:[function(require,module,exports){
20467
+ },{}],218:[function(require,module,exports){
20938
20468
  "use strict";
20939
20469
  Object.defineProperty(exports, "__esModule", { value: true });
20940
20470
  exports.PermitType = void 0;
@@ -20943,9 +20473,9 @@ var PermitType;
20943
20473
  PermitType["Permit"] = "Permit";
20944
20474
  })(PermitType = exports.PermitType || (exports.PermitType = {}));
20945
20475
 
20946
- },{}],221:[function(require,module,exports){
20476
+ },{}],219:[function(require,module,exports){
20947
20477
  arguments[4][58][0].apply(exports,arguments)
20948
- },{"dup":58}],222:[function(require,module,exports){
20478
+ },{"dup":58}],220:[function(require,module,exports){
20949
20479
  "use strict";
20950
20480
  Object.defineProperty(exports, "__esModule", { value: true });
20951
20481
  exports.PersonType = void 0;
@@ -20957,7 +20487,7 @@ var PersonType;
20957
20487
  PersonType["Person"] = "Person";
20958
20488
  })(PersonType = exports.PersonType || (exports.PersonType = {}));
20959
20489
 
20960
- },{}],223:[function(require,module,exports){
20490
+ },{}],221:[function(require,module,exports){
20961
20491
  "use strict";
20962
20492
  Object.defineProperty(exports, "__esModule", { value: true });
20963
20493
  exports.PlaceType = void 0;
@@ -20975,17 +20505,17 @@ var PlaceType;
20975
20505
  PlaceType["Seat"] = "Seat";
20976
20506
  })(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
20977
20507
 
20978
- },{}],224:[function(require,module,exports){
20508
+ },{}],222:[function(require,module,exports){
20509
+ arguments[4][58][0].apply(exports,arguments)
20510
+ },{"dup":58}],223:[function(require,module,exports){
20511
+ arguments[4][58][0].apply(exports,arguments)
20512
+ },{"dup":58}],224:[function(require,module,exports){
20979
20513
  arguments[4][58][0].apply(exports,arguments)
20980
20514
  },{"dup":58}],225:[function(require,module,exports){
20981
20515
  arguments[4][58][0].apply(exports,arguments)
20982
20516
  },{"dup":58}],226:[function(require,module,exports){
20983
20517
  arguments[4][58][0].apply(exports,arguments)
20984
20518
  },{"dup":58}],227:[function(require,module,exports){
20985
- arguments[4][58][0].apply(exports,arguments)
20986
- },{"dup":58}],228:[function(require,module,exports){
20987
- arguments[4][58][0].apply(exports,arguments)
20988
- },{"dup":58}],229:[function(require,module,exports){
20989
20519
  "use strict";
20990
20520
  Object.defineProperty(exports, "__esModule", { value: true });
20991
20521
  exports.PriceCurrency = void 0;
@@ -20999,7 +20529,7 @@ var PriceCurrency;
20999
20529
  PriceCurrency["JPY"] = "JPY";
21000
20530
  })(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
21001
20531
 
21002
- },{}],230:[function(require,module,exports){
20532
+ },{}],228:[function(require,module,exports){
21003
20533
  "use strict";
21004
20534
  Object.defineProperty(exports, "__esModule", { value: true });
21005
20535
  exports.PriceSpecificationType = void 0;
@@ -21030,9 +20560,9 @@ var PriceSpecificationType;
21030
20560
  PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
21031
20561
  })(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
21032
20562
 
21033
- },{}],231:[function(require,module,exports){
20563
+ },{}],229:[function(require,module,exports){
21034
20564
  arguments[4][58][0].apply(exports,arguments)
21035
- },{"dup":58}],232:[function(require,module,exports){
20565
+ },{"dup":58}],230:[function(require,module,exports){
21036
20566
  "use strict";
21037
20567
  Object.defineProperty(exports, "__esModule", { value: true });
21038
20568
  exports.ProductType = void 0;
@@ -21063,7 +20593,7 @@ var ProductType;
21063
20593
  ProductType["Transportation"] = "Transportation";
21064
20594
  })(ProductType = exports.ProductType || (exports.ProductType = {}));
21065
20595
 
21066
- },{}],233:[function(require,module,exports){
20596
+ },{}],231:[function(require,module,exports){
21067
20597
  "use strict";
21068
20598
  Object.defineProperty(exports, "__esModule", { value: true });
21069
20599
  exports.ProgramMembershipType = void 0;
@@ -21072,9 +20602,9 @@ var ProgramMembershipType;
21072
20602
  ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
21073
20603
  })(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
21074
20604
 
21075
- },{}],234:[function(require,module,exports){
20605
+ },{}],232:[function(require,module,exports){
21076
20606
  arguments[4][58][0].apply(exports,arguments)
21077
- },{"dup":58}],235:[function(require,module,exports){
20607
+ },{"dup":58}],233:[function(require,module,exports){
21078
20608
  "use strict";
21079
20609
  Object.defineProperty(exports, "__esModule", { value: true });
21080
20610
  exports.PropertyValueType = void 0;
@@ -21083,11 +20613,11 @@ var PropertyValueType;
21083
20613
  PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
21084
20614
  })(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
21085
20615
 
21086
- },{}],236:[function(require,module,exports){
20616
+ },{}],234:[function(require,module,exports){
21087
20617
  arguments[4][58][0].apply(exports,arguments)
21088
- },{"dup":58}],237:[function(require,module,exports){
20618
+ },{"dup":58}],235:[function(require,module,exports){
21089
20619
  arguments[4][58][0].apply(exports,arguments)
21090
- },{"dup":58}],238:[function(require,module,exports){
20620
+ },{"dup":58}],236:[function(require,module,exports){
21091
20621
  "use strict";
21092
20622
  Object.defineProperty(exports, "__esModule", { value: true });
21093
20623
  exports.StringValue = void 0;
@@ -21096,9 +20626,9 @@ var StringValue;
21096
20626
  StringValue["Infinity"] = "Infinity";
21097
20627
  })(StringValue = exports.StringValue || (exports.StringValue = {}));
21098
20628
 
21099
- },{}],239:[function(require,module,exports){
20629
+ },{}],237:[function(require,module,exports){
21100
20630
  arguments[4][58][0].apply(exports,arguments)
21101
- },{"dup":58}],240:[function(require,module,exports){
20631
+ },{"dup":58}],238:[function(require,module,exports){
21102
20632
  "use strict";
21103
20633
  Object.defineProperty(exports, "__esModule", { value: true });
21104
20634
  exports.ReservationStatusType = void 0;
@@ -21125,7 +20655,7 @@ var ReservationStatusType;
21125
20655
  ReservationStatusType["ReservationPending"] = "ReservationPending";
21126
20656
  })(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
21127
20657
 
21128
- },{}],241:[function(require,module,exports){
20658
+ },{}],239:[function(require,module,exports){
21129
20659
  "use strict";
21130
20660
  Object.defineProperty(exports, "__esModule", { value: true });
21131
20661
  exports.ReservationType = void 0;
@@ -21139,13 +20669,13 @@ var ReservationType;
21139
20669
  ReservationType["ReservationPackage"] = "ReservationPackage";
21140
20670
  })(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
21141
20671
 
21142
- },{}],242:[function(require,module,exports){
20672
+ },{}],240:[function(require,module,exports){
21143
20673
  arguments[4][58][0].apply(exports,arguments)
21144
- },{"dup":58}],243:[function(require,module,exports){
20674
+ },{"dup":58}],241:[function(require,module,exports){
21145
20675
  arguments[4][58][0].apply(exports,arguments)
21146
- },{"dup":58}],244:[function(require,module,exports){
20676
+ },{"dup":58}],242:[function(require,module,exports){
21147
20677
  arguments[4][58][0].apply(exports,arguments)
21148
- },{"dup":58}],245:[function(require,module,exports){
20678
+ },{"dup":58}],243:[function(require,module,exports){
21149
20679
  "use strict";
21150
20680
  Object.defineProperty(exports, "__esModule", { value: true });
21151
20681
  exports.PaymentServiceType = void 0;
@@ -21157,7 +20687,7 @@ var PaymentServiceType;
21157
20687
  PaymentServiceType["PaymentCard"] = "PaymentCard";
21158
20688
  })(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
21159
20689
 
21160
- },{}],246:[function(require,module,exports){
20690
+ },{}],244:[function(require,module,exports){
21161
20691
  "use strict";
21162
20692
  Object.defineProperty(exports, "__esModule", { value: true });
21163
20693
  exports.Identifier = void 0;
@@ -21167,7 +20697,7 @@ var Identifier;
21167
20697
  Identifier["Chevre"] = "Chevre";
21168
20698
  })(Identifier = exports.Identifier || (exports.Identifier = {}));
21169
20699
 
21170
- },{}],247:[function(require,module,exports){
20700
+ },{}],245:[function(require,module,exports){
21171
20701
  "use strict";
21172
20702
  Object.defineProperty(exports, "__esModule", { value: true });
21173
20703
  exports.SortType = void 0;
@@ -21180,7 +20710,7 @@ var SortType;
21180
20710
  SortType[SortType["Descending"] = -1] = "Descending";
21181
20711
  })(SortType = exports.SortType || (exports.SortType = {}));
21182
20712
 
21183
- },{}],248:[function(require,module,exports){
20713
+ },{}],246:[function(require,module,exports){
21184
20714
  "use strict";
21185
20715
  Object.defineProperty(exports, "__esModule", { value: true });
21186
20716
  exports.TaskName = void 0;
@@ -21306,7 +20836,7 @@ var TaskName;
21306
20836
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
21307
20837
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
21308
20838
 
21309
- },{}],249:[function(require,module,exports){
20839
+ },{}],247:[function(require,module,exports){
21310
20840
  "use strict";
21311
20841
  Object.defineProperty(exports, "__esModule", { value: true });
21312
20842
  exports.TaskStatus = void 0;
@@ -21333,7 +20863,11 @@ var TaskStatus;
21333
20863
  TaskStatus["Aborted"] = "Aborted";
21334
20864
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
21335
20865
 
21336
- },{}],250:[function(require,module,exports){
20866
+ },{}],248:[function(require,module,exports){
20867
+ arguments[4][58][0].apply(exports,arguments)
20868
+ },{"dup":58}],249:[function(require,module,exports){
20869
+ arguments[4][58][0].apply(exports,arguments)
20870
+ },{"dup":58}],250:[function(require,module,exports){
21337
20871
  arguments[4][58][0].apply(exports,arguments)
21338
20872
  },{"dup":58}],251:[function(require,module,exports){
21339
20873
  arguments[4][58][0].apply(exports,arguments)
@@ -21346,10 +20880,6 @@ arguments[4][58][0].apply(exports,arguments)
21346
20880
  },{"dup":58}],255:[function(require,module,exports){
21347
20881
  arguments[4][58][0].apply(exports,arguments)
21348
20882
  },{"dup":58}],256:[function(require,module,exports){
21349
- arguments[4][58][0].apply(exports,arguments)
21350
- },{"dup":58}],257:[function(require,module,exports){
21351
- arguments[4][58][0].apply(exports,arguments)
21352
- },{"dup":58}],258:[function(require,module,exports){
21353
20883
  "use strict";
21354
20884
  Object.defineProperty(exports, "__esModule", { value: true });
21355
20885
  exports.SpecifyingMethod = void 0;
@@ -21362,7 +20892,11 @@ var SpecifyingMethod;
21362
20892
  SpecifyingMethod["AgentId"] = "AgentId";
21363
20893
  })(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
21364
20894
 
21365
- },{}],259:[function(require,module,exports){
20895
+ },{}],257:[function(require,module,exports){
20896
+ arguments[4][58][0].apply(exports,arguments)
20897
+ },{"dup":58}],258:[function(require,module,exports){
20898
+ arguments[4][58][0].apply(exports,arguments)
20899
+ },{"dup":58}],259:[function(require,module,exports){
21366
20900
  arguments[4][58][0].apply(exports,arguments)
21367
20901
  },{"dup":58}],260:[function(require,module,exports){
21368
20902
  arguments[4][58][0].apply(exports,arguments)
@@ -21393,10 +20927,6 @@ arguments[4][58][0].apply(exports,arguments)
21393
20927
  },{"dup":58}],273:[function(require,module,exports){
21394
20928
  arguments[4][58][0].apply(exports,arguments)
21395
20929
  },{"dup":58}],274:[function(require,module,exports){
21396
- arguments[4][58][0].apply(exports,arguments)
21397
- },{"dup":58}],275:[function(require,module,exports){
21398
- arguments[4][58][0].apply(exports,arguments)
21399
- },{"dup":58}],276:[function(require,module,exports){
21400
20930
  "use strict";
21401
20931
  Object.defineProperty(exports, "__esModule", { value: true });
21402
20932
  exports.TransactionStatusType = void 0;
@@ -21411,7 +20941,7 @@ var TransactionStatusType;
21411
20941
  TransactionStatusType["Expired"] = "Expired";
21412
20942
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
21413
20943
 
21414
- },{}],277:[function(require,module,exports){
20944
+ },{}],275:[function(require,module,exports){
21415
20945
  "use strict";
21416
20946
  Object.defineProperty(exports, "__esModule", { value: true });
21417
20947
  exports.TransactionTasksExportationStatus = void 0;
@@ -21434,7 +20964,7 @@ var TransactionTasksExportationStatus;
21434
20964
  TransactionTasksExportationStatus["Exported"] = "Exported";
21435
20965
  })(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
21436
20966
 
21437
- },{}],278:[function(require,module,exports){
20967
+ },{}],276:[function(require,module,exports){
21438
20968
  "use strict";
21439
20969
  /**
21440
20970
  * 取引タイプ
@@ -21457,11 +20987,11 @@ var TransactionType;
21457
20987
  TransactionType["ReturnOrder"] = "ReturnOrder";
21458
20988
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
21459
20989
 
21460
- },{}],279:[function(require,module,exports){
20990
+ },{}],277:[function(require,module,exports){
21461
20991
  arguments[4][58][0].apply(exports,arguments)
21462
- },{"dup":58}],280:[function(require,module,exports){
20992
+ },{"dup":58}],278:[function(require,module,exports){
21463
20993
  arguments[4][58][0].apply(exports,arguments)
21464
- },{"dup":58}],281:[function(require,module,exports){
20994
+ },{"dup":58}],279:[function(require,module,exports){
21465
20995
  "use strict";
21466
20996
  Object.defineProperty(exports, "__esModule", { value: true });
21467
20997
  exports.Reason = void 0;
@@ -21480,7 +21010,7 @@ var Reason;
21480
21010
  Reason["Seller"] = "Seller";
21481
21011
  })(Reason = exports.Reason || (exports.Reason = {}));
21482
21012
 
21483
- },{}],282:[function(require,module,exports){
21013
+ },{}],280:[function(require,module,exports){
21484
21014
  "use strict";
21485
21015
  Object.defineProperty(exports, "__esModule", { value: true });
21486
21016
  exports.TripType = void 0;
@@ -21493,9 +21023,9 @@ var TripType;
21493
21023
  TripType["Trip"] = "Trip";
21494
21024
  })(TripType = exports.TripType || (exports.TripType = {}));
21495
21025
 
21496
- },{}],283:[function(require,module,exports){
21026
+ },{}],281:[function(require,module,exports){
21497
21027
  arguments[4][58][0].apply(exports,arguments)
21498
- },{"dup":58}],284:[function(require,module,exports){
21028
+ },{"dup":58}],282:[function(require,module,exports){
21499
21029
  "use strict";
21500
21030
  Object.defineProperty(exports, "__esModule", { value: true });
21501
21031
  exports.UnitCode = void 0;
@@ -21522,11 +21052,11 @@ var UnitCode;
21522
21052
  UnitCode["Sec"] = "SEC";
21523
21053
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
21524
21054
 
21525
- },{}],285:[function(require,module,exports){
21055
+ },{}],283:[function(require,module,exports){
21526
21056
  arguments[4][58][0].apply(exports,arguments)
21527
- },{"dup":58}],286:[function(require,module,exports){
21057
+ },{"dup":58}],284:[function(require,module,exports){
21528
21058
  arguments[4][58][0].apply(exports,arguments)
21529
- },{"dup":58}],287:[function(require,module,exports){
21059
+ },{"dup":58}],285:[function(require,module,exports){
21530
21060
  "use strict";
21531
21061
  Object.defineProperty(exports, "__esModule", { value: true });
21532
21062
  /**
@@ -21545,7 +21075,7 @@ var ErrorCode;
21545
21075
  })(ErrorCode || (ErrorCode = {}));
21546
21076
  exports.default = ErrorCode;
21547
21077
 
21548
- },{}],288:[function(require,module,exports){
21078
+ },{}],286:[function(require,module,exports){
21549
21079
  "use strict";
21550
21080
  var __extends = (this && this.__extends) || (function () {
21551
21081
  var extendStatics = function (d, b) {
@@ -21586,7 +21116,7 @@ var ArgumentError = /** @class */ (function (_super) {
21586
21116
  }(waiter_1.WaiterError));
21587
21117
  exports.default = ArgumentError;
21588
21118
 
21589
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],289:[function(require,module,exports){
21119
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],287:[function(require,module,exports){
21590
21120
  "use strict";
21591
21121
  var __extends = (this && this.__extends) || (function () {
21592
21122
  var extendStatics = function (d, b) {
@@ -21627,7 +21157,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
21627
21157
  }(waiter_1.WaiterError));
21628
21158
  exports.default = ArgumentNullError;
21629
21159
 
21630
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],290:[function(require,module,exports){
21160
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],288:[function(require,module,exports){
21631
21161
  "use strict";
21632
21162
  var __extends = (this && this.__extends) || (function () {
21633
21163
  var extendStatics = function (d, b) {
@@ -21667,7 +21197,7 @@ var ForbiddenError = /** @class */ (function (_super) {
21667
21197
  }(waiter_1.WaiterError));
21668
21198
  exports.default = ForbiddenError;
21669
21199
 
21670
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],291:[function(require,module,exports){
21200
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],289:[function(require,module,exports){
21671
21201
  "use strict";
21672
21202
  var __extends = (this && this.__extends) || (function () {
21673
21203
  var extendStatics = function (d, b) {
@@ -21708,7 +21238,7 @@ var NotFoundError = /** @class */ (function (_super) {
21708
21238
  }(waiter_1.WaiterError));
21709
21239
  exports.default = NotFoundError;
21710
21240
 
21711
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],292:[function(require,module,exports){
21241
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],290:[function(require,module,exports){
21712
21242
  "use strict";
21713
21243
  var __extends = (this && this.__extends) || (function () {
21714
21244
  var extendStatics = function (d, b) {
@@ -21748,7 +21278,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
21748
21278
  }(waiter_1.WaiterError));
21749
21279
  exports.default = RateLimitExceededError;
21750
21280
 
21751
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],293:[function(require,module,exports){
21281
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],291:[function(require,module,exports){
21752
21282
  "use strict";
21753
21283
  var __extends = (this && this.__extends) || (function () {
21754
21284
  var extendStatics = function (d, b) {
@@ -21788,7 +21318,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
21788
21318
  }(waiter_1.WaiterError));
21789
21319
  exports.default = ServiceUnavailableError;
21790
21320
 
21791
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],294:[function(require,module,exports){
21321
+ },{"../errorCode":285,"./waiter":292,"setprototypeof":326}],292:[function(require,module,exports){
21792
21322
  "use strict";
21793
21323
  var __extends = (this && this.__extends) || (function () {
21794
21324
  var extendStatics = function (d, b) {
@@ -21821,7 +21351,7 @@ var WaiterError = /** @class */ (function (_super) {
21821
21351
  }(Error));
21822
21352
  exports.WaiterError = WaiterError;
21823
21353
 
21824
- },{}],295:[function(require,module,exports){
21354
+ },{}],293:[function(require,module,exports){
21825
21355
  "use strict";
21826
21356
  Object.defineProperty(exports, "__esModule", { value: true });
21827
21357
  /**
@@ -21842,13 +21372,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
21842
21372
  var waiter_1 = require("./error/waiter");
21843
21373
  exports.Waiter = waiter_1.WaiterError;
21844
21374
 
21845
- },{"./error/argument":288,"./error/argumentNull":289,"./error/forbidden":290,"./error/notFound":291,"./error/rateLimitExceeded":292,"./error/serviceUnavailable":293,"./error/waiter":294}],296:[function(require,module,exports){
21375
+ },{"./error/argument":286,"./error/argumentNull":287,"./error/forbidden":288,"./error/notFound":289,"./error/rateLimitExceeded":290,"./error/serviceUnavailable":291,"./error/waiter":292}],294:[function(require,module,exports){
21846
21376
  arguments[4][58][0].apply(exports,arguments)
21847
- },{"dup":58}],297:[function(require,module,exports){
21377
+ },{"dup":58}],295:[function(require,module,exports){
21848
21378
  arguments[4][58][0].apply(exports,arguments)
21849
- },{"dup":58}],298:[function(require,module,exports){
21379
+ },{"dup":58}],296:[function(require,module,exports){
21850
21380
  arguments[4][58][0].apply(exports,arguments)
21851
- },{"dup":58}],299:[function(require,module,exports){
21381
+ },{"dup":58}],297:[function(require,module,exports){
21852
21382
  "use strict";
21853
21383
  Object.defineProperty(exports, "__esModule", { value: true });
21854
21384
  /**
@@ -21867,7 +21397,7 @@ exports.passport = passport;
21867
21397
  exports.project = project;
21868
21398
  exports.rule = rule;
21869
21399
 
21870
- },{"./factory/client":286,"./factory/errorCode":287,"./factory/errors":295,"./factory/passport":296,"./factory/project":297,"./factory/rule":298}],300:[function(require,module,exports){
21400
+ },{"./factory/client":284,"./factory/errorCode":285,"./factory/errors":293,"./factory/passport":294,"./factory/project":295,"./factory/rule":296}],298:[function(require,module,exports){
21871
21401
  'use strict'
21872
21402
 
21873
21403
  exports.byteLength = byteLength
@@ -22021,9 +21551,9 @@ function fromByteArray (uint8) {
22021
21551
  return parts.join('')
22022
21552
  }
22023
21553
 
22024
- },{}],301:[function(require,module,exports){
21554
+ },{}],299:[function(require,module,exports){
22025
21555
 
22026
- },{}],302:[function(require,module,exports){
21556
+ },{}],300:[function(require,module,exports){
22027
21557
  (function (Buffer){
22028
21558
  /*!
22029
21559
  * The buffer module from node.js, for the browser.
@@ -23804,7 +23334,7 @@ function numberIsNaN (obj) {
23804
23334
  }
23805
23335
 
23806
23336
  }).call(this,require("buffer").Buffer)
23807
- },{"base64-js":300,"buffer":302,"ieee754":316}],303:[function(require,module,exports){
23337
+ },{"base64-js":298,"buffer":300,"ieee754":314}],301:[function(require,module,exports){
23808
23338
  'use strict';
23809
23339
 
23810
23340
  var GetIntrinsic = require('get-intrinsic');
@@ -23821,7 +23351,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
23821
23351
  return intrinsic;
23822
23352
  };
23823
23353
 
23824
- },{"./":304,"get-intrinsic":310}],304:[function(require,module,exports){
23354
+ },{"./":302,"get-intrinsic":308}],302:[function(require,module,exports){
23825
23355
  'use strict';
23826
23356
 
23827
23357
  var bind = require('function-bind');
@@ -23870,7 +23400,7 @@ if ($defineProperty) {
23870
23400
  module.exports.apply = applyBind;
23871
23401
  }
23872
23402
 
23873
- },{"function-bind":309,"get-intrinsic":310}],305:[function(require,module,exports){
23403
+ },{"function-bind":307,"get-intrinsic":308}],303:[function(require,module,exports){
23874
23404
  /**
23875
23405
  * Helpers.
23876
23406
  */
@@ -24034,7 +23564,7 @@ function plural(ms, msAbs, n, name) {
24034
23564
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
24035
23565
  }
24036
23566
 
24037
- },{}],306:[function(require,module,exports){
23567
+ },{}],304:[function(require,module,exports){
24038
23568
  (function (process){
24039
23569
  "use strict";
24040
23570
 
@@ -24218,7 +23748,7 @@ formatters.j = function (v) {
24218
23748
 
24219
23749
 
24220
23750
  }).call(this,require('_process'))
24221
- },{"./common":307,"_process":319}],307:[function(require,module,exports){
23751
+ },{"./common":305,"_process":317}],305:[function(require,module,exports){
24222
23752
  "use strict";
24223
23753
 
24224
23754
  /**
@@ -24469,7 +23999,7 @@ function setup(env) {
24469
23999
  module.exports = setup;
24470
24000
 
24471
24001
 
24472
- },{"ms":305}],308:[function(require,module,exports){
24002
+ },{"ms":303}],306:[function(require,module,exports){
24473
24003
  'use strict';
24474
24004
 
24475
24005
  /* eslint no-invalid-this: 1 */
@@ -24523,14 +24053,14 @@ module.exports = function bind(that) {
24523
24053
  return bound;
24524
24054
  };
24525
24055
 
24526
- },{}],309:[function(require,module,exports){
24056
+ },{}],307:[function(require,module,exports){
24527
24057
  'use strict';
24528
24058
 
24529
24059
  var implementation = require('./implementation');
24530
24060
 
24531
24061
  module.exports = Function.prototype.bind || implementation;
24532
24062
 
24533
- },{"./implementation":308}],310:[function(require,module,exports){
24063
+ },{"./implementation":306}],308:[function(require,module,exports){
24534
24064
  'use strict';
24535
24065
 
24536
24066
  var undefined;
@@ -24862,7 +24392,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
24862
24392
  return value;
24863
24393
  };
24864
24394
 
24865
- },{"function-bind":309,"has":313,"has-symbols":311}],311:[function(require,module,exports){
24395
+ },{"function-bind":307,"has":311,"has-symbols":309}],309:[function(require,module,exports){
24866
24396
  'use strict';
24867
24397
 
24868
24398
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -24877,7 +24407,7 @@ module.exports = function hasNativeSymbols() {
24877
24407
  return hasSymbolSham();
24878
24408
  };
24879
24409
 
24880
- },{"./shams":312}],312:[function(require,module,exports){
24410
+ },{"./shams":310}],310:[function(require,module,exports){
24881
24411
  'use strict';
24882
24412
 
24883
24413
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -24921,14 +24451,14 @@ module.exports = function hasSymbols() {
24921
24451
  return true;
24922
24452
  };
24923
24453
 
24924
- },{}],313:[function(require,module,exports){
24454
+ },{}],311:[function(require,module,exports){
24925
24455
  'use strict';
24926
24456
 
24927
24457
  var bind = require('function-bind');
24928
24458
 
24929
24459
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
24930
24460
 
24931
- },{"function-bind":309}],314:[function(require,module,exports){
24461
+ },{"function-bind":307}],312:[function(require,module,exports){
24932
24462
  // Generated by CoffeeScript 2.3.0
24933
24463
  // # node-http-status
24934
24464
 
@@ -25553,13 +25083,13 @@ module.exports = {
25553
25083
  }
25554
25084
  };
25555
25085
 
25556
- },{}],315:[function(require,module,exports){
25086
+ },{}],313:[function(require,module,exports){
25557
25087
  (function (process,global){
25558
25088
  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;
25559
25089
 
25560
25090
 
25561
25091
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
25562
- },{"_process":319}],316:[function(require,module,exports){
25092
+ },{"_process":317}],314:[function(require,module,exports){
25563
25093
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
25564
25094
  var e, m
25565
25095
  var eLen = (nBytes * 8) - mLen - 1
@@ -25645,7 +25175,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25645
25175
  buffer[offset + i - d] |= s * 128
25646
25176
  }
25647
25177
 
25648
- },{}],317:[function(require,module,exports){
25178
+ },{}],315:[function(require,module,exports){
25649
25179
  // the whatwg-fetch polyfill installs the fetch() function
25650
25180
  // on the global object (window or self)
25651
25181
  //
@@ -25653,7 +25183,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25653
25183
  require('whatwg-fetch');
25654
25184
  module.exports = self.fetch.bind(self);
25655
25185
 
25656
- },{"whatwg-fetch":330}],318:[function(require,module,exports){
25186
+ },{"whatwg-fetch":328}],316:[function(require,module,exports){
25657
25187
  var hasMap = typeof Map === 'function' && Map.prototype;
25658
25188
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
25659
25189
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -26171,7 +25701,7 @@ function arrObjKeys(obj, inspect) {
26171
25701
  return xs;
26172
25702
  }
26173
25703
 
26174
- },{"./util.inspect":301}],319:[function(require,module,exports){
25704
+ },{"./util.inspect":299}],317:[function(require,module,exports){
26175
25705
  // shim for using process in browser
26176
25706
  var process = module.exports = {};
26177
25707
 
@@ -26357,7 +25887,7 @@ process.chdir = function (dir) {
26357
25887
  };
26358
25888
  process.umask = function() { return 0; };
26359
25889
 
26360
- },{}],320:[function(require,module,exports){
25890
+ },{}],318:[function(require,module,exports){
26361
25891
  'use strict';
26362
25892
 
26363
25893
  var replace = String.prototype.replace;
@@ -26382,7 +25912,7 @@ module.exports = {
26382
25912
  RFC3986: Format.RFC3986
26383
25913
  };
26384
25914
 
26385
- },{}],321:[function(require,module,exports){
25915
+ },{}],319:[function(require,module,exports){
26386
25916
  'use strict';
26387
25917
 
26388
25918
  var stringify = require('./stringify');
@@ -26395,7 +25925,7 @@ module.exports = {
26395
25925
  stringify: stringify
26396
25926
  };
26397
25927
 
26398
- },{"./formats":320,"./parse":322,"./stringify":323}],322:[function(require,module,exports){
25928
+ },{"./formats":318,"./parse":320,"./stringify":321}],320:[function(require,module,exports){
26399
25929
  'use strict';
26400
25930
 
26401
25931
  var utils = require('./utils');
@@ -26660,7 +26190,7 @@ module.exports = function (str, opts) {
26660
26190
  return utils.compact(obj);
26661
26191
  };
26662
26192
 
26663
- },{"./utils":324}],323:[function(require,module,exports){
26193
+ },{"./utils":322}],321:[function(require,module,exports){
26664
26194
  'use strict';
26665
26195
 
26666
26196
  var getSideChannel = require('side-channel');
@@ -26988,7 +26518,7 @@ module.exports = function (object, opts) {
26988
26518
  return joined.length > 0 ? prefix + joined : '';
26989
26519
  };
26990
26520
 
26991
- },{"./formats":320,"./utils":324,"side-channel":329}],324:[function(require,module,exports){
26521
+ },{"./formats":318,"./utils":322,"side-channel":327}],322:[function(require,module,exports){
26992
26522
  'use strict';
26993
26523
 
26994
26524
  var formats = require('./formats');
@@ -27242,7 +26772,7 @@ module.exports = {
27242
26772
  merge: merge
27243
26773
  };
27244
26774
 
27245
- },{"./formats":320}],325:[function(require,module,exports){
26775
+ },{"./formats":318}],323:[function(require,module,exports){
27246
26776
  // Copyright Joyent, Inc. and other Node contributors.
27247
26777
  //
27248
26778
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27328,7 +26858,7 @@ var isArray = Array.isArray || function (xs) {
27328
26858
  return Object.prototype.toString.call(xs) === '[object Array]';
27329
26859
  };
27330
26860
 
27331
- },{}],326:[function(require,module,exports){
26861
+ },{}],324:[function(require,module,exports){
27332
26862
  // Copyright Joyent, Inc. and other Node contributors.
27333
26863
  //
27334
26864
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27415,13 +26945,13 @@ var objectKeys = Object.keys || function (obj) {
27415
26945
  return res;
27416
26946
  };
27417
26947
 
27418
- },{}],327:[function(require,module,exports){
26948
+ },{}],325:[function(require,module,exports){
27419
26949
  'use strict';
27420
26950
 
27421
26951
  exports.decode = exports.parse = require('./decode');
27422
26952
  exports.encode = exports.stringify = require('./encode');
27423
26953
 
27424
- },{"./decode":325,"./encode":326}],328:[function(require,module,exports){
26954
+ },{"./decode":323,"./encode":324}],326:[function(require,module,exports){
27425
26955
  'use strict'
27426
26956
  /* eslint no-proto: 0 */
27427
26957
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -27440,7 +26970,7 @@ function mixinProperties (obj, proto) {
27440
26970
  return obj
27441
26971
  }
27442
26972
 
27443
- },{}],329:[function(require,module,exports){
26973
+ },{}],327:[function(require,module,exports){
27444
26974
  'use strict';
27445
26975
 
27446
26976
  var GetIntrinsic = require('get-intrinsic');
@@ -27566,7 +27096,7 @@ module.exports = function getSideChannel() {
27566
27096
  return channel;
27567
27097
  };
27568
27098
 
27569
- },{"call-bind/callBound":303,"get-intrinsic":310,"object-inspect":318}],330:[function(require,module,exports){
27099
+ },{"call-bind/callBound":301,"get-intrinsic":308,"object-inspect":316}],328:[function(require,module,exports){
27570
27100
  (function(self) {
27571
27101
  'use strict';
27572
27102