@cinerino/sdk 5.0.0-alpha.9 → 5.1.0-alpha.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 (61) hide show
  1. package/example/playground/public/lib/bundle.js +395 -880
  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/order/factory.d.ts +1 -16
  24. package/lib/abstract/chevre/order.d.ts +6 -6
  25. package/lib/abstract/chevre.d.ts +0 -20
  26. package/lib/abstract/chevre.js +0 -43
  27. package/lib/abstract/chevreAdmin/order/factory.d.ts +0 -5
  28. package/lib/abstract/chevreAdmin/order.d.ts +3 -3
  29. package/lib/abstract/chevreAdmin/project.d.ts +2 -6
  30. package/lib/abstract/chevreAdmin/project.js +0 -24
  31. package/lib/abstract/chevreTxn/payment/factory.d.ts +0 -1
  32. package/lib/abstract/chevreTxn/payment.d.ts +9 -1
  33. package/lib/abstract/chevreTxn/payment.js +19 -0
  34. package/lib/abstract/chevreTxn/transaction/placeOrder/factory.d.ts +9 -3
  35. package/lib/abstract/chevreTxn/transaction/placeOrder.d.ts +7 -3
  36. package/lib/abstract/default.d.ts +1 -1
  37. package/lib/abstract/default.js +1 -1
  38. package/lib/abstract/service/offer.d.ts +0 -30
  39. package/lib/abstract/service/offer.js +0 -58
  40. package/lib/abstract/service/order.d.ts +2 -1
  41. package/lib/abstract/service/permit.d.ts +0 -3
  42. package/lib/abstract/service/permit.js +0 -17
  43. package/lib/abstract/service/person.d.ts +1 -1
  44. package/lib/abstract/service/transaction/placeOrder.d.ts +24 -4
  45. package/lib/abstract/service/transaction/placeOrder.js +19 -0
  46. package/lib/bundle.js +478 -794
  47. package/package.json +2 -2
  48. package/example/src/chevre/assetTransaction/processPayMGTicket.ts +0 -101
  49. package/example/src/chevre/authorizePermit.ts +0 -34
  50. package/example/src/createCommentOnOrder.ts +0 -42
  51. package/example/src/transaction/processOrderMoneyTransferByCash.ts +0 -198
  52. package/example/src/transaction/processOrderMoneyTransferByCreditCard.ts +0 -204
  53. package/example/src/transaction/processPlaceOrderByMovieTicket.ts +0 -478
  54. package/example/src/transaction/processPlaceOrderByNewMembershipCoupon4COA.ts +0 -221
  55. package/example/src/transaction/processPlaceOrderByPaymentCard.ts +0 -400
  56. package/lib/abstract/chevre/assetTransaction/pay.d.ts +0 -15
  57. package/lib/abstract/chevre/assetTransaction/pay.js +0 -87
  58. package/lib/abstract/chevre/me.d.ts +0 -20
  59. package/lib/abstract/chevre/me.js +0 -106
  60. package/lib/abstract/service/order/factory.d.ts +0 -1
  61. package/lib/abstract/service/order/factory.js +0 -13
@@ -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":120}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],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":311}],79:[function(require,module,exports){
13334
13089
  "use strict";
13335
13090
  var __extends = (this && this.__extends) || (function () {
13336
13091
  var extendStatics = function (d, b) {
@@ -13354,8 +13109,8 @@ exports.service = void 0;
13354
13109
  * Default services
13355
13110
  */
13356
13111
  var ServiceFactory = require("./service");
13112
+ var OrderServiceFactory = require("./chevre/order/factory");
13357
13113
  var PaymentServiceFactory = require("./chevreTxn/payment/factory");
13358
- var OrderServiceFactory = require("./service/order/factory");
13359
13114
  var ReservationServiceFactory = require("./service/reservation/factory");
13360
13115
  var PlaceOrderTransactionServiceFactory = require("./chevreTxn/transaction/placeOrder/factory");
13361
13116
  var categoryCode_1 = require("./service/categoryCode");
@@ -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
+ },{"./chevre/order/factory":68,"./chevreTxn/payment/factory":58,"./chevreTxn/transaction/placeOrder/factory":61,"./service":85,"./service/categoryCode":86,"./service/creativeWork":87,"./service/customer":88,"./service/delivery":89,"./service/emailMessage":90,"./service/event":91,"./service/offer":92,"./service/order":93,"./service/payment":94,"./service/permit":95,"./service/person":96,"./service/person/ownershipInfo":97,"./service/place":98,"./service/place/hasPOS":99,"./service/product":100,"./service/project":101,"./service/reservation":102,"./service/reservation/factory":103,"./service/seller":104,"./service/token":105,"./service/transaction/moneyTransfer":106,"./service/transaction/placeOrder":107,"./service/transaction/placeOrder4sskts":108,"./service/transaction/returnOrder":109}],80:[function(require,module,exports){
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":198}],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":110}],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":311}],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":311}],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":110,"qs":318}],86:[function(require,module,exports){
14092
+ arguments[4][63][0].apply(exports,arguments)
14093
+ },{"../service":85,"dup":63,"http-status":311}],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":311}],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":311}],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":311}],90:[function(require,module,exports){
14398
+ arguments[4][65][0].apply(exports,arguments)
14399
+ },{"../service":85,"dup":65,"http-status":311}],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":311}],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":311}],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,22 +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){
15391
- "use strict";
15392
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15393
- if (k2 === undefined) k2 = k;
15394
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
15395
- }) : (function(o, m, k, k2) {
15396
- if (k2 === undefined) k2 = k;
15397
- o[k2] = m[k];
15398
- }));
15399
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
15400
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15401
- };
15402
- Object.defineProperty(exports, "__esModule", { value: true });
15403
- __exportStar(require("../../chevre/order/factory"), exports);
15404
-
15405
- },{"../../chevre/order/factory":70}],97:[function(require,module,exports){
15087
+ },{"../service":85,"http-status":311}],94:[function(require,module,exports){
15406
15088
  "use strict";
15407
15089
  var __extends = (this && this.__extends) || (function () {
15408
15090
  var extendStatics = function (d, b) {
@@ -15645,7 +15327,7 @@ var PaymentService = /** @class */ (function (_super) {
15645
15327
  }(service_1.Service));
15646
15328
  exports.PaymentService = PaymentService;
15647
15329
 
15648
- },{"../factory":82,"../service":87,"http-status":314}],98:[function(require,module,exports){
15330
+ },{"../factory":80,"../service":85,"http-status":311}],95:[function(require,module,exports){
15649
15331
  "use strict";
15650
15332
  var __extends = (this && this.__extends) || (function () {
15651
15333
  var extendStatics = function (d, b) {
@@ -15710,23 +15392,6 @@ var PermitService = /** @class */ (function (_super) {
15710
15392
  function PermitService() {
15711
15393
  return _super !== null && _super.apply(this, arguments) || this;
15712
15394
  }
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
15395
  /**
15731
15396
  * メンバーシップ照会
15732
15397
  * 存在しない場合、ステータスコード404を返します
@@ -15771,7 +15436,7 @@ var PermitService = /** @class */ (function (_super) {
15771
15436
  }(service_1.Service));
15772
15437
  exports.PermitService = PermitService;
15773
15438
 
15774
- },{"../service":87,"http-status":314}],99:[function(require,module,exports){
15439
+ },{"../service":85,"http-status":311}],96:[function(require,module,exports){
15775
15440
  "use strict";
15776
15441
  var __extends = (this && this.__extends) || (function () {
15777
15442
  var extendStatics = function (d, b) {
@@ -15939,7 +15604,7 @@ var PersonService = /** @class */ (function (_super) {
15939
15604
  }(service_1.Service));
15940
15605
  exports.PersonService = PersonService;
15941
15606
 
15942
- },{"../service":87,"http-status":314}],100:[function(require,module,exports){
15607
+ },{"../service":85,"http-status":311}],97:[function(require,module,exports){
15943
15608
  "use strict";
15944
15609
  var __extends = (this && this.__extends) || (function () {
15945
15610
  var extendStatics = function (d, b) {
@@ -16284,7 +15949,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
16284
15949
  }(service_1.Service));
16285
15950
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
16286
15951
 
16287
- },{"../../factory":82,"../../service":87,"http-status":314}],101:[function(require,module,exports){
15952
+ },{"../../factory":80,"../../service":85,"http-status":311}],98:[function(require,module,exports){
16288
15953
  "use strict";
16289
15954
  var __extends = (this && this.__extends) || (function () {
16290
15955
  var extendStatics = function (d, b) {
@@ -16466,7 +16131,7 @@ var PlaceService = /** @class */ (function (_super) {
16466
16131
  }(service_1.Service));
16467
16132
  exports.PlaceService = PlaceService;
16468
16133
 
16469
- },{"../factory":82,"../service":87,"http-status":314}],102:[function(require,module,exports){
16134
+ },{"../factory":80,"../service":85,"http-status":311}],99:[function(require,module,exports){
16470
16135
  "use strict";
16471
16136
  var __extends = (this && this.__extends) || (function () {
16472
16137
  var extendStatics = function (d, b) {
@@ -16555,7 +16220,7 @@ var HasPOSService = /** @class */ (function (_super) {
16555
16220
  }(service_1.Service));
16556
16221
  exports.HasPOSService = HasPOSService;
16557
16222
 
16558
- },{"../../factory":82,"../../service":87,"http-status":314}],103:[function(require,module,exports){
16223
+ },{"../../factory":80,"../../service":85,"http-status":311}],100:[function(require,module,exports){
16559
16224
  "use strict";
16560
16225
  var __extends = (this && this.__extends) || (function () {
16561
16226
  var extendStatics = function (d, b) {
@@ -16671,7 +16336,7 @@ var ProductService = /** @class */ (function (_super) {
16671
16336
  }(service_1.Service));
16672
16337
  exports.ProductService = ProductService;
16673
16338
 
16674
- },{"../service":87,"http-status":314}],104:[function(require,module,exports){
16339
+ },{"../service":85,"http-status":311}],101:[function(require,module,exports){
16675
16340
  "use strict";
16676
16341
  var __extends = (this && this.__extends) || (function () {
16677
16342
  var extendStatics = function (d, b) {
@@ -16829,7 +16494,7 @@ var ProjectService = /** @class */ (function (_super) {
16829
16494
  }(service_1.Service));
16830
16495
  exports.ProjectService = ProjectService;
16831
16496
 
16832
- },{"../service":87,"http-status":314}],105:[function(require,module,exports){
16497
+ },{"../service":85,"http-status":311}],102:[function(require,module,exports){
16833
16498
  "use strict";
16834
16499
  var __extends = (this && this.__extends) || (function () {
16835
16500
  var extendStatics = function (d, b) {
@@ -16997,7 +16662,7 @@ var ReservationService = /** @class */ (function (_super) {
16997
16662
  }(service_1.Service));
16998
16663
  exports.ReservationService = ReservationService;
16999
16664
 
17000
- },{"../factory":82,"../service":87,"http-status":314}],106:[function(require,module,exports){
16665
+ },{"../factory":80,"../service":85,"http-status":311}],103:[function(require,module,exports){
17001
16666
  "use strict";
17002
16667
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17003
16668
  if (k2 === undefined) k2 = k;
@@ -17012,182 +16677,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17012
16677
  Object.defineProperty(exports, "__esModule", { value: true });
17013
16678
  __exportStar(require("../../chevre/reservation/factory"), exports);
17014
16679
 
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){
16680
+ },{"../../chevre/reservation/factory":75}],104:[function(require,module,exports){
16681
+ arguments[4][76][0].apply(exports,arguments)
16682
+ },{"../service":85,"dup":76,"http-status":311}],105:[function(require,module,exports){
17187
16683
  arguments[4][48][0].apply(exports,arguments)
17188
- },{"../service":87,"dup":48,"http-status":314}],109:[function(require,module,exports){
16684
+ },{"../service":85,"dup":48,"http-status":311}],106:[function(require,module,exports){
17189
16685
  arguments[4][59][0].apply(exports,arguments)
17190
- },{"../../factory":82,"../../service":87,"dup":59,"http-status":314}],110:[function(require,module,exports){
16686
+ },{"../../factory":80,"../../service":85,"dup":59,"http-status":311}],107:[function(require,module,exports){
17191
16687
  "use strict";
17192
16688
  var __extends = (this && this.__extends) || (function () {
17193
16689
  var extendStatics = function (d, b) {
@@ -17383,6 +16879,25 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
17383
16879
  });
17384
16880
  });
17385
16881
  };
16882
+ /**
16883
+ * 取引確定(レスポンス最小化)
16884
+ */
16885
+ PlaceOrderTransactionService.prototype.confirmWithMiminalResponse = function (params) {
16886
+ return __awaiter(this, void 0, void 0, function () {
16887
+ var _this = this;
16888
+ return __generator(this, function (_a) {
16889
+ return [2 /*return*/, this.fetch({
16890
+ uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
16891
+ method: 'PUT',
16892
+ expectedStatusCodes: [http_status_1.OK],
16893
+ body: __assign(__assign({}, params), { expectsMinimalResponse: true })
16894
+ })
16895
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
16896
+ return [2 /*return*/, response.json()];
16897
+ }); }); })];
16898
+ });
16899
+ });
16900
+ };
17386
16901
  /**
17387
16902
  * 明示的に取引を中止する
17388
16903
  * 既に確定済、あるいは、期限切れの取引に対して実行するとArgumentエラーが返されます。
@@ -17407,7 +16922,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
17407
16922
  }(service_1.Service));
17408
16923
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
17409
16924
 
17410
- },{"../../factory":82,"../../service":87,"http-status":314}],111:[function(require,module,exports){
16925
+ },{"../../factory":80,"../../service":85,"http-status":311}],108:[function(require,module,exports){
17411
16926
  "use strict";
17412
16927
  var __extends = (this && this.__extends) || (function () {
17413
16928
  var extendStatics = function (d, b) {
@@ -17554,7 +17069,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
17554
17069
  }(placeOrder_1.PlaceOrderTransactionService));
17555
17070
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
17556
17071
 
17557
- },{"./placeOrder":110,"http-status":314}],112:[function(require,module,exports){
17072
+ },{"./placeOrder":107,"http-status":311}],109:[function(require,module,exports){
17558
17073
  "use strict";
17559
17074
  var __extends = (this && this.__extends) || (function () {
17560
17075
  var extendStatics = function (d, b) {
@@ -17685,7 +17200,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
17685
17200
  }(service_1.Service));
17686
17201
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
17687
17202
 
17688
- },{"../../factory":82,"../../service":87,"http-status":314}],113:[function(require,module,exports){
17203
+ },{"../../factory":80,"../../service":85,"http-status":311}],110:[function(require,module,exports){
17689
17204
  "use strict";
17690
17205
  var __extends = (this && this.__extends) || (function () {
17691
17206
  var extendStatics = function (d, b) {
@@ -17882,7 +17397,7 @@ var StubTransporter = /** @class */ (function () {
17882
17397
  }());
17883
17398
  exports.StubTransporter = StubTransporter;
17884
17399
 
17885
- },{"debug":306,"isomorphic-fetch":317}],114:[function(require,module,exports){
17400
+ },{"debug":303,"isomorphic-fetch":314}],111:[function(require,module,exports){
17886
17401
  "use strict";
17887
17402
  // tslint:disable-next-line:no-single-line-block-comment
17888
17403
  /* istanbul ignore file */
@@ -18239,7 +17754,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
18239
17754
  }(oAuth2client_1.default));
18240
17755
  exports.ImplicitGrantClient = ImplicitGrantClient;
18241
17756
 
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){
17757
+ },{"./implicitGrantClient/error":112,"./implicitGrantClient/popupAuthenticationHandler":114,"./implicitGrantClient/silentAuthenticationHandler":116,"./implicitGrantClient/silentLogoutHandler":117,"./oAuth2client":119,"debug":303,"idtoken-verifier":312,"qs":318}],112:[function(require,module,exports){
18243
17758
  "use strict";
18244
17759
  // tslint:disable-next-line:no-single-line-block-comment
18245
17760
  /* istanbul ignore file */
@@ -18272,7 +17787,7 @@ var AuthorizeError = /** @class */ (function (_super) {
18272
17787
  }(Error));
18273
17788
  exports.AuthorizeError = AuthorizeError;
18274
17789
 
18275
- },{}],116:[function(require,module,exports){
17790
+ },{}],113:[function(require,module,exports){
18276
17791
  "use strict";
18277
17792
  // tslint:disable-next-line:no-single-line-block-comment
18278
17793
  /* istanbul ignore file */
@@ -18358,7 +17873,7 @@ var IframeHandler = /** @class */ (function () {
18358
17873
  }());
18359
17874
  exports.default = IframeHandler;
18360
17875
 
18361
- },{"debug":306}],117:[function(require,module,exports){
17876
+ },{"debug":303}],114:[function(require,module,exports){
18362
17877
  "use strict";
18363
17878
  // tslint:disable-next-line:no-single-line-block-comment
18364
17879
  /* istanbul ignore file */
@@ -18468,7 +17983,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
18468
17983
  }());
18469
17984
  exports.default = PopupAuthenticationHandler;
18470
17985
 
18471
- },{"./error":115,"./popupHandler":118}],118:[function(require,module,exports){
17986
+ },{"./error":112,"./popupHandler":115}],115:[function(require,module,exports){
18472
17987
  "use strict";
18473
17988
  // tslint:disable-next-line:no-single-line-block-comment
18474
17989
  /* istanbul ignore file */
@@ -18554,7 +18069,7 @@ var PopupHandler = /** @class */ (function () {
18554
18069
  }());
18555
18070
  exports.default = PopupHandler;
18556
18071
 
18557
- },{"debug":306}],119:[function(require,module,exports){
18072
+ },{"debug":303}],116:[function(require,module,exports){
18558
18073
  "use strict";
18559
18074
  // tslint:disable-next-line:no-single-line-block-comment
18560
18075
  /* istanbul ignore file */
@@ -18664,7 +18179,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
18664
18179
  }());
18665
18180
  exports.default = SilentAuthenticationHandler;
18666
18181
 
18667
- },{"./error":115,"./iframeHandler":116}],120:[function(require,module,exports){
18182
+ },{"./error":112,"./iframeHandler":113}],117:[function(require,module,exports){
18668
18183
  "use strict";
18669
18184
  // tslint:disable-next-line:no-single-line-block-comment
18670
18185
  /* istanbul ignore file */
@@ -18774,7 +18289,7 @@ var SilentLogoutHandler = /** @class */ (function () {
18774
18289
  }());
18775
18290
  exports.default = SilentLogoutHandler;
18776
18291
 
18777
- },{"./error":115,"./iframeHandler":116}],121:[function(require,module,exports){
18292
+ },{"./error":112,"./iframeHandler":113}],118:[function(require,module,exports){
18778
18293
  "use strict";
18779
18294
  Object.defineProperty(exports, "__esModule", { value: true });
18780
18295
  exports.LoginTicket = void 0;
@@ -18803,7 +18318,7 @@ var LoginTicket = /** @class */ (function () {
18803
18318
  }());
18804
18319
  exports.LoginTicket = LoginTicket;
18805
18320
 
18806
- },{}],122:[function(require,module,exports){
18321
+ },{}],119:[function(require,module,exports){
18807
18322
  (function (Buffer){
18808
18323
  "use strict";
18809
18324
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -19311,7 +18826,7 @@ var OAuth2client = /** @class */ (function () {
19311
18826
  exports.default = OAuth2client;
19312
18827
 
19313
18828
  }).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){
18829
+ },{"../abstract/transporters":110,"./loginTicket":118,"buffer":299,"crypto":298,"debug":303,"http-status":311,"isomorphic-fetch":314,"querystring":324}],120:[function(require,module,exports){
19315
18830
  "use strict";
19316
18831
  Object.defineProperty(exports, "__esModule", { value: true });
19317
18832
  exports.createAuthInstance = exports.transporters = exports.loadService = exports.factory = void 0;
@@ -19333,7 +18848,7 @@ function createAuthInstance(options) {
19333
18848
  }
19334
18849
  exports.createAuthInstance = createAuthInstance;
19335
18850
 
19336
- },{"./abstract":2,"./auth/implicitGrantClient":114}],124:[function(require,module,exports){
18851
+ },{"./abstract":2,"./auth/implicitGrantClient":111}],121:[function(require,module,exports){
19337
18852
  "use strict";
19338
18853
  Object.defineProperty(exports, "__esModule", { value: true });
19339
18854
  exports.transactionType = exports.transaction = exports.action = void 0;
@@ -19367,9 +18882,9 @@ var transaction;
19367
18882
  })(transaction = exports.transaction || (exports.transaction = {}));
19368
18883
  exports.transactionType = transactionType_1.AccountTransactionType;
19369
18884
 
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){
18885
+ },{"./account/action/moneyTransfer":124,"./account/transaction/deposit":126,"./account/transaction/transfer":127,"./account/transaction/withdraw":128,"./account/transactionType":125}],122:[function(require,module,exports){
19371
18886
  arguments[4][58][0].apply(exports,arguments)
19372
- },{"dup":58}],126:[function(require,module,exports){
18887
+ },{"dup":58}],123:[function(require,module,exports){
19373
18888
  "use strict";
19374
18889
  Object.defineProperty(exports, "__esModule", { value: true });
19375
18890
  exports.AccountType = void 0;
@@ -19390,9 +18905,9 @@ var AccountType;
19390
18905
  AccountType["Transactional"] = "Transactional";
19391
18906
  })(AccountType = exports.AccountType || (exports.AccountType = {}));
19392
18907
 
19393
- },{}],127:[function(require,module,exports){
18908
+ },{}],124:[function(require,module,exports){
19394
18909
  arguments[4][58][0].apply(exports,arguments)
19395
- },{"dup":58}],128:[function(require,module,exports){
18910
+ },{"dup":58}],125:[function(require,module,exports){
19396
18911
  "use strict";
19397
18912
  Object.defineProperty(exports, "__esModule", { value: true });
19398
18913
  exports.AccountTransactionType = void 0;
@@ -19415,13 +18930,13 @@ var AccountTransactionType;
19415
18930
  AccountTransactionType["Transfer"] = "Transfer";
19416
18931
  })(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
19417
18932
 
19418
- },{}],129:[function(require,module,exports){
18933
+ },{}],126:[function(require,module,exports){
19419
18934
  arguments[4][58][0].apply(exports,arguments)
19420
- },{"dup":58}],130:[function(require,module,exports){
18935
+ },{"dup":58}],127:[function(require,module,exports){
19421
18936
  arguments[4][58][0].apply(exports,arguments)
19422
- },{"dup":58}],131:[function(require,module,exports){
18937
+ },{"dup":58}],128:[function(require,module,exports){
19423
18938
  arguments[4][58][0].apply(exports,arguments)
19424
- },{"dup":58}],132:[function(require,module,exports){
18939
+ },{"dup":58}],129:[function(require,module,exports){
19425
18940
  "use strict";
19426
18941
  Object.defineProperty(exports, "__esModule", { value: true });
19427
18942
  exports.ActionStatusType = void 0;
@@ -19437,7 +18952,7 @@ var ActionStatusType;
19437
18952
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
19438
18953
  })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
19439
18954
 
19440
- },{}],133:[function(require,module,exports){
18955
+ },{}],130:[function(require,module,exports){
19441
18956
  "use strict";
19442
18957
  Object.defineProperty(exports, "__esModule", { value: true });
19443
18958
  exports.ActionType = void 0;
@@ -19469,7 +18984,7 @@ var ActionType;
19469
18984
  ActionType["UseAction"] = "UseAction";
19470
18985
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
19471
18986
 
19472
- },{}],134:[function(require,module,exports){
18987
+ },{}],131:[function(require,module,exports){
19473
18988
  "use strict";
19474
18989
  Object.defineProperty(exports, "__esModule", { value: true });
19475
18990
  exports.ObjectType = void 0;
@@ -19478,11 +18993,11 @@ var ObjectType;
19478
18993
  ObjectType["PointAward"] = "PointAward";
19479
18994
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19480
18995
 
19481
- },{}],135:[function(require,module,exports){
18996
+ },{}],132:[function(require,module,exports){
19482
18997
  arguments[4][58][0].apply(exports,arguments)
19483
- },{"dup":58}],136:[function(require,module,exports){
18998
+ },{"dup":58}],133:[function(require,module,exports){
19484
18999
  arguments[4][58][0].apply(exports,arguments)
19485
- },{"dup":58}],137:[function(require,module,exports){
19000
+ },{"dup":58}],134:[function(require,module,exports){
19486
19001
  "use strict";
19487
19002
  Object.defineProperty(exports, "__esModule", { value: true });
19488
19003
  exports.ObjectType = void 0;
@@ -19491,7 +19006,7 @@ var ObjectType;
19491
19006
  ObjectType["SeatReservation"] = "SeatReservation";
19492
19007
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19493
19008
 
19494
- },{}],138:[function(require,module,exports){
19009
+ },{}],135:[function(require,module,exports){
19495
19010
  "use strict";
19496
19011
  Object.defineProperty(exports, "__esModule", { value: true });
19497
19012
  exports.ServiceIdentifier = exports.ResultType = void 0;
@@ -19505,11 +19020,11 @@ var ServiceIdentifier;
19505
19020
  ServiceIdentifier["Chevre"] = "Chevre";
19506
19021
  })(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
19507
19022
 
19508
- },{}],139:[function(require,module,exports){
19023
+ },{}],136:[function(require,module,exports){
19509
19024
  arguments[4][58][0].apply(exports,arguments)
19510
- },{"dup":58}],140:[function(require,module,exports){
19025
+ },{"dup":58}],137:[function(require,module,exports){
19511
19026
  arguments[4][58][0].apply(exports,arguments)
19512
- },{"dup":58}],141:[function(require,module,exports){
19027
+ },{"dup":58}],138:[function(require,module,exports){
19513
19028
  "use strict";
19514
19029
  Object.defineProperty(exports, "__esModule", { value: true });
19515
19030
  exports.ObjectType = void 0;
@@ -19518,7 +19033,13 @@ var ObjectType;
19518
19033
  ObjectType["Ticket"] = "Ticket";
19519
19034
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
19520
19035
 
19521
- },{}],142:[function(require,module,exports){
19036
+ },{}],139:[function(require,module,exports){
19037
+ arguments[4][58][0].apply(exports,arguments)
19038
+ },{"dup":58}],140:[function(require,module,exports){
19039
+ arguments[4][58][0].apply(exports,arguments)
19040
+ },{"dup":58}],141:[function(require,module,exports){
19041
+ arguments[4][58][0].apply(exports,arguments)
19042
+ },{"dup":58}],142:[function(require,module,exports){
19522
19043
  arguments[4][58][0].apply(exports,arguments)
19523
19044
  },{"dup":58}],143:[function(require,module,exports){
19524
19045
  arguments[4][58][0].apply(exports,arguments)
@@ -19535,19 +19056,19 @@ arguments[4][58][0].apply(exports,arguments)
19535
19056
  },{"dup":58}],149:[function(require,module,exports){
19536
19057
  arguments[4][58][0].apply(exports,arguments)
19537
19058
  },{"dup":58}],150:[function(require,module,exports){
19538
- arguments[4][58][0].apply(exports,arguments)
19539
- },{"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
19059
  "use strict";
19545
19060
  Object.defineProperty(exports, "__esModule", { value: true });
19546
19061
  exports.ObjectType = void 0;
19547
19062
  var point_1 = require("../../authorize/award/point");
19548
19063
  exports.ObjectType = point_1.ObjectType;
19549
19064
 
19550
- },{"../../authorize/award/point":134}],154:[function(require,module,exports){
19065
+ },{"../../authorize/award/point":131}],151:[function(require,module,exports){
19066
+ arguments[4][58][0].apply(exports,arguments)
19067
+ },{"dup":58}],152:[function(require,module,exports){
19068
+ arguments[4][58][0].apply(exports,arguments)
19069
+ },{"dup":58}],153:[function(require,module,exports){
19070
+ arguments[4][58][0].apply(exports,arguments)
19071
+ },{"dup":58}],154:[function(require,module,exports){
19551
19072
  arguments[4][58][0].apply(exports,arguments)
19552
19073
  },{"dup":58}],155:[function(require,module,exports){
19553
19074
  arguments[4][58][0].apply(exports,arguments)
@@ -19562,12 +19083,6 @@ arguments[4][58][0].apply(exports,arguments)
19562
19083
  },{"dup":58}],160:[function(require,module,exports){
19563
19084
  arguments[4][58][0].apply(exports,arguments)
19564
19085
  },{"dup":58}],161:[function(require,module,exports){
19565
- arguments[4][58][0].apply(exports,arguments)
19566
- },{"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
19086
  "use strict";
19572
19087
  Object.defineProperty(exports, "__esModule", { value: true });
19573
19088
  exports.AssetTransactionType = void 0;
@@ -19604,7 +19119,13 @@ var AssetTransactionType;
19604
19119
  AssetTransactionType["RegisterService"] = "RegisterService";
19605
19120
  })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
19606
19121
 
19607
- },{}],165:[function(require,module,exports){
19122
+ },{}],162:[function(require,module,exports){
19123
+ arguments[4][58][0].apply(exports,arguments)
19124
+ },{"dup":58}],163:[function(require,module,exports){
19125
+ arguments[4][58][0].apply(exports,arguments)
19126
+ },{"dup":58}],164:[function(require,module,exports){
19127
+ arguments[4][58][0].apply(exports,arguments)
19128
+ },{"dup":58}],165:[function(require,module,exports){
19608
19129
  arguments[4][58][0].apply(exports,arguments)
19609
19130
  },{"dup":58}],166:[function(require,module,exports){
19610
19131
  arguments[4][58][0].apply(exports,arguments)
@@ -19613,12 +19134,6 @@ arguments[4][58][0].apply(exports,arguments)
19613
19134
  },{"dup":58}],168:[function(require,module,exports){
19614
19135
  arguments[4][58][0].apply(exports,arguments)
19615
19136
  },{"dup":58}],169:[function(require,module,exports){
19616
- arguments[4][58][0].apply(exports,arguments)
19617
- },{"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
19137
  "use strict";
19623
19138
  Object.defineProperty(exports, "__esModule", { value: true });
19624
19139
  exports.CategorySetIdentifier = void 0;
@@ -19670,7 +19185,7 @@ var CategorySetIdentifier;
19670
19185
  CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
19671
19186
  })(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
19672
19187
 
19673
- },{}],173:[function(require,module,exports){
19188
+ },{}],170:[function(require,module,exports){
19674
19189
  "use strict";
19675
19190
  /**
19676
19191
  * アプリケーションクライアントユーザーファクトリー
@@ -19678,9 +19193,9 @@ var CategorySetIdentifier;
19678
19193
  */
19679
19194
  Object.defineProperty(exports, "__esModule", { value: true });
19680
19195
 
19681
- },{}],174:[function(require,module,exports){
19196
+ },{}],171:[function(require,module,exports){
19682
19197
  arguments[4][58][0].apply(exports,arguments)
19683
- },{"dup":58}],175:[function(require,module,exports){
19198
+ },{"dup":58}],172:[function(require,module,exports){
19684
19199
  "use strict";
19685
19200
  Object.defineProperty(exports, "__esModule", { value: true });
19686
19201
  exports.CreativeWorkType = void 0;
@@ -19695,9 +19210,9 @@ var CreativeWorkType;
19695
19210
  CreativeWorkType["WebApplication"] = "WebApplication";
19696
19211
  })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
19697
19212
 
19698
- },{}],176:[function(require,module,exports){
19213
+ },{}],173:[function(require,module,exports){
19699
19214
  arguments[4][58][0].apply(exports,arguments)
19700
- },{"dup":58}],177:[function(require,module,exports){
19215
+ },{"dup":58}],174:[function(require,module,exports){
19701
19216
  "use strict";
19702
19217
  Object.defineProperty(exports, "__esModule", { value: true });
19703
19218
  exports.AboutIdentifier = void 0;
@@ -19709,13 +19224,13 @@ var AboutIdentifier;
19709
19224
  AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
19710
19225
  })(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
19711
19226
 
19712
- },{}],178:[function(require,module,exports){
19227
+ },{}],175:[function(require,module,exports){
19713
19228
  arguments[4][58][0].apply(exports,arguments)
19714
- },{"dup":58}],179:[function(require,module,exports){
19229
+ },{"dup":58}],176:[function(require,module,exports){
19715
19230
  arguments[4][58][0].apply(exports,arguments)
19716
- },{"dup":58}],180:[function(require,module,exports){
19231
+ },{"dup":58}],177:[function(require,module,exports){
19717
19232
  arguments[4][58][0].apply(exports,arguments)
19718
- },{"dup":58}],181:[function(require,module,exports){
19233
+ },{"dup":58}],178:[function(require,module,exports){
19719
19234
  "use strict";
19720
19235
  Object.defineProperty(exports, "__esModule", { value: true });
19721
19236
  exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
@@ -19758,7 +19273,7 @@ var Video;
19758
19273
  (function (Video) {
19759
19274
  })(Video = exports.Video || (exports.Video = {}));
19760
19275
 
19761
- },{}],182:[function(require,module,exports){
19276
+ },{}],179:[function(require,module,exports){
19762
19277
  "use strict";
19763
19278
  Object.defineProperty(exports, "__esModule", { value: true });
19764
19279
  exports.ErrorCode = void 0;
@@ -19779,7 +19294,7 @@ var ErrorCode;
19779
19294
  ErrorCode["Unauthorized"] = "Unauthorized";
19780
19295
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
19781
19296
 
19782
- },{}],183:[function(require,module,exports){
19297
+ },{}],180:[function(require,module,exports){
19783
19298
  "use strict";
19784
19299
  var __extends = (this && this.__extends) || (function () {
19785
19300
  var extendStatics = function (d, b) {
@@ -19824,7 +19339,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
19824
19339
  }(chevre_1.ChevreError));
19825
19340
  exports.AlreadyInUseError = AlreadyInUseError;
19826
19341
 
19827
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],184:[function(require,module,exports){
19342
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],181:[function(require,module,exports){
19828
19343
  "use strict";
19829
19344
  var __extends = (this && this.__extends) || (function () {
19830
19345
  var extendStatics = function (d, b) {
@@ -19868,7 +19383,7 @@ var ArgumentError = /** @class */ (function (_super) {
19868
19383
  }(chevre_1.ChevreError));
19869
19384
  exports.ArgumentError = ArgumentError;
19870
19385
 
19871
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],185:[function(require,module,exports){
19386
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],182:[function(require,module,exports){
19872
19387
  "use strict";
19873
19388
  var __extends = (this && this.__extends) || (function () {
19874
19389
  var extendStatics = function (d, b) {
@@ -19912,7 +19427,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
19912
19427
  }(chevre_1.ChevreError));
19913
19428
  exports.ArgumentNullError = ArgumentNullError;
19914
19429
 
19915
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],186:[function(require,module,exports){
19430
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],183:[function(require,module,exports){
19916
19431
  "use strict";
19917
19432
  var __extends = (this && this.__extends) || (function () {
19918
19433
  var extendStatics = function (d, b) {
@@ -19951,7 +19466,7 @@ var ChevreError = /** @class */ (function (_super) {
19951
19466
  }(Error));
19952
19467
  exports.ChevreError = ChevreError;
19953
19468
 
19954
- },{"setprototypeof":328}],187:[function(require,module,exports){
19469
+ },{"setprototypeof":325}],184:[function(require,module,exports){
19955
19470
  "use strict";
19956
19471
  var __extends = (this && this.__extends) || (function () {
19957
19472
  var extendStatics = function (d, b) {
@@ -19994,7 +19509,7 @@ var ForbiddenError = /** @class */ (function (_super) {
19994
19509
  }(chevre_1.ChevreError));
19995
19510
  exports.ForbiddenError = ForbiddenError;
19996
19511
 
19997
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],188:[function(require,module,exports){
19512
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],185:[function(require,module,exports){
19998
19513
  "use strict";
19999
19514
  var __extends = (this && this.__extends) || (function () {
20000
19515
  var extendStatics = function (d, b) {
@@ -20037,7 +19552,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
20037
19552
  }(chevre_1.ChevreError));
20038
19553
  exports.GatewayTimeoutError = GatewayTimeoutError;
20039
19554
 
20040
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],189:[function(require,module,exports){
19555
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],186:[function(require,module,exports){
20041
19556
  "use strict";
20042
19557
  var __extends = (this && this.__extends) || (function () {
20043
19558
  var extendStatics = function (d, b) {
@@ -20081,7 +19596,7 @@ var NotFoundError = /** @class */ (function (_super) {
20081
19596
  }(chevre_1.ChevreError));
20082
19597
  exports.NotFoundError = NotFoundError;
20083
19598
 
20084
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],190:[function(require,module,exports){
19599
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],187:[function(require,module,exports){
20085
19600
  "use strict";
20086
19601
  var __extends = (this && this.__extends) || (function () {
20087
19602
  var extendStatics = function (d, b) {
@@ -20124,7 +19639,7 @@ var NotImplementedError = /** @class */ (function (_super) {
20124
19639
  }(chevre_1.ChevreError));
20125
19640
  exports.NotImplementedError = NotImplementedError;
20126
19641
 
20127
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],191:[function(require,module,exports){
19642
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],188:[function(require,module,exports){
20128
19643
  "use strict";
20129
19644
  var __extends = (this && this.__extends) || (function () {
20130
19645
  var extendStatics = function (d, b) {
@@ -20167,7 +19682,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
20167
19682
  }(chevre_1.ChevreError));
20168
19683
  exports.RateLimitExceededError = RateLimitExceededError;
20169
19684
 
20170
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],192:[function(require,module,exports){
19685
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],189:[function(require,module,exports){
20171
19686
  "use strict";
20172
19687
  var __extends = (this && this.__extends) || (function () {
20173
19688
  var extendStatics = function (d, b) {
@@ -20210,7 +19725,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
20210
19725
  }(chevre_1.ChevreError));
20211
19726
  exports.ServiceUnavailableError = ServiceUnavailableError;
20212
19727
 
20213
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],193:[function(require,module,exports){
19728
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],190:[function(require,module,exports){
20214
19729
  "use strict";
20215
19730
  var __extends = (this && this.__extends) || (function () {
20216
19731
  var extendStatics = function (d, b) {
@@ -20253,7 +19768,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
20253
19768
  }(chevre_1.ChevreError));
20254
19769
  exports.UnauthorizedError = UnauthorizedError;
20255
19770
 
20256
- },{"../errorCode":182,"./chevre":186,"setprototypeof":328}],194:[function(require,module,exports){
19771
+ },{"../errorCode":179,"./chevre":183,"setprototypeof":325}],191:[function(require,module,exports){
20257
19772
  "use strict";
20258
19773
  Object.defineProperty(exports, "__esModule", { value: true });
20259
19774
  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 +19798,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
20283
19798
  var unauthorized_1 = require("./error/unauthorized");
20284
19799
  Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
20285
19800
 
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){
19801
+ },{"./error/alreadyInUse":180,"./error/argument":181,"./error/argumentNull":182,"./error/chevre":183,"./error/forbidden":184,"./error/gatewayTimeout":185,"./error/notFound":186,"./error/notImplemented":187,"./error/rateLimitExceeded":188,"./error/serviceUnavailable":189,"./error/unauthorized":190}],192:[function(require,module,exports){
20287
19802
  "use strict";
20288
19803
  Object.defineProperty(exports, "__esModule", { value: true });
20289
19804
  exports.EventStatusType = void 0;
@@ -20298,7 +19813,7 @@ var EventStatusType;
20298
19813
  EventStatusType["EventScheduled"] = "EventScheduled";
20299
19814
  })(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
20300
19815
 
20301
- },{}],196:[function(require,module,exports){
19816
+ },{}],193:[function(require,module,exports){
20302
19817
  "use strict";
20303
19818
  Object.defineProperty(exports, "__esModule", { value: true });
20304
19819
  exports.EventType = void 0;
@@ -20312,13 +19827,13 @@ var EventType;
20312
19827
  EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
20313
19828
  })(EventType = exports.EventType || (exports.EventType = {}));
20314
19829
 
20315
- },{}],197:[function(require,module,exports){
19830
+ },{}],194:[function(require,module,exports){
20316
19831
  arguments[4][58][0].apply(exports,arguments)
20317
- },{"dup":58}],198:[function(require,module,exports){
19832
+ },{"dup":58}],195:[function(require,module,exports){
20318
19833
  arguments[4][58][0].apply(exports,arguments)
20319
- },{"dup":58}],199:[function(require,module,exports){
19834
+ },{"dup":58}],196:[function(require,module,exports){
20320
19835
  arguments[4][58][0].apply(exports,arguments)
20321
- },{"dup":58}],200:[function(require,module,exports){
19836
+ },{"dup":58}],197:[function(require,module,exports){
20322
19837
  "use strict";
20323
19838
  Object.defineProperty(exports, "__esModule", { value: true });
20324
19839
  exports.RoleType = void 0;
@@ -20327,7 +19842,7 @@ var RoleType;
20327
19842
  RoleType["OrganizationRole"] = "OrganizationRole";
20328
19843
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
20329
19844
 
20330
- },{}],201:[function(require,module,exports){
19845
+ },{}],198:[function(require,module,exports){
20331
19846
  "use strict";
20332
19847
  Object.defineProperty(exports, "__esModule", { value: true });
20333
19848
  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 +20274,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
20759
20274
  exports.unitCode = unitCode_1.UnitCode;
20760
20275
  exports.unitPriceOffer = UnitPriceOfferFactory;
20761
20276
 
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){
20277
+ },{"./account":121,"./accountTitle":122,"./accountType":123,"./action/authorize/award/point":131,"./action/authorize/offer/moneyTransfer":132,"./action/authorize/offer/product":133,"./action/authorize/offer/seatReservation":134,"./action/authorize/paymentMethod/any":135,"./action/cancel/reservation":136,"./action/check/paymentMethod/movieTicket":137,"./action/check/token":138,"./action/consume/use/reservation":139,"./action/interact/confirm/moneyTransfer":140,"./action/interact/confirm/pay":141,"./action/interact/confirm/registerService":142,"./action/interact/confirm/reservation":143,"./action/interact/inform":144,"./action/interact/register/service":145,"./action/reserve":146,"./action/trade/order":147,"./action/trade/pay":148,"./action/trade/refund":149,"./action/transfer/give/pointAward":150,"./action/transfer/moneyTransfer":151,"./action/transfer/return/moneyTransfer":152,"./action/transfer/return/order":153,"./action/transfer/return/paymentMethod":154,"./action/transfer/return/pointAward":155,"./action/transfer/return/reserveTransaction":156,"./action/transfer/send/message/email":157,"./action/transfer/send/order":158,"./action/update/delete/member":159,"./actionStatusType":129,"./actionType":130,"./additionalProperty":160,"./assetTransaction/cancelReservation":162,"./assetTransaction/moneyTransfer":163,"./assetTransaction/pay":164,"./assetTransaction/refund":165,"./assetTransaction/registerService":166,"./assetTransaction/reserve":167,"./assetTransactionType":161,"./authorization":168,"./categoryCode":169,"./clientUser":170,"./cognito":171,"./creativeWork/comment":173,"./creativeWork/message/email":174,"./creativeWork/movie":175,"./creativeWork/softwareApplication/webApplication":176,"./creativeWorkType":172,"./customer":177,"./encodingFormat":178,"./errorCode":179,"./errors":191,"./event/anyEvent":194,"./event/screeningEvent":195,"./event/screeningEventSeries":196,"./eventStatusType":192,"./eventType":193,"./iam":197,"./invoice":199,"./itemAvailability":200,"./language":201,"./merchantReturnPolicy":202,"./monetaryAmount":203,"./offer":204,"./offer/aggregateOffer":208,"./offerCatalog":205,"./offerItemCondition":206,"./offerType":207,"./order":209,"./orderStatus":210,"./organization":211,"./organizationType":212,"./ownershipInfo":213,"./paymentMethod/paymentCard/creditCard":214,"./paymentMethod/paymentCard/movieTicket":215,"./paymentStatusType":216,"./permit":217,"./person":218,"./personType":219,"./place/busStop":221,"./place/movieTheater":222,"./place/screeningRoom":223,"./place/screeningRoomSection":224,"./place/seat":225,"./placeType":220,"./priceCurrency":226,"./priceSpecification/unitPriceSpecification":228,"./priceSpecificationType":227,"./product":229,"./programMembership":230,"./project":231,"./propertyValue":232,"./propertyValue/locationFeatureSpecification":233,"./qualitativeValue":234,"./quantitativeValue":235,"./report/accountingReport":236,"./reservation/busReservation":239,"./reservation/event":240,"./reservationStatusType":237,"./reservationType":238,"./seller":241,"./service/paymentService":242,"./service/webAPI":243,"./sortType":244,"./task/accountMoneyTransfer":247,"./task/aggregateScreeningEvent":248,"./task/aggregateUseActionsOnEvent":249,"./task/cancelAccountMoneyTransfer":250,"./task/cancelMoneyTransfer":251,"./task/cancelPendingReservation":252,"./task/cancelReservation":253,"./task/createEvent":254,"./task/deleteTransaction":255,"./task/importEventCapacitiesFromCOA":256,"./task/importEventsFromCOA":257,"./task/importOffersFromCOA":258,"./task/moneyTransfer":259,"./task/onAuthorizationCreated":260,"./task/onEventChanged":261,"./task/onResourceUpdated":262,"./task/pay":263,"./task/refund":264,"./task/registerService":265,"./task/reserve":266,"./task/sendEmailMessage":267,"./task/syncScreeningRooms":268,"./task/triggerWebhook":269,"./task/useReservation":270,"./task/voidPayment":271,"./taskName":245,"./taskStatus":246,"./thing":272,"./transaction/moneyTransfer":276,"./transaction/placeOrder":277,"./transaction/returnOrder":278,"./transactionStatusType":273,"./transactionTasksExportationStatus":274,"./transactionType":275,"./trip/busTrip":280,"./tripType":279,"./unitCode":281,"./unitPriceOffer":282,"@waiter/factory":296}],199:[function(require,module,exports){
20763
20278
  arguments[4][58][0].apply(exports,arguments)
20764
- },{"dup":58}],203:[function(require,module,exports){
20279
+ },{"dup":58}],200:[function(require,module,exports){
20765
20280
  "use strict";
20766
20281
  Object.defineProperty(exports, "__esModule", { value: true });
20767
20282
  exports.ItemAvailability = void 0;
@@ -20781,9 +20296,9 @@ var ItemAvailability;
20781
20296
  ItemAvailability["SoldOut"] = "SoldOut";
20782
20297
  })(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
20783
20298
 
20784
- },{}],204:[function(require,module,exports){
20299
+ },{}],201:[function(require,module,exports){
20785
20300
  arguments[4][58][0].apply(exports,arguments)
20786
- },{"dup":58}],205:[function(require,module,exports){
20301
+ },{"dup":58}],202:[function(require,module,exports){
20787
20302
  "use strict";
20788
20303
  Object.defineProperty(exports, "__esModule", { value: true });
20789
20304
  exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
@@ -20834,15 +20349,15 @@ var MerchantReturnEnumeration;
20834
20349
  MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
20835
20350
  })(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
20836
20351
 
20837
- },{}],206:[function(require,module,exports){
20352
+ },{}],203:[function(require,module,exports){
20838
20353
  arguments[4][58][0].apply(exports,arguments)
20839
- },{"dup":58}],207:[function(require,module,exports){
20354
+ },{"dup":58}],204:[function(require,module,exports){
20840
20355
  arguments[4][58][0].apply(exports,arguments)
20841
- },{"dup":58}],208:[function(require,module,exports){
20356
+ },{"dup":58}],205:[function(require,module,exports){
20842
20357
  arguments[4][58][0].apply(exports,arguments)
20843
- },{"dup":58}],209:[function(require,module,exports){
20358
+ },{"dup":58}],206:[function(require,module,exports){
20844
20359
  arguments[4][58][0].apply(exports,arguments)
20845
- },{"dup":58}],210:[function(require,module,exports){
20360
+ },{"dup":58}],207:[function(require,module,exports){
20846
20361
  "use strict";
20847
20362
  Object.defineProperty(exports, "__esModule", { value: true });
20848
20363
  exports.OfferType = void 0;
@@ -20855,9 +20370,9 @@ var OfferType;
20855
20370
  OfferType["AggregateOffer"] = "AggregateOffer";
20856
20371
  })(OfferType = exports.OfferType || (exports.OfferType = {}));
20857
20372
 
20858
- },{}],211:[function(require,module,exports){
20373
+ },{}],208:[function(require,module,exports){
20859
20374
  arguments[4][58][0].apply(exports,arguments)
20860
- },{"dup":58}],212:[function(require,module,exports){
20375
+ },{"dup":58}],209:[function(require,module,exports){
20861
20376
  "use strict";
20862
20377
  Object.defineProperty(exports, "__esModule", { value: true });
20863
20378
  exports.OrderType = void 0;
@@ -20866,7 +20381,7 @@ var OrderType;
20866
20381
  OrderType["Order"] = "Order";
20867
20382
  })(OrderType = exports.OrderType || (exports.OrderType = {}));
20868
20383
 
20869
- },{}],213:[function(require,module,exports){
20384
+ },{}],210:[function(require,module,exports){
20870
20385
  "use strict";
20871
20386
  Object.defineProperty(exports, "__esModule", { value: true });
20872
20387
  exports.OrderStatus = void 0;
@@ -20885,9 +20400,9 @@ var OrderStatus;
20885
20400
  OrderStatus["OrderReturned"] = "OrderReturned";
20886
20401
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
20887
20402
 
20888
- },{}],214:[function(require,module,exports){
20403
+ },{}],211:[function(require,module,exports){
20889
20404
  arguments[4][58][0].apply(exports,arguments)
20890
- },{"dup":58}],215:[function(require,module,exports){
20405
+ },{"dup":58}],212:[function(require,module,exports){
20891
20406
  "use strict";
20892
20407
  Object.defineProperty(exports, "__esModule", { value: true });
20893
20408
  exports.OrganizationType = void 0;
@@ -20912,13 +20427,13 @@ var OrganizationType;
20912
20427
  OrganizationType["Project"] = "Project";
20913
20428
  })(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
20914
20429
 
20915
- },{}],216:[function(require,module,exports){
20430
+ },{}],213:[function(require,module,exports){
20916
20431
  arguments[4][58][0].apply(exports,arguments)
20917
- },{"dup":58}],217:[function(require,module,exports){
20432
+ },{"dup":58}],214:[function(require,module,exports){
20918
20433
  arguments[4][58][0].apply(exports,arguments)
20919
- },{"dup":58}],218:[function(require,module,exports){
20434
+ },{"dup":58}],215:[function(require,module,exports){
20920
20435
  arguments[4][58][0].apply(exports,arguments)
20921
- },{"dup":58}],219:[function(require,module,exports){
20436
+ },{"dup":58}],216:[function(require,module,exports){
20922
20437
  "use strict";
20923
20438
  Object.defineProperty(exports, "__esModule", { value: true });
20924
20439
  exports.PaymentStatusType = void 0;
@@ -20934,7 +20449,7 @@ var PaymentStatusType;
20934
20449
  PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
20935
20450
  })(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
20936
20451
 
20937
- },{}],220:[function(require,module,exports){
20452
+ },{}],217:[function(require,module,exports){
20938
20453
  "use strict";
20939
20454
  Object.defineProperty(exports, "__esModule", { value: true });
20940
20455
  exports.PermitType = void 0;
@@ -20943,9 +20458,9 @@ var PermitType;
20943
20458
  PermitType["Permit"] = "Permit";
20944
20459
  })(PermitType = exports.PermitType || (exports.PermitType = {}));
20945
20460
 
20946
- },{}],221:[function(require,module,exports){
20461
+ },{}],218:[function(require,module,exports){
20947
20462
  arguments[4][58][0].apply(exports,arguments)
20948
- },{"dup":58}],222:[function(require,module,exports){
20463
+ },{"dup":58}],219:[function(require,module,exports){
20949
20464
  "use strict";
20950
20465
  Object.defineProperty(exports, "__esModule", { value: true });
20951
20466
  exports.PersonType = void 0;
@@ -20957,7 +20472,7 @@ var PersonType;
20957
20472
  PersonType["Person"] = "Person";
20958
20473
  })(PersonType = exports.PersonType || (exports.PersonType = {}));
20959
20474
 
20960
- },{}],223:[function(require,module,exports){
20475
+ },{}],220:[function(require,module,exports){
20961
20476
  "use strict";
20962
20477
  Object.defineProperty(exports, "__esModule", { value: true });
20963
20478
  exports.PlaceType = void 0;
@@ -20975,17 +20490,17 @@ var PlaceType;
20975
20490
  PlaceType["Seat"] = "Seat";
20976
20491
  })(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
20977
20492
 
20978
- },{}],224:[function(require,module,exports){
20493
+ },{}],221:[function(require,module,exports){
20979
20494
  arguments[4][58][0].apply(exports,arguments)
20980
- },{"dup":58}],225:[function(require,module,exports){
20495
+ },{"dup":58}],222:[function(require,module,exports){
20981
20496
  arguments[4][58][0].apply(exports,arguments)
20982
- },{"dup":58}],226:[function(require,module,exports){
20497
+ },{"dup":58}],223:[function(require,module,exports){
20983
20498
  arguments[4][58][0].apply(exports,arguments)
20984
- },{"dup":58}],227:[function(require,module,exports){
20499
+ },{"dup":58}],224:[function(require,module,exports){
20985
20500
  arguments[4][58][0].apply(exports,arguments)
20986
- },{"dup":58}],228:[function(require,module,exports){
20501
+ },{"dup":58}],225:[function(require,module,exports){
20987
20502
  arguments[4][58][0].apply(exports,arguments)
20988
- },{"dup":58}],229:[function(require,module,exports){
20503
+ },{"dup":58}],226:[function(require,module,exports){
20989
20504
  "use strict";
20990
20505
  Object.defineProperty(exports, "__esModule", { value: true });
20991
20506
  exports.PriceCurrency = void 0;
@@ -20999,7 +20514,7 @@ var PriceCurrency;
20999
20514
  PriceCurrency["JPY"] = "JPY";
21000
20515
  })(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
21001
20516
 
21002
- },{}],230:[function(require,module,exports){
20517
+ },{}],227:[function(require,module,exports){
21003
20518
  "use strict";
21004
20519
  Object.defineProperty(exports, "__esModule", { value: true });
21005
20520
  exports.PriceSpecificationType = void 0;
@@ -21030,9 +20545,9 @@ var PriceSpecificationType;
21030
20545
  PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
21031
20546
  })(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
21032
20547
 
21033
- },{}],231:[function(require,module,exports){
20548
+ },{}],228:[function(require,module,exports){
21034
20549
  arguments[4][58][0].apply(exports,arguments)
21035
- },{"dup":58}],232:[function(require,module,exports){
20550
+ },{"dup":58}],229:[function(require,module,exports){
21036
20551
  "use strict";
21037
20552
  Object.defineProperty(exports, "__esModule", { value: true });
21038
20553
  exports.ProductType = void 0;
@@ -21063,7 +20578,7 @@ var ProductType;
21063
20578
  ProductType["Transportation"] = "Transportation";
21064
20579
  })(ProductType = exports.ProductType || (exports.ProductType = {}));
21065
20580
 
21066
- },{}],233:[function(require,module,exports){
20581
+ },{}],230:[function(require,module,exports){
21067
20582
  "use strict";
21068
20583
  Object.defineProperty(exports, "__esModule", { value: true });
21069
20584
  exports.ProgramMembershipType = void 0;
@@ -21072,9 +20587,9 @@ var ProgramMembershipType;
21072
20587
  ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
21073
20588
  })(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
21074
20589
 
21075
- },{}],234:[function(require,module,exports){
20590
+ },{}],231:[function(require,module,exports){
21076
20591
  arguments[4][58][0].apply(exports,arguments)
21077
- },{"dup":58}],235:[function(require,module,exports){
20592
+ },{"dup":58}],232:[function(require,module,exports){
21078
20593
  "use strict";
21079
20594
  Object.defineProperty(exports, "__esModule", { value: true });
21080
20595
  exports.PropertyValueType = void 0;
@@ -21083,11 +20598,11 @@ var PropertyValueType;
21083
20598
  PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
21084
20599
  })(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
21085
20600
 
21086
- },{}],236:[function(require,module,exports){
20601
+ },{}],233:[function(require,module,exports){
21087
20602
  arguments[4][58][0].apply(exports,arguments)
21088
- },{"dup":58}],237:[function(require,module,exports){
20603
+ },{"dup":58}],234:[function(require,module,exports){
21089
20604
  arguments[4][58][0].apply(exports,arguments)
21090
- },{"dup":58}],238:[function(require,module,exports){
20605
+ },{"dup":58}],235:[function(require,module,exports){
21091
20606
  "use strict";
21092
20607
  Object.defineProperty(exports, "__esModule", { value: true });
21093
20608
  exports.StringValue = void 0;
@@ -21096,9 +20611,9 @@ var StringValue;
21096
20611
  StringValue["Infinity"] = "Infinity";
21097
20612
  })(StringValue = exports.StringValue || (exports.StringValue = {}));
21098
20613
 
21099
- },{}],239:[function(require,module,exports){
20614
+ },{}],236:[function(require,module,exports){
21100
20615
  arguments[4][58][0].apply(exports,arguments)
21101
- },{"dup":58}],240:[function(require,module,exports){
20616
+ },{"dup":58}],237:[function(require,module,exports){
21102
20617
  "use strict";
21103
20618
  Object.defineProperty(exports, "__esModule", { value: true });
21104
20619
  exports.ReservationStatusType = void 0;
@@ -21125,7 +20640,7 @@ var ReservationStatusType;
21125
20640
  ReservationStatusType["ReservationPending"] = "ReservationPending";
21126
20641
  })(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
21127
20642
 
21128
- },{}],241:[function(require,module,exports){
20643
+ },{}],238:[function(require,module,exports){
21129
20644
  "use strict";
21130
20645
  Object.defineProperty(exports, "__esModule", { value: true });
21131
20646
  exports.ReservationType = void 0;
@@ -21139,13 +20654,13 @@ var ReservationType;
21139
20654
  ReservationType["ReservationPackage"] = "ReservationPackage";
21140
20655
  })(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
21141
20656
 
21142
- },{}],242:[function(require,module,exports){
20657
+ },{}],239:[function(require,module,exports){
21143
20658
  arguments[4][58][0].apply(exports,arguments)
21144
- },{"dup":58}],243:[function(require,module,exports){
20659
+ },{"dup":58}],240:[function(require,module,exports){
21145
20660
  arguments[4][58][0].apply(exports,arguments)
21146
- },{"dup":58}],244:[function(require,module,exports){
20661
+ },{"dup":58}],241:[function(require,module,exports){
21147
20662
  arguments[4][58][0].apply(exports,arguments)
21148
- },{"dup":58}],245:[function(require,module,exports){
20663
+ },{"dup":58}],242:[function(require,module,exports){
21149
20664
  "use strict";
21150
20665
  Object.defineProperty(exports, "__esModule", { value: true });
21151
20666
  exports.PaymentServiceType = void 0;
@@ -21157,7 +20672,7 @@ var PaymentServiceType;
21157
20672
  PaymentServiceType["PaymentCard"] = "PaymentCard";
21158
20673
  })(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
21159
20674
 
21160
- },{}],246:[function(require,module,exports){
20675
+ },{}],243:[function(require,module,exports){
21161
20676
  "use strict";
21162
20677
  Object.defineProperty(exports, "__esModule", { value: true });
21163
20678
  exports.Identifier = void 0;
@@ -21167,7 +20682,7 @@ var Identifier;
21167
20682
  Identifier["Chevre"] = "Chevre";
21168
20683
  })(Identifier = exports.Identifier || (exports.Identifier = {}));
21169
20684
 
21170
- },{}],247:[function(require,module,exports){
20685
+ },{}],244:[function(require,module,exports){
21171
20686
  "use strict";
21172
20687
  Object.defineProperty(exports, "__esModule", { value: true });
21173
20688
  exports.SortType = void 0;
@@ -21180,7 +20695,7 @@ var SortType;
21180
20695
  SortType[SortType["Descending"] = -1] = "Descending";
21181
20696
  })(SortType = exports.SortType || (exports.SortType = {}));
21182
20697
 
21183
- },{}],248:[function(require,module,exports){
20698
+ },{}],245:[function(require,module,exports){
21184
20699
  "use strict";
21185
20700
  Object.defineProperty(exports, "__esModule", { value: true });
21186
20701
  exports.TaskName = void 0;
@@ -21306,7 +20821,7 @@ var TaskName;
21306
20821
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
21307
20822
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
21308
20823
 
21309
- },{}],249:[function(require,module,exports){
20824
+ },{}],246:[function(require,module,exports){
21310
20825
  "use strict";
21311
20826
  Object.defineProperty(exports, "__esModule", { value: true });
21312
20827
  exports.TaskStatus = void 0;
@@ -21333,7 +20848,13 @@ var TaskStatus;
21333
20848
  TaskStatus["Aborted"] = "Aborted";
21334
20849
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
21335
20850
 
21336
- },{}],250:[function(require,module,exports){
20851
+ },{}],247:[function(require,module,exports){
20852
+ arguments[4][58][0].apply(exports,arguments)
20853
+ },{"dup":58}],248:[function(require,module,exports){
20854
+ arguments[4][58][0].apply(exports,arguments)
20855
+ },{"dup":58}],249:[function(require,module,exports){
20856
+ arguments[4][58][0].apply(exports,arguments)
20857
+ },{"dup":58}],250:[function(require,module,exports){
21337
20858
  arguments[4][58][0].apply(exports,arguments)
21338
20859
  },{"dup":58}],251:[function(require,module,exports){
21339
20860
  arguments[4][58][0].apply(exports,arguments)
@@ -21344,12 +20865,6 @@ arguments[4][58][0].apply(exports,arguments)
21344
20865
  },{"dup":58}],254:[function(require,module,exports){
21345
20866
  arguments[4][58][0].apply(exports,arguments)
21346
20867
  },{"dup":58}],255:[function(require,module,exports){
21347
- arguments[4][58][0].apply(exports,arguments)
21348
- },{"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
20868
  "use strict";
21354
20869
  Object.defineProperty(exports, "__esModule", { value: true });
21355
20870
  exports.SpecifyingMethod = void 0;
@@ -21362,7 +20877,13 @@ var SpecifyingMethod;
21362
20877
  SpecifyingMethod["AgentId"] = "AgentId";
21363
20878
  })(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
21364
20879
 
21365
- },{}],259:[function(require,module,exports){
20880
+ },{}],256:[function(require,module,exports){
20881
+ arguments[4][58][0].apply(exports,arguments)
20882
+ },{"dup":58}],257:[function(require,module,exports){
20883
+ arguments[4][58][0].apply(exports,arguments)
20884
+ },{"dup":58}],258:[function(require,module,exports){
20885
+ arguments[4][58][0].apply(exports,arguments)
20886
+ },{"dup":58}],259:[function(require,module,exports){
21366
20887
  arguments[4][58][0].apply(exports,arguments)
21367
20888
  },{"dup":58}],260:[function(require,module,exports){
21368
20889
  arguments[4][58][0].apply(exports,arguments)
@@ -21391,12 +20912,6 @@ arguments[4][58][0].apply(exports,arguments)
21391
20912
  },{"dup":58}],272:[function(require,module,exports){
21392
20913
  arguments[4][58][0].apply(exports,arguments)
21393
20914
  },{"dup":58}],273:[function(require,module,exports){
21394
- arguments[4][58][0].apply(exports,arguments)
21395
- },{"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
20915
  "use strict";
21401
20916
  Object.defineProperty(exports, "__esModule", { value: true });
21402
20917
  exports.TransactionStatusType = void 0;
@@ -21411,7 +20926,7 @@ var TransactionStatusType;
21411
20926
  TransactionStatusType["Expired"] = "Expired";
21412
20927
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
21413
20928
 
21414
- },{}],277:[function(require,module,exports){
20929
+ },{}],274:[function(require,module,exports){
21415
20930
  "use strict";
21416
20931
  Object.defineProperty(exports, "__esModule", { value: true });
21417
20932
  exports.TransactionTasksExportationStatus = void 0;
@@ -21434,7 +20949,7 @@ var TransactionTasksExportationStatus;
21434
20949
  TransactionTasksExportationStatus["Exported"] = "Exported";
21435
20950
  })(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
21436
20951
 
21437
- },{}],278:[function(require,module,exports){
20952
+ },{}],275:[function(require,module,exports){
21438
20953
  "use strict";
21439
20954
  /**
21440
20955
  * 取引タイプ
@@ -21457,11 +20972,11 @@ var TransactionType;
21457
20972
  TransactionType["ReturnOrder"] = "ReturnOrder";
21458
20973
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
21459
20974
 
21460
- },{}],279:[function(require,module,exports){
20975
+ },{}],276:[function(require,module,exports){
21461
20976
  arguments[4][58][0].apply(exports,arguments)
21462
- },{"dup":58}],280:[function(require,module,exports){
20977
+ },{"dup":58}],277:[function(require,module,exports){
21463
20978
  arguments[4][58][0].apply(exports,arguments)
21464
- },{"dup":58}],281:[function(require,module,exports){
20979
+ },{"dup":58}],278:[function(require,module,exports){
21465
20980
  "use strict";
21466
20981
  Object.defineProperty(exports, "__esModule", { value: true });
21467
20982
  exports.Reason = void 0;
@@ -21480,7 +20995,7 @@ var Reason;
21480
20995
  Reason["Seller"] = "Seller";
21481
20996
  })(Reason = exports.Reason || (exports.Reason = {}));
21482
20997
 
21483
- },{}],282:[function(require,module,exports){
20998
+ },{}],279:[function(require,module,exports){
21484
20999
  "use strict";
21485
21000
  Object.defineProperty(exports, "__esModule", { value: true });
21486
21001
  exports.TripType = void 0;
@@ -21493,9 +21008,9 @@ var TripType;
21493
21008
  TripType["Trip"] = "Trip";
21494
21009
  })(TripType = exports.TripType || (exports.TripType = {}));
21495
21010
 
21496
- },{}],283:[function(require,module,exports){
21011
+ },{}],280:[function(require,module,exports){
21497
21012
  arguments[4][58][0].apply(exports,arguments)
21498
- },{"dup":58}],284:[function(require,module,exports){
21013
+ },{"dup":58}],281:[function(require,module,exports){
21499
21014
  "use strict";
21500
21015
  Object.defineProperty(exports, "__esModule", { value: true });
21501
21016
  exports.UnitCode = void 0;
@@ -21522,11 +21037,11 @@ var UnitCode;
21522
21037
  UnitCode["Sec"] = "SEC";
21523
21038
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
21524
21039
 
21525
- },{}],285:[function(require,module,exports){
21040
+ },{}],282:[function(require,module,exports){
21526
21041
  arguments[4][58][0].apply(exports,arguments)
21527
- },{"dup":58}],286:[function(require,module,exports){
21042
+ },{"dup":58}],283:[function(require,module,exports){
21528
21043
  arguments[4][58][0].apply(exports,arguments)
21529
- },{"dup":58}],287:[function(require,module,exports){
21044
+ },{"dup":58}],284:[function(require,module,exports){
21530
21045
  "use strict";
21531
21046
  Object.defineProperty(exports, "__esModule", { value: true });
21532
21047
  /**
@@ -21545,7 +21060,7 @@ var ErrorCode;
21545
21060
  })(ErrorCode || (ErrorCode = {}));
21546
21061
  exports.default = ErrorCode;
21547
21062
 
21548
- },{}],288:[function(require,module,exports){
21063
+ },{}],285:[function(require,module,exports){
21549
21064
  "use strict";
21550
21065
  var __extends = (this && this.__extends) || (function () {
21551
21066
  var extendStatics = function (d, b) {
@@ -21586,7 +21101,7 @@ var ArgumentError = /** @class */ (function (_super) {
21586
21101
  }(waiter_1.WaiterError));
21587
21102
  exports.default = ArgumentError;
21588
21103
 
21589
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],289:[function(require,module,exports){
21104
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],286:[function(require,module,exports){
21590
21105
  "use strict";
21591
21106
  var __extends = (this && this.__extends) || (function () {
21592
21107
  var extendStatics = function (d, b) {
@@ -21627,7 +21142,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
21627
21142
  }(waiter_1.WaiterError));
21628
21143
  exports.default = ArgumentNullError;
21629
21144
 
21630
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],290:[function(require,module,exports){
21145
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],287:[function(require,module,exports){
21631
21146
  "use strict";
21632
21147
  var __extends = (this && this.__extends) || (function () {
21633
21148
  var extendStatics = function (d, b) {
@@ -21667,7 +21182,7 @@ var ForbiddenError = /** @class */ (function (_super) {
21667
21182
  }(waiter_1.WaiterError));
21668
21183
  exports.default = ForbiddenError;
21669
21184
 
21670
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],291:[function(require,module,exports){
21185
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],288:[function(require,module,exports){
21671
21186
  "use strict";
21672
21187
  var __extends = (this && this.__extends) || (function () {
21673
21188
  var extendStatics = function (d, b) {
@@ -21708,7 +21223,7 @@ var NotFoundError = /** @class */ (function (_super) {
21708
21223
  }(waiter_1.WaiterError));
21709
21224
  exports.default = NotFoundError;
21710
21225
 
21711
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],292:[function(require,module,exports){
21226
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],289:[function(require,module,exports){
21712
21227
  "use strict";
21713
21228
  var __extends = (this && this.__extends) || (function () {
21714
21229
  var extendStatics = function (d, b) {
@@ -21748,7 +21263,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
21748
21263
  }(waiter_1.WaiterError));
21749
21264
  exports.default = RateLimitExceededError;
21750
21265
 
21751
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],293:[function(require,module,exports){
21266
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],290:[function(require,module,exports){
21752
21267
  "use strict";
21753
21268
  var __extends = (this && this.__extends) || (function () {
21754
21269
  var extendStatics = function (d, b) {
@@ -21788,7 +21303,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
21788
21303
  }(waiter_1.WaiterError));
21789
21304
  exports.default = ServiceUnavailableError;
21790
21305
 
21791
- },{"../errorCode":287,"./waiter":294,"setprototypeof":328}],294:[function(require,module,exports){
21306
+ },{"../errorCode":284,"./waiter":291,"setprototypeof":325}],291:[function(require,module,exports){
21792
21307
  "use strict";
21793
21308
  var __extends = (this && this.__extends) || (function () {
21794
21309
  var extendStatics = function (d, b) {
@@ -21821,7 +21336,7 @@ var WaiterError = /** @class */ (function (_super) {
21821
21336
  }(Error));
21822
21337
  exports.WaiterError = WaiterError;
21823
21338
 
21824
- },{}],295:[function(require,module,exports){
21339
+ },{}],292:[function(require,module,exports){
21825
21340
  "use strict";
21826
21341
  Object.defineProperty(exports, "__esModule", { value: true });
21827
21342
  /**
@@ -21842,13 +21357,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
21842
21357
  var waiter_1 = require("./error/waiter");
21843
21358
  exports.Waiter = waiter_1.WaiterError;
21844
21359
 
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){
21360
+ },{"./error/argument":285,"./error/argumentNull":286,"./error/forbidden":287,"./error/notFound":288,"./error/rateLimitExceeded":289,"./error/serviceUnavailable":290,"./error/waiter":291}],293:[function(require,module,exports){
21846
21361
  arguments[4][58][0].apply(exports,arguments)
21847
- },{"dup":58}],297:[function(require,module,exports){
21362
+ },{"dup":58}],294:[function(require,module,exports){
21848
21363
  arguments[4][58][0].apply(exports,arguments)
21849
- },{"dup":58}],298:[function(require,module,exports){
21364
+ },{"dup":58}],295:[function(require,module,exports){
21850
21365
  arguments[4][58][0].apply(exports,arguments)
21851
- },{"dup":58}],299:[function(require,module,exports){
21366
+ },{"dup":58}],296:[function(require,module,exports){
21852
21367
  "use strict";
21853
21368
  Object.defineProperty(exports, "__esModule", { value: true });
21854
21369
  /**
@@ -21867,7 +21382,7 @@ exports.passport = passport;
21867
21382
  exports.project = project;
21868
21383
  exports.rule = rule;
21869
21384
 
21870
- },{"./factory/client":286,"./factory/errorCode":287,"./factory/errors":295,"./factory/passport":296,"./factory/project":297,"./factory/rule":298}],300:[function(require,module,exports){
21385
+ },{"./factory/client":283,"./factory/errorCode":284,"./factory/errors":292,"./factory/passport":293,"./factory/project":294,"./factory/rule":295}],297:[function(require,module,exports){
21871
21386
  'use strict'
21872
21387
 
21873
21388
  exports.byteLength = byteLength
@@ -22021,9 +21536,9 @@ function fromByteArray (uint8) {
22021
21536
  return parts.join('')
22022
21537
  }
22023
21538
 
22024
- },{}],301:[function(require,module,exports){
21539
+ },{}],298:[function(require,module,exports){
22025
21540
 
22026
- },{}],302:[function(require,module,exports){
21541
+ },{}],299:[function(require,module,exports){
22027
21542
  (function (Buffer){
22028
21543
  /*!
22029
21544
  * The buffer module from node.js, for the browser.
@@ -23804,7 +23319,7 @@ function numberIsNaN (obj) {
23804
23319
  }
23805
23320
 
23806
23321
  }).call(this,require("buffer").Buffer)
23807
- },{"base64-js":300,"buffer":302,"ieee754":316}],303:[function(require,module,exports){
23322
+ },{"base64-js":297,"buffer":299,"ieee754":313}],300:[function(require,module,exports){
23808
23323
  'use strict';
23809
23324
 
23810
23325
  var GetIntrinsic = require('get-intrinsic');
@@ -23821,7 +23336,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
23821
23336
  return intrinsic;
23822
23337
  };
23823
23338
 
23824
- },{"./":304,"get-intrinsic":310}],304:[function(require,module,exports){
23339
+ },{"./":301,"get-intrinsic":307}],301:[function(require,module,exports){
23825
23340
  'use strict';
23826
23341
 
23827
23342
  var bind = require('function-bind');
@@ -23870,7 +23385,7 @@ if ($defineProperty) {
23870
23385
  module.exports.apply = applyBind;
23871
23386
  }
23872
23387
 
23873
- },{"function-bind":309,"get-intrinsic":310}],305:[function(require,module,exports){
23388
+ },{"function-bind":306,"get-intrinsic":307}],302:[function(require,module,exports){
23874
23389
  /**
23875
23390
  * Helpers.
23876
23391
  */
@@ -24034,7 +23549,7 @@ function plural(ms, msAbs, n, name) {
24034
23549
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
24035
23550
  }
24036
23551
 
24037
- },{}],306:[function(require,module,exports){
23552
+ },{}],303:[function(require,module,exports){
24038
23553
  (function (process){
24039
23554
  "use strict";
24040
23555
 
@@ -24218,7 +23733,7 @@ formatters.j = function (v) {
24218
23733
 
24219
23734
 
24220
23735
  }).call(this,require('_process'))
24221
- },{"./common":307,"_process":319}],307:[function(require,module,exports){
23736
+ },{"./common":304,"_process":316}],304:[function(require,module,exports){
24222
23737
  "use strict";
24223
23738
 
24224
23739
  /**
@@ -24469,7 +23984,7 @@ function setup(env) {
24469
23984
  module.exports = setup;
24470
23985
 
24471
23986
 
24472
- },{"ms":305}],308:[function(require,module,exports){
23987
+ },{"ms":302}],305:[function(require,module,exports){
24473
23988
  'use strict';
24474
23989
 
24475
23990
  /* eslint no-invalid-this: 1 */
@@ -24523,14 +24038,14 @@ module.exports = function bind(that) {
24523
24038
  return bound;
24524
24039
  };
24525
24040
 
24526
- },{}],309:[function(require,module,exports){
24041
+ },{}],306:[function(require,module,exports){
24527
24042
  'use strict';
24528
24043
 
24529
24044
  var implementation = require('./implementation');
24530
24045
 
24531
24046
  module.exports = Function.prototype.bind || implementation;
24532
24047
 
24533
- },{"./implementation":308}],310:[function(require,module,exports){
24048
+ },{"./implementation":305}],307:[function(require,module,exports){
24534
24049
  'use strict';
24535
24050
 
24536
24051
  var undefined;
@@ -24862,7 +24377,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
24862
24377
  return value;
24863
24378
  };
24864
24379
 
24865
- },{"function-bind":309,"has":313,"has-symbols":311}],311:[function(require,module,exports){
24380
+ },{"function-bind":306,"has":310,"has-symbols":308}],308:[function(require,module,exports){
24866
24381
  'use strict';
24867
24382
 
24868
24383
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -24877,7 +24392,7 @@ module.exports = function hasNativeSymbols() {
24877
24392
  return hasSymbolSham();
24878
24393
  };
24879
24394
 
24880
- },{"./shams":312}],312:[function(require,module,exports){
24395
+ },{"./shams":309}],309:[function(require,module,exports){
24881
24396
  'use strict';
24882
24397
 
24883
24398
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -24921,14 +24436,14 @@ module.exports = function hasSymbols() {
24921
24436
  return true;
24922
24437
  };
24923
24438
 
24924
- },{}],313:[function(require,module,exports){
24439
+ },{}],310:[function(require,module,exports){
24925
24440
  'use strict';
24926
24441
 
24927
24442
  var bind = require('function-bind');
24928
24443
 
24929
24444
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
24930
24445
 
24931
- },{"function-bind":309}],314:[function(require,module,exports){
24446
+ },{"function-bind":306}],311:[function(require,module,exports){
24932
24447
  // Generated by CoffeeScript 2.3.0
24933
24448
  // # node-http-status
24934
24449
 
@@ -25553,13 +25068,13 @@ module.exports = {
25553
25068
  }
25554
25069
  };
25555
25070
 
25556
- },{}],315:[function(require,module,exports){
25071
+ },{}],312:[function(require,module,exports){
25557
25072
  (function (process,global){
25558
25073
  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
25074
 
25560
25075
 
25561
25076
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
25562
- },{"_process":319}],316:[function(require,module,exports){
25077
+ },{"_process":316}],313:[function(require,module,exports){
25563
25078
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
25564
25079
  var e, m
25565
25080
  var eLen = (nBytes * 8) - mLen - 1
@@ -25645,7 +25160,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25645
25160
  buffer[offset + i - d] |= s * 128
25646
25161
  }
25647
25162
 
25648
- },{}],317:[function(require,module,exports){
25163
+ },{}],314:[function(require,module,exports){
25649
25164
  // the whatwg-fetch polyfill installs the fetch() function
25650
25165
  // on the global object (window or self)
25651
25166
  //
@@ -25653,7 +25168,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
25653
25168
  require('whatwg-fetch');
25654
25169
  module.exports = self.fetch.bind(self);
25655
25170
 
25656
- },{"whatwg-fetch":330}],318:[function(require,module,exports){
25171
+ },{"whatwg-fetch":327}],315:[function(require,module,exports){
25657
25172
  var hasMap = typeof Map === 'function' && Map.prototype;
25658
25173
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
25659
25174
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -26171,7 +25686,7 @@ function arrObjKeys(obj, inspect) {
26171
25686
  return xs;
26172
25687
  }
26173
25688
 
26174
- },{"./util.inspect":301}],319:[function(require,module,exports){
25689
+ },{"./util.inspect":298}],316:[function(require,module,exports){
26175
25690
  // shim for using process in browser
26176
25691
  var process = module.exports = {};
26177
25692
 
@@ -26357,7 +25872,7 @@ process.chdir = function (dir) {
26357
25872
  };
26358
25873
  process.umask = function() { return 0; };
26359
25874
 
26360
- },{}],320:[function(require,module,exports){
25875
+ },{}],317:[function(require,module,exports){
26361
25876
  'use strict';
26362
25877
 
26363
25878
  var replace = String.prototype.replace;
@@ -26382,7 +25897,7 @@ module.exports = {
26382
25897
  RFC3986: Format.RFC3986
26383
25898
  };
26384
25899
 
26385
- },{}],321:[function(require,module,exports){
25900
+ },{}],318:[function(require,module,exports){
26386
25901
  'use strict';
26387
25902
 
26388
25903
  var stringify = require('./stringify');
@@ -26395,7 +25910,7 @@ module.exports = {
26395
25910
  stringify: stringify
26396
25911
  };
26397
25912
 
26398
- },{"./formats":320,"./parse":322,"./stringify":323}],322:[function(require,module,exports){
25913
+ },{"./formats":317,"./parse":319,"./stringify":320}],319:[function(require,module,exports){
26399
25914
  'use strict';
26400
25915
 
26401
25916
  var utils = require('./utils');
@@ -26660,7 +26175,7 @@ module.exports = function (str, opts) {
26660
26175
  return utils.compact(obj);
26661
26176
  };
26662
26177
 
26663
- },{"./utils":324}],323:[function(require,module,exports){
26178
+ },{"./utils":321}],320:[function(require,module,exports){
26664
26179
  'use strict';
26665
26180
 
26666
26181
  var getSideChannel = require('side-channel');
@@ -26988,7 +26503,7 @@ module.exports = function (object, opts) {
26988
26503
  return joined.length > 0 ? prefix + joined : '';
26989
26504
  };
26990
26505
 
26991
- },{"./formats":320,"./utils":324,"side-channel":329}],324:[function(require,module,exports){
26506
+ },{"./formats":317,"./utils":321,"side-channel":326}],321:[function(require,module,exports){
26992
26507
  'use strict';
26993
26508
 
26994
26509
  var formats = require('./formats');
@@ -27242,7 +26757,7 @@ module.exports = {
27242
26757
  merge: merge
27243
26758
  };
27244
26759
 
27245
- },{"./formats":320}],325:[function(require,module,exports){
26760
+ },{"./formats":317}],322:[function(require,module,exports){
27246
26761
  // Copyright Joyent, Inc. and other Node contributors.
27247
26762
  //
27248
26763
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27328,7 +26843,7 @@ var isArray = Array.isArray || function (xs) {
27328
26843
  return Object.prototype.toString.call(xs) === '[object Array]';
27329
26844
  };
27330
26845
 
27331
- },{}],326:[function(require,module,exports){
26846
+ },{}],323:[function(require,module,exports){
27332
26847
  // Copyright Joyent, Inc. and other Node contributors.
27333
26848
  //
27334
26849
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -27415,13 +26930,13 @@ var objectKeys = Object.keys || function (obj) {
27415
26930
  return res;
27416
26931
  };
27417
26932
 
27418
- },{}],327:[function(require,module,exports){
26933
+ },{}],324:[function(require,module,exports){
27419
26934
  'use strict';
27420
26935
 
27421
26936
  exports.decode = exports.parse = require('./decode');
27422
26937
  exports.encode = exports.stringify = require('./encode');
27423
26938
 
27424
- },{"./decode":325,"./encode":326}],328:[function(require,module,exports){
26939
+ },{"./decode":322,"./encode":323}],325:[function(require,module,exports){
27425
26940
  'use strict'
27426
26941
  /* eslint no-proto: 0 */
27427
26942
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -27440,7 +26955,7 @@ function mixinProperties (obj, proto) {
27440
26955
  return obj
27441
26956
  }
27442
26957
 
27443
- },{}],329:[function(require,module,exports){
26958
+ },{}],326:[function(require,module,exports){
27444
26959
  'use strict';
27445
26960
 
27446
26961
  var GetIntrinsic = require('get-intrinsic');
@@ -27566,7 +27081,7 @@ module.exports = function getSideChannel() {
27566
27081
  return channel;
27567
27082
  };
27568
27083
 
27569
- },{"call-bind/callBound":303,"get-intrinsic":310,"object-inspect":318}],330:[function(require,module,exports){
27084
+ },{"call-bind/callBound":300,"get-intrinsic":307,"object-inspect":315}],327:[function(require,module,exports){
27570
27085
  (function(self) {
27571
27086
  'use strict';
27572
27087