@cinerino/sdk 3.160.0 → 3.161.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/example/playground/public/lib/bundle.js +183 -170
  2. package/example/src/authorizeOrder.ts +2 -1
  3. package/example/src/cancelReservations.ts +2 -1
  4. package/example/src/chevre/assetTransaction/processReserve.ts +4 -3
  5. package/example/src/chevre/authorizeOrder.ts +2 -1
  6. package/example/src/chevre/createEvents.ts +2 -1
  7. package/example/src/chevre/createOrder.ts +2 -1
  8. package/example/src/chevre/findOrderByConfirmationNumber.ts +2 -1
  9. package/example/src/chevre/searchAcceptedOffersByConfirmationNumber.ts +2 -1
  10. package/example/src/chevre/searchEventOffers.ts +2 -1
  11. package/example/src/chevre/searchEvents.ts +2 -1
  12. package/example/src/chevre/searchReservations.ts +2 -1
  13. package/example/src/chevre/updateOrder.ts +2 -1
  14. package/example/src/createCommentOnOrder.ts +2 -1
  15. package/example/src/createEvents.ts +2 -1
  16. package/example/src/findOrderByConfirmationNumber.ts +2 -1
  17. package/example/src/getMembershipOwnershipCode.ts +4 -2
  18. package/example/src/openAccountByToken.ts +2 -1
  19. package/example/src/person/manageReservationToken.ts +4 -2
  20. package/example/src/searchOffers.ts +2 -1
  21. package/example/src/searchOrderAcceptedOffers.ts +2 -1
  22. package/example/src/searchOrders.ts +2 -1
  23. package/example/src/searchPaymentServices.ts +3 -28
  24. package/example/src/searchPaymentServicesOnMovieTicketIF.ts +2 -1
  25. package/example/src/searchProducts.ts +2 -1
  26. package/example/src/searchProjects.ts +29 -0
  27. package/example/src/searchSellers.ts +30 -0
  28. package/example/src/transaction/checkPaymentCard.ts +2 -1
  29. package/example/src/transaction/processMoneyTransfer.ts +4 -2
  30. package/example/src/transaction/processMoneyTransferFromOrder.ts +2 -1
  31. package/example/src/transaction/processOrderMoneyTransferByCash.ts +6 -3
  32. package/example/src/transaction/processOrderMoneyTransferByCreditCard.ts +6 -3
  33. package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMembership.ts +6 -3
  34. package/example/src/transaction/processPlaceOrderByAnonymousCreditCardAndMyMembership.ts +9 -5
  35. package/example/src/transaction/processPlaceOrderByCash.ts +12 -6
  36. package/example/src/transaction/processPlaceOrderByMovieTicket.ts +6 -3
  37. package/example/src/transaction/processPlaceOrderByNewMembershipCoupon4COA.ts +6 -3
  38. package/example/src/transaction/processPlaceOrderByPaymentCard.ts +6 -3
  39. package/example/src/transaction/processPublishPaymentUrl.ts +6 -3
  40. package/example/src/transaction/processReturnOrder.ts +2 -1
  41. package/example/src/transaction/searchEventOffers.ts +4 -2
  42. package/example/src/transaction/test/lockTransactionTest.ts +2 -1
  43. package/example/src/updateOrder.ts +2 -1
  44. package/lib/abstract/chevre/account.d.ts +2 -2
  45. package/lib/abstract/chevre/accountTitle.d.ts +2 -2
  46. package/lib/abstract/chevre/accountTransaction.d.ts +2 -2
  47. package/lib/abstract/chevre/action.d.ts +2 -2
  48. package/lib/abstract/chevre/additionalProperty.d.ts +2 -2
  49. package/lib/abstract/chevre/aggregation.d.ts +1 -1
  50. package/lib/abstract/chevre/assetTransaction/cancelReservation.d.ts +2 -2
  51. package/lib/abstract/chevre/assetTransaction/moneyTransfer.d.ts +2 -2
  52. package/lib/abstract/chevre/assetTransaction/pay.d.ts +2 -2
  53. package/lib/abstract/chevre/assetTransaction/refund.d.ts +2 -2
  54. package/lib/abstract/chevre/assetTransaction/registerService.d.ts +2 -2
  55. package/lib/abstract/chevre/assetTransaction/reserve.d.ts +2 -2
  56. package/lib/abstract/chevre/assetTransaction.d.ts +2 -2
  57. package/lib/abstract/chevre/authorization.d.ts +2 -2
  58. package/lib/abstract/chevre/award.d.ts +2 -2
  59. package/lib/abstract/chevre/categoryCode.d.ts +2 -2
  60. package/lib/abstract/chevre/comment.d.ts +2 -2
  61. package/lib/abstract/chevre/creativeWork.d.ts +2 -2
  62. package/lib/abstract/chevre/customer.d.ts +2 -2
  63. package/lib/abstract/chevre/emailMessage.d.ts +2 -2
  64. package/lib/abstract/chevre/event.d.ts +2 -2
  65. package/lib/abstract/chevre/holdReservation.d.ts +2 -2
  66. package/lib/abstract/chevre/iam.d.ts +2 -2
  67. package/lib/abstract/chevre/me.d.ts +1 -1
  68. package/lib/abstract/chevre/merchantReturnPolicy.d.ts +2 -2
  69. package/lib/abstract/chevre/offer.d.ts +2 -2
  70. package/lib/abstract/chevre/offerCatalog.d.ts +2 -2
  71. package/lib/abstract/chevre/offerItemCondition.d.ts +2 -2
  72. package/lib/abstract/chevre/order.d.ts +3 -3
  73. package/lib/abstract/chevre/payment.d.ts +2 -2
  74. package/lib/abstract/chevre/permit.d.ts +2 -2
  75. package/lib/abstract/chevre/person/ownershipInfo.d.ts +2 -2
  76. package/lib/abstract/chevre/person.d.ts +2 -2
  77. package/lib/abstract/chevre/place.d.ts +2 -2
  78. package/lib/abstract/chevre/priceSpecification.d.ts +2 -2
  79. package/lib/abstract/chevre/product.d.ts +2 -2
  80. package/lib/abstract/chevre/project.d.ts +1 -1
  81. package/lib/abstract/chevre/reservation.d.ts +1 -4
  82. package/lib/abstract/chevre/reservation.js +0 -14
  83. package/lib/abstract/chevre/seller.d.ts +2 -2
  84. package/lib/abstract/chevre/task.d.ts +2 -2
  85. package/lib/abstract/chevre/token.d.ts +2 -2
  86. package/lib/abstract/chevre/transaction/moneyTransfer.d.ts +2 -2
  87. package/lib/abstract/chevre/transaction/placeOrder.d.ts +2 -2
  88. package/lib/abstract/chevre/transaction/returnOrder.d.ts +2 -2
  89. package/lib/abstract/chevre/transactionNumber.d.ts +2 -2
  90. package/lib/abstract/chevre/trip.d.ts +2 -2
  91. package/lib/abstract/chevre/userPool.d.ts +2 -2
  92. package/lib/abstract/index.d.ts +0 -3
  93. package/lib/abstract/index.js +0 -4
  94. package/lib/abstract/pecorino/accountTransaction.d.ts +1 -1
  95. package/lib/abstract/pecorino/permit.d.ts +1 -1
  96. package/lib/abstract/service/order.d.ts +1 -1
  97. package/lib/abstract/service/person/ownershipInfo.d.ts +2 -2
  98. package/lib/abstract/service/person.d.ts +2 -2
  99. package/lib/abstract/service/project.d.ts +1 -1
  100. package/lib/abstract/service/reservation.d.ts +1 -1
  101. package/lib/abstract/service/seller.d.ts +2 -2
  102. package/lib/abstract/service/transaction/placeOrder4sskts.d.ts +0 -2
  103. package/lib/abstract/service/transaction/placeOrder4sskts.js +5 -2
  104. package/lib/abstract/service.d.ts +7 -3
  105. package/lib/bundle.js +165 -172
  106. package/package.json +2 -2
  107. package/example/src/chevre/publishTransactionNumber.ts +0 -30
  108. package/example/src/chevre/searchCreditCards.ts +0 -33
  109. package/example/src/searchScreeningRooms.ts +0 -32
  110. package/example/src/transaction/processOrderMembershipByCreditCard.ts +0 -220
  111. package/example/src/transaction/test/rateLimitTransactionTest.ts +0 -70
package/lib/bundle.js CHANGED
@@ -883,7 +883,7 @@ var AccountService = /** @class */ (function (_super) {
883
883
  }(service_1.Service));
884
884
  exports.AccountService = AccountService;
885
885
 
886
- },{"../service":63,"http-status":290}],6:[function(require,module,exports){
886
+ },{"../service":63,"http-status":291}],6:[function(require,module,exports){
887
887
  "use strict";
888
888
  var __extends = (this && this.__extends) || (function () {
889
889
  var extendStatics = function (d, b) {
@@ -1220,7 +1220,7 @@ var AccountTitleService = /** @class */ (function (_super) {
1220
1220
  }(service_1.Service));
1221
1221
  exports.AccountTitleService = AccountTitleService;
1222
1222
 
1223
- },{"../factory":58,"../service":63,"http-status":290}],7:[function(require,module,exports){
1223
+ },{"../factory":58,"../service":63,"http-status":291}],7:[function(require,module,exports){
1224
1224
  "use strict";
1225
1225
  var __extends = (this && this.__extends) || (function () {
1226
1226
  var extendStatics = function (d, b) {
@@ -1317,7 +1317,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
1317
1317
  }(service_1.Service));
1318
1318
  exports.AccountTransactionService = AccountTransactionService;
1319
1319
 
1320
- },{"../service":63,"http-status":290}],8:[function(require,module,exports){
1320
+ },{"../service":63,"http-status":291}],8:[function(require,module,exports){
1321
1321
  "use strict";
1322
1322
  var __extends = (this && this.__extends) || (function () {
1323
1323
  var extendStatics = function (d, b) {
@@ -1414,7 +1414,7 @@ var AccountingReportService = /** @class */ (function (_super) {
1414
1414
  }(service_1.Service));
1415
1415
  exports.AccountingReportService = AccountingReportService;
1416
1416
 
1417
- },{"../service":63,"http-status":290}],9:[function(require,module,exports){
1417
+ },{"../service":63,"http-status":291}],9:[function(require,module,exports){
1418
1418
  "use strict";
1419
1419
  var __extends = (this && this.__extends) || (function () {
1420
1420
  var extendStatics = function (d, b) {
@@ -1527,7 +1527,7 @@ var ActionService = /** @class */ (function (_super) {
1527
1527
  }(service_1.Service));
1528
1528
  exports.ActionService = ActionService;
1529
1529
 
1530
- },{"../service":63,"http-status":290}],10:[function(require,module,exports){
1530
+ },{"../service":63,"http-status":291}],10:[function(require,module,exports){
1531
1531
  "use strict";
1532
1532
  var __extends = (this && this.__extends) || (function () {
1533
1533
  var extendStatics = function (d, b) {
@@ -1691,7 +1691,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
1691
1691
  }(service_1.Service));
1692
1692
  exports.AdditionalPropertyService = AdditionalPropertyService;
1693
1693
 
1694
- },{"../service":63,"http-status":290}],11:[function(require,module,exports){
1694
+ },{"../service":63,"http-status":291}],11:[function(require,module,exports){
1695
1695
  "use strict";
1696
1696
  var __extends = (this && this.__extends) || (function () {
1697
1697
  var extendStatics = function (d, b) {
@@ -1796,7 +1796,7 @@ var AggregationService = /** @class */ (function (_super) {
1796
1796
  }(service_1.Service));
1797
1797
  exports.AggregationService = AggregationService;
1798
1798
 
1799
- },{"../service":63,"http-status":290}],12:[function(require,module,exports){
1799
+ },{"../service":63,"http-status":291}],12:[function(require,module,exports){
1800
1800
  "use strict";
1801
1801
  var __extends = (this && this.__extends) || (function () {
1802
1802
  var extendStatics = function (d, b) {
@@ -1893,7 +1893,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
1893
1893
  }(service_1.Service));
1894
1894
  exports.AssetTransactionService = AssetTransactionService;
1895
1895
 
1896
- },{"../service":63,"http-status":290}],13:[function(require,module,exports){
1896
+ },{"../service":63,"http-status":291}],13:[function(require,module,exports){
1897
1897
  "use strict";
1898
1898
  var __extends = (this && this.__extends) || (function () {
1899
1899
  var extendStatics = function (d, b) {
@@ -2055,7 +2055,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
2055
2055
  }(service_1.Service));
2056
2056
  exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
2057
2057
 
2058
- },{"../../service":63,"http-status":290}],14:[function(require,module,exports){
2058
+ },{"../../service":63,"http-status":291}],14:[function(require,module,exports){
2059
2059
  "use strict";
2060
2060
  var __extends = (this && this.__extends) || (function () {
2061
2061
  var extendStatics = function (d, b) {
@@ -2212,7 +2212,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
2212
2212
  }(service_1.Service));
2213
2213
  exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
2214
2214
 
2215
- },{"../../factory":58,"../../service":63,"http-status":290}],15:[function(require,module,exports){
2215
+ },{"../../factory":58,"../../service":63,"http-status":291}],15:[function(require,module,exports){
2216
2216
  "use strict";
2217
2217
  var __extends = (this && this.__extends) || (function () {
2218
2218
  var extendStatics = function (d, b) {
@@ -2437,7 +2437,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
2437
2437
  }(service_1.Service));
2438
2438
  exports.PayAssetTransactionService = PayAssetTransactionService;
2439
2439
 
2440
- },{"../../factory":58,"../../service":63,"http-status":290}],16:[function(require,module,exports){
2440
+ },{"../../factory":58,"../../service":63,"http-status":291}],16:[function(require,module,exports){
2441
2441
  "use strict";
2442
2442
  var __extends = (this && this.__extends) || (function () {
2443
2443
  var extendStatics = function (d, b) {
@@ -2584,7 +2584,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
2584
2584
  }(service_1.Service));
2585
2585
  exports.RefundAssetTransactionService = RefundAssetTransactionService;
2586
2586
 
2587
- },{"../../factory":58,"../../service":63,"http-status":290}],17:[function(require,module,exports){
2587
+ },{"../../factory":58,"../../service":63,"http-status":291}],17:[function(require,module,exports){
2588
2588
  "use strict";
2589
2589
  var __extends = (this && this.__extends) || (function () {
2590
2590
  var extendStatics = function (d, b) {
@@ -2731,7 +2731,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
2731
2731
  }(service_1.Service));
2732
2732
  exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
2733
2733
 
2734
- },{"../../factory":58,"../../service":63,"http-status":290}],18:[function(require,module,exports){
2734
+ },{"../../factory":58,"../../service":63,"http-status":291}],18:[function(require,module,exports){
2735
2735
  "use strict";
2736
2736
  var __extends = (this && this.__extends) || (function () {
2737
2737
  var extendStatics = function (d, b) {
@@ -2895,7 +2895,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
2895
2895
  }(service_1.Service));
2896
2896
  exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
2897
2897
 
2898
- },{"../../service":63,"http-status":290}],19:[function(require,module,exports){
2898
+ },{"../../service":63,"http-status":291}],19:[function(require,module,exports){
2899
2899
  "use strict";
2900
2900
  var __extends = (this && this.__extends) || (function () {
2901
2901
  var extendStatics = function (d, b) {
@@ -3011,7 +3011,7 @@ var AuthorizationService = /** @class */ (function (_super) {
3011
3011
  }(service_1.Service));
3012
3012
  exports.AuthorizationService = AuthorizationService;
3013
3013
 
3014
- },{"../service":63,"http-status":290}],20:[function(require,module,exports){
3014
+ },{"../service":63,"http-status":291}],20:[function(require,module,exports){
3015
3015
  "use strict";
3016
3016
  var __extends = (this && this.__extends) || (function () {
3017
3017
  var extendStatics = function (d, b) {
@@ -3133,7 +3133,7 @@ var AwardService = /** @class */ (function (_super) {
3133
3133
  }(service_1.Service));
3134
3134
  exports.AwardService = AwardService;
3135
3135
 
3136
- },{"../service":63,"http-status":290}],21:[function(require,module,exports){
3136
+ },{"../service":63,"http-status":291}],21:[function(require,module,exports){
3137
3137
  "use strict";
3138
3138
  var __extends = (this && this.__extends) || (function () {
3139
3139
  var extendStatics = function (d, b) {
@@ -3297,7 +3297,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
3297
3297
  }(service_1.Service));
3298
3298
  exports.CategoryCodeService = CategoryCodeService;
3299
3299
 
3300
- },{"../service":63,"http-status":290}],22:[function(require,module,exports){
3300
+ },{"../service":63,"http-status":291}],22:[function(require,module,exports){
3301
3301
  "use strict";
3302
3302
  var __extends = (this && this.__extends) || (function () {
3303
3303
  var extendStatics = function (d, b) {
@@ -3413,7 +3413,7 @@ var CommentService = /** @class */ (function (_super) {
3413
3413
  }(service_1.Service));
3414
3414
  exports.CommentService = CommentService;
3415
3415
 
3416
- },{"../service":63,"http-status":290}],23:[function(require,module,exports){
3416
+ },{"../service":63,"http-status":291}],23:[function(require,module,exports){
3417
3417
  "use strict";
3418
3418
  var __extends = (this && this.__extends) || (function () {
3419
3419
  var extendStatics = function (d, b) {
@@ -3571,7 +3571,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
3571
3571
  }(service_1.Service));
3572
3572
  exports.CreativeWorkService = CreativeWorkService;
3573
3573
 
3574
- },{"../service":63,"http-status":290}],24:[function(require,module,exports){
3574
+ },{"../service":63,"http-status":291}],24:[function(require,module,exports){
3575
3575
  "use strict";
3576
3576
  var __extends = (this && this.__extends) || (function () {
3577
3577
  var extendStatics = function (d, b) {
@@ -3758,7 +3758,7 @@ var CustomerService = /** @class */ (function (_super) {
3758
3758
  }(service_1.Service));
3759
3759
  exports.CustomerService = CustomerService;
3760
3760
 
3761
- },{"../service":63,"http-status":290}],25:[function(require,module,exports){
3761
+ },{"../service":63,"http-status":291}],25:[function(require,module,exports){
3762
3762
  "use strict";
3763
3763
  var __extends = (this && this.__extends) || (function () {
3764
3764
  var extendStatics = function (d, b) {
@@ -3932,7 +3932,7 @@ var EmailMessageService = /** @class */ (function (_super) {
3932
3932
  }(service_1.Service));
3933
3933
  exports.EmailMessageService = EmailMessageService;
3934
3934
 
3935
- },{"../service":63,"http-status":290}],26:[function(require,module,exports){
3935
+ },{"../service":63,"http-status":291}],26:[function(require,module,exports){
3936
3936
  "use strict";
3937
3937
  var __extends = (this && this.__extends) || (function () {
3938
3938
  var extendStatics = function (d, b) {
@@ -4262,7 +4262,7 @@ var EventService = /** @class */ (function (_super) {
4262
4262
  }(service_1.Service));
4263
4263
  exports.EventService = EventService;
4264
4264
 
4265
- },{"../service":63,"http-status":290}],27:[function(require,module,exports){
4265
+ },{"../service":63,"http-status":291}],27:[function(require,module,exports){
4266
4266
  "use strict";
4267
4267
  var __extends = (this && this.__extends) || (function () {
4268
4268
  var extendStatics = function (d, b) {
@@ -4392,7 +4392,7 @@ var HoldReservationService = /** @class */ (function (_super) {
4392
4392
  }(service_1.Service));
4393
4393
  exports.HoldReservationService = HoldReservationService;
4394
4394
 
4395
- },{"../service":63,"http-status":290}],28:[function(require,module,exports){
4395
+ },{"../service":63,"http-status":291}],28:[function(require,module,exports){
4396
4396
  "use strict";
4397
4397
  var __extends = (this && this.__extends) || (function () {
4398
4398
  var extendStatics = function (d, b) {
@@ -4729,7 +4729,7 @@ var IAMService = /** @class */ (function (_super) {
4729
4729
  }(service_1.Service));
4730
4730
  exports.IAMService = IAMService;
4731
4731
 
4732
- },{"../service":63,"http-status":290}],29:[function(require,module,exports){
4732
+ },{"../service":63,"http-status":291}],29:[function(require,module,exports){
4733
4733
  "use strict";
4734
4734
  var __extends = (this && this.__extends) || (function () {
4735
4735
  var extendStatics = function (d, b) {
@@ -4837,7 +4837,7 @@ var MeService = /** @class */ (function (_super) {
4837
4837
  }(service_1.Service));
4838
4838
  exports.MeService = MeService;
4839
4839
 
4840
- },{"../service":63,"http-status":290}],30:[function(require,module,exports){
4840
+ },{"../service":63,"http-status":291}],30:[function(require,module,exports){
4841
4841
  "use strict";
4842
4842
  var __extends = (this && this.__extends) || (function () {
4843
4843
  var extendStatics = function (d, b) {
@@ -4995,7 +4995,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
4995
4995
  }(service_1.Service));
4996
4996
  exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
4997
4997
 
4998
- },{"../service":63,"http-status":290}],31:[function(require,module,exports){
4998
+ },{"../service":63,"http-status":291}],31:[function(require,module,exports){
4999
4999
  "use strict";
5000
5000
  var __extends = (this && this.__extends) || (function () {
5001
5001
  var extendStatics = function (d, b) {
@@ -5322,7 +5322,7 @@ var OfferService = /** @class */ (function (_super) {
5322
5322
  }(service_1.Service));
5323
5323
  exports.OfferService = OfferService;
5324
5324
 
5325
- },{"../factory":58,"../service":63,"http-status":290}],32:[function(require,module,exports){
5325
+ },{"../factory":58,"../service":63,"http-status":291}],32:[function(require,module,exports){
5326
5326
  "use strict";
5327
5327
  var __extends = (this && this.__extends) || (function () {
5328
5328
  var extendStatics = function (d, b) {
@@ -5536,7 +5536,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
5536
5536
  }(service_1.Service));
5537
5537
  exports.OfferCatalogService = OfferCatalogService;
5538
5538
 
5539
- },{"../service":63,"http-status":290}],33:[function(require,module,exports){
5539
+ },{"../service":63,"http-status":291}],33:[function(require,module,exports){
5540
5540
  "use strict";
5541
5541
  var __extends = (this && this.__extends) || (function () {
5542
5542
  var extendStatics = function (d, b) {
@@ -5694,7 +5694,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
5694
5694
  }(service_1.Service));
5695
5695
  exports.OfferItemConditionService = OfferItemConditionService;
5696
5696
 
5697
- },{"../service":63,"http-status":290}],34:[function(require,module,exports){
5697
+ },{"../service":63,"http-status":291}],34:[function(require,module,exports){
5698
5698
  "use strict";
5699
5699
  var __extends = (this && this.__extends) || (function () {
5700
5700
  var extendStatics = function (d, b) {
@@ -6108,7 +6108,7 @@ var OrderService = /** @class */ (function (_super) {
6108
6108
  }(service_1.Service));
6109
6109
  exports.OrderService = OrderService;
6110
6110
 
6111
- },{"../factory":58,"../service":63,"http-status":290}],35:[function(require,module,exports){
6111
+ },{"../factory":58,"../service":63,"http-status":291}],35:[function(require,module,exports){
6112
6112
  "use strict";
6113
6113
  Object.defineProperty(exports, "__esModule", { value: true });
6114
6114
 
@@ -6209,7 +6209,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
6209
6209
  }(service_1.Service));
6210
6210
  exports.OwnershipInfoService = OwnershipInfoService;
6211
6211
 
6212
- },{"../service":63,"http-status":290}],37:[function(require,module,exports){
6212
+ },{"../service":63,"http-status":291}],37:[function(require,module,exports){
6213
6213
  "use strict";
6214
6214
  var __extends = (this && this.__extends) || (function () {
6215
6215
  var extendStatics = function (d, b) {
@@ -6451,7 +6451,7 @@ var PaymentService = /** @class */ (function (_super) {
6451
6451
  }(service_1.Service));
6452
6452
  exports.PaymentService = PaymentService;
6453
6453
 
6454
- },{"../factory":58,"../service":63,"http-status":290}],38:[function(require,module,exports){
6454
+ },{"../factory":58,"../service":63,"http-status":291}],38:[function(require,module,exports){
6455
6455
  arguments[4][35][0].apply(exports,arguments)
6456
6456
  },{"dup":35}],39:[function(require,module,exports){
6457
6457
  "use strict";
@@ -6609,7 +6609,7 @@ var PermitService = /** @class */ (function (_super) {
6609
6609
  }(service_1.Service));
6610
6610
  exports.PermitService = PermitService;
6611
6611
 
6612
- },{"../service":63,"http-status":290}],40:[function(require,module,exports){
6612
+ },{"../service":63,"http-status":291}],40:[function(require,module,exports){
6613
6613
  "use strict";
6614
6614
  var __extends = (this && this.__extends) || (function () {
6615
6615
  var extendStatics = function (d, b) {
@@ -6845,7 +6845,7 @@ var PersonService = /** @class */ (function (_super) {
6845
6845
  }(service_1.Service));
6846
6846
  exports.PersonService = PersonService;
6847
6847
 
6848
- },{"../service":63,"http-status":290}],41:[function(require,module,exports){
6848
+ },{"../service":63,"http-status":291}],41:[function(require,module,exports){
6849
6849
  "use strict";
6850
6850
  var __extends = (this && this.__extends) || (function () {
6851
6851
  var extendStatics = function (d, b) {
@@ -7096,7 +7096,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
7096
7096
  }(service_1.Service));
7097
7097
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
7098
7098
 
7099
- },{"../../service":63,"http-status":290}],42:[function(require,module,exports){
7099
+ },{"../../service":63,"http-status":291}],42:[function(require,module,exports){
7100
7100
  "use strict";
7101
7101
  var __extends = (this && this.__extends) || (function () {
7102
7102
  var extendStatics = function (d, b) {
@@ -7599,7 +7599,7 @@ var PlaceService = /** @class */ (function (_super) {
7599
7599
  }(service_1.Service));
7600
7600
  exports.PlaceService = PlaceService;
7601
7601
 
7602
- },{"../factory":58,"../service":63,"http-status":290}],43:[function(require,module,exports){
7602
+ },{"../factory":58,"../service":63,"http-status":291}],43:[function(require,module,exports){
7603
7603
  "use strict";
7604
7604
  var __extends = (this && this.__extends) || (function () {
7605
7605
  var extendStatics = function (d, b) {
@@ -7763,7 +7763,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
7763
7763
  }(service_1.Service));
7764
7764
  exports.PriceSpecificationService = PriceSpecificationService;
7765
7765
 
7766
- },{"../service":63,"http-status":290}],44:[function(require,module,exports){
7766
+ },{"../service":63,"http-status":291}],44:[function(require,module,exports){
7767
7767
  "use strict";
7768
7768
  var __extends = (this && this.__extends) || (function () {
7769
7769
  var extendStatics = function (d, b) {
@@ -7982,7 +7982,7 @@ var ProductService = /** @class */ (function (_super) {
7982
7982
  }(service_1.Service));
7983
7983
  exports.ProductService = ProductService;
7984
7984
 
7985
- },{"../service":63,"http-status":290}],45:[function(require,module,exports){
7985
+ },{"../service":63,"http-status":291}],45:[function(require,module,exports){
7986
7986
  "use strict";
7987
7987
  var __extends = (this && this.__extends) || (function () {
7988
7988
  var extendStatics = function (d, b) {
@@ -8233,7 +8233,7 @@ var ProjectService = /** @class */ (function (_super) {
8233
8233
  }(service_1.Service));
8234
8234
  exports.ProjectService = ProjectService;
8235
8235
 
8236
- },{"../service":63,"http-status":290}],46:[function(require,module,exports){
8236
+ },{"../service":63,"http-status":291}],46:[function(require,module,exports){
8237
8237
  "use strict";
8238
8238
  var __extends = (this && this.__extends) || (function () {
8239
8239
  var extendStatics = function (d, b) {
@@ -8326,20 +8326,6 @@ var ReservationService = /** @class */ (function (_super) {
8326
8326
  });
8327
8327
  });
8328
8328
  };
8329
- /**
8330
- * 予約取得
8331
- */
8332
- // public async findById<T extends factory.reservationType>(params: {
8333
- // id: string;
8334
- // }): Promise<factory.reservation.IReservation<T>> {
8335
- // return this.fetch({
8336
- // uri: `/reservations/${encodeURIComponent(String(params.id))}`,
8337
- // method: 'GET',
8338
- // // qs: params,
8339
- // expectedStatusCodes: [OK]
8340
- // })
8341
- // .then(async (response) => response.json());
8342
- // }
8343
8329
  /**
8344
8330
  * 予約部分更新
8345
8331
  */
@@ -8420,7 +8406,7 @@ var ReservationService = /** @class */ (function (_super) {
8420
8406
  }(service_1.Service));
8421
8407
  exports.ReservationService = ReservationService;
8422
8408
 
8423
- },{"../service":63,"http-status":290}],47:[function(require,module,exports){
8409
+ },{"../service":63,"http-status":291}],47:[function(require,module,exports){
8424
8410
  arguments[4][35][0].apply(exports,arguments)
8425
8411
  },{"dup":35}],48:[function(require,module,exports){
8426
8412
  "use strict";
@@ -8813,7 +8799,7 @@ var SellerService = /** @class */ (function (_super) {
8813
8799
  }(service_1.Service));
8814
8800
  exports.SellerService = SellerService;
8815
8801
 
8816
- },{"../service":63,"http-status":290}],49:[function(require,module,exports){
8802
+ },{"../service":63,"http-status":291}],49:[function(require,module,exports){
8817
8803
  "use strict";
8818
8804
  var __extends = (this && this.__extends) || (function () {
8819
8805
  var extendStatics = function (d, b) {
@@ -8947,7 +8933,7 @@ var TaskService = /** @class */ (function (_super) {
8947
8933
  }(service_1.Service));
8948
8934
  exports.TaskService = TaskService;
8949
8935
 
8950
- },{"../service":63,"http-status":290}],50:[function(require,module,exports){
8936
+ },{"../service":63,"http-status":291}],50:[function(require,module,exports){
8951
8937
  "use strict";
8952
8938
  var __extends = (this && this.__extends) || (function () {
8953
8939
  var extendStatics = function (d, b) {
@@ -9035,7 +9021,7 @@ var TokenService = /** @class */ (function (_super) {
9035
9021
  }(service_1.Service));
9036
9022
  exports.TokenService = TokenService;
9037
9023
 
9038
- },{"../service":63,"http-status":290}],51:[function(require,module,exports){
9024
+ },{"../service":63,"http-status":291}],51:[function(require,module,exports){
9039
9025
  "use strict";
9040
9026
  var __extends = (this && this.__extends) || (function () {
9041
9027
  var extendStatics = function (d, b) {
@@ -9245,7 +9231,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
9245
9231
  }(service_1.Service));
9246
9232
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
9247
9233
 
9248
- },{"../../factory":58,"../../service":63,"http-status":290}],52:[function(require,module,exports){
9234
+ },{"../../factory":58,"../../service":63,"http-status":291}],52:[function(require,module,exports){
9249
9235
  "use strict";
9250
9236
  var __extends = (this && this.__extends) || (function () {
9251
9237
  var extendStatics = function (d, b) {
@@ -9497,7 +9483,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
9497
9483
  }(service_1.Service));
9498
9484
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
9499
9485
 
9500
- },{"../../factory":58,"../../service":63,"http-status":290}],53:[function(require,module,exports){
9486
+ },{"../../factory":58,"../../service":63,"http-status":291}],53:[function(require,module,exports){
9501
9487
  arguments[4][35][0].apply(exports,arguments)
9502
9488
  },{"dup":35}],54:[function(require,module,exports){
9503
9489
  "use strict";
@@ -9672,7 +9658,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
9672
9658
  }(service_1.Service));
9673
9659
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
9674
9660
 
9675
- },{"../../factory":58,"../../service":63,"http-status":290}],55:[function(require,module,exports){
9661
+ },{"../../factory":58,"../../service":63,"http-status":291}],55:[function(require,module,exports){
9676
9662
  "use strict";
9677
9663
  var __extends = (this && this.__extends) || (function () {
9678
9664
  var extendStatics = function (d, b) {
@@ -9760,7 +9746,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
9760
9746
  }(service_1.Service));
9761
9747
  exports.TransactionNumberService = TransactionNumberService;
9762
9748
 
9763
- },{"../service":63,"http-status":290}],56:[function(require,module,exports){
9749
+ },{"../service":63,"http-status":291}],56:[function(require,module,exports){
9764
9750
  "use strict";
9765
9751
  var __extends = (this && this.__extends) || (function () {
9766
9752
  var extendStatics = function (d, b) {
@@ -9933,7 +9919,7 @@ var TripService = /** @class */ (function (_super) {
9933
9919
  }(service_1.Service));
9934
9920
  exports.TripService = TripService;
9935
9921
 
9936
- },{"../service":63,"http-status":290}],57:[function(require,module,exports){
9922
+ },{"../service":63,"http-status":291}],57:[function(require,module,exports){
9937
9923
  "use strict";
9938
9924
  var __extends = (this && this.__extends) || (function () {
9939
9925
  var extendStatics = function (d, b) {
@@ -10066,7 +10052,7 @@ var UserPoolService = /** @class */ (function (_super) {
10066
10052
  }(service_1.Service));
10067
10053
  exports.UserPoolService = UserPoolService;
10068
10054
 
10069
- },{"../service":63,"http-status":290}],58:[function(require,module,exports){
10055
+ },{"../service":63,"http-status":291}],58:[function(require,module,exports){
10070
10056
  "use strict";
10071
10057
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10072
10058
  if (k2 === undefined) k2 = k;
@@ -10286,10 +10272,6 @@ var service;
10286
10272
  return Event;
10287
10273
  }(event_1.EventService));
10288
10274
  service.Event = Event;
10289
- /**
10290
- * IAMサービス
10291
- */
10292
- // export class IAM extends IAMService { }
10293
10275
  /**
10294
10276
  * オファーサービス
10295
10277
  */
@@ -10727,7 +10709,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
10727
10709
  }(service_1.Service));
10728
10710
  exports.AccountTransactionService = AccountTransactionService;
10729
10711
 
10730
- },{"../service":63,"http-status":290}],62:[function(require,module,exports){
10712
+ },{"../service":63,"http-status":291}],62:[function(require,module,exports){
10731
10713
  "use strict";
10732
10714
  var __extends = (this && this.__extends) || (function () {
10733
10715
  var extendStatics = function (d, b) {
@@ -10847,7 +10829,7 @@ var PermitService = /** @class */ (function (_super) {
10847
10829
  }(service_1.Service));
10848
10830
  exports.PermitService = PermitService;
10849
10831
 
10850
- },{"../service":63,"http-status":290}],63:[function(require,module,exports){
10832
+ },{"../service":63,"http-status":291}],63:[function(require,module,exports){
10851
10833
  "use strict";
10852
10834
  var __assign = (this && this.__assign) || function () {
10853
10835
  __assign = Object.assign || function(t) {
@@ -10960,7 +10942,7 @@ var Service = /** @class */ (function () {
10960
10942
  }());
10961
10943
  exports.Service = Service;
10962
10944
 
10963
- },{"./transporters":90,"qs":297}],64:[function(require,module,exports){
10945
+ },{"./transporters":90,"qs":298}],64:[function(require,module,exports){
10964
10946
  "use strict";
10965
10947
  var __extends = (this && this.__extends) || (function () {
10966
10948
  var extendStatics = function (d, b) {
@@ -11069,7 +11051,7 @@ var AccountService = /** @class */ (function (_super) {
11069
11051
  }(service_1.Service));
11070
11052
  exports.AccountService = AccountService;
11071
11053
 
11072
- },{"../service":63,"http-status":290}],65:[function(require,module,exports){
11054
+ },{"../service":63,"http-status":291}],65:[function(require,module,exports){
11073
11055
  "use strict";
11074
11056
  var __extends = (this && this.__extends) || (function () {
11075
11057
  var extendStatics = function (d, b) {
@@ -11166,9 +11148,9 @@ var CategoryCodeService = /** @class */ (function (_super) {
11166
11148
  }(service_1.Service));
11167
11149
  exports.CategoryCodeService = CategoryCodeService;
11168
11150
 
11169
- },{"../service":63,"http-status":290}],66:[function(require,module,exports){
11151
+ },{"../service":63,"http-status":291}],66:[function(require,module,exports){
11170
11152
  arguments[4][22][0].apply(exports,arguments)
11171
- },{"../service":63,"dup":22,"http-status":290}],67:[function(require,module,exports){
11153
+ },{"../service":63,"dup":22,"http-status":291}],67:[function(require,module,exports){
11172
11154
  "use strict";
11173
11155
  var __extends = (this && this.__extends) || (function () {
11174
11156
  var extendStatics = function (d, b) {
@@ -11265,7 +11247,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
11265
11247
  }(service_1.Service));
11266
11248
  exports.CreativeWorkService = CreativeWorkService;
11267
11249
 
11268
- },{"../service":63,"http-status":290}],68:[function(require,module,exports){
11250
+ },{"../service":63,"http-status":291}],68:[function(require,module,exports){
11269
11251
  "use strict";
11270
11252
  var __extends = (this && this.__extends) || (function () {
11271
11253
  var extendStatics = function (d, b) {
@@ -11380,7 +11362,7 @@ var CustomerService = /** @class */ (function (_super) {
11380
11362
  }(service_1.Service));
11381
11363
  exports.CustomerService = CustomerService;
11382
11364
 
11383
- },{"../service":63,"http-status":290}],69:[function(require,module,exports){
11365
+ },{"../service":63,"http-status":291}],69:[function(require,module,exports){
11384
11366
  "use strict";
11385
11367
  var __extends = (this && this.__extends) || (function () {
11386
11368
  var extendStatics = function (d, b) {
@@ -11472,7 +11454,7 @@ var DeliveryService = /** @class */ (function (_super) {
11472
11454
  }(service_1.Service));
11473
11455
  exports.DeliveryService = DeliveryService;
11474
11456
 
11475
- },{"../service":63,"http-status":290}],70:[function(require,module,exports){
11457
+ },{"../service":63,"http-status":291}],70:[function(require,module,exports){
11476
11458
  "use strict";
11477
11459
  var __extends = (this && this.__extends) || (function () {
11478
11460
  var extendStatics = function (d, b) {
@@ -11569,7 +11551,7 @@ var EmailMessageService = /** @class */ (function (_super) {
11569
11551
  }(service_1.Service));
11570
11552
  exports.EmailMessageService = EmailMessageService;
11571
11553
 
11572
- },{"../service":63,"http-status":290}],71:[function(require,module,exports){
11554
+ },{"../service":63,"http-status":291}],71:[function(require,module,exports){
11573
11555
  "use strict";
11574
11556
  var __extends = (this && this.__extends) || (function () {
11575
11557
  var extendStatics = function (d, b) {
@@ -11791,7 +11773,7 @@ var EventService = /** @class */ (function (_super) {
11791
11773
  }(service_1.Service));
11792
11774
  exports.EventService = EventService;
11793
11775
 
11794
- },{"../service":63,"http-status":290}],72:[function(require,module,exports){
11776
+ },{"../service":63,"http-status":291}],72:[function(require,module,exports){
11795
11777
  "use strict";
11796
11778
  var __extends = (this && this.__extends) || (function () {
11797
11779
  var extendStatics = function (d, b) {
@@ -11948,7 +11930,7 @@ var OfferService = /** @class */ (function (_super) {
11948
11930
  }(service_1.Service));
11949
11931
  exports.OfferService = OfferService;
11950
11932
 
11951
- },{"../service":63,"http-status":290}],73:[function(require,module,exports){
11933
+ },{"../service":63,"http-status":291}],73:[function(require,module,exports){
11952
11934
  "use strict";
11953
11935
  var __extends = (this && this.__extends) || (function () {
11954
11936
  var extendStatics = function (d, b) {
@@ -12258,7 +12240,7 @@ var OrderService = /** @class */ (function (_super) {
12258
12240
  }(service_1.Service));
12259
12241
  exports.OrderService = OrderService;
12260
12242
 
12261
- },{"../service":63,"http-status":290}],74:[function(require,module,exports){
12243
+ },{"../service":63,"http-status":291}],74:[function(require,module,exports){
12262
12244
  "use strict";
12263
12245
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
12264
12246
  if (k2 === undefined) k2 = k;
@@ -12536,7 +12518,7 @@ var PaymentService = /** @class */ (function (_super) {
12536
12518
  }(service_1.Service));
12537
12519
  exports.PaymentService = PaymentService;
12538
12520
 
12539
- },{"../factory":58,"../service":63,"http-status":290}],76:[function(require,module,exports){
12521
+ },{"../factory":58,"../service":63,"http-status":291}],76:[function(require,module,exports){
12540
12522
  "use strict";
12541
12523
  var __extends = (this && this.__extends) || (function () {
12542
12524
  var extendStatics = function (d, b) {
@@ -12662,9 +12644,9 @@ var PermitService = /** @class */ (function (_super) {
12662
12644
  }(service_1.Service));
12663
12645
  exports.PermitService = PermitService;
12664
12646
 
12665
- },{"../service":63,"http-status":290}],77:[function(require,module,exports){
12647
+ },{"../service":63,"http-status":291}],77:[function(require,module,exports){
12666
12648
  arguments[4][40][0].apply(exports,arguments)
12667
- },{"../service":63,"dup":40,"http-status":290}],78:[function(require,module,exports){
12649
+ },{"../service":63,"dup":40,"http-status":291}],78:[function(require,module,exports){
12668
12650
  "use strict";
12669
12651
  var __extends = (this && this.__extends) || (function () {
12670
12652
  var extendStatics = function (d, b) {
@@ -13029,7 +13011,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
13029
13011
  }(service_1.Service));
13030
13012
  exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
13031
13013
 
13032
- },{"../../factory":58,"../../service":63,"http-status":290}],79:[function(require,module,exports){
13014
+ },{"../../factory":58,"../../service":63,"http-status":291}],79:[function(require,module,exports){
13033
13015
  "use strict";
13034
13016
  var __extends = (this && this.__extends) || (function () {
13035
13017
  var extendStatics = function (d, b) {
@@ -13211,7 +13193,7 @@ var PlaceService = /** @class */ (function (_super) {
13211
13193
  }(service_1.Service));
13212
13194
  exports.PlaceService = PlaceService;
13213
13195
 
13214
- },{"../factory":58,"../service":63,"http-status":290}],80:[function(require,module,exports){
13196
+ },{"../factory":58,"../service":63,"http-status":291}],80:[function(require,module,exports){
13215
13197
  "use strict";
13216
13198
  var __extends = (this && this.__extends) || (function () {
13217
13199
  var extendStatics = function (d, b) {
@@ -13327,7 +13309,7 @@ var ProductService = /** @class */ (function (_super) {
13327
13309
  }(service_1.Service));
13328
13310
  exports.ProductService = ProductService;
13329
13311
 
13330
- },{"../service":63,"http-status":290}],81:[function(require,module,exports){
13312
+ },{"../service":63,"http-status":291}],81:[function(require,module,exports){
13331
13313
  "use strict";
13332
13314
  var __extends = (this && this.__extends) || (function () {
13333
13315
  var extendStatics = function (d, b) {
@@ -13485,7 +13467,7 @@ var ProjectService = /** @class */ (function (_super) {
13485
13467
  }(service_1.Service));
13486
13468
  exports.ProjectService = ProjectService;
13487
13469
 
13488
- },{"../service":63,"http-status":290}],82:[function(require,module,exports){
13470
+ },{"../service":63,"http-status":291}],82:[function(require,module,exports){
13489
13471
  "use strict";
13490
13472
  var __extends = (this && this.__extends) || (function () {
13491
13473
  var extendStatics = function (d, b) {
@@ -13651,7 +13633,7 @@ var ReservationService = /** @class */ (function (_super) {
13651
13633
  }(service_1.Service));
13652
13634
  exports.ReservationService = ReservationService;
13653
13635
 
13654
- },{"../service":63,"http-status":290}],83:[function(require,module,exports){
13636
+ },{"../service":63,"http-status":291}],83:[function(require,module,exports){
13655
13637
  "use strict";
13656
13638
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
13657
13639
  if (k2 === undefined) k2 = k;
@@ -13837,9 +13819,9 @@ var SellerService = /** @class */ (function (_super) {
13837
13819
  }(service_1.Service));
13838
13820
  exports.SellerService = SellerService;
13839
13821
 
13840
- },{"../service":63,"http-status":290}],85:[function(require,module,exports){
13822
+ },{"../service":63,"http-status":291}],85:[function(require,module,exports){
13841
13823
  arguments[4][50][0].apply(exports,arguments)
13842
- },{"../service":63,"dup":50,"http-status":290}],86:[function(require,module,exports){
13824
+ },{"../service":63,"dup":50,"http-status":291}],86:[function(require,module,exports){
13843
13825
  "use strict";
13844
13826
  var __extends = (this && this.__extends) || (function () {
13845
13827
  var extendStatics = function (d, b) {
@@ -13989,7 +13971,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
13989
13971
  }(service_1.Service));
13990
13972
  exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
13991
13973
 
13992
- },{"../../factory":58,"../../service":63,"http-status":290}],87:[function(require,module,exports){
13974
+ },{"../../factory":58,"../../service":63,"http-status":291}],87:[function(require,module,exports){
13993
13975
  "use strict";
13994
13976
  var __extends = (this && this.__extends) || (function () {
13995
13977
  var extendStatics = function (d, b) {
@@ -14247,7 +14229,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
14247
14229
  }(service_1.Service));
14248
14230
  exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
14249
14231
 
14250
- },{"../../factory":58,"../../service":63,"http-status":290}],88:[function(require,module,exports){
14232
+ },{"../../factory":58,"../../service":63,"http-status":291}],88:[function(require,module,exports){
14251
14233
  "use strict";
14252
14234
  var __extends = (this && this.__extends) || (function () {
14253
14235
  var extendStatics = function (d, b) {
@@ -14320,9 +14302,12 @@ var placeOrder_1 = require("./placeOrder");
14320
14302
  */
14321
14303
  var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
14322
14304
  __extends(PlaceOrderTransaction4ssktsService, _super);
14323
- function PlaceOrderTransaction4ssktsService(options) {
14324
- return _super.call(this, options) || this; /* istanbul ignore next */
14305
+ function PlaceOrderTransaction4ssktsService() {
14306
+ return _super !== null && _super.apply(this, arguments) || this;
14325
14307
  }
14308
+ // constructor(options: IOptions) {
14309
+ // super(options)/* istanbul ignore next */;
14310
+ // }
14326
14311
  /**
14327
14312
  * COAイベントオファー承認
14328
14313
  */
@@ -14391,7 +14376,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
14391
14376
  }(placeOrder_1.PlaceOrderTransactionService));
14392
14377
  exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
14393
14378
 
14394
- },{"./placeOrder":87,"http-status":290}],89:[function(require,module,exports){
14379
+ },{"./placeOrder":87,"http-status":291}],89:[function(require,module,exports){
14395
14380
  "use strict";
14396
14381
  var __extends = (this && this.__extends) || (function () {
14397
14382
  var extendStatics = function (d, b) {
@@ -14522,7 +14507,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
14522
14507
  }(service_1.Service));
14523
14508
  exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
14524
14509
 
14525
- },{"../../factory":58,"../../service":63,"http-status":290}],90:[function(require,module,exports){
14510
+ },{"../../factory":58,"../../service":63,"http-status":291}],90:[function(require,module,exports){
14526
14511
  "use strict";
14527
14512
  var __extends = (this && this.__extends) || (function () {
14528
14513
  var extendStatics = function (d, b) {
@@ -14719,7 +14704,7 @@ var StubTransporter = /** @class */ (function () {
14719
14704
  }());
14720
14705
  exports.StubTransporter = StubTransporter;
14721
14706
 
14722
- },{"debug":282,"isomorphic-fetch":293}],91:[function(require,module,exports){
14707
+ },{"debug":283,"isomorphic-fetch":294}],91:[function(require,module,exports){
14723
14708
  "use strict";
14724
14709
  // tslint:disable-next-line:no-single-line-block-comment
14725
14710
  /* istanbul ignore file */
@@ -15076,7 +15061,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
15076
15061
  }(oAuth2client_1.default));
15077
15062
  exports.ImplicitGrantClient = ImplicitGrantClient;
15078
15063
 
15079
- },{"./implicitGrantClient/error":92,"./implicitGrantClient/popupAuthenticationHandler":94,"./implicitGrantClient/silentAuthenticationHandler":96,"./implicitGrantClient/silentLogoutHandler":97,"./oAuth2client":99,"debug":282,"idtoken-verifier":291,"qs":297}],92:[function(require,module,exports){
15064
+ },{"./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){
15080
15065
  "use strict";
15081
15066
  // tslint:disable-next-line:no-single-line-block-comment
15082
15067
  /* istanbul ignore file */
@@ -15195,7 +15180,7 @@ var IframeHandler = /** @class */ (function () {
15195
15180
  }());
15196
15181
  exports.default = IframeHandler;
15197
15182
 
15198
- },{"debug":282}],94:[function(require,module,exports){
15183
+ },{"debug":283}],94:[function(require,module,exports){
15199
15184
  "use strict";
15200
15185
  // tslint:disable-next-line:no-single-line-block-comment
15201
15186
  /* istanbul ignore file */
@@ -15391,7 +15376,7 @@ var PopupHandler = /** @class */ (function () {
15391
15376
  }());
15392
15377
  exports.default = PopupHandler;
15393
15378
 
15394
- },{"debug":282}],96:[function(require,module,exports){
15379
+ },{"debug":283}],96:[function(require,module,exports){
15395
15380
  "use strict";
15396
15381
  // tslint:disable-next-line:no-single-line-block-comment
15397
15382
  /* istanbul ignore file */
@@ -16148,7 +16133,7 @@ var OAuth2client = /** @class */ (function () {
16148
16133
  exports.default = OAuth2client;
16149
16134
 
16150
16135
  }).call(this,require("buffer").Buffer)
16151
- },{"../abstract":2,"./loginTicket":98,"buffer":278,"crypto":277,"debug":282,"http-status":290,"isomorphic-fetch":293,"querystring":303}],100:[function(require,module,exports){
16136
+ },{"../abstract":2,"./loginTicket":98,"buffer":279,"crypto":278,"debug":283,"http-status":291,"isomorphic-fetch":294,"querystring":304}],100:[function(require,module,exports){
16152
16137
  "use strict";
16153
16138
  Object.defineProperty(exports, "__esModule", { value: true });
16154
16139
  exports.createAuthInstance = exports.transporters = exports.service = exports.factory = void 0;
@@ -16643,7 +16628,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
16643
16628
  }(chevre_1.ChevreError));
16644
16629
  exports.AlreadyInUseError = AlreadyInUseError;
16645
16630
 
16646
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],160:[function(require,module,exports){
16631
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],160:[function(require,module,exports){
16647
16632
  "use strict";
16648
16633
  var __extends = (this && this.__extends) || (function () {
16649
16634
  var extendStatics = function (d, b) {
@@ -16687,7 +16672,7 @@ var ArgumentError = /** @class */ (function (_super) {
16687
16672
  }(chevre_1.ChevreError));
16688
16673
  exports.ArgumentError = ArgumentError;
16689
16674
 
16690
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],161:[function(require,module,exports){
16675
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],161:[function(require,module,exports){
16691
16676
  "use strict";
16692
16677
  var __extends = (this && this.__extends) || (function () {
16693
16678
  var extendStatics = function (d, b) {
@@ -16731,7 +16716,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
16731
16716
  }(chevre_1.ChevreError));
16732
16717
  exports.ArgumentNullError = ArgumentNullError;
16733
16718
 
16734
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],162:[function(require,module,exports){
16719
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],162:[function(require,module,exports){
16735
16720
  "use strict";
16736
16721
  var __extends = (this && this.__extends) || (function () {
16737
16722
  var extendStatics = function (d, b) {
@@ -16770,7 +16755,7 @@ var ChevreError = /** @class */ (function (_super) {
16770
16755
  }(Error));
16771
16756
  exports.ChevreError = ChevreError;
16772
16757
 
16773
- },{"setprototypeof":304}],163:[function(require,module,exports){
16758
+ },{"setprototypeof":305}],163:[function(require,module,exports){
16774
16759
  "use strict";
16775
16760
  var __extends = (this && this.__extends) || (function () {
16776
16761
  var extendStatics = function (d, b) {
@@ -16813,7 +16798,7 @@ var ForbiddenError = /** @class */ (function (_super) {
16813
16798
  }(chevre_1.ChevreError));
16814
16799
  exports.ForbiddenError = ForbiddenError;
16815
16800
 
16816
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],164:[function(require,module,exports){
16801
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],164:[function(require,module,exports){
16817
16802
  "use strict";
16818
16803
  var __extends = (this && this.__extends) || (function () {
16819
16804
  var extendStatics = function (d, b) {
@@ -16856,7 +16841,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
16856
16841
  }(chevre_1.ChevreError));
16857
16842
  exports.GatewayTimeoutError = GatewayTimeoutError;
16858
16843
 
16859
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],165:[function(require,module,exports){
16844
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],165:[function(require,module,exports){
16860
16845
  "use strict";
16861
16846
  var __extends = (this && this.__extends) || (function () {
16862
16847
  var extendStatics = function (d, b) {
@@ -16900,7 +16885,7 @@ var NotFoundError = /** @class */ (function (_super) {
16900
16885
  }(chevre_1.ChevreError));
16901
16886
  exports.NotFoundError = NotFoundError;
16902
16887
 
16903
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],166:[function(require,module,exports){
16888
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],166:[function(require,module,exports){
16904
16889
  "use strict";
16905
16890
  var __extends = (this && this.__extends) || (function () {
16906
16891
  var extendStatics = function (d, b) {
@@ -16943,7 +16928,7 @@ var NotImplementedError = /** @class */ (function (_super) {
16943
16928
  }(chevre_1.ChevreError));
16944
16929
  exports.NotImplementedError = NotImplementedError;
16945
16930
 
16946
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],167:[function(require,module,exports){
16931
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],167:[function(require,module,exports){
16947
16932
  "use strict";
16948
16933
  var __extends = (this && this.__extends) || (function () {
16949
16934
  var extendStatics = function (d, b) {
@@ -16986,7 +16971,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
16986
16971
  }(chevre_1.ChevreError));
16987
16972
  exports.RateLimitExceededError = RateLimitExceededError;
16988
16973
 
16989
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],168:[function(require,module,exports){
16974
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],168:[function(require,module,exports){
16990
16975
  "use strict";
16991
16976
  var __extends = (this && this.__extends) || (function () {
16992
16977
  var extendStatics = function (d, b) {
@@ -17029,7 +17014,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
17029
17014
  }(chevre_1.ChevreError));
17030
17015
  exports.ServiceUnavailableError = ServiceUnavailableError;
17031
17016
 
17032
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],169:[function(require,module,exports){
17017
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],169:[function(require,module,exports){
17033
17018
  "use strict";
17034
17019
  var __extends = (this && this.__extends) || (function () {
17035
17020
  var extendStatics = function (d, b) {
@@ -17072,7 +17057,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
17072
17057
  }(chevre_1.ChevreError));
17073
17058
  exports.UnauthorizedError = UnauthorizedError;
17074
17059
 
17075
- },{"../errorCode":170,"./chevre":162,"setprototypeof":304}],170:[function(require,module,exports){
17060
+ },{"../errorCode":170,"./chevre":162,"setprototypeof":305}],170:[function(require,module,exports){
17076
17061
  "use strict";
17077
17062
  Object.defineProperty(exports, "__esModule", { value: true });
17078
17063
  exports.ErrorCode = void 0;
@@ -17287,6 +17272,7 @@ var CancelAccountMoneyTransferTaskFactory = require("./task/cancelAccountMoneyTr
17287
17272
  var CancelMoneyTransferTaskFactory = require("./task/cancelMoneyTransfer");
17288
17273
  var CancelPendingReservationTaskFactory = require("./task/cancelPendingReservation");
17289
17274
  var CancelReservationTaskFactory = require("./task/cancelReservation");
17275
+ var CreateEventTaskFactory = require("./task/createEvent");
17290
17276
  var DeleteTransactionTaskFactory = require("./task/deleteTransaction");
17291
17277
  var ImportEventCapacitiesFromCOATaskFactory = require("./task/importEventCapacitiesFromCOA");
17292
17278
  var ImportEventsFromCOATaskFactory = require("./task/importEventsFromCOA");
@@ -17540,6 +17526,7 @@ var task;
17540
17526
  task.cancelMoneyTransfer = CancelMoneyTransferTaskFactory;
17541
17527
  task.cancelPendingReservation = CancelPendingReservationTaskFactory;
17542
17528
  task.cancelReservation = CancelReservationTaskFactory;
17529
+ task.createEvent = CreateEventTaskFactory;
17543
17530
  task.deleteTransaction = DeleteTransactionTaskFactory;
17544
17531
  task.importEventCapacitiesFromCOA = ImportEventCapacitiesFromCOATaskFactory;
17545
17532
  task.importEventsFromCOA = ImportEventsFromCOATaskFactory;
@@ -17597,7 +17584,7 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
17597
17584
  exports.unitCode = unitCode_1.UnitCode;
17598
17585
  exports.unitPriceOffer = UnitPriceOfferFactory;
17599
17586
 
17600
- },{"./account":101,"./accountTitle":107,"./accountType":108,"./action/authorize/award/point":109,"./action/authorize/offer/moneyTransfer":110,"./action/authorize/offer/product":111,"./action/authorize/offer/seatReservation":112,"./action/authorize/paymentMethod/any":113,"./action/cancel/reservation":114,"./action/check/paymentMethod/movieTicket":115,"./action/check/token":116,"./action/consume/use/reservation":117,"./action/interact/confirm/moneyTransfer":118,"./action/interact/confirm/pay":119,"./action/interact/confirm/registerService":120,"./action/interact/confirm/reservation":121,"./action/interact/inform":122,"./action/interact/register/service":123,"./action/reserve":124,"./action/trade/order":125,"./action/trade/pay":126,"./action/trade/refund":127,"./action/transfer/give/pointAward":128,"./action/transfer/moneyTransfer":129,"./action/transfer/return/moneyTransfer":130,"./action/transfer/return/order":131,"./action/transfer/return/paymentMethod":132,"./action/transfer/return/pointAward":133,"./action/transfer/return/reserveTransaction":134,"./action/transfer/send/message/email":135,"./action/transfer/send/order":136,"./action/update/delete/member":137,"./actionStatusType":138,"./actionType":139,"./additionalProperty":140,"./assetTransaction/cancelReservation":141,"./assetTransaction/moneyTransfer":142,"./assetTransaction/pay":143,"./assetTransaction/refund":144,"./assetTransaction/registerService":145,"./assetTransaction/reserve":146,"./assetTransactionType":147,"./authorization":148,"./categoryCode":149,"./clientUser":150,"./cognito":151,"./creativeWork/comment":152,"./creativeWork/message/email":153,"./creativeWork/movie":154,"./creativeWork/softwareApplication/webApplication":155,"./creativeWorkType":156,"./customer":157,"./encodingFormat":158,"./errorCode":170,"./errors":171,"./event/anyEvent":172,"./event/screeningEvent":173,"./event/screeningEventSeries":174,"./eventStatusType":175,"./eventType":176,"./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":199,"./place/movieTheater":200,"./place/screeningRoom":201,"./place/screeningRoomSection":202,"./place/seat":203,"./placeType":204,"./priceCurrency":205,"./priceSpecification/unitPriceSpecification":206,"./priceSpecificationType":207,"./product":208,"./programMembership":209,"./project":210,"./propertyValue":211,"./propertyValue/locationFeatureSpecification":212,"./qualitativeValue":213,"./quantitativeValue":214,"./report/accountingReport":215,"./reservation/busReservation":216,"./reservation/event":217,"./reservationStatusType":218,"./reservationType":219,"./seller":220,"./service/paymentService":221,"./service/webAPI":222,"./sortType":223,"./task/accountMoneyTransfer":224,"./task/aggregateScreeningEvent":225,"./task/aggregateUseActionsOnEvent":226,"./task/cancelAccountMoneyTransfer":227,"./task/cancelMoneyTransfer":228,"./task/cancelPendingReservation":229,"./task/cancelReservation":230,"./task/deleteTransaction":231,"./task/importEventCapacitiesFromCOA":232,"./task/importEventsFromCOA":233,"./task/importOffersFromCOA":234,"./task/moneyTransfer":235,"./task/onAuthorizationCreated":236,"./task/onEventChanged":237,"./task/onResourceUpdated":238,"./task/orderProgramMembership":239,"./task/pay":240,"./task/refund":241,"./task/registerService":242,"./task/reserve":243,"./task/sendEmailMessage":244,"./task/syncScreeningRooms":245,"./task/triggerWebhook":246,"./task/useReservation":247,"./task/voidPayment":248,"./taskName":249,"./taskStatus":250,"./thing":251,"./transaction/moneyTransfer":252,"./transaction/placeOrder":253,"./transaction/returnOrder":254,"./transactionStatusType":255,"./transactionTasksExportationStatus":256,"./transactionType":257,"./trip/busTrip":258,"./tripType":259,"./unitCode":260,"./unitPriceOffer":261,"@waiter/factory":275}],179:[function(require,module,exports){
17587
+ },{"./account":101,"./accountTitle":107,"./accountType":108,"./action/authorize/award/point":109,"./action/authorize/offer/moneyTransfer":110,"./action/authorize/offer/product":111,"./action/authorize/offer/seatReservation":112,"./action/authorize/paymentMethod/any":113,"./action/cancel/reservation":114,"./action/check/paymentMethod/movieTicket":115,"./action/check/token":116,"./action/consume/use/reservation":117,"./action/interact/confirm/moneyTransfer":118,"./action/interact/confirm/pay":119,"./action/interact/confirm/registerService":120,"./action/interact/confirm/reservation":121,"./action/interact/inform":122,"./action/interact/register/service":123,"./action/reserve":124,"./action/trade/order":125,"./action/trade/pay":126,"./action/trade/refund":127,"./action/transfer/give/pointAward":128,"./action/transfer/moneyTransfer":129,"./action/transfer/return/moneyTransfer":130,"./action/transfer/return/order":131,"./action/transfer/return/paymentMethod":132,"./action/transfer/return/pointAward":133,"./action/transfer/return/reserveTransaction":134,"./action/transfer/send/message/email":135,"./action/transfer/send/order":136,"./action/update/delete/member":137,"./actionStatusType":138,"./actionType":139,"./additionalProperty":140,"./assetTransaction/cancelReservation":141,"./assetTransaction/moneyTransfer":142,"./assetTransaction/pay":143,"./assetTransaction/refund":144,"./assetTransaction/registerService":145,"./assetTransaction/reserve":146,"./assetTransactionType":147,"./authorization":148,"./categoryCode":149,"./clientUser":150,"./cognito":151,"./creativeWork/comment":152,"./creativeWork/message/email":153,"./creativeWork/movie":154,"./creativeWork/softwareApplication/webApplication":155,"./creativeWorkType":156,"./customer":157,"./encodingFormat":158,"./errorCode":170,"./errors":171,"./event/anyEvent":172,"./event/screeningEvent":173,"./event/screeningEventSeries":174,"./eventStatusType":175,"./eventType":176,"./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":199,"./place/movieTheater":200,"./place/screeningRoom":201,"./place/screeningRoomSection":202,"./place/seat":203,"./placeType":204,"./priceCurrency":205,"./priceSpecification/unitPriceSpecification":206,"./priceSpecificationType":207,"./product":208,"./programMembership":209,"./project":210,"./propertyValue":211,"./propertyValue/locationFeatureSpecification":212,"./qualitativeValue":213,"./quantitativeValue":214,"./report/accountingReport":215,"./reservation/busReservation":216,"./reservation/event":217,"./reservationStatusType":218,"./reservationType":219,"./seller":220,"./service/paymentService":221,"./service/webAPI":222,"./sortType":223,"./task/accountMoneyTransfer":224,"./task/aggregateScreeningEvent":225,"./task/aggregateUseActionsOnEvent":226,"./task/cancelAccountMoneyTransfer":227,"./task/cancelMoneyTransfer":228,"./task/cancelPendingReservation":229,"./task/cancelReservation":230,"./task/createEvent":231,"./task/deleteTransaction":232,"./task/importEventCapacitiesFromCOA":233,"./task/importEventsFromCOA":234,"./task/importOffersFromCOA":235,"./task/moneyTransfer":236,"./task/onAuthorizationCreated":237,"./task/onEventChanged":238,"./task/onResourceUpdated":239,"./task/orderProgramMembership":240,"./task/pay":241,"./task/refund":242,"./task/registerService":243,"./task/reserve":244,"./task/sendEmailMessage":245,"./task/syncScreeningRooms":246,"./task/triggerWebhook":247,"./task/useReservation":248,"./task/voidPayment":249,"./taskName":250,"./taskStatus":251,"./thing":252,"./transaction/moneyTransfer":253,"./transaction/placeOrder":254,"./transaction/returnOrder":255,"./transactionStatusType":256,"./transactionTasksExportationStatus":257,"./transactionType":258,"./trip/busTrip":259,"./tripType":260,"./unitCode":261,"./unitPriceOffer":262,"@waiter/factory":276}],179:[function(require,module,exports){
17601
17588
  arguments[4][35][0].apply(exports,arguments)
17602
17589
  },{"dup":35}],180:[function(require,module,exports){
17603
17590
  "use strict";
@@ -17958,7 +17945,7 @@ var ReservationStatusType;
17958
17945
  /**
17959
17946
  * The status of a reservation on hold pending an update like credit card number or flight changes.
17960
17947
  */
17961
- ReservationStatusType["ReservationHold"] = "ReservationHold";
17948
+ // ReservationHold = 'ReservationHold',
17962
17949
  /**
17963
17950
  * The status of a reservation when a request has been sent, but not confirmed.
17964
17951
  */
@@ -18031,6 +18018,8 @@ arguments[4][35][0].apply(exports,arguments)
18031
18018
  },{"dup":35}],230:[function(require,module,exports){
18032
18019
  arguments[4][35][0].apply(exports,arguments)
18033
18020
  },{"dup":35}],231:[function(require,module,exports){
18021
+ arguments[4][35][0].apply(exports,arguments)
18022
+ },{"dup":35}],232:[function(require,module,exports){
18034
18023
  "use strict";
18035
18024
  Object.defineProperty(exports, "__esModule", { value: true });
18036
18025
  exports.SpecifyingMethod = void 0;
@@ -18043,9 +18032,7 @@ var SpecifyingMethod;
18043
18032
  SpecifyingMethod["AgentId"] = "AgentId";
18044
18033
  })(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
18045
18034
 
18046
- },{}],232:[function(require,module,exports){
18047
- arguments[4][35][0].apply(exports,arguments)
18048
- },{"dup":35}],233:[function(require,module,exports){
18035
+ },{}],233:[function(require,module,exports){
18049
18036
  arguments[4][35][0].apply(exports,arguments)
18050
18037
  },{"dup":35}],234:[function(require,module,exports){
18051
18038
  arguments[4][35][0].apply(exports,arguments)
@@ -18078,6 +18065,8 @@ arguments[4][35][0].apply(exports,arguments)
18078
18065
  },{"dup":35}],248:[function(require,module,exports){
18079
18066
  arguments[4][35][0].apply(exports,arguments)
18080
18067
  },{"dup":35}],249:[function(require,module,exports){
18068
+ arguments[4][35][0].apply(exports,arguments)
18069
+ },{"dup":35}],250:[function(require,module,exports){
18081
18070
  "use strict";
18082
18071
  Object.defineProperty(exports, "__esModule", { value: true });
18083
18072
  exports.TaskName = void 0;
@@ -18119,6 +18108,10 @@ var TaskName;
18119
18108
  * 予約資産取引確定
18120
18109
  */
18121
18110
  TaskName["ConfirmReserveTransaction"] = "confirmReserveTransaction";
18111
+ /**
18112
+ * イベント作成
18113
+ */
18114
+ TaskName["CreateEvent"] = "createEvent";
18122
18115
  // DeleteMember = 'deleteMember',
18123
18116
  TaskName["DeleteTransaction"] = "deleteTransaction";
18124
18117
  /**
@@ -18200,7 +18193,7 @@ var TaskName;
18200
18193
  TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
18201
18194
  })(TaskName = exports.TaskName || (exports.TaskName = {}));
18202
18195
 
18203
- },{}],250:[function(require,module,exports){
18196
+ },{}],251:[function(require,module,exports){
18204
18197
  "use strict";
18205
18198
  Object.defineProperty(exports, "__esModule", { value: true });
18206
18199
  exports.TaskStatus = void 0;
@@ -18227,13 +18220,13 @@ var TaskStatus;
18227
18220
  TaskStatus["Aborted"] = "Aborted";
18228
18221
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
18229
18222
 
18230
- },{}],251:[function(require,module,exports){
18231
- arguments[4][35][0].apply(exports,arguments)
18232
- },{"dup":35}],252:[function(require,module,exports){
18223
+ },{}],252:[function(require,module,exports){
18233
18224
  arguments[4][35][0].apply(exports,arguments)
18234
18225
  },{"dup":35}],253:[function(require,module,exports){
18235
18226
  arguments[4][35][0].apply(exports,arguments)
18236
18227
  },{"dup":35}],254:[function(require,module,exports){
18228
+ arguments[4][35][0].apply(exports,arguments)
18229
+ },{"dup":35}],255:[function(require,module,exports){
18237
18230
  "use strict";
18238
18231
  Object.defineProperty(exports, "__esModule", { value: true });
18239
18232
  exports.Reason = void 0;
@@ -18252,7 +18245,7 @@ var Reason;
18252
18245
  Reason["Seller"] = "Seller";
18253
18246
  })(Reason = exports.Reason || (exports.Reason = {}));
18254
18247
 
18255
- },{}],255:[function(require,module,exports){
18248
+ },{}],256:[function(require,module,exports){
18256
18249
  "use strict";
18257
18250
  Object.defineProperty(exports, "__esModule", { value: true });
18258
18251
  exports.TransactionStatusType = void 0;
@@ -18267,7 +18260,7 @@ var TransactionStatusType;
18267
18260
  TransactionStatusType["Expired"] = "Expired";
18268
18261
  })(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
18269
18262
 
18270
- },{}],256:[function(require,module,exports){
18263
+ },{}],257:[function(require,module,exports){
18271
18264
  "use strict";
18272
18265
  Object.defineProperty(exports, "__esModule", { value: true });
18273
18266
  exports.TransactionTasksExportationStatus = void 0;
@@ -18290,7 +18283,7 @@ var TransactionTasksExportationStatus;
18290
18283
  TransactionTasksExportationStatus["Exported"] = "Exported";
18291
18284
  })(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
18292
18285
 
18293
- },{}],257:[function(require,module,exports){
18286
+ },{}],258:[function(require,module,exports){
18294
18287
  "use strict";
18295
18288
  /**
18296
18289
  * 取引タイプ
@@ -18313,9 +18306,9 @@ var TransactionType;
18313
18306
  TransactionType["ReturnOrder"] = "ReturnOrder";
18314
18307
  })(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
18315
18308
 
18316
- },{}],258:[function(require,module,exports){
18309
+ },{}],259:[function(require,module,exports){
18317
18310
  arguments[4][35][0].apply(exports,arguments)
18318
- },{"dup":35}],259:[function(require,module,exports){
18311
+ },{"dup":35}],260:[function(require,module,exports){
18319
18312
  "use strict";
18320
18313
  Object.defineProperty(exports, "__esModule", { value: true });
18321
18314
  exports.TripType = void 0;
@@ -18328,7 +18321,7 @@ var TripType;
18328
18321
  TripType["Trip"] = "Trip";
18329
18322
  })(TripType = exports.TripType || (exports.TripType = {}));
18330
18323
 
18331
- },{}],260:[function(require,module,exports){
18324
+ },{}],261:[function(require,module,exports){
18332
18325
  "use strict";
18333
18326
  Object.defineProperty(exports, "__esModule", { value: true });
18334
18327
  exports.UnitCode = void 0;
@@ -18355,11 +18348,11 @@ var UnitCode;
18355
18348
  UnitCode["Sec"] = "SEC";
18356
18349
  })(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
18357
18350
 
18358
- },{}],261:[function(require,module,exports){
18359
- arguments[4][35][0].apply(exports,arguments)
18360
- },{"dup":35}],262:[function(require,module,exports){
18351
+ },{}],262:[function(require,module,exports){
18361
18352
  arguments[4][35][0].apply(exports,arguments)
18362
18353
  },{"dup":35}],263:[function(require,module,exports){
18354
+ arguments[4][35][0].apply(exports,arguments)
18355
+ },{"dup":35}],264:[function(require,module,exports){
18363
18356
  "use strict";
18364
18357
  var __extends = (this && this.__extends) || (function () {
18365
18358
  var extendStatics = function (d, b) {
@@ -18400,7 +18393,7 @@ var ArgumentError = /** @class */ (function (_super) {
18400
18393
  }(waiter_1.WaiterError));
18401
18394
  exports.default = ArgumentError;
18402
18395
 
18403
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],264:[function(require,module,exports){
18396
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],265:[function(require,module,exports){
18404
18397
  "use strict";
18405
18398
  var __extends = (this && this.__extends) || (function () {
18406
18399
  var extendStatics = function (d, b) {
@@ -18441,7 +18434,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
18441
18434
  }(waiter_1.WaiterError));
18442
18435
  exports.default = ArgumentNullError;
18443
18436
 
18444
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],265:[function(require,module,exports){
18437
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],266:[function(require,module,exports){
18445
18438
  "use strict";
18446
18439
  var __extends = (this && this.__extends) || (function () {
18447
18440
  var extendStatics = function (d, b) {
@@ -18481,7 +18474,7 @@ var ForbiddenError = /** @class */ (function (_super) {
18481
18474
  }(waiter_1.WaiterError));
18482
18475
  exports.default = ForbiddenError;
18483
18476
 
18484
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],266:[function(require,module,exports){
18477
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],267:[function(require,module,exports){
18485
18478
  "use strict";
18486
18479
  var __extends = (this && this.__extends) || (function () {
18487
18480
  var extendStatics = function (d, b) {
@@ -18522,7 +18515,7 @@ var NotFoundError = /** @class */ (function (_super) {
18522
18515
  }(waiter_1.WaiterError));
18523
18516
  exports.default = NotFoundError;
18524
18517
 
18525
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],267:[function(require,module,exports){
18518
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],268:[function(require,module,exports){
18526
18519
  "use strict";
18527
18520
  var __extends = (this && this.__extends) || (function () {
18528
18521
  var extendStatics = function (d, b) {
@@ -18562,7 +18555,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
18562
18555
  }(waiter_1.WaiterError));
18563
18556
  exports.default = RateLimitExceededError;
18564
18557
 
18565
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],268:[function(require,module,exports){
18558
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],269:[function(require,module,exports){
18566
18559
  "use strict";
18567
18560
  var __extends = (this && this.__extends) || (function () {
18568
18561
  var extendStatics = function (d, b) {
@@ -18602,7 +18595,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
18602
18595
  }(waiter_1.WaiterError));
18603
18596
  exports.default = ServiceUnavailableError;
18604
18597
 
18605
- },{"../errorCode":270,"./waiter":269,"setprototypeof":304}],269:[function(require,module,exports){
18598
+ },{"../errorCode":271,"./waiter":270,"setprototypeof":305}],270:[function(require,module,exports){
18606
18599
  "use strict";
18607
18600
  var __extends = (this && this.__extends) || (function () {
18608
18601
  var extendStatics = function (d, b) {
@@ -18635,7 +18628,7 @@ var WaiterError = /** @class */ (function (_super) {
18635
18628
  }(Error));
18636
18629
  exports.WaiterError = WaiterError;
18637
18630
 
18638
- },{}],270:[function(require,module,exports){
18631
+ },{}],271:[function(require,module,exports){
18639
18632
  "use strict";
18640
18633
  Object.defineProperty(exports, "__esModule", { value: true });
18641
18634
  /**
@@ -18654,7 +18647,7 @@ var ErrorCode;
18654
18647
  })(ErrorCode || (ErrorCode = {}));
18655
18648
  exports.default = ErrorCode;
18656
18649
 
18657
- },{}],271:[function(require,module,exports){
18650
+ },{}],272:[function(require,module,exports){
18658
18651
  "use strict";
18659
18652
  Object.defineProperty(exports, "__esModule", { value: true });
18660
18653
  /**
@@ -18675,13 +18668,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
18675
18668
  var waiter_1 = require("./error/waiter");
18676
18669
  exports.Waiter = waiter_1.WaiterError;
18677
18670
 
18678
- },{"./error/argument":263,"./error/argumentNull":264,"./error/forbidden":265,"./error/notFound":266,"./error/rateLimitExceeded":267,"./error/serviceUnavailable":268,"./error/waiter":269}],272:[function(require,module,exports){
18679
- arguments[4][35][0].apply(exports,arguments)
18680
- },{"dup":35}],273:[function(require,module,exports){
18671
+ },{"./error/argument":264,"./error/argumentNull":265,"./error/forbidden":266,"./error/notFound":267,"./error/rateLimitExceeded":268,"./error/serviceUnavailable":269,"./error/waiter":270}],273:[function(require,module,exports){
18681
18672
  arguments[4][35][0].apply(exports,arguments)
18682
18673
  },{"dup":35}],274:[function(require,module,exports){
18683
18674
  arguments[4][35][0].apply(exports,arguments)
18684
18675
  },{"dup":35}],275:[function(require,module,exports){
18676
+ arguments[4][35][0].apply(exports,arguments)
18677
+ },{"dup":35}],276:[function(require,module,exports){
18685
18678
  "use strict";
18686
18679
  Object.defineProperty(exports, "__esModule", { value: true });
18687
18680
  /**
@@ -18700,7 +18693,7 @@ exports.passport = passport;
18700
18693
  exports.project = project;
18701
18694
  exports.rule = rule;
18702
18695
 
18703
- },{"./factory/client":262,"./factory/errorCode":270,"./factory/errors":271,"./factory/passport":272,"./factory/project":273,"./factory/rule":274}],276:[function(require,module,exports){
18696
+ },{"./factory/client":263,"./factory/errorCode":271,"./factory/errors":272,"./factory/passport":273,"./factory/project":274,"./factory/rule":275}],277:[function(require,module,exports){
18704
18697
  'use strict'
18705
18698
 
18706
18699
  exports.byteLength = byteLength
@@ -18854,9 +18847,9 @@ function fromByteArray (uint8) {
18854
18847
  return parts.join('')
18855
18848
  }
18856
18849
 
18857
- },{}],277:[function(require,module,exports){
18858
-
18859
18850
  },{}],278:[function(require,module,exports){
18851
+
18852
+ },{}],279:[function(require,module,exports){
18860
18853
  (function (Buffer){
18861
18854
  /*!
18862
18855
  * The buffer module from node.js, for the browser.
@@ -20637,7 +20630,7 @@ function numberIsNaN (obj) {
20637
20630
  }
20638
20631
 
20639
20632
  }).call(this,require("buffer").Buffer)
20640
- },{"base64-js":276,"buffer":278,"ieee754":292}],279:[function(require,module,exports){
20633
+ },{"base64-js":277,"buffer":279,"ieee754":293}],280:[function(require,module,exports){
20641
20634
  'use strict';
20642
20635
 
20643
20636
  var GetIntrinsic = require('get-intrinsic');
@@ -20654,7 +20647,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
20654
20647
  return intrinsic;
20655
20648
  };
20656
20649
 
20657
- },{"./":280,"get-intrinsic":286}],280:[function(require,module,exports){
20650
+ },{"./":281,"get-intrinsic":287}],281:[function(require,module,exports){
20658
20651
  'use strict';
20659
20652
 
20660
20653
  var bind = require('function-bind');
@@ -20703,7 +20696,7 @@ if ($defineProperty) {
20703
20696
  module.exports.apply = applyBind;
20704
20697
  }
20705
20698
 
20706
- },{"function-bind":285,"get-intrinsic":286}],281:[function(require,module,exports){
20699
+ },{"function-bind":286,"get-intrinsic":287}],282:[function(require,module,exports){
20707
20700
  /**
20708
20701
  * Helpers.
20709
20702
  */
@@ -20867,7 +20860,7 @@ function plural(ms, msAbs, n, name) {
20867
20860
  return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
20868
20861
  }
20869
20862
 
20870
- },{}],282:[function(require,module,exports){
20863
+ },{}],283:[function(require,module,exports){
20871
20864
  (function (process){
20872
20865
  "use strict";
20873
20866
 
@@ -21051,7 +21044,7 @@ formatters.j = function (v) {
21051
21044
 
21052
21045
 
21053
21046
  }).call(this,require('_process'))
21054
- },{"./common":283,"_process":295}],283:[function(require,module,exports){
21047
+ },{"./common":284,"_process":296}],284:[function(require,module,exports){
21055
21048
  "use strict";
21056
21049
 
21057
21050
  /**
@@ -21302,7 +21295,7 @@ function setup(env) {
21302
21295
  module.exports = setup;
21303
21296
 
21304
21297
 
21305
- },{"ms":281}],284:[function(require,module,exports){
21298
+ },{"ms":282}],285:[function(require,module,exports){
21306
21299
  'use strict';
21307
21300
 
21308
21301
  /* eslint no-invalid-this: 1 */
@@ -21356,14 +21349,14 @@ module.exports = function bind(that) {
21356
21349
  return bound;
21357
21350
  };
21358
21351
 
21359
- },{}],285:[function(require,module,exports){
21352
+ },{}],286:[function(require,module,exports){
21360
21353
  'use strict';
21361
21354
 
21362
21355
  var implementation = require('./implementation');
21363
21356
 
21364
21357
  module.exports = Function.prototype.bind || implementation;
21365
21358
 
21366
- },{"./implementation":284}],286:[function(require,module,exports){
21359
+ },{"./implementation":285}],287:[function(require,module,exports){
21367
21360
  'use strict';
21368
21361
 
21369
21362
  var undefined;
@@ -21695,7 +21688,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
21695
21688
  return value;
21696
21689
  };
21697
21690
 
21698
- },{"function-bind":285,"has":289,"has-symbols":287}],287:[function(require,module,exports){
21691
+ },{"function-bind":286,"has":290,"has-symbols":288}],288:[function(require,module,exports){
21699
21692
  'use strict';
21700
21693
 
21701
21694
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -21710,7 +21703,7 @@ module.exports = function hasNativeSymbols() {
21710
21703
  return hasSymbolSham();
21711
21704
  };
21712
21705
 
21713
- },{"./shams":288}],288:[function(require,module,exports){
21706
+ },{"./shams":289}],289:[function(require,module,exports){
21714
21707
  'use strict';
21715
21708
 
21716
21709
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -21754,14 +21747,14 @@ module.exports = function hasSymbols() {
21754
21747
  return true;
21755
21748
  };
21756
21749
 
21757
- },{}],289:[function(require,module,exports){
21750
+ },{}],290:[function(require,module,exports){
21758
21751
  'use strict';
21759
21752
 
21760
21753
  var bind = require('function-bind');
21761
21754
 
21762
21755
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
21763
21756
 
21764
- },{"function-bind":285}],290:[function(require,module,exports){
21757
+ },{"function-bind":286}],291:[function(require,module,exports){
21765
21758
  // Generated by CoffeeScript 2.3.0
21766
21759
  // # node-http-status
21767
21760
 
@@ -22386,13 +22379,13 @@ module.exports = {
22386
22379
  }
22387
22380
  };
22388
22381
 
22389
- },{}],291:[function(require,module,exports){
22382
+ },{}],292:[function(require,module,exports){
22390
22383
  (function (process,global){
22391
22384
  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;
22392
22385
 
22393
22386
 
22394
22387
  }).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
22395
- },{"_process":295}],292:[function(require,module,exports){
22388
+ },{"_process":296}],293:[function(require,module,exports){
22396
22389
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
22397
22390
  var e, m
22398
22391
  var eLen = (nBytes * 8) - mLen - 1
@@ -22478,7 +22471,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
22478
22471
  buffer[offset + i - d] |= s * 128
22479
22472
  }
22480
22473
 
22481
- },{}],293:[function(require,module,exports){
22474
+ },{}],294:[function(require,module,exports){
22482
22475
  // the whatwg-fetch polyfill installs the fetch() function
22483
22476
  // on the global object (window or self)
22484
22477
  //
@@ -22486,7 +22479,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
22486
22479
  require('whatwg-fetch');
22487
22480
  module.exports = self.fetch.bind(self);
22488
22481
 
22489
- },{"whatwg-fetch":306}],294:[function(require,module,exports){
22482
+ },{"whatwg-fetch":307}],295:[function(require,module,exports){
22490
22483
  var hasMap = typeof Map === 'function' && Map.prototype;
22491
22484
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
22492
22485
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -23004,7 +22997,7 @@ function arrObjKeys(obj, inspect) {
23004
22997
  return xs;
23005
22998
  }
23006
22999
 
23007
- },{"./util.inspect":277}],295:[function(require,module,exports){
23000
+ },{"./util.inspect":278}],296:[function(require,module,exports){
23008
23001
  // shim for using process in browser
23009
23002
  var process = module.exports = {};
23010
23003
 
@@ -23190,7 +23183,7 @@ process.chdir = function (dir) {
23190
23183
  };
23191
23184
  process.umask = function() { return 0; };
23192
23185
 
23193
- },{}],296:[function(require,module,exports){
23186
+ },{}],297:[function(require,module,exports){
23194
23187
  'use strict';
23195
23188
 
23196
23189
  var replace = String.prototype.replace;
@@ -23215,7 +23208,7 @@ module.exports = {
23215
23208
  RFC3986: Format.RFC3986
23216
23209
  };
23217
23210
 
23218
- },{}],297:[function(require,module,exports){
23211
+ },{}],298:[function(require,module,exports){
23219
23212
  'use strict';
23220
23213
 
23221
23214
  var stringify = require('./stringify');
@@ -23228,7 +23221,7 @@ module.exports = {
23228
23221
  stringify: stringify
23229
23222
  };
23230
23223
 
23231
- },{"./formats":296,"./parse":298,"./stringify":299}],298:[function(require,module,exports){
23224
+ },{"./formats":297,"./parse":299,"./stringify":300}],299:[function(require,module,exports){
23232
23225
  'use strict';
23233
23226
 
23234
23227
  var utils = require('./utils');
@@ -23493,7 +23486,7 @@ module.exports = function (str, opts) {
23493
23486
  return utils.compact(obj);
23494
23487
  };
23495
23488
 
23496
- },{"./utils":300}],299:[function(require,module,exports){
23489
+ },{"./utils":301}],300:[function(require,module,exports){
23497
23490
  'use strict';
23498
23491
 
23499
23492
  var getSideChannel = require('side-channel');
@@ -23821,7 +23814,7 @@ module.exports = function (object, opts) {
23821
23814
  return joined.length > 0 ? prefix + joined : '';
23822
23815
  };
23823
23816
 
23824
- },{"./formats":296,"./utils":300,"side-channel":305}],300:[function(require,module,exports){
23817
+ },{"./formats":297,"./utils":301,"side-channel":306}],301:[function(require,module,exports){
23825
23818
  'use strict';
23826
23819
 
23827
23820
  var formats = require('./formats');
@@ -24075,7 +24068,7 @@ module.exports = {
24075
24068
  merge: merge
24076
24069
  };
24077
24070
 
24078
- },{"./formats":296}],301:[function(require,module,exports){
24071
+ },{"./formats":297}],302:[function(require,module,exports){
24079
24072
  // Copyright Joyent, Inc. and other Node contributors.
24080
24073
  //
24081
24074
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24161,7 +24154,7 @@ var isArray = Array.isArray || function (xs) {
24161
24154
  return Object.prototype.toString.call(xs) === '[object Array]';
24162
24155
  };
24163
24156
 
24164
- },{}],302:[function(require,module,exports){
24157
+ },{}],303:[function(require,module,exports){
24165
24158
  // Copyright Joyent, Inc. and other Node contributors.
24166
24159
  //
24167
24160
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24248,13 +24241,13 @@ var objectKeys = Object.keys || function (obj) {
24248
24241
  return res;
24249
24242
  };
24250
24243
 
24251
- },{}],303:[function(require,module,exports){
24244
+ },{}],304:[function(require,module,exports){
24252
24245
  'use strict';
24253
24246
 
24254
24247
  exports.decode = exports.parse = require('./decode');
24255
24248
  exports.encode = exports.stringify = require('./encode');
24256
24249
 
24257
- },{"./decode":301,"./encode":302}],304:[function(require,module,exports){
24250
+ },{"./decode":302,"./encode":303}],305:[function(require,module,exports){
24258
24251
  'use strict'
24259
24252
  /* eslint no-proto: 0 */
24260
24253
  module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
@@ -24273,7 +24266,7 @@ function mixinProperties (obj, proto) {
24273
24266
  return obj
24274
24267
  }
24275
24268
 
24276
- },{}],305:[function(require,module,exports){
24269
+ },{}],306:[function(require,module,exports){
24277
24270
  'use strict';
24278
24271
 
24279
24272
  var GetIntrinsic = require('get-intrinsic');
@@ -24399,7 +24392,7 @@ module.exports = function getSideChannel() {
24399
24392
  return channel;
24400
24393
  };
24401
24394
 
24402
- },{"call-bind/callBound":279,"get-intrinsic":286,"object-inspect":294}],306:[function(require,module,exports){
24395
+ },{"call-bind/callBound":280,"get-intrinsic":287,"object-inspect":295}],307:[function(require,module,exports){
24403
24396
  (function(self) {
24404
24397
  'use strict';
24405
24398