@cinerino/sdk 3.92.0 → 3.95.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 +231 -228
- package/example/src/authorizeOrder.ts +41 -41
- package/lib/bundle.js +236 -233
- 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":204}],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":263,"idtoken-verifier":272,"qs":278}],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":263}],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":263}],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":259,"crypto":258,"debug":263,"http-status":271,"isomorphic-fetch":274,"querystring":284}],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;
|
|
@@ -1498,22 +1498,20 @@ var ConfirmPayActionFactory = require("./factory/action/interact/confirm/pay");
|
|
|
1498
1498
|
var ConfirmRegisterServiceActionFactory = require("./factory/action/interact/confirm/registerService");
|
|
1499
1499
|
var ConfirmReservationActionFactory = require("./factory/action/interact/confirm/reservation");
|
|
1500
1500
|
var InformActionFactory = require("./factory/action/interact/inform");
|
|
1501
|
-
// import * as RegisterProgramMembershipActionFactory from './factory/action/interact/register/programMembership';
|
|
1502
1501
|
var RegisterServiceActionFactory = require("./factory/action/interact/register/service");
|
|
1503
|
-
// import * as UnRegisterActionFactory from './factory/action/interact/unRegister';
|
|
1504
|
-
// import * as UnRegisterProgramMembershipActionFactory from './factory/action/interact/unRegister/programMembership';
|
|
1505
1502
|
var ReserveActionFactory = require("./factory/action/reserve");
|
|
1506
1503
|
var OrderActionFactory = require("./factory/action/trade/order");
|
|
1507
1504
|
var PayActionFactory = require("./factory/action/trade/pay");
|
|
1508
1505
|
var RefundActionFactory = require("./factory/action/trade/refund");
|
|
1509
1506
|
var GivePointAwardActionFactory = require("./factory/action/transfer/give/pointAward");
|
|
1510
1507
|
var MoneyTransferActionFactory = require("./factory/action/transfer/moneyTransfer");
|
|
1511
|
-
|
|
1508
|
+
// import * as PrintActionFactory from './factory/action/transfer/print';
|
|
1509
|
+
// import * as PrintTicketActionFactory from './factory/action/transfer/print/ticket';
|
|
1512
1510
|
var ReturnMoneyTransferActionFactory = require("./factory/action/transfer/return/moneyTransfer");
|
|
1513
1511
|
var ReturnOrderActionFactory = require("./factory/action/transfer/return/order");
|
|
1514
1512
|
var ReturnPaymentMethodActionFactory = require("./factory/action/transfer/return/paymentMethod");
|
|
1515
1513
|
var ReturnPointAwardActionFactory = require("./factory/action/transfer/return/pointAward");
|
|
1516
|
-
var
|
|
1514
|
+
var ReturnReserveTransactionActionFactory = require("./factory/action/transfer/return/reserveTransaction");
|
|
1517
1515
|
var SendEmailMessageActionFactory = require("./factory/action/transfer/send/message/email");
|
|
1518
1516
|
var SendOrderActionFactory = require("./factory/action/transfer/send/order");
|
|
1519
1517
|
var DeleteMemberActionFactory = require("./factory/action/update/delete/member");
|
|
@@ -1699,10 +1697,14 @@ var action;
|
|
|
1699
1697
|
// tslint:disable-next-line:no-shadowed-variable
|
|
1700
1698
|
give.pointAward = GivePointAwardActionFactory;
|
|
1701
1699
|
})(give = transfer.give || (transfer.give = {}));
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1700
|
+
// export namespace print {
|
|
1701
|
+
// // tslint:disable-next-line:no-shadowed-variable
|
|
1702
|
+
// export import IAction = PrintActionFactory.IAction;
|
|
1703
|
+
// // tslint:disable-next-line:no-shadowed-variable
|
|
1704
|
+
// export import IAttributes = PrintActionFactory.IAttributes;
|
|
1705
|
+
// export import IRecipient = PrintActionFactory.IRecipient;
|
|
1706
|
+
// export import ticket = PrintTicketActionFactory;
|
|
1707
|
+
// }
|
|
1706
1708
|
/**
|
|
1707
1709
|
* 返却アクション
|
|
1708
1710
|
* returnはネームスペース名に使えないのでreturnAction
|
|
@@ -1716,8 +1718,7 @@ var action;
|
|
|
1716
1718
|
// tslint:disable-next-line:no-shadowed-variable
|
|
1717
1719
|
returnAction.paymentMethod = ReturnPaymentMethodActionFactory;
|
|
1718
1720
|
returnAction.pointAward = ReturnPointAwardActionFactory;
|
|
1719
|
-
|
|
1720
|
-
returnAction.reservation = ReturnReservationActionFactory;
|
|
1721
|
+
returnAction.reserveTransaction = ReturnReserveTransactionActionFactory;
|
|
1721
1722
|
})(returnAction = transfer.returnAction || (transfer.returnAction = {}));
|
|
1722
1723
|
var send;
|
|
1723
1724
|
(function (send) {
|
|
@@ -1887,7 +1888,7 @@ exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
|
1887
1888
|
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
1888
1889
|
exports.unitCode = unitCode_1.UnitCode;
|
|
1889
1890
|
|
|
1890
|
-
},{"./cognito":14,"./factory/account":15,"./factory/accountTitle":16,"./factory/accountType":17,"./factory/action/authorize/award/point":25,"./factory/action/authorize/offer/moneyTransfer":26,"./factory/action/authorize/offer/product":27,"./factory/action/authorize/offer/seatReservation":28,"./factory/action/authorize/paymentMethod/any":29,"./factory/action/cancel/reservation":30,"./factory/action/check/paymentMethod/movieTicket":31,"./factory/action/check/token":32,"./factory/action/consume/use/reservation":33,"./factory/action/interact/confirm/moneyTransfer":34,"./factory/action/interact/confirm/pay":35,"./factory/action/interact/confirm/registerService":36,"./factory/action/interact/confirm/reservation":37,"./factory/action/interact/inform":38,"./factory/action/interact/register/service":39,"./factory/action/reserve":40,"./factory/action/trade/order":41,"./factory/action/trade/pay":42,"./factory/action/trade/refund":43,"./factory/action/transfer/give/pointAward":44,"./factory/action/transfer/moneyTransfer":45,"./factory/action/transfer/
|
|
1891
|
+
},{"./cognito":14,"./factory/account":15,"./factory/accountTitle":16,"./factory/accountType":17,"./factory/action/authorize/award/point":25,"./factory/action/authorize/offer/moneyTransfer":26,"./factory/action/authorize/offer/product":27,"./factory/action/authorize/offer/seatReservation":28,"./factory/action/authorize/paymentMethod/any":29,"./factory/action/cancel/reservation":30,"./factory/action/check/paymentMethod/movieTicket":31,"./factory/action/check/token":32,"./factory/action/consume/use/reservation":33,"./factory/action/interact/confirm/moneyTransfer":34,"./factory/action/interact/confirm/pay":35,"./factory/action/interact/confirm/registerService":36,"./factory/action/interact/confirm/reservation":37,"./factory/action/interact/inform":38,"./factory/action/interact/register/service":39,"./factory/action/reserve":40,"./factory/action/trade/order":41,"./factory/action/trade/pay":42,"./factory/action/trade/refund":43,"./factory/action/transfer/give/pointAward":44,"./factory/action/transfer/moneyTransfer":45,"./factory/action/transfer/return/moneyTransfer":46,"./factory/action/transfer/return/order":47,"./factory/action/transfer/return/paymentMethod":48,"./factory/action/transfer/return/pointAward":49,"./factory/action/transfer/return/reserveTransaction":50,"./factory/action/transfer/send/message/email":51,"./factory/action/transfer/send/order":52,"./factory/action/update/delete/member":53,"./factory/actionStatusType":23,"./factory/actionType":24,"./factory/assetTransaction/cancelReservation":55,"./factory/assetTransaction/moneyTransfer":56,"./factory/assetTransaction/pay":57,"./factory/assetTransaction/refund":58,"./factory/assetTransaction/registerService":59,"./factory/assetTransaction/reserve":60,"./factory/assetTransactionType":54,"./factory/authorization":61,"./factory/categoryCode":62,"./factory/clientUser":63,"./factory/creativeWork/message/email":65,"./factory/creativeWork/movie":66,"./factory/creativeWork/softwareApplication/webApplication":67,"./factory/creativeWorkType":64,"./factory/customer":68,"./factory/encodingFormat":69,"./factory/errorCode":70,"./factory/errors":82,"./factory/event/screeningEvent":85,"./factory/event/screeningEventSeries":86,"./factory/eventStatusType":83,"./factory/eventType":84,"./factory/iam":87,"./factory/invoice":88,"./factory/itemAvailability":89,"./factory/language":90,"./factory/merchantReturnPolicy":91,"./factory/monetaryAmount":92,"./factory/offer":93,"./factory/offerCatalog":94,"./factory/offerType":95,"./factory/order":96,"./factory/orderStatus":97,"./factory/organization":98,"./factory/organizationType":99,"./factory/ownershipInfo":100,"./factory/paymentMethod/paymentCard/creditCard":101,"./factory/paymentMethod/paymentCard/movieTicket":102,"./factory/paymentStatusType":103,"./factory/permit":104,"./factory/person":105,"./factory/personType":106,"./factory/place/movieTheater":108,"./factory/place/screeningRoom":109,"./factory/place/screeningRoomSection":110,"./factory/place/seat":111,"./factory/placeType":107,"./factory/priceCurrency":112,"./factory/priceSpecificationType":113,"./factory/product":114,"./factory/programMembership":115,"./factory/project":116,"./factory/propertyValue":117,"./factory/qualitativeValue":118,"./factory/quantitativeValue":119,"./factory/report/accountingReport":120,"./factory/reservation/event":123,"./factory/reservationStatusType":121,"./factory/reservationType":122,"./factory/seller":124,"./factory/service/paymentService":126,"./factory/service/webAPI":127,"./factory/serviceType":125,"./factory/sortType":128,"./factory/task/accountMoneyTransfer":131,"./factory/task/aggregateScreeningEvent":132,"./factory/task/aggregateUseActionsOnEvent":133,"./factory/task/cancelAccountMoneyTransfer":134,"./factory/task/cancelMoneyTransfer":135,"./factory/task/cancelPendingReservation":136,"./factory/task/cancelReservation":137,"./factory/task/confirmCancelReserve":138,"./factory/task/importEventCapacitiesFromCOA":139,"./factory/task/importEventsFromCOA":140,"./factory/task/importOffersFromCOA":141,"./factory/task/moneyTransfer":142,"./factory/task/orderProgramMembership":143,"./factory/task/pay":144,"./factory/task/refund":145,"./factory/task/registerService":146,"./factory/task/reserve":147,"./factory/task/sendEmailMessage":148,"./factory/task/triggerWebhook":149,"./factory/task/voidPayment":150,"./factory/taskName":129,"./factory/taskStatus":130,"./factory/thing":151,"./factory/transaction/moneyTransfer":155,"./factory/transaction/placeOrder":156,"./factory/transaction/returnOrder":157,"./factory/transactionStatusType":152,"./factory/transactionTasksExportationStatus":153,"./factory/transactionType":154,"./factory/unitCode":158,"@waiter/factory":256}],14:[function(require,module,exports){
|
|
1891
1892
|
"use strict";
|
|
1892
1893
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1893
1894
|
|
|
@@ -2117,8 +2118,6 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2117
2118
|
},{"dup":14}],53:[function(require,module,exports){
|
|
2118
2119
|
arguments[4][14][0].apply(exports,arguments)
|
|
2119
2120
|
},{"dup":14}],54:[function(require,module,exports){
|
|
2120
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2121
|
-
},{"dup":14}],55:[function(require,module,exports){
|
|
2122
2121
|
"use strict";
|
|
2123
2122
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2124
2123
|
exports.AssetTransactionType = void 0;
|
|
@@ -2155,7 +2154,9 @@ var AssetTransactionType;
|
|
|
2155
2154
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
2156
2155
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
2157
2156
|
|
|
2158
|
-
},{}],
|
|
2157
|
+
},{}],55:[function(require,module,exports){
|
|
2158
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2159
|
+
},{"dup":14}],56:[function(require,module,exports){
|
|
2159
2160
|
arguments[4][14][0].apply(exports,arguments)
|
|
2160
2161
|
},{"dup":14}],57:[function(require,module,exports){
|
|
2161
2162
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -2168,8 +2169,6 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2168
2169
|
},{"dup":14}],61:[function(require,module,exports){
|
|
2169
2170
|
arguments[4][14][0].apply(exports,arguments)
|
|
2170
2171
|
},{"dup":14}],62:[function(require,module,exports){
|
|
2171
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2172
|
-
},{"dup":14}],63:[function(require,module,exports){
|
|
2173
2172
|
"use strict";
|
|
2174
2173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2175
2174
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -2221,7 +2220,7 @@ var CategorySetIdentifier;
|
|
|
2221
2220
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
2222
2221
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
2223
2222
|
|
|
2224
|
-
},{}],
|
|
2223
|
+
},{}],63:[function(require,module,exports){
|
|
2225
2224
|
"use strict";
|
|
2226
2225
|
/**
|
|
2227
2226
|
* アプリケーションクライアントユーザーファクトリー
|
|
@@ -2229,7 +2228,7 @@ var CategorySetIdentifier;
|
|
|
2229
2228
|
*/
|
|
2230
2229
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2231
2230
|
|
|
2232
|
-
},{}],
|
|
2231
|
+
},{}],64:[function(require,module,exports){
|
|
2233
2232
|
"use strict";
|
|
2234
2233
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2235
2234
|
exports.CreativeWorkType = void 0;
|
|
@@ -2243,7 +2242,7 @@ var CreativeWorkType;
|
|
|
2243
2242
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
2244
2243
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
2245
2244
|
|
|
2246
|
-
},{}],
|
|
2245
|
+
},{}],65:[function(require,module,exports){
|
|
2247
2246
|
"use strict";
|
|
2248
2247
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2249
2248
|
exports.AboutIdentifier = void 0;
|
|
@@ -2255,13 +2254,13 @@ var AboutIdentifier;
|
|
|
2255
2254
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
2256
2255
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
2257
2256
|
|
|
2258
|
-
},{}],
|
|
2257
|
+
},{}],66:[function(require,module,exports){
|
|
2258
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2259
|
+
},{"dup":14}],67:[function(require,module,exports){
|
|
2259
2260
|
arguments[4][14][0].apply(exports,arguments)
|
|
2260
2261
|
},{"dup":14}],68:[function(require,module,exports){
|
|
2261
2262
|
arguments[4][14][0].apply(exports,arguments)
|
|
2262
2263
|
},{"dup":14}],69:[function(require,module,exports){
|
|
2263
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2264
|
-
},{"dup":14}],70:[function(require,module,exports){
|
|
2265
2264
|
"use strict";
|
|
2266
2265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2267
2266
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -2304,7 +2303,7 @@ var Video;
|
|
|
2304
2303
|
(function (Video) {
|
|
2305
2304
|
})(Video = exports.Video || (exports.Video = {}));
|
|
2306
2305
|
|
|
2307
|
-
},{}],
|
|
2306
|
+
},{}],70:[function(require,module,exports){
|
|
2308
2307
|
"use strict";
|
|
2309
2308
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2310
2309
|
exports.ErrorCode = void 0;
|
|
@@ -2325,7 +2324,7 @@ var ErrorCode;
|
|
|
2325
2324
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
2326
2325
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
2327
2326
|
|
|
2328
|
-
},{}],
|
|
2327
|
+
},{}],71:[function(require,module,exports){
|
|
2329
2328
|
"use strict";
|
|
2330
2329
|
var __extends = (this && this.__extends) || (function () {
|
|
2331
2330
|
var extendStatics = function (d, b) {
|
|
@@ -2370,7 +2369,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
2370
2369
|
}(chevre_1.ChevreError));
|
|
2371
2370
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
2372
2371
|
|
|
2373
|
-
},{"../errorCode":
|
|
2372
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],72:[function(require,module,exports){
|
|
2374
2373
|
"use strict";
|
|
2375
2374
|
var __extends = (this && this.__extends) || (function () {
|
|
2376
2375
|
var extendStatics = function (d, b) {
|
|
@@ -2414,7 +2413,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2414
2413
|
}(chevre_1.ChevreError));
|
|
2415
2414
|
exports.ArgumentError = ArgumentError;
|
|
2416
2415
|
|
|
2417
|
-
},{"../errorCode":
|
|
2416
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],73:[function(require,module,exports){
|
|
2418
2417
|
"use strict";
|
|
2419
2418
|
var __extends = (this && this.__extends) || (function () {
|
|
2420
2419
|
var extendStatics = function (d, b) {
|
|
@@ -2458,7 +2457,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2458
2457
|
}(chevre_1.ChevreError));
|
|
2459
2458
|
exports.ArgumentNullError = ArgumentNullError;
|
|
2460
2459
|
|
|
2461
|
-
},{"../errorCode":
|
|
2460
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],74:[function(require,module,exports){
|
|
2462
2461
|
"use strict";
|
|
2463
2462
|
var __extends = (this && this.__extends) || (function () {
|
|
2464
2463
|
var extendStatics = function (d, b) {
|
|
@@ -2497,7 +2496,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2497
2496
|
}(Error));
|
|
2498
2497
|
exports.ChevreError = ChevreError;
|
|
2499
2498
|
|
|
2500
|
-
},{"setprototypeof":
|
|
2499
|
+
},{"setprototypeof":285}],75:[function(require,module,exports){
|
|
2501
2500
|
"use strict";
|
|
2502
2501
|
var __extends = (this && this.__extends) || (function () {
|
|
2503
2502
|
var extendStatics = function (d, b) {
|
|
@@ -2540,7 +2539,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2540
2539
|
}(chevre_1.ChevreError));
|
|
2541
2540
|
exports.ForbiddenError = ForbiddenError;
|
|
2542
2541
|
|
|
2543
|
-
},{"../errorCode":
|
|
2542
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],76:[function(require,module,exports){
|
|
2544
2543
|
"use strict";
|
|
2545
2544
|
var __extends = (this && this.__extends) || (function () {
|
|
2546
2545
|
var extendStatics = function (d, b) {
|
|
@@ -2583,7 +2582,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2583
2582
|
}(chevre_1.ChevreError));
|
|
2584
2583
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2585
2584
|
|
|
2586
|
-
},{"../errorCode":
|
|
2585
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],77:[function(require,module,exports){
|
|
2587
2586
|
"use strict";
|
|
2588
2587
|
var __extends = (this && this.__extends) || (function () {
|
|
2589
2588
|
var extendStatics = function (d, b) {
|
|
@@ -2627,7 +2626,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2627
2626
|
}(chevre_1.ChevreError));
|
|
2628
2627
|
exports.NotFoundError = NotFoundError;
|
|
2629
2628
|
|
|
2630
|
-
},{"../errorCode":
|
|
2629
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],78:[function(require,module,exports){
|
|
2631
2630
|
"use strict";
|
|
2632
2631
|
var __extends = (this && this.__extends) || (function () {
|
|
2633
2632
|
var extendStatics = function (d, b) {
|
|
@@ -2670,7 +2669,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2670
2669
|
}(chevre_1.ChevreError));
|
|
2671
2670
|
exports.NotImplementedError = NotImplementedError;
|
|
2672
2671
|
|
|
2673
|
-
},{"../errorCode":
|
|
2672
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],79:[function(require,module,exports){
|
|
2674
2673
|
"use strict";
|
|
2675
2674
|
var __extends = (this && this.__extends) || (function () {
|
|
2676
2675
|
var extendStatics = function (d, b) {
|
|
@@ -2713,7 +2712,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2713
2712
|
}(chevre_1.ChevreError));
|
|
2714
2713
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2715
2714
|
|
|
2716
|
-
},{"../errorCode":
|
|
2715
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],80:[function(require,module,exports){
|
|
2717
2716
|
"use strict";
|
|
2718
2717
|
var __extends = (this && this.__extends) || (function () {
|
|
2719
2718
|
var extendStatics = function (d, b) {
|
|
@@ -2756,7 +2755,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2756
2755
|
}(chevre_1.ChevreError));
|
|
2757
2756
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2758
2757
|
|
|
2759
|
-
},{"../errorCode":
|
|
2758
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],81:[function(require,module,exports){
|
|
2760
2759
|
"use strict";
|
|
2761
2760
|
var __extends = (this && this.__extends) || (function () {
|
|
2762
2761
|
var extendStatics = function (d, b) {
|
|
@@ -2799,7 +2798,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2799
2798
|
}(chevre_1.ChevreError));
|
|
2800
2799
|
exports.UnauthorizedError = UnauthorizedError;
|
|
2801
2800
|
|
|
2802
|
-
},{"../errorCode":
|
|
2801
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":285}],82:[function(require,module,exports){
|
|
2803
2802
|
"use strict";
|
|
2804
2803
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2805
2804
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2829,7 +2828,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
|
|
|
2829
2828
|
var unauthorized_1 = require("./error/unauthorized");
|
|
2830
2829
|
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
2831
2830
|
|
|
2832
|
-
},{"./error/alreadyInUse":
|
|
2831
|
+
},{"./error/alreadyInUse":71,"./error/argument":72,"./error/argumentNull":73,"./error/chevre":74,"./error/forbidden":75,"./error/gatewayTimeout":76,"./error/notFound":77,"./error/notImplemented":78,"./error/rateLimitExceeded":79,"./error/serviceUnavailable":80,"./error/unauthorized":81}],83:[function(require,module,exports){
|
|
2833
2832
|
"use strict";
|
|
2834
2833
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2835
2834
|
exports.EventStatusType = void 0;
|
|
@@ -2844,7 +2843,7 @@ var EventStatusType;
|
|
|
2844
2843
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
2845
2844
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
2846
2845
|
|
|
2847
|
-
},{}],
|
|
2846
|
+
},{}],84:[function(require,module,exports){
|
|
2848
2847
|
"use strict";
|
|
2849
2848
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2850
2849
|
exports.EventType = void 0;
|
|
@@ -2857,11 +2856,11 @@ var EventType;
|
|
|
2857
2856
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
2858
2857
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
2859
2858
|
|
|
2860
|
-
},{}],
|
|
2859
|
+
},{}],85:[function(require,module,exports){
|
|
2861
2860
|
arguments[4][14][0].apply(exports,arguments)
|
|
2862
|
-
},{"dup":14}],
|
|
2861
|
+
},{"dup":14}],86:[function(require,module,exports){
|
|
2863
2862
|
arguments[4][14][0].apply(exports,arguments)
|
|
2864
|
-
},{"dup":14}],
|
|
2863
|
+
},{"dup":14}],87:[function(require,module,exports){
|
|
2865
2864
|
"use strict";
|
|
2866
2865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2867
2866
|
exports.RoleType = void 0;
|
|
@@ -2870,7 +2869,7 @@ var RoleType;
|
|
|
2870
2869
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
2871
2870
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
2872
2871
|
|
|
2873
|
-
},{}],
|
|
2872
|
+
},{}],88:[function(require,module,exports){
|
|
2874
2873
|
"use strict";
|
|
2875
2874
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2876
2875
|
/**
|
|
@@ -2922,7 +2921,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2922
2921
|
// referencesOrder?: IReferencesOrderSearchConditions;
|
|
2923
2922
|
// }
|
|
2924
2923
|
|
|
2925
|
-
},{}],
|
|
2924
|
+
},{}],89:[function(require,module,exports){
|
|
2926
2925
|
"use strict";
|
|
2927
2926
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2928
2927
|
exports.ItemAvailability = void 0;
|
|
@@ -2942,9 +2941,9 @@ var ItemAvailability;
|
|
|
2942
2941
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
2943
2942
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
2944
2943
|
|
|
2945
|
-
},{}],
|
|
2944
|
+
},{}],90:[function(require,module,exports){
|
|
2946
2945
|
arguments[4][14][0].apply(exports,arguments)
|
|
2947
|
-
},{"dup":14}],
|
|
2946
|
+
},{"dup":14}],91:[function(require,module,exports){
|
|
2948
2947
|
"use strict";
|
|
2949
2948
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2950
2949
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -2986,9 +2985,9 @@ var MerchantReturnEnumeration;
|
|
|
2986
2985
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
2987
2986
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
2988
2987
|
|
|
2989
|
-
},{}],
|
|
2988
|
+
},{}],92:[function(require,module,exports){
|
|
2990
2989
|
arguments[4][14][0].apply(exports,arguments)
|
|
2991
|
-
},{"dup":14}],
|
|
2990
|
+
},{"dup":14}],93:[function(require,module,exports){
|
|
2992
2991
|
"use strict";
|
|
2993
2992
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2994
2993
|
exports.seatReservation = void 0;
|
|
@@ -2996,9 +2995,9 @@ var seatReservation;
|
|
|
2996
2995
|
(function (seatReservation) {
|
|
2997
2996
|
})(seatReservation = exports.seatReservation || (exports.seatReservation = {}));
|
|
2998
2997
|
|
|
2999
|
-
},{}],
|
|
2998
|
+
},{}],94:[function(require,module,exports){
|
|
3000
2999
|
arguments[4][14][0].apply(exports,arguments)
|
|
3001
|
-
},{"dup":14}],
|
|
3000
|
+
},{"dup":14}],95:[function(require,module,exports){
|
|
3002
3001
|
"use strict";
|
|
3003
3002
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3004
3003
|
exports.OfferType = void 0;
|
|
@@ -3012,7 +3011,7 @@ var OfferType;
|
|
|
3012
3011
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
3013
3012
|
// export default OfferType;
|
|
3014
3013
|
|
|
3015
|
-
},{}],
|
|
3014
|
+
},{}],96:[function(require,module,exports){
|
|
3016
3015
|
"use strict";
|
|
3017
3016
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3018
3017
|
exports.OrderType = void 0;
|
|
@@ -3021,7 +3020,7 @@ var OrderType;
|
|
|
3021
3020
|
OrderType["Order"] = "Order";
|
|
3022
3021
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
3023
3022
|
|
|
3024
|
-
},{}],
|
|
3023
|
+
},{}],97:[function(require,module,exports){
|
|
3025
3024
|
"use strict";
|
|
3026
3025
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3027
3026
|
exports.OrderStatus = void 0;
|
|
@@ -3040,9 +3039,9 @@ var OrderStatus;
|
|
|
3040
3039
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
3041
3040
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
3042
3041
|
|
|
3043
|
-
},{}],
|
|
3042
|
+
},{}],98:[function(require,module,exports){
|
|
3044
3043
|
arguments[4][14][0].apply(exports,arguments)
|
|
3045
|
-
},{"dup":14}],
|
|
3044
|
+
},{"dup":14}],99:[function(require,module,exports){
|
|
3046
3045
|
"use strict";
|
|
3047
3046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3048
3047
|
exports.OrganizationType = void 0;
|
|
@@ -3067,13 +3066,13 @@ var OrganizationType;
|
|
|
3067
3066
|
OrganizationType["Project"] = "Project";
|
|
3068
3067
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
3069
3068
|
|
|
3070
|
-
},{}],
|
|
3069
|
+
},{}],100:[function(require,module,exports){
|
|
3070
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3071
|
+
},{"dup":14}],101:[function(require,module,exports){
|
|
3071
3072
|
arguments[4][14][0].apply(exports,arguments)
|
|
3072
3073
|
},{"dup":14}],102:[function(require,module,exports){
|
|
3073
3074
|
arguments[4][14][0].apply(exports,arguments)
|
|
3074
3075
|
},{"dup":14}],103:[function(require,module,exports){
|
|
3075
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3076
|
-
},{"dup":14}],104:[function(require,module,exports){
|
|
3077
3076
|
"use strict";
|
|
3078
3077
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3079
3078
|
exports.PaymentStatusType = void 0;
|
|
@@ -3089,7 +3088,7 @@ var PaymentStatusType;
|
|
|
3089
3088
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
3090
3089
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
3091
3090
|
|
|
3092
|
-
},{}],
|
|
3091
|
+
},{}],104:[function(require,module,exports){
|
|
3093
3092
|
"use strict";
|
|
3094
3093
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3095
3094
|
exports.PermitType = void 0;
|
|
@@ -3098,9 +3097,9 @@ var PermitType;
|
|
|
3098
3097
|
PermitType["Permit"] = "Permit";
|
|
3099
3098
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
3100
3099
|
|
|
3101
|
-
},{}],
|
|
3100
|
+
},{}],105:[function(require,module,exports){
|
|
3102
3101
|
arguments[4][14][0].apply(exports,arguments)
|
|
3103
|
-
},{"dup":14}],
|
|
3102
|
+
},{"dup":14}],106:[function(require,module,exports){
|
|
3104
3103
|
"use strict";
|
|
3105
3104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3106
3105
|
exports.PersonType = void 0;
|
|
@@ -3112,7 +3111,7 @@ var PersonType;
|
|
|
3112
3111
|
PersonType["Person"] = "Person";
|
|
3113
3112
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
3114
3113
|
|
|
3115
|
-
},{}],
|
|
3114
|
+
},{}],107:[function(require,module,exports){
|
|
3116
3115
|
"use strict";
|
|
3117
3116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3118
3117
|
exports.PlaceType = void 0;
|
|
@@ -3129,15 +3128,15 @@ var PlaceType;
|
|
|
3129
3128
|
PlaceType["Seat"] = "Seat";
|
|
3130
3129
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
3131
3130
|
|
|
3132
|
-
},{}],
|
|
3131
|
+
},{}],108:[function(require,module,exports){
|
|
3132
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3133
|
+
},{"dup":14}],109:[function(require,module,exports){
|
|
3133
3134
|
arguments[4][14][0].apply(exports,arguments)
|
|
3134
3135
|
},{"dup":14}],110:[function(require,module,exports){
|
|
3135
3136
|
arguments[4][14][0].apply(exports,arguments)
|
|
3136
3137
|
},{"dup":14}],111:[function(require,module,exports){
|
|
3137
3138
|
arguments[4][14][0].apply(exports,arguments)
|
|
3138
3139
|
},{"dup":14}],112:[function(require,module,exports){
|
|
3139
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3140
|
-
},{"dup":14}],113:[function(require,module,exports){
|
|
3141
3140
|
"use strict";
|
|
3142
3141
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3143
3142
|
exports.PriceCurrency = void 0;
|
|
@@ -3151,7 +3150,7 @@ var PriceCurrency;
|
|
|
3151
3150
|
PriceCurrency["JPY"] = "JPY";
|
|
3152
3151
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
3153
3152
|
|
|
3154
|
-
},{}],
|
|
3153
|
+
},{}],113:[function(require,module,exports){
|
|
3155
3154
|
"use strict";
|
|
3156
3155
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3157
3156
|
exports.PriceSpecificationType = void 0;
|
|
@@ -3182,7 +3181,7 @@ var PriceSpecificationType;
|
|
|
3182
3181
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
3183
3182
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
3184
3183
|
|
|
3185
|
-
},{}],
|
|
3184
|
+
},{}],114:[function(require,module,exports){
|
|
3186
3185
|
"use strict";
|
|
3187
3186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3188
3187
|
exports.ProductType = void 0;
|
|
@@ -3209,7 +3208,7 @@ var ProductType;
|
|
|
3209
3208
|
ProductType["Product"] = "Product";
|
|
3210
3209
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
3211
3210
|
|
|
3212
|
-
},{}],
|
|
3211
|
+
},{}],115:[function(require,module,exports){
|
|
3213
3212
|
"use strict";
|
|
3214
3213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3215
3214
|
exports.ProgramMembershipType = void 0;
|
|
@@ -3218,13 +3217,13 @@ var ProgramMembershipType;
|
|
|
3218
3217
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
3219
3218
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
3220
3219
|
|
|
3221
|
-
},{}],
|
|
3220
|
+
},{}],116:[function(require,module,exports){
|
|
3221
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3222
|
+
},{"dup":14}],117:[function(require,module,exports){
|
|
3222
3223
|
arguments[4][14][0].apply(exports,arguments)
|
|
3223
3224
|
},{"dup":14}],118:[function(require,module,exports){
|
|
3224
3225
|
arguments[4][14][0].apply(exports,arguments)
|
|
3225
3226
|
},{"dup":14}],119:[function(require,module,exports){
|
|
3226
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3227
|
-
},{"dup":14}],120:[function(require,module,exports){
|
|
3228
3227
|
"use strict";
|
|
3229
3228
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3230
3229
|
exports.StringValue = void 0;
|
|
@@ -3233,9 +3232,9 @@ var StringValue;
|
|
|
3233
3232
|
StringValue["Infinity"] = "Infinity";
|
|
3234
3233
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
3235
3234
|
|
|
3236
|
-
},{}],
|
|
3235
|
+
},{}],120:[function(require,module,exports){
|
|
3237
3236
|
arguments[4][14][0].apply(exports,arguments)
|
|
3238
|
-
},{"dup":14}],
|
|
3237
|
+
},{"dup":14}],121:[function(require,module,exports){
|
|
3239
3238
|
"use strict";
|
|
3240
3239
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3241
3240
|
exports.ReservationStatusType = void 0;
|
|
@@ -3262,7 +3261,7 @@ var ReservationStatusType;
|
|
|
3262
3261
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
3263
3262
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
3264
3263
|
|
|
3265
|
-
},{}],
|
|
3264
|
+
},{}],122:[function(require,module,exports){
|
|
3266
3265
|
"use strict";
|
|
3267
3266
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3268
3267
|
exports.ReservationType = void 0;
|
|
@@ -3275,13 +3274,13 @@ var ReservationType;
|
|
|
3275
3274
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
3276
3275
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
3277
3276
|
|
|
3278
|
-
},{}],
|
|
3277
|
+
},{}],123:[function(require,module,exports){
|
|
3278
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3279
|
+
},{"dup":14}],124:[function(require,module,exports){
|
|
3279
3280
|
arguments[4][14][0].apply(exports,arguments)
|
|
3280
3281
|
},{"dup":14}],125:[function(require,module,exports){
|
|
3281
3282
|
arguments[4][14][0].apply(exports,arguments)
|
|
3282
3283
|
},{"dup":14}],126:[function(require,module,exports){
|
|
3283
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3284
|
-
},{"dup":14}],127:[function(require,module,exports){
|
|
3285
3284
|
"use strict";
|
|
3286
3285
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3287
3286
|
exports.PaymentServiceType = void 0;
|
|
@@ -3293,7 +3292,7 @@ var PaymentServiceType;
|
|
|
3293
3292
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
3294
3293
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
3295
3294
|
|
|
3296
|
-
},{}],
|
|
3295
|
+
},{}],127:[function(require,module,exports){
|
|
3297
3296
|
"use strict";
|
|
3298
3297
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3299
3298
|
exports.Identifier = void 0;
|
|
@@ -3303,7 +3302,7 @@ var Identifier;
|
|
|
3303
3302
|
Identifier["Chevre"] = "Chevre";
|
|
3304
3303
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
3305
3304
|
|
|
3306
|
-
},{}],
|
|
3305
|
+
},{}],128:[function(require,module,exports){
|
|
3307
3306
|
"use strict";
|
|
3308
3307
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3309
3308
|
exports.SortType = void 0;
|
|
@@ -3316,7 +3315,7 @@ var SortType;
|
|
|
3316
3315
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
3317
3316
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
3318
3317
|
|
|
3319
|
-
},{}],
|
|
3318
|
+
},{}],129:[function(require,module,exports){
|
|
3320
3319
|
"use strict";
|
|
3321
3320
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3322
3321
|
exports.TaskName = void 0;
|
|
@@ -3414,6 +3413,10 @@ var TaskName;
|
|
|
3414
3413
|
* ポイント特典返却
|
|
3415
3414
|
*/
|
|
3416
3415
|
TaskName["ReturnPointAward"] = "returnPointAward";
|
|
3416
|
+
/**
|
|
3417
|
+
* 予約資産取引返却
|
|
3418
|
+
*/
|
|
3419
|
+
TaskName["ReturnReserveTransaction"] = "returnReserveTransaction";
|
|
3417
3420
|
/**
|
|
3418
3421
|
* 注文配送
|
|
3419
3422
|
*/
|
|
@@ -3444,7 +3447,7 @@ var TaskName;
|
|
|
3444
3447
|
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
3445
3448
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
3446
3449
|
|
|
3447
|
-
},{}],
|
|
3450
|
+
},{}],130:[function(require,module,exports){
|
|
3448
3451
|
"use strict";
|
|
3449
3452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3450
3453
|
exports.TaskStatus = void 0;
|
|
@@ -3471,7 +3474,9 @@ var TaskStatus;
|
|
|
3471
3474
|
TaskStatus["Aborted"] = "Aborted";
|
|
3472
3475
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
3473
3476
|
|
|
3474
|
-
},{}],
|
|
3477
|
+
},{}],131:[function(require,module,exports){
|
|
3478
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3479
|
+
},{"dup":14}],132:[function(require,module,exports){
|
|
3475
3480
|
arguments[4][14][0].apply(exports,arguments)
|
|
3476
3481
|
},{"dup":14}],133:[function(require,module,exports){
|
|
3477
3482
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3512,8 +3517,6 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3512
3517
|
},{"dup":14}],151:[function(require,module,exports){
|
|
3513
3518
|
arguments[4][14][0].apply(exports,arguments)
|
|
3514
3519
|
},{"dup":14}],152:[function(require,module,exports){
|
|
3515
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3516
|
-
},{"dup":14}],153:[function(require,module,exports){
|
|
3517
3520
|
"use strict";
|
|
3518
3521
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3519
3522
|
exports.TransactionStatusType = void 0;
|
|
@@ -3528,7 +3531,7 @@ var TransactionStatusType;
|
|
|
3528
3531
|
TransactionStatusType["Expired"] = "Expired";
|
|
3529
3532
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
3530
3533
|
|
|
3531
|
-
},{}],
|
|
3534
|
+
},{}],153:[function(require,module,exports){
|
|
3532
3535
|
"use strict";
|
|
3533
3536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3534
3537
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -3551,7 +3554,7 @@ var TransactionTasksExportationStatus;
|
|
|
3551
3554
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
3552
3555
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
3553
3556
|
|
|
3554
|
-
},{}],
|
|
3557
|
+
},{}],154:[function(require,module,exports){
|
|
3555
3558
|
"use strict";
|
|
3556
3559
|
/**
|
|
3557
3560
|
* 取引タイプ
|
|
@@ -3574,11 +3577,11 @@ var TransactionType;
|
|
|
3574
3577
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
3575
3578
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
3576
3579
|
|
|
3577
|
-
},{}],
|
|
3580
|
+
},{}],155:[function(require,module,exports){
|
|
3578
3581
|
arguments[4][14][0].apply(exports,arguments)
|
|
3579
|
-
},{"dup":14}],
|
|
3582
|
+
},{"dup":14}],156:[function(require,module,exports){
|
|
3580
3583
|
arguments[4][14][0].apply(exports,arguments)
|
|
3581
|
-
},{"dup":14}],
|
|
3584
|
+
},{"dup":14}],157:[function(require,module,exports){
|
|
3582
3585
|
"use strict";
|
|
3583
3586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3584
3587
|
exports.Reason = void 0;
|
|
@@ -3597,7 +3600,7 @@ var Reason;
|
|
|
3597
3600
|
Reason["Seller"] = "Seller";
|
|
3598
3601
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3599
3602
|
|
|
3600
|
-
},{}],
|
|
3603
|
+
},{}],158:[function(require,module,exports){
|
|
3601
3604
|
"use strict";
|
|
3602
3605
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3603
3606
|
exports.UnitCode = void 0;
|
|
@@ -3624,7 +3627,7 @@ var UnitCode;
|
|
|
3624
3627
|
UnitCode["Sec"] = "SEC";
|
|
3625
3628
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
3626
3629
|
|
|
3627
|
-
},{}],
|
|
3630
|
+
},{}],159:[function(require,module,exports){
|
|
3628
3631
|
"use strict";
|
|
3629
3632
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3630
3633
|
if (k2 === undefined) k2 = k;
|
|
@@ -3645,7 +3648,7 @@ __exportStar(require("./chevre"), exports);
|
|
|
3645
3648
|
*/
|
|
3646
3649
|
exports.chevre = chevre;
|
|
3647
3650
|
|
|
3648
|
-
},{"./chevre":13}],
|
|
3651
|
+
},{"./chevre":13}],160:[function(require,module,exports){
|
|
3649
3652
|
"use strict";
|
|
3650
3653
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3651
3654
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -3723,7 +3726,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
3723
3726
|
}());
|
|
3724
3727
|
exports.StubAuthClient = StubAuthClient;
|
|
3725
3728
|
|
|
3726
|
-
},{"../transporters":
|
|
3729
|
+
},{"../transporters":237}],161:[function(require,module,exports){
|
|
3727
3730
|
"use strict";
|
|
3728
3731
|
var __extends = (this && this.__extends) || (function () {
|
|
3729
3732
|
var extendStatics = function (d, b) {
|
|
@@ -4257,7 +4260,7 @@ var service;
|
|
|
4257
4260
|
service.UserPool = UserPool;
|
|
4258
4261
|
})(service = exports.service || (exports.service = {}));
|
|
4259
4262
|
|
|
4260
|
-
},{"./chevre/account":
|
|
4263
|
+
},{"./chevre/account":162,"./chevre/accountAction":163,"./chevre/accountTitle":164,"./chevre/accountingReport":165,"./chevre/action":166,"./chevre/assetTransaction":167,"./chevre/assetTransaction/cancelReservation":168,"./chevre/assetTransaction/moneyTransfer":169,"./chevre/assetTransaction/pay":170,"./chevre/assetTransaction/refund":171,"./chevre/assetTransaction/registerService":172,"./chevre/assetTransaction/reserve":173,"./chevre/authorization":174,"./chevre/categoryCode":175,"./chevre/creativeWork":176,"./chevre/customer":177,"./chevre/emailMessage":178,"./chevre/event":179,"./chevre/iam":180,"./chevre/me":181,"./chevre/offer":182,"./chevre/offerCatalog":183,"./chevre/order":184,"./chevre/orderNumber":185,"./chevre/ownershipInfo":186,"./chevre/permit":187,"./chevre/person":188,"./chevre/person/ownershipInfo":189,"./chevre/place":190,"./chevre/priceSpecification":191,"./chevre/product":192,"./chevre/project":193,"./chevre/reservation":194,"./chevre/seller":195,"./chevre/task":196,"./chevre/token":197,"./chevre/transaction/moneyTransfer":199,"./chevre/transaction/placeOrder":200,"./chevre/transaction/returnOrder":201,"./chevre/transactionNumber":198,"./chevre/userPool":202,"./factory":203}],162:[function(require,module,exports){
|
|
4261
4264
|
"use strict";
|
|
4262
4265
|
var __extends = (this && this.__extends) || (function () {
|
|
4263
4266
|
var extendStatics = function (d, b) {
|
|
@@ -4501,7 +4504,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4501
4504
|
}(service_1.Service));
|
|
4502
4505
|
exports.AccountService = AccountService;
|
|
4503
4506
|
|
|
4504
|
-
},{"../service":
|
|
4507
|
+
},{"../service":210,"http-status":271}],163:[function(require,module,exports){
|
|
4505
4508
|
"use strict";
|
|
4506
4509
|
var __extends = (this && this.__extends) || (function () {
|
|
4507
4510
|
var extendStatics = function (d, b) {
|
|
@@ -4598,7 +4601,7 @@ var AccountActionService = /** @class */ (function (_super) {
|
|
|
4598
4601
|
}(service_1.Service));
|
|
4599
4602
|
exports.AccountActionService = AccountActionService;
|
|
4600
4603
|
|
|
4601
|
-
},{"../service":
|
|
4604
|
+
},{"../service":210,"http-status":271}],164:[function(require,module,exports){
|
|
4602
4605
|
"use strict";
|
|
4603
4606
|
var __extends = (this && this.__extends) || (function () {
|
|
4604
4607
|
var extendStatics = function (d, b) {
|
|
@@ -4935,7 +4938,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4935
4938
|
}(service_1.Service));
|
|
4936
4939
|
exports.AccountTitleService = AccountTitleService;
|
|
4937
4940
|
|
|
4938
|
-
},{"../factory":
|
|
4941
|
+
},{"../factory":203,"../service":210,"http-status":271}],165:[function(require,module,exports){
|
|
4939
4942
|
"use strict";
|
|
4940
4943
|
var __extends = (this && this.__extends) || (function () {
|
|
4941
4944
|
var extendStatics = function (d, b) {
|
|
@@ -5032,7 +5035,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
5032
5035
|
}(service_1.Service));
|
|
5033
5036
|
exports.AccountingReportService = AccountingReportService;
|
|
5034
5037
|
|
|
5035
|
-
},{"../service":
|
|
5038
|
+
},{"../service":210,"http-status":271}],166:[function(require,module,exports){
|
|
5036
5039
|
"use strict";
|
|
5037
5040
|
var __extends = (this && this.__extends) || (function () {
|
|
5038
5041
|
var extendStatics = function (d, b) {
|
|
@@ -5129,7 +5132,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5129
5132
|
}(service_1.Service));
|
|
5130
5133
|
exports.ActionService = ActionService;
|
|
5131
5134
|
|
|
5132
|
-
},{"../service":
|
|
5135
|
+
},{"../service":210,"http-status":271}],167:[function(require,module,exports){
|
|
5133
5136
|
"use strict";
|
|
5134
5137
|
var __extends = (this && this.__extends) || (function () {
|
|
5135
5138
|
var extendStatics = function (d, b) {
|
|
@@ -5226,7 +5229,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5226
5229
|
}(service_1.Service));
|
|
5227
5230
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5228
5231
|
|
|
5229
|
-
},{"../service":
|
|
5232
|
+
},{"../service":210,"http-status":271}],168:[function(require,module,exports){
|
|
5230
5233
|
"use strict";
|
|
5231
5234
|
var __extends = (this && this.__extends) || (function () {
|
|
5232
5235
|
var extendStatics = function (d, b) {
|
|
@@ -5374,7 +5377,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5374
5377
|
}(service_1.Service));
|
|
5375
5378
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5376
5379
|
|
|
5377
|
-
},{"../../service":
|
|
5380
|
+
},{"../../service":210,"http-status":271}],169:[function(require,module,exports){
|
|
5378
5381
|
"use strict";
|
|
5379
5382
|
var __extends = (this && this.__extends) || (function () {
|
|
5380
5383
|
var extendStatics = function (d, b) {
|
|
@@ -5507,7 +5510,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5507
5510
|
}(service_1.Service));
|
|
5508
5511
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5509
5512
|
|
|
5510
|
-
},{"../../factory":
|
|
5513
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],170:[function(require,module,exports){
|
|
5511
5514
|
"use strict";
|
|
5512
5515
|
var __extends = (this && this.__extends) || (function () {
|
|
5513
5516
|
var extendStatics = function (d, b) {
|
|
@@ -5720,7 +5723,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5720
5723
|
}(service_1.Service));
|
|
5721
5724
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5722
5725
|
|
|
5723
|
-
},{"../../factory":
|
|
5726
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],171:[function(require,module,exports){
|
|
5724
5727
|
"use strict";
|
|
5725
5728
|
var __extends = (this && this.__extends) || (function () {
|
|
5726
5729
|
var extendStatics = function (d, b) {
|
|
@@ -5853,7 +5856,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5853
5856
|
}(service_1.Service));
|
|
5854
5857
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5855
5858
|
|
|
5856
|
-
},{"../../factory":
|
|
5859
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],172:[function(require,module,exports){
|
|
5857
5860
|
"use strict";
|
|
5858
5861
|
var __extends = (this && this.__extends) || (function () {
|
|
5859
5862
|
var extendStatics = function (d, b) {
|
|
@@ -5986,7 +5989,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5986
5989
|
}(service_1.Service));
|
|
5987
5990
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
5988
5991
|
|
|
5989
|
-
},{"../../factory":
|
|
5992
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],173:[function(require,module,exports){
|
|
5990
5993
|
"use strict";
|
|
5991
5994
|
var __extends = (this && this.__extends) || (function () {
|
|
5992
5995
|
var extendStatics = function (d, b) {
|
|
@@ -6136,7 +6139,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6136
6139
|
}(service_1.Service));
|
|
6137
6140
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6138
6141
|
|
|
6139
|
-
},{"../../service":
|
|
6142
|
+
},{"../../service":210,"http-status":271}],174:[function(require,module,exports){
|
|
6140
6143
|
"use strict";
|
|
6141
6144
|
var __extends = (this && this.__extends) || (function () {
|
|
6142
6145
|
var extendStatics = function (d, b) {
|
|
@@ -6252,7 +6255,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6252
6255
|
}(service_1.Service));
|
|
6253
6256
|
exports.AuthorizationService = AuthorizationService;
|
|
6254
6257
|
|
|
6255
|
-
},{"../service":
|
|
6258
|
+
},{"../service":210,"http-status":271}],175:[function(require,module,exports){
|
|
6256
6259
|
"use strict";
|
|
6257
6260
|
var __extends = (this && this.__extends) || (function () {
|
|
6258
6261
|
var extendStatics = function (d, b) {
|
|
@@ -6416,7 +6419,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6416
6419
|
}(service_1.Service));
|
|
6417
6420
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6418
6421
|
|
|
6419
|
-
},{"../service":
|
|
6422
|
+
},{"../service":210,"http-status":271}],176:[function(require,module,exports){
|
|
6420
6423
|
"use strict";
|
|
6421
6424
|
var __extends = (this && this.__extends) || (function () {
|
|
6422
6425
|
var extendStatics = function (d, b) {
|
|
@@ -6574,7 +6577,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6574
6577
|
}(service_1.Service));
|
|
6575
6578
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6576
6579
|
|
|
6577
|
-
},{"../service":
|
|
6580
|
+
},{"../service":210,"http-status":271}],177:[function(require,module,exports){
|
|
6578
6581
|
"use strict";
|
|
6579
6582
|
var __extends = (this && this.__extends) || (function () {
|
|
6580
6583
|
var extendStatics = function (d, b) {
|
|
@@ -6748,7 +6751,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6748
6751
|
}(service_1.Service));
|
|
6749
6752
|
exports.CustomerService = CustomerService;
|
|
6750
6753
|
|
|
6751
|
-
},{"../service":
|
|
6754
|
+
},{"../service":210,"http-status":271}],178:[function(require,module,exports){
|
|
6752
6755
|
"use strict";
|
|
6753
6756
|
var __extends = (this && this.__extends) || (function () {
|
|
6754
6757
|
var extendStatics = function (d, b) {
|
|
@@ -6922,7 +6925,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
6922
6925
|
}(service_1.Service));
|
|
6923
6926
|
exports.EmailMessageService = EmailMessageService;
|
|
6924
6927
|
|
|
6925
|
-
},{"../service":
|
|
6928
|
+
},{"../service":210,"http-status":271}],179:[function(require,module,exports){
|
|
6926
6929
|
"use strict";
|
|
6927
6930
|
var __extends = (this && this.__extends) || (function () {
|
|
6928
6931
|
var extendStatics = function (d, b) {
|
|
@@ -7164,7 +7167,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7164
7167
|
}(service_1.Service));
|
|
7165
7168
|
exports.EventService = EventService;
|
|
7166
7169
|
|
|
7167
|
-
},{"../service":
|
|
7170
|
+
},{"../service":210,"http-status":271}],180:[function(require,module,exports){
|
|
7168
7171
|
"use strict";
|
|
7169
7172
|
var __extends = (this && this.__extends) || (function () {
|
|
7170
7173
|
var extendStatics = function (d, b) {
|
|
@@ -7487,7 +7490,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7487
7490
|
}(service_1.Service));
|
|
7488
7491
|
exports.IAMService = IAMService;
|
|
7489
7492
|
|
|
7490
|
-
},{"../service":
|
|
7493
|
+
},{"../service":210,"http-status":271}],181:[function(require,module,exports){
|
|
7491
7494
|
"use strict";
|
|
7492
7495
|
var __extends = (this && this.__extends) || (function () {
|
|
7493
7496
|
var extendStatics = function (d, b) {
|
|
@@ -7584,7 +7587,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7584
7587
|
}(service_1.Service));
|
|
7585
7588
|
exports.MeService = MeService;
|
|
7586
7589
|
|
|
7587
|
-
},{"../service":
|
|
7590
|
+
},{"../service":210,"http-status":271}],182:[function(require,module,exports){
|
|
7588
7591
|
"use strict";
|
|
7589
7592
|
var __extends = (this && this.__extends) || (function () {
|
|
7590
7593
|
var extendStatics = function (d, b) {
|
|
@@ -7754,7 +7757,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
7754
7757
|
}(service_1.Service));
|
|
7755
7758
|
exports.OfferService = OfferService;
|
|
7756
7759
|
|
|
7757
|
-
},{"../service":
|
|
7760
|
+
},{"../service":210,"http-status":271}],183:[function(require,module,exports){
|
|
7758
7761
|
"use strict";
|
|
7759
7762
|
var __extends = (this && this.__extends) || (function () {
|
|
7760
7763
|
var extendStatics = function (d, b) {
|
|
@@ -7924,7 +7927,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
7924
7927
|
}(service_1.Service));
|
|
7925
7928
|
exports.OfferCatalogService = OfferCatalogService;
|
|
7926
7929
|
|
|
7927
|
-
},{"../service":
|
|
7930
|
+
},{"../service":210,"http-status":271}],184:[function(require,module,exports){
|
|
7928
7931
|
"use strict";
|
|
7929
7932
|
var __extends = (this && this.__extends) || (function () {
|
|
7930
7933
|
var extendStatics = function (d, b) {
|
|
@@ -8260,7 +8263,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8260
8263
|
}(service_1.Service));
|
|
8261
8264
|
exports.OrderService = OrderService;
|
|
8262
8265
|
|
|
8263
|
-
},{"../factory":
|
|
8266
|
+
},{"../factory":203,"../service":210,"http-status":271}],185:[function(require,module,exports){
|
|
8264
8267
|
"use strict";
|
|
8265
8268
|
var __extends = (this && this.__extends) || (function () {
|
|
8266
8269
|
var extendStatics = function (d, b) {
|
|
@@ -8348,7 +8351,7 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
8348
8351
|
}(service_1.Service));
|
|
8349
8352
|
exports.OrderNumberService = OrderNumberService;
|
|
8350
8353
|
|
|
8351
|
-
},{"../service":
|
|
8354
|
+
},{"../service":210,"http-status":271}],186:[function(require,module,exports){
|
|
8352
8355
|
"use strict";
|
|
8353
8356
|
var __extends = (this && this.__extends) || (function () {
|
|
8354
8357
|
var extendStatics = function (d, b) {
|
|
@@ -8461,7 +8464,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8461
8464
|
}(service_1.Service));
|
|
8462
8465
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
8463
8466
|
|
|
8464
|
-
},{"../service":
|
|
8467
|
+
},{"../service":210,"http-status":271}],187:[function(require,module,exports){
|
|
8465
8468
|
"use strict";
|
|
8466
8469
|
var __extends = (this && this.__extends) || (function () {
|
|
8467
8470
|
var extendStatics = function (d, b) {
|
|
@@ -8617,7 +8620,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
8617
8620
|
}(service_1.Service));
|
|
8618
8621
|
exports.PermitService = PermitService;
|
|
8619
8622
|
|
|
8620
|
-
},{"../service":
|
|
8623
|
+
},{"../service":210,"http-status":271}],188:[function(require,module,exports){
|
|
8621
8624
|
"use strict";
|
|
8622
8625
|
var __extends = (this && this.__extends) || (function () {
|
|
8623
8626
|
var extendStatics = function (d, b) {
|
|
@@ -8853,7 +8856,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
8853
8856
|
}(service_1.Service));
|
|
8854
8857
|
exports.PersonService = PersonService;
|
|
8855
8858
|
|
|
8856
|
-
},{"../service":
|
|
8859
|
+
},{"../service":210,"http-status":271}],189:[function(require,module,exports){
|
|
8857
8860
|
"use strict";
|
|
8858
8861
|
var __extends = (this && this.__extends) || (function () {
|
|
8859
8862
|
var extendStatics = function (d, b) {
|
|
@@ -9092,7 +9095,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9092
9095
|
}(service_1.Service));
|
|
9093
9096
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
9094
9097
|
|
|
9095
|
-
},{"../../service":
|
|
9098
|
+
},{"../../service":210,"http-status":271}],190:[function(require,module,exports){
|
|
9096
9099
|
"use strict";
|
|
9097
9100
|
var __extends = (this && this.__extends) || (function () {
|
|
9098
9101
|
var extendStatics = function (d, b) {
|
|
@@ -9527,7 +9530,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
9527
9530
|
}(service_1.Service));
|
|
9528
9531
|
exports.PlaceService = PlaceService;
|
|
9529
9532
|
|
|
9530
|
-
},{"../factory":
|
|
9533
|
+
},{"../factory":203,"../service":210,"http-status":271}],191:[function(require,module,exports){
|
|
9531
9534
|
"use strict";
|
|
9532
9535
|
var __extends = (this && this.__extends) || (function () {
|
|
9533
9536
|
var extendStatics = function (d, b) {
|
|
@@ -9691,7 +9694,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
9691
9694
|
}(service_1.Service));
|
|
9692
9695
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
9693
9696
|
|
|
9694
|
-
},{"../service":
|
|
9697
|
+
},{"../service":210,"http-status":271}],192:[function(require,module,exports){
|
|
9695
9698
|
"use strict";
|
|
9696
9699
|
var __extends = (this && this.__extends) || (function () {
|
|
9697
9700
|
var extendStatics = function (d, b) {
|
|
@@ -9893,7 +9896,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
9893
9896
|
}(service_1.Service));
|
|
9894
9897
|
exports.ProductService = ProductService;
|
|
9895
9898
|
|
|
9896
|
-
},{"../service":
|
|
9899
|
+
},{"../service":210,"http-status":271}],193:[function(require,module,exports){
|
|
9897
9900
|
"use strict";
|
|
9898
9901
|
var __extends = (this && this.__extends) || (function () {
|
|
9899
9902
|
var extendStatics = function (d, b) {
|
|
@@ -10098,7 +10101,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
10098
10101
|
}(service_1.Service));
|
|
10099
10102
|
exports.ProjectService = ProjectService;
|
|
10100
10103
|
|
|
10101
|
-
},{"../service":
|
|
10104
|
+
},{"../service":210,"http-status":271}],194:[function(require,module,exports){
|
|
10102
10105
|
"use strict";
|
|
10103
10106
|
var __extends = (this && this.__extends) || (function () {
|
|
10104
10107
|
var extendStatics = function (d, b) {
|
|
@@ -10314,7 +10317,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
10314
10317
|
}(service_1.Service));
|
|
10315
10318
|
exports.ReservationService = ReservationService;
|
|
10316
10319
|
|
|
10317
|
-
},{"../service":
|
|
10320
|
+
},{"../service":210,"http-status":271}],195:[function(require,module,exports){
|
|
10318
10321
|
"use strict";
|
|
10319
10322
|
var __extends = (this && this.__extends) || (function () {
|
|
10320
10323
|
var extendStatics = function (d, b) {
|
|
@@ -10492,7 +10495,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
10492
10495
|
}(service_1.Service));
|
|
10493
10496
|
exports.SellerService = SellerService;
|
|
10494
10497
|
|
|
10495
|
-
},{"../service":
|
|
10498
|
+
},{"../service":210,"http-status":271}],196:[function(require,module,exports){
|
|
10496
10499
|
"use strict";
|
|
10497
10500
|
var __extends = (this && this.__extends) || (function () {
|
|
10498
10501
|
var extendStatics = function (d, b) {
|
|
@@ -10626,7 +10629,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
10626
10629
|
}(service_1.Service));
|
|
10627
10630
|
exports.TaskService = TaskService;
|
|
10628
10631
|
|
|
10629
|
-
},{"../service":
|
|
10632
|
+
},{"../service":210,"http-status":271}],197:[function(require,module,exports){
|
|
10630
10633
|
"use strict";
|
|
10631
10634
|
var __extends = (this && this.__extends) || (function () {
|
|
10632
10635
|
var extendStatics = function (d, b) {
|
|
@@ -10714,7 +10717,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
10714
10717
|
}(service_1.Service));
|
|
10715
10718
|
exports.TokenService = TokenService;
|
|
10716
10719
|
|
|
10717
|
-
},{"../service":
|
|
10720
|
+
},{"../service":210,"http-status":271}],198:[function(require,module,exports){
|
|
10718
10721
|
"use strict";
|
|
10719
10722
|
var __extends = (this && this.__extends) || (function () {
|
|
10720
10723
|
var extendStatics = function (d, b) {
|
|
@@ -10802,7 +10805,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10802
10805
|
}(service_1.Service));
|
|
10803
10806
|
exports.TransactionNumberService = TransactionNumberService;
|
|
10804
10807
|
|
|
10805
|
-
},{"../service":
|
|
10808
|
+
},{"../service":210,"http-status":271}],199:[function(require,module,exports){
|
|
10806
10809
|
"use strict";
|
|
10807
10810
|
var __extends = (this && this.__extends) || (function () {
|
|
10808
10811
|
var extendStatics = function (d, b) {
|
|
@@ -10921,7 +10924,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10921
10924
|
}(service_1.Service));
|
|
10922
10925
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10923
10926
|
|
|
10924
|
-
},{"../../factory":
|
|
10927
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],200:[function(require,module,exports){
|
|
10925
10928
|
"use strict";
|
|
10926
10929
|
var __extends = (this && this.__extends) || (function () {
|
|
10927
10930
|
var extendStatics = function (d, b) {
|
|
@@ -11040,7 +11043,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11040
11043
|
}(service_1.Service));
|
|
11041
11044
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
11042
11045
|
|
|
11043
|
-
},{"../../factory":
|
|
11046
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],201:[function(require,module,exports){
|
|
11044
11047
|
"use strict";
|
|
11045
11048
|
var __extends = (this && this.__extends) || (function () {
|
|
11046
11049
|
var extendStatics = function (d, b) {
|
|
@@ -11140,7 +11143,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11140
11143
|
}(service_1.Service));
|
|
11141
11144
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
11142
11145
|
|
|
11143
|
-
},{"../../factory":
|
|
11146
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],202:[function(require,module,exports){
|
|
11144
11147
|
"use strict";
|
|
11145
11148
|
var __extends = (this && this.__extends) || (function () {
|
|
11146
11149
|
var extendStatics = function (d, b) {
|
|
@@ -11273,7 +11276,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
11273
11276
|
}(service_1.Service));
|
|
11274
11277
|
exports.UserPoolService = UserPoolService;
|
|
11275
11278
|
|
|
11276
|
-
},{"../service":
|
|
11279
|
+
},{"../service":210,"http-status":271}],203:[function(require,module,exports){
|
|
11277
11280
|
"use strict";
|
|
11278
11281
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11279
11282
|
if (k2 === undefined) k2 = k;
|
|
@@ -11291,7 +11294,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
11291
11294
|
*/
|
|
11292
11295
|
__exportStar(require("@chevre/factory"), exports);
|
|
11293
11296
|
|
|
11294
|
-
},{"@chevre/factory":
|
|
11297
|
+
},{"@chevre/factory":159}],204:[function(require,module,exports){
|
|
11295
11298
|
"use strict";
|
|
11296
11299
|
var __extends = (this && this.__extends) || (function () {
|
|
11297
11300
|
var extendStatics = function (d, b) {
|
|
@@ -11718,7 +11721,7 @@ var service;
|
|
|
11718
11721
|
service.txn = transaction;
|
|
11719
11722
|
})(service = exports.service || (exports.service = {}));
|
|
11720
11723
|
|
|
11721
|
-
},{"./auth/authClient":
|
|
11724
|
+
},{"./auth/authClient":160,"./chevre":161,"./factory":203,"./pecorino":205,"./service":210,"./service/account":211,"./service/action":212,"./service/categoryCode":213,"./service/creativeWork":214,"./service/customer":215,"./service/delivery":216,"./service/emailMessage":217,"./service/event":218,"./service/iam":219,"./service/offer":220,"./service/order":221,"./service/ownershipInfo":222,"./service/payment":223,"./service/permit":224,"./service/person":225,"./service/person/ownershipInfo":226,"./service/place":227,"./service/product":228,"./service/project":229,"./service/reservation":230,"./service/seller":231,"./service/token":232,"./service/transaction/moneyTransfer":233,"./service/transaction/placeOrder":234,"./service/transaction/placeOrder4sskts":235,"./service/transaction/returnOrder":236,"./transporters":237}],205:[function(require,module,exports){
|
|
11722
11725
|
"use strict";
|
|
11723
11726
|
var __extends = (this && this.__extends) || (function () {
|
|
11724
11727
|
var extendStatics = function (d, b) {
|
|
@@ -11798,7 +11801,7 @@ var service;
|
|
|
11798
11801
|
})(transaction = service.transaction || (service.transaction = {}));
|
|
11799
11802
|
})(service = exports.service || (exports.service = {}));
|
|
11800
11803
|
|
|
11801
|
-
},{"./factory":
|
|
11804
|
+
},{"./factory":203,"./pecorino/permit":206,"./pecorino/transaction/deposit":207,"./pecorino/transaction/transfer":208,"./pecorino/transaction/withdraw":209}],206:[function(require,module,exports){
|
|
11802
11805
|
"use strict";
|
|
11803
11806
|
var __extends = (this && this.__extends) || (function () {
|
|
11804
11807
|
var extendStatics = function (d, b) {
|
|
@@ -11907,7 +11910,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
11907
11910
|
}(service_1.Service));
|
|
11908
11911
|
exports.PermitService = PermitService;
|
|
11909
11912
|
|
|
11910
|
-
},{"../service":
|
|
11913
|
+
},{"../service":210,"http-status":271}],207:[function(require,module,exports){
|
|
11911
11914
|
"use strict";
|
|
11912
11915
|
var __extends = (this && this.__extends) || (function () {
|
|
11913
11916
|
var extendStatics = function (d, b) {
|
|
@@ -12040,7 +12043,7 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
12040
12043
|
}(service_1.Service));
|
|
12041
12044
|
exports.DepositTransactionService = DepositTransactionService;
|
|
12042
12045
|
|
|
12043
|
-
},{"../../service":
|
|
12046
|
+
},{"../../service":210,"@chevre/factory":159,"http-status":271}],208:[function(require,module,exports){
|
|
12044
12047
|
"use strict";
|
|
12045
12048
|
var __extends = (this && this.__extends) || (function () {
|
|
12046
12049
|
var extendStatics = function (d, b) {
|
|
@@ -12173,7 +12176,7 @@ var TransferTransactionService = /** @class */ (function (_super) {
|
|
|
12173
12176
|
}(service_1.Service));
|
|
12174
12177
|
exports.TransferTransactionService = TransferTransactionService;
|
|
12175
12178
|
|
|
12176
|
-
},{"../../service":
|
|
12179
|
+
},{"../../service":210,"@chevre/factory":159,"http-status":271}],209:[function(require,module,exports){
|
|
12177
12180
|
"use strict";
|
|
12178
12181
|
var __extends = (this && this.__extends) || (function () {
|
|
12179
12182
|
var extendStatics = function (d, b) {
|
|
@@ -12306,7 +12309,7 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
|
|
|
12306
12309
|
}(service_1.Service));
|
|
12307
12310
|
exports.WithdrawTransactionService = WithdrawTransactionService;
|
|
12308
12311
|
|
|
12309
|
-
},{"../../service":
|
|
12312
|
+
},{"../../service":210,"@chevre/factory":159,"http-status":271}],210:[function(require,module,exports){
|
|
12310
12313
|
"use strict";
|
|
12311
12314
|
var __assign = (this && this.__assign) || function () {
|
|
12312
12315
|
__assign = Object.assign || function(t) {
|
|
@@ -12413,7 +12416,7 @@ var Service = /** @class */ (function () {
|
|
|
12413
12416
|
}());
|
|
12414
12417
|
exports.Service = Service;
|
|
12415
12418
|
|
|
12416
|
-
},{"./transporters":
|
|
12419
|
+
},{"./transporters":237,"qs":239}],211:[function(require,module,exports){
|
|
12417
12420
|
"use strict";
|
|
12418
12421
|
var __extends = (this && this.__extends) || (function () {
|
|
12419
12422
|
var extendStatics = function (d, b) {
|
|
@@ -12522,9 +12525,9 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
12522
12525
|
}(service_1.Service));
|
|
12523
12526
|
exports.AccountService = AccountService;
|
|
12524
12527
|
|
|
12525
|
-
},{"../service":
|
|
12526
|
-
arguments[4][
|
|
12527
|
-
},{"../service":
|
|
12528
|
+
},{"../service":210,"http-status":271}],212:[function(require,module,exports){
|
|
12529
|
+
arguments[4][166][0].apply(exports,arguments)
|
|
12530
|
+
},{"../service":210,"dup":166,"http-status":271}],213:[function(require,module,exports){
|
|
12528
12531
|
"use strict";
|
|
12529
12532
|
var __extends = (this && this.__extends) || (function () {
|
|
12530
12533
|
var extendStatics = function (d, b) {
|
|
@@ -12621,7 +12624,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
12621
12624
|
}(service_1.Service));
|
|
12622
12625
|
exports.CategoryCodeService = CategoryCodeService;
|
|
12623
12626
|
|
|
12624
|
-
},{"../service":
|
|
12627
|
+
},{"../service":210,"http-status":271}],214:[function(require,module,exports){
|
|
12625
12628
|
"use strict";
|
|
12626
12629
|
var __extends = (this && this.__extends) || (function () {
|
|
12627
12630
|
var extendStatics = function (d, b) {
|
|
@@ -12718,7 +12721,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
12718
12721
|
}(service_1.Service));
|
|
12719
12722
|
exports.CreativeWorkService = CreativeWorkService;
|
|
12720
12723
|
|
|
12721
|
-
},{"../service":
|
|
12724
|
+
},{"../service":210,"http-status":271}],215:[function(require,module,exports){
|
|
12722
12725
|
"use strict";
|
|
12723
12726
|
var __extends = (this && this.__extends) || (function () {
|
|
12724
12727
|
var extendStatics = function (d, b) {
|
|
@@ -12833,7 +12836,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
12833
12836
|
}(service_1.Service));
|
|
12834
12837
|
exports.CustomerService = CustomerService;
|
|
12835
12838
|
|
|
12836
|
-
},{"../service":
|
|
12839
|
+
},{"../service":210,"http-status":271}],216:[function(require,module,exports){
|
|
12837
12840
|
"use strict";
|
|
12838
12841
|
var __extends = (this && this.__extends) || (function () {
|
|
12839
12842
|
var extendStatics = function (d, b) {
|
|
@@ -12925,7 +12928,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
12925
12928
|
}(service_1.Service));
|
|
12926
12929
|
exports.DeliveryService = DeliveryService;
|
|
12927
12930
|
|
|
12928
|
-
},{"../service":
|
|
12931
|
+
},{"../service":210,"http-status":271}],217:[function(require,module,exports){
|
|
12929
12932
|
"use strict";
|
|
12930
12933
|
var __extends = (this && this.__extends) || (function () {
|
|
12931
12934
|
var extendStatics = function (d, b) {
|
|
@@ -13022,7 +13025,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13022
13025
|
}(service_1.Service));
|
|
13023
13026
|
exports.EmailMessageService = EmailMessageService;
|
|
13024
13027
|
|
|
13025
|
-
},{"../service":
|
|
13028
|
+
},{"../service":210,"http-status":271}],218:[function(require,module,exports){
|
|
13026
13029
|
"use strict";
|
|
13027
13030
|
var __extends = (this && this.__extends) || (function () {
|
|
13028
13031
|
var extendStatics = function (d, b) {
|
|
@@ -13223,7 +13226,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
13223
13226
|
}(service_1.Service));
|
|
13224
13227
|
exports.EventService = EventService;
|
|
13225
13228
|
|
|
13226
|
-
},{"../service":
|
|
13229
|
+
},{"../service":210,"http-status":271}],219:[function(require,module,exports){
|
|
13227
13230
|
"use strict";
|
|
13228
13231
|
var __extends = (this && this.__extends) || (function () {
|
|
13229
13232
|
var extendStatics = function (d, b) {
|
|
@@ -13320,7 +13323,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
13320
13323
|
}(service_1.Service));
|
|
13321
13324
|
exports.IAMService = IAMService;
|
|
13322
13325
|
|
|
13323
|
-
},{"../service":
|
|
13326
|
+
},{"../service":210,"http-status":271}],220:[function(require,module,exports){
|
|
13324
13327
|
"use strict";
|
|
13325
13328
|
var __extends = (this && this.__extends) || (function () {
|
|
13326
13329
|
var extendStatics = function (d, b) {
|
|
@@ -13477,7 +13480,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
13477
13480
|
}(service_1.Service));
|
|
13478
13481
|
exports.OfferService = OfferService;
|
|
13479
13482
|
|
|
13480
|
-
},{"../service":
|
|
13483
|
+
},{"../service":210,"http-status":271}],221:[function(require,module,exports){
|
|
13481
13484
|
"use strict";
|
|
13482
13485
|
var __extends = (this && this.__extends) || (function () {
|
|
13483
13486
|
var extendStatics = function (d, b) {
|
|
@@ -13543,9 +13546,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13543
13546
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
13544
13547
|
}
|
|
13545
13548
|
/**
|
|
13546
|
-
*
|
|
13547
|
-
*
|
|
13548
|
-
*
|
|
13549
|
+
* 注文作成
|
|
13550
|
+
* 確定した注文取引に対して、同期的に注文データを作成
|
|
13551
|
+
* すでに注文が作成済の場合、何もしない
|
|
13549
13552
|
*/
|
|
13550
13553
|
OrderService.prototype.placeOrder = function (params) {
|
|
13551
13554
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -13749,7 +13752,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13749
13752
|
}(service_1.Service));
|
|
13750
13753
|
exports.OrderService = OrderService;
|
|
13751
13754
|
|
|
13752
|
-
},{"../service":
|
|
13755
|
+
},{"../service":210,"http-status":271}],222:[function(require,module,exports){
|
|
13753
13756
|
"use strict";
|
|
13754
13757
|
var __extends = (this && this.__extends) || (function () {
|
|
13755
13758
|
var extendStatics = function (d, b) {
|
|
@@ -13888,7 +13891,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
13888
13891
|
}(service_1.Service));
|
|
13889
13892
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
13890
13893
|
|
|
13891
|
-
},{"../service":
|
|
13894
|
+
},{"../service":210,"http-status":271}],223:[function(require,module,exports){
|
|
13892
13895
|
"use strict";
|
|
13893
13896
|
var __extends = (this && this.__extends) || (function () {
|
|
13894
13897
|
var extendStatics = function (d, b) {
|
|
@@ -14133,7 +14136,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
14133
14136
|
}(service_1.Service));
|
|
14134
14137
|
exports.PaymentService = PaymentService;
|
|
14135
14138
|
|
|
14136
|
-
},{"../factory":
|
|
14139
|
+
},{"../factory":203,"../service":210,"http-status":271}],224:[function(require,module,exports){
|
|
14137
14140
|
"use strict";
|
|
14138
14141
|
var __extends = (this && this.__extends) || (function () {
|
|
14139
14142
|
var extendStatics = function (d, b) {
|
|
@@ -14259,9 +14262,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
14259
14262
|
}(service_1.Service));
|
|
14260
14263
|
exports.PermitService = PermitService;
|
|
14261
14264
|
|
|
14262
|
-
},{"../service":
|
|
14263
|
-
arguments[4][
|
|
14264
|
-
},{"../service":
|
|
14265
|
+
},{"../service":210,"http-status":271}],225:[function(require,module,exports){
|
|
14266
|
+
arguments[4][188][0].apply(exports,arguments)
|
|
14267
|
+
},{"../service":210,"dup":188,"http-status":271}],226:[function(require,module,exports){
|
|
14265
14268
|
"use strict";
|
|
14266
14269
|
var __extends = (this && this.__extends) || (function () {
|
|
14267
14270
|
var extendStatics = function (d, b) {
|
|
@@ -14635,7 +14638,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
14635
14638
|
}(service_1.Service));
|
|
14636
14639
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
14637
14640
|
|
|
14638
|
-
},{"../../factory":
|
|
14641
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],227:[function(require,module,exports){
|
|
14639
14642
|
"use strict";
|
|
14640
14643
|
var __extends = (this && this.__extends) || (function () {
|
|
14641
14644
|
var extendStatics = function (d, b) {
|
|
@@ -14789,7 +14792,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14789
14792
|
}(service_1.Service));
|
|
14790
14793
|
exports.PlaceService = PlaceService;
|
|
14791
14794
|
|
|
14792
|
-
},{"../factory":
|
|
14795
|
+
},{"../factory":203,"../service":210,"http-status":271}],228:[function(require,module,exports){
|
|
14793
14796
|
"use strict";
|
|
14794
14797
|
var __extends = (this && this.__extends) || (function () {
|
|
14795
14798
|
var extendStatics = function (d, b) {
|
|
@@ -14911,7 +14914,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
14911
14914
|
}(service_1.Service));
|
|
14912
14915
|
exports.ProductService = ProductService;
|
|
14913
14916
|
|
|
14914
|
-
},{"../service":
|
|
14917
|
+
},{"../service":210,"http-status":271}],229:[function(require,module,exports){
|
|
14915
14918
|
"use strict";
|
|
14916
14919
|
var __extends = (this && this.__extends) || (function () {
|
|
14917
14920
|
var extendStatics = function (d, b) {
|
|
@@ -15076,7 +15079,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
15076
15079
|
}(service_1.Service));
|
|
15077
15080
|
exports.ProjectService = ProjectService;
|
|
15078
15081
|
|
|
15079
|
-
},{"../service":
|
|
15082
|
+
},{"../service":210,"http-status":271}],230:[function(require,module,exports){
|
|
15080
15083
|
"use strict";
|
|
15081
15084
|
var __extends = (this && this.__extends) || (function () {
|
|
15082
15085
|
var extendStatics = function (d, b) {
|
|
@@ -15260,7 +15263,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
15260
15263
|
}(service_1.Service));
|
|
15261
15264
|
exports.ReservationService = ReservationService;
|
|
15262
15265
|
|
|
15263
|
-
},{"../service":
|
|
15266
|
+
},{"../service":210,"http-status":271}],231:[function(require,module,exports){
|
|
15264
15267
|
"use strict";
|
|
15265
15268
|
var __extends = (this && this.__extends) || (function () {
|
|
15266
15269
|
var extendStatics = function (d, b) {
|
|
@@ -15375,9 +15378,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
15375
15378
|
}(service_1.Service));
|
|
15376
15379
|
exports.SellerService = SellerService;
|
|
15377
15380
|
|
|
15378
|
-
},{"../service":
|
|
15379
|
-
arguments[4][
|
|
15380
|
-
},{"../service":
|
|
15381
|
+
},{"../service":210,"http-status":271}],232:[function(require,module,exports){
|
|
15382
|
+
arguments[4][197][0].apply(exports,arguments)
|
|
15383
|
+
},{"../service":210,"dup":197,"http-status":271}],233:[function(require,module,exports){
|
|
15381
15384
|
"use strict";
|
|
15382
15385
|
var __extends = (this && this.__extends) || (function () {
|
|
15383
15386
|
var extendStatics = function (d, b) {
|
|
@@ -15527,7 +15530,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
15527
15530
|
}(service_1.Service));
|
|
15528
15531
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
15529
15532
|
|
|
15530
|
-
},{"../../factory":
|
|
15533
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],234:[function(require,module,exports){
|
|
15531
15534
|
"use strict";
|
|
15532
15535
|
var __extends = (this && this.__extends) || (function () {
|
|
15533
15536
|
var extendStatics = function (d, b) {
|
|
@@ -15785,7 +15788,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
15785
15788
|
}(service_1.Service));
|
|
15786
15789
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
15787
15790
|
|
|
15788
|
-
},{"../../factory":
|
|
15791
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],235:[function(require,module,exports){
|
|
15789
15792
|
"use strict";
|
|
15790
15793
|
var __extends = (this && this.__extends) || (function () {
|
|
15791
15794
|
var extendStatics = function (d, b) {
|
|
@@ -15918,7 +15921,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
15918
15921
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
15919
15922
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
15920
15923
|
|
|
15921
|
-
},{"./placeOrder":
|
|
15924
|
+
},{"./placeOrder":234,"http-status":271}],236:[function(require,module,exports){
|
|
15922
15925
|
"use strict";
|
|
15923
15926
|
var __extends = (this && this.__extends) || (function () {
|
|
15924
15927
|
var extendStatics = function (d, b) {
|
|
@@ -16049,7 +16052,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16049
16052
|
}(service_1.Service));
|
|
16050
16053
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
16051
16054
|
|
|
16052
|
-
},{"../../factory":
|
|
16055
|
+
},{"../../factory":203,"../../service":210,"http-status":271}],237:[function(require,module,exports){
|
|
16053
16056
|
"use strict";
|
|
16054
16057
|
var __extends = (this && this.__extends) || (function () {
|
|
16055
16058
|
var extendStatics = function (d, b) {
|
|
@@ -16246,7 +16249,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
16246
16249
|
}());
|
|
16247
16250
|
exports.StubTransporter = StubTransporter;
|
|
16248
16251
|
|
|
16249
|
-
},{"debug":
|
|
16252
|
+
},{"debug":263,"isomorphic-fetch":274}],238:[function(require,module,exports){
|
|
16250
16253
|
'use strict';
|
|
16251
16254
|
|
|
16252
16255
|
var replace = String.prototype.replace;
|
|
@@ -16271,7 +16274,7 @@ module.exports = {
|
|
|
16271
16274
|
RFC3986: Format.RFC3986
|
|
16272
16275
|
};
|
|
16273
16276
|
|
|
16274
|
-
},{}],
|
|
16277
|
+
},{}],239:[function(require,module,exports){
|
|
16275
16278
|
'use strict';
|
|
16276
16279
|
|
|
16277
16280
|
var stringify = require('./stringify');
|
|
@@ -16284,7 +16287,7 @@ module.exports = {
|
|
|
16284
16287
|
stringify: stringify
|
|
16285
16288
|
};
|
|
16286
16289
|
|
|
16287
|
-
},{"./formats":
|
|
16290
|
+
},{"./formats":238,"./parse":240,"./stringify":241}],240:[function(require,module,exports){
|
|
16288
16291
|
'use strict';
|
|
16289
16292
|
|
|
16290
16293
|
var utils = require('./utils');
|
|
@@ -16549,7 +16552,7 @@ module.exports = function (str, opts) {
|
|
|
16549
16552
|
return utils.compact(obj);
|
|
16550
16553
|
};
|
|
16551
16554
|
|
|
16552
|
-
},{"./utils":
|
|
16555
|
+
},{"./utils":242}],241:[function(require,module,exports){
|
|
16553
16556
|
'use strict';
|
|
16554
16557
|
|
|
16555
16558
|
var getSideChannel = require('side-channel');
|
|
@@ -16868,7 +16871,7 @@ module.exports = function (object, opts) {
|
|
|
16868
16871
|
return joined.length > 0 ? prefix + joined : '';
|
|
16869
16872
|
};
|
|
16870
16873
|
|
|
16871
|
-
},{"./formats":
|
|
16874
|
+
},{"./formats":238,"./utils":242,"side-channel":286}],242:[function(require,module,exports){
|
|
16872
16875
|
'use strict';
|
|
16873
16876
|
|
|
16874
16877
|
var formats = require('./formats');
|
|
@@ -17122,9 +17125,9 @@ module.exports = {
|
|
|
17122
17125
|
merge: merge
|
|
17123
17126
|
};
|
|
17124
17127
|
|
|
17125
|
-
},{"./formats":
|
|
17128
|
+
},{"./formats":238}],243:[function(require,module,exports){
|
|
17126
17129
|
arguments[4][14][0].apply(exports,arguments)
|
|
17127
|
-
},{"dup":14}],
|
|
17130
|
+
},{"dup":14}],244:[function(require,module,exports){
|
|
17128
17131
|
"use strict";
|
|
17129
17132
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17130
17133
|
/**
|
|
@@ -17143,7 +17146,7 @@ var ErrorCode;
|
|
|
17143
17146
|
})(ErrorCode || (ErrorCode = {}));
|
|
17144
17147
|
exports.default = ErrorCode;
|
|
17145
17148
|
|
|
17146
|
-
},{}],
|
|
17149
|
+
},{}],245:[function(require,module,exports){
|
|
17147
17150
|
"use strict";
|
|
17148
17151
|
var __extends = (this && this.__extends) || (function () {
|
|
17149
17152
|
var extendStatics = function (d, b) {
|
|
@@ -17184,7 +17187,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
17184
17187
|
}(waiter_1.WaiterError));
|
|
17185
17188
|
exports.default = ArgumentError;
|
|
17186
17189
|
|
|
17187
|
-
},{"../errorCode":
|
|
17190
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],246:[function(require,module,exports){
|
|
17188
17191
|
"use strict";
|
|
17189
17192
|
var __extends = (this && this.__extends) || (function () {
|
|
17190
17193
|
var extendStatics = function (d, b) {
|
|
@@ -17225,7 +17228,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
17225
17228
|
}(waiter_1.WaiterError));
|
|
17226
17229
|
exports.default = ArgumentNullError;
|
|
17227
17230
|
|
|
17228
|
-
},{"../errorCode":
|
|
17231
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],247:[function(require,module,exports){
|
|
17229
17232
|
"use strict";
|
|
17230
17233
|
var __extends = (this && this.__extends) || (function () {
|
|
17231
17234
|
var extendStatics = function (d, b) {
|
|
@@ -17265,7 +17268,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
17265
17268
|
}(waiter_1.WaiterError));
|
|
17266
17269
|
exports.default = ForbiddenError;
|
|
17267
17270
|
|
|
17268
|
-
},{"../errorCode":
|
|
17271
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],248:[function(require,module,exports){
|
|
17269
17272
|
"use strict";
|
|
17270
17273
|
var __extends = (this && this.__extends) || (function () {
|
|
17271
17274
|
var extendStatics = function (d, b) {
|
|
@@ -17306,7 +17309,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
17306
17309
|
}(waiter_1.WaiterError));
|
|
17307
17310
|
exports.default = NotFoundError;
|
|
17308
17311
|
|
|
17309
|
-
},{"../errorCode":
|
|
17312
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],249:[function(require,module,exports){
|
|
17310
17313
|
"use strict";
|
|
17311
17314
|
var __extends = (this && this.__extends) || (function () {
|
|
17312
17315
|
var extendStatics = function (d, b) {
|
|
@@ -17346,7 +17349,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
17346
17349
|
}(waiter_1.WaiterError));
|
|
17347
17350
|
exports.default = RateLimitExceededError;
|
|
17348
17351
|
|
|
17349
|
-
},{"../errorCode":
|
|
17352
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],250:[function(require,module,exports){
|
|
17350
17353
|
"use strict";
|
|
17351
17354
|
var __extends = (this && this.__extends) || (function () {
|
|
17352
17355
|
var extendStatics = function (d, b) {
|
|
@@ -17386,7 +17389,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
17386
17389
|
}(waiter_1.WaiterError));
|
|
17387
17390
|
exports.default = ServiceUnavailableError;
|
|
17388
17391
|
|
|
17389
|
-
},{"../errorCode":
|
|
17392
|
+
},{"../errorCode":244,"./waiter":251,"setprototypeof":285}],251:[function(require,module,exports){
|
|
17390
17393
|
"use strict";
|
|
17391
17394
|
var __extends = (this && this.__extends) || (function () {
|
|
17392
17395
|
var extendStatics = function (d, b) {
|
|
@@ -17419,7 +17422,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
17419
17422
|
}(Error));
|
|
17420
17423
|
exports.WaiterError = WaiterError;
|
|
17421
17424
|
|
|
17422
|
-
},{}],
|
|
17425
|
+
},{}],252:[function(require,module,exports){
|
|
17423
17426
|
"use strict";
|
|
17424
17427
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17425
17428
|
/**
|
|
@@ -17440,13 +17443,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
17440
17443
|
var waiter_1 = require("./error/waiter");
|
|
17441
17444
|
exports.Waiter = waiter_1.WaiterError;
|
|
17442
17445
|
|
|
17443
|
-
},{"./error/argument":
|
|
17446
|
+
},{"./error/argument":245,"./error/argumentNull":246,"./error/forbidden":247,"./error/notFound":248,"./error/rateLimitExceeded":249,"./error/serviceUnavailable":250,"./error/waiter":251}],253:[function(require,module,exports){
|
|
17447
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
17448
|
+
},{"dup":14}],254:[function(require,module,exports){
|
|
17444
17449
|
arguments[4][14][0].apply(exports,arguments)
|
|
17445
17450
|
},{"dup":14}],255:[function(require,module,exports){
|
|
17446
17451
|
arguments[4][14][0].apply(exports,arguments)
|
|
17447
17452
|
},{"dup":14}],256:[function(require,module,exports){
|
|
17448
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
17449
|
-
},{"dup":14}],257:[function(require,module,exports){
|
|
17450
17453
|
"use strict";
|
|
17451
17454
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17452
17455
|
/**
|
|
@@ -17465,7 +17468,7 @@ exports.passport = passport;
|
|
|
17465
17468
|
exports.project = project;
|
|
17466
17469
|
exports.rule = rule;
|
|
17467
17470
|
|
|
17468
|
-
},{"./factory/client":
|
|
17471
|
+
},{"./factory/client":243,"./factory/errorCode":244,"./factory/errors":252,"./factory/passport":253,"./factory/project":254,"./factory/rule":255}],257:[function(require,module,exports){
|
|
17469
17472
|
'use strict'
|
|
17470
17473
|
|
|
17471
17474
|
exports.byteLength = byteLength
|
|
@@ -17619,9 +17622,9 @@ function fromByteArray (uint8) {
|
|
|
17619
17622
|
return parts.join('')
|
|
17620
17623
|
}
|
|
17621
17624
|
|
|
17622
|
-
},{}],
|
|
17625
|
+
},{}],258:[function(require,module,exports){
|
|
17623
17626
|
|
|
17624
|
-
},{}],
|
|
17627
|
+
},{}],259:[function(require,module,exports){
|
|
17625
17628
|
(function (Buffer){
|
|
17626
17629
|
/*!
|
|
17627
17630
|
* The buffer module from node.js, for the browser.
|
|
@@ -19402,7 +19405,7 @@ function numberIsNaN (obj) {
|
|
|
19402
19405
|
}
|
|
19403
19406
|
|
|
19404
19407
|
}).call(this,require("buffer").Buffer)
|
|
19405
|
-
},{"base64-js":
|
|
19408
|
+
},{"base64-js":257,"buffer":259,"ieee754":273}],260:[function(require,module,exports){
|
|
19406
19409
|
'use strict';
|
|
19407
19410
|
|
|
19408
19411
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -19419,7 +19422,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
19419
19422
|
return intrinsic;
|
|
19420
19423
|
};
|
|
19421
19424
|
|
|
19422
|
-
},{"./":
|
|
19425
|
+
},{"./":261,"get-intrinsic":267}],261:[function(require,module,exports){
|
|
19423
19426
|
'use strict';
|
|
19424
19427
|
|
|
19425
19428
|
var bind = require('function-bind');
|
|
@@ -19468,7 +19471,7 @@ if ($defineProperty) {
|
|
|
19468
19471
|
module.exports.apply = applyBind;
|
|
19469
19472
|
}
|
|
19470
19473
|
|
|
19471
|
-
},{"function-bind":
|
|
19474
|
+
},{"function-bind":266,"get-intrinsic":267}],262:[function(require,module,exports){
|
|
19472
19475
|
/**
|
|
19473
19476
|
* Helpers.
|
|
19474
19477
|
*/
|
|
@@ -19632,7 +19635,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
19632
19635
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
19633
19636
|
}
|
|
19634
19637
|
|
|
19635
|
-
},{}],
|
|
19638
|
+
},{}],263:[function(require,module,exports){
|
|
19636
19639
|
(function (process){
|
|
19637
19640
|
"use strict";
|
|
19638
19641
|
|
|
@@ -19816,7 +19819,7 @@ formatters.j = function (v) {
|
|
|
19816
19819
|
|
|
19817
19820
|
|
|
19818
19821
|
}).call(this,require('_process'))
|
|
19819
|
-
},{"./common":
|
|
19822
|
+
},{"./common":264,"_process":276}],264:[function(require,module,exports){
|
|
19820
19823
|
"use strict";
|
|
19821
19824
|
|
|
19822
19825
|
/**
|
|
@@ -20067,7 +20070,7 @@ function setup(env) {
|
|
|
20067
20070
|
module.exports = setup;
|
|
20068
20071
|
|
|
20069
20072
|
|
|
20070
|
-
},{"ms":
|
|
20073
|
+
},{"ms":262}],265:[function(require,module,exports){
|
|
20071
20074
|
'use strict';
|
|
20072
20075
|
|
|
20073
20076
|
/* eslint no-invalid-this: 1 */
|
|
@@ -20121,14 +20124,14 @@ module.exports = function bind(that) {
|
|
|
20121
20124
|
return bound;
|
|
20122
20125
|
};
|
|
20123
20126
|
|
|
20124
|
-
},{}],
|
|
20127
|
+
},{}],266:[function(require,module,exports){
|
|
20125
20128
|
'use strict';
|
|
20126
20129
|
|
|
20127
20130
|
var implementation = require('./implementation');
|
|
20128
20131
|
|
|
20129
20132
|
module.exports = Function.prototype.bind || implementation;
|
|
20130
20133
|
|
|
20131
|
-
},{"./implementation":
|
|
20134
|
+
},{"./implementation":265}],267:[function(require,module,exports){
|
|
20132
20135
|
'use strict';
|
|
20133
20136
|
|
|
20134
20137
|
var undefined;
|
|
@@ -20460,7 +20463,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
20460
20463
|
return value;
|
|
20461
20464
|
};
|
|
20462
20465
|
|
|
20463
|
-
},{"function-bind":
|
|
20466
|
+
},{"function-bind":266,"has":270,"has-symbols":268}],268:[function(require,module,exports){
|
|
20464
20467
|
'use strict';
|
|
20465
20468
|
|
|
20466
20469
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -20475,7 +20478,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
20475
20478
|
return hasSymbolSham();
|
|
20476
20479
|
};
|
|
20477
20480
|
|
|
20478
|
-
},{"./shams":
|
|
20481
|
+
},{"./shams":269}],269:[function(require,module,exports){
|
|
20479
20482
|
'use strict';
|
|
20480
20483
|
|
|
20481
20484
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -20519,14 +20522,14 @@ module.exports = function hasSymbols() {
|
|
|
20519
20522
|
return true;
|
|
20520
20523
|
};
|
|
20521
20524
|
|
|
20522
|
-
},{}],
|
|
20525
|
+
},{}],270:[function(require,module,exports){
|
|
20523
20526
|
'use strict';
|
|
20524
20527
|
|
|
20525
20528
|
var bind = require('function-bind');
|
|
20526
20529
|
|
|
20527
20530
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
20528
20531
|
|
|
20529
|
-
},{"function-bind":
|
|
20532
|
+
},{"function-bind":266}],271:[function(require,module,exports){
|
|
20530
20533
|
// Generated by CoffeeScript 2.3.0
|
|
20531
20534
|
// # node-http-status
|
|
20532
20535
|
|
|
@@ -21151,13 +21154,13 @@ module.exports = {
|
|
|
21151
21154
|
}
|
|
21152
21155
|
};
|
|
21153
21156
|
|
|
21154
|
-
},{}],
|
|
21157
|
+
},{}],272:[function(require,module,exports){
|
|
21155
21158
|
(function (process,global){
|
|
21156
21159
|
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;
|
|
21157
21160
|
|
|
21158
21161
|
|
|
21159
21162
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
21160
|
-
},{"_process":
|
|
21163
|
+
},{"_process":276}],273:[function(require,module,exports){
|
|
21161
21164
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
21162
21165
|
var e, m
|
|
21163
21166
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -21243,7 +21246,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21243
21246
|
buffer[offset + i - d] |= s * 128
|
|
21244
21247
|
}
|
|
21245
21248
|
|
|
21246
|
-
},{}],
|
|
21249
|
+
},{}],274:[function(require,module,exports){
|
|
21247
21250
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
21248
21251
|
// on the global object (window or self)
|
|
21249
21252
|
//
|
|
@@ -21251,7 +21254,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21251
21254
|
require('whatwg-fetch');
|
|
21252
21255
|
module.exports = self.fetch.bind(self);
|
|
21253
21256
|
|
|
21254
|
-
},{"whatwg-fetch":
|
|
21257
|
+
},{"whatwg-fetch":287}],275:[function(require,module,exports){
|
|
21255
21258
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
21256
21259
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
21257
21260
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -21765,7 +21768,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
21765
21768
|
return xs;
|
|
21766
21769
|
}
|
|
21767
21770
|
|
|
21768
|
-
},{"./util.inspect":
|
|
21771
|
+
},{"./util.inspect":258}],276:[function(require,module,exports){
|
|
21769
21772
|
// shim for using process in browser
|
|
21770
21773
|
var process = module.exports = {};
|
|
21771
21774
|
|
|
@@ -21951,7 +21954,7 @@ process.chdir = function (dir) {
|
|
|
21951
21954
|
};
|
|
21952
21955
|
process.umask = function() { return 0; };
|
|
21953
21956
|
|
|
21954
|
-
},{}],
|
|
21957
|
+
},{}],277:[function(require,module,exports){
|
|
21955
21958
|
'use strict';
|
|
21956
21959
|
|
|
21957
21960
|
var replace = String.prototype.replace;
|
|
@@ -21979,9 +21982,9 @@ module.exports = util.assign(
|
|
|
21979
21982
|
Format
|
|
21980
21983
|
);
|
|
21981
21984
|
|
|
21982
|
-
},{"./utils":
|
|
21983
|
-
arguments[4][
|
|
21984
|
-
},{"./formats":
|
|
21985
|
+
},{"./utils":281}],278:[function(require,module,exports){
|
|
21986
|
+
arguments[4][239][0].apply(exports,arguments)
|
|
21987
|
+
},{"./formats":277,"./parse":279,"./stringify":280,"dup":239}],279:[function(require,module,exports){
|
|
21985
21988
|
'use strict';
|
|
21986
21989
|
|
|
21987
21990
|
var utils = require('./utils');
|
|
@@ -22250,7 +22253,7 @@ module.exports = function (str, opts) {
|
|
|
22250
22253
|
return utils.compact(obj);
|
|
22251
22254
|
};
|
|
22252
22255
|
|
|
22253
|
-
},{"./utils":
|
|
22256
|
+
},{"./utils":281}],280:[function(require,module,exports){
|
|
22254
22257
|
'use strict';
|
|
22255
22258
|
|
|
22256
22259
|
var utils = require('./utils');
|
|
@@ -22523,7 +22526,7 @@ module.exports = function (object, opts) {
|
|
|
22523
22526
|
return joined.length > 0 ? prefix + joined : '';
|
|
22524
22527
|
};
|
|
22525
22528
|
|
|
22526
|
-
},{"./formats":
|
|
22529
|
+
},{"./formats":277,"./utils":281}],281:[function(require,module,exports){
|
|
22527
22530
|
'use strict';
|
|
22528
22531
|
|
|
22529
22532
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -22755,7 +22758,7 @@ module.exports = {
|
|
|
22755
22758
|
merge: merge
|
|
22756
22759
|
};
|
|
22757
22760
|
|
|
22758
|
-
},{}],
|
|
22761
|
+
},{}],282:[function(require,module,exports){
|
|
22759
22762
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
22760
22763
|
//
|
|
22761
22764
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -22841,7 +22844,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
22841
22844
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
22842
22845
|
};
|
|
22843
22846
|
|
|
22844
|
-
},{}],
|
|
22847
|
+
},{}],283:[function(require,module,exports){
|
|
22845
22848
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
22846
22849
|
//
|
|
22847
22850
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -22928,13 +22931,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
22928
22931
|
return res;
|
|
22929
22932
|
};
|
|
22930
22933
|
|
|
22931
|
-
},{}],
|
|
22934
|
+
},{}],284:[function(require,module,exports){
|
|
22932
22935
|
'use strict';
|
|
22933
22936
|
|
|
22934
22937
|
exports.decode = exports.parse = require('./decode');
|
|
22935
22938
|
exports.encode = exports.stringify = require('./encode');
|
|
22936
22939
|
|
|
22937
|
-
},{"./decode":
|
|
22940
|
+
},{"./decode":282,"./encode":283}],285:[function(require,module,exports){
|
|
22938
22941
|
'use strict'
|
|
22939
22942
|
/* eslint no-proto: 0 */
|
|
22940
22943
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -22953,7 +22956,7 @@ function mixinProperties (obj, proto) {
|
|
|
22953
22956
|
return obj
|
|
22954
22957
|
}
|
|
22955
22958
|
|
|
22956
|
-
},{}],
|
|
22959
|
+
},{}],286:[function(require,module,exports){
|
|
22957
22960
|
'use strict';
|
|
22958
22961
|
|
|
22959
22962
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -23079,7 +23082,7 @@ module.exports = function getSideChannel() {
|
|
|
23079
23082
|
return channel;
|
|
23080
23083
|
};
|
|
23081
23084
|
|
|
23082
|
-
},{"call-bind/callBound":
|
|
23085
|
+
},{"call-bind/callBound":260,"get-intrinsic":267,"object-inspect":275}],287:[function(require,module,exports){
|
|
23083
23086
|
(function(self) {
|
|
23084
23087
|
'use strict';
|
|
23085
23088
|
|