@cinerino/sdk 3.162.0-alpha.1 → 3.162.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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":100}],2:[function(require,module,exports){
3
+ },{"./lib/browser.js":101}],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":59}],3:[function(require,module,exports){
21
+ },{"./abstract/index":60}],3:[function(require,module,exports){
22
22
  "use strict";
23
23
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
24
24
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -96,7 +96,7 @@ var StubAuthClient = /** @class */ (function () {
96
96
  }());
97
97
  exports.StubAuthClient = StubAuthClient;
98
98
 
99
- },{"../transporters":90}],4:[function(require,module,exports){
99
+ },{"../transporters":91}],4:[function(require,module,exports){
100
100
  "use strict";
101
101
  var __extends = (this && this.__extends) || (function () {
102
102
  var extendStatics = function (d, b) {
@@ -152,6 +152,7 @@ var offerItemCondition_1 = require("./chevre/offerItemCondition");
152
152
  var order_1 = require("./chevre/order");
153
153
  var ownershipInfo_1 = require("./chevre/ownershipInfo");
154
154
  var payment_1 = require("./chevre/payment");
155
+ var permission_1 = require("./chevre/permission");
155
156
  var permit_1 = require("./chevre/permit");
156
157
  var person_1 = require("./chevre/person");
157
158
  var ownershipInfo_2 = require("./chevre/person/ownershipInfo");
@@ -414,6 +415,17 @@ var service;
414
415
  return Payment;
415
416
  }(payment_1.PaymentService));
416
417
  service.Payment = Payment;
418
+ /**
419
+ * 権限サービス
420
+ */
421
+ var Permission = /** @class */ (function (_super) {
422
+ __extends(Permission, _super);
423
+ function Permission() {
424
+ return _super !== null && _super.apply(this, arguments) || this;
425
+ }
426
+ return Permission;
427
+ }(permission_1.PermissionService));
428
+ service.Permission = Permission;
417
429
  /**
418
430
  * 許可証サービス
419
431
  */
@@ -726,7 +738,7 @@ var service;
726
738
  service.UserPool = UserPool;
727
739
  })(service = exports.service || (exports.service = {}));
728
740
 
729
- },{"./chevre/account":5,"./chevre/accountTitle":6,"./chevre/accountTransaction":7,"./chevre/accountingReport":8,"./chevre/action":9,"./chevre/additionalProperty":10,"./chevre/aggregation":11,"./chevre/assetTransaction":12,"./chevre/assetTransaction/cancelReservation":13,"./chevre/assetTransaction/moneyTransfer":14,"./chevre/assetTransaction/pay":15,"./chevre/assetTransaction/refund":16,"./chevre/assetTransaction/registerService":17,"./chevre/assetTransaction/reserve":18,"./chevre/authorization":19,"./chevre/award":20,"./chevre/categoryCode":21,"./chevre/comment":22,"./chevre/creativeWork":23,"./chevre/customer":24,"./chevre/emailMessage":25,"./chevre/event":26,"./chevre/holdReservation":27,"./chevre/iam":28,"./chevre/me":29,"./chevre/merchantReturnPolicy":30,"./chevre/offer":31,"./chevre/offerCatalog":32,"./chevre/offerItemCondition":33,"./chevre/order":34,"./chevre/ownershipInfo":36,"./chevre/payment":37,"./chevre/permit":39,"./chevre/person":40,"./chevre/person/ownershipInfo":41,"./chevre/place":42,"./chevre/priceSpecification":43,"./chevre/product":44,"./chevre/project":45,"./chevre/reservation":46,"./chevre/seller":48,"./chevre/task":49,"./chevre/token":50,"./chevre/transaction/moneyTransfer":52,"./chevre/transaction/placeOrder":53,"./chevre/transaction/returnOrder":55,"./chevre/transactionNumber":51,"./chevre/trip":56,"./chevre/userPool":57,"./factory":58}],5:[function(require,module,exports){
741
+ },{"./chevre/account":5,"./chevre/accountTitle":6,"./chevre/accountTransaction":7,"./chevre/accountingReport":8,"./chevre/action":9,"./chevre/additionalProperty":10,"./chevre/aggregation":11,"./chevre/assetTransaction":12,"./chevre/assetTransaction/cancelReservation":13,"./chevre/assetTransaction/moneyTransfer":14,"./chevre/assetTransaction/pay":15,"./chevre/assetTransaction/refund":16,"./chevre/assetTransaction/registerService":17,"./chevre/assetTransaction/reserve":18,"./chevre/authorization":19,"./chevre/award":20,"./chevre/categoryCode":21,"./chevre/comment":22,"./chevre/creativeWork":23,"./chevre/customer":24,"./chevre/emailMessage":25,"./chevre/event":26,"./chevre/holdReservation":27,"./chevre/iam":28,"./chevre/me":29,"./chevre/merchantReturnPolicy":30,"./chevre/offer":31,"./chevre/offerCatalog":32,"./chevre/offerItemCondition":33,"./chevre/order":34,"./chevre/ownershipInfo":36,"./chevre/payment":37,"./chevre/permission":39,"./chevre/permit":40,"./chevre/person":41,"./chevre/person/ownershipInfo":42,"./chevre/place":43,"./chevre/priceSpecification":44,"./chevre/product":45,"./chevre/project":46,"./chevre/reservation":47,"./chevre/seller":49,"./chevre/task":50,"./chevre/token":51,"./chevre/transaction/moneyTransfer":53,"./chevre/transaction/placeOrder":54,"./chevre/transaction/returnOrder":56,"./chevre/transactionNumber":52,"./chevre/trip":57,"./chevre/userPool":58,"./factory":59}],5:[function(require,module,exports){
730
742
  "use strict";
731
743
  var __extends = (this && this.__extends) || (function () {
732
744
  var extendStatics = function (d, b) {
@@ -883,7 +895,7 @@ var AccountService = /** @class */ (function (_super) {
883
895
  }(service_1.Service));
884
896
  exports.AccountService = AccountService;
885
897
 
886
- },{"../service":63,"http-status":291}],6:[function(require,module,exports){
898
+ },{"../service":64,"http-status":292}],6:[function(require,module,exports){
887
899
  "use strict";
888
900
  var __extends = (this && this.__extends) || (function () {
889
901
  var extendStatics = function (d, b) {
@@ -1220,7 +1232,7 @@ var AccountTitleService = /** @class */ (function (_super) {
1220
1232
  }(service_1.Service));
1221
1233
  exports.AccountTitleService = AccountTitleService;
1222
1234
 
1223
- },{"../factory":58,"../service":63,"http-status":291}],7:[function(require,module,exports){
1235
+ },{"../factory":59,"../service":64,"http-status":292}],7:[function(require,module,exports){
1224
1236
  "use strict";
1225
1237
  var __extends = (this && this.__extends) || (function () {
1226
1238
  var extendStatics = function (d, b) {
@@ -1317,7 +1329,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
1317
1329
  }(service_1.Service));
1318
1330
  exports.AccountTransactionService = AccountTransactionService;
1319
1331
 
1320
- },{"../service":63,"http-status":291}],8:[function(require,module,exports){
1332
+ },{"../service":64,"http-status":292}],8:[function(require,module,exports){
1321
1333
  "use strict";
1322
1334
  var __extends = (this && this.__extends) || (function () {
1323
1335
  var extendStatics = function (d, b) {
@@ -1414,7 +1426,7 @@ var AccountingReportService = /** @class */ (function (_super) {
1414
1426
  }(service_1.Service));
1415
1427
  exports.AccountingReportService = AccountingReportService;
1416
1428
 
1417
- },{"../service":63,"http-status":291}],9:[function(require,module,exports){
1429
+ },{"../service":64,"http-status":292}],9:[function(require,module,exports){
1418
1430
  "use strict";
1419
1431
  var __extends = (this && this.__extends) || (function () {
1420
1432
  var extendStatics = function (d, b) {
@@ -1527,7 +1539,7 @@ var ActionService = /** @class */ (function (_super) {
1527
1539
  }(service_1.Service));
1528
1540
  exports.ActionService = ActionService;
1529
1541
 
1530
- },{"../service":63,"http-status":291}],10:[function(require,module,exports){
1542
+ },{"../service":64,"http-status":292}],10:[function(require,module,exports){
1531
1543
  "use strict";
1532
1544
  var __extends = (this && this.__extends) || (function () {
1533
1545
  var extendStatics = function (d, b) {
@@ -1691,7 +1703,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
1691
1703
  }(service_1.Service));
1692
1704
  exports.AdditionalPropertyService = AdditionalPropertyService;
1693
1705
 
1694
- },{"../service":63,"http-status":291}],11:[function(require,module,exports){
1706
+ },{"../service":64,"http-status":292}],11:[function(require,module,exports){
1695
1707
  "use strict";
1696
1708
  var __extends = (this && this.__extends) || (function () {
1697
1709
  var extendStatics = function (d, b) {
@@ -1796,7 +1808,7 @@ var AggregationService = /** @class */ (function (_super) {
1796
1808
  }(service_1.Service));
1797
1809
  exports.AggregationService = AggregationService;
1798
1810
 
1799
- },{"../service":63,"http-status":291}],12:[function(require,module,exports){
1811
+ },{"../service":64,"http-status":292}],12:[function(require,module,exports){
1800
1812
  "use strict";
1801
1813
  var __extends = (this && this.__extends) || (function () {
1802
1814
  var extendStatics = function (d, b) {
@@ -1893,7 +1905,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
1893
1905
  }(service_1.Service));
1894
1906
  exports.AssetTransactionService = AssetTransactionService;
1895
1907
 
1896
- },{"../service":63,"http-status":291}],13:[function(require,module,exports){
1908
+ },{"../service":64,"http-status":292}],13:[function(require,module,exports){
1897
1909
  "use strict";
1898
1910
  var __extends = (this && this.__extends) || (function () {
1899
1911
  var extendStatics = function (d, b) {
@@ -2055,7 +2067,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
2055
2067
  }(service_1.Service));
2056
2068
  exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
2057
2069
 
2058
- },{"../../service":63,"http-status":291}],14:[function(require,module,exports){
2070
+ },{"../../service":64,"http-status":292}],14:[function(require,module,exports){
2059
2071
  "use strict";
2060
2072
  var __extends = (this && this.__extends) || (function () {
2061
2073
  var extendStatics = function (d, b) {
@@ -2212,7 +2224,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
2212
2224
  }(service_1.Service));
2213
2225
  exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
2214
2226
 
2215
- },{"../../factory":58,"../../service":63,"http-status":291}],15:[function(require,module,exports){
2227
+ },{"../../factory":59,"../../service":64,"http-status":292}],15:[function(require,module,exports){
2216
2228
  "use strict";
2217
2229
  var __extends = (this && this.__extends) || (function () {
2218
2230
  var extendStatics = function (d, b) {
@@ -2437,7 +2449,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
2437
2449
  }(service_1.Service));
2438
2450
  exports.PayAssetTransactionService = PayAssetTransactionService;
2439
2451
 
2440
- },{"../../factory":58,"../../service":63,"http-status":291}],16:[function(require,module,exports){
2452
+ },{"../../factory":59,"../../service":64,"http-status":292}],16:[function(require,module,exports){
2441
2453
  "use strict";
2442
2454
  var __extends = (this && this.__extends) || (function () {
2443
2455
  var extendStatics = function (d, b) {
@@ -2584,7 +2596,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
2584
2596
  }(service_1.Service));
2585
2597
  exports.RefundAssetTransactionService = RefundAssetTransactionService;
2586
2598
 
2587
- },{"../../factory":58,"../../service":63,"http-status":291}],17:[function(require,module,exports){
2599
+ },{"../../factory":59,"../../service":64,"http-status":292}],17:[function(require,module,exports){
2588
2600
  "use strict";
2589
2601
  var __extends = (this && this.__extends) || (function () {
2590
2602
  var extendStatics = function (d, b) {
@@ -2731,7 +2743,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
2731
2743
  }(service_1.Service));
2732
2744
  exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
2733
2745
 
2734
- },{"../../factory":58,"../../service":63,"http-status":291}],18:[function(require,module,exports){
2746
+ },{"../../factory":59,"../../service":64,"http-status":292}],18:[function(require,module,exports){
2735
2747
  "use strict";
2736
2748
  var __extends = (this && this.__extends) || (function () {
2737
2749
  var extendStatics = function (d, b) {
@@ -2895,7 +2907,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
2895
2907
  }(service_1.Service));
2896
2908
  exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
2897
2909
 
2898
- },{"../../service":63,"http-status":291}],19:[function(require,module,exports){
2910
+ },{"../../service":64,"http-status":292}],19:[function(require,module,exports){
2899
2911
  "use strict";
2900
2912
  var __extends = (this && this.__extends) || (function () {
2901
2913
  var extendStatics = function (d, b) {
@@ -3011,7 +3023,7 @@ var AuthorizationService = /** @class */ (function (_super) {
3011
3023
  }(service_1.Service));
3012
3024
  exports.AuthorizationService = AuthorizationService;
3013
3025
 
3014
- },{"../service":63,"http-status":291}],20:[function(require,module,exports){
3026
+ },{"../service":64,"http-status":292}],20:[function(require,module,exports){
3015
3027
  "use strict";
3016
3028
  var __extends = (this && this.__extends) || (function () {
3017
3029
  var extendStatics = function (d, b) {
@@ -3133,7 +3145,7 @@ var AwardService = /** @class */ (function (_super) {
3133
3145
  }(service_1.Service));
3134
3146
  exports.AwardService = AwardService;
3135
3147
 
3136
- },{"../service":63,"http-status":291}],21:[function(require,module,exports){
3148
+ },{"../service":64,"http-status":292}],21:[function(require,module,exports){
3137
3149
  "use strict";
3138
3150
  var __extends = (this && this.__extends) || (function () {
3139
3151
  var extendStatics = function (d, b) {
@@ -3297,7 +3309,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
3297
3309
  }(service_1.Service));
3298
3310
  exports.CategoryCodeService = CategoryCodeService;
3299
3311
 
3300
- },{"../service":63,"http-status":291}],22:[function(require,module,exports){
3312
+ },{"../service":64,"http-status":292}],22:[function(require,module,exports){
3301
3313
  "use strict";
3302
3314
  var __extends = (this && this.__extends) || (function () {
3303
3315
  var extendStatics = function (d, b) {
@@ -3413,7 +3425,7 @@ var CommentService = /** @class */ (function (_super) {
3413
3425
  }(service_1.Service));
3414
3426
  exports.CommentService = CommentService;
3415
3427
 
3416
- },{"../service":63,"http-status":291}],23:[function(require,module,exports){
3428
+ },{"../service":64,"http-status":292}],23:[function(require,module,exports){
3417
3429
  "use strict";
3418
3430
  var __extends = (this && this.__extends) || (function () {
3419
3431
  var extendStatics = function (d, b) {
@@ -3571,7 +3583,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
3571
3583
  }(service_1.Service));
3572
3584
  exports.CreativeWorkService = CreativeWorkService;
3573
3585
 
3574
- },{"../service":63,"http-status":291}],24:[function(require,module,exports){
3586
+ },{"../service":64,"http-status":292}],24:[function(require,module,exports){
3575
3587
  "use strict";
3576
3588
  var __extends = (this && this.__extends) || (function () {
3577
3589
  var extendStatics = function (d, b) {
@@ -3758,7 +3770,7 @@ var CustomerService = /** @class */ (function (_super) {
3758
3770
  }(service_1.Service));
3759
3771
  exports.CustomerService = CustomerService;
3760
3772
 
3761
- },{"../service":63,"http-status":291}],25:[function(require,module,exports){
3773
+ },{"../service":64,"http-status":292}],25:[function(require,module,exports){
3762
3774
  "use strict";
3763
3775
  var __extends = (this && this.__extends) || (function () {
3764
3776
  var extendStatics = function (d, b) {
@@ -3932,7 +3944,7 @@ var EmailMessageService = /** @class */ (function (_super) {
3932
3944
  }(service_1.Service));
3933
3945
  exports.EmailMessageService = EmailMessageService;
3934
3946
 
3935
- },{"../service":63,"http-status":291}],26:[function(require,module,exports){
3947
+ },{"../service":64,"http-status":292}],26:[function(require,module,exports){
3936
3948
  "use strict";
3937
3949
  var __extends = (this && this.__extends) || (function () {
3938
3950
  var extendStatics = function (d, b) {
@@ -4077,6 +4089,7 @@ var EventService = /** @class */ (function (_super) {
4077
4089
  uri: '/events/createScreeningEventSeriesIfNotExistByWorkPerformed',
4078
4090
  method: 'POST',
4079
4091
  body: params.attributes,
4092
+ qs: params.qs,
4080
4093
  expectedStatusCodes: [http_status_1.NO_CONTENT]
4081
4094
  })];
4082
4095
  case 1:
@@ -4262,7 +4275,7 @@ var EventService = /** @class */ (function (_super) {
4262
4275
  }(service_1.Service));
4263
4276
  exports.EventService = EventService;
4264
4277
 
4265
- },{"../service":63,"http-status":291}],27:[function(require,module,exports){
4278
+ },{"../service":64,"http-status":292}],27:[function(require,module,exports){
4266
4279
  "use strict";
4267
4280
  var __extends = (this && this.__extends) || (function () {
4268
4281
  var extendStatics = function (d, b) {
@@ -4392,7 +4405,7 @@ var HoldReservationService = /** @class */ (function (_super) {
4392
4405
  }(service_1.Service));
4393
4406
  exports.HoldReservationService = HoldReservationService;
4394
4407
 
4395
- },{"../service":63,"http-status":291}],28:[function(require,module,exports){
4408
+ },{"../service":64,"http-status":292}],28:[function(require,module,exports){
4396
4409
  "use strict";
4397
4410
  var __extends = (this && this.__extends) || (function () {
4398
4411
  var extendStatics = function (d, b) {
@@ -4729,7 +4742,7 @@ var IAMService = /** @class */ (function (_super) {
4729
4742
  }(service_1.Service));
4730
4743
  exports.IAMService = IAMService;
4731
4744
 
4732
- },{"../service":63,"http-status":291}],29:[function(require,module,exports){
4745
+ },{"../service":64,"http-status":292}],29:[function(require,module,exports){
4733
4746
  "use strict";
4734
4747
  var __extends = (this && this.__extends) || (function () {
4735
4748
  var extendStatics = function (d, b) {
@@ -4833,11 +4846,29 @@ var MeService = /** @class */ (function (_super) {
4833
4846
  });
4834
4847
  });
4835
4848
  };
4849
+ /**
4850
+ * リクエストユーザーのPMとしてのロールを検索する
4851
+ */
4852
+ MeService.prototype.searchMemberHasRoleOnProject = function (params) {
4853
+ return __awaiter(this, void 0, void 0, function () {
4854
+ var _this = this;
4855
+ return __generator(this, function (_a) {
4856
+ return [2 /*return*/, this.fetch({
4857
+ uri: "/members/me/projects/" + params.project.id + "/hasRole",
4858
+ method: 'GET',
4859
+ expectedStatusCodes: [http_status_1.OK]
4860
+ })
4861
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
4862
+ return [2 /*return*/, response.json()];
4863
+ }); }); })];
4864
+ });
4865
+ });
4866
+ };
4836
4867
  return MeService;
4837
4868
  }(service_1.Service));
4838
4869
  exports.MeService = MeService;
4839
4870
 
4840
- },{"../service":63,"http-status":291}],30:[function(require,module,exports){
4871
+ },{"../service":64,"http-status":292}],30:[function(require,module,exports){
4841
4872
  "use strict";
4842
4873
  var __extends = (this && this.__extends) || (function () {
4843
4874
  var extendStatics = function (d, b) {
@@ -4995,7 +5026,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
4995
5026
  }(service_1.Service));
4996
5027
  exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
4997
5028
 
4998
- },{"../service":63,"http-status":291}],31:[function(require,module,exports){
5029
+ },{"../service":64,"http-status":292}],31:[function(require,module,exports){
4999
5030
  "use strict";
5000
5031
  var __extends = (this && this.__extends) || (function () {
5001
5032
  var extendStatics = function (d, b) {
@@ -5322,7 +5353,7 @@ var OfferService = /** @class */ (function (_super) {
5322
5353
  }(service_1.Service));
5323
5354
  exports.OfferService = OfferService;
5324
5355
 
5325
- },{"../factory":58,"../service":63,"http-status":291}],32:[function(require,module,exports){
5356
+ },{"../factory":59,"../service":64,"http-status":292}],32:[function(require,module,exports){
5326
5357
  "use strict";
5327
5358
  var __extends = (this && this.__extends) || (function () {
5328
5359
  var extendStatics = function (d, b) {
@@ -5536,7 +5567,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
5536
5567
  }(service_1.Service));
5537
5568
  exports.OfferCatalogService = OfferCatalogService;
5538
5569
 
5539
- },{"../service":63,"http-status":291}],33:[function(require,module,exports){
5570
+ },{"../service":64,"http-status":292}],33:[function(require,module,exports){
5540
5571
  "use strict";
5541
5572
  var __extends = (this && this.__extends) || (function () {
5542
5573
  var extendStatics = function (d, b) {
@@ -5694,7 +5725,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
5694
5725
  }(service_1.Service));
5695
5726
  exports.OfferItemConditionService = OfferItemConditionService;
5696
5727
 
5697
- },{"../service":63,"http-status":291}],34:[function(require,module,exports){
5728
+ },{"../service":64,"http-status":292}],34:[function(require,module,exports){
5698
5729
  "use strict";
5699
5730
  var __extends = (this && this.__extends) || (function () {
5700
5731
  var extendStatics = function (d, b) {
@@ -6108,7 +6139,7 @@ var OrderService = /** @class */ (function (_super) {
6108
6139
  }(service_1.Service));
6109
6140
  exports.OrderService = OrderService;
6110
6141
 
6111
- },{"../factory":58,"../service":63,"http-status":291}],35:[function(require,module,exports){
6142
+ },{"../factory":59,"../service":64,"http-status":292}],35:[function(require,module,exports){
6112
6143
  "use strict";
6113
6144
  Object.defineProperty(exports, "__esModule", { value: true });
6114
6145
 
@@ -6209,7 +6240,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
6209
6240
  }(service_1.Service));
6210
6241
  exports.OwnershipInfoService = OwnershipInfoService;
6211
6242
 
6212
- },{"../service":63,"http-status":291}],37:[function(require,module,exports){
6243
+ },{"../service":64,"http-status":292}],37:[function(require,module,exports){
6213
6244
  "use strict";
6214
6245
  var __extends = (this && this.__extends) || (function () {
6215
6246
  var extendStatics = function (d, b) {
@@ -6451,7 +6482,7 @@ var PaymentService = /** @class */ (function (_super) {
6451
6482
  }(service_1.Service));
6452
6483
  exports.PaymentService = PaymentService;
6453
6484
 
6454
- },{"../factory":58,"../service":63,"http-status":291}],38:[function(require,module,exports){
6485
+ },{"../factory":59,"../service":64,"http-status":292}],38:[function(require,module,exports){
6455
6486
  arguments[4][35][0].apply(exports,arguments)
6456
6487
  },{"dup":35}],39:[function(require,module,exports){
6457
6488
  "use strict";
@@ -6507,6 +6538,94 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
6507
6538
  }
6508
6539
  };
6509
6540
  Object.defineProperty(exports, "__esModule", { value: true });
6541
+ exports.PermissionService = void 0;
6542
+ var http_status_1 = require("http-status");
6543
+ var service_1 = require("../service");
6544
+ /**
6545
+ * MyPermissionサービス
6546
+ */
6547
+ var PermissionService = /** @class */ (function (_super) {
6548
+ __extends(PermissionService, _super);
6549
+ function PermissionService() {
6550
+ return _super !== null && _super.apply(this, arguments) || this;
6551
+ }
6552
+ /**
6553
+ * 権限検索
6554
+ * @exprimental
6555
+ */
6556
+ PermissionService.prototype.search = function () {
6557
+ return __awaiter(this, void 0, void 0, function () {
6558
+ var _this = this;
6559
+ return __generator(this, function (_a) {
6560
+ return [2 /*return*/, this.fetch({
6561
+ uri: '/permissions',
6562
+ method: 'GET',
6563
+ expectedStatusCodes: [http_status_1.OK]
6564
+ })
6565
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
6566
+ return [2 /*return*/, response.json()];
6567
+ }); }); })];
6568
+ });
6569
+ });
6570
+ };
6571
+ return PermissionService;
6572
+ }(service_1.Service));
6573
+ exports.PermissionService = PermissionService;
6574
+
6575
+ },{"../service":64,"http-status":292}],40:[function(require,module,exports){
6576
+ "use strict";
6577
+ var __extends = (this && this.__extends) || (function () {
6578
+ var extendStatics = function (d, b) {
6579
+ extendStatics = Object.setPrototypeOf ||
6580
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6581
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
6582
+ return extendStatics(d, b);
6583
+ };
6584
+ return function (d, b) {
6585
+ if (typeof b !== "function" && b !== null)
6586
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
6587
+ extendStatics(d, b);
6588
+ function __() { this.constructor = d; }
6589
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
6590
+ };
6591
+ })();
6592
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
6593
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
6594
+ return new (P || (P = Promise))(function (resolve, reject) {
6595
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6596
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6597
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
6598
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
6599
+ });
6600
+ };
6601
+ var __generator = (this && this.__generator) || function (thisArg, body) {
6602
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
6603
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
6604
+ function verb(n) { return function (v) { return step([n, v]); }; }
6605
+ function step(op) {
6606
+ if (f) throw new TypeError("Generator is already executing.");
6607
+ while (_) try {
6608
+ 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;
6609
+ if (y = 0, t) op = [op[0] & 2, t.value];
6610
+ switch (op[0]) {
6611
+ case 0: case 1: t = op; break;
6612
+ case 4: _.label++; return { value: op[1], done: false };
6613
+ case 5: _.label++; y = op[1]; op = [0]; continue;
6614
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
6615
+ default:
6616
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
6617
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
6618
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
6619
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
6620
+ if (t[2]) _.ops.pop();
6621
+ _.trys.pop(); continue;
6622
+ }
6623
+ op = body.call(thisArg, _);
6624
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
6625
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
6626
+ }
6627
+ };
6628
+ Object.defineProperty(exports, "__esModule", { value: true });
6510
6629
  exports.PermitService = void 0;
6511
6630
  var http_status_1 = require("http-status");
6512
6631
  var service_1 = require("../service");
@@ -6609,7 +6728,7 @@ var PermitService = /** @class */ (function (_super) {
6609
6728
  }(service_1.Service));
6610
6729
  exports.PermitService = PermitService;
6611
6730
 
6612
- },{"../service":63,"http-status":291}],40:[function(require,module,exports){
6731
+ },{"../service":64,"http-status":292}],41:[function(require,module,exports){
6613
6732
  "use strict";
6614
6733
  var __extends = (this && this.__extends) || (function () {
6615
6734
  var extendStatics = function (d, b) {
@@ -6845,7 +6964,7 @@ var PersonService = /** @class */ (function (_super) {
6845
6964
  }(service_1.Service));
6846
6965
  exports.PersonService = PersonService;
6847
6966
 
6848
- },{"../service":63,"http-status":291}],41:[function(require,module,exports){
6967
+ },{"../service":64,"http-status":292}],42:[function(require,module,exports){
6849
6968
  "use strict";
6850
6969
  var __extends = (this && this.__extends) || (function () {
6851
6970
  var extendStatics = function (d, b) {
@@ -7096,7 +7215,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
7096
7215
  }(service_1.Service));
7097
7216
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
7098
7217
 
7099
- },{"../../service":63,"http-status":291}],42:[function(require,module,exports){
7218
+ },{"../../service":64,"http-status":292}],43:[function(require,module,exports){
7100
7219
  "use strict";
7101
7220
  var __extends = (this && this.__extends) || (function () {
7102
7221
  var extendStatics = function (d, b) {
@@ -7599,7 +7718,7 @@ var PlaceService = /** @class */ (function (_super) {
7599
7718
  }(service_1.Service));
7600
7719
  exports.PlaceService = PlaceService;
7601
7720
 
7602
- },{"../factory":58,"../service":63,"http-status":291}],43:[function(require,module,exports){
7721
+ },{"../factory":59,"../service":64,"http-status":292}],44:[function(require,module,exports){
7603
7722
  "use strict";
7604
7723
  var __extends = (this && this.__extends) || (function () {
7605
7724
  var extendStatics = function (d, b) {
@@ -7763,7 +7882,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
7763
7882
  }(service_1.Service));
7764
7883
  exports.PriceSpecificationService = PriceSpecificationService;
7765
7884
 
7766
- },{"../service":63,"http-status":291}],44:[function(require,module,exports){
7885
+ },{"../service":64,"http-status":292}],45:[function(require,module,exports){
7767
7886
  "use strict";
7768
7887
  var __extends = (this && this.__extends) || (function () {
7769
7888
  var extendStatics = function (d, b) {
@@ -7982,7 +8101,7 @@ var ProductService = /** @class */ (function (_super) {
7982
8101
  }(service_1.Service));
7983
8102
  exports.ProductService = ProductService;
7984
8103
 
7985
- },{"../service":63,"http-status":291}],45:[function(require,module,exports){
8104
+ },{"../service":64,"http-status":292}],46:[function(require,module,exports){
7986
8105
  "use strict";
7987
8106
  var __extends = (this && this.__extends) || (function () {
7988
8107
  var extendStatics = function (d, b) {
@@ -8179,38 +8298,6 @@ var ProjectService = /** @class */ (function (_super) {
8179
8298
  });
8180
8299
  });
8181
8300
  };
8182
- /**
8183
- * ヘルスチェック
8184
- */
8185
- ProjectService.prototype.getHealth = function (_) {
8186
- return __awaiter(this, void 0, void 0, function () {
8187
- var _this = this;
8188
- return __generator(this, function (_a) {
8189
- return [2 /*return*/, this.fetch({
8190
- uri: '/health',
8191
- method: 'GET',
8192
- expectedStatusCodes: [http_status_1.OK]
8193
- })
8194
- .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
8195
- var version;
8196
- var _a;
8197
- return __generator(this, function (_b) {
8198
- switch (_b.label) {
8199
- case 0:
8200
- version = response.headers.get('X-API-Version');
8201
- _a = {
8202
- version: (typeof version === 'string') ? version : undefined,
8203
- status: response.status
8204
- };
8205
- return [4 /*yield*/, response.text()];
8206
- case 1: return [2 /*return*/, (_a.message = _b.sent(),
8207
- _a)];
8208
- }
8209
- });
8210
- }); })];
8211
- });
8212
- });
8213
- };
8214
8301
  /**
8215
8302
  * DB統計取得
8216
8303
  */
@@ -8233,7 +8320,7 @@ var ProjectService = /** @class */ (function (_super) {
8233
8320
  }(service_1.Service));
8234
8321
  exports.ProjectService = ProjectService;
8235
8322
 
8236
- },{"../service":63,"http-status":291}],46:[function(require,module,exports){
8323
+ },{"../service":64,"http-status":292}],47:[function(require,module,exports){
8237
8324
  "use strict";
8238
8325
  var __extends = (this && this.__extends) || (function () {
8239
8326
  var extendStatics = function (d, b) {
@@ -8406,9 +8493,9 @@ var ReservationService = /** @class */ (function (_super) {
8406
8493
  }(service_1.Service));
8407
8494
  exports.ReservationService = ReservationService;
8408
8495
 
8409
- },{"../service":63,"http-status":291}],47:[function(require,module,exports){
8496
+ },{"../service":64,"http-status":292}],48:[function(require,module,exports){
8410
8497
  arguments[4][35][0].apply(exports,arguments)
8411
- },{"dup":35}],48:[function(require,module,exports){
8498
+ },{"dup":35}],49:[function(require,module,exports){
8412
8499
  "use strict";
8413
8500
  var __extends = (this && this.__extends) || (function () {
8414
8501
  var extendStatics = function (d, b) {
@@ -8795,11 +8882,100 @@ var SellerService = /** @class */ (function (_super) {
8795
8882
  });
8796
8883
  });
8797
8884
  };
8885
+ /**
8886
+ * IAMメンバー作成
8887
+ */
8888
+ SellerService.prototype.createMember = function (params) {
8889
+ var _a;
8890
+ return __awaiter(this, void 0, void 0, function () {
8891
+ var sellerId;
8892
+ var _this = this;
8893
+ return __generator(this, function (_b) {
8894
+ sellerId = (_a = params[0]) === null || _a === void 0 ? void 0 : _a.member.memberOf.id;
8895
+ return [2 /*return*/, this.fetch({
8896
+ uri: "/sellers/" + String(sellerId) + "/members",
8897
+ method: 'POST',
8898
+ body: params,
8899
+ expectedStatusCodes: [http_status_1.CREATED]
8900
+ })
8901
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
8902
+ return [2 /*return*/, response.json()];
8903
+ }); }); })];
8904
+ });
8905
+ });
8906
+ };
8907
+ /**
8908
+ * IAMメンバー検索
8909
+ */
8910
+ SellerService.prototype.searchMembers = function (params) {
8911
+ return __awaiter(this, void 0, void 0, function () {
8912
+ var _this = this;
8913
+ return __generator(this, function (_a) {
8914
+ return [2 /*return*/, this.fetch({
8915
+ uri: "/sellers/" + String(params.seller.id) + "/members",
8916
+ method: 'GET',
8917
+ qs: params.qs,
8918
+ expectedStatusCodes: [http_status_1.OK]
8919
+ })
8920
+ .then(function (response) { return __awaiter(_this, void 0, void 0, function () {
8921
+ var _a;
8922
+ return __generator(this, function (_b) {
8923
+ switch (_b.label) {
8924
+ case 0:
8925
+ _a = {};
8926
+ return [4 /*yield*/, response.json()];
8927
+ case 1: return [2 /*return*/, (_a.data = _b.sent(),
8928
+ _a)];
8929
+ }
8930
+ });
8931
+ }); })];
8932
+ });
8933
+ });
8934
+ };
8935
+ /**
8936
+ * IAMメンバー更新
8937
+ */
8938
+ SellerService.prototype.updateMember = function (params) {
8939
+ return __awaiter(this, void 0, void 0, function () {
8940
+ return __generator(this, function (_a) {
8941
+ switch (_a.label) {
8942
+ case 0: return [4 /*yield*/, this.fetch({
8943
+ uri: "/sellers/" + params.member.memberOf.id + "/members/" + params.member.id,
8944
+ method: 'PUT',
8945
+ body: params,
8946
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
8947
+ })];
8948
+ case 1:
8949
+ _a.sent();
8950
+ return [2 /*return*/];
8951
+ }
8952
+ });
8953
+ });
8954
+ };
8955
+ /**
8956
+ * IAMメンバー削除
8957
+ */
8958
+ SellerService.prototype.deleteMember = function (params) {
8959
+ return __awaiter(this, void 0, void 0, function () {
8960
+ return __generator(this, function (_a) {
8961
+ switch (_a.label) {
8962
+ case 0: return [4 /*yield*/, this.fetch({
8963
+ uri: "/sellers/" + params.member.memberOf.id + "/members/" + params.member.id,
8964
+ method: 'DELETE',
8965
+ expectedStatusCodes: [http_status_1.NO_CONTENT]
8966
+ })];
8967
+ case 1:
8968
+ _a.sent();
8969
+ return [2 /*return*/];
8970
+ }
8971
+ });
8972
+ });
8973
+ };
8798
8974
  return SellerService;
8799
8975
  }(service_1.Service));
8800
8976
  exports.SellerService = SellerService;
8801
8977
 
8802
- },{"../service":63,"http-status":291}],49:[function(require,module,exports){
8978
+ },{"../service":64,"http-status":292}],50:[function(require,module,exports){
8803
8979
  "use strict";
8804
8980
  var __extends = (this && this.__extends) || (function () {
8805
8981
  var extendStatics = function (d, b) {
@@ -8933,7 +9109,7 @@ var TaskService = /** @class */ (function (_super) {
8933
9109
  }(service_1.Service));
8934
9110
  exports.TaskService = TaskService;
8935
9111
 
8936
- },{"../service":63,"http-status":291}],50:[function(require,module,exports){
9112
+ },{"../service":64,"http-status":292}],51:[function(require,module,exports){
8937
9113
  "use strict";
8938
9114
  var __extends = (this && this.__extends) || (function () {
8939
9115
  var extendStatics = function (d, b) {
@@ -9021,7 +9197,7 @@ var TokenService = /** @class */ (function (_super) {
9021
9197
  }(service_1.Service));
9022
9198
  exports.TokenService = TokenService;
9023
9199
 
9024
- },{"../service":63,"http-status":291}],51:[function(require,module,exports){
9200
+ },{"../service":64,"http-status":292}],52:[function(require,module,exports){
9025
9201
  "use strict";
9026
9202
  var __extends = (this && this.__extends) || (function () {
9027
9203
  var extendStatics = function (d, b) {
@@ -9109,7 +9285,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
9109
9285
  }(service_1.Service));
9110
9286
  exports.TransactionNumberService = TransactionNumberService;
9111
9287
 
9112
- },{"../service":63,"http-status":291}],52:[function(require,module,exports){
9288
+ },{"../service":64,"http-status":292}],53:[function(require,module,exports){
9113
9289
  "use strict";
9114
9290
  var __extends = (this && this.__extends) || (function () {
9115
9291
  var extendStatics = function (d, b) {
@@ -9319,7 +9495,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
9319
9495
  }(service_1.Service));
9320
9496
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
9321
9497
 
9322
- },{"../../factory":58,"../../service":63,"http-status":291}],53:[function(require,module,exports){
9498
+ },{"../../factory":59,"../../service":64,"http-status":292}],54:[function(require,module,exports){
9323
9499
  "use strict";
9324
9500
  var __extends = (this && this.__extends) || (function () {
9325
9501
  var extendStatics = function (d, b) {
@@ -9571,9 +9747,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
9571
9747
  }(service_1.Service));
9572
9748
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
9573
9749
 
9574
- },{"../../factory":58,"../../service":63,"http-status":291}],54:[function(require,module,exports){
9750
+ },{"../../factory":59,"../../service":64,"http-status":292}],55:[function(require,module,exports){
9575
9751
  arguments[4][35][0].apply(exports,arguments)
9576
- },{"dup":35}],55:[function(require,module,exports){
9752
+ },{"dup":35}],56:[function(require,module,exports){
9577
9753
  "use strict";
9578
9754
  var __extends = (this && this.__extends) || (function () {
9579
9755
  var extendStatics = function (d, b) {
@@ -9746,7 +9922,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
9746
9922
  }(service_1.Service));
9747
9923
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
9748
9924
 
9749
- },{"../../factory":58,"../../service":63,"http-status":291}],56:[function(require,module,exports){
9925
+ },{"../../factory":59,"../../service":64,"http-status":292}],57:[function(require,module,exports){
9750
9926
  "use strict";
9751
9927
  var __extends = (this && this.__extends) || (function () {
9752
9928
  var extendStatics = function (d, b) {
@@ -9919,7 +10095,7 @@ var TripService = /** @class */ (function (_super) {
9919
10095
  }(service_1.Service));
9920
10096
  exports.TripService = TripService;
9921
10097
 
9922
- },{"../service":63,"http-status":291}],57:[function(require,module,exports){
10098
+ },{"../service":64,"http-status":292}],58:[function(require,module,exports){
9923
10099
  "use strict";
9924
10100
  var __extends = (this && this.__extends) || (function () {
9925
10101
  var extendStatics = function (d, b) {
@@ -10052,7 +10228,7 @@ var UserPoolService = /** @class */ (function (_super) {
10052
10228
  }(service_1.Service));
10053
10229
  exports.UserPoolService = UserPoolService;
10054
10230
 
10055
- },{"../service":63,"http-status":291}],58:[function(require,module,exports){
10231
+ },{"../service":64,"http-status":292}],59:[function(require,module,exports){
10056
10232
  "use strict";
10057
10233
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10058
10234
  if (k2 === undefined) k2 = k;
@@ -10070,7 +10246,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10070
10246
  */
10071
10247
  __exportStar(require("@chevre/factory"), exports);
10072
10248
 
10073
- },{"@chevre/factory":178}],59:[function(require,module,exports){
10249
+ },{"@chevre/factory":179}],60:[function(require,module,exports){
10074
10250
  "use strict";
10075
10251
  var __extends = (this && this.__extends) || (function () {
10076
10252
  var extendStatics = function (d, b) {
@@ -10186,7 +10362,6 @@ var service;
10186
10362
  service.Service = Service;
10187
10363
  /**
10188
10364
  * 口座サービス
10189
- * TODO constructorにseller.idを追加
10190
10365
  */
10191
10366
  var Account = /** @class */ (function (_super) {
10192
10367
  __extends(Account, _super);
@@ -10198,7 +10373,6 @@ var service;
10198
10373
  service.Account = Account;
10199
10374
  /**
10200
10375
  * 区分サービス
10201
- * TODO constructorにseller.idを追加
10202
10376
  */
10203
10377
  var CategoryCode = /** @class */ (function (_super) {
10204
10378
  __extends(CategoryCode, _super);
@@ -10210,7 +10384,6 @@ var service;
10210
10384
  service.CategoryCode = CategoryCode;
10211
10385
  /**
10212
10386
  * コメントサービス
10213
- * TODO constructorにseller.idを追加
10214
10387
  */
10215
10388
  var Comment = /** @class */ (function (_super) {
10216
10389
  __extends(Comment, _super);
@@ -10222,7 +10395,6 @@ var service;
10222
10395
  service.Comment = Comment;
10223
10396
  /**
10224
10397
  * 作品サービス
10225
- * TODO constructorにseller.idを追加
10226
10398
  */
10227
10399
  var CreativeWork = /** @class */ (function (_super) {
10228
10400
  __extends(CreativeWork, _super);
@@ -10234,7 +10406,6 @@ var service;
10234
10406
  service.CreativeWork = CreativeWork;
10235
10407
  /**
10236
10408
  * 顧客サービス
10237
- * TODO constructorにseller.idを追加
10238
10409
  */
10239
10410
  var Customer = /** @class */ (function (_super) {
10240
10411
  __extends(Customer, _super);
@@ -10246,7 +10417,6 @@ var service;
10246
10417
  service.Customer = Customer;
10247
10418
  /**
10248
10419
  * 配送サービス
10249
- * TODO constructorにseller.idを追加
10250
10420
  */
10251
10421
  var Delivery = /** @class */ (function (_super) {
10252
10422
  __extends(Delivery, _super);
@@ -10258,7 +10428,6 @@ var service;
10258
10428
  service.Delivery = Delivery;
10259
10429
  /**
10260
10430
  * Eメールメッセージサービス
10261
- * TODO constructorにseller.idを追加
10262
10431
  */
10263
10432
  var EmailMessage = /** @class */ (function (_super) {
10264
10433
  __extends(EmailMessage, _super);
@@ -10270,7 +10439,6 @@ var service;
10270
10439
  service.EmailMessage = EmailMessage;
10271
10440
  /**
10272
10441
  * イベントサービス
10273
- * TODO constructorにseller.idを追加
10274
10442
  */
10275
10443
  var Event = /** @class */ (function (_super) {
10276
10444
  __extends(Event, _super);
@@ -10282,7 +10450,6 @@ var service;
10282
10450
  service.Event = Event;
10283
10451
  /**
10284
10452
  * オファーサービス
10285
- * TODO constructorにseller.idを追加
10286
10453
  */
10287
10454
  var Offer = /** @class */ (function (_super) {
10288
10455
  __extends(Offer, _super);
@@ -10299,7 +10466,6 @@ var service;
10299
10466
  })(order = service.order || (service.order = {}));
10300
10467
  /**
10301
10468
  * 注文サービス
10302
- * TODO constructorにseller.idを追加
10303
10469
  */
10304
10470
  var Order = /** @class */ (function (_super) {
10305
10471
  __extends(Order, _super);
@@ -10316,7 +10482,6 @@ var service;
10316
10482
  })(payment = service.payment || (service.payment = {}));
10317
10483
  /**
10318
10484
  * 決済サービス
10319
- * TODO constructorにseller.idを追加
10320
10485
  */
10321
10486
  var Payment = /** @class */ (function (_super) {
10322
10487
  __extends(Payment, _super);
@@ -10354,7 +10519,6 @@ var service;
10354
10519
  })(person = service.person || (service.person = {}));
10355
10520
  /**
10356
10521
  * 施設サービス
10357
- * TODO constructorにseller.idを追加
10358
10522
  */
10359
10523
  var Place = /** @class */ (function (_super) {
10360
10524
  __extends(Place, _super);
@@ -10366,7 +10530,6 @@ var service;
10366
10530
  service.Place = Place;
10367
10531
  /**
10368
10532
  * プロダクトサービス
10369
- * TODO constructorにseller.idを追加
10370
10533
  */
10371
10534
  var Product = /** @class */ (function (_super) {
10372
10535
  __extends(Product, _super);
@@ -10394,7 +10557,6 @@ var service;
10394
10557
  })(reservation = service.reservation || (service.reservation = {}));
10395
10558
  /**
10396
10559
  * 予約サービス
10397
- * TODO constructorにseller.idを追加
10398
10560
  */
10399
10561
  var Reservation = /** @class */ (function (_super) {
10400
10562
  __extends(Reservation, _super);
@@ -10417,7 +10579,6 @@ var service;
10417
10579
  service.Seller = Seller;
10418
10580
  /**
10419
10581
  * 許可証サービス
10420
- * TODO constructorにseller.idを追加
10421
10582
  */
10422
10583
  var Permit = /** @class */ (function (_super) {
10423
10584
  __extends(Permit, _super);
@@ -10429,7 +10590,6 @@ var service;
10429
10590
  service.Permit = Permit;
10430
10591
  /**
10431
10592
  * トークンサービス
10432
- * TODO constructorにseller.idを追加
10433
10593
  */
10434
10594
  var Token = /** @class */ (function (_super) {
10435
10595
  __extends(Token, _super);
@@ -10451,7 +10611,6 @@ var service;
10451
10611
  })(placeOrder = transaction.placeOrder || (transaction.placeOrder = {}));
10452
10612
  /**
10453
10613
  * 通貨転送取引サービス
10454
- * TODO constructorにseller.idを追加
10455
10614
  */
10456
10615
  var MoneyTransfer = /** @class */ (function (_super) {
10457
10616
  __extends(MoneyTransfer, _super);
@@ -10463,7 +10622,6 @@ var service;
10463
10622
  transaction.MoneyTransfer = MoneyTransfer;
10464
10623
  /**
10465
10624
  * 注文取引サービス
10466
- * TODO constructorにseller.idを追加
10467
10625
  */
10468
10626
  var PlaceOrder = /** @class */ (function (_super) {
10469
10627
  __extends(PlaceOrder, _super);
@@ -10475,7 +10633,6 @@ var service;
10475
10633
  transaction.PlaceOrder = PlaceOrder;
10476
10634
  /**
10477
10635
  * sskts専用注文取引サービス
10478
- * TODO constructorにseller.idを追加
10479
10636
  */
10480
10637
  var PlaceOrder4sskts = /** @class */ (function (_super) {
10481
10638
  __extends(PlaceOrder4sskts, _super);
@@ -10487,7 +10644,6 @@ var service;
10487
10644
  transaction.PlaceOrder4sskts = PlaceOrder4sskts;
10488
10645
  /**
10489
10646
  * 返品取引サービス
10490
- * TODO constructorにseller.idを追加
10491
10647
  */
10492
10648
  var ReturnOrder = /** @class */ (function (_super) {
10493
10649
  __extends(ReturnOrder, _super);
@@ -10505,7 +10661,7 @@ var service;
10505
10661
  service.txn = transaction;
10506
10662
  })(service = exports.service || (exports.service = {}));
10507
10663
 
10508
- },{"./auth/authClient":3,"./chevre":4,"./chevre/payment/factory":38,"./chevre/transaction/placeOrder/factory":54,"./factory":58,"./pecorino":60,"./service":63,"./service/account":64,"./service/categoryCode":65,"./service/comment":66,"./service/creativeWork":67,"./service/customer":68,"./service/delivery":69,"./service/emailMessage":70,"./service/event":71,"./service/offer":72,"./service/order":73,"./service/order/factory":74,"./service/payment":75,"./service/permit":76,"./service/person":77,"./service/person/ownershipInfo":78,"./service/place":79,"./service/product":80,"./service/project":81,"./service/reservation":82,"./service/reservation/factory":83,"./service/seller":84,"./service/token":85,"./service/transaction/moneyTransfer":86,"./service/transaction/placeOrder":87,"./service/transaction/placeOrder4sskts":88,"./service/transaction/returnOrder":89,"./transporters":90}],60:[function(require,module,exports){
10664
+ },{"./auth/authClient":3,"./chevre":4,"./chevre/payment/factory":38,"./chevre/transaction/placeOrder/factory":55,"./factory":59,"./pecorino":61,"./service":64,"./service/account":65,"./service/categoryCode":66,"./service/comment":67,"./service/creativeWork":68,"./service/customer":69,"./service/delivery":70,"./service/emailMessage":71,"./service/event":72,"./service/offer":73,"./service/order":74,"./service/order/factory":75,"./service/payment":76,"./service/permit":77,"./service/person":78,"./service/person/ownershipInfo":79,"./service/place":80,"./service/product":81,"./service/project":82,"./service/reservation":83,"./service/reservation/factory":84,"./service/seller":85,"./service/token":86,"./service/transaction/moneyTransfer":87,"./service/transaction/placeOrder":88,"./service/transaction/placeOrder4sskts":89,"./service/transaction/returnOrder":90,"./transporters":91}],61:[function(require,module,exports){
10509
10665
  "use strict";
10510
10666
  var __extends = (this && this.__extends) || (function () {
10511
10667
  var extendStatics = function (d, b) {
@@ -10558,7 +10714,7 @@ var service;
10558
10714
  service.AccountTransaction = AccountTransaction;
10559
10715
  })(service = exports.service || (exports.service = {}));
10560
10716
 
10561
- },{"./factory":58,"./pecorino/accountTransaction":61,"./pecorino/permit":62}],61:[function(require,module,exports){
10717
+ },{"./factory":59,"./pecorino/accountTransaction":62,"./pecorino/permit":63}],62:[function(require,module,exports){
10562
10718
  "use strict";
10563
10719
  var __extends = (this && this.__extends) || (function () {
10564
10720
  var extendStatics = function (d, b) {
@@ -10729,7 +10885,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
10729
10885
  }(service_1.Service));
10730
10886
  exports.AccountTransactionService = AccountTransactionService;
10731
10887
 
10732
- },{"../service":63,"http-status":291}],62:[function(require,module,exports){
10888
+ },{"../service":64,"http-status":292}],63:[function(require,module,exports){
10733
10889
  "use strict";
10734
10890
  var __extends = (this && this.__extends) || (function () {
10735
10891
  var extendStatics = function (d, b) {
@@ -10849,7 +11005,7 @@ var PermitService = /** @class */ (function (_super) {
10849
11005
  }(service_1.Service));
10850
11006
  exports.PermitService = PermitService;
10851
11007
 
10852
- },{"../service":63,"http-status":291}],63:[function(require,module,exports){
11008
+ },{"../service":64,"http-status":292}],64:[function(require,module,exports){
10853
11009
  "use strict";
10854
11010
  var __assign = (this && this.__assign) || function () {
10855
11011
  __assign = Object.assign || function(t) {
@@ -10962,7 +11118,7 @@ var Service = /** @class */ (function () {
10962
11118
  }());
10963
11119
  exports.Service = Service;
10964
11120
 
10965
- },{"./transporters":90,"qs":298}],64:[function(require,module,exports){
11121
+ },{"./transporters":91,"qs":299}],65:[function(require,module,exports){
10966
11122
  "use strict";
10967
11123
  var __extends = (this && this.__extends) || (function () {
10968
11124
  var extendStatics = function (d, b) {
@@ -11071,7 +11227,7 @@ var AccountService = /** @class */ (function (_super) {
11071
11227
  }(service_1.Service));
11072
11228
  exports.AccountService = AccountService;
11073
11229
 
11074
- },{"../service":63,"http-status":291}],65:[function(require,module,exports){
11230
+ },{"../service":64,"http-status":292}],66:[function(require,module,exports){
11075
11231
  "use strict";
11076
11232
  var __extends = (this && this.__extends) || (function () {
11077
11233
  var extendStatics = function (d, b) {
@@ -11168,9 +11324,9 @@ var CategoryCodeService = /** @class */ (function (_super) {
11168
11324
  }(service_1.Service));
11169
11325
  exports.CategoryCodeService = CategoryCodeService;
11170
11326
 
11171
- },{"../service":63,"http-status":291}],66:[function(require,module,exports){
11327
+ },{"../service":64,"http-status":292}],67:[function(require,module,exports){
11172
11328
  arguments[4][22][0].apply(exports,arguments)
11173
- },{"../service":63,"dup":22,"http-status":291}],67:[function(require,module,exports){
11329
+ },{"../service":64,"dup":22,"http-status":292}],68:[function(require,module,exports){
11174
11330
  "use strict";
11175
11331
  var __extends = (this && this.__extends) || (function () {
11176
11332
  var extendStatics = function (d, b) {
@@ -11267,7 +11423,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
11267
11423
  }(service_1.Service));
11268
11424
  exports.CreativeWorkService = CreativeWorkService;
11269
11425
 
11270
- },{"../service":63,"http-status":291}],68:[function(require,module,exports){
11426
+ },{"../service":64,"http-status":292}],69:[function(require,module,exports){
11271
11427
  "use strict";
11272
11428
  var __extends = (this && this.__extends) || (function () {
11273
11429
  var extendStatics = function (d, b) {
@@ -11382,7 +11538,7 @@ var CustomerService = /** @class */ (function (_super) {
11382
11538
  }(service_1.Service));
11383
11539
  exports.CustomerService = CustomerService;
11384
11540
 
11385
- },{"../service":63,"http-status":291}],69:[function(require,module,exports){
11541
+ },{"../service":64,"http-status":292}],70:[function(require,module,exports){
11386
11542
  "use strict";
11387
11543
  var __extends = (this && this.__extends) || (function () {
11388
11544
  var extendStatics = function (d, b) {
@@ -11474,7 +11630,7 @@ var DeliveryService = /** @class */ (function (_super) {
11474
11630
  }(service_1.Service));
11475
11631
  exports.DeliveryService = DeliveryService;
11476
11632
 
11477
- },{"../service":63,"http-status":291}],70:[function(require,module,exports){
11633
+ },{"../service":64,"http-status":292}],71:[function(require,module,exports){
11478
11634
  "use strict";
11479
11635
  var __extends = (this && this.__extends) || (function () {
11480
11636
  var extendStatics = function (d, b) {
@@ -11571,7 +11727,7 @@ var EmailMessageService = /** @class */ (function (_super) {
11571
11727
  }(service_1.Service));
11572
11728
  exports.EmailMessageService = EmailMessageService;
11573
11729
 
11574
- },{"../service":63,"http-status":291}],71:[function(require,module,exports){
11730
+ },{"../service":64,"http-status":292}],72:[function(require,module,exports){
11575
11731
  "use strict";
11576
11732
  var __extends = (this && this.__extends) || (function () {
11577
11733
  var extendStatics = function (d, b) {
@@ -11793,7 +11949,7 @@ var EventService = /** @class */ (function (_super) {
11793
11949
  }(service_1.Service));
11794
11950
  exports.EventService = EventService;
11795
11951
 
11796
- },{"../service":63,"http-status":291}],72:[function(require,module,exports){
11952
+ },{"../service":64,"http-status":292}],73:[function(require,module,exports){
11797
11953
  "use strict";
11798
11954
  var __extends = (this && this.__extends) || (function () {
11799
11955
  var extendStatics = function (d, b) {
@@ -11950,7 +12106,7 @@ var OfferService = /** @class */ (function (_super) {
11950
12106
  }(service_1.Service));
11951
12107
  exports.OfferService = OfferService;
11952
12108
 
11953
- },{"../service":63,"http-status":291}],73:[function(require,module,exports){
12109
+ },{"../service":64,"http-status":292}],74:[function(require,module,exports){
11954
12110
  "use strict";
11955
12111
  var __extends = (this && this.__extends) || (function () {
11956
12112
  var extendStatics = function (d, b) {
@@ -12260,7 +12416,7 @@ var OrderService = /** @class */ (function (_super) {
12260
12416
  }(service_1.Service));
12261
12417
  exports.OrderService = OrderService;
12262
12418
 
12263
- },{"../service":63,"http-status":291}],74:[function(require,module,exports){
12419
+ },{"../service":64,"http-status":292}],75:[function(require,module,exports){
12264
12420
  "use strict";
12265
12421
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12266
12422
  if (k2 === undefined) k2 = k;
@@ -12275,7 +12431,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
12275
12431
  Object.defineProperty(exports, "__esModule", { value: true });
12276
12432
  __exportStar(require("../../chevre/order/factory"), exports);
12277
12433
 
12278
- },{"../../chevre/order/factory":35}],75:[function(require,module,exports){
12434
+ },{"../../chevre/order/factory":35}],76:[function(require,module,exports){
12279
12435
  "use strict";
12280
12436
  var __extends = (this && this.__extends) || (function () {
12281
12437
  var extendStatics = function (d, b) {
@@ -12538,7 +12694,7 @@ var PaymentService = /** @class */ (function (_super) {
12538
12694
  }(service_1.Service));
12539
12695
  exports.PaymentService = PaymentService;
12540
12696
 
12541
- },{"../factory":58,"../service":63,"http-status":291}],76:[function(require,module,exports){
12697
+ },{"../factory":59,"../service":64,"http-status":292}],77:[function(require,module,exports){
12542
12698
  "use strict";
12543
12699
  var __extends = (this && this.__extends) || (function () {
12544
12700
  var extendStatics = function (d, b) {
@@ -12664,9 +12820,9 @@ var PermitService = /** @class */ (function (_super) {
12664
12820
  }(service_1.Service));
12665
12821
  exports.PermitService = PermitService;
12666
12822
 
12667
- },{"../service":63,"http-status":291}],77:[function(require,module,exports){
12668
- arguments[4][40][0].apply(exports,arguments)
12669
- },{"../service":63,"dup":40,"http-status":291}],78:[function(require,module,exports){
12823
+ },{"../service":64,"http-status":292}],78:[function(require,module,exports){
12824
+ arguments[4][41][0].apply(exports,arguments)
12825
+ },{"../service":64,"dup":41,"http-status":292}],79:[function(require,module,exports){
12670
12826
  "use strict";
12671
12827
  var __extends = (this && this.__extends) || (function () {
12672
12828
  var extendStatics = function (d, b) {
@@ -13031,7 +13187,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
13031
13187
  }(service_1.Service));
13032
13188
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
13033
13189
 
13034
- },{"../../factory":58,"../../service":63,"http-status":291}],79:[function(require,module,exports){
13190
+ },{"../../factory":59,"../../service":64,"http-status":292}],80:[function(require,module,exports){
13035
13191
  "use strict";
13036
13192
  var __extends = (this && this.__extends) || (function () {
13037
13193
  var extendStatics = function (d, b) {
@@ -13213,7 +13369,7 @@ var PlaceService = /** @class */ (function (_super) {
13213
13369
  }(service_1.Service));
13214
13370
  exports.PlaceService = PlaceService;
13215
13371
 
13216
- },{"../factory":58,"../service":63,"http-status":291}],80:[function(require,module,exports){
13372
+ },{"../factory":59,"../service":64,"http-status":292}],81:[function(require,module,exports){
13217
13373
  "use strict";
13218
13374
  var __extends = (this && this.__extends) || (function () {
13219
13375
  var extendStatics = function (d, b) {
@@ -13329,7 +13485,7 @@ var ProductService = /** @class */ (function (_super) {
13329
13485
  }(service_1.Service));
13330
13486
  exports.ProductService = ProductService;
13331
13487
 
13332
- },{"../service":63,"http-status":291}],81:[function(require,module,exports){
13488
+ },{"../service":64,"http-status":292}],82:[function(require,module,exports){
13333
13489
  "use strict";
13334
13490
  var __extends = (this && this.__extends) || (function () {
13335
13491
  var extendStatics = function (d, b) {
@@ -13487,7 +13643,7 @@ var ProjectService = /** @class */ (function (_super) {
13487
13643
  }(service_1.Service));
13488
13644
  exports.ProjectService = ProjectService;
13489
13645
 
13490
- },{"../service":63,"http-status":291}],82:[function(require,module,exports){
13646
+ },{"../service":64,"http-status":292}],83:[function(require,module,exports){
13491
13647
  "use strict";
13492
13648
  var __extends = (this && this.__extends) || (function () {
13493
13649
  var extendStatics = function (d, b) {
@@ -13653,7 +13809,7 @@ var ReservationService = /** @class */ (function (_super) {
13653
13809
  }(service_1.Service));
13654
13810
  exports.ReservationService = ReservationService;
13655
13811
 
13656
- },{"../service":63,"http-status":291}],83:[function(require,module,exports){
13812
+ },{"../service":64,"http-status":292}],84:[function(require,module,exports){
13657
13813
  "use strict";
13658
13814
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13659
13815
  if (k2 === undefined) k2 = k;
@@ -13668,7 +13824,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
13668
13824
  Object.defineProperty(exports, "__esModule", { value: true });
13669
13825
  __exportStar(require("../../chevre/reservation/factory"), exports);
13670
13826
 
13671
- },{"../../chevre/reservation/factory":47}],84:[function(require,module,exports){
13827
+ },{"../../chevre/reservation/factory":48}],85:[function(require,module,exports){
13672
13828
  "use strict";
13673
13829
  var __extends = (this && this.__extends) || (function () {
13674
13830
  var extendStatics = function (d, b) {
@@ -13839,9 +13995,9 @@ var SellerService = /** @class */ (function (_super) {
13839
13995
  }(service_1.Service));
13840
13996
  exports.SellerService = SellerService;
13841
13997
 
13842
- },{"../service":63,"http-status":291}],85:[function(require,module,exports){
13843
- arguments[4][50][0].apply(exports,arguments)
13844
- },{"../service":63,"dup":50,"http-status":291}],86:[function(require,module,exports){
13998
+ },{"../service":64,"http-status":292}],86:[function(require,module,exports){
13999
+ arguments[4][51][0].apply(exports,arguments)
14000
+ },{"../service":64,"dup":51,"http-status":292}],87:[function(require,module,exports){
13845
14001
  "use strict";
13846
14002
  var __extends = (this && this.__extends) || (function () {
13847
14003
  var extendStatics = function (d, b) {
@@ -13991,7 +14147,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
13991
14147
  }(service_1.Service));
13992
14148
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
13993
14149
 
13994
- },{"../../factory":58,"../../service":63,"http-status":291}],87:[function(require,module,exports){
14150
+ },{"../../factory":59,"../../service":64,"http-status":292}],88:[function(require,module,exports){
13995
14151
  "use strict";
13996
14152
  var __extends = (this && this.__extends) || (function () {
13997
14153
  var extendStatics = function (d, b) {
@@ -14249,7 +14405,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
14249
14405
  }(service_1.Service));
14250
14406
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
14251
14407
 
14252
- },{"../../factory":58,"../../service":63,"http-status":291}],88:[function(require,module,exports){
14408
+ },{"../../factory":59,"../../service":64,"http-status":292}],89:[function(require,module,exports){
14253
14409
  "use strict";
14254
14410
  var __extends = (this && this.__extends) || (function () {
14255
14411
  var extendStatics = function (d, b) {
@@ -14396,7 +14552,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
14396
14552
  }(placeOrder_1.PlaceOrderTransactionService));
14397
14553
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
14398
14554
 
14399
- },{"./placeOrder":87,"http-status":291}],89:[function(require,module,exports){
14555
+ },{"./placeOrder":88,"http-status":292}],90:[function(require,module,exports){
14400
14556
  "use strict";
14401
14557
  var __extends = (this && this.__extends) || (function () {
14402
14558
  var extendStatics = function (d, b) {
@@ -14527,7 +14683,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
14527
14683
  }(service_1.Service));
14528
14684
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
14529
14685
 
14530
- },{"../../factory":58,"../../service":63,"http-status":291}],90:[function(require,module,exports){
14686
+ },{"../../factory":59,"../../service":64,"http-status":292}],91:[function(require,module,exports){
14531
14687
  "use strict";
14532
14688
  var __extends = (this && this.__extends) || (function () {
14533
14689
  var extendStatics = function (d, b) {
@@ -14724,7 +14880,7 @@ var StubTransporter = /** @class */ (function () {
14724
14880
  }());
14725
14881
  exports.StubTransporter = StubTransporter;
14726
14882
 
14727
- },{"debug":283,"isomorphic-fetch":294}],91:[function(require,module,exports){
14883
+ },{"debug":284,"isomorphic-fetch":295}],92:[function(require,module,exports){
14728
14884
  "use strict";
14729
14885
  // tslint:disable-next-line:no-single-line-block-comment
14730
14886
  /* istanbul ignore file */
@@ -15081,7 +15237,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
15081
15237
  }(oAuth2client_1.default));
15082
15238
  exports.ImplicitGrantClient = ImplicitGrantClient;
15083
15239
 
15084
- },{"./implicitGrantClient/error":92,"./implicitGrantClient/popupAuthenticationHandler":94,"./implicitGrantClient/silentAuthenticationHandler":96,"./implicitGrantClient/silentLogoutHandler":97,"./oAuth2client":99,"debug":283,"idtoken-verifier":292,"qs":298}],92:[function(require,module,exports){
15240
+ },{"./implicitGrantClient/error":93,"./implicitGrantClient/popupAuthenticationHandler":95,"./implicitGrantClient/silentAuthenticationHandler":97,"./implicitGrantClient/silentLogoutHandler":98,"./oAuth2client":100,"debug":284,"idtoken-verifier":293,"qs":299}],93:[function(require,module,exports){
15085
15241
  "use strict";
15086
15242
  // tslint:disable-next-line:no-single-line-block-comment
15087
15243
  /* istanbul ignore file */
@@ -15114,7 +15270,7 @@ var AuthorizeError = /** @class */ (function (_super) {
15114
15270
  }(Error));
15115
15271
  exports.AuthorizeError = AuthorizeError;
15116
15272
 
15117
- },{}],93:[function(require,module,exports){
15273
+ },{}],94:[function(require,module,exports){
15118
15274
  "use strict";
15119
15275
  // tslint:disable-next-line:no-single-line-block-comment
15120
15276
  /* istanbul ignore file */
@@ -15200,7 +15356,7 @@ var IframeHandler = /** @class */ (function () {
15200
15356
  }());
15201
15357
  exports.default = IframeHandler;
15202
15358
 
15203
- },{"debug":283}],94:[function(require,module,exports){
15359
+ },{"debug":284}],95:[function(require,module,exports){
15204
15360
  "use strict";
15205
15361
  // tslint:disable-next-line:no-single-line-block-comment
15206
15362
  /* istanbul ignore file */
@@ -15310,7 +15466,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
15310
15466
  }());
15311
15467
  exports.default = PopupAuthenticationHandler;
15312
15468
 
15313
- },{"./error":92,"./popupHandler":95}],95:[function(require,module,exports){
15469
+ },{"./error":93,"./popupHandler":96}],96:[function(require,module,exports){
15314
15470
  "use strict";
15315
15471
  // tslint:disable-next-line:no-single-line-block-comment
15316
15472
  /* istanbul ignore file */
@@ -15396,7 +15552,7 @@ var PopupHandler = /** @class */ (function () {
15396
15552
  }());
15397
15553
  exports.default = PopupHandler;
15398
15554
 
15399
- },{"debug":283}],96:[function(require,module,exports){
15555
+ },{"debug":284}],97:[function(require,module,exports){
15400
15556
  "use strict";
15401
15557
  // tslint:disable-next-line:no-single-line-block-comment
15402
15558
  /* istanbul ignore file */
@@ -15506,7 +15662,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
15506
15662
  }());
15507
15663
  exports.default = SilentAuthenticationHandler;
15508
15664
 
15509
- },{"./error":92,"./iframeHandler":93}],97:[function(require,module,exports){
15665
+ },{"./error":93,"./iframeHandler":94}],98:[function(require,module,exports){
15510
15666
  "use strict";
15511
15667
  // tslint:disable-next-line:no-single-line-block-comment
15512
15668
  /* istanbul ignore file */
@@ -15616,7 +15772,7 @@ var SilentLogoutHandler = /** @class */ (function () {
15616
15772
  }());
15617
15773
  exports.default = SilentLogoutHandler;
15618
15774
 
15619
- },{"./error":92,"./iframeHandler":93}],98:[function(require,module,exports){
15775
+ },{"./error":93,"./iframeHandler":94}],99:[function(require,module,exports){
15620
15776
  "use strict";
15621
15777
  Object.defineProperty(exports, "__esModule", { value: true });
15622
15778
  exports.LoginTicket = void 0;
@@ -15645,7 +15801,7 @@ var LoginTicket = /** @class */ (function () {
15645
15801
  }());
15646
15802
  exports.LoginTicket = LoginTicket;
15647
15803
 
15648
- },{}],99:[function(require,module,exports){
15804
+ },{}],100:[function(require,module,exports){
15649
15805
  (function (Buffer){
15650
15806
  "use strict";
15651
15807
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -16153,7 +16309,7 @@ var OAuth2client = /** @class */ (function () {
16153
16309
  exports.default = OAuth2client;
16154
16310
 
16155
16311
  }).call(this,require("buffer").Buffer)
16156
- },{"../abstract":2,"./loginTicket":98,"buffer":279,"crypto":278,"debug":283,"http-status":291,"isomorphic-fetch":294,"querystring":304}],100:[function(require,module,exports){
16312
+ },{"../abstract":2,"./loginTicket":99,"buffer":280,"crypto":279,"debug":284,"http-status":292,"isomorphic-fetch":295,"querystring":305}],101:[function(require,module,exports){
16157
16313
  "use strict";
16158
16314
  Object.defineProperty(exports, "__esModule", { value: true });
16159
16315
  exports.createAuthInstance = exports.transporters = exports.service = exports.factory = void 0;
@@ -16178,7 +16334,7 @@ function createAuthInstance(options) {
16178
16334
  }
16179
16335
  exports.createAuthInstance = createAuthInstance;
16180
16336
 
16181
- },{"./abstract":2,"./auth/implicitGrantClient":91}],101:[function(require,module,exports){
16337
+ },{"./abstract":2,"./auth/implicitGrantClient":92}],102:[function(require,module,exports){
16182
16338
  "use strict";
16183
16339
  Object.defineProperty(exports, "__esModule", { value: true });
16184
16340
  exports.transactionType = exports.transaction = exports.action = void 0;
@@ -16212,9 +16368,9 @@ var transaction;
16212
16368
  })(transaction = exports.transaction || (exports.transaction = {}));
16213
16369
  exports.transactionType = transactionType_1.AccountTransactionType;
16214
16370
 
16215
- },{"./account/action/moneyTransfer":104,"./account/transaction/deposit":106,"./account/transaction/transfer":107,"./account/transaction/withdraw":108,"./account/transactionType":105}],102:[function(require,module,exports){
16371
+ },{"./account/action/moneyTransfer":105,"./account/transaction/deposit":107,"./account/transaction/transfer":108,"./account/transaction/withdraw":109,"./account/transactionType":106}],103:[function(require,module,exports){
16216
16372
  arguments[4][35][0].apply(exports,arguments)
16217
- },{"dup":35}],103:[function(require,module,exports){
16373
+ },{"dup":35}],104:[function(require,module,exports){
16218
16374
  "use strict";
16219
16375
  Object.defineProperty(exports, "__esModule", { value: true });
16220
16376
  exports.AccountType = void 0;
@@ -16235,9 +16391,9 @@ var AccountType;
16235
16391
  AccountType["Transactional"] = "Transactional";
16236
16392
  })(AccountType = exports.AccountType || (exports.AccountType = {}));
16237
16393
 
16238
- },{}],104:[function(require,module,exports){
16394
+ },{}],105:[function(require,module,exports){
16239
16395
  arguments[4][35][0].apply(exports,arguments)
16240
- },{"dup":35}],105:[function(require,module,exports){
16396
+ },{"dup":35}],106:[function(require,module,exports){
16241
16397
  "use strict";
16242
16398
  Object.defineProperty(exports, "__esModule", { value: true });
16243
16399
  exports.AccountTransactionType = void 0;
@@ -16260,13 +16416,13 @@ var AccountTransactionType;
16260
16416
  AccountTransactionType["Transfer"] = "Transfer";
16261
16417
  })(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
16262
16418
 
16263
- },{}],106:[function(require,module,exports){
16264
- arguments[4][35][0].apply(exports,arguments)
16265
- },{"dup":35}],107:[function(require,module,exports){
16419
+ },{}],107:[function(require,module,exports){
16266
16420
  arguments[4][35][0].apply(exports,arguments)
16267
16421
  },{"dup":35}],108:[function(require,module,exports){
16268
16422
  arguments[4][35][0].apply(exports,arguments)
16269
16423
  },{"dup":35}],109:[function(require,module,exports){
16424
+ arguments[4][35][0].apply(exports,arguments)
16425
+ },{"dup":35}],110:[function(require,module,exports){
16270
16426
  "use strict";
16271
16427
  Object.defineProperty(exports, "__esModule", { value: true });
16272
16428
  exports.ActionStatusType = void 0;
@@ -16282,7 +16438,7 @@ var ActionStatusType;
16282
16438
  ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
16283
16439
  })(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
16284
16440
 
16285
- },{}],110:[function(require,module,exports){
16441
+ },{}],111:[function(require,module,exports){
16286
16442
  "use strict";
16287
16443
  Object.defineProperty(exports, "__esModule", { value: true });
16288
16444
  exports.ActionType = void 0;
@@ -16314,7 +16470,7 @@ var ActionType;
16314
16470
  ActionType["UseAction"] = "UseAction";
16315
16471
  })(ActionType = exports.ActionType || (exports.ActionType = {}));
16316
16472
 
16317
- },{}],111:[function(require,module,exports){
16473
+ },{}],112:[function(require,module,exports){
16318
16474
  "use strict";
16319
16475
  Object.defineProperty(exports, "__esModule", { value: true });
16320
16476
  exports.ObjectType = void 0;
@@ -16323,11 +16479,11 @@ var ObjectType;
16323
16479
  ObjectType["PointAward"] = "PointAward";
16324
16480
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
16325
16481
 
16326
- },{}],112:[function(require,module,exports){
16327
- arguments[4][35][0].apply(exports,arguments)
16328
- },{"dup":35}],113:[function(require,module,exports){
16482
+ },{}],113:[function(require,module,exports){
16329
16483
  arguments[4][35][0].apply(exports,arguments)
16330
16484
  },{"dup":35}],114:[function(require,module,exports){
16485
+ arguments[4][35][0].apply(exports,arguments)
16486
+ },{"dup":35}],115:[function(require,module,exports){
16331
16487
  "use strict";
16332
16488
  Object.defineProperty(exports, "__esModule", { value: true });
16333
16489
  exports.ObjectType = void 0;
@@ -16336,7 +16492,7 @@ var ObjectType;
16336
16492
  ObjectType["SeatReservation"] = "SeatReservation";
16337
16493
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
16338
16494
 
16339
- },{}],115:[function(require,module,exports){
16495
+ },{}],116:[function(require,module,exports){
16340
16496
  "use strict";
16341
16497
  Object.defineProperty(exports, "__esModule", { value: true });
16342
16498
  exports.ServiceIdentifier = exports.ResultType = void 0;
@@ -16350,11 +16506,11 @@ var ServiceIdentifier;
16350
16506
  ServiceIdentifier["Chevre"] = "Chevre";
16351
16507
  })(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
16352
16508
 
16353
- },{}],116:[function(require,module,exports){
16354
- arguments[4][35][0].apply(exports,arguments)
16355
- },{"dup":35}],117:[function(require,module,exports){
16509
+ },{}],117:[function(require,module,exports){
16356
16510
  arguments[4][35][0].apply(exports,arguments)
16357
16511
  },{"dup":35}],118:[function(require,module,exports){
16512
+ arguments[4][35][0].apply(exports,arguments)
16513
+ },{"dup":35}],119:[function(require,module,exports){
16358
16514
  "use strict";
16359
16515
  Object.defineProperty(exports, "__esModule", { value: true });
16360
16516
  exports.ObjectType = void 0;
@@ -16363,9 +16519,7 @@ var ObjectType;
16363
16519
  ObjectType["Ticket"] = "Ticket";
16364
16520
  })(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
16365
16521
 
16366
- },{}],119:[function(require,module,exports){
16367
- arguments[4][35][0].apply(exports,arguments)
16368
- },{"dup":35}],120:[function(require,module,exports){
16522
+ },{}],120:[function(require,module,exports){
16369
16523
  arguments[4][35][0].apply(exports,arguments)
16370
16524
  },{"dup":35}],121:[function(require,module,exports){
16371
16525
  arguments[4][35][0].apply(exports,arguments)
@@ -16386,15 +16540,15 @@ arguments[4][35][0].apply(exports,arguments)
16386
16540
  },{"dup":35}],129:[function(require,module,exports){
16387
16541
  arguments[4][35][0].apply(exports,arguments)
16388
16542
  },{"dup":35}],130:[function(require,module,exports){
16543
+ arguments[4][35][0].apply(exports,arguments)
16544
+ },{"dup":35}],131:[function(require,module,exports){
16389
16545
  "use strict";
16390
16546
  Object.defineProperty(exports, "__esModule", { value: true });
16391
16547
  exports.ObjectType = void 0;
16392
16548
  var point_1 = require("../../authorize/award/point");
16393
16549
  exports.ObjectType = point_1.ObjectType;
16394
16550
 
16395
- },{"../../authorize/award/point":111}],131:[function(require,module,exports){
16396
- arguments[4][35][0].apply(exports,arguments)
16397
- },{"dup":35}],132:[function(require,module,exports){
16551
+ },{"../../authorize/award/point":112}],132:[function(require,module,exports){
16398
16552
  arguments[4][35][0].apply(exports,arguments)
16399
16553
  },{"dup":35}],133:[function(require,module,exports){
16400
16554
  arguments[4][35][0].apply(exports,arguments)
@@ -16413,6 +16567,8 @@ arguments[4][35][0].apply(exports,arguments)
16413
16567
  },{"dup":35}],140:[function(require,module,exports){
16414
16568
  arguments[4][35][0].apply(exports,arguments)
16415
16569
  },{"dup":35}],141:[function(require,module,exports){
16570
+ arguments[4][35][0].apply(exports,arguments)
16571
+ },{"dup":35}],142:[function(require,module,exports){
16416
16572
  "use strict";
16417
16573
  Object.defineProperty(exports, "__esModule", { value: true });
16418
16574
  exports.AssetTransactionType = void 0;
@@ -16449,9 +16605,7 @@ var AssetTransactionType;
16449
16605
  AssetTransactionType["RegisterService"] = "RegisterService";
16450
16606
  })(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
16451
16607
 
16452
- },{}],142:[function(require,module,exports){
16453
- arguments[4][35][0].apply(exports,arguments)
16454
- },{"dup":35}],143:[function(require,module,exports){
16608
+ },{}],143:[function(require,module,exports){
16455
16609
  arguments[4][35][0].apply(exports,arguments)
16456
16610
  },{"dup":35}],144:[function(require,module,exports){
16457
16611
  arguments[4][35][0].apply(exports,arguments)
@@ -16464,6 +16618,8 @@ arguments[4][35][0].apply(exports,arguments)
16464
16618
  },{"dup":35}],148:[function(require,module,exports){
16465
16619
  arguments[4][35][0].apply(exports,arguments)
16466
16620
  },{"dup":35}],149:[function(require,module,exports){
16621
+ arguments[4][35][0].apply(exports,arguments)
16622
+ },{"dup":35}],150:[function(require,module,exports){
16467
16623
  "use strict";
16468
16624
  Object.defineProperty(exports, "__esModule", { value: true });
16469
16625
  exports.CategorySetIdentifier = void 0;
@@ -16515,7 +16671,7 @@ var CategorySetIdentifier;
16515
16671
  CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
16516
16672
  })(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
16517
16673
 
16518
- },{}],150:[function(require,module,exports){
16674
+ },{}],151:[function(require,module,exports){
16519
16675
  "use strict";
16520
16676
  /**
16521
16677
  * アプリケーションクライアントユーザーファクトリー
@@ -16523,9 +16679,9 @@ var CategorySetIdentifier;
16523
16679
  */
16524
16680
  Object.defineProperty(exports, "__esModule", { value: true });
16525
16681
 
16526
- },{}],151:[function(require,module,exports){
16682
+ },{}],152:[function(require,module,exports){
16527
16683
  arguments[4][35][0].apply(exports,arguments)
16528
- },{"dup":35}],152:[function(require,module,exports){
16684
+ },{"dup":35}],153:[function(require,module,exports){
16529
16685
  "use strict";
16530
16686
  Object.defineProperty(exports, "__esModule", { value: true });
16531
16687
  exports.CreativeWorkType = void 0;
@@ -16540,9 +16696,9 @@ var CreativeWorkType;
16540
16696
  CreativeWorkType["WebApplication"] = "WebApplication";
16541
16697
  })(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
16542
16698
 
16543
- },{}],153:[function(require,module,exports){
16699
+ },{}],154:[function(require,module,exports){
16544
16700
  arguments[4][35][0].apply(exports,arguments)
16545
- },{"dup":35}],154:[function(require,module,exports){
16701
+ },{"dup":35}],155:[function(require,module,exports){
16546
16702
  "use strict";
16547
16703
  Object.defineProperty(exports, "__esModule", { value: true });
16548
16704
  exports.AboutIdentifier = void 0;
@@ -16554,13 +16710,13 @@ var AboutIdentifier;
16554
16710
  AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
16555
16711
  })(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
16556
16712
 
16557
- },{}],155:[function(require,module,exports){
16558
- arguments[4][35][0].apply(exports,arguments)
16559
- },{"dup":35}],156:[function(require,module,exports){
16713
+ },{}],156:[function(require,module,exports){
16560
16714
  arguments[4][35][0].apply(exports,arguments)
16561
16715
  },{"dup":35}],157:[function(require,module,exports){
16562
16716
  arguments[4][35][0].apply(exports,arguments)
16563
16717
  },{"dup":35}],158:[function(require,module,exports){
16718
+ arguments[4][35][0].apply(exports,arguments)
16719
+ },{"dup":35}],159:[function(require,module,exports){
16564
16720
  "use strict";
16565
16721
  Object.defineProperty(exports, "__esModule", { value: true });
16566
16722
  exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
@@ -16603,7 +16759,7 @@ var Video;
16603
16759
  (function (Video) {
16604
16760
  })(Video = exports.Video || (exports.Video = {}));
16605
16761
 
16606
- },{}],159:[function(require,module,exports){
16762
+ },{}],160:[function(require,module,exports){
16607
16763
  "use strict";
16608
16764
  Object.defineProperty(exports, "__esModule", { value: true });
16609
16765
  exports.ErrorCode = void 0;
@@ -16624,7 +16780,7 @@ var ErrorCode;
16624
16780
  ErrorCode["Unauthorized"] = "Unauthorized";
16625
16781
  })(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
16626
16782
 
16627
- },{}],160:[function(require,module,exports){
16783
+ },{}],161:[function(require,module,exports){
16628
16784
  "use strict";
16629
16785
  var __extends = (this && this.__extends) || (function () {
16630
16786
  var extendStatics = function (d, b) {
@@ -16669,7 +16825,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
16669
16825
  }(chevre_1.ChevreError));
16670
16826
  exports.AlreadyInUseError = AlreadyInUseError;
16671
16827
 
16672
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],161:[function(require,module,exports){
16828
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],162:[function(require,module,exports){
16673
16829
  "use strict";
16674
16830
  var __extends = (this && this.__extends) || (function () {
16675
16831
  var extendStatics = function (d, b) {
@@ -16713,7 +16869,7 @@ var ArgumentError = /** @class */ (function (_super) {
16713
16869
  }(chevre_1.ChevreError));
16714
16870
  exports.ArgumentError = ArgumentError;
16715
16871
 
16716
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],162:[function(require,module,exports){
16872
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],163:[function(require,module,exports){
16717
16873
  "use strict";
16718
16874
  var __extends = (this && this.__extends) || (function () {
16719
16875
  var extendStatics = function (d, b) {
@@ -16757,7 +16913,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
16757
16913
  }(chevre_1.ChevreError));
16758
16914
  exports.ArgumentNullError = ArgumentNullError;
16759
16915
 
16760
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],163:[function(require,module,exports){
16916
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],164:[function(require,module,exports){
16761
16917
  "use strict";
16762
16918
  var __extends = (this && this.__extends) || (function () {
16763
16919
  var extendStatics = function (d, b) {
@@ -16796,7 +16952,7 @@ var ChevreError = /** @class */ (function (_super) {
16796
16952
  }(Error));
16797
16953
  exports.ChevreError = ChevreError;
16798
16954
 
16799
- },{"setprototypeof":305}],164:[function(require,module,exports){
16955
+ },{"setprototypeof":306}],165:[function(require,module,exports){
16800
16956
  "use strict";
16801
16957
  var __extends = (this && this.__extends) || (function () {
16802
16958
  var extendStatics = function (d, b) {
@@ -16839,7 +16995,7 @@ var ForbiddenError = /** @class */ (function (_super) {
16839
16995
  }(chevre_1.ChevreError));
16840
16996
  exports.ForbiddenError = ForbiddenError;
16841
16997
 
16842
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],165:[function(require,module,exports){
16998
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],166:[function(require,module,exports){
16843
16999
  "use strict";
16844
17000
  var __extends = (this && this.__extends) || (function () {
16845
17001
  var extendStatics = function (d, b) {
@@ -16882,7 +17038,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
16882
17038
  }(chevre_1.ChevreError));
16883
17039
  exports.GatewayTimeoutError = GatewayTimeoutError;
16884
17040
 
16885
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],166:[function(require,module,exports){
17041
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],167:[function(require,module,exports){
16886
17042
  "use strict";
16887
17043
  var __extends = (this && this.__extends) || (function () {
16888
17044
  var extendStatics = function (d, b) {
@@ -16926,7 +17082,7 @@ var NotFoundError = /** @class */ (function (_super) {
16926
17082
  }(chevre_1.ChevreError));
16927
17083
  exports.NotFoundError = NotFoundError;
16928
17084
 
16929
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],167:[function(require,module,exports){
17085
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],168:[function(require,module,exports){
16930
17086
  "use strict";
16931
17087
  var __extends = (this && this.__extends) || (function () {
16932
17088
  var extendStatics = function (d, b) {
@@ -16969,7 +17125,7 @@ var NotImplementedError = /** @class */ (function (_super) {
16969
17125
  }(chevre_1.ChevreError));
16970
17126
  exports.NotImplementedError = NotImplementedError;
16971
17127
 
16972
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],168:[function(require,module,exports){
17128
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],169:[function(require,module,exports){
16973
17129
  "use strict";
16974
17130
  var __extends = (this && this.__extends) || (function () {
16975
17131
  var extendStatics = function (d, b) {
@@ -17012,7 +17168,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
17012
17168
  }(chevre_1.ChevreError));
17013
17169
  exports.RateLimitExceededError = RateLimitExceededError;
17014
17170
 
17015
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],169:[function(require,module,exports){
17171
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],170:[function(require,module,exports){
17016
17172
  "use strict";
17017
17173
  var __extends = (this && this.__extends) || (function () {
17018
17174
  var extendStatics = function (d, b) {
@@ -17055,7 +17211,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
17055
17211
  }(chevre_1.ChevreError));
17056
17212
  exports.ServiceUnavailableError = ServiceUnavailableError;
17057
17213
 
17058
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],170:[function(require,module,exports){
17214
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],171:[function(require,module,exports){
17059
17215
  "use strict";
17060
17216
  var __extends = (this && this.__extends) || (function () {
17061
17217
  var extendStatics = function (d, b) {
@@ -17098,7 +17254,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
17098
17254
  }(chevre_1.ChevreError));
17099
17255
  exports.UnauthorizedError = UnauthorizedError;
17100
17256
 
17101
- },{"../errorCode":159,"./chevre":163,"setprototypeof":305}],171:[function(require,module,exports){
17257
+ },{"../errorCode":160,"./chevre":164,"setprototypeof":306}],172:[function(require,module,exports){
17102
17258
  "use strict";
17103
17259
  Object.defineProperty(exports, "__esModule", { value: true });
17104
17260
  exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
@@ -17128,7 +17284,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
17128
17284
  var unauthorized_1 = require("./error/unauthorized");
17129
17285
  Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
17130
17286
 
17131
- },{"./error/alreadyInUse":160,"./error/argument":161,"./error/argumentNull":162,"./error/chevre":163,"./error/forbidden":164,"./error/gatewayTimeout":165,"./error/notFound":166,"./error/notImplemented":167,"./error/rateLimitExceeded":168,"./error/serviceUnavailable":169,"./error/unauthorized":170}],172:[function(require,module,exports){
17287
+ },{"./error/alreadyInUse":161,"./error/argument":162,"./error/argumentNull":163,"./error/chevre":164,"./error/forbidden":165,"./error/gatewayTimeout":166,"./error/notFound":167,"./error/notImplemented":168,"./error/rateLimitExceeded":169,"./error/serviceUnavailable":170,"./error/unauthorized":171}],173:[function(require,module,exports){
17132
17288
  "use strict";
17133
17289
  Object.defineProperty(exports, "__esModule", { value: true });
17134
17290
  exports.EventStatusType = void 0;
@@ -17143,7 +17299,7 @@ var EventStatusType;
17143
17299
  EventStatusType["EventScheduled"] = "EventScheduled";
17144
17300
  })(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
17145
17301
 
17146
- },{}],173:[function(require,module,exports){
17302
+ },{}],174:[function(require,module,exports){
17147
17303
  "use strict";
17148
17304
  Object.defineProperty(exports, "__esModule", { value: true });
17149
17305
  exports.EventType = void 0;
@@ -17157,13 +17313,13 @@ var EventType;
17157
17313
  EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
17158
17314
  })(EventType = exports.EventType || (exports.EventType = {}));
17159
17315
 
17160
- },{}],174:[function(require,module,exports){
17161
- arguments[4][35][0].apply(exports,arguments)
17162
- },{"dup":35}],175:[function(require,module,exports){
17316
+ },{}],175:[function(require,module,exports){
17163
17317
  arguments[4][35][0].apply(exports,arguments)
17164
17318
  },{"dup":35}],176:[function(require,module,exports){
17165
17319
  arguments[4][35][0].apply(exports,arguments)
17166
17320
  },{"dup":35}],177:[function(require,module,exports){
17321
+ arguments[4][35][0].apply(exports,arguments)
17322
+ },{"dup":35}],178:[function(require,module,exports){
17167
17323
  "use strict";
17168
17324
  Object.defineProperty(exports, "__esModule", { value: true });
17169
17325
  exports.RoleType = void 0;
@@ -17172,7 +17328,7 @@ var RoleType;
17172
17328
  RoleType["OrganizationRole"] = "OrganizationRole";
17173
17329
  })(RoleType = exports.RoleType || (exports.RoleType = {}));
17174
17330
 
17175
- },{}],178:[function(require,module,exports){
17331
+ },{}],179:[function(require,module,exports){
17176
17332
  "use strict";
17177
17333
  Object.defineProperty(exports, "__esModule", { value: true });
17178
17334
  exports.propertyValue = 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.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
@@ -17604,9 +17760,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
17604
17760
  exports.unitCode = unitCode_1.UnitCode;
17605
17761
  exports.unitPriceOffer = UnitPriceOfferFactory;
17606
17762
 
17607
- },{"./account":101,"./accountTitle":102,"./accountType":103,"./action/authorize/award/point":111,"./action/authorize/offer/moneyTransfer":112,"./action/authorize/offer/product":113,"./action/authorize/offer/seatReservation":114,"./action/authorize/paymentMethod/any":115,"./action/cancel/reservation":116,"./action/check/paymentMethod/movieTicket":117,"./action/check/token":118,"./action/consume/use/reservation":119,"./action/interact/confirm/moneyTransfer":120,"./action/interact/confirm/pay":121,"./action/interact/confirm/registerService":122,"./action/interact/confirm/reservation":123,"./action/interact/inform":124,"./action/interact/register/service":125,"./action/reserve":126,"./action/trade/order":127,"./action/trade/pay":128,"./action/trade/refund":129,"./action/transfer/give/pointAward":130,"./action/transfer/moneyTransfer":131,"./action/transfer/return/moneyTransfer":132,"./action/transfer/return/order":133,"./action/transfer/return/paymentMethod":134,"./action/transfer/return/pointAward":135,"./action/transfer/return/reserveTransaction":136,"./action/transfer/send/message/email":137,"./action/transfer/send/order":138,"./action/update/delete/member":139,"./actionStatusType":109,"./actionType":110,"./additionalProperty":140,"./assetTransaction/cancelReservation":142,"./assetTransaction/moneyTransfer":143,"./assetTransaction/pay":144,"./assetTransaction/refund":145,"./assetTransaction/registerService":146,"./assetTransaction/reserve":147,"./assetTransactionType":141,"./authorization":148,"./categoryCode":149,"./clientUser":150,"./cognito":151,"./creativeWork/comment":153,"./creativeWork/message/email":154,"./creativeWork/movie":155,"./creativeWork/softwareApplication/webApplication":156,"./creativeWorkType":152,"./customer":157,"./encodingFormat":158,"./errorCode":159,"./errors":171,"./event/anyEvent":174,"./event/screeningEvent":175,"./event/screeningEventSeries":176,"./eventStatusType":172,"./eventType":173,"./iam":177,"./invoice":179,"./itemAvailability":180,"./language":181,"./merchantReturnPolicy":182,"./monetaryAmount":183,"./offer":184,"./offerCatalog":185,"./offerItemCondition":186,"./offerType":187,"./order":188,"./orderStatus":189,"./organization":190,"./organizationType":191,"./ownershipInfo":192,"./paymentMethod/paymentCard/creditCard":193,"./paymentMethod/paymentCard/movieTicket":194,"./paymentStatusType":195,"./permit":196,"./person":197,"./personType":198,"./place/busStop":200,"./place/movieTheater":201,"./place/screeningRoom":202,"./place/screeningRoomSection":203,"./place/seat":204,"./placeType":199,"./priceCurrency":205,"./priceSpecification/unitPriceSpecification":207,"./priceSpecificationType":206,"./product":208,"./programMembership":209,"./project":210,"./propertyValue":211,"./propertyValue/locationFeatureSpecification":212,"./qualitativeValue":213,"./quantitativeValue":214,"./report/accountingReport":215,"./reservation/busReservation":218,"./reservation/event":219,"./reservationStatusType":216,"./reservationType":217,"./seller":220,"./service/paymentService":221,"./service/webAPI":222,"./sortType":223,"./task/accountMoneyTransfer":226,"./task/aggregateScreeningEvent":227,"./task/aggregateUseActionsOnEvent":228,"./task/cancelAccountMoneyTransfer":229,"./task/cancelMoneyTransfer":230,"./task/cancelPendingReservation":231,"./task/cancelReservation":232,"./task/createEvent":233,"./task/deleteTransaction":234,"./task/importEventCapacitiesFromCOA":235,"./task/importEventsFromCOA":236,"./task/importOffersFromCOA":237,"./task/moneyTransfer":238,"./task/onAuthorizationCreated":239,"./task/onEventChanged":240,"./task/onResourceUpdated":241,"./task/orderProgramMembership":242,"./task/pay":243,"./task/refund":244,"./task/registerService":245,"./task/reserve":246,"./task/sendEmailMessage":247,"./task/syncScreeningRooms":248,"./task/triggerWebhook":249,"./task/useReservation":250,"./task/voidPayment":251,"./taskName":224,"./taskStatus":225,"./thing":252,"./transaction/moneyTransfer":256,"./transaction/placeOrder":257,"./transaction/returnOrder":258,"./transactionStatusType":253,"./transactionTasksExportationStatus":254,"./transactionType":255,"./trip/busTrip":260,"./tripType":259,"./unitCode":261,"./unitPriceOffer":262,"@waiter/factory":276}],179:[function(require,module,exports){
17763
+ },{"./account":102,"./accountTitle":103,"./accountType":104,"./action/authorize/award/point":112,"./action/authorize/offer/moneyTransfer":113,"./action/authorize/offer/product":114,"./action/authorize/offer/seatReservation":115,"./action/authorize/paymentMethod/any":116,"./action/cancel/reservation":117,"./action/check/paymentMethod/movieTicket":118,"./action/check/token":119,"./action/consume/use/reservation":120,"./action/interact/confirm/moneyTransfer":121,"./action/interact/confirm/pay":122,"./action/interact/confirm/registerService":123,"./action/interact/confirm/reservation":124,"./action/interact/inform":125,"./action/interact/register/service":126,"./action/reserve":127,"./action/trade/order":128,"./action/trade/pay":129,"./action/trade/refund":130,"./action/transfer/give/pointAward":131,"./action/transfer/moneyTransfer":132,"./action/transfer/return/moneyTransfer":133,"./action/transfer/return/order":134,"./action/transfer/return/paymentMethod":135,"./action/transfer/return/pointAward":136,"./action/transfer/return/reserveTransaction":137,"./action/transfer/send/message/email":138,"./action/transfer/send/order":139,"./action/update/delete/member":140,"./actionStatusType":110,"./actionType":111,"./additionalProperty":141,"./assetTransaction/cancelReservation":143,"./assetTransaction/moneyTransfer":144,"./assetTransaction/pay":145,"./assetTransaction/refund":146,"./assetTransaction/registerService":147,"./assetTransaction/reserve":148,"./assetTransactionType":142,"./authorization":149,"./categoryCode":150,"./clientUser":151,"./cognito":152,"./creativeWork/comment":154,"./creativeWork/message/email":155,"./creativeWork/movie":156,"./creativeWork/softwareApplication/webApplication":157,"./creativeWorkType":153,"./customer":158,"./encodingFormat":159,"./errorCode":160,"./errors":172,"./event/anyEvent":175,"./event/screeningEvent":176,"./event/screeningEventSeries":177,"./eventStatusType":173,"./eventType":174,"./iam":178,"./invoice":180,"./itemAvailability":181,"./language":182,"./merchantReturnPolicy":183,"./monetaryAmount":184,"./offer":185,"./offerCatalog":186,"./offerItemCondition":187,"./offerType":188,"./order":189,"./orderStatus":190,"./organization":191,"./organizationType":192,"./ownershipInfo":193,"./paymentMethod/paymentCard/creditCard":194,"./paymentMethod/paymentCard/movieTicket":195,"./paymentStatusType":196,"./permit":197,"./person":198,"./personType":199,"./place/busStop":201,"./place/movieTheater":202,"./place/screeningRoom":203,"./place/screeningRoomSection":204,"./place/seat":205,"./placeType":200,"./priceCurrency":206,"./priceSpecification/unitPriceSpecification":208,"./priceSpecificationType":207,"./product":209,"./programMembership":210,"./project":211,"./propertyValue":212,"./propertyValue/locationFeatureSpecification":213,"./qualitativeValue":214,"./quantitativeValue":215,"./report/accountingReport":216,"./reservation/busReservation":219,"./reservation/event":220,"./reservationStatusType":217,"./reservationType":218,"./seller":221,"./service/paymentService":222,"./service/webAPI":223,"./sortType":224,"./task/accountMoneyTransfer":227,"./task/aggregateScreeningEvent":228,"./task/aggregateUseActionsOnEvent":229,"./task/cancelAccountMoneyTransfer":230,"./task/cancelMoneyTransfer":231,"./task/cancelPendingReservation":232,"./task/cancelReservation":233,"./task/createEvent":234,"./task/deleteTransaction":235,"./task/importEventCapacitiesFromCOA":236,"./task/importEventsFromCOA":237,"./task/importOffersFromCOA":238,"./task/moneyTransfer":239,"./task/onAuthorizationCreated":240,"./task/onEventChanged":241,"./task/onResourceUpdated":242,"./task/orderProgramMembership":243,"./task/pay":244,"./task/refund":245,"./task/registerService":246,"./task/reserve":247,"./task/sendEmailMessage":248,"./task/syncScreeningRooms":249,"./task/triggerWebhook":250,"./task/useReservation":251,"./task/voidPayment":252,"./taskName":225,"./taskStatus":226,"./thing":253,"./transaction/moneyTransfer":257,"./transaction/placeOrder":258,"./transaction/returnOrder":259,"./transactionStatusType":254,"./transactionTasksExportationStatus":255,"./transactionType":256,"./trip/busTrip":261,"./tripType":260,"./unitCode":262,"./unitPriceOffer":263,"@waiter/factory":277}],180:[function(require,module,exports){
17608
17764
  arguments[4][35][0].apply(exports,arguments)
17609
- },{"dup":35}],180:[function(require,module,exports){
17765
+ },{"dup":35}],181:[function(require,module,exports){
17610
17766
  "use strict";
17611
17767
  Object.defineProperty(exports, "__esModule", { value: true });
17612
17768
  exports.ItemAvailability = void 0;
@@ -17626,9 +17782,9 @@ var ItemAvailability;
17626
17782
  ItemAvailability["SoldOut"] = "SoldOut";
17627
17783
  })(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
17628
17784
 
17629
- },{}],181:[function(require,module,exports){
17785
+ },{}],182:[function(require,module,exports){
17630
17786
  arguments[4][35][0].apply(exports,arguments)
17631
- },{"dup":35}],182:[function(require,module,exports){
17787
+ },{"dup":35}],183:[function(require,module,exports){
17632
17788
  "use strict";
17633
17789
  Object.defineProperty(exports, "__esModule", { value: true });
17634
17790
  exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
@@ -17679,15 +17835,15 @@ var MerchantReturnEnumeration;
17679
17835
  MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
17680
17836
  })(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
17681
17837
 
17682
- },{}],183:[function(require,module,exports){
17683
- arguments[4][35][0].apply(exports,arguments)
17684
- },{"dup":35}],184:[function(require,module,exports){
17838
+ },{}],184:[function(require,module,exports){
17685
17839
  arguments[4][35][0].apply(exports,arguments)
17686
17840
  },{"dup":35}],185:[function(require,module,exports){
17687
17841
  arguments[4][35][0].apply(exports,arguments)
17688
17842
  },{"dup":35}],186:[function(require,module,exports){
17689
17843
  arguments[4][35][0].apply(exports,arguments)
17690
17844
  },{"dup":35}],187:[function(require,module,exports){
17845
+ arguments[4][35][0].apply(exports,arguments)
17846
+ },{"dup":35}],188:[function(require,module,exports){
17691
17847
  "use strict";
17692
17848
  Object.defineProperty(exports, "__esModule", { value: true });
17693
17849
  exports.OfferType = void 0;
@@ -17700,7 +17856,7 @@ var OfferType;
17700
17856
  OfferType["AggregateOffer"] = "AggregateOffer";
17701
17857
  })(OfferType = exports.OfferType || (exports.OfferType = {}));
17702
17858
 
17703
- },{}],188:[function(require,module,exports){
17859
+ },{}],189:[function(require,module,exports){
17704
17860
  "use strict";
17705
17861
  Object.defineProperty(exports, "__esModule", { value: true });
17706
17862
  exports.OrderType = void 0;
@@ -17709,7 +17865,7 @@ var OrderType;
17709
17865
  OrderType["Order"] = "Order";
17710
17866
  })(OrderType = exports.OrderType || (exports.OrderType = {}));
17711
17867
 
17712
- },{}],189:[function(require,module,exports){
17868
+ },{}],190:[function(require,module,exports){
17713
17869
  "use strict";
17714
17870
  Object.defineProperty(exports, "__esModule", { value: true });
17715
17871
  exports.OrderStatus = void 0;
@@ -17728,9 +17884,9 @@ var OrderStatus;
17728
17884
  OrderStatus["OrderReturned"] = "OrderReturned";
17729
17885
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
17730
17886
 
17731
- },{}],190:[function(require,module,exports){
17887
+ },{}],191:[function(require,module,exports){
17732
17888
  arguments[4][35][0].apply(exports,arguments)
17733
- },{"dup":35}],191:[function(require,module,exports){
17889
+ },{"dup":35}],192:[function(require,module,exports){
17734
17890
  "use strict";
17735
17891
  Object.defineProperty(exports, "__esModule", { value: true });
17736
17892
  exports.OrganizationType = void 0;
@@ -17755,13 +17911,13 @@ var OrganizationType;
17755
17911
  OrganizationType["Project"] = "Project";
17756
17912
  })(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
17757
17913
 
17758
- },{}],192:[function(require,module,exports){
17759
- arguments[4][35][0].apply(exports,arguments)
17760
- },{"dup":35}],193:[function(require,module,exports){
17914
+ },{}],193:[function(require,module,exports){
17761
17915
  arguments[4][35][0].apply(exports,arguments)
17762
17916
  },{"dup":35}],194:[function(require,module,exports){
17763
17917
  arguments[4][35][0].apply(exports,arguments)
17764
17918
  },{"dup":35}],195:[function(require,module,exports){
17919
+ arguments[4][35][0].apply(exports,arguments)
17920
+ },{"dup":35}],196:[function(require,module,exports){
17765
17921
  "use strict";
17766
17922
  Object.defineProperty(exports, "__esModule", { value: true });
17767
17923
  exports.PaymentStatusType = void 0;
@@ -17777,7 +17933,7 @@ var PaymentStatusType;
17777
17933
  PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
17778
17934
  })(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
17779
17935
 
17780
- },{}],196:[function(require,module,exports){
17936
+ },{}],197:[function(require,module,exports){
17781
17937
  "use strict";
17782
17938
  Object.defineProperty(exports, "__esModule", { value: true });
17783
17939
  exports.PermitType = void 0;
@@ -17786,9 +17942,9 @@ var PermitType;
17786
17942
  PermitType["Permit"] = "Permit";
17787
17943
  })(PermitType = exports.PermitType || (exports.PermitType = {}));
17788
17944
 
17789
- },{}],197:[function(require,module,exports){
17945
+ },{}],198:[function(require,module,exports){
17790
17946
  arguments[4][35][0].apply(exports,arguments)
17791
- },{"dup":35}],198:[function(require,module,exports){
17947
+ },{"dup":35}],199:[function(require,module,exports){
17792
17948
  "use strict";
17793
17949
  Object.defineProperty(exports, "__esModule", { value: true });
17794
17950
  exports.PersonType = void 0;
@@ -17800,7 +17956,7 @@ var PersonType;
17800
17956
  PersonType["Person"] = "Person";
17801
17957
  })(PersonType = exports.PersonType || (exports.PersonType = {}));
17802
17958
 
17803
- },{}],199:[function(require,module,exports){
17959
+ },{}],200:[function(require,module,exports){
17804
17960
  "use strict";
17805
17961
  Object.defineProperty(exports, "__esModule", { value: true });
17806
17962
  exports.PlaceType = void 0;
@@ -17818,9 +17974,7 @@ var PlaceType;
17818
17974
  PlaceType["Seat"] = "Seat";
17819
17975
  })(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
17820
17976
 
17821
- },{}],200:[function(require,module,exports){
17822
- arguments[4][35][0].apply(exports,arguments)
17823
- },{"dup":35}],201:[function(require,module,exports){
17977
+ },{}],201:[function(require,module,exports){
17824
17978
  arguments[4][35][0].apply(exports,arguments)
17825
17979
  },{"dup":35}],202:[function(require,module,exports){
17826
17980
  arguments[4][35][0].apply(exports,arguments)
@@ -17829,6 +17983,8 @@ arguments[4][35][0].apply(exports,arguments)
17829
17983
  },{"dup":35}],204:[function(require,module,exports){
17830
17984
  arguments[4][35][0].apply(exports,arguments)
17831
17985
  },{"dup":35}],205:[function(require,module,exports){
17986
+ arguments[4][35][0].apply(exports,arguments)
17987
+ },{"dup":35}],206:[function(require,module,exports){
17832
17988
  "use strict";
17833
17989
  Object.defineProperty(exports, "__esModule", { value: true });
17834
17990
  exports.PriceCurrency = void 0;
@@ -17842,7 +17998,7 @@ var PriceCurrency;
17842
17998
  PriceCurrency["JPY"] = "JPY";
17843
17999
  })(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
17844
18000
 
17845
- },{}],206:[function(require,module,exports){
18001
+ },{}],207:[function(require,module,exports){
17846
18002
  "use strict";
17847
18003
  Object.defineProperty(exports, "__esModule", { value: true });
17848
18004
  exports.PriceSpecificationType = void 0;
@@ -17873,9 +18029,9 @@ var PriceSpecificationType;
17873
18029
  PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
17874
18030
  })(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
17875
18031
 
17876
- },{}],207:[function(require,module,exports){
18032
+ },{}],208:[function(require,module,exports){
17877
18033
  arguments[4][35][0].apply(exports,arguments)
17878
- },{"dup":35}],208:[function(require,module,exports){
18034
+ },{"dup":35}],209:[function(require,module,exports){
17879
18035
  "use strict";
17880
18036
  Object.defineProperty(exports, "__esModule", { value: true });
17881
18037
  exports.ProductType = void 0;
@@ -17906,7 +18062,7 @@ var ProductType;
17906
18062
  ProductType["Transportation"] = "Transportation";
17907
18063
  })(ProductType = exports.ProductType || (exports.ProductType = {}));
17908
18064
 
17909
- },{}],209:[function(require,module,exports){
18065
+ },{}],210:[function(require,module,exports){
17910
18066
  "use strict";
17911
18067
  Object.defineProperty(exports, "__esModule", { value: true });
17912
18068
  exports.ProgramMembershipType = void 0;
@@ -17915,9 +18071,9 @@ var ProgramMembershipType;
17915
18071
  ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
17916
18072
  })(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
17917
18073
 
17918
- },{}],210:[function(require,module,exports){
18074
+ },{}],211:[function(require,module,exports){
17919
18075
  arguments[4][35][0].apply(exports,arguments)
17920
- },{"dup":35}],211:[function(require,module,exports){
18076
+ },{"dup":35}],212:[function(require,module,exports){
17921
18077
  "use strict";
17922
18078
  Object.defineProperty(exports, "__esModule", { value: true });
17923
18079
  exports.PropertyValueType = void 0;
@@ -17926,11 +18082,11 @@ var PropertyValueType;
17926
18082
  PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
17927
18083
  })(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
17928
18084
 
17929
- },{}],212:[function(require,module,exports){
17930
- arguments[4][35][0].apply(exports,arguments)
17931
- },{"dup":35}],213:[function(require,module,exports){
18085
+ },{}],213:[function(require,module,exports){
17932
18086
  arguments[4][35][0].apply(exports,arguments)
17933
18087
  },{"dup":35}],214:[function(require,module,exports){
18088
+ arguments[4][35][0].apply(exports,arguments)
18089
+ },{"dup":35}],215:[function(require,module,exports){
17934
18090
  "use strict";
17935
18091
  Object.defineProperty(exports, "__esModule", { value: true });
17936
18092
  exports.StringValue = void 0;
@@ -17939,9 +18095,9 @@ var StringValue;
17939
18095
  StringValue["Infinity"] = "Infinity";
17940
18096
  })(StringValue = exports.StringValue || (exports.StringValue = {}));
17941
18097
 
17942
- },{}],215:[function(require,module,exports){
18098
+ },{}],216:[function(require,module,exports){
17943
18099
  arguments[4][35][0].apply(exports,arguments)
17944
- },{"dup":35}],216:[function(require,module,exports){
18100
+ },{"dup":35}],217:[function(require,module,exports){
17945
18101
  "use strict";
17946
18102
  Object.defineProperty(exports, "__esModule", { value: true });
17947
18103
  exports.ReservationStatusType = void 0;
@@ -17968,7 +18124,7 @@ var ReservationStatusType;
17968
18124
  ReservationStatusType["ReservationPending"] = "ReservationPending";
17969
18125
  })(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
17970
18126
 
17971
- },{}],217:[function(require,module,exports){
18127
+ },{}],218:[function(require,module,exports){
17972
18128
  "use strict";
17973
18129
  Object.defineProperty(exports, "__esModule", { value: true });
17974
18130
  exports.ReservationType = void 0;
@@ -17982,13 +18138,13 @@ var ReservationType;
17982
18138
  ReservationType["ReservationPackage"] = "ReservationPackage";
17983
18139
  })(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
17984
18140
 
17985
- },{}],218:[function(require,module,exports){
17986
- arguments[4][35][0].apply(exports,arguments)
17987
- },{"dup":35}],219:[function(require,module,exports){
18141
+ },{}],219:[function(require,module,exports){
17988
18142
  arguments[4][35][0].apply(exports,arguments)
17989
18143
  },{"dup":35}],220:[function(require,module,exports){
17990
18144
  arguments[4][35][0].apply(exports,arguments)
17991
18145
  },{"dup":35}],221:[function(require,module,exports){
18146
+ arguments[4][35][0].apply(exports,arguments)
18147
+ },{"dup":35}],222:[function(require,module,exports){
17992
18148
  "use strict";
17993
18149
  Object.defineProperty(exports, "__esModule", { value: true });
17994
18150
  exports.PaymentServiceType = void 0;
@@ -18000,7 +18156,7 @@ var PaymentServiceType;
18000
18156
  PaymentServiceType["PaymentCard"] = "PaymentCard";
18001
18157
  })(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
18002
18158
 
18003
- },{}],222:[function(require,module,exports){
18159
+ },{}],223:[function(require,module,exports){
18004
18160
  "use strict";
18005
18161
  Object.defineProperty(exports, "__esModule", { value: true });
18006
18162
  exports.Identifier = void 0;
@@ -18010,7 +18166,7 @@ var Identifier;
18010
18166
  Identifier["Chevre"] = "Chevre";
18011
18167
  })(Identifier = exports.Identifier || (exports.Identifier = {}));
18012
18168
 
18013
- },{}],223:[function(require,module,exports){
18169
+ },{}],224:[function(require,module,exports){
18014
18170
  "use strict";
18015
18171
  Object.defineProperty(exports, "__esModule", { value: true });
18016
18172
  exports.SortType = void 0;
@@ -18023,7 +18179,7 @@ var SortType;
18023
18179
  SortType[SortType["Descending"] = -1] = "Descending";
18024
18180
  })(SortType = exports.SortType || (exports.SortType = {}));
18025
18181
 
18026
- },{}],224:[function(require,module,exports){
18182
+ },{}],225:[function(require,module,exports){
18027
18183
  "use strict";
18028
18184
  Object.defineProperty(exports, "__esModule", { value: true });
18029
18185
  exports.TaskName = void 0;
@@ -18150,7 +18306,7 @@ var TaskName;
18150
18306
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
18151
18307
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
18152
18308
 
18153
- },{}],225:[function(require,module,exports){
18309
+ },{}],226:[function(require,module,exports){
18154
18310
  "use strict";
18155
18311
  Object.defineProperty(exports, "__esModule", { value: true });
18156
18312
  exports.TaskStatus = void 0;
@@ -18177,9 +18333,7 @@ var TaskStatus;
18177
18333
  TaskStatus["Aborted"] = "Aborted";
18178
18334
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
18179
18335
 
18180
- },{}],226:[function(require,module,exports){
18181
- arguments[4][35][0].apply(exports,arguments)
18182
- },{"dup":35}],227:[function(require,module,exports){
18336
+ },{}],227:[function(require,module,exports){
18183
18337
  arguments[4][35][0].apply(exports,arguments)
18184
18338
  },{"dup":35}],228:[function(require,module,exports){
18185
18339
  arguments[4][35][0].apply(exports,arguments)
@@ -18194,6 +18348,8 @@ arguments[4][35][0].apply(exports,arguments)
18194
18348
  },{"dup":35}],233:[function(require,module,exports){
18195
18349
  arguments[4][35][0].apply(exports,arguments)
18196
18350
  },{"dup":35}],234:[function(require,module,exports){
18351
+ arguments[4][35][0].apply(exports,arguments)
18352
+ },{"dup":35}],235:[function(require,module,exports){
18197
18353
  "use strict";
18198
18354
  Object.defineProperty(exports, "__esModule", { value: true });
18199
18355
  exports.SpecifyingMethod = void 0;
@@ -18206,9 +18362,7 @@ var SpecifyingMethod;
18206
18362
  SpecifyingMethod["AgentId"] = "AgentId";
18207
18363
  })(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
18208
18364
 
18209
- },{}],235:[function(require,module,exports){
18210
- arguments[4][35][0].apply(exports,arguments)
18211
- },{"dup":35}],236:[function(require,module,exports){
18365
+ },{}],236:[function(require,module,exports){
18212
18366
  arguments[4][35][0].apply(exports,arguments)
18213
18367
  },{"dup":35}],237:[function(require,module,exports){
18214
18368
  arguments[4][35][0].apply(exports,arguments)
@@ -18243,6 +18397,8 @@ arguments[4][35][0].apply(exports,arguments)
18243
18397
  },{"dup":35}],252:[function(require,module,exports){
18244
18398
  arguments[4][35][0].apply(exports,arguments)
18245
18399
  },{"dup":35}],253:[function(require,module,exports){
18400
+ arguments[4][35][0].apply(exports,arguments)
18401
+ },{"dup":35}],254:[function(require,module,exports){
18246
18402
  "use strict";
18247
18403
  Object.defineProperty(exports, "__esModule", { value: true });
18248
18404
  exports.TransactionStatusType = void 0;
@@ -18257,7 +18413,7 @@ var TransactionStatusType;
18257
18413
  TransactionStatusType["Expired"] = "Expired";
18258
18414
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
18259
18415
 
18260
- },{}],254:[function(require,module,exports){
18416
+ },{}],255:[function(require,module,exports){
18261
18417
  "use strict";
18262
18418
  Object.defineProperty(exports, "__esModule", { value: true });
18263
18419
  exports.TransactionTasksExportationStatus = void 0;
@@ -18280,7 +18436,7 @@ var TransactionTasksExportationStatus;
18280
18436
  TransactionTasksExportationStatus["Exported"] = "Exported";
18281
18437
  })(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
18282
18438
 
18283
- },{}],255:[function(require,module,exports){
18439
+ },{}],256:[function(require,module,exports){
18284
18440
  "use strict";
18285
18441
  /**
18286
18442
  * 取引タイプ
@@ -18303,11 +18459,11 @@ var TransactionType;
18303
18459
  TransactionType["ReturnOrder"] = "ReturnOrder";
18304
18460
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
18305
18461
 
18306
- },{}],256:[function(require,module,exports){
18307
- arguments[4][35][0].apply(exports,arguments)
18308
- },{"dup":35}],257:[function(require,module,exports){
18462
+ },{}],257:[function(require,module,exports){
18309
18463
  arguments[4][35][0].apply(exports,arguments)
18310
18464
  },{"dup":35}],258:[function(require,module,exports){
18465
+ arguments[4][35][0].apply(exports,arguments)
18466
+ },{"dup":35}],259:[function(require,module,exports){
18311
18467
  "use strict";
18312
18468
  Object.defineProperty(exports, "__esModule", { value: true });
18313
18469
  exports.Reason = void 0;
@@ -18326,7 +18482,7 @@ var Reason;
18326
18482
  Reason["Seller"] = "Seller";
18327
18483
  })(Reason = exports.Reason || (exports.Reason = {}));
18328
18484
 
18329
- },{}],259:[function(require,module,exports){
18485
+ },{}],260:[function(require,module,exports){
18330
18486
  "use strict";
18331
18487
  Object.defineProperty(exports, "__esModule", { value: true });
18332
18488
  exports.TripType = void 0;
@@ -18339,9 +18495,9 @@ var TripType;
18339
18495
  TripType["Trip"] = "Trip";
18340
18496
  })(TripType = exports.TripType || (exports.TripType = {}));
18341
18497
 
18342
- },{}],260:[function(require,module,exports){
18498
+ },{}],261:[function(require,module,exports){
18343
18499
  arguments[4][35][0].apply(exports,arguments)
18344
- },{"dup":35}],261:[function(require,module,exports){
18500
+ },{"dup":35}],262:[function(require,module,exports){
18345
18501
  "use strict";
18346
18502
  Object.defineProperty(exports, "__esModule", { value: true });
18347
18503
  exports.UnitCode = void 0;
@@ -18368,11 +18524,11 @@ var UnitCode;
18368
18524
  UnitCode["Sec"] = "SEC";
18369
18525
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
18370
18526
 
18371
- },{}],262:[function(require,module,exports){
18372
- arguments[4][35][0].apply(exports,arguments)
18373
- },{"dup":35}],263:[function(require,module,exports){
18527
+ },{}],263:[function(require,module,exports){
18374
18528
  arguments[4][35][0].apply(exports,arguments)
18375
18529
  },{"dup":35}],264:[function(require,module,exports){
18530
+ arguments[4][35][0].apply(exports,arguments)
18531
+ },{"dup":35}],265:[function(require,module,exports){
18376
18532
  "use strict";
18377
18533
  Object.defineProperty(exports, "__esModule", { value: true });
18378
18534
  /**
@@ -18391,7 +18547,7 @@ var ErrorCode;
18391
18547
  })(ErrorCode || (ErrorCode = {}));
18392
18548
  exports.default = ErrorCode;
18393
18549
 
18394
- },{}],265:[function(require,module,exports){
18550
+ },{}],266:[function(require,module,exports){
18395
18551
  "use strict";
18396
18552
  var __extends = (this && this.__extends) || (function () {
18397
18553
  var extendStatics = function (d, b) {
@@ -18432,7 +18588,7 @@ var ArgumentError = /** @class */ (function (_super) {
18432
18588
  }(waiter_1.WaiterError));
18433
18589
  exports.default = ArgumentError;
18434
18590
 
18435
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],266:[function(require,module,exports){
18591
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],267:[function(require,module,exports){
18436
18592
  "use strict";
18437
18593
  var __extends = (this && this.__extends) || (function () {
18438
18594
  var extendStatics = function (d, b) {
@@ -18473,7 +18629,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
18473
18629
  }(waiter_1.WaiterError));
18474
18630
  exports.default = ArgumentNullError;
18475
18631
 
18476
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],267:[function(require,module,exports){
18632
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],268:[function(require,module,exports){
18477
18633
  "use strict";
18478
18634
  var __extends = (this && this.__extends) || (function () {
18479
18635
  var extendStatics = function (d, b) {
@@ -18513,7 +18669,7 @@ var ForbiddenError = /** @class */ (function (_super) {
18513
18669
  }(waiter_1.WaiterError));
18514
18670
  exports.default = ForbiddenError;
18515
18671
 
18516
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],268:[function(require,module,exports){
18672
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],269:[function(require,module,exports){
18517
18673
  "use strict";
18518
18674
  var __extends = (this && this.__extends) || (function () {
18519
18675
  var extendStatics = function (d, b) {
@@ -18554,7 +18710,7 @@ var NotFoundError = /** @class */ (function (_super) {
18554
18710
  }(waiter_1.WaiterError));
18555
18711
  exports.default = NotFoundError;
18556
18712
 
18557
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],269:[function(require,module,exports){
18713
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],270:[function(require,module,exports){
18558
18714
  "use strict";
18559
18715
  var __extends = (this && this.__extends) || (function () {
18560
18716
  var extendStatics = function (d, b) {
@@ -18594,7 +18750,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
18594
18750
  }(waiter_1.WaiterError));
18595
18751
  exports.default = RateLimitExceededError;
18596
18752
 
18597
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],270:[function(require,module,exports){
18753
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],271:[function(require,module,exports){
18598
18754
  "use strict";
18599
18755
  var __extends = (this && this.__extends) || (function () {
18600
18756
  var extendStatics = function (d, b) {
@@ -18634,7 +18790,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
18634
18790
  }(waiter_1.WaiterError));
18635
18791
  exports.default = ServiceUnavailableError;
18636
18792
 
18637
- },{"../errorCode":264,"./waiter":271,"setprototypeof":305}],271:[function(require,module,exports){
18793
+ },{"../errorCode":265,"./waiter":272,"setprototypeof":306}],272:[function(require,module,exports){
18638
18794
  "use strict";
18639
18795
  var __extends = (this && this.__extends) || (function () {
18640
18796
  var extendStatics = function (d, b) {
@@ -18667,7 +18823,7 @@ var WaiterError = /** @class */ (function (_super) {
18667
18823
  }(Error));
18668
18824
  exports.WaiterError = WaiterError;
18669
18825
 
18670
- },{}],272:[function(require,module,exports){
18826
+ },{}],273:[function(require,module,exports){
18671
18827
  "use strict";
18672
18828
  Object.defineProperty(exports, "__esModule", { value: true });
18673
18829
  /**
@@ -18688,13 +18844,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
18688
18844
  var waiter_1 = require("./error/waiter");
18689
18845
  exports.Waiter = waiter_1.WaiterError;
18690
18846
 
18691
- },{"./error/argument":265,"./error/argumentNull":266,"./error/forbidden":267,"./error/notFound":268,"./error/rateLimitExceeded":269,"./error/serviceUnavailable":270,"./error/waiter":271}],273:[function(require,module,exports){
18692
- arguments[4][35][0].apply(exports,arguments)
18693
- },{"dup":35}],274:[function(require,module,exports){
18847
+ },{"./error/argument":266,"./error/argumentNull":267,"./error/forbidden":268,"./error/notFound":269,"./error/rateLimitExceeded":270,"./error/serviceUnavailable":271,"./error/waiter":272}],274:[function(require,module,exports){
18694
18848
  arguments[4][35][0].apply(exports,arguments)
18695
18849
  },{"dup":35}],275:[function(require,module,exports){
18696
18850
  arguments[4][35][0].apply(exports,arguments)
18697
18851
  },{"dup":35}],276:[function(require,module,exports){
18852
+ arguments[4][35][0].apply(exports,arguments)
18853
+ },{"dup":35}],277:[function(require,module,exports){
18698
18854
  "use strict";
18699
18855
  Object.defineProperty(exports, "__esModule", { value: true });
18700
18856
  /**
@@ -18713,7 +18869,7 @@ exports.passport = passport;
18713
18869
  exports.project = project;
18714
18870
  exports.rule = rule;
18715
18871
 
18716
- },{"./factory/client":263,"./factory/errorCode":264,"./factory/errors":272,"./factory/passport":273,"./factory/project":274,"./factory/rule":275}],277:[function(require,module,exports){
18872
+ },{"./factory/client":264,"./factory/errorCode":265,"./factory/errors":273,"./factory/passport":274,"./factory/project":275,"./factory/rule":276}],278:[function(require,module,exports){
18717
18873
  'use strict'
18718
18874
 
18719
18875
  exports.byteLength = byteLength
@@ -18867,9 +19023,9 @@ function fromByteArray (uint8) {
18867
19023
  return parts.join('')
18868
19024
  }
18869
19025
 
18870
- },{}],278:[function(require,module,exports){
18871
-
18872
19026
  },{}],279:[function(require,module,exports){
19027
+
19028
+ },{}],280:[function(require,module,exports){
18873
19029
  (function (Buffer){
18874
19030
  /*!
18875
19031
  * The buffer module from node.js, for the browser.
@@ -20650,7 +20806,7 @@ function numberIsNaN (obj) {
20650
20806
  }
20651
20807
 
20652
20808
  }).call(this,require("buffer").Buffer)
20653
- },{"base64-js":277,"buffer":279,"ieee754":293}],280:[function(require,module,exports){
20809
+ },{"base64-js":278,"buffer":280,"ieee754":294}],281:[function(require,module,exports){
20654
20810
  'use strict';
20655
20811
 
20656
20812
  var GetIntrinsic = require('get-intrinsic');
@@ -20667,7 +20823,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
20667
20823
  return intrinsic;
20668
20824
  };
20669
20825
 
20670
- },{"./":281,"get-intrinsic":287}],281:[function(require,module,exports){
20826
+ },{"./":282,"get-intrinsic":288}],282:[function(require,module,exports){
20671
20827
  'use strict';
20672
20828
 
20673
20829
  var bind = require('function-bind');
@@ -20716,7 +20872,7 @@ if ($defineProperty) {
20716
20872
  module.exports.apply = applyBind;
20717
20873
  }
20718
20874
 
20719
- },{"function-bind":286,"get-intrinsic":287}],282:[function(require,module,exports){
20875
+ },{"function-bind":287,"get-intrinsic":288}],283:[function(require,module,exports){
20720
20876
  /**
20721
20877
  * Helpers.
20722
20878
  */
@@ -20880,7 +21036,7 @@ function plural(ms, msAbs, n, name) {
20880
21036
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
20881
21037
  }
20882
21038
 
20883
- },{}],283:[function(require,module,exports){
21039
+ },{}],284:[function(require,module,exports){
20884
21040
  (function (process){
20885
21041
  "use strict";
20886
21042
 
@@ -21064,7 +21220,7 @@ formatters.j = function (v) {
21064
21220
 
21065
21221
 
21066
21222
  }).call(this,require('_process'))
21067
- },{"./common":284,"_process":296}],284:[function(require,module,exports){
21223
+ },{"./common":285,"_process":297}],285:[function(require,module,exports){
21068
21224
  "use strict";
21069
21225
 
21070
21226
  /**
@@ -21315,7 +21471,7 @@ function setup(env) {
21315
21471
  module.exports = setup;
21316
21472
 
21317
21473
 
21318
- },{"ms":282}],285:[function(require,module,exports){
21474
+ },{"ms":283}],286:[function(require,module,exports){
21319
21475
  'use strict';
21320
21476
 
21321
21477
  /* eslint no-invalid-this: 1 */
@@ -21369,14 +21525,14 @@ module.exports = function bind(that) {
21369
21525
  return bound;
21370
21526
  };
21371
21527
 
21372
- },{}],286:[function(require,module,exports){
21528
+ },{}],287:[function(require,module,exports){
21373
21529
  'use strict';
21374
21530
 
21375
21531
  var implementation = require('./implementation');
21376
21532
 
21377
21533
  module.exports = Function.prototype.bind || implementation;
21378
21534
 
21379
- },{"./implementation":285}],287:[function(require,module,exports){
21535
+ },{"./implementation":286}],288:[function(require,module,exports){
21380
21536
  'use strict';
21381
21537
 
21382
21538
  var undefined;
@@ -21708,7 +21864,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
21708
21864
  return value;
21709
21865
  };
21710
21866
 
21711
- },{"function-bind":286,"has":290,"has-symbols":288}],288:[function(require,module,exports){
21867
+ },{"function-bind":287,"has":291,"has-symbols":289}],289:[function(require,module,exports){
21712
21868
  'use strict';
21713
21869
 
21714
21870
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -21723,7 +21879,7 @@ module.exports = function hasNativeSymbols() {
21723
21879
  return hasSymbolSham();
21724
21880
  };
21725
21881
 
21726
- },{"./shams":289}],289:[function(require,module,exports){
21882
+ },{"./shams":290}],290:[function(require,module,exports){
21727
21883
  'use strict';
21728
21884
 
21729
21885
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -21767,14 +21923,14 @@ module.exports = function hasSymbols() {
21767
21923
  return true;
21768
21924
  };
21769
21925
 
21770
- },{}],290:[function(require,module,exports){
21926
+ },{}],291:[function(require,module,exports){
21771
21927
  'use strict';
21772
21928
 
21773
21929
  var bind = require('function-bind');
21774
21930
 
21775
21931
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
21776
21932
 
21777
- },{"function-bind":286}],291:[function(require,module,exports){
21933
+ },{"function-bind":287}],292:[function(require,module,exports){
21778
21934
  // Generated by CoffeeScript 2.3.0
21779
21935
  // # node-http-status
21780
21936
 
@@ -22399,13 +22555,13 @@ module.exports = {
22399
22555
  }
22400
22556
  };
22401
22557
 
22402
- },{}],292:[function(require,module,exports){
22558
+ },{}],293:[function(require,module,exports){
22403
22559
  (function (process,global){
22404
22560
  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;
22405
22561
 
22406
22562
 
22407
22563
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
22408
- },{"_process":296}],293:[function(require,module,exports){
22564
+ },{"_process":297}],294:[function(require,module,exports){
22409
22565
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
22410
22566
  var e, m
22411
22567
  var eLen = (nBytes * 8) - mLen - 1
@@ -22491,7 +22647,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
22491
22647
  buffer[offset + i - d] |= s * 128
22492
22648
  }
22493
22649
 
22494
- },{}],294:[function(require,module,exports){
22650
+ },{}],295:[function(require,module,exports){
22495
22651
  // the whatwg-fetch polyfill installs the fetch() function
22496
22652
  // on the global object (window or self)
22497
22653
  //
@@ -22499,7 +22655,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
22499
22655
  require('whatwg-fetch');
22500
22656
  module.exports = self.fetch.bind(self);
22501
22657
 
22502
- },{"whatwg-fetch":307}],295:[function(require,module,exports){
22658
+ },{"whatwg-fetch":308}],296:[function(require,module,exports){
22503
22659
  var hasMap = typeof Map === 'function' && Map.prototype;
22504
22660
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
22505
22661
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -23017,7 +23173,7 @@ function arrObjKeys(obj, inspect) {
23017
23173
  return xs;
23018
23174
  }
23019
23175
 
23020
- },{"./util.inspect":278}],296:[function(require,module,exports){
23176
+ },{"./util.inspect":279}],297:[function(require,module,exports){
23021
23177
  // shim for using process in browser
23022
23178
  var process = module.exports = {};
23023
23179
 
@@ -23203,7 +23359,7 @@ process.chdir = function (dir) {
23203
23359
  };
23204
23360
  process.umask = function() { return 0; };
23205
23361
 
23206
- },{}],297:[function(require,module,exports){
23362
+ },{}],298:[function(require,module,exports){
23207
23363
  'use strict';
23208
23364
 
23209
23365
  var replace = String.prototype.replace;
@@ -23228,7 +23384,7 @@ module.exports = {
23228
23384
  RFC3986: Format.RFC3986
23229
23385
  };
23230
23386
 
23231
- },{}],298:[function(require,module,exports){
23387
+ },{}],299:[function(require,module,exports){
23232
23388
  'use strict';
23233
23389
 
23234
23390
  var stringify = require('./stringify');
@@ -23241,7 +23397,7 @@ module.exports = {
23241
23397
  stringify: stringify
23242
23398
  };
23243
23399
 
23244
- },{"./formats":297,"./parse":299,"./stringify":300}],299:[function(require,module,exports){
23400
+ },{"./formats":298,"./parse":300,"./stringify":301}],300:[function(require,module,exports){
23245
23401
  'use strict';
23246
23402
 
23247
23403
  var utils = require('./utils');
@@ -23506,7 +23662,7 @@ module.exports = function (str, opts) {
23506
23662
  return utils.compact(obj);
23507
23663
  };
23508
23664
 
23509
- },{"./utils":301}],300:[function(require,module,exports){
23665
+ },{"./utils":302}],301:[function(require,module,exports){
23510
23666
  'use strict';
23511
23667
 
23512
23668
  var getSideChannel = require('side-channel');
@@ -23834,7 +23990,7 @@ module.exports = function (object, opts) {
23834
23990
  return joined.length > 0 ? prefix + joined : '';
23835
23991
  };
23836
23992
 
23837
- },{"./formats":297,"./utils":301,"side-channel":306}],301:[function(require,module,exports){
23993
+ },{"./formats":298,"./utils":302,"side-channel":307}],302:[function(require,module,exports){
23838
23994
  'use strict';
23839
23995
 
23840
23996
  var formats = require('./formats');
@@ -24088,7 +24244,7 @@ module.exports = {
24088
24244
  merge: merge
24089
24245
  };
24090
24246
 
24091
- },{"./formats":297}],302:[function(require,module,exports){
24247
+ },{"./formats":298}],303:[function(require,module,exports){
24092
24248
  // Copyright Joyent, Inc. and other Node contributors.
24093
24249
  //
24094
24250
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24174,7 +24330,7 @@ var isArray = Array.isArray || function (xs) {
24174
24330
  return Object.prototype.toString.call(xs) === '[object Array]';
24175
24331
  };
24176
24332
 
24177
- },{}],303:[function(require,module,exports){
24333
+ },{}],304:[function(require,module,exports){
24178
24334
  // Copyright Joyent, Inc. and other Node contributors.
24179
24335
  //
24180
24336
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24261,13 +24417,13 @@ var objectKeys = Object.keys || function (obj) {
24261
24417
  return res;
24262
24418
  };
24263
24419
 
24264
- },{}],304:[function(require,module,exports){
24420
+ },{}],305:[function(require,module,exports){
24265
24421
  'use strict';
24266
24422
 
24267
24423
  exports.decode = exports.parse = require('./decode');
24268
24424
  exports.encode = exports.stringify = require('./encode');
24269
24425
 
24270
- },{"./decode":302,"./encode":303}],305:[function(require,module,exports){
24426
+ },{"./decode":303,"./encode":304}],306:[function(require,module,exports){
24271
24427
  'use strict'
24272
24428
  /* eslint no-proto: 0 */
24273
24429
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -24286,7 +24442,7 @@ function mixinProperties (obj, proto) {
24286
24442
  return obj
24287
24443
  }
24288
24444
 
24289
- },{}],306:[function(require,module,exports){
24445
+ },{}],307:[function(require,module,exports){
24290
24446
  'use strict';
24291
24447
 
24292
24448
  var GetIntrinsic = require('get-intrinsic');
@@ -24412,7 +24568,7 @@ module.exports = function getSideChannel() {
24412
24568
  return channel;
24413
24569
  };
24414
24570
 
24415
- },{"call-bind/callBound":280,"get-intrinsic":287,"object-inspect":295}],307:[function(require,module,exports){
24571
+ },{"call-bind/callBound":281,"get-intrinsic":288,"object-inspect":296}],308:[function(require,module,exports){
24416
24572
  (function(self) {
24417
24573
  'use strict';
24418
24574