@cinerino/sdk 3.125.0-alpha.0 → 3.125.0-alpha.2
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 +188 -484
- package/example/src/pecorino/transaction/processDeposit.ts +2 -2
- package/example/src/pecorino/transaction/processTransfer.ts +2 -2
- package/example/src/pecorino/transaction/processWithdraw.ts +2 -2
- package/lib/bundle.js +188 -484
- package/package.json +2 -2
|
@@ -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":265,"idtoken-verifier":274,"qs":280}],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":265}],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":265}],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 */
|
|
@@ -1447,7 +1447,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
1447
1447
|
exports.default = OAuth2client;
|
|
1448
1448
|
|
|
1449
1449
|
}).call(this,require("buffer").Buffer)
|
|
1450
|
-
},{"../abstract":2,"./loginTicket":10,"buffer":
|
|
1450
|
+
},{"../abstract":2,"./loginTicket":10,"buffer":261,"crypto":260,"debug":265,"http-status":273,"isomorphic-fetch":276,"querystring":286}],12:[function(require,module,exports){
|
|
1451
1451
|
"use strict";
|
|
1452
1452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1453
1453
|
exports.createAuthInstance = exports.transporters = exports.service = exports.factory = void 0;
|
|
@@ -1961,7 +1961,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
1961
1961
|
}(chevre_1.ChevreError));
|
|
1962
1962
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
1963
1963
|
|
|
1964
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
1964
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],71:[function(require,module,exports){
|
|
1965
1965
|
"use strict";
|
|
1966
1966
|
var __extends = (this && this.__extends) || (function () {
|
|
1967
1967
|
var extendStatics = function (d, b) {
|
|
@@ -2005,7 +2005,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2005
2005
|
}(chevre_1.ChevreError));
|
|
2006
2006
|
exports.ArgumentError = ArgumentError;
|
|
2007
2007
|
|
|
2008
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2008
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],72:[function(require,module,exports){
|
|
2009
2009
|
"use strict";
|
|
2010
2010
|
var __extends = (this && this.__extends) || (function () {
|
|
2011
2011
|
var extendStatics = function (d, b) {
|
|
@@ -2049,7 +2049,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2049
2049
|
}(chevre_1.ChevreError));
|
|
2050
2050
|
exports.ArgumentNullError = ArgumentNullError;
|
|
2051
2051
|
|
|
2052
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2052
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],73:[function(require,module,exports){
|
|
2053
2053
|
"use strict";
|
|
2054
2054
|
var __extends = (this && this.__extends) || (function () {
|
|
2055
2055
|
var extendStatics = function (d, b) {
|
|
@@ -2088,7 +2088,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2088
2088
|
}(Error));
|
|
2089
2089
|
exports.ChevreError = ChevreError;
|
|
2090
2090
|
|
|
2091
|
-
},{"setprototypeof":
|
|
2091
|
+
},{"setprototypeof":287}],74:[function(require,module,exports){
|
|
2092
2092
|
"use strict";
|
|
2093
2093
|
var __extends = (this && this.__extends) || (function () {
|
|
2094
2094
|
var extendStatics = function (d, b) {
|
|
@@ -2131,7 +2131,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2131
2131
|
}(chevre_1.ChevreError));
|
|
2132
2132
|
exports.ForbiddenError = ForbiddenError;
|
|
2133
2133
|
|
|
2134
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2134
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],75:[function(require,module,exports){
|
|
2135
2135
|
"use strict";
|
|
2136
2136
|
var __extends = (this && this.__extends) || (function () {
|
|
2137
2137
|
var extendStatics = function (d, b) {
|
|
@@ -2174,7 +2174,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2174
2174
|
}(chevre_1.ChevreError));
|
|
2175
2175
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2176
2176
|
|
|
2177
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2177
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],76:[function(require,module,exports){
|
|
2178
2178
|
"use strict";
|
|
2179
2179
|
var __extends = (this && this.__extends) || (function () {
|
|
2180
2180
|
var extendStatics = function (d, b) {
|
|
@@ -2218,7 +2218,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2218
2218
|
}(chevre_1.ChevreError));
|
|
2219
2219
|
exports.NotFoundError = NotFoundError;
|
|
2220
2220
|
|
|
2221
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2221
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],77:[function(require,module,exports){
|
|
2222
2222
|
"use strict";
|
|
2223
2223
|
var __extends = (this && this.__extends) || (function () {
|
|
2224
2224
|
var extendStatics = function (d, b) {
|
|
@@ -2261,7 +2261,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2261
2261
|
}(chevre_1.ChevreError));
|
|
2262
2262
|
exports.NotImplementedError = NotImplementedError;
|
|
2263
2263
|
|
|
2264
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2264
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],78:[function(require,module,exports){
|
|
2265
2265
|
"use strict";
|
|
2266
2266
|
var __extends = (this && this.__extends) || (function () {
|
|
2267
2267
|
var extendStatics = function (d, b) {
|
|
@@ -2304,7 +2304,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2304
2304
|
}(chevre_1.ChevreError));
|
|
2305
2305
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2306
2306
|
|
|
2307
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2307
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],79:[function(require,module,exports){
|
|
2308
2308
|
"use strict";
|
|
2309
2309
|
var __extends = (this && this.__extends) || (function () {
|
|
2310
2310
|
var extendStatics = function (d, b) {
|
|
@@ -2347,7 +2347,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2347
2347
|
}(chevre_1.ChevreError));
|
|
2348
2348
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2349
2349
|
|
|
2350
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2350
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],80:[function(require,module,exports){
|
|
2351
2351
|
"use strict";
|
|
2352
2352
|
var __extends = (this && this.__extends) || (function () {
|
|
2353
2353
|
var extendStatics = function (d, b) {
|
|
@@ -2390,7 +2390,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2390
2390
|
}(chevre_1.ChevreError));
|
|
2391
2391
|
exports.UnauthorizedError = UnauthorizedError;
|
|
2392
2392
|
|
|
2393
|
-
},{"../errorCode":69,"./chevre":73,"setprototypeof":
|
|
2393
|
+
},{"../errorCode":69,"./chevre":73,"setprototypeof":287}],81:[function(require,module,exports){
|
|
2394
2394
|
"use strict";
|
|
2395
2395
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2396
2396
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2854,7 +2854,7 @@ exports.transactionTasksExportationStatus = transactionTasksExportationStatus_1.
|
|
|
2854
2854
|
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
2855
2855
|
exports.unitCode = unitCode_1.UnitCode;
|
|
2856
2856
|
|
|
2857
|
-
},{"./account":13,"./accountTitle":14,"./accountType":15,"./action/authorize/award/point":23,"./action/authorize/offer/moneyTransfer":24,"./action/authorize/offer/product":25,"./action/authorize/offer/seatReservation":26,"./action/authorize/paymentMethod/any":27,"./action/cancel/reservation":28,"./action/check/paymentMethod/movieTicket":29,"./action/check/token":30,"./action/consume/use/reservation":31,"./action/interact/confirm/moneyTransfer":32,"./action/interact/confirm/pay":33,"./action/interact/confirm/registerService":34,"./action/interact/confirm/reservation":35,"./action/interact/inform":36,"./action/interact/register/service":37,"./action/reserve":38,"./action/trade/order":39,"./action/trade/pay":40,"./action/trade/refund":41,"./action/transfer/give/pointAward":42,"./action/transfer/moneyTransfer":43,"./action/transfer/return/moneyTransfer":44,"./action/transfer/return/order":45,"./action/transfer/return/paymentMethod":46,"./action/transfer/return/pointAward":47,"./action/transfer/return/reserveTransaction":48,"./action/transfer/send/message/email":49,"./action/transfer/send/order":50,"./action/update/delete/member":51,"./actionStatusType":21,"./actionType":22,"./assetTransaction/cancelReservation":53,"./assetTransaction/moneyTransfer":54,"./assetTransaction/pay":55,"./assetTransaction/refund":56,"./assetTransaction/registerService":57,"./assetTransaction/reserve":58,"./assetTransactionType":52,"./authorization":59,"./categoryCode":60,"./clientUser":61,"./cognito":62,"./creativeWork/message/email":64,"./creativeWork/movie":65,"./creativeWork/softwareApplication/webApplication":66,"./creativeWorkType":63,"./customer":67,"./encodingFormat":68,"./errorCode":69,"./errors":81,"./event/screeningEvent":84,"./event/screeningEventSeries":85,"./eventStatusType":82,"./eventType":83,"./iam":86,"./invoice":88,"./itemAvailability":89,"./language":90,"./merchantReturnPolicy":91,"./monetaryAmount":92,"./offer":93,"./offerCatalog":94,"./offerType":95,"./order":96,"./orderStatus":97,"./organization":98,"./organizationType":99,"./ownershipInfo":100,"./paymentMethod/paymentCard/creditCard":101,"./paymentMethod/paymentCard/movieTicket":102,"./paymentStatusType":103,"./permit":104,"./person":105,"./personType":106,"./place/movieTheater":108,"./place/screeningRoom":109,"./place/screeningRoomSection":110,"./place/seat":111,"./placeType":107,"./priceCurrency":112,"./priceSpecification/unitPriceSpecification":114,"./priceSpecificationType":113,"./product":115,"./programMembership":116,"./project":117,"./propertyValue":118,"./qualitativeValue":119,"./quantitativeValue":120,"./report/accountingReport":121,"./reservation/event":124,"./reservationStatusType":122,"./reservationType":123,"./seller":125,"./service/paymentService":126,"./service/webAPI":127,"./sortType":128,"./task/accountMoneyTransfer":131,"./task/aggregateScreeningEvent":132,"./task/aggregateUseActionsOnEvent":133,"./task/cancelAccountMoneyTransfer":134,"./task/cancelMoneyTransfer":135,"./task/cancelPendingReservation":136,"./task/cancelReservation":137,"./task/deleteAssetTransaction":138,"./task/importEventCapacitiesFromCOA":139,"./task/importEventsFromCOA":140,"./task/importOffersFromCOA":141,"./task/moneyTransfer":142,"./task/orderProgramMembership":143,"./task/pay":144,"./task/refund":145,"./task/registerService":146,"./task/reserve":147,"./task/sendEmailMessage":148,"./task/triggerWebhook":149,"./task/voidPayment":150,"./taskName":129,"./taskStatus":130,"./thing":151,"./transaction/moneyTransfer":155,"./transaction/placeOrder":156,"./transaction/returnOrder":157,"./transactionStatusType":152,"./transactionTasksExportationStatus":153,"./transactionType":154,"./unitCode":158,"@waiter/factory":
|
|
2857
|
+
},{"./account":13,"./accountTitle":14,"./accountType":15,"./action/authorize/award/point":23,"./action/authorize/offer/moneyTransfer":24,"./action/authorize/offer/product":25,"./action/authorize/offer/seatReservation":26,"./action/authorize/paymentMethod/any":27,"./action/cancel/reservation":28,"./action/check/paymentMethod/movieTicket":29,"./action/check/token":30,"./action/consume/use/reservation":31,"./action/interact/confirm/moneyTransfer":32,"./action/interact/confirm/pay":33,"./action/interact/confirm/registerService":34,"./action/interact/confirm/reservation":35,"./action/interact/inform":36,"./action/interact/register/service":37,"./action/reserve":38,"./action/trade/order":39,"./action/trade/pay":40,"./action/trade/refund":41,"./action/transfer/give/pointAward":42,"./action/transfer/moneyTransfer":43,"./action/transfer/return/moneyTransfer":44,"./action/transfer/return/order":45,"./action/transfer/return/paymentMethod":46,"./action/transfer/return/pointAward":47,"./action/transfer/return/reserveTransaction":48,"./action/transfer/send/message/email":49,"./action/transfer/send/order":50,"./action/update/delete/member":51,"./actionStatusType":21,"./actionType":22,"./assetTransaction/cancelReservation":53,"./assetTransaction/moneyTransfer":54,"./assetTransaction/pay":55,"./assetTransaction/refund":56,"./assetTransaction/registerService":57,"./assetTransaction/reserve":58,"./assetTransactionType":52,"./authorization":59,"./categoryCode":60,"./clientUser":61,"./cognito":62,"./creativeWork/message/email":64,"./creativeWork/movie":65,"./creativeWork/softwareApplication/webApplication":66,"./creativeWorkType":63,"./customer":67,"./encodingFormat":68,"./errorCode":69,"./errors":81,"./event/screeningEvent":84,"./event/screeningEventSeries":85,"./eventStatusType":82,"./eventType":83,"./iam":86,"./invoice":88,"./itemAvailability":89,"./language":90,"./merchantReturnPolicy":91,"./monetaryAmount":92,"./offer":93,"./offerCatalog":94,"./offerType":95,"./order":96,"./orderStatus":97,"./organization":98,"./organizationType":99,"./ownershipInfo":100,"./paymentMethod/paymentCard/creditCard":101,"./paymentMethod/paymentCard/movieTicket":102,"./paymentStatusType":103,"./permit":104,"./person":105,"./personType":106,"./place/movieTheater":108,"./place/screeningRoom":109,"./place/screeningRoomSection":110,"./place/seat":111,"./placeType":107,"./priceCurrency":112,"./priceSpecification/unitPriceSpecification":114,"./priceSpecificationType":113,"./product":115,"./programMembership":116,"./project":117,"./propertyValue":118,"./qualitativeValue":119,"./quantitativeValue":120,"./report/accountingReport":121,"./reservation/event":124,"./reservationStatusType":122,"./reservationType":123,"./seller":125,"./service/paymentService":126,"./service/webAPI":127,"./sortType":128,"./task/accountMoneyTransfer":131,"./task/aggregateScreeningEvent":132,"./task/aggregateUseActionsOnEvent":133,"./task/cancelAccountMoneyTransfer":134,"./task/cancelMoneyTransfer":135,"./task/cancelPendingReservation":136,"./task/cancelReservation":137,"./task/deleteAssetTransaction":138,"./task/importEventCapacitiesFromCOA":139,"./task/importEventsFromCOA":140,"./task/importOffersFromCOA":141,"./task/moneyTransfer":142,"./task/orderProgramMembership":143,"./task/pay":144,"./task/refund":145,"./task/registerService":146,"./task/reserve":147,"./task/sendEmailMessage":148,"./task/triggerWebhook":149,"./task/voidPayment":150,"./taskName":129,"./taskStatus":130,"./thing":151,"./transaction/moneyTransfer":155,"./transaction/placeOrder":156,"./transaction/returnOrder":157,"./transactionStatusType":152,"./transactionTasksExportationStatus":153,"./transactionType":154,"./unitCode":158,"@waiter/factory":258}],88:[function(require,module,exports){
|
|
2858
2858
|
"use strict";
|
|
2859
2859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2860
2860
|
/**
|
|
@@ -3687,7 +3687,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
3687
3687
|
}());
|
|
3688
3688
|
exports.StubAuthClient = StubAuthClient;
|
|
3689
3689
|
|
|
3690
|
-
},{"../transporters":
|
|
3690
|
+
},{"../transporters":239}],160:[function(require,module,exports){
|
|
3691
3691
|
"use strict";
|
|
3692
3692
|
var __extends = (this && this.__extends) || (function () {
|
|
3693
3693
|
var extendStatics = function (d, b) {
|
|
@@ -4501,7 +4501,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4501
4501
|
}(service_1.Service));
|
|
4502
4502
|
exports.AccountService = AccountService;
|
|
4503
4503
|
|
|
4504
|
-
},{"../service":
|
|
4504
|
+
},{"../service":212,"http-status":273}],162:[function(require,module,exports){
|
|
4505
4505
|
"use strict";
|
|
4506
4506
|
var __extends = (this && this.__extends) || (function () {
|
|
4507
4507
|
var extendStatics = function (d, b) {
|
|
@@ -4598,7 +4598,7 @@ var AccountActionService = /** @class */ (function (_super) {
|
|
|
4598
4598
|
}(service_1.Service));
|
|
4599
4599
|
exports.AccountActionService = AccountActionService;
|
|
4600
4600
|
|
|
4601
|
-
},{"../service":
|
|
4601
|
+
},{"../service":212,"http-status":273}],163:[function(require,module,exports){
|
|
4602
4602
|
"use strict";
|
|
4603
4603
|
var __extends = (this && this.__extends) || (function () {
|
|
4604
4604
|
var extendStatics = function (d, b) {
|
|
@@ -4935,7 +4935,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4935
4935
|
}(service_1.Service));
|
|
4936
4936
|
exports.AccountTitleService = AccountTitleService;
|
|
4937
4937
|
|
|
4938
|
-
},{"../factory":207,"../service":
|
|
4938
|
+
},{"../factory":207,"../service":212,"http-status":273}],164:[function(require,module,exports){
|
|
4939
4939
|
"use strict";
|
|
4940
4940
|
var __extends = (this && this.__extends) || (function () {
|
|
4941
4941
|
var extendStatics = function (d, b) {
|
|
@@ -5032,7 +5032,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
5032
5032
|
}(service_1.Service));
|
|
5033
5033
|
exports.AccountingReportService = AccountingReportService;
|
|
5034
5034
|
|
|
5035
|
-
},{"../service":
|
|
5035
|
+
},{"../service":212,"http-status":273}],165:[function(require,module,exports){
|
|
5036
5036
|
"use strict";
|
|
5037
5037
|
var __extends = (this && this.__extends) || (function () {
|
|
5038
5038
|
var extendStatics = function (d, b) {
|
|
@@ -5145,7 +5145,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5145
5145
|
}(service_1.Service));
|
|
5146
5146
|
exports.ActionService = ActionService;
|
|
5147
5147
|
|
|
5148
|
-
},{"../service":
|
|
5148
|
+
},{"../service":212,"http-status":273}],166:[function(require,module,exports){
|
|
5149
5149
|
"use strict";
|
|
5150
5150
|
var __extends = (this && this.__extends) || (function () {
|
|
5151
5151
|
var extendStatics = function (d, b) {
|
|
@@ -5242,7 +5242,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5242
5242
|
}(service_1.Service));
|
|
5243
5243
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5244
5244
|
|
|
5245
|
-
},{"../service":
|
|
5245
|
+
},{"../service":212,"http-status":273}],167:[function(require,module,exports){
|
|
5246
5246
|
"use strict";
|
|
5247
5247
|
var __extends = (this && this.__extends) || (function () {
|
|
5248
5248
|
var extendStatics = function (d, b) {
|
|
@@ -5390,7 +5390,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5390
5390
|
}(service_1.Service));
|
|
5391
5391
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5392
5392
|
|
|
5393
|
-
},{"../../service":
|
|
5393
|
+
},{"../../service":212,"http-status":273}],168:[function(require,module,exports){
|
|
5394
5394
|
"use strict";
|
|
5395
5395
|
var __extends = (this && this.__extends) || (function () {
|
|
5396
5396
|
var extendStatics = function (d, b) {
|
|
@@ -5544,7 +5544,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5544
5544
|
}(service_1.Service));
|
|
5545
5545
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5546
5546
|
|
|
5547
|
-
},{"../../factory":207,"../../service":
|
|
5547
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],169:[function(require,module,exports){
|
|
5548
5548
|
"use strict";
|
|
5549
5549
|
var __extends = (this && this.__extends) || (function () {
|
|
5550
5550
|
var extendStatics = function (d, b) {
|
|
@@ -5757,7 +5757,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5757
5757
|
}(service_1.Service));
|
|
5758
5758
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5759
5759
|
|
|
5760
|
-
},{"../../factory":207,"../../service":
|
|
5760
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],170:[function(require,module,exports){
|
|
5761
5761
|
"use strict";
|
|
5762
5762
|
var __extends = (this && this.__extends) || (function () {
|
|
5763
5763
|
var extendStatics = function (d, b) {
|
|
@@ -5890,7 +5890,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5890
5890
|
}(service_1.Service));
|
|
5891
5891
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5892
5892
|
|
|
5893
|
-
},{"../../factory":207,"../../service":
|
|
5893
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],171:[function(require,module,exports){
|
|
5894
5894
|
"use strict";
|
|
5895
5895
|
var __extends = (this && this.__extends) || (function () {
|
|
5896
5896
|
var extendStatics = function (d, b) {
|
|
@@ -6023,7 +6023,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6023
6023
|
}(service_1.Service));
|
|
6024
6024
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6025
6025
|
|
|
6026
|
-
},{"../../factory":207,"../../service":
|
|
6026
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],172:[function(require,module,exports){
|
|
6027
6027
|
"use strict";
|
|
6028
6028
|
var __extends = (this && this.__extends) || (function () {
|
|
6029
6029
|
var extendStatics = function (d, b) {
|
|
@@ -6173,7 +6173,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6173
6173
|
}(service_1.Service));
|
|
6174
6174
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6175
6175
|
|
|
6176
|
-
},{"../../service":
|
|
6176
|
+
},{"../../service":212,"http-status":273}],173:[function(require,module,exports){
|
|
6177
6177
|
"use strict";
|
|
6178
6178
|
var __extends = (this && this.__extends) || (function () {
|
|
6179
6179
|
var extendStatics = function (d, b) {
|
|
@@ -6289,7 +6289,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6289
6289
|
}(service_1.Service));
|
|
6290
6290
|
exports.AuthorizationService = AuthorizationService;
|
|
6291
6291
|
|
|
6292
|
-
},{"../service":
|
|
6292
|
+
},{"../service":212,"http-status":273}],174:[function(require,module,exports){
|
|
6293
6293
|
"use strict";
|
|
6294
6294
|
var __extends = (this && this.__extends) || (function () {
|
|
6295
6295
|
var extendStatics = function (d, b) {
|
|
@@ -6396,7 +6396,7 @@ var AwardService = /** @class */ (function (_super) {
|
|
|
6396
6396
|
}(service_1.Service));
|
|
6397
6397
|
exports.AwardService = AwardService;
|
|
6398
6398
|
|
|
6399
|
-
},{"../service":
|
|
6399
|
+
},{"../service":212,"http-status":273}],175:[function(require,module,exports){
|
|
6400
6400
|
"use strict";
|
|
6401
6401
|
var __extends = (this && this.__extends) || (function () {
|
|
6402
6402
|
var extendStatics = function (d, b) {
|
|
@@ -6560,7 +6560,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6560
6560
|
}(service_1.Service));
|
|
6561
6561
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6562
6562
|
|
|
6563
|
-
},{"../service":
|
|
6563
|
+
},{"../service":212,"http-status":273}],176:[function(require,module,exports){
|
|
6564
6564
|
"use strict";
|
|
6565
6565
|
var __extends = (this && this.__extends) || (function () {
|
|
6566
6566
|
var extendStatics = function (d, b) {
|
|
@@ -6718,7 +6718,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6718
6718
|
}(service_1.Service));
|
|
6719
6719
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6720
6720
|
|
|
6721
|
-
},{"../service":
|
|
6721
|
+
},{"../service":212,"http-status":273}],177:[function(require,module,exports){
|
|
6722
6722
|
"use strict";
|
|
6723
6723
|
var __extends = (this && this.__extends) || (function () {
|
|
6724
6724
|
var extendStatics = function (d, b) {
|
|
@@ -6892,7 +6892,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6892
6892
|
}(service_1.Service));
|
|
6893
6893
|
exports.CustomerService = CustomerService;
|
|
6894
6894
|
|
|
6895
|
-
},{"../service":
|
|
6895
|
+
},{"../service":212,"http-status":273}],178:[function(require,module,exports){
|
|
6896
6896
|
"use strict";
|
|
6897
6897
|
var __extends = (this && this.__extends) || (function () {
|
|
6898
6898
|
var extendStatics = function (d, b) {
|
|
@@ -7066,7 +7066,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
7066
7066
|
}(service_1.Service));
|
|
7067
7067
|
exports.EmailMessageService = EmailMessageService;
|
|
7068
7068
|
|
|
7069
|
-
},{"../service":
|
|
7069
|
+
},{"../service":212,"http-status":273}],179:[function(require,module,exports){
|
|
7070
7070
|
"use strict";
|
|
7071
7071
|
var __extends = (this && this.__extends) || (function () {
|
|
7072
7072
|
var extendStatics = function (d, b) {
|
|
@@ -7307,7 +7307,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7307
7307
|
}(service_1.Service));
|
|
7308
7308
|
exports.EventService = EventService;
|
|
7309
7309
|
|
|
7310
|
-
},{"../service":
|
|
7310
|
+
},{"../service":212,"http-status":273}],180:[function(require,module,exports){
|
|
7311
7311
|
"use strict";
|
|
7312
7312
|
var __extends = (this && this.__extends) || (function () {
|
|
7313
7313
|
var extendStatics = function (d, b) {
|
|
@@ -7630,7 +7630,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7630
7630
|
}(service_1.Service));
|
|
7631
7631
|
exports.IAMService = IAMService;
|
|
7632
7632
|
|
|
7633
|
-
},{"../service":
|
|
7633
|
+
},{"../service":212,"http-status":273}],181:[function(require,module,exports){
|
|
7634
7634
|
"use strict";
|
|
7635
7635
|
var __extends = (this && this.__extends) || (function () {
|
|
7636
7636
|
var extendStatics = function (d, b) {
|
|
@@ -7727,7 +7727,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7727
7727
|
}(service_1.Service));
|
|
7728
7728
|
exports.MeService = MeService;
|
|
7729
7729
|
|
|
7730
|
-
},{"../service":
|
|
7730
|
+
},{"../service":212,"http-status":273}],182:[function(require,module,exports){
|
|
7731
7731
|
"use strict";
|
|
7732
7732
|
var __extends = (this && this.__extends) || (function () {
|
|
7733
7733
|
var extendStatics = function (d, b) {
|
|
@@ -7885,7 +7885,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
7885
7885
|
}(service_1.Service));
|
|
7886
7886
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
7887
7887
|
|
|
7888
|
-
},{"../service":
|
|
7888
|
+
},{"../service":212,"http-status":273}],183:[function(require,module,exports){
|
|
7889
7889
|
"use strict";
|
|
7890
7890
|
var __extends = (this && this.__extends) || (function () {
|
|
7891
7891
|
var extendStatics = function (d, b) {
|
|
@@ -8240,7 +8240,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
8240
8240
|
}(service_1.Service));
|
|
8241
8241
|
exports.OfferService = OfferService;
|
|
8242
8242
|
|
|
8243
|
-
},{"../factory":207,"../service":
|
|
8243
|
+
},{"../factory":207,"../service":212,"http-status":273}],184:[function(require,module,exports){
|
|
8244
8244
|
"use strict";
|
|
8245
8245
|
var __extends = (this && this.__extends) || (function () {
|
|
8246
8246
|
var extendStatics = function (d, b) {
|
|
@@ -8410,7 +8410,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
8410
8410
|
}(service_1.Service));
|
|
8411
8411
|
exports.OfferCatalogService = OfferCatalogService;
|
|
8412
8412
|
|
|
8413
|
-
},{"../service":
|
|
8413
|
+
},{"../service":212,"http-status":273}],185:[function(require,module,exports){
|
|
8414
8414
|
"use strict";
|
|
8415
8415
|
var __extends = (this && this.__extends) || (function () {
|
|
8416
8416
|
var extendStatics = function (d, b) {
|
|
@@ -8766,7 +8766,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8766
8766
|
}(service_1.Service));
|
|
8767
8767
|
exports.OrderService = OrderService;
|
|
8768
8768
|
|
|
8769
|
-
},{"../factory":207,"../service":
|
|
8769
|
+
},{"../factory":207,"../service":212,"http-status":273}],186:[function(require,module,exports){
|
|
8770
8770
|
"use strict";
|
|
8771
8771
|
var __extends = (this && this.__extends) || (function () {
|
|
8772
8772
|
var extendStatics = function (d, b) {
|
|
@@ -8854,7 +8854,7 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
8854
8854
|
}(service_1.Service));
|
|
8855
8855
|
exports.OrderNumberService = OrderNumberService;
|
|
8856
8856
|
|
|
8857
|
-
},{"../service":
|
|
8857
|
+
},{"../service":212,"http-status":273}],187:[function(require,module,exports){
|
|
8858
8858
|
"use strict";
|
|
8859
8859
|
var __extends = (this && this.__extends) || (function () {
|
|
8860
8860
|
var extendStatics = function (d, b) {
|
|
@@ -8951,7 +8951,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8951
8951
|
}(service_1.Service));
|
|
8952
8952
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
8953
8953
|
|
|
8954
|
-
},{"../service":
|
|
8954
|
+
},{"../service":212,"http-status":273}],188:[function(require,module,exports){
|
|
8955
8955
|
"use strict";
|
|
8956
8956
|
var __extends = (this && this.__extends) || (function () {
|
|
8957
8957
|
var extendStatics = function (d, b) {
|
|
@@ -9210,7 +9210,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
9210
9210
|
}(service_1.Service));
|
|
9211
9211
|
exports.PaymentService = PaymentService;
|
|
9212
9212
|
|
|
9213
|
-
},{"../factory":207,"../service":
|
|
9213
|
+
},{"../factory":207,"../service":212,"http-status":273}],189:[function(require,module,exports){
|
|
9214
9214
|
arguments[4][14][0].apply(exports,arguments)
|
|
9215
9215
|
},{"dup":14}],190:[function(require,module,exports){
|
|
9216
9216
|
"use strict";
|
|
@@ -9368,7 +9368,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
9368
9368
|
}(service_1.Service));
|
|
9369
9369
|
exports.PermitService = PermitService;
|
|
9370
9370
|
|
|
9371
|
-
},{"../service":
|
|
9371
|
+
},{"../service":212,"http-status":273}],191:[function(require,module,exports){
|
|
9372
9372
|
"use strict";
|
|
9373
9373
|
var __extends = (this && this.__extends) || (function () {
|
|
9374
9374
|
var extendStatics = function (d, b) {
|
|
@@ -9604,7 +9604,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
9604
9604
|
}(service_1.Service));
|
|
9605
9605
|
exports.PersonService = PersonService;
|
|
9606
9606
|
|
|
9607
|
-
},{"../service":
|
|
9607
|
+
},{"../service":212,"http-status":273}],192:[function(require,module,exports){
|
|
9608
9608
|
"use strict";
|
|
9609
9609
|
var __extends = (this && this.__extends) || (function () {
|
|
9610
9610
|
var extendStatics = function (d, b) {
|
|
@@ -9843,7 +9843,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9843
9843
|
}(service_1.Service));
|
|
9844
9844
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
9845
9845
|
|
|
9846
|
-
},{"../../service":
|
|
9846
|
+
},{"../../service":212,"http-status":273}],193:[function(require,module,exports){
|
|
9847
9847
|
"use strict";
|
|
9848
9848
|
var __extends = (this && this.__extends) || (function () {
|
|
9849
9849
|
var extendStatics = function (d, b) {
|
|
@@ -10272,7 +10272,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10272
10272
|
}(service_1.Service));
|
|
10273
10273
|
exports.PlaceService = PlaceService;
|
|
10274
10274
|
|
|
10275
|
-
},{"../factory":207,"../service":
|
|
10275
|
+
},{"../factory":207,"../service":212,"http-status":273}],194:[function(require,module,exports){
|
|
10276
10276
|
"use strict";
|
|
10277
10277
|
var __extends = (this && this.__extends) || (function () {
|
|
10278
10278
|
var extendStatics = function (d, b) {
|
|
@@ -10436,7 +10436,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
10436
10436
|
}(service_1.Service));
|
|
10437
10437
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
10438
10438
|
|
|
10439
|
-
},{"../service":
|
|
10439
|
+
},{"../service":212,"http-status":273}],195:[function(require,module,exports){
|
|
10440
10440
|
"use strict";
|
|
10441
10441
|
var __extends = (this && this.__extends) || (function () {
|
|
10442
10442
|
var extendStatics = function (d, b) {
|
|
@@ -10639,7 +10639,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
10639
10639
|
}(service_1.Service));
|
|
10640
10640
|
exports.ProductService = ProductService;
|
|
10641
10641
|
|
|
10642
|
-
},{"../service":
|
|
10642
|
+
},{"../service":212,"http-status":273}],196:[function(require,module,exports){
|
|
10643
10643
|
"use strict";
|
|
10644
10644
|
var __extends = (this && this.__extends) || (function () {
|
|
10645
10645
|
var extendStatics = function (d, b) {
|
|
@@ -10844,7 +10844,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
10844
10844
|
}(service_1.Service));
|
|
10845
10845
|
exports.ProjectService = ProjectService;
|
|
10846
10846
|
|
|
10847
|
-
},{"../service":
|
|
10847
|
+
},{"../service":212,"http-status":273}],197:[function(require,module,exports){
|
|
10848
10848
|
"use strict";
|
|
10849
10849
|
var __extends = (this && this.__extends) || (function () {
|
|
10850
10850
|
var extendStatics = function (d, b) {
|
|
@@ -11036,7 +11036,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
11036
11036
|
}(service_1.Service));
|
|
11037
11037
|
exports.ReservationService = ReservationService;
|
|
11038
11038
|
|
|
11039
|
-
},{"../service":
|
|
11039
|
+
},{"../service":212,"http-status":273}],198:[function(require,module,exports){
|
|
11040
11040
|
"use strict";
|
|
11041
11041
|
var __extends = (this && this.__extends) || (function () {
|
|
11042
11042
|
var extendStatics = function (d, b) {
|
|
@@ -11210,7 +11210,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
11210
11210
|
}(service_1.Service));
|
|
11211
11211
|
exports.SellerService = SellerService;
|
|
11212
11212
|
|
|
11213
|
-
},{"../service":
|
|
11213
|
+
},{"../service":212,"http-status":273}],199:[function(require,module,exports){
|
|
11214
11214
|
"use strict";
|
|
11215
11215
|
var __extends = (this && this.__extends) || (function () {
|
|
11216
11216
|
var extendStatics = function (d, b) {
|
|
@@ -11344,7 +11344,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
11344
11344
|
}(service_1.Service));
|
|
11345
11345
|
exports.TaskService = TaskService;
|
|
11346
11346
|
|
|
11347
|
-
},{"../service":
|
|
11347
|
+
},{"../service":212,"http-status":273}],200:[function(require,module,exports){
|
|
11348
11348
|
"use strict";
|
|
11349
11349
|
var __extends = (this && this.__extends) || (function () {
|
|
11350
11350
|
var extendStatics = function (d, b) {
|
|
@@ -11432,7 +11432,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11432
11432
|
}(service_1.Service));
|
|
11433
11433
|
exports.TokenService = TokenService;
|
|
11434
11434
|
|
|
11435
|
-
},{"../service":
|
|
11435
|
+
},{"../service":212,"http-status":273}],201:[function(require,module,exports){
|
|
11436
11436
|
"use strict";
|
|
11437
11437
|
var __extends = (this && this.__extends) || (function () {
|
|
11438
11438
|
var extendStatics = function (d, b) {
|
|
@@ -11520,7 +11520,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
11520
11520
|
}(service_1.Service));
|
|
11521
11521
|
exports.TransactionNumberService = TransactionNumberService;
|
|
11522
11522
|
|
|
11523
|
-
},{"../service":
|
|
11523
|
+
},{"../service":212,"http-status":273}],202:[function(require,module,exports){
|
|
11524
11524
|
"use strict";
|
|
11525
11525
|
var __extends = (this && this.__extends) || (function () {
|
|
11526
11526
|
var extendStatics = function (d, b) {
|
|
@@ -11717,7 +11717,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
11717
11717
|
}(service_1.Service));
|
|
11718
11718
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
11719
11719
|
|
|
11720
|
-
},{"../../factory":207,"../../service":
|
|
11720
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],203:[function(require,module,exports){
|
|
11721
11721
|
"use strict";
|
|
11722
11722
|
var __extends = (this && this.__extends) || (function () {
|
|
11723
11723
|
var extendStatics = function (d, b) {
|
|
@@ -11951,7 +11951,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11951
11951
|
}(service_1.Service));
|
|
11952
11952
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
11953
11953
|
|
|
11954
|
-
},{"../../factory":207,"../../service":
|
|
11954
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],204:[function(require,module,exports){
|
|
11955
11955
|
arguments[4][14][0].apply(exports,arguments)
|
|
11956
11956
|
},{"dup":14}],205:[function(require,module,exports){
|
|
11957
11957
|
"use strict";
|
|
@@ -12112,7 +12112,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12112
12112
|
}(service_1.Service));
|
|
12113
12113
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12114
12114
|
|
|
12115
|
-
},{"../../factory":207,"../../service":
|
|
12115
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],206:[function(require,module,exports){
|
|
12116
12116
|
"use strict";
|
|
12117
12117
|
var __extends = (this && this.__extends) || (function () {
|
|
12118
12118
|
var extendStatics = function (d, b) {
|
|
@@ -12245,7 +12245,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
12245
12245
|
}(service_1.Service));
|
|
12246
12246
|
exports.UserPoolService = UserPoolService;
|
|
12247
12247
|
|
|
12248
|
-
},{"../service":
|
|
12248
|
+
},{"../service":212,"http-status":273}],207:[function(require,module,exports){
|
|
12249
12249
|
"use strict";
|
|
12250
12250
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12251
12251
|
if (k2 === undefined) k2 = k;
|
|
@@ -12678,7 +12678,7 @@ var service;
|
|
|
12678
12678
|
service.txn = transaction;
|
|
12679
12679
|
})(service = exports.service || (exports.service = {}));
|
|
12680
12680
|
|
|
12681
|
-
},{"./auth/authClient":159,"./chevre":160,"./chevre/payment/factory":189,"./chevre/transaction/placeOrder/factory":204,"./factory":207,"./pecorino":209,"./service":
|
|
12681
|
+
},{"./auth/authClient":159,"./chevre":160,"./chevre/payment/factory":189,"./chevre/transaction/placeOrder/factory":204,"./factory":207,"./pecorino":209,"./service":212,"./service/account":213,"./service/categoryCode":214,"./service/creativeWork":215,"./service/customer":216,"./service/delivery":217,"./service/emailMessage":218,"./service/event":219,"./service/iam":220,"./service/offer":221,"./service/order":222,"./service/order/factory":223,"./service/payment":224,"./service/permit":225,"./service/person":226,"./service/person/ownershipInfo":227,"./service/place":228,"./service/product":229,"./service/project":230,"./service/reservation":231,"./service/reservation/factory":232,"./service/seller":233,"./service/token":234,"./service/transaction/moneyTransfer":235,"./service/transaction/placeOrder":236,"./service/transaction/placeOrder4sskts":237,"./service/transaction/returnOrder":238,"./transporters":239}],209:[function(require,module,exports){
|
|
12682
12682
|
"use strict";
|
|
12683
12683
|
var __extends = (this && this.__extends) || (function () {
|
|
12684
12684
|
var extendStatics = function (d, b) {
|
|
@@ -12702,10 +12702,8 @@ exports.service = exports.factory = void 0;
|
|
|
12702
12702
|
* API Service Library for Javascript
|
|
12703
12703
|
*/
|
|
12704
12704
|
var factory = require("./factory");
|
|
12705
|
+
var accountTransaction_1 = require("./pecorino/accountTransaction");
|
|
12705
12706
|
var permit_1 = require("./pecorino/permit");
|
|
12706
|
-
var deposit_1 = require("./pecorino/transaction/deposit");
|
|
12707
|
-
var transfer_1 = require("./pecorino/transaction/transfer");
|
|
12708
|
-
var withdraw_1 = require("./pecorino/transaction/withdraw");
|
|
12709
12707
|
exports.factory = factory;
|
|
12710
12708
|
var service;
|
|
12711
12709
|
(function (service) {
|
|
@@ -12720,45 +12718,20 @@ var service;
|
|
|
12720
12718
|
return Permit;
|
|
12721
12719
|
}(permit_1.PermitService));
|
|
12722
12720
|
service.Permit = Permit;
|
|
12723
|
-
|
|
12724
|
-
|
|
12725
|
-
|
|
12726
|
-
|
|
12727
|
-
|
|
12728
|
-
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12734
|
-
}(deposit_1.DepositTransactionService));
|
|
12735
|
-
transaction.Deposit = Deposit;
|
|
12736
|
-
/**
|
|
12737
|
-
* 出金取引サービス
|
|
12738
|
-
*/
|
|
12739
|
-
var Withdraw = /** @class */ (function (_super) {
|
|
12740
|
-
__extends(Withdraw, _super);
|
|
12741
|
-
function Withdraw() {
|
|
12742
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
12743
|
-
}
|
|
12744
|
-
return Withdraw;
|
|
12745
|
-
}(withdraw_1.WithdrawTransactionService));
|
|
12746
|
-
transaction.Withdraw = Withdraw;
|
|
12747
|
-
/**
|
|
12748
|
-
* 転送取引サービス
|
|
12749
|
-
*/
|
|
12750
|
-
var Transfer = /** @class */ (function (_super) {
|
|
12751
|
-
__extends(Transfer, _super);
|
|
12752
|
-
function Transfer() {
|
|
12753
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
12754
|
-
}
|
|
12755
|
-
return Transfer;
|
|
12756
|
-
}(transfer_1.TransferTransactionService));
|
|
12757
|
-
transaction.Transfer = Transfer;
|
|
12758
|
-
})(transaction = service.transaction || (service.transaction = {}));
|
|
12721
|
+
/**
|
|
12722
|
+
* 口座取引サービス
|
|
12723
|
+
*/
|
|
12724
|
+
var AccountTransaction = /** @class */ (function (_super) {
|
|
12725
|
+
__extends(AccountTransaction, _super);
|
|
12726
|
+
function AccountTransaction() {
|
|
12727
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
12728
|
+
}
|
|
12729
|
+
return AccountTransaction;
|
|
12730
|
+
}(accountTransaction_1.AccountTransactionService));
|
|
12731
|
+
service.AccountTransaction = AccountTransaction;
|
|
12759
12732
|
})(service = exports.service || (exports.service = {}));
|
|
12760
12733
|
|
|
12761
|
-
},{"./factory":207,"./pecorino/
|
|
12734
|
+
},{"./factory":207,"./pecorino/accountTransaction":210,"./pecorino/permit":211}],210:[function(require,module,exports){
|
|
12762
12735
|
"use strict";
|
|
12763
12736
|
var __extends = (this && this.__extends) || (function () {
|
|
12764
12737
|
var extendStatics = function (d, b) {
|
|
@@ -12812,138 +12785,26 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
12812
12785
|
}
|
|
12813
12786
|
};
|
|
12814
12787
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12815
|
-
exports.
|
|
12788
|
+
exports.AccountTransactionService = void 0;
|
|
12816
12789
|
var http_status_1 = require("http-status");
|
|
12817
12790
|
var service_1 = require("../service");
|
|
12818
12791
|
/**
|
|
12819
|
-
*
|
|
12792
|
+
* 口座取引サービス
|
|
12820
12793
|
*/
|
|
12821
|
-
var
|
|
12822
|
-
__extends(
|
|
12823
|
-
function
|
|
12794
|
+
var AccountTransactionService = /** @class */ (function (_super) {
|
|
12795
|
+
__extends(AccountTransactionService, _super);
|
|
12796
|
+
function AccountTransactionService() {
|
|
12824
12797
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
12825
12798
|
}
|
|
12826
12799
|
/**
|
|
12827
|
-
*
|
|
12828
|
-
* 存在しない場合、ステータスコード404を返します
|
|
12829
|
-
*/
|
|
12830
|
-
PermitService.prototype.findByIdentifier = function (params) {
|
|
12831
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
12832
|
-
var _this = this;
|
|
12833
|
-
return __generator(this, function (_a) {
|
|
12834
|
-
return [2 /*return*/, this.fetch({
|
|
12835
|
-
uri: "/permits/findByIdentifier",
|
|
12836
|
-
method: 'POST',
|
|
12837
|
-
body: params,
|
|
12838
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
12839
|
-
})
|
|
12840
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12841
|
-
return [2 /*return*/, response.json()];
|
|
12842
|
-
}); }); })];
|
|
12843
|
-
});
|
|
12844
|
-
});
|
|
12845
|
-
};
|
|
12846
|
-
/**
|
|
12847
|
-
* 許可証照会
|
|
12848
|
-
* 存在しない場合、ステータスコード404を返します
|
|
12849
|
-
*/
|
|
12850
|
-
PermitService.prototype.findByAccessCode = function (params) {
|
|
12851
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
12852
|
-
var _this = this;
|
|
12853
|
-
return __generator(this, function (_a) {
|
|
12854
|
-
return [2 /*return*/, this.fetch({
|
|
12855
|
-
uri: "/permits/findByAccessCode",
|
|
12856
|
-
method: 'POST',
|
|
12857
|
-
body: params,
|
|
12858
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
12859
|
-
})
|
|
12860
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12861
|
-
return [2 /*return*/, response.json()];
|
|
12862
|
-
}); }); })];
|
|
12863
|
-
});
|
|
12864
|
-
});
|
|
12865
|
-
};
|
|
12866
|
-
return PermitService;
|
|
12867
|
-
}(service_1.Service));
|
|
12868
|
-
exports.PermitService = PermitService;
|
|
12869
|
-
|
|
12870
|
-
},{"../service":214,"http-status":275}],211:[function(require,module,exports){
|
|
12871
|
-
"use strict";
|
|
12872
|
-
var __extends = (this && this.__extends) || (function () {
|
|
12873
|
-
var extendStatics = function (d, b) {
|
|
12874
|
-
extendStatics = Object.setPrototypeOf ||
|
|
12875
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
12876
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
12877
|
-
return extendStatics(d, b);
|
|
12878
|
-
};
|
|
12879
|
-
return function (d, b) {
|
|
12880
|
-
if (typeof b !== "function" && b !== null)
|
|
12881
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12882
|
-
extendStatics(d, b);
|
|
12883
|
-
function __() { this.constructor = d; }
|
|
12884
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12885
|
-
};
|
|
12886
|
-
})();
|
|
12887
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12888
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
12889
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
12890
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
12891
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
12892
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
12893
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
12894
|
-
});
|
|
12895
|
-
};
|
|
12896
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12897
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12898
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12899
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
12900
|
-
function step(op) {
|
|
12901
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
12902
|
-
while (_) try {
|
|
12903
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
12904
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
12905
|
-
switch (op[0]) {
|
|
12906
|
-
case 0: case 1: t = op; break;
|
|
12907
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
12908
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
12909
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
12910
|
-
default:
|
|
12911
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
12912
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
12913
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
12914
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
12915
|
-
if (t[2]) _.ops.pop();
|
|
12916
|
-
_.trys.pop(); continue;
|
|
12917
|
-
}
|
|
12918
|
-
op = body.call(thisArg, _);
|
|
12919
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
12920
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12921
|
-
}
|
|
12922
|
-
};
|
|
12923
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12924
|
-
exports.DepositTransactionService = void 0;
|
|
12925
|
-
var factory = require("@chevre/factory");
|
|
12926
|
-
var http_status_1 = require("http-status");
|
|
12927
|
-
var service_1 = require("../../service");
|
|
12928
|
-
/**
|
|
12929
|
-
* 入金取引サービス
|
|
12930
|
-
*/
|
|
12931
|
-
var DepositTransactionService = /** @class */ (function (_super) {
|
|
12932
|
-
__extends(DepositTransactionService, _super);
|
|
12933
|
-
function DepositTransactionService() {
|
|
12934
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
12935
|
-
_this.typeOf = factory.account.transactionType.Deposit;
|
|
12936
|
-
return _this;
|
|
12937
|
-
}
|
|
12938
|
-
/**
|
|
12939
|
-
* 取引を開始する
|
|
12800
|
+
* 取引開始
|
|
12940
12801
|
*/
|
|
12941
|
-
|
|
12802
|
+
AccountTransactionService.prototype.start = function (params) {
|
|
12942
12803
|
return __awaiter(this, void 0, void 0, function () {
|
|
12943
12804
|
var _this = this;
|
|
12944
12805
|
return __generator(this, function (_a) {
|
|
12945
12806
|
return [2 /*return*/, this.fetch({
|
|
12946
|
-
uri: "/
|
|
12807
|
+
uri: "/accountTransactions/start",
|
|
12947
12808
|
method: 'POST',
|
|
12948
12809
|
body: params,
|
|
12949
12810
|
expectedStatusCodes: [http_status_1.OK]
|
|
@@ -12957,14 +12818,14 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
12957
12818
|
/**
|
|
12958
12819
|
* 取引確定
|
|
12959
12820
|
*/
|
|
12960
|
-
|
|
12821
|
+
AccountTransactionService.prototype.confirm = function (params) {
|
|
12961
12822
|
return __awaiter(this, void 0, void 0, function () {
|
|
12962
12823
|
return __generator(this, function (_a) {
|
|
12963
12824
|
switch (_a.label) {
|
|
12964
12825
|
case 0: return [4 /*yield*/, this.fetch({
|
|
12965
12826
|
uri: (typeof params.transactionNumber === 'string')
|
|
12966
|
-
? "/
|
|
12967
|
-
: "/
|
|
12827
|
+
? "/accountTransactions/" + params.transactionNumber + "/confirm?transactionNumber=1"
|
|
12828
|
+
: "/accountTransactions/" + params.id + "/confirm",
|
|
12968
12829
|
method: 'PUT',
|
|
12969
12830
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
12970
12831
|
})];
|
|
@@ -12978,14 +12839,14 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
12978
12839
|
/**
|
|
12979
12840
|
* 取引中止
|
|
12980
12841
|
*/
|
|
12981
|
-
|
|
12842
|
+
AccountTransactionService.prototype.cancel = function (params) {
|
|
12982
12843
|
return __awaiter(this, void 0, void 0, function () {
|
|
12983
12844
|
return __generator(this, function (_a) {
|
|
12984
12845
|
switch (_a.label) {
|
|
12985
12846
|
case 0: return [4 /*yield*/, this.fetch({
|
|
12986
12847
|
uri: (typeof params.transactionNumber === 'string')
|
|
12987
|
-
? "/
|
|
12988
|
-
: "/
|
|
12848
|
+
? "/accountTransactions/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
12849
|
+
: "/accountTransactions/" + params.id + "/cancel",
|
|
12989
12850
|
method: 'PUT',
|
|
12990
12851
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
12991
12852
|
})];
|
|
@@ -12996,11 +12857,11 @@ var DepositTransactionService = /** @class */ (function (_super) {
|
|
|
12996
12857
|
});
|
|
12997
12858
|
});
|
|
12998
12859
|
};
|
|
12999
|
-
return
|
|
12860
|
+
return AccountTransactionService;
|
|
13000
12861
|
}(service_1.Service));
|
|
13001
|
-
exports.
|
|
12862
|
+
exports.AccountTransactionService = AccountTransactionService;
|
|
13002
12863
|
|
|
13003
|
-
},{"
|
|
12864
|
+
},{"../service":212,"http-status":273}],211:[function(require,module,exports){
|
|
13004
12865
|
"use strict";
|
|
13005
12866
|
var __extends = (this && this.__extends) || (function () {
|
|
13006
12867
|
var extendStatics = function (d, b) {
|
|
@@ -13054,29 +12915,27 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13054
12915
|
}
|
|
13055
12916
|
};
|
|
13056
12917
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13057
|
-
exports.
|
|
13058
|
-
var factory = require("@chevre/factory");
|
|
12918
|
+
exports.PermitService = void 0;
|
|
13059
12919
|
var http_status_1 = require("http-status");
|
|
13060
|
-
var service_1 = require("
|
|
12920
|
+
var service_1 = require("../service");
|
|
13061
12921
|
/**
|
|
13062
|
-
*
|
|
12922
|
+
* 許可証サービス
|
|
13063
12923
|
*/
|
|
13064
|
-
var
|
|
13065
|
-
__extends(
|
|
13066
|
-
function
|
|
13067
|
-
|
|
13068
|
-
_this.typeOf = factory.account.transactionType.Transfer;
|
|
13069
|
-
return _this;
|
|
12924
|
+
var PermitService = /** @class */ (function (_super) {
|
|
12925
|
+
__extends(PermitService, _super);
|
|
12926
|
+
function PermitService() {
|
|
12927
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
13070
12928
|
}
|
|
13071
12929
|
/**
|
|
13072
|
-
*
|
|
12930
|
+
* 許可証照会
|
|
12931
|
+
* 存在しない場合、ステータスコード404を返します
|
|
13073
12932
|
*/
|
|
13074
|
-
|
|
12933
|
+
PermitService.prototype.findByIdentifier = function (params) {
|
|
13075
12934
|
return __awaiter(this, void 0, void 0, function () {
|
|
13076
12935
|
var _this = this;
|
|
13077
12936
|
return __generator(this, function (_a) {
|
|
13078
12937
|
return [2 /*return*/, this.fetch({
|
|
13079
|
-
uri: "/
|
|
12938
|
+
uri: "/permits/findByIdentifier",
|
|
13080
12939
|
method: 'POST',
|
|
13081
12940
|
body: params,
|
|
13082
12941
|
expectedStatusCodes: [http_status_1.OK]
|
|
@@ -13088,128 +12947,15 @@ var TransferTransactionService = /** @class */ (function (_super) {
|
|
|
13088
12947
|
});
|
|
13089
12948
|
};
|
|
13090
12949
|
/**
|
|
13091
|
-
*
|
|
13092
|
-
|
|
13093
|
-
TransferTransactionService.prototype.confirm = function (params) {
|
|
13094
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
13095
|
-
return __generator(this, function (_a) {
|
|
13096
|
-
switch (_a.label) {
|
|
13097
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
13098
|
-
uri: (typeof params.transactionNumber === 'string')
|
|
13099
|
-
? "/transactions/" + this.typeOf + "/" + params.transactionNumber + "/confirm?transactionNumber=1"
|
|
13100
|
-
: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
13101
|
-
method: 'PUT',
|
|
13102
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
13103
|
-
})];
|
|
13104
|
-
case 1:
|
|
13105
|
-
_a.sent();
|
|
13106
|
-
return [2 /*return*/];
|
|
13107
|
-
}
|
|
13108
|
-
});
|
|
13109
|
-
});
|
|
13110
|
-
};
|
|
13111
|
-
/**
|
|
13112
|
-
* 取引中止
|
|
13113
|
-
*/
|
|
13114
|
-
TransferTransactionService.prototype.cancel = function (params) {
|
|
13115
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
13116
|
-
return __generator(this, function (_a) {
|
|
13117
|
-
switch (_a.label) {
|
|
13118
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
13119
|
-
uri: (typeof params.transactionNumber === 'string')
|
|
13120
|
-
? "/transactions/" + this.typeOf + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
13121
|
-
: "/transactions/" + this.typeOf + "/" + params.id + "/cancel",
|
|
13122
|
-
method: 'PUT',
|
|
13123
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
13124
|
-
})];
|
|
13125
|
-
case 1:
|
|
13126
|
-
_a.sent();
|
|
13127
|
-
return [2 /*return*/];
|
|
13128
|
-
}
|
|
13129
|
-
});
|
|
13130
|
-
});
|
|
13131
|
-
};
|
|
13132
|
-
return TransferTransactionService;
|
|
13133
|
-
}(service_1.Service));
|
|
13134
|
-
exports.TransferTransactionService = TransferTransactionService;
|
|
13135
|
-
|
|
13136
|
-
},{"../../service":214,"@chevre/factory":87,"http-status":275}],213:[function(require,module,exports){
|
|
13137
|
-
"use strict";
|
|
13138
|
-
var __extends = (this && this.__extends) || (function () {
|
|
13139
|
-
var extendStatics = function (d, b) {
|
|
13140
|
-
extendStatics = Object.setPrototypeOf ||
|
|
13141
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
13142
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
13143
|
-
return extendStatics(d, b);
|
|
13144
|
-
};
|
|
13145
|
-
return function (d, b) {
|
|
13146
|
-
if (typeof b !== "function" && b !== null)
|
|
13147
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
13148
|
-
extendStatics(d, b);
|
|
13149
|
-
function __() { this.constructor = d; }
|
|
13150
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13151
|
-
};
|
|
13152
|
-
})();
|
|
13153
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
13154
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
13155
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
13156
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
13157
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
13158
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
13159
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
13160
|
-
});
|
|
13161
|
-
};
|
|
13162
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
13163
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
13164
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13165
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
13166
|
-
function step(op) {
|
|
13167
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
13168
|
-
while (_) try {
|
|
13169
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
13170
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
13171
|
-
switch (op[0]) {
|
|
13172
|
-
case 0: case 1: t = op; break;
|
|
13173
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
13174
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
13175
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
13176
|
-
default:
|
|
13177
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
13178
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
13179
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
13180
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
13181
|
-
if (t[2]) _.ops.pop();
|
|
13182
|
-
_.trys.pop(); continue;
|
|
13183
|
-
}
|
|
13184
|
-
op = body.call(thisArg, _);
|
|
13185
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
13186
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13187
|
-
}
|
|
13188
|
-
};
|
|
13189
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13190
|
-
exports.WithdrawTransactionService = void 0;
|
|
13191
|
-
var factory = require("@chevre/factory");
|
|
13192
|
-
var http_status_1 = require("http-status");
|
|
13193
|
-
var service_1 = require("../../service");
|
|
13194
|
-
/**
|
|
13195
|
-
* 出金取引サービス
|
|
13196
|
-
*/
|
|
13197
|
-
var WithdrawTransactionService = /** @class */ (function (_super) {
|
|
13198
|
-
__extends(WithdrawTransactionService, _super);
|
|
13199
|
-
function WithdrawTransactionService() {
|
|
13200
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
13201
|
-
_this.typeOf = factory.account.transactionType.Withdraw;
|
|
13202
|
-
return _this;
|
|
13203
|
-
}
|
|
13204
|
-
/**
|
|
13205
|
-
* 取引を開始する
|
|
12950
|
+
* 許可証照会
|
|
12951
|
+
* 存在しない場合、ステータスコード404を返します
|
|
13206
12952
|
*/
|
|
13207
|
-
|
|
12953
|
+
PermitService.prototype.findByAccessCode = function (params) {
|
|
13208
12954
|
return __awaiter(this, void 0, void 0, function () {
|
|
13209
12955
|
var _this = this;
|
|
13210
12956
|
return __generator(this, function (_a) {
|
|
13211
12957
|
return [2 /*return*/, this.fetch({
|
|
13212
|
-
uri: "/
|
|
12958
|
+
uri: "/permits/findByAccessCode",
|
|
13213
12959
|
method: 'POST',
|
|
13214
12960
|
body: params,
|
|
13215
12961
|
expectedStatusCodes: [http_status_1.OK]
|
|
@@ -13220,53 +12966,11 @@ var WithdrawTransactionService = /** @class */ (function (_super) {
|
|
|
13220
12966
|
});
|
|
13221
12967
|
});
|
|
13222
12968
|
};
|
|
13223
|
-
|
|
13224
|
-
* 取引確定
|
|
13225
|
-
*/
|
|
13226
|
-
WithdrawTransactionService.prototype.confirm = function (params) {
|
|
13227
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
13228
|
-
return __generator(this, function (_a) {
|
|
13229
|
-
switch (_a.label) {
|
|
13230
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
13231
|
-
uri: (typeof params.transactionNumber === 'string')
|
|
13232
|
-
? "/transactions/" + this.typeOf + "/" + params.transactionNumber + "/confirm?transactionNumber=1"
|
|
13233
|
-
: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
13234
|
-
method: 'PUT',
|
|
13235
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
13236
|
-
})];
|
|
13237
|
-
case 1:
|
|
13238
|
-
_a.sent();
|
|
13239
|
-
return [2 /*return*/];
|
|
13240
|
-
}
|
|
13241
|
-
});
|
|
13242
|
-
});
|
|
13243
|
-
};
|
|
13244
|
-
/**
|
|
13245
|
-
* 取引中止
|
|
13246
|
-
*/
|
|
13247
|
-
WithdrawTransactionService.prototype.cancel = function (params) {
|
|
13248
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
13249
|
-
return __generator(this, function (_a) {
|
|
13250
|
-
switch (_a.label) {
|
|
13251
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
13252
|
-
uri: (typeof params.transactionNumber === 'string')
|
|
13253
|
-
? "/transactions/" + this.typeOf + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
13254
|
-
: "/transactions/" + this.typeOf + "/" + params.id + "/cancel",
|
|
13255
|
-
method: 'PUT',
|
|
13256
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
13257
|
-
})];
|
|
13258
|
-
case 1:
|
|
13259
|
-
_a.sent();
|
|
13260
|
-
return [2 /*return*/];
|
|
13261
|
-
}
|
|
13262
|
-
});
|
|
13263
|
-
});
|
|
13264
|
-
};
|
|
13265
|
-
return WithdrawTransactionService;
|
|
12969
|
+
return PermitService;
|
|
13266
12970
|
}(service_1.Service));
|
|
13267
|
-
exports.
|
|
12971
|
+
exports.PermitService = PermitService;
|
|
13268
12972
|
|
|
13269
|
-
},{"
|
|
12973
|
+
},{"../service":212,"http-status":273}],212:[function(require,module,exports){
|
|
13270
12974
|
"use strict";
|
|
13271
12975
|
var __assign = (this && this.__assign) || function () {
|
|
13272
12976
|
__assign = Object.assign || function(t) {
|
|
@@ -13373,7 +13077,7 @@ var Service = /** @class */ (function () {
|
|
|
13373
13077
|
}());
|
|
13374
13078
|
exports.Service = Service;
|
|
13375
13079
|
|
|
13376
|
-
},{"./transporters":
|
|
13080
|
+
},{"./transporters":239,"qs":241}],213:[function(require,module,exports){
|
|
13377
13081
|
"use strict";
|
|
13378
13082
|
var __extends = (this && this.__extends) || (function () {
|
|
13379
13083
|
var extendStatics = function (d, b) {
|
|
@@ -13482,7 +13186,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
13482
13186
|
}(service_1.Service));
|
|
13483
13187
|
exports.AccountService = AccountService;
|
|
13484
13188
|
|
|
13485
|
-
},{"../service":
|
|
13189
|
+
},{"../service":212,"http-status":273}],214:[function(require,module,exports){
|
|
13486
13190
|
"use strict";
|
|
13487
13191
|
var __extends = (this && this.__extends) || (function () {
|
|
13488
13192
|
var extendStatics = function (d, b) {
|
|
@@ -13579,7 +13283,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
13579
13283
|
}(service_1.Service));
|
|
13580
13284
|
exports.CategoryCodeService = CategoryCodeService;
|
|
13581
13285
|
|
|
13582
|
-
},{"../service":
|
|
13286
|
+
},{"../service":212,"http-status":273}],215:[function(require,module,exports){
|
|
13583
13287
|
"use strict";
|
|
13584
13288
|
var __extends = (this && this.__extends) || (function () {
|
|
13585
13289
|
var extendStatics = function (d, b) {
|
|
@@ -13676,7 +13380,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
13676
13380
|
}(service_1.Service));
|
|
13677
13381
|
exports.CreativeWorkService = CreativeWorkService;
|
|
13678
13382
|
|
|
13679
|
-
},{"../service":
|
|
13383
|
+
},{"../service":212,"http-status":273}],216:[function(require,module,exports){
|
|
13680
13384
|
"use strict";
|
|
13681
13385
|
var __extends = (this && this.__extends) || (function () {
|
|
13682
13386
|
var extendStatics = function (d, b) {
|
|
@@ -13791,7 +13495,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
13791
13495
|
}(service_1.Service));
|
|
13792
13496
|
exports.CustomerService = CustomerService;
|
|
13793
13497
|
|
|
13794
|
-
},{"../service":
|
|
13498
|
+
},{"../service":212,"http-status":273}],217:[function(require,module,exports){
|
|
13795
13499
|
"use strict";
|
|
13796
13500
|
var __extends = (this && this.__extends) || (function () {
|
|
13797
13501
|
var extendStatics = function (d, b) {
|
|
@@ -13883,7 +13587,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
13883
13587
|
}(service_1.Service));
|
|
13884
13588
|
exports.DeliveryService = DeliveryService;
|
|
13885
13589
|
|
|
13886
|
-
},{"../service":
|
|
13590
|
+
},{"../service":212,"http-status":273}],218:[function(require,module,exports){
|
|
13887
13591
|
"use strict";
|
|
13888
13592
|
var __extends = (this && this.__extends) || (function () {
|
|
13889
13593
|
var extendStatics = function (d, b) {
|
|
@@ -13980,7 +13684,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13980
13684
|
}(service_1.Service));
|
|
13981
13685
|
exports.EmailMessageService = EmailMessageService;
|
|
13982
13686
|
|
|
13983
|
-
},{"../service":
|
|
13687
|
+
},{"../service":212,"http-status":273}],219:[function(require,module,exports){
|
|
13984
13688
|
"use strict";
|
|
13985
13689
|
var __extends = (this && this.__extends) || (function () {
|
|
13986
13690
|
var extendStatics = function (d, b) {
|
|
@@ -14181,7 +13885,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
14181
13885
|
}(service_1.Service));
|
|
14182
13886
|
exports.EventService = EventService;
|
|
14183
13887
|
|
|
14184
|
-
},{"../service":
|
|
13888
|
+
},{"../service":212,"http-status":273}],220:[function(require,module,exports){
|
|
14185
13889
|
"use strict";
|
|
14186
13890
|
var __extends = (this && this.__extends) || (function () {
|
|
14187
13891
|
var extendStatics = function (d, b) {
|
|
@@ -14278,7 +13982,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
14278
13982
|
}(service_1.Service));
|
|
14279
13983
|
exports.IAMService = IAMService;
|
|
14280
13984
|
|
|
14281
|
-
},{"../service":
|
|
13985
|
+
},{"../service":212,"http-status":273}],221:[function(require,module,exports){
|
|
14282
13986
|
"use strict";
|
|
14283
13987
|
var __extends = (this && this.__extends) || (function () {
|
|
14284
13988
|
var extendStatics = function (d, b) {
|
|
@@ -14435,7 +14139,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14435
14139
|
}(service_1.Service));
|
|
14436
14140
|
exports.OfferService = OfferService;
|
|
14437
14141
|
|
|
14438
|
-
},{"../service":
|
|
14142
|
+
},{"../service":212,"http-status":273}],222:[function(require,module,exports){
|
|
14439
14143
|
"use strict";
|
|
14440
14144
|
var __extends = (this && this.__extends) || (function () {
|
|
14441
14145
|
var extendStatics = function (d, b) {
|
|
@@ -14727,9 +14431,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
14727
14431
|
}(service_1.Service));
|
|
14728
14432
|
exports.OrderService = OrderService;
|
|
14729
14433
|
|
|
14730
|
-
},{"../service":
|
|
14434
|
+
},{"../service":212,"http-status":273}],223:[function(require,module,exports){
|
|
14731
14435
|
arguments[4][14][0].apply(exports,arguments)
|
|
14732
|
-
},{"dup":14}],
|
|
14436
|
+
},{"dup":14}],224:[function(require,module,exports){
|
|
14733
14437
|
"use strict";
|
|
14734
14438
|
var __extends = (this && this.__extends) || (function () {
|
|
14735
14439
|
var extendStatics = function (d, b) {
|
|
@@ -14974,7 +14678,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
14974
14678
|
}(service_1.Service));
|
|
14975
14679
|
exports.PaymentService = PaymentService;
|
|
14976
14680
|
|
|
14977
|
-
},{"../factory":207,"../service":
|
|
14681
|
+
},{"../factory":207,"../service":212,"http-status":273}],225:[function(require,module,exports){
|
|
14978
14682
|
"use strict";
|
|
14979
14683
|
var __extends = (this && this.__extends) || (function () {
|
|
14980
14684
|
var extendStatics = function (d, b) {
|
|
@@ -15100,9 +14804,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
15100
14804
|
}(service_1.Service));
|
|
15101
14805
|
exports.PermitService = PermitService;
|
|
15102
14806
|
|
|
15103
|
-
},{"../service":
|
|
14807
|
+
},{"../service":212,"http-status":273}],226:[function(require,module,exports){
|
|
15104
14808
|
arguments[4][191][0].apply(exports,arguments)
|
|
15105
|
-
},{"../service":
|
|
14809
|
+
},{"../service":212,"dup":191,"http-status":273}],227:[function(require,module,exports){
|
|
15106
14810
|
"use strict";
|
|
15107
14811
|
var __extends = (this && this.__extends) || (function () {
|
|
15108
14812
|
var extendStatics = function (d, b) {
|
|
@@ -15476,7 +15180,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15476
15180
|
}(service_1.Service));
|
|
15477
15181
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
15478
15182
|
|
|
15479
|
-
},{"../../factory":207,"../../service":
|
|
15183
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],228:[function(require,module,exports){
|
|
15480
15184
|
"use strict";
|
|
15481
15185
|
var __extends = (this && this.__extends) || (function () {
|
|
15482
15186
|
var extendStatics = function (d, b) {
|
|
@@ -15630,7 +15334,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
15630
15334
|
}(service_1.Service));
|
|
15631
15335
|
exports.PlaceService = PlaceService;
|
|
15632
15336
|
|
|
15633
|
-
},{"../factory":207,"../service":
|
|
15337
|
+
},{"../factory":207,"../service":212,"http-status":273}],229:[function(require,module,exports){
|
|
15634
15338
|
"use strict";
|
|
15635
15339
|
var __extends = (this && this.__extends) || (function () {
|
|
15636
15340
|
var extendStatics = function (d, b) {
|
|
@@ -15747,7 +15451,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
15747
15451
|
}(service_1.Service));
|
|
15748
15452
|
exports.ProductService = ProductService;
|
|
15749
15453
|
|
|
15750
|
-
},{"../service":
|
|
15454
|
+
},{"../service":212,"http-status":273}],230:[function(require,module,exports){
|
|
15751
15455
|
"use strict";
|
|
15752
15456
|
var __extends = (this && this.__extends) || (function () {
|
|
15753
15457
|
var extendStatics = function (d, b) {
|
|
@@ -15912,7 +15616,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
15912
15616
|
}(service_1.Service));
|
|
15913
15617
|
exports.ProjectService = ProjectService;
|
|
15914
15618
|
|
|
15915
|
-
},{"../service":
|
|
15619
|
+
},{"../service":212,"http-status":273}],231:[function(require,module,exports){
|
|
15916
15620
|
"use strict";
|
|
15917
15621
|
var __extends = (this && this.__extends) || (function () {
|
|
15918
15622
|
var extendStatics = function (d, b) {
|
|
@@ -16078,9 +15782,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
16078
15782
|
}(service_1.Service));
|
|
16079
15783
|
exports.ReservationService = ReservationService;
|
|
16080
15784
|
|
|
16081
|
-
},{"../service":
|
|
15785
|
+
},{"../service":212,"http-status":273}],232:[function(require,module,exports){
|
|
16082
15786
|
arguments[4][14][0].apply(exports,arguments)
|
|
16083
|
-
},{"dup":14}],
|
|
15787
|
+
},{"dup":14}],233:[function(require,module,exports){
|
|
16084
15788
|
"use strict";
|
|
16085
15789
|
var __extends = (this && this.__extends) || (function () {
|
|
16086
15790
|
var extendStatics = function (d, b) {
|
|
@@ -16195,9 +15899,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
16195
15899
|
}(service_1.Service));
|
|
16196
15900
|
exports.SellerService = SellerService;
|
|
16197
15901
|
|
|
16198
|
-
},{"../service":
|
|
15902
|
+
},{"../service":212,"http-status":273}],234:[function(require,module,exports){
|
|
16199
15903
|
arguments[4][200][0].apply(exports,arguments)
|
|
16200
|
-
},{"../service":
|
|
15904
|
+
},{"../service":212,"dup":200,"http-status":273}],235:[function(require,module,exports){
|
|
16201
15905
|
"use strict";
|
|
16202
15906
|
var __extends = (this && this.__extends) || (function () {
|
|
16203
15907
|
var extendStatics = function (d, b) {
|
|
@@ -16347,7 +16051,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
16347
16051
|
}(service_1.Service));
|
|
16348
16052
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
16349
16053
|
|
|
16350
|
-
},{"../../factory":207,"../../service":
|
|
16054
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],236:[function(require,module,exports){
|
|
16351
16055
|
"use strict";
|
|
16352
16056
|
var __extends = (this && this.__extends) || (function () {
|
|
16353
16057
|
var extendStatics = function (d, b) {
|
|
@@ -16605,7 +16309,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16605
16309
|
}(service_1.Service));
|
|
16606
16310
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
16607
16311
|
|
|
16608
|
-
},{"../../factory":207,"../../service":
|
|
16312
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],237:[function(require,module,exports){
|
|
16609
16313
|
"use strict";
|
|
16610
16314
|
var __extends = (this && this.__extends) || (function () {
|
|
16611
16315
|
var extendStatics = function (d, b) {
|
|
@@ -16738,7 +16442,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
16738
16442
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
16739
16443
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
16740
16444
|
|
|
16741
|
-
},{"./placeOrder":
|
|
16445
|
+
},{"./placeOrder":236,"http-status":273}],238:[function(require,module,exports){
|
|
16742
16446
|
"use strict";
|
|
16743
16447
|
var __extends = (this && this.__extends) || (function () {
|
|
16744
16448
|
var extendStatics = function (d, b) {
|
|
@@ -16869,7 +16573,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16869
16573
|
}(service_1.Service));
|
|
16870
16574
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
16871
16575
|
|
|
16872
|
-
},{"../../factory":207,"../../service":
|
|
16576
|
+
},{"../../factory":207,"../../service":212,"http-status":273}],239:[function(require,module,exports){
|
|
16873
16577
|
"use strict";
|
|
16874
16578
|
var __extends = (this && this.__extends) || (function () {
|
|
16875
16579
|
var extendStatics = function (d, b) {
|
|
@@ -17066,7 +16770,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
17066
16770
|
}());
|
|
17067
16771
|
exports.StubTransporter = StubTransporter;
|
|
17068
16772
|
|
|
17069
|
-
},{"debug":
|
|
16773
|
+
},{"debug":265,"isomorphic-fetch":276}],240:[function(require,module,exports){
|
|
17070
16774
|
'use strict';
|
|
17071
16775
|
|
|
17072
16776
|
var replace = String.prototype.replace;
|
|
@@ -17091,7 +16795,7 @@ module.exports = {
|
|
|
17091
16795
|
RFC3986: Format.RFC3986
|
|
17092
16796
|
};
|
|
17093
16797
|
|
|
17094
|
-
},{}],
|
|
16798
|
+
},{}],241:[function(require,module,exports){
|
|
17095
16799
|
'use strict';
|
|
17096
16800
|
|
|
17097
16801
|
var stringify = require('./stringify');
|
|
@@ -17104,7 +16808,7 @@ module.exports = {
|
|
|
17104
16808
|
stringify: stringify
|
|
17105
16809
|
};
|
|
17106
16810
|
|
|
17107
|
-
},{"./formats":
|
|
16811
|
+
},{"./formats":240,"./parse":242,"./stringify":243}],242:[function(require,module,exports){
|
|
17108
16812
|
'use strict';
|
|
17109
16813
|
|
|
17110
16814
|
var utils = require('./utils');
|
|
@@ -17369,7 +17073,7 @@ module.exports = function (str, opts) {
|
|
|
17369
17073
|
return utils.compact(obj);
|
|
17370
17074
|
};
|
|
17371
17075
|
|
|
17372
|
-
},{"./utils":
|
|
17076
|
+
},{"./utils":244}],243:[function(require,module,exports){
|
|
17373
17077
|
'use strict';
|
|
17374
17078
|
|
|
17375
17079
|
var getSideChannel = require('side-channel');
|
|
@@ -17697,7 +17401,7 @@ module.exports = function (object, opts) {
|
|
|
17697
17401
|
return joined.length > 0 ? prefix + joined : '';
|
|
17698
17402
|
};
|
|
17699
17403
|
|
|
17700
|
-
},{"./formats":
|
|
17404
|
+
},{"./formats":240,"./utils":244,"side-channel":288}],244:[function(require,module,exports){
|
|
17701
17405
|
'use strict';
|
|
17702
17406
|
|
|
17703
17407
|
var formats = require('./formats');
|
|
@@ -17951,9 +17655,9 @@ module.exports = {
|
|
|
17951
17655
|
merge: merge
|
|
17952
17656
|
};
|
|
17953
17657
|
|
|
17954
|
-
},{"./formats":
|
|
17658
|
+
},{"./formats":240}],245:[function(require,module,exports){
|
|
17955
17659
|
arguments[4][14][0].apply(exports,arguments)
|
|
17956
|
-
},{"dup":14}],
|
|
17660
|
+
},{"dup":14}],246:[function(require,module,exports){
|
|
17957
17661
|
"use strict";
|
|
17958
17662
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17959
17663
|
/**
|
|
@@ -17972,7 +17676,7 @@ var ErrorCode;
|
|
|
17972
17676
|
})(ErrorCode || (ErrorCode = {}));
|
|
17973
17677
|
exports.default = ErrorCode;
|
|
17974
17678
|
|
|
17975
|
-
},{}],
|
|
17679
|
+
},{}],247:[function(require,module,exports){
|
|
17976
17680
|
"use strict";
|
|
17977
17681
|
var __extends = (this && this.__extends) || (function () {
|
|
17978
17682
|
var extendStatics = function (d, b) {
|
|
@@ -18013,7 +17717,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
18013
17717
|
}(waiter_1.WaiterError));
|
|
18014
17718
|
exports.default = ArgumentError;
|
|
18015
17719
|
|
|
18016
|
-
},{"../errorCode":
|
|
17720
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],248:[function(require,module,exports){
|
|
18017
17721
|
"use strict";
|
|
18018
17722
|
var __extends = (this && this.__extends) || (function () {
|
|
18019
17723
|
var extendStatics = function (d, b) {
|
|
@@ -18054,7 +17758,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
18054
17758
|
}(waiter_1.WaiterError));
|
|
18055
17759
|
exports.default = ArgumentNullError;
|
|
18056
17760
|
|
|
18057
|
-
},{"../errorCode":
|
|
17761
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],249:[function(require,module,exports){
|
|
18058
17762
|
"use strict";
|
|
18059
17763
|
var __extends = (this && this.__extends) || (function () {
|
|
18060
17764
|
var extendStatics = function (d, b) {
|
|
@@ -18094,7 +17798,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
18094
17798
|
}(waiter_1.WaiterError));
|
|
18095
17799
|
exports.default = ForbiddenError;
|
|
18096
17800
|
|
|
18097
|
-
},{"../errorCode":
|
|
17801
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],250:[function(require,module,exports){
|
|
18098
17802
|
"use strict";
|
|
18099
17803
|
var __extends = (this && this.__extends) || (function () {
|
|
18100
17804
|
var extendStatics = function (d, b) {
|
|
@@ -18135,7 +17839,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
18135
17839
|
}(waiter_1.WaiterError));
|
|
18136
17840
|
exports.default = NotFoundError;
|
|
18137
17841
|
|
|
18138
|
-
},{"../errorCode":
|
|
17842
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],251:[function(require,module,exports){
|
|
18139
17843
|
"use strict";
|
|
18140
17844
|
var __extends = (this && this.__extends) || (function () {
|
|
18141
17845
|
var extendStatics = function (d, b) {
|
|
@@ -18175,7 +17879,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
18175
17879
|
}(waiter_1.WaiterError));
|
|
18176
17880
|
exports.default = RateLimitExceededError;
|
|
18177
17881
|
|
|
18178
|
-
},{"../errorCode":
|
|
17882
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],252:[function(require,module,exports){
|
|
18179
17883
|
"use strict";
|
|
18180
17884
|
var __extends = (this && this.__extends) || (function () {
|
|
18181
17885
|
var extendStatics = function (d, b) {
|
|
@@ -18215,7 +17919,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
18215
17919
|
}(waiter_1.WaiterError));
|
|
18216
17920
|
exports.default = ServiceUnavailableError;
|
|
18217
17921
|
|
|
18218
|
-
},{"../errorCode":
|
|
17922
|
+
},{"../errorCode":246,"./waiter":253,"setprototypeof":287}],253:[function(require,module,exports){
|
|
18219
17923
|
"use strict";
|
|
18220
17924
|
var __extends = (this && this.__extends) || (function () {
|
|
18221
17925
|
var extendStatics = function (d, b) {
|
|
@@ -18248,7 +17952,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
18248
17952
|
}(Error));
|
|
18249
17953
|
exports.WaiterError = WaiterError;
|
|
18250
17954
|
|
|
18251
|
-
},{}],
|
|
17955
|
+
},{}],254:[function(require,module,exports){
|
|
18252
17956
|
"use strict";
|
|
18253
17957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18254
17958
|
/**
|
|
@@ -18269,13 +17973,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
18269
17973
|
var waiter_1 = require("./error/waiter");
|
|
18270
17974
|
exports.Waiter = waiter_1.WaiterError;
|
|
18271
17975
|
|
|
18272
|
-
},{"./error/argument":
|
|
17976
|
+
},{"./error/argument":247,"./error/argumentNull":248,"./error/forbidden":249,"./error/notFound":250,"./error/rateLimitExceeded":251,"./error/serviceUnavailable":252,"./error/waiter":253}],255:[function(require,module,exports){
|
|
18273
17977
|
arguments[4][14][0].apply(exports,arguments)
|
|
18274
|
-
},{"dup":14}],
|
|
17978
|
+
},{"dup":14}],256:[function(require,module,exports){
|
|
18275
17979
|
arguments[4][14][0].apply(exports,arguments)
|
|
18276
|
-
},{"dup":14}],
|
|
17980
|
+
},{"dup":14}],257:[function(require,module,exports){
|
|
18277
17981
|
arguments[4][14][0].apply(exports,arguments)
|
|
18278
|
-
},{"dup":14}],
|
|
17982
|
+
},{"dup":14}],258:[function(require,module,exports){
|
|
18279
17983
|
"use strict";
|
|
18280
17984
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18281
17985
|
/**
|
|
@@ -18294,7 +17998,7 @@ exports.passport = passport;
|
|
|
18294
17998
|
exports.project = project;
|
|
18295
17999
|
exports.rule = rule;
|
|
18296
18000
|
|
|
18297
|
-
},{"./factory/client":
|
|
18001
|
+
},{"./factory/client":245,"./factory/errorCode":246,"./factory/errors":254,"./factory/passport":255,"./factory/project":256,"./factory/rule":257}],259:[function(require,module,exports){
|
|
18298
18002
|
'use strict'
|
|
18299
18003
|
|
|
18300
18004
|
exports.byteLength = byteLength
|
|
@@ -18448,9 +18152,9 @@ function fromByteArray (uint8) {
|
|
|
18448
18152
|
return parts.join('')
|
|
18449
18153
|
}
|
|
18450
18154
|
|
|
18451
|
-
},{}],
|
|
18155
|
+
},{}],260:[function(require,module,exports){
|
|
18452
18156
|
|
|
18453
|
-
},{}],
|
|
18157
|
+
},{}],261:[function(require,module,exports){
|
|
18454
18158
|
(function (Buffer){
|
|
18455
18159
|
/*!
|
|
18456
18160
|
* The buffer module from node.js, for the browser.
|
|
@@ -20231,7 +19935,7 @@ function numberIsNaN (obj) {
|
|
|
20231
19935
|
}
|
|
20232
19936
|
|
|
20233
19937
|
}).call(this,require("buffer").Buffer)
|
|
20234
|
-
},{"base64-js":
|
|
19938
|
+
},{"base64-js":259,"buffer":261,"ieee754":275}],262:[function(require,module,exports){
|
|
20235
19939
|
'use strict';
|
|
20236
19940
|
|
|
20237
19941
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -20248,7 +19952,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
20248
19952
|
return intrinsic;
|
|
20249
19953
|
};
|
|
20250
19954
|
|
|
20251
|
-
},{"./":
|
|
19955
|
+
},{"./":263,"get-intrinsic":269}],263:[function(require,module,exports){
|
|
20252
19956
|
'use strict';
|
|
20253
19957
|
|
|
20254
19958
|
var bind = require('function-bind');
|
|
@@ -20297,7 +20001,7 @@ if ($defineProperty) {
|
|
|
20297
20001
|
module.exports.apply = applyBind;
|
|
20298
20002
|
}
|
|
20299
20003
|
|
|
20300
|
-
},{"function-bind":
|
|
20004
|
+
},{"function-bind":268,"get-intrinsic":269}],264:[function(require,module,exports){
|
|
20301
20005
|
/**
|
|
20302
20006
|
* Helpers.
|
|
20303
20007
|
*/
|
|
@@ -20461,7 +20165,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
20461
20165
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
20462
20166
|
}
|
|
20463
20167
|
|
|
20464
|
-
},{}],
|
|
20168
|
+
},{}],265:[function(require,module,exports){
|
|
20465
20169
|
(function (process){
|
|
20466
20170
|
"use strict";
|
|
20467
20171
|
|
|
@@ -20645,7 +20349,7 @@ formatters.j = function (v) {
|
|
|
20645
20349
|
|
|
20646
20350
|
|
|
20647
20351
|
}).call(this,require('_process'))
|
|
20648
|
-
},{"./common":
|
|
20352
|
+
},{"./common":266,"_process":278}],266:[function(require,module,exports){
|
|
20649
20353
|
"use strict";
|
|
20650
20354
|
|
|
20651
20355
|
/**
|
|
@@ -20896,7 +20600,7 @@ function setup(env) {
|
|
|
20896
20600
|
module.exports = setup;
|
|
20897
20601
|
|
|
20898
20602
|
|
|
20899
|
-
},{"ms":
|
|
20603
|
+
},{"ms":264}],267:[function(require,module,exports){
|
|
20900
20604
|
'use strict';
|
|
20901
20605
|
|
|
20902
20606
|
/* eslint no-invalid-this: 1 */
|
|
@@ -20950,14 +20654,14 @@ module.exports = function bind(that) {
|
|
|
20950
20654
|
return bound;
|
|
20951
20655
|
};
|
|
20952
20656
|
|
|
20953
|
-
},{}],
|
|
20657
|
+
},{}],268:[function(require,module,exports){
|
|
20954
20658
|
'use strict';
|
|
20955
20659
|
|
|
20956
20660
|
var implementation = require('./implementation');
|
|
20957
20661
|
|
|
20958
20662
|
module.exports = Function.prototype.bind || implementation;
|
|
20959
20663
|
|
|
20960
|
-
},{"./implementation":
|
|
20664
|
+
},{"./implementation":267}],269:[function(require,module,exports){
|
|
20961
20665
|
'use strict';
|
|
20962
20666
|
|
|
20963
20667
|
var undefined;
|
|
@@ -21289,7 +20993,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
21289
20993
|
return value;
|
|
21290
20994
|
};
|
|
21291
20995
|
|
|
21292
|
-
},{"function-bind":
|
|
20996
|
+
},{"function-bind":268,"has":272,"has-symbols":270}],270:[function(require,module,exports){
|
|
21293
20997
|
'use strict';
|
|
21294
20998
|
|
|
21295
20999
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -21304,7 +21008,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
21304
21008
|
return hasSymbolSham();
|
|
21305
21009
|
};
|
|
21306
21010
|
|
|
21307
|
-
},{"./shams":
|
|
21011
|
+
},{"./shams":271}],271:[function(require,module,exports){
|
|
21308
21012
|
'use strict';
|
|
21309
21013
|
|
|
21310
21014
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -21348,14 +21052,14 @@ module.exports = function hasSymbols() {
|
|
|
21348
21052
|
return true;
|
|
21349
21053
|
};
|
|
21350
21054
|
|
|
21351
|
-
},{}],
|
|
21055
|
+
},{}],272:[function(require,module,exports){
|
|
21352
21056
|
'use strict';
|
|
21353
21057
|
|
|
21354
21058
|
var bind = require('function-bind');
|
|
21355
21059
|
|
|
21356
21060
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
21357
21061
|
|
|
21358
|
-
},{"function-bind":
|
|
21062
|
+
},{"function-bind":268}],273:[function(require,module,exports){
|
|
21359
21063
|
// Generated by CoffeeScript 2.3.0
|
|
21360
21064
|
// # node-http-status
|
|
21361
21065
|
|
|
@@ -21980,13 +21684,13 @@ module.exports = {
|
|
|
21980
21684
|
}
|
|
21981
21685
|
};
|
|
21982
21686
|
|
|
21983
|
-
},{}],
|
|
21687
|
+
},{}],274:[function(require,module,exports){
|
|
21984
21688
|
(function (process,global){
|
|
21985
21689
|
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;
|
|
21986
21690
|
|
|
21987
21691
|
|
|
21988
21692
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
21989
|
-
},{"_process":
|
|
21693
|
+
},{"_process":278}],275:[function(require,module,exports){
|
|
21990
21694
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
21991
21695
|
var e, m
|
|
21992
21696
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -22072,7 +21776,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
22072
21776
|
buffer[offset + i - d] |= s * 128
|
|
22073
21777
|
}
|
|
22074
21778
|
|
|
22075
|
-
},{}],
|
|
21779
|
+
},{}],276:[function(require,module,exports){
|
|
22076
21780
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
22077
21781
|
// on the global object (window or self)
|
|
22078
21782
|
//
|
|
@@ -22080,7 +21784,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
22080
21784
|
require('whatwg-fetch');
|
|
22081
21785
|
module.exports = self.fetch.bind(self);
|
|
22082
21786
|
|
|
22083
|
-
},{"whatwg-fetch":
|
|
21787
|
+
},{"whatwg-fetch":289}],277:[function(require,module,exports){
|
|
22084
21788
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
22085
21789
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
22086
21790
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -22594,7 +22298,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
22594
22298
|
return xs;
|
|
22595
22299
|
}
|
|
22596
22300
|
|
|
22597
|
-
},{"./util.inspect":
|
|
22301
|
+
},{"./util.inspect":260}],278:[function(require,module,exports){
|
|
22598
22302
|
// shim for using process in browser
|
|
22599
22303
|
var process = module.exports = {};
|
|
22600
22304
|
|
|
@@ -22780,7 +22484,7 @@ process.chdir = function (dir) {
|
|
|
22780
22484
|
};
|
|
22781
22485
|
process.umask = function() { return 0; };
|
|
22782
22486
|
|
|
22783
|
-
},{}],
|
|
22487
|
+
},{}],279:[function(require,module,exports){
|
|
22784
22488
|
'use strict';
|
|
22785
22489
|
|
|
22786
22490
|
var replace = String.prototype.replace;
|
|
@@ -22808,9 +22512,9 @@ module.exports = util.assign(
|
|
|
22808
22512
|
Format
|
|
22809
22513
|
);
|
|
22810
22514
|
|
|
22811
|
-
},{"./utils":
|
|
22812
|
-
arguments[4][
|
|
22813
|
-
},{"./formats":
|
|
22515
|
+
},{"./utils":283}],280:[function(require,module,exports){
|
|
22516
|
+
arguments[4][241][0].apply(exports,arguments)
|
|
22517
|
+
},{"./formats":279,"./parse":281,"./stringify":282,"dup":241}],281:[function(require,module,exports){
|
|
22814
22518
|
'use strict';
|
|
22815
22519
|
|
|
22816
22520
|
var utils = require('./utils');
|
|
@@ -23079,7 +22783,7 @@ module.exports = function (str, opts) {
|
|
|
23079
22783
|
return utils.compact(obj);
|
|
23080
22784
|
};
|
|
23081
22785
|
|
|
23082
|
-
},{"./utils":
|
|
22786
|
+
},{"./utils":283}],282:[function(require,module,exports){
|
|
23083
22787
|
'use strict';
|
|
23084
22788
|
|
|
23085
22789
|
var utils = require('./utils');
|
|
@@ -23352,7 +23056,7 @@ module.exports = function (object, opts) {
|
|
|
23352
23056
|
return joined.length > 0 ? prefix + joined : '';
|
|
23353
23057
|
};
|
|
23354
23058
|
|
|
23355
|
-
},{"./formats":
|
|
23059
|
+
},{"./formats":279,"./utils":283}],283:[function(require,module,exports){
|
|
23356
23060
|
'use strict';
|
|
23357
23061
|
|
|
23358
23062
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -23584,7 +23288,7 @@ module.exports = {
|
|
|
23584
23288
|
merge: merge
|
|
23585
23289
|
};
|
|
23586
23290
|
|
|
23587
|
-
},{}],
|
|
23291
|
+
},{}],284:[function(require,module,exports){
|
|
23588
23292
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23589
23293
|
//
|
|
23590
23294
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23670,7 +23374,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
23670
23374
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
23671
23375
|
};
|
|
23672
23376
|
|
|
23673
|
-
},{}],
|
|
23377
|
+
},{}],285:[function(require,module,exports){
|
|
23674
23378
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23675
23379
|
//
|
|
23676
23380
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23757,13 +23461,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
23757
23461
|
return res;
|
|
23758
23462
|
};
|
|
23759
23463
|
|
|
23760
|
-
},{}],
|
|
23464
|
+
},{}],286:[function(require,module,exports){
|
|
23761
23465
|
'use strict';
|
|
23762
23466
|
|
|
23763
23467
|
exports.decode = exports.parse = require('./decode');
|
|
23764
23468
|
exports.encode = exports.stringify = require('./encode');
|
|
23765
23469
|
|
|
23766
|
-
},{"./decode":
|
|
23470
|
+
},{"./decode":284,"./encode":285}],287:[function(require,module,exports){
|
|
23767
23471
|
'use strict'
|
|
23768
23472
|
/* eslint no-proto: 0 */
|
|
23769
23473
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -23782,7 +23486,7 @@ function mixinProperties (obj, proto) {
|
|
|
23782
23486
|
return obj
|
|
23783
23487
|
}
|
|
23784
23488
|
|
|
23785
|
-
},{}],
|
|
23489
|
+
},{}],288:[function(require,module,exports){
|
|
23786
23490
|
'use strict';
|
|
23787
23491
|
|
|
23788
23492
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -23908,7 +23612,7 @@ module.exports = function getSideChannel() {
|
|
|
23908
23612
|
return channel;
|
|
23909
23613
|
};
|
|
23910
23614
|
|
|
23911
|
-
},{"call-bind/callBound":
|
|
23615
|
+
},{"call-bind/callBound":262,"get-intrinsic":269,"object-inspect":277}],289:[function(require,module,exports){
|
|
23912
23616
|
(function(self) {
|
|
23913
23617
|
'use strict';
|
|
23914
23618
|
|