@cinerino/sdk 3.47.0 → 3.48.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.
- package/example/playground/public/lib/bundle.js +173 -165
- package/lib/bundle.js +177 -169
- package/package.json +2 -2
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("@cinerino/api-abstract-client"), exports);
|
|
20
20
|
|
|
21
|
-
},{"@cinerino/api-abstract-client":
|
|
21
|
+
},{"@cinerino/api-abstract-client":208}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24
24
|
/* istanbul ignore file */
|
|
@@ -375,7 +375,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
375
375
|
}(oAuth2client_1.default));
|
|
376
376
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
377
377
|
|
|
378
|
-
},{"./implicitGrantClient/error":4,"./implicitGrantClient/popupAuthenticationHandler":6,"./implicitGrantClient/silentAuthenticationHandler":8,"./implicitGrantClient/silentLogoutHandler":9,"./oAuth2client":11,"debug":
|
|
378
|
+
},{"./implicitGrantClient/error":4,"./implicitGrantClient/popupAuthenticationHandler":6,"./implicitGrantClient/silentAuthenticationHandler":8,"./implicitGrantClient/silentLogoutHandler":9,"./oAuth2client":11,"debug":267,"idtoken-verifier":276,"qs":282}],4:[function(require,module,exports){
|
|
379
379
|
"use strict";
|
|
380
380
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
381
381
|
/* istanbul ignore file */
|
|
@@ -494,7 +494,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
494
494
|
}());
|
|
495
495
|
exports.default = IframeHandler;
|
|
496
496
|
|
|
497
|
-
},{"debug":
|
|
497
|
+
},{"debug":267}],6:[function(require,module,exports){
|
|
498
498
|
"use strict";
|
|
499
499
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
500
500
|
/* istanbul ignore file */
|
|
@@ -690,7 +690,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
690
690
|
}());
|
|
691
691
|
exports.default = PopupHandler;
|
|
692
692
|
|
|
693
|
-
},{"debug":
|
|
693
|
+
},{"debug":267}],8:[function(require,module,exports){
|
|
694
694
|
"use strict";
|
|
695
695
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
696
696
|
/* istanbul ignore file */
|
|
@@ -1446,7 +1446,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
1446
1446
|
exports.default = OAuth2client;
|
|
1447
1447
|
|
|
1448
1448
|
}).call(this,require("buffer").Buffer)
|
|
1449
|
-
},{"../abstract":2,"./loginTicket":10,"buffer":
|
|
1449
|
+
},{"../abstract":2,"./loginTicket":10,"buffer":263,"crypto":262,"debug":267,"http-status":275,"isomorphic-fetch":278,"querystring":288}],12:[function(require,module,exports){
|
|
1450
1450
|
"use strict";
|
|
1451
1451
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1452
1452
|
exports.createAuthInstance = exports.transporters = exports.service = exports.factory = void 0;
|
|
@@ -1475,7 +1475,7 @@ exports.createAuthInstance = createAuthInstance;
|
|
|
1475
1475
|
"use strict";
|
|
1476
1476
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1477
1477
|
exports.qualitativeValue = exports.propertyValue = exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.accountStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
1478
|
-
exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.report = exports.quantitativeValue = void 0;
|
|
1478
|
+
exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = void 0;
|
|
1479
1479
|
/**
|
|
1480
1480
|
* factory
|
|
1481
1481
|
*/
|
|
@@ -1568,6 +1568,7 @@ var PropertyValueFactory = require("./factory/propertyValue");
|
|
|
1568
1568
|
var QualitativeValueFactory = require("./factory/qualitativeValue");
|
|
1569
1569
|
var QuantitativeValueFactory = require("./factory/quantitativeValue");
|
|
1570
1570
|
var AccountingReportFactory = require("./factory/report/accountingReport");
|
|
1571
|
+
var EventReservationFactory = require("./factory/reservation/event");
|
|
1571
1572
|
var reservationStatusType_1 = require("./factory/reservationStatusType");
|
|
1572
1573
|
var reservationType_1 = require("./factory/reservationType");
|
|
1573
1574
|
var SellerFactory = require("./factory/seller");
|
|
@@ -1778,7 +1779,7 @@ exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
|
1778
1779
|
exports.monetaryAmount = MonetaryAmountFactory;
|
|
1779
1780
|
exports.offer = OfferFactory;
|
|
1780
1781
|
exports.offerCatalog = OfferCatalogFactory;
|
|
1781
|
-
exports.offerType = offerType_1.
|
|
1782
|
+
exports.offerType = offerType_1.OfferType;
|
|
1782
1783
|
exports.order = OrderFactory;
|
|
1783
1784
|
exports.orderStatus = orderStatus_1.default;
|
|
1784
1785
|
exports.organization = OrganizationFactory;
|
|
@@ -1819,6 +1820,10 @@ var report;
|
|
|
1819
1820
|
(function (report) {
|
|
1820
1821
|
report.accountingReport = AccountingReportFactory;
|
|
1821
1822
|
})(report = exports.report || (exports.report = {}));
|
|
1823
|
+
var reservation;
|
|
1824
|
+
(function (reservation) {
|
|
1825
|
+
reservation.eventReservation = EventReservationFactory;
|
|
1826
|
+
})(reservation = exports.reservation || (exports.reservation = {}));
|
|
1822
1827
|
exports.reservationStatusType = reservationStatusType_1.default;
|
|
1823
1828
|
exports.reservationType = reservationType_1.default;
|
|
1824
1829
|
exports.seller = SellerFactory;
|
|
@@ -1880,7 +1885,7 @@ exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
|
1880
1885
|
exports.assetTransactionType = assetTransactionType_1.default;
|
|
1881
1886
|
exports.unitCode = unitCode_1.UnitCode;
|
|
1882
1887
|
|
|
1883
|
-
},{"./cognito":14,"./factory/account":15,"./factory/accountStatusType":16,"./factory/accountTitle":17,"./factory/accountType":18,"./factory/action/authorize/award/point":26,"./factory/action/authorize/offer/moneyTransfer":27,"./factory/action/authorize/offer/product":28,"./factory/action/authorize/offer/seatReservation":29,"./factory/action/authorize/paymentMethod/any":30,"./factory/action/cancel/reservation":31,"./factory/action/check/paymentMethod/movieTicket":32,"./factory/action/check/token":33,"./factory/action/consume/use/reservation":34,"./factory/action/interact/confirm/moneyTransfer":35,"./factory/action/interact/confirm/pay":36,"./factory/action/interact/confirm/registerService":37,"./factory/action/interact/confirm/reservation":38,"./factory/action/interact/inform":39,"./factory/action/interact/register/programMembership":40,"./factory/action/interact/register/service":41,"./factory/action/interact/unRegister/programMembership":42,"./factory/action/reserve":43,"./factory/action/trade/order":44,"./factory/action/trade/pay":45,"./factory/action/trade/refund":46,"./factory/action/transfer/give/pointAward":47,"./factory/action/transfer/moneyTransfer":48,"./factory/action/transfer/print/ticket":49,"./factory/action/transfer/return/moneyTransfer":50,"./factory/action/transfer/return/order":51,"./factory/action/transfer/return/paymentMethod":52,"./factory/action/transfer/return/pointAward":53,"./factory/action/transfer/return/reservation":54,"./factory/action/transfer/send/message/email":55,"./factory/action/transfer/send/order":56,"./factory/action/update/delete/member":57,"./factory/actionStatusType":24,"./factory/actionType":25,"./factory/assetTransaction/cancelReservation":59,"./factory/assetTransaction/moneyTransfer":60,"./factory/assetTransaction/pay":61,"./factory/assetTransaction/refund":62,"./factory/assetTransaction/registerService":63,"./factory/assetTransaction/reserve":64,"./factory/assetTransactionType":58,"./factory/authorization":65,"./factory/categoryCode":66,"./factory/clientUser":67,"./factory/creativeWork/message/email":69,"./factory/creativeWork/movie":70,"./factory/creativeWork/softwareApplication/webApplication":71,"./factory/creativeWorkType":68,"./factory/customer":72,"./factory/encodingFormat":73,"./factory/errorCode":74,"./factory/errors":86,"./factory/event/screeningEvent":89,"./factory/event/screeningEventSeries":90,"./factory/eventStatusType":87,"./factory/eventType":88,"./factory/iam":91,"./factory/invoice":92,"./factory/itemAvailability":93,"./factory/language":94,"./factory/merchantReturnPolicy":95,"./factory/monetaryAmount":96,"./factory/offer":97,"./factory/offerCatalog":98,"./factory/offerType":99,"./factory/order":100,"./factory/orderStatus":101,"./factory/organization":102,"./factory/organizationType":103,"./factory/ownershipInfo":104,"./factory/paymentMethod/paymentCard/creditCard":105,"./factory/paymentMethod/paymentCard/movieTicket":106,"./factory/paymentStatusType":107,"./factory/permit":108,"./factory/person":109,"./factory/personType":110,"./factory/place/movieTheater":112,"./factory/place/screeningRoom":113,"./factory/place/screeningRoomSection":114,"./factory/place/seat":115,"./factory/placeType":111,"./factory/priceCurrency":116,"./factory/priceSpecificationType":117,"./factory/product":118,"./factory/programMembership":119,"./factory/project":120,"./factory/propertyValue":121,"./factory/qualitativeValue":122,"./factory/quantitativeValue":123,"./factory/report/accountingReport":124,"./factory/reservationStatusType":125,"./factory/reservationType":126,"./factory/seller":
|
|
1888
|
+
},{"./cognito":14,"./factory/account":15,"./factory/accountStatusType":16,"./factory/accountTitle":17,"./factory/accountType":18,"./factory/action/authorize/award/point":26,"./factory/action/authorize/offer/moneyTransfer":27,"./factory/action/authorize/offer/product":28,"./factory/action/authorize/offer/seatReservation":29,"./factory/action/authorize/paymentMethod/any":30,"./factory/action/cancel/reservation":31,"./factory/action/check/paymentMethod/movieTicket":32,"./factory/action/check/token":33,"./factory/action/consume/use/reservation":34,"./factory/action/interact/confirm/moneyTransfer":35,"./factory/action/interact/confirm/pay":36,"./factory/action/interact/confirm/registerService":37,"./factory/action/interact/confirm/reservation":38,"./factory/action/interact/inform":39,"./factory/action/interact/register/programMembership":40,"./factory/action/interact/register/service":41,"./factory/action/interact/unRegister/programMembership":42,"./factory/action/reserve":43,"./factory/action/trade/order":44,"./factory/action/trade/pay":45,"./factory/action/trade/refund":46,"./factory/action/transfer/give/pointAward":47,"./factory/action/transfer/moneyTransfer":48,"./factory/action/transfer/print/ticket":49,"./factory/action/transfer/return/moneyTransfer":50,"./factory/action/transfer/return/order":51,"./factory/action/transfer/return/paymentMethod":52,"./factory/action/transfer/return/pointAward":53,"./factory/action/transfer/return/reservation":54,"./factory/action/transfer/send/message/email":55,"./factory/action/transfer/send/order":56,"./factory/action/update/delete/member":57,"./factory/actionStatusType":24,"./factory/actionType":25,"./factory/assetTransaction/cancelReservation":59,"./factory/assetTransaction/moneyTransfer":60,"./factory/assetTransaction/pay":61,"./factory/assetTransaction/refund":62,"./factory/assetTransaction/registerService":63,"./factory/assetTransaction/reserve":64,"./factory/assetTransactionType":58,"./factory/authorization":65,"./factory/categoryCode":66,"./factory/clientUser":67,"./factory/creativeWork/message/email":69,"./factory/creativeWork/movie":70,"./factory/creativeWork/softwareApplication/webApplication":71,"./factory/creativeWorkType":68,"./factory/customer":72,"./factory/encodingFormat":73,"./factory/errorCode":74,"./factory/errors":86,"./factory/event/screeningEvent":89,"./factory/event/screeningEventSeries":90,"./factory/eventStatusType":87,"./factory/eventType":88,"./factory/iam":91,"./factory/invoice":92,"./factory/itemAvailability":93,"./factory/language":94,"./factory/merchantReturnPolicy":95,"./factory/monetaryAmount":96,"./factory/offer":97,"./factory/offerCatalog":98,"./factory/offerType":99,"./factory/order":100,"./factory/orderStatus":101,"./factory/organization":102,"./factory/organizationType":103,"./factory/ownershipInfo":104,"./factory/paymentMethod/paymentCard/creditCard":105,"./factory/paymentMethod/paymentCard/movieTicket":106,"./factory/paymentStatusType":107,"./factory/permit":108,"./factory/person":109,"./factory/personType":110,"./factory/place/movieTheater":112,"./factory/place/screeningRoom":113,"./factory/place/screeningRoomSection":114,"./factory/place/seat":115,"./factory/placeType":111,"./factory/priceCurrency":116,"./factory/priceSpecificationType":117,"./factory/product":118,"./factory/programMembership":119,"./factory/project":120,"./factory/propertyValue":121,"./factory/qualitativeValue":122,"./factory/quantitativeValue":123,"./factory/report/accountingReport":124,"./factory/reservation/event":127,"./factory/reservationStatusType":125,"./factory/reservationType":126,"./factory/seller":128,"./factory/service/paymentService":130,"./factory/service/webAPI":131,"./factory/serviceType":129,"./factory/sortType":132,"./factory/task/accountMoneyTransfer":135,"./factory/task/aggregateScreeningEvent":136,"./factory/task/aggregateUseActionsOnEvent":137,"./factory/task/cancelAccountMoneyTransfer":138,"./factory/task/cancelMoneyTransfer":139,"./factory/task/cancelPendingReservation":140,"./factory/task/cancelReservation":141,"./factory/task/confirmCancelReserve":142,"./factory/task/importEventCapacitiesFromCOA":143,"./factory/task/importEventsFromCOA":144,"./factory/task/importOffersFromCOA":145,"./factory/task/moneyTransfer":146,"./factory/task/orderProgramMembership":147,"./factory/task/pay":148,"./factory/task/refund":149,"./factory/task/registerService":150,"./factory/task/reserve":151,"./factory/task/sendEmailMessage":152,"./factory/task/triggerWebhook":153,"./factory/task/voidPayment":154,"./factory/taskName":133,"./factory/taskStatus":134,"./factory/thing":155,"./factory/transaction/moneyTransfer":159,"./factory/transaction/placeOrder":160,"./factory/transaction/returnOrder":161,"./factory/transactionStatusType":156,"./factory/transactionTasksExportationStatus":157,"./factory/transactionType":158,"./factory/unitCode":162,"@waiter/factory":260}],14:[function(require,module,exports){
|
|
1884
1889
|
"use strict";
|
|
1885
1890
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1886
1891
|
|
|
@@ -2379,7 +2384,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2379
2384
|
}(chevre_1.ChevreError));
|
|
2380
2385
|
exports.default = AlreadyInUseError;
|
|
2381
2386
|
|
|
2382
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2387
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],76:[function(require,module,exports){
|
|
2383
2388
|
"use strict";
|
|
2384
2389
|
var __extends = (this && this.__extends) || (function () {
|
|
2385
2390
|
var extendStatics = function (d, b) {
|
|
@@ -2422,7 +2427,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2422
2427
|
}(chevre_1.ChevreError));
|
|
2423
2428
|
exports.default = ArgumentError;
|
|
2424
2429
|
|
|
2425
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2430
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],77:[function(require,module,exports){
|
|
2426
2431
|
"use strict";
|
|
2427
2432
|
var __extends = (this && this.__extends) || (function () {
|
|
2428
2433
|
var extendStatics = function (d, b) {
|
|
@@ -2465,7 +2470,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2465
2470
|
}(chevre_1.ChevreError));
|
|
2466
2471
|
exports.default = ArgumentNullError;
|
|
2467
2472
|
|
|
2468
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2473
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],78:[function(require,module,exports){
|
|
2469
2474
|
"use strict";
|
|
2470
2475
|
var __extends = (this && this.__extends) || (function () {
|
|
2471
2476
|
var extendStatics = function (d, b) {
|
|
@@ -2504,7 +2509,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2504
2509
|
}(Error));
|
|
2505
2510
|
exports.ChevreError = ChevreError;
|
|
2506
2511
|
|
|
2507
|
-
},{"setprototypeof":
|
|
2512
|
+
},{"setprototypeof":289}],79:[function(require,module,exports){
|
|
2508
2513
|
"use strict";
|
|
2509
2514
|
var __extends = (this && this.__extends) || (function () {
|
|
2510
2515
|
var extendStatics = function (d, b) {
|
|
@@ -2546,7 +2551,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2546
2551
|
}(chevre_1.ChevreError));
|
|
2547
2552
|
exports.default = ForbiddenError;
|
|
2548
2553
|
|
|
2549
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2554
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],80:[function(require,module,exports){
|
|
2550
2555
|
"use strict";
|
|
2551
2556
|
var __extends = (this && this.__extends) || (function () {
|
|
2552
2557
|
var extendStatics = function (d, b) {
|
|
@@ -2588,7 +2593,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2588
2593
|
}(chevre_1.ChevreError));
|
|
2589
2594
|
exports.default = GatewayTimeoutError;
|
|
2590
2595
|
|
|
2591
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2596
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],81:[function(require,module,exports){
|
|
2592
2597
|
"use strict";
|
|
2593
2598
|
var __extends = (this && this.__extends) || (function () {
|
|
2594
2599
|
var extendStatics = function (d, b) {
|
|
@@ -2631,7 +2636,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2631
2636
|
}(chevre_1.ChevreError));
|
|
2632
2637
|
exports.default = NotFoundError;
|
|
2633
2638
|
|
|
2634
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2639
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],82:[function(require,module,exports){
|
|
2635
2640
|
"use strict";
|
|
2636
2641
|
var __extends = (this && this.__extends) || (function () {
|
|
2637
2642
|
var extendStatics = function (d, b) {
|
|
@@ -2673,7 +2678,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2673
2678
|
}(chevre_1.ChevreError));
|
|
2674
2679
|
exports.default = NotImplementedError;
|
|
2675
2680
|
|
|
2676
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2681
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],83:[function(require,module,exports){
|
|
2677
2682
|
"use strict";
|
|
2678
2683
|
var __extends = (this && this.__extends) || (function () {
|
|
2679
2684
|
var extendStatics = function (d, b) {
|
|
@@ -2715,7 +2720,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2715
2720
|
}(chevre_1.ChevreError));
|
|
2716
2721
|
exports.default = RateLimitExceededError;
|
|
2717
2722
|
|
|
2718
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2723
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],84:[function(require,module,exports){
|
|
2719
2724
|
"use strict";
|
|
2720
2725
|
var __extends = (this && this.__extends) || (function () {
|
|
2721
2726
|
var extendStatics = function (d, b) {
|
|
@@ -2757,7 +2762,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2757
2762
|
}(chevre_1.ChevreError));
|
|
2758
2763
|
exports.default = ServiceUnavailableError;
|
|
2759
2764
|
|
|
2760
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2765
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],85:[function(require,module,exports){
|
|
2761
2766
|
"use strict";
|
|
2762
2767
|
var __extends = (this && this.__extends) || (function () {
|
|
2763
2768
|
var extendStatics = function (d, b) {
|
|
@@ -2799,7 +2804,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2799
2804
|
}(chevre_1.ChevreError));
|
|
2800
2805
|
exports.default = UnauthorizedError;
|
|
2801
2806
|
|
|
2802
|
-
},{"../errorCode":74,"./chevre":78,"setprototypeof":
|
|
2807
|
+
},{"../errorCode":74,"./chevre":78,"setprototypeof":289}],86:[function(require,module,exports){
|
|
2803
2808
|
"use strict";
|
|
2804
2809
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2805
2810
|
exports.Unauthorized = exports.Chevre = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2951,6 +2956,7 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2951
2956
|
},{"dup":14}],99:[function(require,module,exports){
|
|
2952
2957
|
"use strict";
|
|
2953
2958
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2959
|
+
exports.OfferType = void 0;
|
|
2954
2960
|
/**
|
|
2955
2961
|
* オファータイプ
|
|
2956
2962
|
*/
|
|
@@ -2958,8 +2964,8 @@ var OfferType;
|
|
|
2958
2964
|
(function (OfferType) {
|
|
2959
2965
|
OfferType["Offer"] = "Offer";
|
|
2960
2966
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
2961
|
-
})(OfferType || (OfferType = {}));
|
|
2962
|
-
|
|
2967
|
+
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
2968
|
+
// export default OfferType;
|
|
2963
2969
|
|
|
2964
2970
|
},{}],100:[function(require,module,exports){
|
|
2965
2971
|
"use strict";
|
|
@@ -3219,6 +3225,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3219
3225
|
},{"dup":14}],128:[function(require,module,exports){
|
|
3220
3226
|
arguments[4][14][0].apply(exports,arguments)
|
|
3221
3227
|
},{"dup":14}],129:[function(require,module,exports){
|
|
3228
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3229
|
+
},{"dup":14}],130:[function(require,module,exports){
|
|
3222
3230
|
"use strict";
|
|
3223
3231
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3224
3232
|
exports.PaymentServiceType = void 0;
|
|
@@ -3230,7 +3238,7 @@ var PaymentServiceType;
|
|
|
3230
3238
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
3231
3239
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
3232
3240
|
|
|
3233
|
-
},{}],
|
|
3241
|
+
},{}],131:[function(require,module,exports){
|
|
3234
3242
|
"use strict";
|
|
3235
3243
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3236
3244
|
exports.Identifier = void 0;
|
|
@@ -3240,7 +3248,7 @@ var Identifier;
|
|
|
3240
3248
|
Identifier["Chevre"] = "Chevre";
|
|
3241
3249
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
3242
3250
|
|
|
3243
|
-
},{}],
|
|
3251
|
+
},{}],132:[function(require,module,exports){
|
|
3244
3252
|
"use strict";
|
|
3245
3253
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3246
3254
|
/**
|
|
@@ -3253,7 +3261,7 @@ var SortType;
|
|
|
3253
3261
|
})(SortType || (SortType = {}));
|
|
3254
3262
|
exports.default = SortType;
|
|
3255
3263
|
|
|
3256
|
-
},{}],
|
|
3264
|
+
},{}],133:[function(require,module,exports){
|
|
3257
3265
|
"use strict";
|
|
3258
3266
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3259
3267
|
/**
|
|
@@ -3369,7 +3377,7 @@ var TaskName;
|
|
|
3369
3377
|
})(TaskName || (TaskName = {}));
|
|
3370
3378
|
exports.default = TaskName;
|
|
3371
3379
|
|
|
3372
|
-
},{}],
|
|
3380
|
+
},{}],134:[function(require,module,exports){
|
|
3373
3381
|
"use strict";
|
|
3374
3382
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3375
3383
|
/**
|
|
@@ -3396,9 +3404,7 @@ var TaskStatus;
|
|
|
3396
3404
|
})(TaskStatus || (TaskStatus = {}));
|
|
3397
3405
|
exports.default = TaskStatus;
|
|
3398
3406
|
|
|
3399
|
-
},{}],
|
|
3400
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3401
|
-
},{"dup":14}],135:[function(require,module,exports){
|
|
3407
|
+
},{}],135:[function(require,module,exports){
|
|
3402
3408
|
arguments[4][14][0].apply(exports,arguments)
|
|
3403
3409
|
},{"dup":14}],136:[function(require,module,exports){
|
|
3404
3410
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3439,6 +3445,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3439
3445
|
},{"dup":14}],154:[function(require,module,exports){
|
|
3440
3446
|
arguments[4][14][0].apply(exports,arguments)
|
|
3441
3447
|
},{"dup":14}],155:[function(require,module,exports){
|
|
3448
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3449
|
+
},{"dup":14}],156:[function(require,module,exports){
|
|
3442
3450
|
"use strict";
|
|
3443
3451
|
/**
|
|
3444
3452
|
* 取引ステータス
|
|
@@ -3453,7 +3461,7 @@ var TransactionStatusType;
|
|
|
3453
3461
|
})(TransactionStatusType || (TransactionStatusType = {}));
|
|
3454
3462
|
exports.default = TransactionStatusType;
|
|
3455
3463
|
|
|
3456
|
-
},{}],
|
|
3464
|
+
},{}],157:[function(require,module,exports){
|
|
3457
3465
|
"use strict";
|
|
3458
3466
|
/**
|
|
3459
3467
|
* 取引タスクエクスポートステータス
|
|
@@ -3476,7 +3484,7 @@ var TransactionTasksExportationStatus;
|
|
|
3476
3484
|
})(TransactionTasksExportationStatus || (TransactionTasksExportationStatus = {}));
|
|
3477
3485
|
exports.default = TransactionTasksExportationStatus;
|
|
3478
3486
|
|
|
3479
|
-
},{}],
|
|
3487
|
+
},{}],158:[function(require,module,exports){
|
|
3480
3488
|
"use strict";
|
|
3481
3489
|
/**
|
|
3482
3490
|
* 取引タイプ
|
|
@@ -3499,11 +3507,11 @@ var TransactionType;
|
|
|
3499
3507
|
})(TransactionType || (TransactionType = {}));
|
|
3500
3508
|
exports.default = TransactionType;
|
|
3501
3509
|
|
|
3502
|
-
},{}],
|
|
3503
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3504
|
-
},{"dup":14}],159:[function(require,module,exports){
|
|
3510
|
+
},{}],159:[function(require,module,exports){
|
|
3505
3511
|
arguments[4][14][0].apply(exports,arguments)
|
|
3506
3512
|
},{"dup":14}],160:[function(require,module,exports){
|
|
3513
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3514
|
+
},{"dup":14}],161:[function(require,module,exports){
|
|
3507
3515
|
"use strict";
|
|
3508
3516
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3509
3517
|
exports.Reason = void 0;
|
|
@@ -3522,7 +3530,7 @@ var Reason;
|
|
|
3522
3530
|
Reason["Seller"] = "Seller";
|
|
3523
3531
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3524
3532
|
|
|
3525
|
-
},{}],
|
|
3533
|
+
},{}],162:[function(require,module,exports){
|
|
3526
3534
|
"use strict";
|
|
3527
3535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3528
3536
|
exports.UnitCode = void 0;
|
|
@@ -3549,7 +3557,7 @@ var UnitCode;
|
|
|
3549
3557
|
UnitCode["Sec"] = "SEC";
|
|
3550
3558
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
3551
3559
|
|
|
3552
|
-
},{}],
|
|
3560
|
+
},{}],163:[function(require,module,exports){
|
|
3553
3561
|
"use strict";
|
|
3554
3562
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3555
3563
|
if (k2 === undefined) k2 = k;
|
|
@@ -3570,7 +3578,7 @@ __exportStar(require("./chevre"), exports);
|
|
|
3570
3578
|
*/
|
|
3571
3579
|
exports.chevre = chevre;
|
|
3572
3580
|
|
|
3573
|
-
},{"./chevre":13}],
|
|
3581
|
+
},{"./chevre":13}],164:[function(require,module,exports){
|
|
3574
3582
|
"use strict";
|
|
3575
3583
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3576
3584
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -3648,7 +3656,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
3648
3656
|
}());
|
|
3649
3657
|
exports.StubAuthClient = StubAuthClient;
|
|
3650
3658
|
|
|
3651
|
-
},{"../transporters":
|
|
3659
|
+
},{"../transporters":241}],165:[function(require,module,exports){
|
|
3652
3660
|
"use strict";
|
|
3653
3661
|
var __extends = (this && this.__extends) || (function () {
|
|
3654
3662
|
var extendStatics = function (d, b) {
|
|
@@ -4182,7 +4190,7 @@ var service;
|
|
|
4182
4190
|
service.UserPool = UserPool;
|
|
4183
4191
|
})(service = exports.service || (exports.service = {}));
|
|
4184
4192
|
|
|
4185
|
-
},{"./chevre/account":
|
|
4193
|
+
},{"./chevre/account":166,"./chevre/accountAction":167,"./chevre/accountTitle":168,"./chevre/accountingReport":169,"./chevre/action":170,"./chevre/assetTransaction":171,"./chevre/assetTransaction/cancelReservation":172,"./chevre/assetTransaction/moneyTransfer":173,"./chevre/assetTransaction/pay":174,"./chevre/assetTransaction/refund":175,"./chevre/assetTransaction/registerService":176,"./chevre/assetTransaction/reserve":177,"./chevre/authorization":178,"./chevre/categoryCode":179,"./chevre/creativeWork":180,"./chevre/customer":181,"./chevre/emailMessage":182,"./chevre/event":183,"./chevre/iam":184,"./chevre/me":185,"./chevre/offer":186,"./chevre/offerCatalog":187,"./chevre/order":188,"./chevre/orderNumber":189,"./chevre/ownershipInfo":190,"./chevre/permit":191,"./chevre/person":192,"./chevre/person/ownershipInfo":193,"./chevre/place":194,"./chevre/priceSpecification":195,"./chevre/product":196,"./chevre/project":197,"./chevre/reservation":198,"./chevre/seller":199,"./chevre/task":200,"./chevre/token":201,"./chevre/transaction/moneyTransfer":203,"./chevre/transaction/placeOrder":204,"./chevre/transaction/returnOrder":205,"./chevre/transactionNumber":202,"./chevre/userPool":206,"./factory":207}],166:[function(require,module,exports){
|
|
4186
4194
|
"use strict";
|
|
4187
4195
|
var __extends = (this && this.__extends) || (function () {
|
|
4188
4196
|
var extendStatics = function (d, b) {
|
|
@@ -4426,7 +4434,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4426
4434
|
}(service_1.Service));
|
|
4427
4435
|
exports.AccountService = AccountService;
|
|
4428
4436
|
|
|
4429
|
-
},{"../service":
|
|
4437
|
+
},{"../service":214,"http-status":275}],167:[function(require,module,exports){
|
|
4430
4438
|
"use strict";
|
|
4431
4439
|
var __extends = (this && this.__extends) || (function () {
|
|
4432
4440
|
var extendStatics = function (d, b) {
|
|
@@ -4523,7 +4531,7 @@ var AccountActionService = /** @class */ (function (_super) {
|
|
|
4523
4531
|
}(service_1.Service));
|
|
4524
4532
|
exports.AccountActionService = AccountActionService;
|
|
4525
4533
|
|
|
4526
|
-
},{"../service":
|
|
4534
|
+
},{"../service":214,"http-status":275}],168:[function(require,module,exports){
|
|
4527
4535
|
"use strict";
|
|
4528
4536
|
var __extends = (this && this.__extends) || (function () {
|
|
4529
4537
|
var extendStatics = function (d, b) {
|
|
@@ -4860,7 +4868,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4860
4868
|
}(service_1.Service));
|
|
4861
4869
|
exports.AccountTitleService = AccountTitleService;
|
|
4862
4870
|
|
|
4863
|
-
},{"../factory":
|
|
4871
|
+
},{"../factory":207,"../service":214,"http-status":275}],169:[function(require,module,exports){
|
|
4864
4872
|
"use strict";
|
|
4865
4873
|
var __extends = (this && this.__extends) || (function () {
|
|
4866
4874
|
var extendStatics = function (d, b) {
|
|
@@ -4957,7 +4965,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
4957
4965
|
}(service_1.Service));
|
|
4958
4966
|
exports.AccountingReportService = AccountingReportService;
|
|
4959
4967
|
|
|
4960
|
-
},{"../service":
|
|
4968
|
+
},{"../service":214,"http-status":275}],170:[function(require,module,exports){
|
|
4961
4969
|
"use strict";
|
|
4962
4970
|
var __extends = (this && this.__extends) || (function () {
|
|
4963
4971
|
var extendStatics = function (d, b) {
|
|
@@ -5054,7 +5062,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5054
5062
|
}(service_1.Service));
|
|
5055
5063
|
exports.ActionService = ActionService;
|
|
5056
5064
|
|
|
5057
|
-
},{"../service":
|
|
5065
|
+
},{"../service":214,"http-status":275}],171:[function(require,module,exports){
|
|
5058
5066
|
"use strict";
|
|
5059
5067
|
var __extends = (this && this.__extends) || (function () {
|
|
5060
5068
|
var extendStatics = function (d, b) {
|
|
@@ -5151,7 +5159,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5151
5159
|
}(service_1.Service));
|
|
5152
5160
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5153
5161
|
|
|
5154
|
-
},{"../service":
|
|
5162
|
+
},{"../service":214,"http-status":275}],172:[function(require,module,exports){
|
|
5155
5163
|
"use strict";
|
|
5156
5164
|
var __extends = (this && this.__extends) || (function () {
|
|
5157
5165
|
var extendStatics = function (d, b) {
|
|
@@ -5299,7 +5307,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5299
5307
|
}(service_1.Service));
|
|
5300
5308
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5301
5309
|
|
|
5302
|
-
},{"../../service":
|
|
5310
|
+
},{"../../service":214,"http-status":275}],173:[function(require,module,exports){
|
|
5303
5311
|
"use strict";
|
|
5304
5312
|
var __extends = (this && this.__extends) || (function () {
|
|
5305
5313
|
var extendStatics = function (d, b) {
|
|
@@ -5432,7 +5440,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5432
5440
|
}(service_1.Service));
|
|
5433
5441
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5434
5442
|
|
|
5435
|
-
},{"../../factory":
|
|
5443
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],174:[function(require,module,exports){
|
|
5436
5444
|
"use strict";
|
|
5437
5445
|
var __extends = (this && this.__extends) || (function () {
|
|
5438
5446
|
var extendStatics = function (d, b) {
|
|
@@ -5645,7 +5653,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5645
5653
|
}(service_1.Service));
|
|
5646
5654
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5647
5655
|
|
|
5648
|
-
},{"../../factory":
|
|
5656
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],175:[function(require,module,exports){
|
|
5649
5657
|
"use strict";
|
|
5650
5658
|
var __extends = (this && this.__extends) || (function () {
|
|
5651
5659
|
var extendStatics = function (d, b) {
|
|
@@ -5778,7 +5786,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5778
5786
|
}(service_1.Service));
|
|
5779
5787
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5780
5788
|
|
|
5781
|
-
},{"../../factory":
|
|
5789
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],176:[function(require,module,exports){
|
|
5782
5790
|
"use strict";
|
|
5783
5791
|
var __extends = (this && this.__extends) || (function () {
|
|
5784
5792
|
var extendStatics = function (d, b) {
|
|
@@ -5911,7 +5919,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5911
5919
|
}(service_1.Service));
|
|
5912
5920
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
5913
5921
|
|
|
5914
|
-
},{"../../factory":
|
|
5922
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],177:[function(require,module,exports){
|
|
5915
5923
|
"use strict";
|
|
5916
5924
|
var __extends = (this && this.__extends) || (function () {
|
|
5917
5925
|
var extendStatics = function (d, b) {
|
|
@@ -6061,7 +6069,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6061
6069
|
}(service_1.Service));
|
|
6062
6070
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6063
6071
|
|
|
6064
|
-
},{"../../service":
|
|
6072
|
+
},{"../../service":214,"http-status":275}],178:[function(require,module,exports){
|
|
6065
6073
|
"use strict";
|
|
6066
6074
|
var __extends = (this && this.__extends) || (function () {
|
|
6067
6075
|
var extendStatics = function (d, b) {
|
|
@@ -6177,7 +6185,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6177
6185
|
}(service_1.Service));
|
|
6178
6186
|
exports.AuthorizationService = AuthorizationService;
|
|
6179
6187
|
|
|
6180
|
-
},{"../service":
|
|
6188
|
+
},{"../service":214,"http-status":275}],179:[function(require,module,exports){
|
|
6181
6189
|
"use strict";
|
|
6182
6190
|
var __extends = (this && this.__extends) || (function () {
|
|
6183
6191
|
var extendStatics = function (d, b) {
|
|
@@ -6341,7 +6349,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6341
6349
|
}(service_1.Service));
|
|
6342
6350
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6343
6351
|
|
|
6344
|
-
},{"../service":
|
|
6352
|
+
},{"../service":214,"http-status":275}],180:[function(require,module,exports){
|
|
6345
6353
|
"use strict";
|
|
6346
6354
|
var __extends = (this && this.__extends) || (function () {
|
|
6347
6355
|
var extendStatics = function (d, b) {
|
|
@@ -6499,7 +6507,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6499
6507
|
}(service_1.Service));
|
|
6500
6508
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6501
6509
|
|
|
6502
|
-
},{"../service":
|
|
6510
|
+
},{"../service":214,"http-status":275}],181:[function(require,module,exports){
|
|
6503
6511
|
"use strict";
|
|
6504
6512
|
var __extends = (this && this.__extends) || (function () {
|
|
6505
6513
|
var extendStatics = function (d, b) {
|
|
@@ -6673,7 +6681,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6673
6681
|
}(service_1.Service));
|
|
6674
6682
|
exports.CustomerService = CustomerService;
|
|
6675
6683
|
|
|
6676
|
-
},{"../service":
|
|
6684
|
+
},{"../service":214,"http-status":275}],182:[function(require,module,exports){
|
|
6677
6685
|
"use strict";
|
|
6678
6686
|
var __extends = (this && this.__extends) || (function () {
|
|
6679
6687
|
var extendStatics = function (d, b) {
|
|
@@ -6847,7 +6855,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
6847
6855
|
}(service_1.Service));
|
|
6848
6856
|
exports.EmailMessageService = EmailMessageService;
|
|
6849
6857
|
|
|
6850
|
-
},{"../service":
|
|
6858
|
+
},{"../service":214,"http-status":275}],183:[function(require,module,exports){
|
|
6851
6859
|
"use strict";
|
|
6852
6860
|
var __extends = (this && this.__extends) || (function () {
|
|
6853
6861
|
var extendStatics = function (d, b) {
|
|
@@ -7089,7 +7097,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7089
7097
|
}(service_1.Service));
|
|
7090
7098
|
exports.EventService = EventService;
|
|
7091
7099
|
|
|
7092
|
-
},{"../service":
|
|
7100
|
+
},{"../service":214,"http-status":275}],184:[function(require,module,exports){
|
|
7093
7101
|
"use strict";
|
|
7094
7102
|
var __extends = (this && this.__extends) || (function () {
|
|
7095
7103
|
var extendStatics = function (d, b) {
|
|
@@ -7412,7 +7420,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7412
7420
|
}(service_1.Service));
|
|
7413
7421
|
exports.IAMService = IAMService;
|
|
7414
7422
|
|
|
7415
|
-
},{"../service":
|
|
7423
|
+
},{"../service":214,"http-status":275}],185:[function(require,module,exports){
|
|
7416
7424
|
"use strict";
|
|
7417
7425
|
var __extends = (this && this.__extends) || (function () {
|
|
7418
7426
|
var extendStatics = function (d, b) {
|
|
@@ -7509,7 +7517,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7509
7517
|
}(service_1.Service));
|
|
7510
7518
|
exports.MeService = MeService;
|
|
7511
7519
|
|
|
7512
|
-
},{"../service":
|
|
7520
|
+
},{"../service":214,"http-status":275}],186:[function(require,module,exports){
|
|
7513
7521
|
"use strict";
|
|
7514
7522
|
var __extends = (this && this.__extends) || (function () {
|
|
7515
7523
|
var extendStatics = function (d, b) {
|
|
@@ -7679,7 +7687,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
7679
7687
|
}(service_1.Service));
|
|
7680
7688
|
exports.OfferService = OfferService;
|
|
7681
7689
|
|
|
7682
|
-
},{"../service":
|
|
7690
|
+
},{"../service":214,"http-status":275}],187:[function(require,module,exports){
|
|
7683
7691
|
"use strict";
|
|
7684
7692
|
var __extends = (this && this.__extends) || (function () {
|
|
7685
7693
|
var extendStatics = function (d, b) {
|
|
@@ -7849,7 +7857,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
7849
7857
|
}(service_1.Service));
|
|
7850
7858
|
exports.OfferCatalogService = OfferCatalogService;
|
|
7851
7859
|
|
|
7852
|
-
},{"../service":
|
|
7860
|
+
},{"../service":214,"http-status":275}],188:[function(require,module,exports){
|
|
7853
7861
|
"use strict";
|
|
7854
7862
|
var __extends = (this && this.__extends) || (function () {
|
|
7855
7863
|
var extendStatics = function (d, b) {
|
|
@@ -8141,7 +8149,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8141
8149
|
}(service_1.Service));
|
|
8142
8150
|
exports.OrderService = OrderService;
|
|
8143
8151
|
|
|
8144
|
-
},{"../factory":
|
|
8152
|
+
},{"../factory":207,"../service":214,"http-status":275}],189:[function(require,module,exports){
|
|
8145
8153
|
"use strict";
|
|
8146
8154
|
var __extends = (this && this.__extends) || (function () {
|
|
8147
8155
|
var extendStatics = function (d, b) {
|
|
@@ -8229,7 +8237,7 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
8229
8237
|
}(service_1.Service));
|
|
8230
8238
|
exports.OrderNumberService = OrderNumberService;
|
|
8231
8239
|
|
|
8232
|
-
},{"../service":
|
|
8240
|
+
},{"../service":214,"http-status":275}],190:[function(require,module,exports){
|
|
8233
8241
|
"use strict";
|
|
8234
8242
|
var __extends = (this && this.__extends) || (function () {
|
|
8235
8243
|
var extendStatics = function (d, b) {
|
|
@@ -8342,7 +8350,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8342
8350
|
}(service_1.Service));
|
|
8343
8351
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
8344
8352
|
|
|
8345
|
-
},{"../service":
|
|
8353
|
+
},{"../service":214,"http-status":275}],191:[function(require,module,exports){
|
|
8346
8354
|
"use strict";
|
|
8347
8355
|
var __extends = (this && this.__extends) || (function () {
|
|
8348
8356
|
var extendStatics = function (d, b) {
|
|
@@ -8498,7 +8506,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
8498
8506
|
}(service_1.Service));
|
|
8499
8507
|
exports.PermitService = PermitService;
|
|
8500
8508
|
|
|
8501
|
-
},{"../service":
|
|
8509
|
+
},{"../service":214,"http-status":275}],192:[function(require,module,exports){
|
|
8502
8510
|
"use strict";
|
|
8503
8511
|
var __extends = (this && this.__extends) || (function () {
|
|
8504
8512
|
var extendStatics = function (d, b) {
|
|
@@ -8715,7 +8723,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
8715
8723
|
}(service_1.Service));
|
|
8716
8724
|
exports.PersonService = PersonService;
|
|
8717
8725
|
|
|
8718
|
-
},{"../service":
|
|
8726
|
+
},{"../service":214,"http-status":275}],193:[function(require,module,exports){
|
|
8719
8727
|
"use strict";
|
|
8720
8728
|
var __extends = (this && this.__extends) || (function () {
|
|
8721
8729
|
var extendStatics = function (d, b) {
|
|
@@ -8954,7 +8962,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8954
8962
|
}(service_1.Service));
|
|
8955
8963
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
8956
8964
|
|
|
8957
|
-
},{"../../service":
|
|
8965
|
+
},{"../../service":214,"http-status":275}],194:[function(require,module,exports){
|
|
8958
8966
|
"use strict";
|
|
8959
8967
|
var __extends = (this && this.__extends) || (function () {
|
|
8960
8968
|
var extendStatics = function (d, b) {
|
|
@@ -9389,7 +9397,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
9389
9397
|
}(service_1.Service));
|
|
9390
9398
|
exports.PlaceService = PlaceService;
|
|
9391
9399
|
|
|
9392
|
-
},{"../factory":
|
|
9400
|
+
},{"../factory":207,"../service":214,"http-status":275}],195:[function(require,module,exports){
|
|
9393
9401
|
"use strict";
|
|
9394
9402
|
var __extends = (this && this.__extends) || (function () {
|
|
9395
9403
|
var extendStatics = function (d, b) {
|
|
@@ -9553,7 +9561,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
9553
9561
|
}(service_1.Service));
|
|
9554
9562
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
9555
9563
|
|
|
9556
|
-
},{"../service":
|
|
9564
|
+
},{"../service":214,"http-status":275}],196:[function(require,module,exports){
|
|
9557
9565
|
"use strict";
|
|
9558
9566
|
var __extends = (this && this.__extends) || (function () {
|
|
9559
9567
|
var extendStatics = function (d, b) {
|
|
@@ -9755,7 +9763,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
9755
9763
|
}(service_1.Service));
|
|
9756
9764
|
exports.ProductService = ProductService;
|
|
9757
9765
|
|
|
9758
|
-
},{"../service":
|
|
9766
|
+
},{"../service":214,"http-status":275}],197:[function(require,module,exports){
|
|
9759
9767
|
"use strict";
|
|
9760
9768
|
var __extends = (this && this.__extends) || (function () {
|
|
9761
9769
|
var extendStatics = function (d, b) {
|
|
@@ -9960,7 +9968,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
9960
9968
|
}(service_1.Service));
|
|
9961
9969
|
exports.ProjectService = ProjectService;
|
|
9962
9970
|
|
|
9963
|
-
},{"../service":
|
|
9971
|
+
},{"../service":214,"http-status":275}],198:[function(require,module,exports){
|
|
9964
9972
|
"use strict";
|
|
9965
9973
|
var __extends = (this && this.__extends) || (function () {
|
|
9966
9974
|
var extendStatics = function (d, b) {
|
|
@@ -10176,7 +10184,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
10176
10184
|
}(service_1.Service));
|
|
10177
10185
|
exports.ReservationService = ReservationService;
|
|
10178
10186
|
|
|
10179
|
-
},{"../service":
|
|
10187
|
+
},{"../service":214,"http-status":275}],199:[function(require,module,exports){
|
|
10180
10188
|
"use strict";
|
|
10181
10189
|
var __extends = (this && this.__extends) || (function () {
|
|
10182
10190
|
var extendStatics = function (d, b) {
|
|
@@ -10354,7 +10362,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
10354
10362
|
}(service_1.Service));
|
|
10355
10363
|
exports.SellerService = SellerService;
|
|
10356
10364
|
|
|
10357
|
-
},{"../service":
|
|
10365
|
+
},{"../service":214,"http-status":275}],200:[function(require,module,exports){
|
|
10358
10366
|
"use strict";
|
|
10359
10367
|
var __extends = (this && this.__extends) || (function () {
|
|
10360
10368
|
var extendStatics = function (d, b) {
|
|
@@ -10488,7 +10496,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
10488
10496
|
}(service_1.Service));
|
|
10489
10497
|
exports.TaskService = TaskService;
|
|
10490
10498
|
|
|
10491
|
-
},{"../service":
|
|
10499
|
+
},{"../service":214,"http-status":275}],201:[function(require,module,exports){
|
|
10492
10500
|
"use strict";
|
|
10493
10501
|
var __extends = (this && this.__extends) || (function () {
|
|
10494
10502
|
var extendStatics = function (d, b) {
|
|
@@ -10576,7 +10584,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
10576
10584
|
}(service_1.Service));
|
|
10577
10585
|
exports.TokenService = TokenService;
|
|
10578
10586
|
|
|
10579
|
-
},{"../service":
|
|
10587
|
+
},{"../service":214,"http-status":275}],202:[function(require,module,exports){
|
|
10580
10588
|
"use strict";
|
|
10581
10589
|
var __extends = (this && this.__extends) || (function () {
|
|
10582
10590
|
var extendStatics = function (d, b) {
|
|
@@ -10664,7 +10672,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10664
10672
|
}(service_1.Service));
|
|
10665
10673
|
exports.TransactionNumberService = TransactionNumberService;
|
|
10666
10674
|
|
|
10667
|
-
},{"../service":
|
|
10675
|
+
},{"../service":214,"http-status":275}],203:[function(require,module,exports){
|
|
10668
10676
|
"use strict";
|
|
10669
10677
|
var __extends = (this && this.__extends) || (function () {
|
|
10670
10678
|
var extendStatics = function (d, b) {
|
|
@@ -10783,7 +10791,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10783
10791
|
}(service_1.Service));
|
|
10784
10792
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10785
10793
|
|
|
10786
|
-
},{"../../factory":
|
|
10794
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],204:[function(require,module,exports){
|
|
10787
10795
|
"use strict";
|
|
10788
10796
|
var __extends = (this && this.__extends) || (function () {
|
|
10789
10797
|
var extendStatics = function (d, b) {
|
|
@@ -10902,7 +10910,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
10902
10910
|
}(service_1.Service));
|
|
10903
10911
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
10904
10912
|
|
|
10905
|
-
},{"../../factory":
|
|
10913
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],205:[function(require,module,exports){
|
|
10906
10914
|
"use strict";
|
|
10907
10915
|
var __extends = (this && this.__extends) || (function () {
|
|
10908
10916
|
var extendStatics = function (d, b) {
|
|
@@ -11002,7 +11010,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11002
11010
|
}(service_1.Service));
|
|
11003
11011
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
11004
11012
|
|
|
11005
|
-
},{"../../factory":
|
|
11013
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],206:[function(require,module,exports){
|
|
11006
11014
|
"use strict";
|
|
11007
11015
|
var __extends = (this && this.__extends) || (function () {
|
|
11008
11016
|
var extendStatics = function (d, b) {
|
|
@@ -11135,7 +11143,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
11135
11143
|
}(service_1.Service));
|
|
11136
11144
|
exports.UserPoolService = UserPoolService;
|
|
11137
11145
|
|
|
11138
|
-
},{"../service":
|
|
11146
|
+
},{"../service":214,"http-status":275}],207:[function(require,module,exports){
|
|
11139
11147
|
"use strict";
|
|
11140
11148
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11141
11149
|
if (k2 === undefined) k2 = k;
|
|
@@ -11153,7 +11161,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11153
11161
|
*/
|
|
11154
11162
|
__exportStar(require("@chevre/factory"), exports);
|
|
11155
11163
|
|
|
11156
|
-
},{"@chevre/factory":
|
|
11164
|
+
},{"@chevre/factory":163}],208:[function(require,module,exports){
|
|
11157
11165
|
"use strict";
|
|
11158
11166
|
var __extends = (this && this.__extends) || (function () {
|
|
11159
11167
|
var extendStatics = function (d, b) {
|
|
@@ -11580,7 +11588,7 @@ var service;
|
|
|
11580
11588
|
service.txn = transaction;
|
|
11581
11589
|
})(service = exports.service || (exports.service = {}));
|
|
11582
11590
|
|
|
11583
|
-
},{"./auth/authClient":
|
|
11591
|
+
},{"./auth/authClient":164,"./chevre":165,"./factory":207,"./pecorino":209,"./service":214,"./service/account":215,"./service/action":216,"./service/categoryCode":217,"./service/creativeWork":218,"./service/customer":219,"./service/delivery":220,"./service/emailMessage":221,"./service/event":222,"./service/iam":223,"./service/offer":224,"./service/order":225,"./service/ownershipInfo":226,"./service/payment":227,"./service/permit":228,"./service/person":229,"./service/person/ownershipInfo":230,"./service/place":231,"./service/product":232,"./service/project":233,"./service/reservation":234,"./service/seller":235,"./service/token":236,"./service/transaction/moneyTransfer":237,"./service/transaction/placeOrder":238,"./service/transaction/placeOrder4sskts":239,"./service/transaction/returnOrder":240,"./transporters":241}],209:[function(require,module,exports){
|
|
11584
11592
|
"use strict";
|
|
11585
11593
|
var __extends = (this && this.__extends) || (function () {
|
|
11586
11594
|
var extendStatics = function (d, b) {
|
|
@@ -11660,7 +11668,7 @@ var service;
|
|
|
11660
11668
|
})(transaction = service.transaction || (service.transaction = {}));
|
|
11661
11669
|
})(service = exports.service || (exports.service = {}));
|
|
11662
11670
|
|
|
11663
|
-
},{"./factory":
|
|
11671
|
+
},{"./factory":207,"./pecorino/permit":210,"./pecorino/transaction/deposit":211,"./pecorino/transaction/transfer":212,"./pecorino/transaction/withdraw":213}],210:[function(require,module,exports){
|
|
11664
11672
|
"use strict";
|
|
11665
11673
|
var __extends = (this && this.__extends) || (function () {
|
|
11666
11674
|
var extendStatics = function (d, b) {
|
|
@@ -11769,7 +11777,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
11769
11777
|
}(service_1.Service));
|
|
11770
11778
|
exports.PermitService = PermitService;
|
|
11771
11779
|
|
|
11772
|
-
},{"../service":
|
|
11780
|
+
},{"../service":214,"http-status":275}],211:[function(require,module,exports){
|
|
11773
11781
|
"use strict";
|
|
11774
11782
|
var __extends = (this && this.__extends) || (function () {
|
|
11775
11783
|
var extendStatics = function (d, b) {
|
|
@@ -11902,7 +11910,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
11902
11910
|
}(service_1.Service));
|
|
11903
11911
|
exports.DepositTransactionService = DepositTransactionService;
|
|
11904
11912
|
|
|
11905
|
-
},{"../../service":
|
|
11913
|
+
},{"../../service":214,"@chevre/factory":163,"http-status":275}],212:[function(require,module,exports){
|
|
11906
11914
|
"use strict";
|
|
11907
11915
|
var __extends = (this && this.__extends) || (function () {
|
|
11908
11916
|
var extendStatics = function (d, b) {
|
|
@@ -12035,7 +12043,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
|
|
|
12035
12043
|
}(service_1.Service));
|
|
12036
12044
|
exports.TransferTransactionService = TransferTransactionService;
|
|
12037
12045
|
|
|
12038
|
-
},{"../../service":
|
|
12046
|
+
},{"../../service":214,"@chevre/factory":163,"http-status":275}],213:[function(require,module,exports){
|
|
12039
12047
|
"use strict";
|
|
12040
12048
|
var __extends = (this && this.__extends) || (function () {
|
|
12041
12049
|
var extendStatics = function (d, b) {
|
|
@@ -12168,7 +12176,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
|
|
|
12168
12176
|
}(service_1.Service));
|
|
12169
12177
|
exports.WithdrawTransactionService = WithdrawTransactionService;
|
|
12170
12178
|
|
|
12171
|
-
},{"../../service":
|
|
12179
|
+
},{"../../service":214,"@chevre/factory":163,"http-status":275}],214:[function(require,module,exports){
|
|
12172
12180
|
"use strict";
|
|
12173
12181
|
var __assign = (this && this.__assign) || function () {
|
|
12174
12182
|
__assign = Object.assign || function(t) {
|
|
@@ -12275,7 +12283,7 @@ var Service = /** @class */ (function () {
|
|
|
12275
12283
|
}());
|
|
12276
12284
|
exports.Service = Service;
|
|
12277
12285
|
|
|
12278
|
-
},{"./transporters":
|
|
12286
|
+
},{"./transporters":241,"qs":243}],215:[function(require,module,exports){
|
|
12279
12287
|
"use strict";
|
|
12280
12288
|
var __extends = (this && this.__extends) || (function () {
|
|
12281
12289
|
var extendStatics = function (d, b) {
|
|
@@ -12384,9 +12392,9 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
12384
12392
|
}(service_1.Service));
|
|
12385
12393
|
exports.AccountService = AccountService;
|
|
12386
12394
|
|
|
12387
|
-
},{"../service":
|
|
12388
|
-
arguments[4][
|
|
12389
|
-
},{"../service":
|
|
12395
|
+
},{"../service":214,"http-status":275}],216:[function(require,module,exports){
|
|
12396
|
+
arguments[4][170][0].apply(exports,arguments)
|
|
12397
|
+
},{"../service":214,"dup":170,"http-status":275}],217:[function(require,module,exports){
|
|
12390
12398
|
"use strict";
|
|
12391
12399
|
var __extends = (this && this.__extends) || (function () {
|
|
12392
12400
|
var extendStatics = function (d, b) {
|
|
@@ -12483,7 +12491,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
12483
12491
|
}(service_1.Service));
|
|
12484
12492
|
exports.CategoryCodeService = CategoryCodeService;
|
|
12485
12493
|
|
|
12486
|
-
},{"../service":
|
|
12494
|
+
},{"../service":214,"http-status":275}],218:[function(require,module,exports){
|
|
12487
12495
|
"use strict";
|
|
12488
12496
|
var __extends = (this && this.__extends) || (function () {
|
|
12489
12497
|
var extendStatics = function (d, b) {
|
|
@@ -12580,7 +12588,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
12580
12588
|
}(service_1.Service));
|
|
12581
12589
|
exports.CreativeWorkService = CreativeWorkService;
|
|
12582
12590
|
|
|
12583
|
-
},{"../service":
|
|
12591
|
+
},{"../service":214,"http-status":275}],219:[function(require,module,exports){
|
|
12584
12592
|
"use strict";
|
|
12585
12593
|
var __extends = (this && this.__extends) || (function () {
|
|
12586
12594
|
var extendStatics = function (d, b) {
|
|
@@ -12695,7 +12703,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
12695
12703
|
}(service_1.Service));
|
|
12696
12704
|
exports.CustomerService = CustomerService;
|
|
12697
12705
|
|
|
12698
|
-
},{"../service":
|
|
12706
|
+
},{"../service":214,"http-status":275}],220:[function(require,module,exports){
|
|
12699
12707
|
"use strict";
|
|
12700
12708
|
var __extends = (this && this.__extends) || (function () {
|
|
12701
12709
|
var extendStatics = function (d, b) {
|
|
@@ -12787,7 +12795,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
12787
12795
|
}(service_1.Service));
|
|
12788
12796
|
exports.DeliveryService = DeliveryService;
|
|
12789
12797
|
|
|
12790
|
-
},{"../service":
|
|
12798
|
+
},{"../service":214,"http-status":275}],221:[function(require,module,exports){
|
|
12791
12799
|
"use strict";
|
|
12792
12800
|
var __extends = (this && this.__extends) || (function () {
|
|
12793
12801
|
var extendStatics = function (d, b) {
|
|
@@ -12884,7 +12892,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
12884
12892
|
}(service_1.Service));
|
|
12885
12893
|
exports.EmailMessageService = EmailMessageService;
|
|
12886
12894
|
|
|
12887
|
-
},{"../service":
|
|
12895
|
+
},{"../service":214,"http-status":275}],222:[function(require,module,exports){
|
|
12888
12896
|
"use strict";
|
|
12889
12897
|
var __extends = (this && this.__extends) || (function () {
|
|
12890
12898
|
var extendStatics = function (d, b) {
|
|
@@ -13085,7 +13093,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
13085
13093
|
}(service_1.Service));
|
|
13086
13094
|
exports.EventService = EventService;
|
|
13087
13095
|
|
|
13088
|
-
},{"../service":
|
|
13096
|
+
},{"../service":214,"http-status":275}],223:[function(require,module,exports){
|
|
13089
13097
|
"use strict";
|
|
13090
13098
|
var __extends = (this && this.__extends) || (function () {
|
|
13091
13099
|
var extendStatics = function (d, b) {
|
|
@@ -13182,7 +13190,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
13182
13190
|
}(service_1.Service));
|
|
13183
13191
|
exports.IAMService = IAMService;
|
|
13184
13192
|
|
|
13185
|
-
},{"../service":
|
|
13193
|
+
},{"../service":214,"http-status":275}],224:[function(require,module,exports){
|
|
13186
13194
|
"use strict";
|
|
13187
13195
|
var __extends = (this && this.__extends) || (function () {
|
|
13188
13196
|
var extendStatics = function (d, b) {
|
|
@@ -13339,7 +13347,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
13339
13347
|
}(service_1.Service));
|
|
13340
13348
|
exports.OfferService = OfferService;
|
|
13341
13349
|
|
|
13342
|
-
},{"../service":
|
|
13350
|
+
},{"../service":214,"http-status":275}],225:[function(require,module,exports){
|
|
13343
13351
|
"use strict";
|
|
13344
13352
|
var __extends = (this && this.__extends) || (function () {
|
|
13345
13353
|
var extendStatics = function (d, b) {
|
|
@@ -13592,7 +13600,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13592
13600
|
}(service_1.Service));
|
|
13593
13601
|
exports.OrderService = OrderService;
|
|
13594
13602
|
|
|
13595
|
-
},{"../service":
|
|
13603
|
+
},{"../service":214,"http-status":275}],226:[function(require,module,exports){
|
|
13596
13604
|
"use strict";
|
|
13597
13605
|
var __extends = (this && this.__extends) || (function () {
|
|
13598
13606
|
var extendStatics = function (d, b) {
|
|
@@ -13731,7 +13739,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
13731
13739
|
}(service_1.Service));
|
|
13732
13740
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
13733
13741
|
|
|
13734
|
-
},{"../service":
|
|
13742
|
+
},{"../service":214,"http-status":275}],227:[function(require,module,exports){
|
|
13735
13743
|
"use strict";
|
|
13736
13744
|
var __extends = (this && this.__extends) || (function () {
|
|
13737
13745
|
var extendStatics = function (d, b) {
|
|
@@ -13976,7 +13984,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13976
13984
|
}(service_1.Service));
|
|
13977
13985
|
exports.PaymentService = PaymentService;
|
|
13978
13986
|
|
|
13979
|
-
},{"../factory":
|
|
13987
|
+
},{"../factory":207,"../service":214,"http-status":275}],228:[function(require,module,exports){
|
|
13980
13988
|
"use strict";
|
|
13981
13989
|
var __extends = (this && this.__extends) || (function () {
|
|
13982
13990
|
var extendStatics = function (d, b) {
|
|
@@ -14102,7 +14110,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
14102
14110
|
}(service_1.Service));
|
|
14103
14111
|
exports.PermitService = PermitService;
|
|
14104
14112
|
|
|
14105
|
-
},{"../service":
|
|
14113
|
+
},{"../service":214,"http-status":275}],229:[function(require,module,exports){
|
|
14106
14114
|
"use strict";
|
|
14107
14115
|
var __extends = (this && this.__extends) || (function () {
|
|
14108
14116
|
var extendStatics = function (d, b) {
|
|
@@ -14319,7 +14327,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
14319
14327
|
}(service_1.Service));
|
|
14320
14328
|
exports.PersonService = PersonService;
|
|
14321
14329
|
|
|
14322
|
-
},{"../service":
|
|
14330
|
+
},{"../service":214,"http-status":275}],230:[function(require,module,exports){
|
|
14323
14331
|
"use strict";
|
|
14324
14332
|
var __extends = (this && this.__extends) || (function () {
|
|
14325
14333
|
var extendStatics = function (d, b) {
|
|
@@ -14693,7 +14701,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
14693
14701
|
}(service_1.Service));
|
|
14694
14702
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
14695
14703
|
|
|
14696
|
-
},{"../../factory":
|
|
14704
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],231:[function(require,module,exports){
|
|
14697
14705
|
"use strict";
|
|
14698
14706
|
var __extends = (this && this.__extends) || (function () {
|
|
14699
14707
|
var extendStatics = function (d, b) {
|
|
@@ -14847,7 +14855,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14847
14855
|
}(service_1.Service));
|
|
14848
14856
|
exports.PlaceService = PlaceService;
|
|
14849
14857
|
|
|
14850
|
-
},{"../factory":
|
|
14858
|
+
},{"../factory":207,"../service":214,"http-status":275}],232:[function(require,module,exports){
|
|
14851
14859
|
"use strict";
|
|
14852
14860
|
var __extends = (this && this.__extends) || (function () {
|
|
14853
14861
|
var extendStatics = function (d, b) {
|
|
@@ -14969,7 +14977,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
14969
14977
|
}(service_1.Service));
|
|
14970
14978
|
exports.ProductService = ProductService;
|
|
14971
14979
|
|
|
14972
|
-
},{"../service":
|
|
14980
|
+
},{"../service":214,"http-status":275}],233:[function(require,module,exports){
|
|
14973
14981
|
"use strict";
|
|
14974
14982
|
var __extends = (this && this.__extends) || (function () {
|
|
14975
14983
|
var extendStatics = function (d, b) {
|
|
@@ -15134,7 +15142,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
15134
15142
|
}(service_1.Service));
|
|
15135
15143
|
exports.ProjectService = ProjectService;
|
|
15136
15144
|
|
|
15137
|
-
},{"../service":
|
|
15145
|
+
},{"../service":214,"http-status":275}],234:[function(require,module,exports){
|
|
15138
15146
|
"use strict";
|
|
15139
15147
|
var __extends = (this && this.__extends) || (function () {
|
|
15140
15148
|
var extendStatics = function (d, b) {
|
|
@@ -15318,7 +15326,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
15318
15326
|
}(service_1.Service));
|
|
15319
15327
|
exports.ReservationService = ReservationService;
|
|
15320
15328
|
|
|
15321
|
-
},{"../service":
|
|
15329
|
+
},{"../service":214,"http-status":275}],235:[function(require,module,exports){
|
|
15322
15330
|
"use strict";
|
|
15323
15331
|
var __extends = (this && this.__extends) || (function () {
|
|
15324
15332
|
var extendStatics = function (d, b) {
|
|
@@ -15433,9 +15441,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
15433
15441
|
}(service_1.Service));
|
|
15434
15442
|
exports.SellerService = SellerService;
|
|
15435
15443
|
|
|
15436
|
-
},{"../service":
|
|
15437
|
-
arguments[4][
|
|
15438
|
-
},{"../service":
|
|
15444
|
+
},{"../service":214,"http-status":275}],236:[function(require,module,exports){
|
|
15445
|
+
arguments[4][201][0].apply(exports,arguments)
|
|
15446
|
+
},{"../service":214,"dup":201,"http-status":275}],237:[function(require,module,exports){
|
|
15439
15447
|
"use strict";
|
|
15440
15448
|
var __extends = (this && this.__extends) || (function () {
|
|
15441
15449
|
var extendStatics = function (d, b) {
|
|
@@ -15585,7 +15593,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
15585
15593
|
}(service_1.Service));
|
|
15586
15594
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
15587
15595
|
|
|
15588
|
-
},{"../../factory":
|
|
15596
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],238:[function(require,module,exports){
|
|
15589
15597
|
"use strict";
|
|
15590
15598
|
var __extends = (this && this.__extends) || (function () {
|
|
15591
15599
|
var extendStatics = function (d, b) {
|
|
@@ -15843,7 +15851,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
15843
15851
|
}(service_1.Service));
|
|
15844
15852
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
15845
15853
|
|
|
15846
|
-
},{"../../factory":
|
|
15854
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],239:[function(require,module,exports){
|
|
15847
15855
|
"use strict";
|
|
15848
15856
|
var __extends = (this && this.__extends) || (function () {
|
|
15849
15857
|
var extendStatics = function (d, b) {
|
|
@@ -15976,7 +15984,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
15976
15984
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
15977
15985
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
15978
15986
|
|
|
15979
|
-
},{"./placeOrder":
|
|
15987
|
+
},{"./placeOrder":238,"http-status":275}],240:[function(require,module,exports){
|
|
15980
15988
|
"use strict";
|
|
15981
15989
|
var __extends = (this && this.__extends) || (function () {
|
|
15982
15990
|
var extendStatics = function (d, b) {
|
|
@@ -16107,7 +16115,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16107
16115
|
}(service_1.Service));
|
|
16108
16116
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
16109
16117
|
|
|
16110
|
-
},{"../../factory":
|
|
16118
|
+
},{"../../factory":207,"../../service":214,"http-status":275}],241:[function(require,module,exports){
|
|
16111
16119
|
"use strict";
|
|
16112
16120
|
var __extends = (this && this.__extends) || (function () {
|
|
16113
16121
|
var extendStatics = function (d, b) {
|
|
@@ -16304,7 +16312,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
16304
16312
|
}());
|
|
16305
16313
|
exports.StubTransporter = StubTransporter;
|
|
16306
16314
|
|
|
16307
|
-
},{"debug":
|
|
16315
|
+
},{"debug":267,"isomorphic-fetch":278}],242:[function(require,module,exports){
|
|
16308
16316
|
'use strict';
|
|
16309
16317
|
|
|
16310
16318
|
var replace = String.prototype.replace;
|
|
@@ -16329,7 +16337,7 @@ module.exports = {
|
|
|
16329
16337
|
RFC3986: Format.RFC3986
|
|
16330
16338
|
};
|
|
16331
16339
|
|
|
16332
|
-
},{}],
|
|
16340
|
+
},{}],243:[function(require,module,exports){
|
|
16333
16341
|
'use strict';
|
|
16334
16342
|
|
|
16335
16343
|
var stringify = require('./stringify');
|
|
@@ -16342,7 +16350,7 @@ module.exports = {
|
|
|
16342
16350
|
stringify: stringify
|
|
16343
16351
|
};
|
|
16344
16352
|
|
|
16345
|
-
},{"./formats":
|
|
16353
|
+
},{"./formats":242,"./parse":244,"./stringify":245}],244:[function(require,module,exports){
|
|
16346
16354
|
'use strict';
|
|
16347
16355
|
|
|
16348
16356
|
var utils = require('./utils');
|
|
@@ -16607,7 +16615,7 @@ module.exports = function (str, opts) {
|
|
|
16607
16615
|
return utils.compact(obj);
|
|
16608
16616
|
};
|
|
16609
16617
|
|
|
16610
|
-
},{"./utils":
|
|
16618
|
+
},{"./utils":246}],245:[function(require,module,exports){
|
|
16611
16619
|
'use strict';
|
|
16612
16620
|
|
|
16613
16621
|
var getSideChannel = require('side-channel');
|
|
@@ -16926,7 +16934,7 @@ module.exports = function (object, opts) {
|
|
|
16926
16934
|
return joined.length > 0 ? prefix + joined : '';
|
|
16927
16935
|
};
|
|
16928
16936
|
|
|
16929
|
-
},{"./formats":
|
|
16937
|
+
},{"./formats":242,"./utils":246,"side-channel":290}],246:[function(require,module,exports){
|
|
16930
16938
|
'use strict';
|
|
16931
16939
|
|
|
16932
16940
|
var formats = require('./formats');
|
|
@@ -17180,9 +17188,9 @@ module.exports = {
|
|
|
17180
17188
|
merge: merge
|
|
17181
17189
|
};
|
|
17182
17190
|
|
|
17183
|
-
},{"./formats":
|
|
17191
|
+
},{"./formats":242}],247:[function(require,module,exports){
|
|
17184
17192
|
arguments[4][14][0].apply(exports,arguments)
|
|
17185
|
-
},{"dup":14}],
|
|
17193
|
+
},{"dup":14}],248:[function(require,module,exports){
|
|
17186
17194
|
"use strict";
|
|
17187
17195
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17188
17196
|
/**
|
|
@@ -17201,7 +17209,7 @@ var ErrorCode;
|
|
|
17201
17209
|
})(ErrorCode || (ErrorCode = {}));
|
|
17202
17210
|
exports.default = ErrorCode;
|
|
17203
17211
|
|
|
17204
|
-
},{}],
|
|
17212
|
+
},{}],249:[function(require,module,exports){
|
|
17205
17213
|
"use strict";
|
|
17206
17214
|
var __extends = (this && this.__extends) || (function () {
|
|
17207
17215
|
var extendStatics = function (d, b) {
|
|
@@ -17242,7 +17250,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
17242
17250
|
}(waiter_1.WaiterError));
|
|
17243
17251
|
exports.default = ArgumentError;
|
|
17244
17252
|
|
|
17245
|
-
},{"../errorCode":
|
|
17253
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],250:[function(require,module,exports){
|
|
17246
17254
|
"use strict";
|
|
17247
17255
|
var __extends = (this && this.__extends) || (function () {
|
|
17248
17256
|
var extendStatics = function (d, b) {
|
|
@@ -17283,7 +17291,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
17283
17291
|
}(waiter_1.WaiterError));
|
|
17284
17292
|
exports.default = ArgumentNullError;
|
|
17285
17293
|
|
|
17286
|
-
},{"../errorCode":
|
|
17294
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],251:[function(require,module,exports){
|
|
17287
17295
|
"use strict";
|
|
17288
17296
|
var __extends = (this && this.__extends) || (function () {
|
|
17289
17297
|
var extendStatics = function (d, b) {
|
|
@@ -17323,7 +17331,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
17323
17331
|
}(waiter_1.WaiterError));
|
|
17324
17332
|
exports.default = ForbiddenError;
|
|
17325
17333
|
|
|
17326
|
-
},{"../errorCode":
|
|
17334
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],252:[function(require,module,exports){
|
|
17327
17335
|
"use strict";
|
|
17328
17336
|
var __extends = (this && this.__extends) || (function () {
|
|
17329
17337
|
var extendStatics = function (d, b) {
|
|
@@ -17364,7 +17372,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
17364
17372
|
}(waiter_1.WaiterError));
|
|
17365
17373
|
exports.default = NotFoundError;
|
|
17366
17374
|
|
|
17367
|
-
},{"../errorCode":
|
|
17375
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],253:[function(require,module,exports){
|
|
17368
17376
|
"use strict";
|
|
17369
17377
|
var __extends = (this && this.__extends) || (function () {
|
|
17370
17378
|
var extendStatics = function (d, b) {
|
|
@@ -17404,7 +17412,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
17404
17412
|
}(waiter_1.WaiterError));
|
|
17405
17413
|
exports.default = RateLimitExceededError;
|
|
17406
17414
|
|
|
17407
|
-
},{"../errorCode":
|
|
17415
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],254:[function(require,module,exports){
|
|
17408
17416
|
"use strict";
|
|
17409
17417
|
var __extends = (this && this.__extends) || (function () {
|
|
17410
17418
|
var extendStatics = function (d, b) {
|
|
@@ -17444,7 +17452,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
17444
17452
|
}(waiter_1.WaiterError));
|
|
17445
17453
|
exports.default = ServiceUnavailableError;
|
|
17446
17454
|
|
|
17447
|
-
},{"../errorCode":
|
|
17455
|
+
},{"../errorCode":248,"./waiter":255,"setprototypeof":289}],255:[function(require,module,exports){
|
|
17448
17456
|
"use strict";
|
|
17449
17457
|
var __extends = (this && this.__extends) || (function () {
|
|
17450
17458
|
var extendStatics = function (d, b) {
|
|
@@ -17477,7 +17485,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
17477
17485
|
}(Error));
|
|
17478
17486
|
exports.WaiterError = WaiterError;
|
|
17479
17487
|
|
|
17480
|
-
},{}],
|
|
17488
|
+
},{}],256:[function(require,module,exports){
|
|
17481
17489
|
"use strict";
|
|
17482
17490
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17483
17491
|
/**
|
|
@@ -17498,13 +17506,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
17498
17506
|
var waiter_1 = require("./error/waiter");
|
|
17499
17507
|
exports.Waiter = waiter_1.WaiterError;
|
|
17500
17508
|
|
|
17501
|
-
},{"./error/argument":
|
|
17502
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
17503
|
-
},{"dup":14}],257:[function(require,module,exports){
|
|
17509
|
+
},{"./error/argument":249,"./error/argumentNull":250,"./error/forbidden":251,"./error/notFound":252,"./error/rateLimitExceeded":253,"./error/serviceUnavailable":254,"./error/waiter":255}],257:[function(require,module,exports){
|
|
17504
17510
|
arguments[4][14][0].apply(exports,arguments)
|
|
17505
17511
|
},{"dup":14}],258:[function(require,module,exports){
|
|
17506
17512
|
arguments[4][14][0].apply(exports,arguments)
|
|
17507
17513
|
},{"dup":14}],259:[function(require,module,exports){
|
|
17514
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
17515
|
+
},{"dup":14}],260:[function(require,module,exports){
|
|
17508
17516
|
"use strict";
|
|
17509
17517
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17510
17518
|
/**
|
|
@@ -17523,7 +17531,7 @@ exports.passport = passport;
|
|
|
17523
17531
|
exports.project = project;
|
|
17524
17532
|
exports.rule = rule;
|
|
17525
17533
|
|
|
17526
|
-
},{"./factory/client":
|
|
17534
|
+
},{"./factory/client":247,"./factory/errorCode":248,"./factory/errors":256,"./factory/passport":257,"./factory/project":258,"./factory/rule":259}],261:[function(require,module,exports){
|
|
17527
17535
|
'use strict'
|
|
17528
17536
|
|
|
17529
17537
|
exports.byteLength = byteLength
|
|
@@ -17677,9 +17685,9 @@ function fromByteArray (uint8) {
|
|
|
17677
17685
|
return parts.join('')
|
|
17678
17686
|
}
|
|
17679
17687
|
|
|
17680
|
-
},{}],261:[function(require,module,exports){
|
|
17681
|
-
|
|
17682
17688
|
},{}],262:[function(require,module,exports){
|
|
17689
|
+
|
|
17690
|
+
},{}],263:[function(require,module,exports){
|
|
17683
17691
|
(function (Buffer){
|
|
17684
17692
|
/*!
|
|
17685
17693
|
* The buffer module from node.js, for the browser.
|
|
@@ -19460,7 +19468,7 @@ function numberIsNaN (obj) {
|
|
|
19460
19468
|
}
|
|
19461
19469
|
|
|
19462
19470
|
}).call(this,require("buffer").Buffer)
|
|
19463
|
-
},{"base64-js":
|
|
19471
|
+
},{"base64-js":261,"buffer":263,"ieee754":277}],264:[function(require,module,exports){
|
|
19464
19472
|
'use strict';
|
|
19465
19473
|
|
|
19466
19474
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -19477,7 +19485,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
19477
19485
|
return intrinsic;
|
|
19478
19486
|
};
|
|
19479
19487
|
|
|
19480
|
-
},{"./":
|
|
19488
|
+
},{"./":265,"get-intrinsic":271}],265:[function(require,module,exports){
|
|
19481
19489
|
'use strict';
|
|
19482
19490
|
|
|
19483
19491
|
var bind = require('function-bind');
|
|
@@ -19526,7 +19534,7 @@ if ($defineProperty) {
|
|
|
19526
19534
|
module.exports.apply = applyBind;
|
|
19527
19535
|
}
|
|
19528
19536
|
|
|
19529
|
-
},{"function-bind":
|
|
19537
|
+
},{"function-bind":270,"get-intrinsic":271}],266:[function(require,module,exports){
|
|
19530
19538
|
/**
|
|
19531
19539
|
* Helpers.
|
|
19532
19540
|
*/
|
|
@@ -19690,7 +19698,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
19690
19698
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
19691
19699
|
}
|
|
19692
19700
|
|
|
19693
|
-
},{}],
|
|
19701
|
+
},{}],267:[function(require,module,exports){
|
|
19694
19702
|
(function (process){
|
|
19695
19703
|
"use strict";
|
|
19696
19704
|
|
|
@@ -19874,7 +19882,7 @@ formatters.j = function (v) {
|
|
|
19874
19882
|
|
|
19875
19883
|
|
|
19876
19884
|
}).call(this,require('_process'))
|
|
19877
|
-
},{"./common":
|
|
19885
|
+
},{"./common":268,"_process":280}],268:[function(require,module,exports){
|
|
19878
19886
|
"use strict";
|
|
19879
19887
|
|
|
19880
19888
|
/**
|
|
@@ -20125,7 +20133,7 @@ function setup(env) {
|
|
|
20125
20133
|
module.exports = setup;
|
|
20126
20134
|
|
|
20127
20135
|
|
|
20128
|
-
},{"ms":
|
|
20136
|
+
},{"ms":266}],269:[function(require,module,exports){
|
|
20129
20137
|
'use strict';
|
|
20130
20138
|
|
|
20131
20139
|
/* eslint no-invalid-this: 1 */
|
|
@@ -20179,14 +20187,14 @@ module.exports = function bind(that) {
|
|
|
20179
20187
|
return bound;
|
|
20180
20188
|
};
|
|
20181
20189
|
|
|
20182
|
-
},{}],
|
|
20190
|
+
},{}],270:[function(require,module,exports){
|
|
20183
20191
|
'use strict';
|
|
20184
20192
|
|
|
20185
20193
|
var implementation = require('./implementation');
|
|
20186
20194
|
|
|
20187
20195
|
module.exports = Function.prototype.bind || implementation;
|
|
20188
20196
|
|
|
20189
|
-
},{"./implementation":
|
|
20197
|
+
},{"./implementation":269}],271:[function(require,module,exports){
|
|
20190
20198
|
'use strict';
|
|
20191
20199
|
|
|
20192
20200
|
var undefined;
|
|
@@ -20518,7 +20526,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
20518
20526
|
return value;
|
|
20519
20527
|
};
|
|
20520
20528
|
|
|
20521
|
-
},{"function-bind":
|
|
20529
|
+
},{"function-bind":270,"has":274,"has-symbols":272}],272:[function(require,module,exports){
|
|
20522
20530
|
'use strict';
|
|
20523
20531
|
|
|
20524
20532
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -20533,7 +20541,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
20533
20541
|
return hasSymbolSham();
|
|
20534
20542
|
};
|
|
20535
20543
|
|
|
20536
|
-
},{"./shams":
|
|
20544
|
+
},{"./shams":273}],273:[function(require,module,exports){
|
|
20537
20545
|
'use strict';
|
|
20538
20546
|
|
|
20539
20547
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -20577,14 +20585,14 @@ module.exports = function hasSymbols() {
|
|
|
20577
20585
|
return true;
|
|
20578
20586
|
};
|
|
20579
20587
|
|
|
20580
|
-
},{}],
|
|
20588
|
+
},{}],274:[function(require,module,exports){
|
|
20581
20589
|
'use strict';
|
|
20582
20590
|
|
|
20583
20591
|
var bind = require('function-bind');
|
|
20584
20592
|
|
|
20585
20593
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
20586
20594
|
|
|
20587
|
-
},{"function-bind":
|
|
20595
|
+
},{"function-bind":270}],275:[function(require,module,exports){
|
|
20588
20596
|
// Generated by CoffeeScript 2.3.0
|
|
20589
20597
|
// # node-http-status
|
|
20590
20598
|
|
|
@@ -21209,13 +21217,13 @@ module.exports = {
|
|
|
21209
21217
|
}
|
|
21210
21218
|
};
|
|
21211
21219
|
|
|
21212
|
-
},{}],
|
|
21220
|
+
},{}],276:[function(require,module,exports){
|
|
21213
21221
|
(function (process,global){
|
|
21214
21222
|
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;
|
|
21215
21223
|
|
|
21216
21224
|
|
|
21217
21225
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
21218
|
-
},{"_process":
|
|
21226
|
+
},{"_process":280}],277:[function(require,module,exports){
|
|
21219
21227
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
21220
21228
|
var e, m
|
|
21221
21229
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -21301,7 +21309,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21301
21309
|
buffer[offset + i - d] |= s * 128
|
|
21302
21310
|
}
|
|
21303
21311
|
|
|
21304
|
-
},{}],
|
|
21312
|
+
},{}],278:[function(require,module,exports){
|
|
21305
21313
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
21306
21314
|
// on the global object (window or self)
|
|
21307
21315
|
//
|
|
@@ -21309,7 +21317,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21309
21317
|
require('whatwg-fetch');
|
|
21310
21318
|
module.exports = self.fetch.bind(self);
|
|
21311
21319
|
|
|
21312
|
-
},{"whatwg-fetch":
|
|
21320
|
+
},{"whatwg-fetch":291}],279:[function(require,module,exports){
|
|
21313
21321
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
21314
21322
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
21315
21323
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -21822,7 +21830,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
21822
21830
|
return xs;
|
|
21823
21831
|
}
|
|
21824
21832
|
|
|
21825
|
-
},{"./util.inspect":
|
|
21833
|
+
},{"./util.inspect":262}],280:[function(require,module,exports){
|
|
21826
21834
|
// shim for using process in browser
|
|
21827
21835
|
var process = module.exports = {};
|
|
21828
21836
|
|
|
@@ -22008,7 +22016,7 @@ process.chdir = function (dir) {
|
|
|
22008
22016
|
};
|
|
22009
22017
|
process.umask = function() { return 0; };
|
|
22010
22018
|
|
|
22011
|
-
},{}],
|
|
22019
|
+
},{}],281:[function(require,module,exports){
|
|
22012
22020
|
'use strict';
|
|
22013
22021
|
|
|
22014
22022
|
var replace = String.prototype.replace;
|
|
@@ -22036,9 +22044,9 @@ module.exports = util.assign(
|
|
|
22036
22044
|
Format
|
|
22037
22045
|
);
|
|
22038
22046
|
|
|
22039
|
-
},{"./utils":
|
|
22040
|
-
arguments[4][
|
|
22041
|
-
},{"./formats":
|
|
22047
|
+
},{"./utils":285}],282:[function(require,module,exports){
|
|
22048
|
+
arguments[4][243][0].apply(exports,arguments)
|
|
22049
|
+
},{"./formats":281,"./parse":283,"./stringify":284,"dup":243}],283:[function(require,module,exports){
|
|
22042
22050
|
'use strict';
|
|
22043
22051
|
|
|
22044
22052
|
var utils = require('./utils');
|
|
@@ -22307,7 +22315,7 @@ module.exports = function (str, opts) {
|
|
|
22307
22315
|
return utils.compact(obj);
|
|
22308
22316
|
};
|
|
22309
22317
|
|
|
22310
|
-
},{"./utils":
|
|
22318
|
+
},{"./utils":285}],284:[function(require,module,exports){
|
|
22311
22319
|
'use strict';
|
|
22312
22320
|
|
|
22313
22321
|
var utils = require('./utils');
|
|
@@ -22580,7 +22588,7 @@ module.exports = function (object, opts) {
|
|
|
22580
22588
|
return joined.length > 0 ? prefix + joined : '';
|
|
22581
22589
|
};
|
|
22582
22590
|
|
|
22583
|
-
},{"./formats":
|
|
22591
|
+
},{"./formats":281,"./utils":285}],285:[function(require,module,exports){
|
|
22584
22592
|
'use strict';
|
|
22585
22593
|
|
|
22586
22594
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -22812,7 +22820,7 @@ module.exports = {
|
|
|
22812
22820
|
merge: merge
|
|
22813
22821
|
};
|
|
22814
22822
|
|
|
22815
|
-
},{}],
|
|
22823
|
+
},{}],286:[function(require,module,exports){
|
|
22816
22824
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
22817
22825
|
//
|
|
22818
22826
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -22898,7 +22906,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
22898
22906
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
22899
22907
|
};
|
|
22900
22908
|
|
|
22901
|
-
},{}],
|
|
22909
|
+
},{}],287:[function(require,module,exports){
|
|
22902
22910
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
22903
22911
|
//
|
|
22904
22912
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -22985,13 +22993,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
22985
22993
|
return res;
|
|
22986
22994
|
};
|
|
22987
22995
|
|
|
22988
|
-
},{}],
|
|
22996
|
+
},{}],288:[function(require,module,exports){
|
|
22989
22997
|
'use strict';
|
|
22990
22998
|
|
|
22991
22999
|
exports.decode = exports.parse = require('./decode');
|
|
22992
23000
|
exports.encode = exports.stringify = require('./encode');
|
|
22993
23001
|
|
|
22994
|
-
},{"./decode":
|
|
23002
|
+
},{"./decode":286,"./encode":287}],289:[function(require,module,exports){
|
|
22995
23003
|
'use strict'
|
|
22996
23004
|
/* eslint no-proto: 0 */
|
|
22997
23005
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -23010,7 +23018,7 @@ function mixinProperties (obj, proto) {
|
|
|
23010
23018
|
return obj
|
|
23011
23019
|
}
|
|
23012
23020
|
|
|
23013
|
-
},{}],
|
|
23021
|
+
},{}],290:[function(require,module,exports){
|
|
23014
23022
|
'use strict';
|
|
23015
23023
|
|
|
23016
23024
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -23136,7 +23144,7 @@ module.exports = function getSideChannel() {
|
|
|
23136
23144
|
return channel;
|
|
23137
23145
|
};
|
|
23138
23146
|
|
|
23139
|
-
},{"call-bind/callBound":
|
|
23147
|
+
},{"call-bind/callBound":264,"get-intrinsic":271,"object-inspect":279}],291:[function(require,module,exports){
|
|
23140
23148
|
(function(self) {
|
|
23141
23149
|
'use strict';
|
|
23142
23150
|
|