@cinerino/sdk 3.135.0-alpha.8 → 3.136.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("@cinerino/api-abstract-client"), exports);
|
|
20
20
|
|
|
21
|
-
},{"@cinerino/api-abstract-client":
|
|
21
|
+
},{"@cinerino/api-abstract-client":219}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24
24
|
/* istanbul ignore file */
|
|
@@ -375,7 +375,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
375
375
|
}(oAuth2client_1.default));
|
|
376
376
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
377
377
|
|
|
378
|
-
},{"./implicitGrantClient/error":4,"./implicitGrantClient/popupAuthenticationHandler":6,"./implicitGrantClient/silentAuthenticationHandler":8,"./implicitGrantClient/silentLogoutHandler":9,"./oAuth2client":11,"debug":
|
|
378
|
+
},{"./implicitGrantClient/error":4,"./implicitGrantClient/popupAuthenticationHandler":6,"./implicitGrantClient/silentAuthenticationHandler":8,"./implicitGrantClient/silentLogoutHandler":9,"./oAuth2client":11,"debug":276,"idtoken-verifier":285,"qs":291}],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":276}],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":276}],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":272,"crypto":271,"debug":276,"http-status":284,"isomorphic-fetch":287,"querystring":297}],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;
|
|
@@ -1963,7 +1963,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
1963
1963
|
}(chevre_1.ChevreError));
|
|
1964
1964
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
1965
1965
|
|
|
1966
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
1966
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],72:[function(require,module,exports){
|
|
1967
1967
|
"use strict";
|
|
1968
1968
|
var __extends = (this && this.__extends) || (function () {
|
|
1969
1969
|
var extendStatics = function (d, b) {
|
|
@@ -2007,7 +2007,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2007
2007
|
}(chevre_1.ChevreError));
|
|
2008
2008
|
exports.ArgumentError = ArgumentError;
|
|
2009
2009
|
|
|
2010
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2010
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],73:[function(require,module,exports){
|
|
2011
2011
|
"use strict";
|
|
2012
2012
|
var __extends = (this && this.__extends) || (function () {
|
|
2013
2013
|
var extendStatics = function (d, b) {
|
|
@@ -2051,7 +2051,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2051
2051
|
}(chevre_1.ChevreError));
|
|
2052
2052
|
exports.ArgumentNullError = ArgumentNullError;
|
|
2053
2053
|
|
|
2054
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2054
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],74:[function(require,module,exports){
|
|
2055
2055
|
"use strict";
|
|
2056
2056
|
var __extends = (this && this.__extends) || (function () {
|
|
2057
2057
|
var extendStatics = function (d, b) {
|
|
@@ -2090,7 +2090,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2090
2090
|
}(Error));
|
|
2091
2091
|
exports.ChevreError = ChevreError;
|
|
2092
2092
|
|
|
2093
|
-
},{"setprototypeof":
|
|
2093
|
+
},{"setprototypeof":298}],75:[function(require,module,exports){
|
|
2094
2094
|
"use strict";
|
|
2095
2095
|
var __extends = (this && this.__extends) || (function () {
|
|
2096
2096
|
var extendStatics = function (d, b) {
|
|
@@ -2133,7 +2133,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2133
2133
|
}(chevre_1.ChevreError));
|
|
2134
2134
|
exports.ForbiddenError = ForbiddenError;
|
|
2135
2135
|
|
|
2136
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2136
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],76:[function(require,module,exports){
|
|
2137
2137
|
"use strict";
|
|
2138
2138
|
var __extends = (this && this.__extends) || (function () {
|
|
2139
2139
|
var extendStatics = function (d, b) {
|
|
@@ -2176,7 +2176,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2176
2176
|
}(chevre_1.ChevreError));
|
|
2177
2177
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2178
2178
|
|
|
2179
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2179
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],77:[function(require,module,exports){
|
|
2180
2180
|
"use strict";
|
|
2181
2181
|
var __extends = (this && this.__extends) || (function () {
|
|
2182
2182
|
var extendStatics = function (d, b) {
|
|
@@ -2220,7 +2220,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2220
2220
|
}(chevre_1.ChevreError));
|
|
2221
2221
|
exports.NotFoundError = NotFoundError;
|
|
2222
2222
|
|
|
2223
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2223
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],78:[function(require,module,exports){
|
|
2224
2224
|
"use strict";
|
|
2225
2225
|
var __extends = (this && this.__extends) || (function () {
|
|
2226
2226
|
var extendStatics = function (d, b) {
|
|
@@ -2263,7 +2263,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2263
2263
|
}(chevre_1.ChevreError));
|
|
2264
2264
|
exports.NotImplementedError = NotImplementedError;
|
|
2265
2265
|
|
|
2266
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2266
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],79:[function(require,module,exports){
|
|
2267
2267
|
"use strict";
|
|
2268
2268
|
var __extends = (this && this.__extends) || (function () {
|
|
2269
2269
|
var extendStatics = function (d, b) {
|
|
@@ -2306,7 +2306,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2306
2306
|
}(chevre_1.ChevreError));
|
|
2307
2307
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2308
2308
|
|
|
2309
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2309
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],80:[function(require,module,exports){
|
|
2310
2310
|
"use strict";
|
|
2311
2311
|
var __extends = (this && this.__extends) || (function () {
|
|
2312
2312
|
var extendStatics = function (d, b) {
|
|
@@ -2349,7 +2349,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2349
2349
|
}(chevre_1.ChevreError));
|
|
2350
2350
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2351
2351
|
|
|
2352
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2352
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],81:[function(require,module,exports){
|
|
2353
2353
|
"use strict";
|
|
2354
2354
|
var __extends = (this && this.__extends) || (function () {
|
|
2355
2355
|
var extendStatics = function (d, b) {
|
|
@@ -2392,7 +2392,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2392
2392
|
}(chevre_1.ChevreError));
|
|
2393
2393
|
exports.UnauthorizedError = UnauthorizedError;
|
|
2394
2394
|
|
|
2395
|
-
},{"../errorCode":70,"./chevre":74,"setprototypeof":
|
|
2395
|
+
},{"../errorCode":70,"./chevre":74,"setprototypeof":298}],82:[function(require,module,exports){
|
|
2396
2396
|
"use strict";
|
|
2397
2397
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2398
2398
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2446,6 +2446,7 @@ exports.EventType = void 0;
|
|
|
2446
2446
|
*/
|
|
2447
2447
|
var EventType;
|
|
2448
2448
|
(function (EventType) {
|
|
2449
|
+
EventType["Event"] = "Event";
|
|
2449
2450
|
EventType["ScreeningEvent"] = "ScreeningEvent";
|
|
2450
2451
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
2451
2452
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
@@ -2455,6 +2456,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
2455
2456
|
},{"dup":14}],86:[function(require,module,exports){
|
|
2456
2457
|
arguments[4][14][0].apply(exports,arguments)
|
|
2457
2458
|
},{"dup":14}],87:[function(require,module,exports){
|
|
2459
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2460
|
+
},{"dup":14}],88:[function(require,module,exports){
|
|
2458
2461
|
"use strict";
|
|
2459
2462
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2460
2463
|
exports.RoleType = void 0;
|
|
@@ -2463,11 +2466,11 @@ var RoleType;
|
|
|
2463
2466
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
2464
2467
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
2465
2468
|
|
|
2466
|
-
},{}],
|
|
2469
|
+
},{}],89:[function(require,module,exports){
|
|
2467
2470
|
"use strict";
|
|
2468
2471
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2469
2472
|
exports.qualitativeValue = exports.propertyValue = exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
2470
|
-
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = void 0;
|
|
2473
|
+
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = void 0;
|
|
2471
2474
|
/**
|
|
2472
2475
|
* factory
|
|
2473
2476
|
*/
|
|
@@ -2519,6 +2522,7 @@ var WebApplicationFactory = require("./creativeWork/softwareApplication/webAppli
|
|
|
2519
2522
|
var creativeWorkType_1 = require("./creativeWorkType");
|
|
2520
2523
|
var CustomerFactory = require("./customer");
|
|
2521
2524
|
var EncodingFormat = require("./encodingFormat");
|
|
2525
|
+
var AnyEventFactory = require("./event/anyEvent");
|
|
2522
2526
|
var ScreeningEventFactory = require("./event/screeningEvent");
|
|
2523
2527
|
var ScreeningEventSeriesFactory = require("./event/screeningEventSeries");
|
|
2524
2528
|
var eventStatusType_1 = require("./eventStatusType");
|
|
@@ -2543,6 +2547,7 @@ var paymentStatusType_1 = require("./paymentStatusType");
|
|
|
2543
2547
|
var PermitFactory = require("./permit");
|
|
2544
2548
|
var PersonFactory = require("./person");
|
|
2545
2549
|
var personType_1 = require("./personType");
|
|
2550
|
+
var BusStopFactory = require("./place/busStop");
|
|
2546
2551
|
var MovieTheaterPlaceFactory = require("./place/movieTheater");
|
|
2547
2552
|
var ScreeningRoomPlaceFactory = require("./place/screeningRoom");
|
|
2548
2553
|
var ScreeningRoomSectionPlaceFactory = require("./place/screeningRoomSection");
|
|
@@ -2555,9 +2560,11 @@ var ProductFactory = require("./product");
|
|
|
2555
2560
|
var ProgramMembershipFactory = require("./programMembership");
|
|
2556
2561
|
var project = require("./project");
|
|
2557
2562
|
var PropertyValueFactory = require("./propertyValue");
|
|
2563
|
+
var LocationFeatureSpecificationFactory = require("./propertyValue/locationFeatureSpecification");
|
|
2558
2564
|
var QualitativeValueFactory = require("./qualitativeValue");
|
|
2559
2565
|
var QuantitativeValueFactory = require("./quantitativeValue");
|
|
2560
2566
|
var AccountingReportFactory = require("./report/accountingReport");
|
|
2567
|
+
var BusReservationFactory = require("./reservation/busReservation");
|
|
2561
2568
|
var EventReservationFactory = require("./reservation/event");
|
|
2562
2569
|
var reservationStatusType_1 = require("./reservationStatusType");
|
|
2563
2570
|
var reservationType_1 = require("./reservationType");
|
|
@@ -2566,6 +2573,8 @@ var PaymentServiceFactory = require("./service/paymentService");
|
|
|
2566
2573
|
var WebAPIServiceFactory = require("./service/webAPI");
|
|
2567
2574
|
var sortType_1 = require("./sortType");
|
|
2568
2575
|
var ThingFactory = require("./thing");
|
|
2576
|
+
var BusTripFactory = require("./trip/busTrip");
|
|
2577
|
+
var tripType_1 = require("./tripType");
|
|
2569
2578
|
var unitCode_1 = require("./unitCode");
|
|
2570
2579
|
var UnitPriceOfferFactory = require("./unitPriceOffer");
|
|
2571
2580
|
var AccountMoneyTransferTaskFactory = require("./task/accountMoneyTransfer");
|
|
@@ -2743,6 +2752,8 @@ exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
|
2743
2752
|
exports.customer = CustomerFactory;
|
|
2744
2753
|
var event;
|
|
2745
2754
|
(function (event) {
|
|
2755
|
+
// tslint:disable-next-line:no-shadowed-variable
|
|
2756
|
+
event.event = AnyEventFactory;
|
|
2746
2757
|
event.screeningEvent = ScreeningEventFactory;
|
|
2747
2758
|
event.screeningEventSeries = ScreeningEventSeriesFactory;
|
|
2748
2759
|
})(event = exports.event || (exports.event = {}));
|
|
@@ -2778,6 +2789,7 @@ exports.personType = personType_1.PersonType;
|
|
|
2778
2789
|
exports.priceCurrency = priceCurrency_1.PriceCurrency;
|
|
2779
2790
|
var place;
|
|
2780
2791
|
(function (place) {
|
|
2792
|
+
place.busStop = BusStopFactory;
|
|
2781
2793
|
place.movieTheater = MovieTheaterPlaceFactory;
|
|
2782
2794
|
place.screeningRoom = ScreeningRoomPlaceFactory;
|
|
2783
2795
|
place.screeningRoomSection = ScreeningRoomSectionPlaceFactory;
|
|
@@ -2792,7 +2804,11 @@ exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType
|
|
|
2792
2804
|
exports.programMembership = ProgramMembershipFactory;
|
|
2793
2805
|
exports.product = ProductFactory;
|
|
2794
2806
|
exports.project = project;
|
|
2795
|
-
|
|
2807
|
+
var propertyValue;
|
|
2808
|
+
(function (propertyValue) {
|
|
2809
|
+
propertyValue.PropertyValueType = PropertyValueFactory.PropertyValueType;
|
|
2810
|
+
propertyValue.locationFeatureSpecification = LocationFeatureSpecificationFactory;
|
|
2811
|
+
})(propertyValue = exports.propertyValue || (exports.propertyValue = {}));
|
|
2796
2812
|
exports.qualitativeValue = QualitativeValueFactory;
|
|
2797
2813
|
exports.quantitativeValue = QuantitativeValueFactory;
|
|
2798
2814
|
var report;
|
|
@@ -2801,6 +2817,7 @@ var report;
|
|
|
2801
2817
|
})(report = exports.report || (exports.report = {}));
|
|
2802
2818
|
var reservation;
|
|
2803
2819
|
(function (reservation) {
|
|
2820
|
+
reservation.busReservation = BusReservationFactory;
|
|
2804
2821
|
reservation.eventReservation = EventReservationFactory;
|
|
2805
2822
|
})(reservation = exports.reservation || (exports.reservation = {}));
|
|
2806
2823
|
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
@@ -2838,6 +2855,11 @@ exports.sortType = sortType_1.SortType;
|
|
|
2838
2855
|
exports.taskName = taskName_1.TaskName;
|
|
2839
2856
|
exports.taskStatus = taskStatus_1.TaskStatus;
|
|
2840
2857
|
exports.thing = ThingFactory;
|
|
2858
|
+
var trip;
|
|
2859
|
+
(function (trip) {
|
|
2860
|
+
trip.busTrip = BusTripFactory;
|
|
2861
|
+
})(trip = exports.trip || (exports.trip = {}));
|
|
2862
|
+
exports.tripType = tripType_1.TripType;
|
|
2841
2863
|
var assetTransaction;
|
|
2842
2864
|
(function (assetTransaction) {
|
|
2843
2865
|
assetTransaction.cancelReservation = CancelReservationAssetTransactionFactory;
|
|
@@ -2860,9 +2882,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
2860
2882
|
exports.unitCode = unitCode_1.UnitCode;
|
|
2861
2883
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
2862
2884
|
|
|
2863
|
-
},{"./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,"./additionalProperty":52,"./assetTransaction/cancelReservation":54,"./assetTransaction/moneyTransfer":55,"./assetTransaction/pay":56,"./assetTransaction/refund":57,"./assetTransaction/registerService":58,"./assetTransaction/reserve":59,"./assetTransactionType":53,"./authorization":60,"./categoryCode":61,"./clientUser":62,"./cognito":63,"./creativeWork/message/email":65,"./creativeWork/movie":66,"./creativeWork/softwareApplication/webApplication":67,"./creativeWorkType":64,"./customer":68,"./encodingFormat":69,"./errorCode":70,"./errors":82,"./event/
|
|
2885
|
+
},{"./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,"./additionalProperty":52,"./assetTransaction/cancelReservation":54,"./assetTransaction/moneyTransfer":55,"./assetTransaction/pay":56,"./assetTransaction/refund":57,"./assetTransaction/registerService":58,"./assetTransaction/reserve":59,"./assetTransactionType":53,"./authorization":60,"./categoryCode":61,"./clientUser":62,"./cognito":63,"./creativeWork/message/email":65,"./creativeWork/movie":66,"./creativeWork/softwareApplication/webApplication":67,"./creativeWorkType":64,"./customer":68,"./encodingFormat":69,"./errorCode":70,"./errors":82,"./event/anyEvent":85,"./event/screeningEvent":86,"./event/screeningEventSeries":87,"./eventStatusType":83,"./eventType":84,"./iam":88,"./invoice":90,"./itemAvailability":91,"./language":92,"./merchantReturnPolicy":93,"./monetaryAmount":94,"./offer":95,"./offerCatalog":96,"./offerType":97,"./order":98,"./orderStatus":99,"./organization":100,"./organizationType":101,"./ownershipInfo":102,"./paymentMethod/paymentCard/creditCard":103,"./paymentMethod/paymentCard/movieTicket":104,"./paymentStatusType":105,"./permit":106,"./person":107,"./personType":108,"./place/busStop":110,"./place/movieTheater":111,"./place/screeningRoom":112,"./place/screeningRoomSection":113,"./place/seat":114,"./placeType":109,"./priceCurrency":115,"./priceSpecification/unitPriceSpecification":117,"./priceSpecificationType":116,"./product":118,"./programMembership":119,"./project":120,"./propertyValue":121,"./propertyValue/locationFeatureSpecification":122,"./qualitativeValue":123,"./quantitativeValue":124,"./report/accountingReport":125,"./reservation/busReservation":128,"./reservation/event":129,"./reservationStatusType":126,"./reservationType":127,"./seller":130,"./service/paymentService":131,"./service/webAPI":132,"./sortType":133,"./task/accountMoneyTransfer":136,"./task/aggregateScreeningEvent":137,"./task/aggregateUseActionsOnEvent":138,"./task/cancelAccountMoneyTransfer":139,"./task/cancelMoneyTransfer":140,"./task/cancelPendingReservation":141,"./task/cancelReservation":142,"./task/deleteAssetTransaction":143,"./task/importEventCapacitiesFromCOA":144,"./task/importEventsFromCOA":145,"./task/importOffersFromCOA":146,"./task/moneyTransfer":147,"./task/orderProgramMembership":148,"./task/pay":149,"./task/refund":150,"./task/registerService":151,"./task/reserve":152,"./task/sendEmailMessage":153,"./task/triggerWebhook":154,"./task/voidPayment":155,"./taskName":134,"./taskStatus":135,"./thing":156,"./transaction/moneyTransfer":160,"./transaction/placeOrder":161,"./transaction/returnOrder":162,"./transactionStatusType":157,"./transactionTasksExportationStatus":158,"./transactionType":159,"./trip/busTrip":164,"./tripType":163,"./unitCode":165,"./unitPriceOffer":166,"@waiter/factory":269}],90:[function(require,module,exports){
|
|
2864
2886
|
arguments[4][14][0].apply(exports,arguments)
|
|
2865
|
-
},{"dup":14}],
|
|
2887
|
+
},{"dup":14}],91:[function(require,module,exports){
|
|
2866
2888
|
"use strict";
|
|
2867
2889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2868
2890
|
exports.ItemAvailability = void 0;
|
|
@@ -2882,9 +2904,9 @@ var ItemAvailability;
|
|
|
2882
2904
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
2883
2905
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
2884
2906
|
|
|
2885
|
-
},{}],
|
|
2907
|
+
},{}],92:[function(require,module,exports){
|
|
2886
2908
|
arguments[4][14][0].apply(exports,arguments)
|
|
2887
|
-
},{"dup":14}],
|
|
2909
|
+
},{"dup":14}],93:[function(require,module,exports){
|
|
2888
2910
|
"use strict";
|
|
2889
2911
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2890
2912
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -2935,13 +2957,13 @@ var MerchantReturnEnumeration;
|
|
|
2935
2957
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
2936
2958
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
2937
2959
|
|
|
2938
|
-
},{}],
|
|
2939
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2940
|
-
},{"dup":14}],94:[function(require,module,exports){
|
|
2960
|
+
},{}],94:[function(require,module,exports){
|
|
2941
2961
|
arguments[4][14][0].apply(exports,arguments)
|
|
2942
2962
|
},{"dup":14}],95:[function(require,module,exports){
|
|
2943
2963
|
arguments[4][14][0].apply(exports,arguments)
|
|
2944
2964
|
},{"dup":14}],96:[function(require,module,exports){
|
|
2965
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2966
|
+
},{"dup":14}],97:[function(require,module,exports){
|
|
2945
2967
|
"use strict";
|
|
2946
2968
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2947
2969
|
exports.OfferType = void 0;
|
|
@@ -2954,7 +2976,7 @@ var OfferType;
|
|
|
2954
2976
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
2955
2977
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
2956
2978
|
|
|
2957
|
-
},{}],
|
|
2979
|
+
},{}],98:[function(require,module,exports){
|
|
2958
2980
|
"use strict";
|
|
2959
2981
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2960
2982
|
exports.OrderType = void 0;
|
|
@@ -2963,7 +2985,7 @@ var OrderType;
|
|
|
2963
2985
|
OrderType["Order"] = "Order";
|
|
2964
2986
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
2965
2987
|
|
|
2966
|
-
},{}],
|
|
2988
|
+
},{}],99:[function(require,module,exports){
|
|
2967
2989
|
"use strict";
|
|
2968
2990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2969
2991
|
exports.OrderStatus = void 0;
|
|
@@ -2982,9 +3004,9 @@ var OrderStatus;
|
|
|
2982
3004
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
2983
3005
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
2984
3006
|
|
|
2985
|
-
},{}],
|
|
3007
|
+
},{}],100:[function(require,module,exports){
|
|
2986
3008
|
arguments[4][14][0].apply(exports,arguments)
|
|
2987
|
-
},{"dup":14}],
|
|
3009
|
+
},{"dup":14}],101:[function(require,module,exports){
|
|
2988
3010
|
"use strict";
|
|
2989
3011
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2990
3012
|
exports.OrganizationType = void 0;
|
|
@@ -3009,13 +3031,13 @@ var OrganizationType;
|
|
|
3009
3031
|
OrganizationType["Project"] = "Project";
|
|
3010
3032
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
3011
3033
|
|
|
3012
|
-
},{}],
|
|
3013
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3014
|
-
},{"dup":14}],102:[function(require,module,exports){
|
|
3034
|
+
},{}],102:[function(require,module,exports){
|
|
3015
3035
|
arguments[4][14][0].apply(exports,arguments)
|
|
3016
3036
|
},{"dup":14}],103:[function(require,module,exports){
|
|
3017
3037
|
arguments[4][14][0].apply(exports,arguments)
|
|
3018
3038
|
},{"dup":14}],104:[function(require,module,exports){
|
|
3039
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3040
|
+
},{"dup":14}],105:[function(require,module,exports){
|
|
3019
3041
|
"use strict";
|
|
3020
3042
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3021
3043
|
exports.PaymentStatusType = void 0;
|
|
@@ -3031,7 +3053,7 @@ var PaymentStatusType;
|
|
|
3031
3053
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
3032
3054
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
3033
3055
|
|
|
3034
|
-
},{}],
|
|
3056
|
+
},{}],106:[function(require,module,exports){
|
|
3035
3057
|
"use strict";
|
|
3036
3058
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3037
3059
|
exports.PermitType = void 0;
|
|
@@ -3040,9 +3062,9 @@ var PermitType;
|
|
|
3040
3062
|
PermitType["Permit"] = "Permit";
|
|
3041
3063
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
3042
3064
|
|
|
3043
|
-
},{}],
|
|
3065
|
+
},{}],107:[function(require,module,exports){
|
|
3044
3066
|
arguments[4][14][0].apply(exports,arguments)
|
|
3045
|
-
},{"dup":14}],
|
|
3067
|
+
},{"dup":14}],108:[function(require,module,exports){
|
|
3046
3068
|
"use strict";
|
|
3047
3069
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3048
3070
|
exports.PersonType = void 0;
|
|
@@ -3054,7 +3076,7 @@ var PersonType;
|
|
|
3054
3076
|
PersonType["Person"] = "Person";
|
|
3055
3077
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
3056
3078
|
|
|
3057
|
-
},{}],
|
|
3079
|
+
},{}],109:[function(require,module,exports){
|
|
3058
3080
|
"use strict";
|
|
3059
3081
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3060
3082
|
exports.PlaceType = void 0;
|
|
@@ -3064,6 +3086,7 @@ exports.PlaceType = void 0;
|
|
|
3064
3086
|
var PlaceType;
|
|
3065
3087
|
(function (PlaceType) {
|
|
3066
3088
|
PlaceType["AggregatePlace"] = "AggregatePlace";
|
|
3089
|
+
PlaceType["BusStop"] = "BusStop";
|
|
3067
3090
|
PlaceType["MovieTheater"] = "MovieTheater";
|
|
3068
3091
|
PlaceType["Place"] = "Place";
|
|
3069
3092
|
PlaceType["ScreeningRoom"] = "ScreeningRoom";
|
|
@@ -3071,15 +3094,17 @@ var PlaceType;
|
|
|
3071
3094
|
PlaceType["Seat"] = "Seat";
|
|
3072
3095
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
3073
3096
|
|
|
3074
|
-
},{}],
|
|
3075
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3076
|
-
},{"dup":14}],110:[function(require,module,exports){
|
|
3097
|
+
},{}],110:[function(require,module,exports){
|
|
3077
3098
|
arguments[4][14][0].apply(exports,arguments)
|
|
3078
3099
|
},{"dup":14}],111:[function(require,module,exports){
|
|
3079
3100
|
arguments[4][14][0].apply(exports,arguments)
|
|
3080
3101
|
},{"dup":14}],112:[function(require,module,exports){
|
|
3081
3102
|
arguments[4][14][0].apply(exports,arguments)
|
|
3082
3103
|
},{"dup":14}],113:[function(require,module,exports){
|
|
3104
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3105
|
+
},{"dup":14}],114:[function(require,module,exports){
|
|
3106
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3107
|
+
},{"dup":14}],115:[function(require,module,exports){
|
|
3083
3108
|
"use strict";
|
|
3084
3109
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3085
3110
|
exports.PriceCurrency = void 0;
|
|
@@ -3093,7 +3118,7 @@ var PriceCurrency;
|
|
|
3093
3118
|
PriceCurrency["JPY"] = "JPY";
|
|
3094
3119
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
3095
3120
|
|
|
3096
|
-
},{}],
|
|
3121
|
+
},{}],116:[function(require,module,exports){
|
|
3097
3122
|
"use strict";
|
|
3098
3123
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3099
3124
|
exports.PriceSpecificationType = void 0;
|
|
@@ -3124,9 +3149,9 @@ var PriceSpecificationType;
|
|
|
3124
3149
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
3125
3150
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
3126
3151
|
|
|
3127
|
-
},{}],
|
|
3152
|
+
},{}],117:[function(require,module,exports){
|
|
3128
3153
|
arguments[4][14][0].apply(exports,arguments)
|
|
3129
|
-
},{"dup":14}],
|
|
3154
|
+
},{"dup":14}],118:[function(require,module,exports){
|
|
3130
3155
|
"use strict";
|
|
3131
3156
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3132
3157
|
exports.ProductType = void 0;
|
|
@@ -3151,9 +3176,13 @@ var ProductType;
|
|
|
3151
3176
|
* アドオン
|
|
3152
3177
|
*/
|
|
3153
3178
|
ProductType["Product"] = "Product";
|
|
3179
|
+
/**
|
|
3180
|
+
* 旅客サービス
|
|
3181
|
+
*/
|
|
3182
|
+
ProductType["Transportation"] = "Transportation";
|
|
3154
3183
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
3155
3184
|
|
|
3156
|
-
},{}],
|
|
3185
|
+
},{}],119:[function(require,module,exports){
|
|
3157
3186
|
"use strict";
|
|
3158
3187
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3159
3188
|
exports.ProgramMembershipType = void 0;
|
|
@@ -3162,13 +3191,22 @@ var ProgramMembershipType;
|
|
|
3162
3191
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
3163
3192
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
3164
3193
|
|
|
3165
|
-
},{}],
|
|
3194
|
+
},{}],120:[function(require,module,exports){
|
|
3166
3195
|
arguments[4][14][0].apply(exports,arguments)
|
|
3167
|
-
},{"dup":14}],
|
|
3196
|
+
},{"dup":14}],121:[function(require,module,exports){
|
|
3197
|
+
"use strict";
|
|
3198
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3199
|
+
exports.PropertyValueType = void 0;
|
|
3200
|
+
var PropertyValueType;
|
|
3201
|
+
(function (PropertyValueType) {
|
|
3202
|
+
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
3203
|
+
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
3204
|
+
|
|
3205
|
+
},{}],122:[function(require,module,exports){
|
|
3168
3206
|
arguments[4][14][0].apply(exports,arguments)
|
|
3169
|
-
},{"dup":14}],
|
|
3207
|
+
},{"dup":14}],123:[function(require,module,exports){
|
|
3170
3208
|
arguments[4][14][0].apply(exports,arguments)
|
|
3171
|
-
},{"dup":14}],
|
|
3209
|
+
},{"dup":14}],124:[function(require,module,exports){
|
|
3172
3210
|
"use strict";
|
|
3173
3211
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3174
3212
|
exports.StringValue = void 0;
|
|
@@ -3177,9 +3215,9 @@ var StringValue;
|
|
|
3177
3215
|
StringValue["Infinity"] = "Infinity";
|
|
3178
3216
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
3179
3217
|
|
|
3180
|
-
},{}],
|
|
3218
|
+
},{}],125:[function(require,module,exports){
|
|
3181
3219
|
arguments[4][14][0].apply(exports,arguments)
|
|
3182
|
-
},{"dup":14}],
|
|
3220
|
+
},{"dup":14}],126:[function(require,module,exports){
|
|
3183
3221
|
"use strict";
|
|
3184
3222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3185
3223
|
exports.ReservationStatusType = void 0;
|
|
@@ -3206,7 +3244,7 @@ var ReservationStatusType;
|
|
|
3206
3244
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
3207
3245
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
3208
3246
|
|
|
3209
|
-
},{}],
|
|
3247
|
+
},{}],127:[function(require,module,exports){
|
|
3210
3248
|
"use strict";
|
|
3211
3249
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3212
3250
|
exports.ReservationType = void 0;
|
|
@@ -3215,15 +3253,18 @@ exports.ReservationType = void 0;
|
|
|
3215
3253
|
*/
|
|
3216
3254
|
var ReservationType;
|
|
3217
3255
|
(function (ReservationType) {
|
|
3256
|
+
ReservationType["BusReservation"] = "BusReservation";
|
|
3218
3257
|
ReservationType["EventReservation"] = "EventReservation";
|
|
3219
3258
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
3220
3259
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
3221
3260
|
|
|
3222
|
-
},{}],
|
|
3261
|
+
},{}],128:[function(require,module,exports){
|
|
3223
3262
|
arguments[4][14][0].apply(exports,arguments)
|
|
3224
|
-
},{"dup":14}],
|
|
3263
|
+
},{"dup":14}],129:[function(require,module,exports){
|
|
3264
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3265
|
+
},{"dup":14}],130:[function(require,module,exports){
|
|
3225
3266
|
arguments[4][14][0].apply(exports,arguments)
|
|
3226
|
-
},{"dup":14}],
|
|
3267
|
+
},{"dup":14}],131:[function(require,module,exports){
|
|
3227
3268
|
"use strict";
|
|
3228
3269
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3229
3270
|
exports.PaymentServiceType = void 0;
|
|
@@ -3235,7 +3276,7 @@ var PaymentServiceType;
|
|
|
3235
3276
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
3236
3277
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
3237
3278
|
|
|
3238
|
-
},{}],
|
|
3279
|
+
},{}],132:[function(require,module,exports){
|
|
3239
3280
|
"use strict";
|
|
3240
3281
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3241
3282
|
exports.Identifier = void 0;
|
|
@@ -3245,7 +3286,7 @@ var Identifier;
|
|
|
3245
3286
|
Identifier["Chevre"] = "Chevre";
|
|
3246
3287
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
3247
3288
|
|
|
3248
|
-
},{}],
|
|
3289
|
+
},{}],133:[function(require,module,exports){
|
|
3249
3290
|
"use strict";
|
|
3250
3291
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3251
3292
|
exports.SortType = void 0;
|
|
@@ -3258,7 +3299,7 @@ var SortType;
|
|
|
3258
3299
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
3259
3300
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
3260
3301
|
|
|
3261
|
-
},{}],
|
|
3302
|
+
},{}],134:[function(require,module,exports){
|
|
3262
3303
|
"use strict";
|
|
3263
3304
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3264
3305
|
exports.TaskName = void 0;
|
|
@@ -3379,7 +3420,7 @@ var TaskName;
|
|
|
3379
3420
|
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
3380
3421
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
3381
3422
|
|
|
3382
|
-
},{}],
|
|
3423
|
+
},{}],135:[function(require,module,exports){
|
|
3383
3424
|
"use strict";
|
|
3384
3425
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3385
3426
|
exports.TaskStatus = void 0;
|
|
@@ -3406,15 +3447,7 @@ var TaskStatus;
|
|
|
3406
3447
|
TaskStatus["Aborted"] = "Aborted";
|
|
3407
3448
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
3408
3449
|
|
|
3409
|
-
},{}],
|
|
3410
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3411
|
-
},{"dup":14}],133:[function(require,module,exports){
|
|
3412
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3413
|
-
},{"dup":14}],134:[function(require,module,exports){
|
|
3414
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3415
|
-
},{"dup":14}],135:[function(require,module,exports){
|
|
3416
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3417
|
-
},{"dup":14}],136:[function(require,module,exports){
|
|
3450
|
+
},{}],136:[function(require,module,exports){
|
|
3418
3451
|
arguments[4][14][0].apply(exports,arguments)
|
|
3419
3452
|
},{"dup":14}],137:[function(require,module,exports){
|
|
3420
3453
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3449,6 +3482,14 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3449
3482
|
},{"dup":14}],152:[function(require,module,exports){
|
|
3450
3483
|
arguments[4][14][0].apply(exports,arguments)
|
|
3451
3484
|
},{"dup":14}],153:[function(require,module,exports){
|
|
3485
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3486
|
+
},{"dup":14}],154:[function(require,module,exports){
|
|
3487
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3488
|
+
},{"dup":14}],155:[function(require,module,exports){
|
|
3489
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3490
|
+
},{"dup":14}],156:[function(require,module,exports){
|
|
3491
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3492
|
+
},{"dup":14}],157:[function(require,module,exports){
|
|
3452
3493
|
"use strict";
|
|
3453
3494
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3454
3495
|
exports.TransactionStatusType = void 0;
|
|
@@ -3463,7 +3504,7 @@ var TransactionStatusType;
|
|
|
3463
3504
|
TransactionStatusType["Expired"] = "Expired";
|
|
3464
3505
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
3465
3506
|
|
|
3466
|
-
},{}],
|
|
3507
|
+
},{}],158:[function(require,module,exports){
|
|
3467
3508
|
"use strict";
|
|
3468
3509
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3469
3510
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -3486,7 +3527,7 @@ var TransactionTasksExportationStatus;
|
|
|
3486
3527
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
3487
3528
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
3488
3529
|
|
|
3489
|
-
},{}],
|
|
3530
|
+
},{}],159:[function(require,module,exports){
|
|
3490
3531
|
"use strict";
|
|
3491
3532
|
/**
|
|
3492
3533
|
* 取引タイプ
|
|
@@ -3509,11 +3550,11 @@ var TransactionType;
|
|
|
3509
3550
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
3510
3551
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
3511
3552
|
|
|
3512
|
-
},{}],
|
|
3553
|
+
},{}],160:[function(require,module,exports){
|
|
3513
3554
|
arguments[4][14][0].apply(exports,arguments)
|
|
3514
|
-
},{"dup":14}],
|
|
3555
|
+
},{"dup":14}],161:[function(require,module,exports){
|
|
3515
3556
|
arguments[4][14][0].apply(exports,arguments)
|
|
3516
|
-
},{"dup":14}],
|
|
3557
|
+
},{"dup":14}],162:[function(require,module,exports){
|
|
3517
3558
|
"use strict";
|
|
3518
3559
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3519
3560
|
exports.Reason = void 0;
|
|
@@ -3532,7 +3573,22 @@ var Reason;
|
|
|
3532
3573
|
Reason["Seller"] = "Seller";
|
|
3533
3574
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3534
3575
|
|
|
3535
|
-
},{}],
|
|
3576
|
+
},{}],163:[function(require,module,exports){
|
|
3577
|
+
"use strict";
|
|
3578
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3579
|
+
exports.TripType = void 0;
|
|
3580
|
+
/**
|
|
3581
|
+
* トリップタイプ
|
|
3582
|
+
*/
|
|
3583
|
+
var TripType;
|
|
3584
|
+
(function (TripType) {
|
|
3585
|
+
TripType["BusTrip"] = "BusTrip";
|
|
3586
|
+
TripType["Trip"] = "Trip";
|
|
3587
|
+
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
3588
|
+
|
|
3589
|
+
},{}],164:[function(require,module,exports){
|
|
3590
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3591
|
+
},{"dup":14}],165:[function(require,module,exports){
|
|
3536
3592
|
"use strict";
|
|
3537
3593
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3538
3594
|
exports.UnitCode = void 0;
|
|
@@ -3559,9 +3615,9 @@ var UnitCode;
|
|
|
3559
3615
|
UnitCode["Sec"] = "SEC";
|
|
3560
3616
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
3561
3617
|
|
|
3562
|
-
},{}],
|
|
3618
|
+
},{}],166:[function(require,module,exports){
|
|
3563
3619
|
arguments[4][14][0].apply(exports,arguments)
|
|
3564
|
-
},{"dup":14}],
|
|
3620
|
+
},{"dup":14}],167:[function(require,module,exports){
|
|
3565
3621
|
"use strict";
|
|
3566
3622
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3567
3623
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -3639,7 +3695,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
3639
3695
|
}());
|
|
3640
3696
|
exports.StubAuthClient = StubAuthClient;
|
|
3641
3697
|
|
|
3642
|
-
},{"../transporters":
|
|
3698
|
+
},{"../transporters":250}],168:[function(require,module,exports){
|
|
3643
3699
|
"use strict";
|
|
3644
3700
|
var __extends = (this && this.__extends) || (function () {
|
|
3645
3701
|
var extendStatics = function (d, b) {
|
|
@@ -3669,6 +3725,7 @@ var accountTitle_1 = require("./chevre/accountTitle");
|
|
|
3669
3725
|
var accountTransaction_1 = require("./chevre/accountTransaction");
|
|
3670
3726
|
var action_1 = require("./chevre/action");
|
|
3671
3727
|
var additionalProperty_1 = require("./chevre/additionalProperty");
|
|
3728
|
+
var aggregation_1 = require("./chevre/aggregation");
|
|
3672
3729
|
var assetTransaction_1 = require("./chevre/assetTransaction");
|
|
3673
3730
|
var cancelReservation_1 = require("./chevre/assetTransaction/cancelReservation");
|
|
3674
3731
|
var moneyTransfer_1 = require("./chevre/assetTransaction/moneyTransfer");
|
|
@@ -3707,6 +3764,7 @@ var moneyTransfer_2 = require("./chevre/transaction/moneyTransfer");
|
|
|
3707
3764
|
var placeOrder_1 = require("./chevre/transaction/placeOrder");
|
|
3708
3765
|
var returnOrder_1 = require("./chevre/transaction/returnOrder");
|
|
3709
3766
|
var transactionNumber_1 = require("./chevre/transactionNumber");
|
|
3767
|
+
var trip_1 = require("./chevre/trip");
|
|
3710
3768
|
var userPool_1 = require("./chevre/userPool");
|
|
3711
3769
|
exports.factory = factory;
|
|
3712
3770
|
var service;
|
|
@@ -3777,6 +3835,17 @@ var service;
|
|
|
3777
3835
|
return AdditionalProperty;
|
|
3778
3836
|
}(additionalProperty_1.AdditionalPropertyService));
|
|
3779
3837
|
service.AdditionalProperty = AdditionalProperty;
|
|
3838
|
+
/**
|
|
3839
|
+
* 集計サービス
|
|
3840
|
+
*/
|
|
3841
|
+
var Aggregation = /** @class */ (function (_super) {
|
|
3842
|
+
__extends(Aggregation, _super);
|
|
3843
|
+
function Aggregation() {
|
|
3844
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3845
|
+
}
|
|
3846
|
+
return Aggregation;
|
|
3847
|
+
}(aggregation_1.AggregationService));
|
|
3848
|
+
service.Aggregation = Aggregation;
|
|
3780
3849
|
/**
|
|
3781
3850
|
* 承認サービス
|
|
3782
3851
|
*/
|
|
@@ -4208,6 +4277,17 @@ var service;
|
|
|
4208
4277
|
return TransactionNumber;
|
|
4209
4278
|
}(transactionNumber_1.TransactionNumberService));
|
|
4210
4279
|
service.TransactionNumber = TransactionNumber;
|
|
4280
|
+
/**
|
|
4281
|
+
* トリップサービス
|
|
4282
|
+
*/
|
|
4283
|
+
var Trip = /** @class */ (function (_super) {
|
|
4284
|
+
__extends(Trip, _super);
|
|
4285
|
+
function Trip() {
|
|
4286
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
4287
|
+
}
|
|
4288
|
+
return Trip;
|
|
4289
|
+
}(trip_1.TripService));
|
|
4290
|
+
service.Trip = Trip;
|
|
4211
4291
|
/**
|
|
4212
4292
|
* Cognitoユーザープールサービス
|
|
4213
4293
|
*/
|
|
@@ -4221,7 +4301,7 @@ var service;
|
|
|
4221
4301
|
service.UserPool = UserPool;
|
|
4222
4302
|
})(service = exports.service || (exports.service = {}));
|
|
4223
4303
|
|
|
4224
|
-
},{"./chevre/account":
|
|
4304
|
+
},{"./chevre/account":169,"./chevre/accountTitle":170,"./chevre/accountTransaction":171,"./chevre/accountingReport":172,"./chevre/action":173,"./chevre/additionalProperty":174,"./chevre/aggregation":175,"./chevre/assetTransaction":176,"./chevre/assetTransaction/cancelReservation":177,"./chevre/assetTransaction/moneyTransfer":178,"./chevre/assetTransaction/pay":179,"./chevre/assetTransaction/refund":180,"./chevre/assetTransaction/registerService":181,"./chevre/assetTransaction/reserve":182,"./chevre/authorization":183,"./chevre/award":184,"./chevre/categoryCode":185,"./chevre/creativeWork":186,"./chevre/customer":187,"./chevre/emailMessage":188,"./chevre/event":189,"./chevre/iam":190,"./chevre/me":191,"./chevre/merchantReturnPolicy":192,"./chevre/offer":193,"./chevre/offerCatalog":194,"./chevre/order":195,"./chevre/orderNumber":196,"./chevre/ownershipInfo":197,"./chevre/payment":198,"./chevre/permit":200,"./chevre/person":201,"./chevre/person/ownershipInfo":202,"./chevre/place":203,"./chevre/priceSpecification":204,"./chevre/product":205,"./chevre/project":206,"./chevre/reservation":207,"./chevre/seller":208,"./chevre/task":209,"./chevre/token":210,"./chevre/transaction/moneyTransfer":212,"./chevre/transaction/placeOrder":213,"./chevre/transaction/returnOrder":215,"./chevre/transactionNumber":211,"./chevre/trip":216,"./chevre/userPool":217,"./factory":218}],169:[function(require,module,exports){
|
|
4225
4305
|
"use strict";
|
|
4226
4306
|
var __extends = (this && this.__extends) || (function () {
|
|
4227
4307
|
var extendStatics = function (d, b) {
|
|
@@ -4397,7 +4477,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4397
4477
|
}(service_1.Service));
|
|
4398
4478
|
exports.AccountService = AccountService;
|
|
4399
4479
|
|
|
4400
|
-
},{"../service":
|
|
4480
|
+
},{"../service":223,"http-status":284}],170:[function(require,module,exports){
|
|
4401
4481
|
"use strict";
|
|
4402
4482
|
var __extends = (this && this.__extends) || (function () {
|
|
4403
4483
|
var extendStatics = function (d, b) {
|
|
@@ -4734,7 +4814,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4734
4814
|
}(service_1.Service));
|
|
4735
4815
|
exports.AccountTitleService = AccountTitleService;
|
|
4736
4816
|
|
|
4737
|
-
},{"../factory":
|
|
4817
|
+
},{"../factory":218,"../service":223,"http-status":284}],171:[function(require,module,exports){
|
|
4738
4818
|
"use strict";
|
|
4739
4819
|
var __extends = (this && this.__extends) || (function () {
|
|
4740
4820
|
var extendStatics = function (d, b) {
|
|
@@ -4831,7 +4911,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
4831
4911
|
}(service_1.Service));
|
|
4832
4912
|
exports.AccountTransactionService = AccountTransactionService;
|
|
4833
4913
|
|
|
4834
|
-
},{"../service":
|
|
4914
|
+
},{"../service":223,"http-status":284}],172:[function(require,module,exports){
|
|
4835
4915
|
"use strict";
|
|
4836
4916
|
var __extends = (this && this.__extends) || (function () {
|
|
4837
4917
|
var extendStatics = function (d, b) {
|
|
@@ -4928,7 +5008,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
4928
5008
|
}(service_1.Service));
|
|
4929
5009
|
exports.AccountingReportService = AccountingReportService;
|
|
4930
5010
|
|
|
4931
|
-
},{"../service":
|
|
5011
|
+
},{"../service":223,"http-status":284}],173:[function(require,module,exports){
|
|
4932
5012
|
"use strict";
|
|
4933
5013
|
var __extends = (this && this.__extends) || (function () {
|
|
4934
5014
|
var extendStatics = function (d, b) {
|
|
@@ -5041,7 +5121,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5041
5121
|
}(service_1.Service));
|
|
5042
5122
|
exports.ActionService = ActionService;
|
|
5043
5123
|
|
|
5044
|
-
},{"../service":
|
|
5124
|
+
},{"../service":223,"http-status":284}],174:[function(require,module,exports){
|
|
5045
5125
|
"use strict";
|
|
5046
5126
|
var __extends = (this && this.__extends) || (function () {
|
|
5047
5127
|
var extendStatics = function (d, b) {
|
|
@@ -5205,7 +5285,101 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
5205
5285
|
}(service_1.Service));
|
|
5206
5286
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
5207
5287
|
|
|
5208
|
-
},{"../service":
|
|
5288
|
+
},{"../service":223,"http-status":284}],175:[function(require,module,exports){
|
|
5289
|
+
"use strict";
|
|
5290
|
+
var __extends = (this && this.__extends) || (function () {
|
|
5291
|
+
var extendStatics = function (d, b) {
|
|
5292
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5293
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5294
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5295
|
+
return extendStatics(d, b);
|
|
5296
|
+
};
|
|
5297
|
+
return function (d, b) {
|
|
5298
|
+
if (typeof b !== "function" && b !== null)
|
|
5299
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5300
|
+
extendStatics(d, b);
|
|
5301
|
+
function __() { this.constructor = d; }
|
|
5302
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5303
|
+
};
|
|
5304
|
+
})();
|
|
5305
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
5306
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
5307
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5308
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5309
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
5310
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
5311
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
5312
|
+
});
|
|
5313
|
+
};
|
|
5314
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
5315
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
5316
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
5317
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
5318
|
+
function step(op) {
|
|
5319
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
5320
|
+
while (_) try {
|
|
5321
|
+
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;
|
|
5322
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
5323
|
+
switch (op[0]) {
|
|
5324
|
+
case 0: case 1: t = op; break;
|
|
5325
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
5326
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
5327
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
5328
|
+
default:
|
|
5329
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
5330
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
5331
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
5332
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
5333
|
+
if (t[2]) _.ops.pop();
|
|
5334
|
+
_.trys.pop(); continue;
|
|
5335
|
+
}
|
|
5336
|
+
op = body.call(thisArg, _);
|
|
5337
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
5338
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5339
|
+
}
|
|
5340
|
+
};
|
|
5341
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5342
|
+
exports.AggregationService = void 0;
|
|
5343
|
+
var http_status_1 = require("http-status");
|
|
5344
|
+
var service_1 = require("../service");
|
|
5345
|
+
/**
|
|
5346
|
+
* 集計サービス
|
|
5347
|
+
*/
|
|
5348
|
+
var AggregationService = /** @class */ (function (_super) {
|
|
5349
|
+
__extends(AggregationService, _super);
|
|
5350
|
+
function AggregationService() {
|
|
5351
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
5352
|
+
}
|
|
5353
|
+
AggregationService.prototype.search = function (params) {
|
|
5354
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5355
|
+
var _this = this;
|
|
5356
|
+
return __generator(this, function (_a) {
|
|
5357
|
+
return [2 /*return*/, this.fetch({
|
|
5358
|
+
uri: '/aggregations',
|
|
5359
|
+
method: 'GET',
|
|
5360
|
+
qs: params,
|
|
5361
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
5362
|
+
})
|
|
5363
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
5364
|
+
var _a;
|
|
5365
|
+
return __generator(this, function (_b) {
|
|
5366
|
+
switch (_b.label) {
|
|
5367
|
+
case 0:
|
|
5368
|
+
_a = {};
|
|
5369
|
+
return [4 /*yield*/, response.json()];
|
|
5370
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
5371
|
+
_a)];
|
|
5372
|
+
}
|
|
5373
|
+
});
|
|
5374
|
+
}); })];
|
|
5375
|
+
});
|
|
5376
|
+
});
|
|
5377
|
+
};
|
|
5378
|
+
return AggregationService;
|
|
5379
|
+
}(service_1.Service));
|
|
5380
|
+
exports.AggregationService = AggregationService;
|
|
5381
|
+
|
|
5382
|
+
},{"../service":223,"http-status":284}],176:[function(require,module,exports){
|
|
5209
5383
|
"use strict";
|
|
5210
5384
|
var __extends = (this && this.__extends) || (function () {
|
|
5211
5385
|
var extendStatics = function (d, b) {
|
|
@@ -5302,7 +5476,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5302
5476
|
}(service_1.Service));
|
|
5303
5477
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5304
5478
|
|
|
5305
|
-
},{"../service":
|
|
5479
|
+
},{"../service":223,"http-status":284}],177:[function(require,module,exports){
|
|
5306
5480
|
"use strict";
|
|
5307
5481
|
var __extends = (this && this.__extends) || (function () {
|
|
5308
5482
|
var extendStatics = function (d, b) {
|
|
@@ -5450,7 +5624,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5450
5624
|
}(service_1.Service));
|
|
5451
5625
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5452
5626
|
|
|
5453
|
-
},{"../../service":
|
|
5627
|
+
},{"../../service":223,"http-status":284}],178:[function(require,module,exports){
|
|
5454
5628
|
"use strict";
|
|
5455
5629
|
var __extends = (this && this.__extends) || (function () {
|
|
5456
5630
|
var extendStatics = function (d, b) {
|
|
@@ -5604,7 +5778,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5604
5778
|
}(service_1.Service));
|
|
5605
5779
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5606
5780
|
|
|
5607
|
-
},{"../../factory":
|
|
5781
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],179:[function(require,module,exports){
|
|
5608
5782
|
"use strict";
|
|
5609
5783
|
var __extends = (this && this.__extends) || (function () {
|
|
5610
5784
|
var extendStatics = function (d, b) {
|
|
@@ -5817,7 +5991,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5817
5991
|
}(service_1.Service));
|
|
5818
5992
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5819
5993
|
|
|
5820
|
-
},{"../../factory":
|
|
5994
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],180:[function(require,module,exports){
|
|
5821
5995
|
"use strict";
|
|
5822
5996
|
var __extends = (this && this.__extends) || (function () {
|
|
5823
5997
|
var extendStatics = function (d, b) {
|
|
@@ -5950,7 +6124,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5950
6124
|
}(service_1.Service));
|
|
5951
6125
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5952
6126
|
|
|
5953
|
-
},{"../../factory":
|
|
6127
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],181:[function(require,module,exports){
|
|
5954
6128
|
"use strict";
|
|
5955
6129
|
var __extends = (this && this.__extends) || (function () {
|
|
5956
6130
|
var extendStatics = function (d, b) {
|
|
@@ -6083,7 +6257,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6083
6257
|
}(service_1.Service));
|
|
6084
6258
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6085
6259
|
|
|
6086
|
-
},{"../../factory":
|
|
6260
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],182:[function(require,module,exports){
|
|
6087
6261
|
"use strict";
|
|
6088
6262
|
var __extends = (this && this.__extends) || (function () {
|
|
6089
6263
|
var extendStatics = function (d, b) {
|
|
@@ -6233,7 +6407,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6233
6407
|
}(service_1.Service));
|
|
6234
6408
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6235
6409
|
|
|
6236
|
-
},{"../../service":
|
|
6410
|
+
},{"../../service":223,"http-status":284}],183:[function(require,module,exports){
|
|
6237
6411
|
"use strict";
|
|
6238
6412
|
var __extends = (this && this.__extends) || (function () {
|
|
6239
6413
|
var extendStatics = function (d, b) {
|
|
@@ -6349,7 +6523,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6349
6523
|
}(service_1.Service));
|
|
6350
6524
|
exports.AuthorizationService = AuthorizationService;
|
|
6351
6525
|
|
|
6352
|
-
},{"../service":
|
|
6526
|
+
},{"../service":223,"http-status":284}],184:[function(require,module,exports){
|
|
6353
6527
|
"use strict";
|
|
6354
6528
|
var __extends = (this && this.__extends) || (function () {
|
|
6355
6529
|
var extendStatics = function (d, b) {
|
|
@@ -6456,7 +6630,7 @@ var AwardService = /** @class */ (function (_super) {
|
|
|
6456
6630
|
}(service_1.Service));
|
|
6457
6631
|
exports.AwardService = AwardService;
|
|
6458
6632
|
|
|
6459
|
-
},{"../service":
|
|
6633
|
+
},{"../service":223,"http-status":284}],185:[function(require,module,exports){
|
|
6460
6634
|
"use strict";
|
|
6461
6635
|
var __extends = (this && this.__extends) || (function () {
|
|
6462
6636
|
var extendStatics = function (d, b) {
|
|
@@ -6620,7 +6794,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6620
6794
|
}(service_1.Service));
|
|
6621
6795
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6622
6796
|
|
|
6623
|
-
},{"../service":
|
|
6797
|
+
},{"../service":223,"http-status":284}],186:[function(require,module,exports){
|
|
6624
6798
|
"use strict";
|
|
6625
6799
|
var __extends = (this && this.__extends) || (function () {
|
|
6626
6800
|
var extendStatics = function (d, b) {
|
|
@@ -6778,7 +6952,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6778
6952
|
}(service_1.Service));
|
|
6779
6953
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6780
6954
|
|
|
6781
|
-
},{"../service":
|
|
6955
|
+
},{"../service":223,"http-status":284}],187:[function(require,module,exports){
|
|
6782
6956
|
"use strict";
|
|
6783
6957
|
var __extends = (this && this.__extends) || (function () {
|
|
6784
6958
|
var extendStatics = function (d, b) {
|
|
@@ -6952,7 +7126,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6952
7126
|
}(service_1.Service));
|
|
6953
7127
|
exports.CustomerService = CustomerService;
|
|
6954
7128
|
|
|
6955
|
-
},{"../service":
|
|
7129
|
+
},{"../service":223,"http-status":284}],188:[function(require,module,exports){
|
|
6956
7130
|
"use strict";
|
|
6957
7131
|
var __extends = (this && this.__extends) || (function () {
|
|
6958
7132
|
var extendStatics = function (d, b) {
|
|
@@ -7126,7 +7300,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
7126
7300
|
}(service_1.Service));
|
|
7127
7301
|
exports.EmailMessageService = EmailMessageService;
|
|
7128
7302
|
|
|
7129
|
-
},{"../service":
|
|
7303
|
+
},{"../service":223,"http-status":284}],189:[function(require,module,exports){
|
|
7130
7304
|
"use strict";
|
|
7131
7305
|
var __extends = (this && this.__extends) || (function () {
|
|
7132
7306
|
var extendStatics = function (d, b) {
|
|
@@ -7366,7 +7540,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7366
7540
|
}(service_1.Service));
|
|
7367
7541
|
exports.EventService = EventService;
|
|
7368
7542
|
|
|
7369
|
-
},{"../service":
|
|
7543
|
+
},{"../service":223,"http-status":284}],190:[function(require,module,exports){
|
|
7370
7544
|
"use strict";
|
|
7371
7545
|
var __extends = (this && this.__extends) || (function () {
|
|
7372
7546
|
var extendStatics = function (d, b) {
|
|
@@ -7689,7 +7863,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7689
7863
|
}(service_1.Service));
|
|
7690
7864
|
exports.IAMService = IAMService;
|
|
7691
7865
|
|
|
7692
|
-
},{"../service":
|
|
7866
|
+
},{"../service":223,"http-status":284}],191:[function(require,module,exports){
|
|
7693
7867
|
"use strict";
|
|
7694
7868
|
var __extends = (this && this.__extends) || (function () {
|
|
7695
7869
|
var extendStatics = function (d, b) {
|
|
@@ -7786,7 +7960,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7786
7960
|
}(service_1.Service));
|
|
7787
7961
|
exports.MeService = MeService;
|
|
7788
7962
|
|
|
7789
|
-
},{"../service":
|
|
7963
|
+
},{"../service":223,"http-status":284}],192:[function(require,module,exports){
|
|
7790
7964
|
"use strict";
|
|
7791
7965
|
var __extends = (this && this.__extends) || (function () {
|
|
7792
7966
|
var extendStatics = function (d, b) {
|
|
@@ -7944,7 +8118,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
7944
8118
|
}(service_1.Service));
|
|
7945
8119
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
7946
8120
|
|
|
7947
|
-
},{"../service":
|
|
8121
|
+
},{"../service":223,"http-status":284}],193:[function(require,module,exports){
|
|
7948
8122
|
"use strict";
|
|
7949
8123
|
var __extends = (this && this.__extends) || (function () {
|
|
7950
8124
|
var extendStatics = function (d, b) {
|
|
@@ -8299,7 +8473,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
8299
8473
|
}(service_1.Service));
|
|
8300
8474
|
exports.OfferService = OfferService;
|
|
8301
8475
|
|
|
8302
|
-
},{"../factory":
|
|
8476
|
+
},{"../factory":218,"../service":223,"http-status":284}],194:[function(require,module,exports){
|
|
8303
8477
|
"use strict";
|
|
8304
8478
|
var __extends = (this && this.__extends) || (function () {
|
|
8305
8479
|
var extendStatics = function (d, b) {
|
|
@@ -8469,7 +8643,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
8469
8643
|
}(service_1.Service));
|
|
8470
8644
|
exports.OfferCatalogService = OfferCatalogService;
|
|
8471
8645
|
|
|
8472
|
-
},{"../service":
|
|
8646
|
+
},{"../service":223,"http-status":284}],195:[function(require,module,exports){
|
|
8473
8647
|
"use strict";
|
|
8474
8648
|
var __extends = (this && this.__extends) || (function () {
|
|
8475
8649
|
var extendStatics = function (d, b) {
|
|
@@ -8844,7 +9018,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
8844
9018
|
}(service_1.Service));
|
|
8845
9019
|
exports.OrderService = OrderService;
|
|
8846
9020
|
|
|
8847
|
-
},{"../factory":
|
|
9021
|
+
},{"../factory":218,"../service":223,"http-status":284}],196:[function(require,module,exports){
|
|
8848
9022
|
"use strict";
|
|
8849
9023
|
var __extends = (this && this.__extends) || (function () {
|
|
8850
9024
|
var extendStatics = function (d, b) {
|
|
@@ -8932,7 +9106,7 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
8932
9106
|
}(service_1.Service));
|
|
8933
9107
|
exports.OrderNumberService = OrderNumberService;
|
|
8934
9108
|
|
|
8935
|
-
},{"../service":
|
|
9109
|
+
},{"../service":223,"http-status":284}],197:[function(require,module,exports){
|
|
8936
9110
|
"use strict";
|
|
8937
9111
|
var __extends = (this && this.__extends) || (function () {
|
|
8938
9112
|
var extendStatics = function (d, b) {
|
|
@@ -9029,7 +9203,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9029
9203
|
}(service_1.Service));
|
|
9030
9204
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
9031
9205
|
|
|
9032
|
-
},{"../service":
|
|
9206
|
+
},{"../service":223,"http-status":284}],198:[function(require,module,exports){
|
|
9033
9207
|
"use strict";
|
|
9034
9208
|
var __extends = (this && this.__extends) || (function () {
|
|
9035
9209
|
var extendStatics = function (d, b) {
|
|
@@ -9288,9 +9462,9 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
9288
9462
|
}(service_1.Service));
|
|
9289
9463
|
exports.PaymentService = PaymentService;
|
|
9290
9464
|
|
|
9291
|
-
},{"../factory":
|
|
9465
|
+
},{"../factory":218,"../service":223,"http-status":284}],199:[function(require,module,exports){
|
|
9292
9466
|
arguments[4][14][0].apply(exports,arguments)
|
|
9293
|
-
},{"dup":14}],
|
|
9467
|
+
},{"dup":14}],200:[function(require,module,exports){
|
|
9294
9468
|
"use strict";
|
|
9295
9469
|
var __extends = (this && this.__extends) || (function () {
|
|
9296
9470
|
var extendStatics = function (d, b) {
|
|
@@ -9446,7 +9620,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
9446
9620
|
}(service_1.Service));
|
|
9447
9621
|
exports.PermitService = PermitService;
|
|
9448
9622
|
|
|
9449
|
-
},{"../service":
|
|
9623
|
+
},{"../service":223,"http-status":284}],201:[function(require,module,exports){
|
|
9450
9624
|
"use strict";
|
|
9451
9625
|
var __extends = (this && this.__extends) || (function () {
|
|
9452
9626
|
var extendStatics = function (d, b) {
|
|
@@ -9682,7 +9856,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
9682
9856
|
}(service_1.Service));
|
|
9683
9857
|
exports.PersonService = PersonService;
|
|
9684
9858
|
|
|
9685
|
-
},{"../service":
|
|
9859
|
+
},{"../service":223,"http-status":284}],202:[function(require,module,exports){
|
|
9686
9860
|
"use strict";
|
|
9687
9861
|
var __extends = (this && this.__extends) || (function () {
|
|
9688
9862
|
var extendStatics = function (d, b) {
|
|
@@ -9921,7 +10095,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9921
10095
|
}(service_1.Service));
|
|
9922
10096
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
9923
10097
|
|
|
9924
|
-
},{"../../service":
|
|
10098
|
+
},{"../../service":223,"http-status":284}],203:[function(require,module,exports){
|
|
9925
10099
|
"use strict";
|
|
9926
10100
|
var __extends = (this && this.__extends) || (function () {
|
|
9927
10101
|
var extendStatics = function (d, b) {
|
|
@@ -10034,18 +10208,6 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10034
10208
|
});
|
|
10035
10209
|
});
|
|
10036
10210
|
};
|
|
10037
|
-
/**
|
|
10038
|
-
* 施設取得
|
|
10039
|
-
* 廃止(2022-08-22~)
|
|
10040
|
-
*/
|
|
10041
|
-
// public async findMovieTheaterById(params: { id: string }): Promise<factory.place.movieTheater.IPlace> {
|
|
10042
|
-
// return this.fetch({
|
|
10043
|
-
// uri: `/places/${factory.placeType.MovieTheater}/${encodeURIComponent(String(params.id))}`,
|
|
10044
|
-
// method: 'GET',
|
|
10045
|
-
// expectedStatusCodes: [OK]
|
|
10046
|
-
// })
|
|
10047
|
-
// .then(async (response) => response.json());
|
|
10048
|
-
// }
|
|
10049
10211
|
/**
|
|
10050
10212
|
* 施設更新
|
|
10051
10213
|
*/
|
|
@@ -10346,11 +10508,97 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10346
10508
|
});
|
|
10347
10509
|
});
|
|
10348
10510
|
};
|
|
10511
|
+
/**
|
|
10512
|
+
* ターミナル作成
|
|
10513
|
+
*/
|
|
10514
|
+
PlaceService.prototype.createBusStop = function (params) {
|
|
10515
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10516
|
+
var _this = this;
|
|
10517
|
+
return __generator(this, function (_a) {
|
|
10518
|
+
return [2 /*return*/, this.fetch({
|
|
10519
|
+
uri: "/places/" + factory.placeType.BusStop,
|
|
10520
|
+
method: 'POST',
|
|
10521
|
+
body: params,
|
|
10522
|
+
expectedStatusCodes: [http_status_1.CREATED]
|
|
10523
|
+
})
|
|
10524
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
10525
|
+
return [2 /*return*/, response.json()];
|
|
10526
|
+
}); }); })];
|
|
10527
|
+
});
|
|
10528
|
+
});
|
|
10529
|
+
};
|
|
10530
|
+
/**
|
|
10531
|
+
* ターミナル検索
|
|
10532
|
+
*/
|
|
10533
|
+
PlaceService.prototype.searchBusStops = function (params) {
|
|
10534
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10535
|
+
var _this = this;
|
|
10536
|
+
return __generator(this, function (_a) {
|
|
10537
|
+
return [2 /*return*/, this.fetch({
|
|
10538
|
+
uri: "/places/" + factory.placeType.BusStop,
|
|
10539
|
+
method: 'GET',
|
|
10540
|
+
qs: params,
|
|
10541
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
10542
|
+
})
|
|
10543
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
10544
|
+
var _a;
|
|
10545
|
+
return __generator(this, function (_b) {
|
|
10546
|
+
switch (_b.label) {
|
|
10547
|
+
case 0:
|
|
10548
|
+
_a = {};
|
|
10549
|
+
return [4 /*yield*/, response.json()];
|
|
10550
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
10551
|
+
_a)];
|
|
10552
|
+
}
|
|
10553
|
+
});
|
|
10554
|
+
}); })];
|
|
10555
|
+
});
|
|
10556
|
+
});
|
|
10557
|
+
};
|
|
10558
|
+
/**
|
|
10559
|
+
* ターミナル更新
|
|
10560
|
+
*/
|
|
10561
|
+
PlaceService.prototype.updateBusStop = function (params) {
|
|
10562
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10563
|
+
return __generator(this, function (_a) {
|
|
10564
|
+
switch (_a.label) {
|
|
10565
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
10566
|
+
uri: "/places/" + factory.placeType.BusStop + "/" + encodeURIComponent(String(params.id)),
|
|
10567
|
+
method: 'PUT',
|
|
10568
|
+
body: params,
|
|
10569
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
10570
|
+
})];
|
|
10571
|
+
case 1:
|
|
10572
|
+
_a.sent();
|
|
10573
|
+
return [2 /*return*/];
|
|
10574
|
+
}
|
|
10575
|
+
});
|
|
10576
|
+
});
|
|
10577
|
+
};
|
|
10578
|
+
/**
|
|
10579
|
+
* ターミナル削除
|
|
10580
|
+
*/
|
|
10581
|
+
PlaceService.prototype.deleteBusStop = function (params) {
|
|
10582
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
10583
|
+
return __generator(this, function (_a) {
|
|
10584
|
+
switch (_a.label) {
|
|
10585
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
10586
|
+
uri: "/places/" + factory.placeType.BusStop + "/" + encodeURIComponent(String(params.id)),
|
|
10587
|
+
method: 'DELETE',
|
|
10588
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
10589
|
+
})];
|
|
10590
|
+
case 1:
|
|
10591
|
+
_a.sent();
|
|
10592
|
+
return [2 /*return*/];
|
|
10593
|
+
}
|
|
10594
|
+
});
|
|
10595
|
+
});
|
|
10596
|
+
};
|
|
10349
10597
|
return PlaceService;
|
|
10350
10598
|
}(service_1.Service));
|
|
10351
10599
|
exports.PlaceService = PlaceService;
|
|
10352
10600
|
|
|
10353
|
-
},{"../factory":
|
|
10601
|
+
},{"../factory":218,"../service":223,"http-status":284}],204:[function(require,module,exports){
|
|
10354
10602
|
"use strict";
|
|
10355
10603
|
var __extends = (this && this.__extends) || (function () {
|
|
10356
10604
|
var extendStatics = function (d, b) {
|
|
@@ -10514,7 +10762,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
10514
10762
|
}(service_1.Service));
|
|
10515
10763
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
10516
10764
|
|
|
10517
|
-
},{"../service":
|
|
10765
|
+
},{"../service":223,"http-status":284}],205:[function(require,module,exports){
|
|
10518
10766
|
"use strict";
|
|
10519
10767
|
var __extends = (this && this.__extends) || (function () {
|
|
10520
10768
|
var extendStatics = function (d, b) {
|
|
@@ -10717,7 +10965,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
10717
10965
|
}(service_1.Service));
|
|
10718
10966
|
exports.ProductService = ProductService;
|
|
10719
10967
|
|
|
10720
|
-
},{"../service":
|
|
10968
|
+
},{"../service":223,"http-status":284}],206:[function(require,module,exports){
|
|
10721
10969
|
"use strict";
|
|
10722
10970
|
var __extends = (this && this.__extends) || (function () {
|
|
10723
10971
|
var extendStatics = function (d, b) {
|
|
@@ -10941,7 +11189,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
10941
11189
|
}(service_1.Service));
|
|
10942
11190
|
exports.ProjectService = ProjectService;
|
|
10943
11191
|
|
|
10944
|
-
},{"../service":
|
|
11192
|
+
},{"../service":223,"http-status":284}],207:[function(require,module,exports){
|
|
10945
11193
|
"use strict";
|
|
10946
11194
|
var __extends = (this && this.__extends) || (function () {
|
|
10947
11195
|
var extendStatics = function (d, b) {
|
|
@@ -11133,7 +11381,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
11133
11381
|
}(service_1.Service));
|
|
11134
11382
|
exports.ReservationService = ReservationService;
|
|
11135
11383
|
|
|
11136
|
-
},{"../service":
|
|
11384
|
+
},{"../service":223,"http-status":284}],208:[function(require,module,exports){
|
|
11137
11385
|
"use strict";
|
|
11138
11386
|
var __extends = (this && this.__extends) || (function () {
|
|
11139
11387
|
var extendStatics = function (d, b) {
|
|
@@ -11307,7 +11555,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
11307
11555
|
}(service_1.Service));
|
|
11308
11556
|
exports.SellerService = SellerService;
|
|
11309
11557
|
|
|
11310
|
-
},{"../service":
|
|
11558
|
+
},{"../service":223,"http-status":284}],209:[function(require,module,exports){
|
|
11311
11559
|
"use strict";
|
|
11312
11560
|
var __extends = (this && this.__extends) || (function () {
|
|
11313
11561
|
var extendStatics = function (d, b) {
|
|
@@ -11441,7 +11689,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
11441
11689
|
}(service_1.Service));
|
|
11442
11690
|
exports.TaskService = TaskService;
|
|
11443
11691
|
|
|
11444
|
-
},{"../service":
|
|
11692
|
+
},{"../service":223,"http-status":284}],210:[function(require,module,exports){
|
|
11445
11693
|
"use strict";
|
|
11446
11694
|
var __extends = (this && this.__extends) || (function () {
|
|
11447
11695
|
var extendStatics = function (d, b) {
|
|
@@ -11529,7 +11777,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11529
11777
|
}(service_1.Service));
|
|
11530
11778
|
exports.TokenService = TokenService;
|
|
11531
11779
|
|
|
11532
|
-
},{"../service":
|
|
11780
|
+
},{"../service":223,"http-status":284}],211:[function(require,module,exports){
|
|
11533
11781
|
"use strict";
|
|
11534
11782
|
var __extends = (this && this.__extends) || (function () {
|
|
11535
11783
|
var extendStatics = function (d, b) {
|
|
@@ -11617,7 +11865,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
11617
11865
|
}(service_1.Service));
|
|
11618
11866
|
exports.TransactionNumberService = TransactionNumberService;
|
|
11619
11867
|
|
|
11620
|
-
},{"../service":
|
|
11868
|
+
},{"../service":223,"http-status":284}],212:[function(require,module,exports){
|
|
11621
11869
|
"use strict";
|
|
11622
11870
|
var __extends = (this && this.__extends) || (function () {
|
|
11623
11871
|
var extendStatics = function (d, b) {
|
|
@@ -11814,7 +12062,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
11814
12062
|
}(service_1.Service));
|
|
11815
12063
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
11816
12064
|
|
|
11817
|
-
},{"../../factory":
|
|
12065
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],213:[function(require,module,exports){
|
|
11818
12066
|
"use strict";
|
|
11819
12067
|
var __extends = (this && this.__extends) || (function () {
|
|
11820
12068
|
var extendStatics = function (d, b) {
|
|
@@ -12048,9 +12296,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12048
12296
|
}(service_1.Service));
|
|
12049
12297
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12050
12298
|
|
|
12051
|
-
},{"../../factory":
|
|
12299
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],214:[function(require,module,exports){
|
|
12052
12300
|
arguments[4][14][0].apply(exports,arguments)
|
|
12053
|
-
},{"dup":14}],
|
|
12301
|
+
},{"dup":14}],215:[function(require,module,exports){
|
|
12054
12302
|
"use strict";
|
|
12055
12303
|
var __extends = (this && this.__extends) || (function () {
|
|
12056
12304
|
var extendStatics = function (d, b) {
|
|
@@ -12209,7 +12457,180 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12209
12457
|
}(service_1.Service));
|
|
12210
12458
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12211
12459
|
|
|
12212
|
-
},{"../../factory":
|
|
12460
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],216:[function(require,module,exports){
|
|
12461
|
+
"use strict";
|
|
12462
|
+
var __extends = (this && this.__extends) || (function () {
|
|
12463
|
+
var extendStatics = function (d, b) {
|
|
12464
|
+
extendStatics = Object.setPrototypeOf ||
|
|
12465
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
12466
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
12467
|
+
return extendStatics(d, b);
|
|
12468
|
+
};
|
|
12469
|
+
return function (d, b) {
|
|
12470
|
+
if (typeof b !== "function" && b !== null)
|
|
12471
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12472
|
+
extendStatics(d, b);
|
|
12473
|
+
function __() { this.constructor = d; }
|
|
12474
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12475
|
+
};
|
|
12476
|
+
})();
|
|
12477
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12478
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
12479
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
12480
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
12481
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
12482
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
12483
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
12484
|
+
});
|
|
12485
|
+
};
|
|
12486
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12487
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12488
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12489
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
12490
|
+
function step(op) {
|
|
12491
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
12492
|
+
while (_) try {
|
|
12493
|
+
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;
|
|
12494
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
12495
|
+
switch (op[0]) {
|
|
12496
|
+
case 0: case 1: t = op; break;
|
|
12497
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
12498
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
12499
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
12500
|
+
default:
|
|
12501
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
12502
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
12503
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
12504
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
12505
|
+
if (t[2]) _.ops.pop();
|
|
12506
|
+
_.trys.pop(); continue;
|
|
12507
|
+
}
|
|
12508
|
+
op = body.call(thisArg, _);
|
|
12509
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
12510
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12511
|
+
}
|
|
12512
|
+
};
|
|
12513
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12514
|
+
exports.TripService = void 0;
|
|
12515
|
+
var http_status_1 = require("http-status");
|
|
12516
|
+
var service_1 = require("../service");
|
|
12517
|
+
/**
|
|
12518
|
+
* トリップサービス
|
|
12519
|
+
*/
|
|
12520
|
+
var TripService = /** @class */ (function (_super) {
|
|
12521
|
+
__extends(TripService, _super);
|
|
12522
|
+
function TripService() {
|
|
12523
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
12524
|
+
}
|
|
12525
|
+
/**
|
|
12526
|
+
* 作成
|
|
12527
|
+
*/
|
|
12528
|
+
TripService.prototype.create = function (params) {
|
|
12529
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12530
|
+
var _this = this;
|
|
12531
|
+
return __generator(this, function (_a) {
|
|
12532
|
+
return [2 /*return*/, this.fetch({
|
|
12533
|
+
uri: '/trips',
|
|
12534
|
+
method: 'POST',
|
|
12535
|
+
body: params,
|
|
12536
|
+
expectedStatusCodes: [http_status_1.CREATED]
|
|
12537
|
+
})
|
|
12538
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12539
|
+
return [2 /*return*/, response.json()];
|
|
12540
|
+
}); }); })];
|
|
12541
|
+
});
|
|
12542
|
+
});
|
|
12543
|
+
};
|
|
12544
|
+
/**
|
|
12545
|
+
* 検索
|
|
12546
|
+
*/
|
|
12547
|
+
TripService.prototype.search = function (params) {
|
|
12548
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12549
|
+
var _this = this;
|
|
12550
|
+
return __generator(this, function (_a) {
|
|
12551
|
+
return [2 /*return*/, this.fetch({
|
|
12552
|
+
uri: '/trips',
|
|
12553
|
+
method: 'GET',
|
|
12554
|
+
qs: params,
|
|
12555
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
12556
|
+
})
|
|
12557
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
12558
|
+
var _a;
|
|
12559
|
+
return __generator(this, function (_b) {
|
|
12560
|
+
switch (_b.label) {
|
|
12561
|
+
case 0:
|
|
12562
|
+
_a = {};
|
|
12563
|
+
return [4 /*yield*/, response.json()];
|
|
12564
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
12565
|
+
_a)];
|
|
12566
|
+
}
|
|
12567
|
+
});
|
|
12568
|
+
}); })];
|
|
12569
|
+
});
|
|
12570
|
+
});
|
|
12571
|
+
};
|
|
12572
|
+
/**
|
|
12573
|
+
* 取得
|
|
12574
|
+
*/
|
|
12575
|
+
TripService.prototype.findById = function (params) {
|
|
12576
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12577
|
+
var _this = this;
|
|
12578
|
+
return __generator(this, function (_a) {
|
|
12579
|
+
return [2 /*return*/, this.fetch({
|
|
12580
|
+
uri: "/trips/" + encodeURIComponent(String(params.id)),
|
|
12581
|
+
method: 'GET',
|
|
12582
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
12583
|
+
})
|
|
12584
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12585
|
+
return [2 /*return*/, response.json()];
|
|
12586
|
+
}); }); })];
|
|
12587
|
+
});
|
|
12588
|
+
});
|
|
12589
|
+
};
|
|
12590
|
+
/**
|
|
12591
|
+
* 更新
|
|
12592
|
+
*/
|
|
12593
|
+
TripService.prototype.update = function (params) {
|
|
12594
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12595
|
+
return __generator(this, function (_a) {
|
|
12596
|
+
switch (_a.label) {
|
|
12597
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
12598
|
+
uri: "/trips/" + encodeURIComponent(String(params.id)),
|
|
12599
|
+
method: 'PUT',
|
|
12600
|
+
body: [params.attributes],
|
|
12601
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
12602
|
+
})];
|
|
12603
|
+
case 1:
|
|
12604
|
+
_a.sent();
|
|
12605
|
+
return [2 /*return*/];
|
|
12606
|
+
}
|
|
12607
|
+
});
|
|
12608
|
+
});
|
|
12609
|
+
};
|
|
12610
|
+
/**
|
|
12611
|
+
* 削除
|
|
12612
|
+
*/
|
|
12613
|
+
TripService.prototype.deleteById = function (params) {
|
|
12614
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12615
|
+
return __generator(this, function (_a) {
|
|
12616
|
+
switch (_a.label) {
|
|
12617
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
12618
|
+
uri: "/trips/" + encodeURIComponent(String(params.id)),
|
|
12619
|
+
method: 'DELETE',
|
|
12620
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
12621
|
+
})];
|
|
12622
|
+
case 1:
|
|
12623
|
+
_a.sent();
|
|
12624
|
+
return [2 /*return*/];
|
|
12625
|
+
}
|
|
12626
|
+
});
|
|
12627
|
+
});
|
|
12628
|
+
};
|
|
12629
|
+
return TripService;
|
|
12630
|
+
}(service_1.Service));
|
|
12631
|
+
exports.TripService = TripService;
|
|
12632
|
+
|
|
12633
|
+
},{"../service":223,"http-status":284}],217:[function(require,module,exports){
|
|
12213
12634
|
"use strict";
|
|
12214
12635
|
var __extends = (this && this.__extends) || (function () {
|
|
12215
12636
|
var extendStatics = function (d, b) {
|
|
@@ -12342,7 +12763,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
12342
12763
|
}(service_1.Service));
|
|
12343
12764
|
exports.UserPoolService = UserPoolService;
|
|
12344
12765
|
|
|
12345
|
-
},{"../service":
|
|
12766
|
+
},{"../service":223,"http-status":284}],218:[function(require,module,exports){
|
|
12346
12767
|
"use strict";
|
|
12347
12768
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12348
12769
|
if (k2 === undefined) k2 = k;
|
|
@@ -12360,7 +12781,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12360
12781
|
*/
|
|
12361
12782
|
__exportStar(require("@chevre/factory"), exports);
|
|
12362
12783
|
|
|
12363
|
-
},{"@chevre/factory":
|
|
12784
|
+
},{"@chevre/factory":89}],219:[function(require,module,exports){
|
|
12364
12785
|
"use strict";
|
|
12365
12786
|
var __extends = (this && this.__extends) || (function () {
|
|
12366
12787
|
var extendStatics = function (d, b) {
|
|
@@ -12775,7 +13196,7 @@ var service;
|
|
|
12775
13196
|
service.txn = transaction;
|
|
12776
13197
|
})(service = exports.service || (exports.service = {}));
|
|
12777
13198
|
|
|
12778
|
-
},{"./auth/authClient":
|
|
13199
|
+
},{"./auth/authClient":167,"./chevre":168,"./chevre/payment/factory":199,"./chevre/transaction/placeOrder/factory":214,"./factory":218,"./pecorino":220,"./service":223,"./service/account":224,"./service/categoryCode":225,"./service/creativeWork":226,"./service/customer":227,"./service/delivery":228,"./service/emailMessage":229,"./service/event":230,"./service/iam":231,"./service/offer":232,"./service/order":233,"./service/order/factory":234,"./service/payment":235,"./service/permit":236,"./service/person":237,"./service/person/ownershipInfo":238,"./service/place":239,"./service/product":240,"./service/project":241,"./service/reservation":242,"./service/reservation/factory":243,"./service/seller":244,"./service/token":245,"./service/transaction/moneyTransfer":246,"./service/transaction/placeOrder":247,"./service/transaction/placeOrder4sskts":248,"./service/transaction/returnOrder":249,"./transporters":250}],220:[function(require,module,exports){
|
|
12779
13200
|
"use strict";
|
|
12780
13201
|
var __extends = (this && this.__extends) || (function () {
|
|
12781
13202
|
var extendStatics = function (d, b) {
|
|
@@ -12828,7 +13249,7 @@ var service;
|
|
|
12828
13249
|
service.AccountTransaction = AccountTransaction;
|
|
12829
13250
|
})(service = exports.service || (exports.service = {}));
|
|
12830
13251
|
|
|
12831
|
-
},{"./factory":
|
|
13252
|
+
},{"./factory":218,"./pecorino/accountTransaction":221,"./pecorino/permit":222}],221:[function(require,module,exports){
|
|
12832
13253
|
"use strict";
|
|
12833
13254
|
var __extends = (this && this.__extends) || (function () {
|
|
12834
13255
|
var extendStatics = function (d, b) {
|
|
@@ -12988,7 +13409,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
12988
13409
|
}(service_1.Service));
|
|
12989
13410
|
exports.AccountTransactionService = AccountTransactionService;
|
|
12990
13411
|
|
|
12991
|
-
},{"../service":
|
|
13412
|
+
},{"../service":223,"http-status":284}],222:[function(require,module,exports){
|
|
12992
13413
|
"use strict";
|
|
12993
13414
|
var __extends = (this && this.__extends) || (function () {
|
|
12994
13415
|
var extendStatics = function (d, b) {
|
|
@@ -13097,7 +13518,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
13097
13518
|
}(service_1.Service));
|
|
13098
13519
|
exports.PermitService = PermitService;
|
|
13099
13520
|
|
|
13100
|
-
},{"../service":
|
|
13521
|
+
},{"../service":223,"http-status":284}],223:[function(require,module,exports){
|
|
13101
13522
|
"use strict";
|
|
13102
13523
|
var __assign = (this && this.__assign) || function () {
|
|
13103
13524
|
__assign = Object.assign || function(t) {
|
|
@@ -13204,7 +13625,7 @@ var Service = /** @class */ (function () {
|
|
|
13204
13625
|
}());
|
|
13205
13626
|
exports.Service = Service;
|
|
13206
13627
|
|
|
13207
|
-
},{"./transporters":
|
|
13628
|
+
},{"./transporters":250,"qs":252}],224:[function(require,module,exports){
|
|
13208
13629
|
"use strict";
|
|
13209
13630
|
var __extends = (this && this.__extends) || (function () {
|
|
13210
13631
|
var extendStatics = function (d, b) {
|
|
@@ -13313,7 +13734,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
13313
13734
|
}(service_1.Service));
|
|
13314
13735
|
exports.AccountService = AccountService;
|
|
13315
13736
|
|
|
13316
|
-
},{"../service":
|
|
13737
|
+
},{"../service":223,"http-status":284}],225:[function(require,module,exports){
|
|
13317
13738
|
"use strict";
|
|
13318
13739
|
var __extends = (this && this.__extends) || (function () {
|
|
13319
13740
|
var extendStatics = function (d, b) {
|
|
@@ -13410,7 +13831,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
13410
13831
|
}(service_1.Service));
|
|
13411
13832
|
exports.CategoryCodeService = CategoryCodeService;
|
|
13412
13833
|
|
|
13413
|
-
},{"../service":
|
|
13834
|
+
},{"../service":223,"http-status":284}],226:[function(require,module,exports){
|
|
13414
13835
|
"use strict";
|
|
13415
13836
|
var __extends = (this && this.__extends) || (function () {
|
|
13416
13837
|
var extendStatics = function (d, b) {
|
|
@@ -13507,7 +13928,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
13507
13928
|
}(service_1.Service));
|
|
13508
13929
|
exports.CreativeWorkService = CreativeWorkService;
|
|
13509
13930
|
|
|
13510
|
-
},{"../service":
|
|
13931
|
+
},{"../service":223,"http-status":284}],227:[function(require,module,exports){
|
|
13511
13932
|
"use strict";
|
|
13512
13933
|
var __extends = (this && this.__extends) || (function () {
|
|
13513
13934
|
var extendStatics = function (d, b) {
|
|
@@ -13622,7 +14043,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
13622
14043
|
}(service_1.Service));
|
|
13623
14044
|
exports.CustomerService = CustomerService;
|
|
13624
14045
|
|
|
13625
|
-
},{"../service":
|
|
14046
|
+
},{"../service":223,"http-status":284}],228:[function(require,module,exports){
|
|
13626
14047
|
"use strict";
|
|
13627
14048
|
var __extends = (this && this.__extends) || (function () {
|
|
13628
14049
|
var extendStatics = function (d, b) {
|
|
@@ -13714,7 +14135,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
13714
14135
|
}(service_1.Service));
|
|
13715
14136
|
exports.DeliveryService = DeliveryService;
|
|
13716
14137
|
|
|
13717
|
-
},{"../service":
|
|
14138
|
+
},{"../service":223,"http-status":284}],229:[function(require,module,exports){
|
|
13718
14139
|
"use strict";
|
|
13719
14140
|
var __extends = (this && this.__extends) || (function () {
|
|
13720
14141
|
var extendStatics = function (d, b) {
|
|
@@ -13811,7 +14232,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13811
14232
|
}(service_1.Service));
|
|
13812
14233
|
exports.EmailMessageService = EmailMessageService;
|
|
13813
14234
|
|
|
13814
|
-
},{"../service":
|
|
14235
|
+
},{"../service":223,"http-status":284}],230:[function(require,module,exports){
|
|
13815
14236
|
"use strict";
|
|
13816
14237
|
var __extends = (this && this.__extends) || (function () {
|
|
13817
14238
|
var extendStatics = function (d, b) {
|
|
@@ -14031,7 +14452,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
14031
14452
|
}(service_1.Service));
|
|
14032
14453
|
exports.EventService = EventService;
|
|
14033
14454
|
|
|
14034
|
-
},{"../service":
|
|
14455
|
+
},{"../service":223,"http-status":284}],231:[function(require,module,exports){
|
|
14035
14456
|
"use strict";
|
|
14036
14457
|
var __extends = (this && this.__extends) || (function () {
|
|
14037
14458
|
var extendStatics = function (d, b) {
|
|
@@ -14128,7 +14549,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
14128
14549
|
}(service_1.Service));
|
|
14129
14550
|
exports.IAMService = IAMService;
|
|
14130
14551
|
|
|
14131
|
-
},{"../service":
|
|
14552
|
+
},{"../service":223,"http-status":284}],232:[function(require,module,exports){
|
|
14132
14553
|
"use strict";
|
|
14133
14554
|
var __extends = (this && this.__extends) || (function () {
|
|
14134
14555
|
var extendStatics = function (d, b) {
|
|
@@ -14285,7 +14706,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14285
14706
|
}(service_1.Service));
|
|
14286
14707
|
exports.OfferService = OfferService;
|
|
14287
14708
|
|
|
14288
|
-
},{"../service":
|
|
14709
|
+
},{"../service":223,"http-status":284}],233:[function(require,module,exports){
|
|
14289
14710
|
"use strict";
|
|
14290
14711
|
var __extends = (this && this.__extends) || (function () {
|
|
14291
14712
|
var extendStatics = function (d, b) {
|
|
@@ -14577,9 +14998,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
14577
14998
|
}(service_1.Service));
|
|
14578
14999
|
exports.OrderService = OrderService;
|
|
14579
15000
|
|
|
14580
|
-
},{"../service":
|
|
15001
|
+
},{"../service":223,"http-status":284}],234:[function(require,module,exports){
|
|
14581
15002
|
arguments[4][14][0].apply(exports,arguments)
|
|
14582
|
-
},{"dup":14}],
|
|
15003
|
+
},{"dup":14}],235:[function(require,module,exports){
|
|
14583
15004
|
"use strict";
|
|
14584
15005
|
var __extends = (this && this.__extends) || (function () {
|
|
14585
15006
|
var extendStatics = function (d, b) {
|
|
@@ -14824,7 +15245,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
14824
15245
|
}(service_1.Service));
|
|
14825
15246
|
exports.PaymentService = PaymentService;
|
|
14826
15247
|
|
|
14827
|
-
},{"../factory":
|
|
15248
|
+
},{"../factory":218,"../service":223,"http-status":284}],236:[function(require,module,exports){
|
|
14828
15249
|
"use strict";
|
|
14829
15250
|
var __extends = (this && this.__extends) || (function () {
|
|
14830
15251
|
var extendStatics = function (d, b) {
|
|
@@ -14950,9 +15371,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
14950
15371
|
}(service_1.Service));
|
|
14951
15372
|
exports.PermitService = PermitService;
|
|
14952
15373
|
|
|
14953
|
-
},{"../service":
|
|
14954
|
-
arguments[4][
|
|
14955
|
-
},{"../service":
|
|
15374
|
+
},{"../service":223,"http-status":284}],237:[function(require,module,exports){
|
|
15375
|
+
arguments[4][201][0].apply(exports,arguments)
|
|
15376
|
+
},{"../service":223,"dup":201,"http-status":284}],238:[function(require,module,exports){
|
|
14956
15377
|
"use strict";
|
|
14957
15378
|
var __extends = (this && this.__extends) || (function () {
|
|
14958
15379
|
var extendStatics = function (d, b) {
|
|
@@ -15319,7 +15740,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15319
15740
|
}(service_1.Service));
|
|
15320
15741
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
15321
15742
|
|
|
15322
|
-
},{"../../factory":
|
|
15743
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],239:[function(require,module,exports){
|
|
15323
15744
|
"use strict";
|
|
15324
15745
|
var __extends = (this && this.__extends) || (function () {
|
|
15325
15746
|
var extendStatics = function (d, b) {
|
|
@@ -15469,11 +15890,39 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
15469
15890
|
});
|
|
15470
15891
|
});
|
|
15471
15892
|
};
|
|
15893
|
+
/**
|
|
15894
|
+
* ターミナル検索
|
|
15895
|
+
*/
|
|
15896
|
+
PlaceService.prototype.searchBusStops = function (params) {
|
|
15897
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
15898
|
+
var _this = this;
|
|
15899
|
+
return __generator(this, function (_a) {
|
|
15900
|
+
return [2 /*return*/, this.fetch({
|
|
15901
|
+
uri: "/places/" + factory.placeType.BusStop,
|
|
15902
|
+
method: 'GET',
|
|
15903
|
+
qs: params,
|
|
15904
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
15905
|
+
})
|
|
15906
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
15907
|
+
var _a;
|
|
15908
|
+
return __generator(this, function (_b) {
|
|
15909
|
+
switch (_b.label) {
|
|
15910
|
+
case 0:
|
|
15911
|
+
_a = {};
|
|
15912
|
+
return [4 /*yield*/, response.json()];
|
|
15913
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
15914
|
+
_a)];
|
|
15915
|
+
}
|
|
15916
|
+
});
|
|
15917
|
+
}); })];
|
|
15918
|
+
});
|
|
15919
|
+
});
|
|
15920
|
+
};
|
|
15472
15921
|
return PlaceService;
|
|
15473
15922
|
}(service_1.Service));
|
|
15474
15923
|
exports.PlaceService = PlaceService;
|
|
15475
15924
|
|
|
15476
|
-
},{"../factory":
|
|
15925
|
+
},{"../factory":218,"../service":223,"http-status":284}],240:[function(require,module,exports){
|
|
15477
15926
|
"use strict";
|
|
15478
15927
|
var __extends = (this && this.__extends) || (function () {
|
|
15479
15928
|
var extendStatics = function (d, b) {
|
|
@@ -15590,7 +16039,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
15590
16039
|
}(service_1.Service));
|
|
15591
16040
|
exports.ProductService = ProductService;
|
|
15592
16041
|
|
|
15593
|
-
},{"../service":
|
|
16042
|
+
},{"../service":223,"http-status":284}],241:[function(require,module,exports){
|
|
15594
16043
|
"use strict";
|
|
15595
16044
|
var __extends = (this && this.__extends) || (function () {
|
|
15596
16045
|
var extendStatics = function (d, b) {
|
|
@@ -15755,7 +16204,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
15755
16204
|
}(service_1.Service));
|
|
15756
16205
|
exports.ProjectService = ProjectService;
|
|
15757
16206
|
|
|
15758
|
-
},{"../service":
|
|
16207
|
+
},{"../service":223,"http-status":284}],242:[function(require,module,exports){
|
|
15759
16208
|
"use strict";
|
|
15760
16209
|
var __extends = (this && this.__extends) || (function () {
|
|
15761
16210
|
var extendStatics = function (d, b) {
|
|
@@ -15921,9 +16370,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
15921
16370
|
}(service_1.Service));
|
|
15922
16371
|
exports.ReservationService = ReservationService;
|
|
15923
16372
|
|
|
15924
|
-
},{"../service":
|
|
16373
|
+
},{"../service":223,"http-status":284}],243:[function(require,module,exports){
|
|
15925
16374
|
arguments[4][14][0].apply(exports,arguments)
|
|
15926
|
-
},{"dup":14}],
|
|
16375
|
+
},{"dup":14}],244:[function(require,module,exports){
|
|
15927
16376
|
"use strict";
|
|
15928
16377
|
var __extends = (this && this.__extends) || (function () {
|
|
15929
16378
|
var extendStatics = function (d, b) {
|
|
@@ -16038,9 +16487,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
16038
16487
|
}(service_1.Service));
|
|
16039
16488
|
exports.SellerService = SellerService;
|
|
16040
16489
|
|
|
16041
|
-
},{"../service":
|
|
16042
|
-
arguments[4][
|
|
16043
|
-
},{"../service":
|
|
16490
|
+
},{"../service":223,"http-status":284}],245:[function(require,module,exports){
|
|
16491
|
+
arguments[4][210][0].apply(exports,arguments)
|
|
16492
|
+
},{"../service":223,"dup":210,"http-status":284}],246:[function(require,module,exports){
|
|
16044
16493
|
"use strict";
|
|
16045
16494
|
var __extends = (this && this.__extends) || (function () {
|
|
16046
16495
|
var extendStatics = function (d, b) {
|
|
@@ -16190,7 +16639,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
16190
16639
|
}(service_1.Service));
|
|
16191
16640
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
16192
16641
|
|
|
16193
|
-
},{"../../factory":
|
|
16642
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],247:[function(require,module,exports){
|
|
16194
16643
|
"use strict";
|
|
16195
16644
|
var __extends = (this && this.__extends) || (function () {
|
|
16196
16645
|
var extendStatics = function (d, b) {
|
|
@@ -16448,7 +16897,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16448
16897
|
}(service_1.Service));
|
|
16449
16898
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
16450
16899
|
|
|
16451
|
-
},{"../../factory":
|
|
16900
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],248:[function(require,module,exports){
|
|
16452
16901
|
"use strict";
|
|
16453
16902
|
var __extends = (this && this.__extends) || (function () {
|
|
16454
16903
|
var extendStatics = function (d, b) {
|
|
@@ -16581,7 +17030,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
16581
17030
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
16582
17031
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
16583
17032
|
|
|
16584
|
-
},{"./placeOrder":
|
|
17033
|
+
},{"./placeOrder":247,"http-status":284}],249:[function(require,module,exports){
|
|
16585
17034
|
"use strict";
|
|
16586
17035
|
var __extends = (this && this.__extends) || (function () {
|
|
16587
17036
|
var extendStatics = function (d, b) {
|
|
@@ -16712,7 +17161,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
16712
17161
|
}(service_1.Service));
|
|
16713
17162
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
16714
17163
|
|
|
16715
|
-
},{"../../factory":
|
|
17164
|
+
},{"../../factory":218,"../../service":223,"http-status":284}],250:[function(require,module,exports){
|
|
16716
17165
|
"use strict";
|
|
16717
17166
|
var __extends = (this && this.__extends) || (function () {
|
|
16718
17167
|
var extendStatics = function (d, b) {
|
|
@@ -16909,7 +17358,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
16909
17358
|
}());
|
|
16910
17359
|
exports.StubTransporter = StubTransporter;
|
|
16911
17360
|
|
|
16912
|
-
},{"debug":
|
|
17361
|
+
},{"debug":276,"isomorphic-fetch":287}],251:[function(require,module,exports){
|
|
16913
17362
|
'use strict';
|
|
16914
17363
|
|
|
16915
17364
|
var replace = String.prototype.replace;
|
|
@@ -16934,7 +17383,7 @@ module.exports = {
|
|
|
16934
17383
|
RFC3986: Format.RFC3986
|
|
16935
17384
|
};
|
|
16936
17385
|
|
|
16937
|
-
},{}],
|
|
17386
|
+
},{}],252:[function(require,module,exports){
|
|
16938
17387
|
'use strict';
|
|
16939
17388
|
|
|
16940
17389
|
var stringify = require('./stringify');
|
|
@@ -16947,7 +17396,7 @@ module.exports = {
|
|
|
16947
17396
|
stringify: stringify
|
|
16948
17397
|
};
|
|
16949
17398
|
|
|
16950
|
-
},{"./formats":
|
|
17399
|
+
},{"./formats":251,"./parse":253,"./stringify":254}],253:[function(require,module,exports){
|
|
16951
17400
|
'use strict';
|
|
16952
17401
|
|
|
16953
17402
|
var utils = require('./utils');
|
|
@@ -17212,7 +17661,7 @@ module.exports = function (str, opts) {
|
|
|
17212
17661
|
return utils.compact(obj);
|
|
17213
17662
|
};
|
|
17214
17663
|
|
|
17215
|
-
},{"./utils":
|
|
17664
|
+
},{"./utils":255}],254:[function(require,module,exports){
|
|
17216
17665
|
'use strict';
|
|
17217
17666
|
|
|
17218
17667
|
var getSideChannel = require('side-channel');
|
|
@@ -17540,7 +17989,7 @@ module.exports = function (object, opts) {
|
|
|
17540
17989
|
return joined.length > 0 ? prefix + joined : '';
|
|
17541
17990
|
};
|
|
17542
17991
|
|
|
17543
|
-
},{"./formats":
|
|
17992
|
+
},{"./formats":251,"./utils":255,"side-channel":299}],255:[function(require,module,exports){
|
|
17544
17993
|
'use strict';
|
|
17545
17994
|
|
|
17546
17995
|
var formats = require('./formats');
|
|
@@ -17794,9 +18243,9 @@ module.exports = {
|
|
|
17794
18243
|
merge: merge
|
|
17795
18244
|
};
|
|
17796
18245
|
|
|
17797
|
-
},{"./formats":
|
|
18246
|
+
},{"./formats":251}],256:[function(require,module,exports){
|
|
17798
18247
|
arguments[4][14][0].apply(exports,arguments)
|
|
17799
|
-
},{"dup":14}],
|
|
18248
|
+
},{"dup":14}],257:[function(require,module,exports){
|
|
17800
18249
|
"use strict";
|
|
17801
18250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17802
18251
|
/**
|
|
@@ -17815,7 +18264,7 @@ var ErrorCode;
|
|
|
17815
18264
|
})(ErrorCode || (ErrorCode = {}));
|
|
17816
18265
|
exports.default = ErrorCode;
|
|
17817
18266
|
|
|
17818
|
-
},{}],
|
|
18267
|
+
},{}],258:[function(require,module,exports){
|
|
17819
18268
|
"use strict";
|
|
17820
18269
|
var __extends = (this && this.__extends) || (function () {
|
|
17821
18270
|
var extendStatics = function (d, b) {
|
|
@@ -17856,7 +18305,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
17856
18305
|
}(waiter_1.WaiterError));
|
|
17857
18306
|
exports.default = ArgumentError;
|
|
17858
18307
|
|
|
17859
|
-
},{"../errorCode":
|
|
18308
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],259:[function(require,module,exports){
|
|
17860
18309
|
"use strict";
|
|
17861
18310
|
var __extends = (this && this.__extends) || (function () {
|
|
17862
18311
|
var extendStatics = function (d, b) {
|
|
@@ -17897,7 +18346,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
17897
18346
|
}(waiter_1.WaiterError));
|
|
17898
18347
|
exports.default = ArgumentNullError;
|
|
17899
18348
|
|
|
17900
|
-
},{"../errorCode":
|
|
18349
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],260:[function(require,module,exports){
|
|
17901
18350
|
"use strict";
|
|
17902
18351
|
var __extends = (this && this.__extends) || (function () {
|
|
17903
18352
|
var extendStatics = function (d, b) {
|
|
@@ -17937,7 +18386,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
17937
18386
|
}(waiter_1.WaiterError));
|
|
17938
18387
|
exports.default = ForbiddenError;
|
|
17939
18388
|
|
|
17940
|
-
},{"../errorCode":
|
|
18389
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],261:[function(require,module,exports){
|
|
17941
18390
|
"use strict";
|
|
17942
18391
|
var __extends = (this && this.__extends) || (function () {
|
|
17943
18392
|
var extendStatics = function (d, b) {
|
|
@@ -17978,7 +18427,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
17978
18427
|
}(waiter_1.WaiterError));
|
|
17979
18428
|
exports.default = NotFoundError;
|
|
17980
18429
|
|
|
17981
|
-
},{"../errorCode":
|
|
18430
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],262:[function(require,module,exports){
|
|
17982
18431
|
"use strict";
|
|
17983
18432
|
var __extends = (this && this.__extends) || (function () {
|
|
17984
18433
|
var extendStatics = function (d, b) {
|
|
@@ -18018,7 +18467,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
18018
18467
|
}(waiter_1.WaiterError));
|
|
18019
18468
|
exports.default = RateLimitExceededError;
|
|
18020
18469
|
|
|
18021
|
-
},{"../errorCode":
|
|
18470
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],263:[function(require,module,exports){
|
|
18022
18471
|
"use strict";
|
|
18023
18472
|
var __extends = (this && this.__extends) || (function () {
|
|
18024
18473
|
var extendStatics = function (d, b) {
|
|
@@ -18058,7 +18507,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
18058
18507
|
}(waiter_1.WaiterError));
|
|
18059
18508
|
exports.default = ServiceUnavailableError;
|
|
18060
18509
|
|
|
18061
|
-
},{"../errorCode":
|
|
18510
|
+
},{"../errorCode":257,"./waiter":264,"setprototypeof":298}],264:[function(require,module,exports){
|
|
18062
18511
|
"use strict";
|
|
18063
18512
|
var __extends = (this && this.__extends) || (function () {
|
|
18064
18513
|
var extendStatics = function (d, b) {
|
|
@@ -18091,7 +18540,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
18091
18540
|
}(Error));
|
|
18092
18541
|
exports.WaiterError = WaiterError;
|
|
18093
18542
|
|
|
18094
|
-
},{}],
|
|
18543
|
+
},{}],265:[function(require,module,exports){
|
|
18095
18544
|
"use strict";
|
|
18096
18545
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18097
18546
|
/**
|
|
@@ -18112,13 +18561,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
18112
18561
|
var waiter_1 = require("./error/waiter");
|
|
18113
18562
|
exports.Waiter = waiter_1.WaiterError;
|
|
18114
18563
|
|
|
18115
|
-
},{"./error/argument":
|
|
18564
|
+
},{"./error/argument":258,"./error/argumentNull":259,"./error/forbidden":260,"./error/notFound":261,"./error/rateLimitExceeded":262,"./error/serviceUnavailable":263,"./error/waiter":264}],266:[function(require,module,exports){
|
|
18116
18565
|
arguments[4][14][0].apply(exports,arguments)
|
|
18117
|
-
},{"dup":14}],
|
|
18566
|
+
},{"dup":14}],267:[function(require,module,exports){
|
|
18118
18567
|
arguments[4][14][0].apply(exports,arguments)
|
|
18119
|
-
},{"dup":14}],
|
|
18568
|
+
},{"dup":14}],268:[function(require,module,exports){
|
|
18120
18569
|
arguments[4][14][0].apply(exports,arguments)
|
|
18121
|
-
},{"dup":14}],
|
|
18570
|
+
},{"dup":14}],269:[function(require,module,exports){
|
|
18122
18571
|
"use strict";
|
|
18123
18572
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18124
18573
|
/**
|
|
@@ -18137,7 +18586,7 @@ exports.passport = passport;
|
|
|
18137
18586
|
exports.project = project;
|
|
18138
18587
|
exports.rule = rule;
|
|
18139
18588
|
|
|
18140
|
-
},{"./factory/client":
|
|
18589
|
+
},{"./factory/client":256,"./factory/errorCode":257,"./factory/errors":265,"./factory/passport":266,"./factory/project":267,"./factory/rule":268}],270:[function(require,module,exports){
|
|
18141
18590
|
'use strict'
|
|
18142
18591
|
|
|
18143
18592
|
exports.byteLength = byteLength
|
|
@@ -18291,9 +18740,9 @@ function fromByteArray (uint8) {
|
|
|
18291
18740
|
return parts.join('')
|
|
18292
18741
|
}
|
|
18293
18742
|
|
|
18294
|
-
},{}],
|
|
18743
|
+
},{}],271:[function(require,module,exports){
|
|
18295
18744
|
|
|
18296
|
-
},{}],
|
|
18745
|
+
},{}],272:[function(require,module,exports){
|
|
18297
18746
|
(function (Buffer){
|
|
18298
18747
|
/*!
|
|
18299
18748
|
* The buffer module from node.js, for the browser.
|
|
@@ -20074,7 +20523,7 @@ function numberIsNaN (obj) {
|
|
|
20074
20523
|
}
|
|
20075
20524
|
|
|
20076
20525
|
}).call(this,require("buffer").Buffer)
|
|
20077
|
-
},{"base64-js":
|
|
20526
|
+
},{"base64-js":270,"buffer":272,"ieee754":286}],273:[function(require,module,exports){
|
|
20078
20527
|
'use strict';
|
|
20079
20528
|
|
|
20080
20529
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -20091,7 +20540,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
20091
20540
|
return intrinsic;
|
|
20092
20541
|
};
|
|
20093
20542
|
|
|
20094
|
-
},{"./":
|
|
20543
|
+
},{"./":274,"get-intrinsic":280}],274:[function(require,module,exports){
|
|
20095
20544
|
'use strict';
|
|
20096
20545
|
|
|
20097
20546
|
var bind = require('function-bind');
|
|
@@ -20140,7 +20589,7 @@ if ($defineProperty) {
|
|
|
20140
20589
|
module.exports.apply = applyBind;
|
|
20141
20590
|
}
|
|
20142
20591
|
|
|
20143
|
-
},{"function-bind":
|
|
20592
|
+
},{"function-bind":279,"get-intrinsic":280}],275:[function(require,module,exports){
|
|
20144
20593
|
/**
|
|
20145
20594
|
* Helpers.
|
|
20146
20595
|
*/
|
|
@@ -20304,7 +20753,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
20304
20753
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
20305
20754
|
}
|
|
20306
20755
|
|
|
20307
|
-
},{}],
|
|
20756
|
+
},{}],276:[function(require,module,exports){
|
|
20308
20757
|
(function (process){
|
|
20309
20758
|
"use strict";
|
|
20310
20759
|
|
|
@@ -20488,7 +20937,7 @@ formatters.j = function (v) {
|
|
|
20488
20937
|
|
|
20489
20938
|
|
|
20490
20939
|
}).call(this,require('_process'))
|
|
20491
|
-
},{"./common":
|
|
20940
|
+
},{"./common":277,"_process":289}],277:[function(require,module,exports){
|
|
20492
20941
|
"use strict";
|
|
20493
20942
|
|
|
20494
20943
|
/**
|
|
@@ -20739,7 +21188,7 @@ function setup(env) {
|
|
|
20739
21188
|
module.exports = setup;
|
|
20740
21189
|
|
|
20741
21190
|
|
|
20742
|
-
},{"ms":
|
|
21191
|
+
},{"ms":275}],278:[function(require,module,exports){
|
|
20743
21192
|
'use strict';
|
|
20744
21193
|
|
|
20745
21194
|
/* eslint no-invalid-this: 1 */
|
|
@@ -20793,14 +21242,14 @@ module.exports = function bind(that) {
|
|
|
20793
21242
|
return bound;
|
|
20794
21243
|
};
|
|
20795
21244
|
|
|
20796
|
-
},{}],
|
|
21245
|
+
},{}],279:[function(require,module,exports){
|
|
20797
21246
|
'use strict';
|
|
20798
21247
|
|
|
20799
21248
|
var implementation = require('./implementation');
|
|
20800
21249
|
|
|
20801
21250
|
module.exports = Function.prototype.bind || implementation;
|
|
20802
21251
|
|
|
20803
|
-
},{"./implementation":
|
|
21252
|
+
},{"./implementation":278}],280:[function(require,module,exports){
|
|
20804
21253
|
'use strict';
|
|
20805
21254
|
|
|
20806
21255
|
var undefined;
|
|
@@ -21132,7 +21581,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
21132
21581
|
return value;
|
|
21133
21582
|
};
|
|
21134
21583
|
|
|
21135
|
-
},{"function-bind":
|
|
21584
|
+
},{"function-bind":279,"has":283,"has-symbols":281}],281:[function(require,module,exports){
|
|
21136
21585
|
'use strict';
|
|
21137
21586
|
|
|
21138
21587
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -21147,7 +21596,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
21147
21596
|
return hasSymbolSham();
|
|
21148
21597
|
};
|
|
21149
21598
|
|
|
21150
|
-
},{"./shams":
|
|
21599
|
+
},{"./shams":282}],282:[function(require,module,exports){
|
|
21151
21600
|
'use strict';
|
|
21152
21601
|
|
|
21153
21602
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -21191,14 +21640,14 @@ module.exports = function hasSymbols() {
|
|
|
21191
21640
|
return true;
|
|
21192
21641
|
};
|
|
21193
21642
|
|
|
21194
|
-
},{}],
|
|
21643
|
+
},{}],283:[function(require,module,exports){
|
|
21195
21644
|
'use strict';
|
|
21196
21645
|
|
|
21197
21646
|
var bind = require('function-bind');
|
|
21198
21647
|
|
|
21199
21648
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
21200
21649
|
|
|
21201
|
-
},{"function-bind":
|
|
21650
|
+
},{"function-bind":279}],284:[function(require,module,exports){
|
|
21202
21651
|
// Generated by CoffeeScript 2.3.0
|
|
21203
21652
|
// # node-http-status
|
|
21204
21653
|
|
|
@@ -21823,13 +22272,13 @@ module.exports = {
|
|
|
21823
22272
|
}
|
|
21824
22273
|
};
|
|
21825
22274
|
|
|
21826
|
-
},{}],
|
|
22275
|
+
},{}],285:[function(require,module,exports){
|
|
21827
22276
|
(function (process,global){
|
|
21828
22277
|
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;
|
|
21829
22278
|
|
|
21830
22279
|
|
|
21831
22280
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
21832
|
-
},{"_process":
|
|
22281
|
+
},{"_process":289}],286:[function(require,module,exports){
|
|
21833
22282
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
21834
22283
|
var e, m
|
|
21835
22284
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -21915,7 +22364,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21915
22364
|
buffer[offset + i - d] |= s * 128
|
|
21916
22365
|
}
|
|
21917
22366
|
|
|
21918
|
-
},{}],
|
|
22367
|
+
},{}],287:[function(require,module,exports){
|
|
21919
22368
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
21920
22369
|
// on the global object (window or self)
|
|
21921
22370
|
//
|
|
@@ -21923,7 +22372,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21923
22372
|
require('whatwg-fetch');
|
|
21924
22373
|
module.exports = self.fetch.bind(self);
|
|
21925
22374
|
|
|
21926
|
-
},{"whatwg-fetch":
|
|
22375
|
+
},{"whatwg-fetch":300}],288:[function(require,module,exports){
|
|
21927
22376
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
21928
22377
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
21929
22378
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -22437,7 +22886,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
22437
22886
|
return xs;
|
|
22438
22887
|
}
|
|
22439
22888
|
|
|
22440
|
-
},{"./util.inspect":
|
|
22889
|
+
},{"./util.inspect":271}],289:[function(require,module,exports){
|
|
22441
22890
|
// shim for using process in browser
|
|
22442
22891
|
var process = module.exports = {};
|
|
22443
22892
|
|
|
@@ -22623,7 +23072,7 @@ process.chdir = function (dir) {
|
|
|
22623
23072
|
};
|
|
22624
23073
|
process.umask = function() { return 0; };
|
|
22625
23074
|
|
|
22626
|
-
},{}],
|
|
23075
|
+
},{}],290:[function(require,module,exports){
|
|
22627
23076
|
'use strict';
|
|
22628
23077
|
|
|
22629
23078
|
var replace = String.prototype.replace;
|
|
@@ -22651,9 +23100,9 @@ module.exports = util.assign(
|
|
|
22651
23100
|
Format
|
|
22652
23101
|
);
|
|
22653
23102
|
|
|
22654
|
-
},{"./utils":
|
|
22655
|
-
arguments[4][
|
|
22656
|
-
},{"./formats":
|
|
23103
|
+
},{"./utils":294}],291:[function(require,module,exports){
|
|
23104
|
+
arguments[4][252][0].apply(exports,arguments)
|
|
23105
|
+
},{"./formats":290,"./parse":292,"./stringify":293,"dup":252}],292:[function(require,module,exports){
|
|
22657
23106
|
'use strict';
|
|
22658
23107
|
|
|
22659
23108
|
var utils = require('./utils');
|
|
@@ -22922,7 +23371,7 @@ module.exports = function (str, opts) {
|
|
|
22922
23371
|
return utils.compact(obj);
|
|
22923
23372
|
};
|
|
22924
23373
|
|
|
22925
|
-
},{"./utils":
|
|
23374
|
+
},{"./utils":294}],293:[function(require,module,exports){
|
|
22926
23375
|
'use strict';
|
|
22927
23376
|
|
|
22928
23377
|
var utils = require('./utils');
|
|
@@ -23195,7 +23644,7 @@ module.exports = function (object, opts) {
|
|
|
23195
23644
|
return joined.length > 0 ? prefix + joined : '';
|
|
23196
23645
|
};
|
|
23197
23646
|
|
|
23198
|
-
},{"./formats":
|
|
23647
|
+
},{"./formats":290,"./utils":294}],294:[function(require,module,exports){
|
|
23199
23648
|
'use strict';
|
|
23200
23649
|
|
|
23201
23650
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -23427,7 +23876,7 @@ module.exports = {
|
|
|
23427
23876
|
merge: merge
|
|
23428
23877
|
};
|
|
23429
23878
|
|
|
23430
|
-
},{}],
|
|
23879
|
+
},{}],295:[function(require,module,exports){
|
|
23431
23880
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23432
23881
|
//
|
|
23433
23882
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23513,7 +23962,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
23513
23962
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
23514
23963
|
};
|
|
23515
23964
|
|
|
23516
|
-
},{}],
|
|
23965
|
+
},{}],296:[function(require,module,exports){
|
|
23517
23966
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23518
23967
|
//
|
|
23519
23968
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23600,13 +24049,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
23600
24049
|
return res;
|
|
23601
24050
|
};
|
|
23602
24051
|
|
|
23603
|
-
},{}],
|
|
24052
|
+
},{}],297:[function(require,module,exports){
|
|
23604
24053
|
'use strict';
|
|
23605
24054
|
|
|
23606
24055
|
exports.decode = exports.parse = require('./decode');
|
|
23607
24056
|
exports.encode = exports.stringify = require('./encode');
|
|
23608
24057
|
|
|
23609
|
-
},{"./decode":
|
|
24058
|
+
},{"./decode":295,"./encode":296}],298:[function(require,module,exports){
|
|
23610
24059
|
'use strict'
|
|
23611
24060
|
/* eslint no-proto: 0 */
|
|
23612
24061
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -23625,7 +24074,7 @@ function mixinProperties (obj, proto) {
|
|
|
23625
24074
|
return obj
|
|
23626
24075
|
}
|
|
23627
24076
|
|
|
23628
|
-
},{}],
|
|
24077
|
+
},{}],299:[function(require,module,exports){
|
|
23629
24078
|
'use strict';
|
|
23630
24079
|
|
|
23631
24080
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -23751,7 +24200,7 @@ module.exports = function getSideChannel() {
|
|
|
23751
24200
|
return channel;
|
|
23752
24201
|
};
|
|
23753
24202
|
|
|
23754
|
-
},{"call-bind/callBound":
|
|
24203
|
+
},{"call-bind/callBound":273,"get-intrinsic":280,"object-inspect":288}],300:[function(require,module,exports){
|
|
23755
24204
|
(function(self) {
|
|
23756
24205
|
'use strict';
|
|
23757
24206
|
|