@cinerino/sdk 3.140.0-alpha.0 → 3.140.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/playground/public/lib/bundle.js +351 -218
- package/example/src/chevre/assetTransaction/processPayMGTicket.ts +1 -0
- package/example/src/chevre/assetTransaction/processPayMovieTicket.ts +1 -0
- package/example/src/transaction/checkMovieTicket.ts +1 -0
- package/example/src/transaction/processPlaceOrderByMovieTicket.ts +1 -0
- package/example/src/transaction/processPlaceOrderByMovieTicket4COA.ts +1 -0
- package/lib/bundle.js +353 -220
- package/package.json +2 -2
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("@cinerino/api-abstract-client"), exports);
|
|
20
20
|
|
|
21
|
-
},{"@cinerino/api-abstract-client":
|
|
21
|
+
},{"@cinerino/api-abstract-client":223}],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":280,"idtoken-verifier":289,"qs":295}],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":280}],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":280}],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":276,"crypto":275,"debug":280,"http-status":288,"isomorphic-fetch":291,"querystring":301}],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;
|
|
@@ -1831,12 +1831,15 @@ exports.CreativeWorkType = void 0;
|
|
|
1831
1831
|
*/
|
|
1832
1832
|
var CreativeWorkType;
|
|
1833
1833
|
(function (CreativeWorkType) {
|
|
1834
|
+
CreativeWorkType["Comment"] = "Comment";
|
|
1834
1835
|
CreativeWorkType["EmailMessage"] = "EmailMessage";
|
|
1835
1836
|
CreativeWorkType["Movie"] = "Movie";
|
|
1836
1837
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
1837
1838
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
1838
1839
|
|
|
1839
1840
|
},{}],65:[function(require,module,exports){
|
|
1841
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1842
|
+
},{"dup":14}],66:[function(require,module,exports){
|
|
1840
1843
|
"use strict";
|
|
1841
1844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1842
1845
|
exports.AboutIdentifier = void 0;
|
|
@@ -1848,13 +1851,13 @@ var AboutIdentifier;
|
|
|
1848
1851
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
1849
1852
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
1850
1853
|
|
|
1851
|
-
},{}],
|
|
1852
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
1853
|
-
},{"dup":14}],67:[function(require,module,exports){
|
|
1854
|
+
},{}],67:[function(require,module,exports){
|
|
1854
1855
|
arguments[4][14][0].apply(exports,arguments)
|
|
1855
1856
|
},{"dup":14}],68:[function(require,module,exports){
|
|
1856
1857
|
arguments[4][14][0].apply(exports,arguments)
|
|
1857
1858
|
},{"dup":14}],69:[function(require,module,exports){
|
|
1859
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
1860
|
+
},{"dup":14}],70:[function(require,module,exports){
|
|
1858
1861
|
"use strict";
|
|
1859
1862
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1860
1863
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -1897,7 +1900,7 @@ var Video;
|
|
|
1897
1900
|
(function (Video) {
|
|
1898
1901
|
})(Video = exports.Video || (exports.Video = {}));
|
|
1899
1902
|
|
|
1900
|
-
},{}],
|
|
1903
|
+
},{}],71:[function(require,module,exports){
|
|
1901
1904
|
"use strict";
|
|
1902
1905
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1903
1906
|
exports.ErrorCode = void 0;
|
|
@@ -1918,7 +1921,7 @@ var ErrorCode;
|
|
|
1918
1921
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
1919
1922
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
1920
1923
|
|
|
1921
|
-
},{}],
|
|
1924
|
+
},{}],72:[function(require,module,exports){
|
|
1922
1925
|
"use strict";
|
|
1923
1926
|
var __extends = (this && this.__extends) || (function () {
|
|
1924
1927
|
var extendStatics = function (d, b) {
|
|
@@ -1963,7 +1966,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
1963
1966
|
}(chevre_1.ChevreError));
|
|
1964
1967
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
1965
1968
|
|
|
1966
|
-
},{"../errorCode":
|
|
1969
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],73:[function(require,module,exports){
|
|
1967
1970
|
"use strict";
|
|
1968
1971
|
var __extends = (this && this.__extends) || (function () {
|
|
1969
1972
|
var extendStatics = function (d, b) {
|
|
@@ -2007,7 +2010,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
2007
2010
|
}(chevre_1.ChevreError));
|
|
2008
2011
|
exports.ArgumentError = ArgumentError;
|
|
2009
2012
|
|
|
2010
|
-
},{"../errorCode":
|
|
2013
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],74:[function(require,module,exports){
|
|
2011
2014
|
"use strict";
|
|
2012
2015
|
var __extends = (this && this.__extends) || (function () {
|
|
2013
2016
|
var extendStatics = function (d, b) {
|
|
@@ -2051,7 +2054,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
2051
2054
|
}(chevre_1.ChevreError));
|
|
2052
2055
|
exports.ArgumentNullError = ArgumentNullError;
|
|
2053
2056
|
|
|
2054
|
-
},{"../errorCode":
|
|
2057
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],75:[function(require,module,exports){
|
|
2055
2058
|
"use strict";
|
|
2056
2059
|
var __extends = (this && this.__extends) || (function () {
|
|
2057
2060
|
var extendStatics = function (d, b) {
|
|
@@ -2090,7 +2093,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
2090
2093
|
}(Error));
|
|
2091
2094
|
exports.ChevreError = ChevreError;
|
|
2092
2095
|
|
|
2093
|
-
},{"setprototypeof":
|
|
2096
|
+
},{"setprototypeof":302}],76:[function(require,module,exports){
|
|
2094
2097
|
"use strict";
|
|
2095
2098
|
var __extends = (this && this.__extends) || (function () {
|
|
2096
2099
|
var extendStatics = function (d, b) {
|
|
@@ -2133,7 +2136,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
2133
2136
|
}(chevre_1.ChevreError));
|
|
2134
2137
|
exports.ForbiddenError = ForbiddenError;
|
|
2135
2138
|
|
|
2136
|
-
},{"../errorCode":
|
|
2139
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],77:[function(require,module,exports){
|
|
2137
2140
|
"use strict";
|
|
2138
2141
|
var __extends = (this && this.__extends) || (function () {
|
|
2139
2142
|
var extendStatics = function (d, b) {
|
|
@@ -2176,7 +2179,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
2176
2179
|
}(chevre_1.ChevreError));
|
|
2177
2180
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
2178
2181
|
|
|
2179
|
-
},{"../errorCode":
|
|
2182
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],78:[function(require,module,exports){
|
|
2180
2183
|
"use strict";
|
|
2181
2184
|
var __extends = (this && this.__extends) || (function () {
|
|
2182
2185
|
var extendStatics = function (d, b) {
|
|
@@ -2220,7 +2223,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
2220
2223
|
}(chevre_1.ChevreError));
|
|
2221
2224
|
exports.NotFoundError = NotFoundError;
|
|
2222
2225
|
|
|
2223
|
-
},{"../errorCode":
|
|
2226
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],79:[function(require,module,exports){
|
|
2224
2227
|
"use strict";
|
|
2225
2228
|
var __extends = (this && this.__extends) || (function () {
|
|
2226
2229
|
var extendStatics = function (d, b) {
|
|
@@ -2263,7 +2266,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
2263
2266
|
}(chevre_1.ChevreError));
|
|
2264
2267
|
exports.NotImplementedError = NotImplementedError;
|
|
2265
2268
|
|
|
2266
|
-
},{"../errorCode":
|
|
2269
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],80:[function(require,module,exports){
|
|
2267
2270
|
"use strict";
|
|
2268
2271
|
var __extends = (this && this.__extends) || (function () {
|
|
2269
2272
|
var extendStatics = function (d, b) {
|
|
@@ -2306,7 +2309,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
2306
2309
|
}(chevre_1.ChevreError));
|
|
2307
2310
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
2308
2311
|
|
|
2309
|
-
},{"../errorCode":
|
|
2312
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],81:[function(require,module,exports){
|
|
2310
2313
|
"use strict";
|
|
2311
2314
|
var __extends = (this && this.__extends) || (function () {
|
|
2312
2315
|
var extendStatics = function (d, b) {
|
|
@@ -2349,7 +2352,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
2349
2352
|
}(chevre_1.ChevreError));
|
|
2350
2353
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
2351
2354
|
|
|
2352
|
-
},{"../errorCode":
|
|
2355
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],82:[function(require,module,exports){
|
|
2353
2356
|
"use strict";
|
|
2354
2357
|
var __extends = (this && this.__extends) || (function () {
|
|
2355
2358
|
var extendStatics = function (d, b) {
|
|
@@ -2392,7 +2395,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
2392
2395
|
}(chevre_1.ChevreError));
|
|
2393
2396
|
exports.UnauthorizedError = UnauthorizedError;
|
|
2394
2397
|
|
|
2395
|
-
},{"../errorCode":
|
|
2398
|
+
},{"../errorCode":71,"./chevre":75,"setprototypeof":302}],83:[function(require,module,exports){
|
|
2396
2399
|
"use strict";
|
|
2397
2400
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2398
2401
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -2422,7 +2425,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
|
|
|
2422
2425
|
var unauthorized_1 = require("./error/unauthorized");
|
|
2423
2426
|
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
2424
2427
|
|
|
2425
|
-
},{"./error/alreadyInUse":
|
|
2428
|
+
},{"./error/alreadyInUse":72,"./error/argument":73,"./error/argumentNull":74,"./error/chevre":75,"./error/forbidden":76,"./error/gatewayTimeout":77,"./error/notFound":78,"./error/notImplemented":79,"./error/rateLimitExceeded":80,"./error/serviceUnavailable":81,"./error/unauthorized":82}],84:[function(require,module,exports){
|
|
2426
2429
|
"use strict";
|
|
2427
2430
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2428
2431
|
exports.EventStatusType = void 0;
|
|
@@ -2437,7 +2440,7 @@ var EventStatusType;
|
|
|
2437
2440
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
2438
2441
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
2439
2442
|
|
|
2440
|
-
},{}],
|
|
2443
|
+
},{}],85:[function(require,module,exports){
|
|
2441
2444
|
"use strict";
|
|
2442
2445
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2443
2446
|
exports.EventType = void 0;
|
|
@@ -2451,13 +2454,13 @@ var EventType;
|
|
|
2451
2454
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
2452
2455
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
2453
2456
|
|
|
2454
|
-
},{}],
|
|
2455
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2456
|
-
},{"dup":14}],86:[function(require,module,exports){
|
|
2457
|
+
},{}],86:[function(require,module,exports){
|
|
2457
2458
|
arguments[4][14][0].apply(exports,arguments)
|
|
2458
2459
|
},{"dup":14}],87:[function(require,module,exports){
|
|
2459
2460
|
arguments[4][14][0].apply(exports,arguments)
|
|
2460
2461
|
},{"dup":14}],88:[function(require,module,exports){
|
|
2462
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2463
|
+
},{"dup":14}],89:[function(require,module,exports){
|
|
2461
2464
|
"use strict";
|
|
2462
2465
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2463
2466
|
exports.RoleType = void 0;
|
|
@@ -2466,7 +2469,7 @@ var RoleType;
|
|
|
2466
2469
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
2467
2470
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
2468
2471
|
|
|
2469
|
-
},{}],
|
|
2472
|
+
},{}],90:[function(require,module,exports){
|
|
2470
2473
|
"use strict";
|
|
2471
2474
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2472
2475
|
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;
|
|
@@ -2516,6 +2519,7 @@ var AdditionalPropertyFactory = require("./additionalProperty");
|
|
|
2516
2519
|
var AuthorizationFactory = require("./authorization");
|
|
2517
2520
|
var CategoryCodeFactory = require("./categoryCode");
|
|
2518
2521
|
var ClientUserFactory = require("./clientUser");
|
|
2522
|
+
var CommentFactory = require("./creativeWork/comment");
|
|
2519
2523
|
var EmailMessageFactory = require("./creativeWork/message/email");
|
|
2520
2524
|
var MovieCreativeWorkFactory = require("./creativeWork/movie");
|
|
2521
2525
|
var WebApplicationFactory = require("./creativeWork/softwareApplication/webApplication");
|
|
@@ -2738,6 +2742,7 @@ exports.categoryCode = CategoryCodeFactory;
|
|
|
2738
2742
|
exports.clientUser = ClientUserFactory;
|
|
2739
2743
|
var creativeWork;
|
|
2740
2744
|
(function (creativeWork) {
|
|
2745
|
+
creativeWork.comment = CommentFactory;
|
|
2741
2746
|
var message;
|
|
2742
2747
|
(function (message) {
|
|
2743
2748
|
message.email = EmailMessageFactory;
|
|
@@ -2882,9 +2887,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
2882
2887
|
exports.unitCode = unitCode_1.UnitCode;
|
|
2883
2888
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
2884
2889
|
|
|
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":
|
|
2890
|
+
},{"./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/comment":65,"./creativeWork/message/email":66,"./creativeWork/movie":67,"./creativeWork/softwareApplication/webApplication":68,"./creativeWorkType":64,"./customer":69,"./encodingFormat":70,"./errorCode":71,"./errors":83,"./event/anyEvent":86,"./event/screeningEvent":87,"./event/screeningEventSeries":88,"./eventStatusType":84,"./eventType":85,"./iam":89,"./invoice":91,"./itemAvailability":92,"./language":93,"./merchantReturnPolicy":94,"./monetaryAmount":95,"./offer":96,"./offerCatalog":97,"./offerType":98,"./order":99,"./orderStatus":100,"./organization":101,"./organizationType":102,"./ownershipInfo":103,"./paymentMethod/paymentCard/creditCard":104,"./paymentMethod/paymentCard/movieTicket":105,"./paymentStatusType":106,"./permit":107,"./person":108,"./personType":109,"./place/busStop":111,"./place/movieTheater":112,"./place/screeningRoom":113,"./place/screeningRoomSection":114,"./place/seat":115,"./placeType":110,"./priceCurrency":116,"./priceSpecification/unitPriceSpecification":118,"./priceSpecificationType":117,"./product":119,"./programMembership":120,"./project":121,"./propertyValue":122,"./propertyValue/locationFeatureSpecification":123,"./qualitativeValue":124,"./quantitativeValue":125,"./report/accountingReport":126,"./reservation/busReservation":129,"./reservation/event":130,"./reservationStatusType":127,"./reservationType":128,"./seller":131,"./service/paymentService":132,"./service/webAPI":133,"./sortType":134,"./task/accountMoneyTransfer":137,"./task/aggregateScreeningEvent":138,"./task/aggregateUseActionsOnEvent":139,"./task/cancelAccountMoneyTransfer":140,"./task/cancelMoneyTransfer":141,"./task/cancelPendingReservation":142,"./task/cancelReservation":143,"./task/deleteAssetTransaction":144,"./task/importEventCapacitiesFromCOA":145,"./task/importEventsFromCOA":146,"./task/importOffersFromCOA":147,"./task/moneyTransfer":148,"./task/orderProgramMembership":149,"./task/pay":150,"./task/refund":151,"./task/registerService":152,"./task/reserve":153,"./task/sendEmailMessage":154,"./task/triggerWebhook":155,"./task/voidPayment":156,"./taskName":135,"./taskStatus":136,"./thing":157,"./transaction/moneyTransfer":161,"./transaction/placeOrder":162,"./transaction/returnOrder":163,"./transactionStatusType":158,"./transactionTasksExportationStatus":159,"./transactionType":160,"./trip/busTrip":165,"./tripType":164,"./unitCode":166,"./unitPriceOffer":167,"@waiter/factory":273}],91:[function(require,module,exports){
|
|
2886
2891
|
arguments[4][14][0].apply(exports,arguments)
|
|
2887
|
-
},{"dup":14}],
|
|
2892
|
+
},{"dup":14}],92:[function(require,module,exports){
|
|
2888
2893
|
"use strict";
|
|
2889
2894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2890
2895
|
exports.ItemAvailability = void 0;
|
|
@@ -2904,9 +2909,9 @@ var ItemAvailability;
|
|
|
2904
2909
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
2905
2910
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
2906
2911
|
|
|
2907
|
-
},{}],
|
|
2912
|
+
},{}],93:[function(require,module,exports){
|
|
2908
2913
|
arguments[4][14][0].apply(exports,arguments)
|
|
2909
|
-
},{"dup":14}],
|
|
2914
|
+
},{"dup":14}],94:[function(require,module,exports){
|
|
2910
2915
|
"use strict";
|
|
2911
2916
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2912
2917
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -2957,13 +2962,13 @@ var MerchantReturnEnumeration;
|
|
|
2957
2962
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
2958
2963
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
2959
2964
|
|
|
2960
|
-
},{}],
|
|
2961
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
2962
|
-
},{"dup":14}],95:[function(require,module,exports){
|
|
2965
|
+
},{}],95:[function(require,module,exports){
|
|
2963
2966
|
arguments[4][14][0].apply(exports,arguments)
|
|
2964
2967
|
},{"dup":14}],96:[function(require,module,exports){
|
|
2965
2968
|
arguments[4][14][0].apply(exports,arguments)
|
|
2966
2969
|
},{"dup":14}],97:[function(require,module,exports){
|
|
2970
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
2971
|
+
},{"dup":14}],98:[function(require,module,exports){
|
|
2967
2972
|
"use strict";
|
|
2968
2973
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2969
2974
|
exports.OfferType = void 0;
|
|
@@ -2976,7 +2981,7 @@ var OfferType;
|
|
|
2976
2981
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
2977
2982
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
2978
2983
|
|
|
2979
|
-
},{}],
|
|
2984
|
+
},{}],99:[function(require,module,exports){
|
|
2980
2985
|
"use strict";
|
|
2981
2986
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2982
2987
|
exports.OrderType = void 0;
|
|
@@ -2985,7 +2990,7 @@ var OrderType;
|
|
|
2985
2990
|
OrderType["Order"] = "Order";
|
|
2986
2991
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
2987
2992
|
|
|
2988
|
-
},{}],
|
|
2993
|
+
},{}],100:[function(require,module,exports){
|
|
2989
2994
|
"use strict";
|
|
2990
2995
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2991
2996
|
exports.OrderStatus = void 0;
|
|
@@ -3004,9 +3009,9 @@ var OrderStatus;
|
|
|
3004
3009
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
3005
3010
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
3006
3011
|
|
|
3007
|
-
},{}],
|
|
3012
|
+
},{}],101:[function(require,module,exports){
|
|
3008
3013
|
arguments[4][14][0].apply(exports,arguments)
|
|
3009
|
-
},{"dup":14}],
|
|
3014
|
+
},{"dup":14}],102:[function(require,module,exports){
|
|
3010
3015
|
"use strict";
|
|
3011
3016
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3012
3017
|
exports.OrganizationType = void 0;
|
|
@@ -3031,13 +3036,13 @@ var OrganizationType;
|
|
|
3031
3036
|
OrganizationType["Project"] = "Project";
|
|
3032
3037
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
3033
3038
|
|
|
3034
|
-
},{}],
|
|
3035
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3036
|
-
},{"dup":14}],103:[function(require,module,exports){
|
|
3039
|
+
},{}],103:[function(require,module,exports){
|
|
3037
3040
|
arguments[4][14][0].apply(exports,arguments)
|
|
3038
3041
|
},{"dup":14}],104:[function(require,module,exports){
|
|
3039
3042
|
arguments[4][14][0].apply(exports,arguments)
|
|
3040
3043
|
},{"dup":14}],105:[function(require,module,exports){
|
|
3044
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3045
|
+
},{"dup":14}],106:[function(require,module,exports){
|
|
3041
3046
|
"use strict";
|
|
3042
3047
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3043
3048
|
exports.PaymentStatusType = void 0;
|
|
@@ -3053,7 +3058,7 @@ var PaymentStatusType;
|
|
|
3053
3058
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
3054
3059
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
3055
3060
|
|
|
3056
|
-
},{}],
|
|
3061
|
+
},{}],107:[function(require,module,exports){
|
|
3057
3062
|
"use strict";
|
|
3058
3063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3059
3064
|
exports.PermitType = void 0;
|
|
@@ -3062,9 +3067,9 @@ var PermitType;
|
|
|
3062
3067
|
PermitType["Permit"] = "Permit";
|
|
3063
3068
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
3064
3069
|
|
|
3065
|
-
},{}],
|
|
3070
|
+
},{}],108:[function(require,module,exports){
|
|
3066
3071
|
arguments[4][14][0].apply(exports,arguments)
|
|
3067
|
-
},{"dup":14}],
|
|
3072
|
+
},{"dup":14}],109:[function(require,module,exports){
|
|
3068
3073
|
"use strict";
|
|
3069
3074
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3070
3075
|
exports.PersonType = void 0;
|
|
@@ -3076,7 +3081,7 @@ var PersonType;
|
|
|
3076
3081
|
PersonType["Person"] = "Person";
|
|
3077
3082
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
3078
3083
|
|
|
3079
|
-
},{}],
|
|
3084
|
+
},{}],110:[function(require,module,exports){
|
|
3080
3085
|
"use strict";
|
|
3081
3086
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3082
3087
|
exports.PlaceType = void 0;
|
|
@@ -3094,9 +3099,7 @@ var PlaceType;
|
|
|
3094
3099
|
PlaceType["Seat"] = "Seat";
|
|
3095
3100
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
3096
3101
|
|
|
3097
|
-
},{}],
|
|
3098
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3099
|
-
},{"dup":14}],111:[function(require,module,exports){
|
|
3102
|
+
},{}],111:[function(require,module,exports){
|
|
3100
3103
|
arguments[4][14][0].apply(exports,arguments)
|
|
3101
3104
|
},{"dup":14}],112:[function(require,module,exports){
|
|
3102
3105
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3105,6 +3108,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3105
3108
|
},{"dup":14}],114:[function(require,module,exports){
|
|
3106
3109
|
arguments[4][14][0].apply(exports,arguments)
|
|
3107
3110
|
},{"dup":14}],115:[function(require,module,exports){
|
|
3111
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3112
|
+
},{"dup":14}],116:[function(require,module,exports){
|
|
3108
3113
|
"use strict";
|
|
3109
3114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3110
3115
|
exports.PriceCurrency = void 0;
|
|
@@ -3118,7 +3123,7 @@ var PriceCurrency;
|
|
|
3118
3123
|
PriceCurrency["JPY"] = "JPY";
|
|
3119
3124
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
3120
3125
|
|
|
3121
|
-
},{}],
|
|
3126
|
+
},{}],117:[function(require,module,exports){
|
|
3122
3127
|
"use strict";
|
|
3123
3128
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3124
3129
|
exports.PriceSpecificationType = void 0;
|
|
@@ -3149,9 +3154,9 @@ var PriceSpecificationType;
|
|
|
3149
3154
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
3150
3155
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
3151
3156
|
|
|
3152
|
-
},{}],
|
|
3157
|
+
},{}],118:[function(require,module,exports){
|
|
3153
3158
|
arguments[4][14][0].apply(exports,arguments)
|
|
3154
|
-
},{"dup":14}],
|
|
3159
|
+
},{"dup":14}],119:[function(require,module,exports){
|
|
3155
3160
|
"use strict";
|
|
3156
3161
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3157
3162
|
exports.ProductType = void 0;
|
|
@@ -3182,7 +3187,7 @@ var ProductType;
|
|
|
3182
3187
|
ProductType["Transportation"] = "Transportation";
|
|
3183
3188
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
3184
3189
|
|
|
3185
|
-
},{}],
|
|
3190
|
+
},{}],120:[function(require,module,exports){
|
|
3186
3191
|
"use strict";
|
|
3187
3192
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3188
3193
|
exports.ProgramMembershipType = void 0;
|
|
@@ -3191,9 +3196,9 @@ var ProgramMembershipType;
|
|
|
3191
3196
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
3192
3197
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
3193
3198
|
|
|
3194
|
-
},{}],
|
|
3199
|
+
},{}],121:[function(require,module,exports){
|
|
3195
3200
|
arguments[4][14][0].apply(exports,arguments)
|
|
3196
|
-
},{"dup":14}],
|
|
3201
|
+
},{"dup":14}],122:[function(require,module,exports){
|
|
3197
3202
|
"use strict";
|
|
3198
3203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3199
3204
|
exports.PropertyValueType = void 0;
|
|
@@ -3202,11 +3207,11 @@ var PropertyValueType;
|
|
|
3202
3207
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
3203
3208
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
3204
3209
|
|
|
3205
|
-
},{}],
|
|
3206
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3207
|
-
},{"dup":14}],123:[function(require,module,exports){
|
|
3210
|
+
},{}],123:[function(require,module,exports){
|
|
3208
3211
|
arguments[4][14][0].apply(exports,arguments)
|
|
3209
3212
|
},{"dup":14}],124:[function(require,module,exports){
|
|
3213
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3214
|
+
},{"dup":14}],125:[function(require,module,exports){
|
|
3210
3215
|
"use strict";
|
|
3211
3216
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3212
3217
|
exports.StringValue = void 0;
|
|
@@ -3215,9 +3220,9 @@ var StringValue;
|
|
|
3215
3220
|
StringValue["Infinity"] = "Infinity";
|
|
3216
3221
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
3217
3222
|
|
|
3218
|
-
},{}],
|
|
3223
|
+
},{}],126:[function(require,module,exports){
|
|
3219
3224
|
arguments[4][14][0].apply(exports,arguments)
|
|
3220
|
-
},{"dup":14}],
|
|
3225
|
+
},{"dup":14}],127:[function(require,module,exports){
|
|
3221
3226
|
"use strict";
|
|
3222
3227
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3223
3228
|
exports.ReservationStatusType = void 0;
|
|
@@ -3244,7 +3249,7 @@ var ReservationStatusType;
|
|
|
3244
3249
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
3245
3250
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
3246
3251
|
|
|
3247
|
-
},{}],
|
|
3252
|
+
},{}],128:[function(require,module,exports){
|
|
3248
3253
|
"use strict";
|
|
3249
3254
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3250
3255
|
exports.ReservationType = void 0;
|
|
@@ -3258,13 +3263,13 @@ var ReservationType;
|
|
|
3258
3263
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
3259
3264
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
3260
3265
|
|
|
3261
|
-
},{}],
|
|
3262
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3263
|
-
},{"dup":14}],129:[function(require,module,exports){
|
|
3266
|
+
},{}],129:[function(require,module,exports){
|
|
3264
3267
|
arguments[4][14][0].apply(exports,arguments)
|
|
3265
3268
|
},{"dup":14}],130:[function(require,module,exports){
|
|
3266
3269
|
arguments[4][14][0].apply(exports,arguments)
|
|
3267
3270
|
},{"dup":14}],131:[function(require,module,exports){
|
|
3271
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3272
|
+
},{"dup":14}],132:[function(require,module,exports){
|
|
3268
3273
|
"use strict";
|
|
3269
3274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3270
3275
|
exports.PaymentServiceType = void 0;
|
|
@@ -3276,7 +3281,7 @@ var PaymentServiceType;
|
|
|
3276
3281
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
3277
3282
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
3278
3283
|
|
|
3279
|
-
},{}],
|
|
3284
|
+
},{}],133:[function(require,module,exports){
|
|
3280
3285
|
"use strict";
|
|
3281
3286
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3282
3287
|
exports.Identifier = void 0;
|
|
@@ -3286,7 +3291,7 @@ var Identifier;
|
|
|
3286
3291
|
Identifier["Chevre"] = "Chevre";
|
|
3287
3292
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
3288
3293
|
|
|
3289
|
-
},{}],
|
|
3294
|
+
},{}],134:[function(require,module,exports){
|
|
3290
3295
|
"use strict";
|
|
3291
3296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3292
3297
|
exports.SortType = void 0;
|
|
@@ -3299,7 +3304,7 @@ var SortType;
|
|
|
3299
3304
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
3300
3305
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
3301
3306
|
|
|
3302
|
-
},{}],
|
|
3307
|
+
},{}],135:[function(require,module,exports){
|
|
3303
3308
|
"use strict";
|
|
3304
3309
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3305
3310
|
exports.TaskName = void 0;
|
|
@@ -3420,7 +3425,7 @@ var TaskName;
|
|
|
3420
3425
|
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
3421
3426
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
3422
3427
|
|
|
3423
|
-
},{}],
|
|
3428
|
+
},{}],136:[function(require,module,exports){
|
|
3424
3429
|
"use strict";
|
|
3425
3430
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3426
3431
|
exports.TaskStatus = void 0;
|
|
@@ -3447,9 +3452,7 @@ var TaskStatus;
|
|
|
3447
3452
|
TaskStatus["Aborted"] = "Aborted";
|
|
3448
3453
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
3449
3454
|
|
|
3450
|
-
},{}],
|
|
3451
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3452
|
-
},{"dup":14}],137:[function(require,module,exports){
|
|
3455
|
+
},{}],137:[function(require,module,exports){
|
|
3453
3456
|
arguments[4][14][0].apply(exports,arguments)
|
|
3454
3457
|
},{"dup":14}],138:[function(require,module,exports){
|
|
3455
3458
|
arguments[4][14][0].apply(exports,arguments)
|
|
@@ -3490,6 +3493,8 @@ arguments[4][14][0].apply(exports,arguments)
|
|
|
3490
3493
|
},{"dup":14}],156:[function(require,module,exports){
|
|
3491
3494
|
arguments[4][14][0].apply(exports,arguments)
|
|
3492
3495
|
},{"dup":14}],157:[function(require,module,exports){
|
|
3496
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3497
|
+
},{"dup":14}],158:[function(require,module,exports){
|
|
3493
3498
|
"use strict";
|
|
3494
3499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3495
3500
|
exports.TransactionStatusType = void 0;
|
|
@@ -3504,7 +3509,7 @@ var TransactionStatusType;
|
|
|
3504
3509
|
TransactionStatusType["Expired"] = "Expired";
|
|
3505
3510
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
3506
3511
|
|
|
3507
|
-
},{}],
|
|
3512
|
+
},{}],159:[function(require,module,exports){
|
|
3508
3513
|
"use strict";
|
|
3509
3514
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3510
3515
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -3527,7 +3532,7 @@ var TransactionTasksExportationStatus;
|
|
|
3527
3532
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
3528
3533
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
3529
3534
|
|
|
3530
|
-
},{}],
|
|
3535
|
+
},{}],160:[function(require,module,exports){
|
|
3531
3536
|
"use strict";
|
|
3532
3537
|
/**
|
|
3533
3538
|
* 取引タイプ
|
|
@@ -3550,11 +3555,11 @@ var TransactionType;
|
|
|
3550
3555
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
3551
3556
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
3552
3557
|
|
|
3553
|
-
},{}],
|
|
3554
|
-
arguments[4][14][0].apply(exports,arguments)
|
|
3555
|
-
},{"dup":14}],161:[function(require,module,exports){
|
|
3558
|
+
},{}],161:[function(require,module,exports){
|
|
3556
3559
|
arguments[4][14][0].apply(exports,arguments)
|
|
3557
3560
|
},{"dup":14}],162:[function(require,module,exports){
|
|
3561
|
+
arguments[4][14][0].apply(exports,arguments)
|
|
3562
|
+
},{"dup":14}],163:[function(require,module,exports){
|
|
3558
3563
|
"use strict";
|
|
3559
3564
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3560
3565
|
exports.Reason = void 0;
|
|
@@ -3573,7 +3578,7 @@ var Reason;
|
|
|
3573
3578
|
Reason["Seller"] = "Seller";
|
|
3574
3579
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
3575
3580
|
|
|
3576
|
-
},{}],
|
|
3581
|
+
},{}],164:[function(require,module,exports){
|
|
3577
3582
|
"use strict";
|
|
3578
3583
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3579
3584
|
exports.TripType = void 0;
|
|
@@ -3586,9 +3591,9 @@ var TripType;
|
|
|
3586
3591
|
TripType["Trip"] = "Trip";
|
|
3587
3592
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
3588
3593
|
|
|
3589
|
-
},{}],
|
|
3594
|
+
},{}],165:[function(require,module,exports){
|
|
3590
3595
|
arguments[4][14][0].apply(exports,arguments)
|
|
3591
|
-
},{"dup":14}],
|
|
3596
|
+
},{"dup":14}],166:[function(require,module,exports){
|
|
3592
3597
|
"use strict";
|
|
3593
3598
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3594
3599
|
exports.UnitCode = void 0;
|
|
@@ -3615,9 +3620,9 @@ var UnitCode;
|
|
|
3615
3620
|
UnitCode["Sec"] = "SEC";
|
|
3616
3621
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
3617
3622
|
|
|
3618
|
-
},{}],
|
|
3623
|
+
},{}],167:[function(require,module,exports){
|
|
3619
3624
|
arguments[4][14][0].apply(exports,arguments)
|
|
3620
|
-
},{"dup":14}],
|
|
3625
|
+
},{"dup":14}],168:[function(require,module,exports){
|
|
3621
3626
|
"use strict";
|
|
3622
3627
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3623
3628
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -3695,7 +3700,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
3695
3700
|
}());
|
|
3696
3701
|
exports.StubAuthClient = StubAuthClient;
|
|
3697
3702
|
|
|
3698
|
-
},{"../transporters":
|
|
3703
|
+
},{"../transporters":254}],169:[function(require,module,exports){
|
|
3699
3704
|
"use strict";
|
|
3700
3705
|
var __extends = (this && this.__extends) || (function () {
|
|
3701
3706
|
var extendStatics = function (d, b) {
|
|
@@ -3736,6 +3741,7 @@ var reserve_1 = require("./chevre/assetTransaction/reserve");
|
|
|
3736
3741
|
var authorization_1 = require("./chevre/authorization");
|
|
3737
3742
|
var award_1 = require("./chevre/award");
|
|
3738
3743
|
var categoryCode_1 = require("./chevre/categoryCode");
|
|
3744
|
+
var comment_1 = require("./chevre/comment");
|
|
3739
3745
|
var creativeWork_1 = require("./chevre/creativeWork");
|
|
3740
3746
|
var customer_1 = require("./chevre/customer");
|
|
3741
3747
|
var emailMessage_1 = require("./chevre/emailMessage");
|
|
@@ -3879,6 +3885,17 @@ var service;
|
|
|
3879
3885
|
return CategoryCode;
|
|
3880
3886
|
}(categoryCode_1.CategoryCodeService));
|
|
3881
3887
|
service.CategoryCode = CategoryCode;
|
|
3888
|
+
/**
|
|
3889
|
+
* コメントサービス
|
|
3890
|
+
*/
|
|
3891
|
+
var Comment = /** @class */ (function (_super) {
|
|
3892
|
+
__extends(Comment, _super);
|
|
3893
|
+
function Comment() {
|
|
3894
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
3895
|
+
}
|
|
3896
|
+
return Comment;
|
|
3897
|
+
}(comment_1.CommentService));
|
|
3898
|
+
service.Comment = Comment;
|
|
3882
3899
|
/**
|
|
3883
3900
|
* コンテンツサービス
|
|
3884
3901
|
*/
|
|
@@ -4301,7 +4318,7 @@ var service;
|
|
|
4301
4318
|
service.UserPool = UserPool;
|
|
4302
4319
|
})(service = exports.service || (exports.service = {}));
|
|
4303
4320
|
|
|
4304
|
-
},{"./chevre/account":
|
|
4321
|
+
},{"./chevre/account":170,"./chevre/accountTitle":171,"./chevre/accountTransaction":172,"./chevre/accountingReport":173,"./chevre/action":174,"./chevre/additionalProperty":175,"./chevre/aggregation":176,"./chevre/assetTransaction":177,"./chevre/assetTransaction/cancelReservation":178,"./chevre/assetTransaction/moneyTransfer":179,"./chevre/assetTransaction/pay":180,"./chevre/assetTransaction/refund":181,"./chevre/assetTransaction/registerService":182,"./chevre/assetTransaction/reserve":183,"./chevre/authorization":184,"./chevre/award":185,"./chevre/categoryCode":186,"./chevre/comment":187,"./chevre/creativeWork":188,"./chevre/customer":189,"./chevre/emailMessage":190,"./chevre/event":191,"./chevre/iam":192,"./chevre/me":193,"./chevre/merchantReturnPolicy":194,"./chevre/offer":195,"./chevre/offerCatalog":196,"./chevre/order":197,"./chevre/orderNumber":198,"./chevre/ownershipInfo":200,"./chevre/payment":201,"./chevre/permit":203,"./chevre/person":204,"./chevre/person/ownershipInfo":205,"./chevre/place":206,"./chevre/priceSpecification":207,"./chevre/product":208,"./chevre/project":209,"./chevre/reservation":210,"./chevre/seller":212,"./chevre/task":213,"./chevre/token":214,"./chevre/transaction/moneyTransfer":216,"./chevre/transaction/placeOrder":217,"./chevre/transaction/returnOrder":219,"./chevre/transactionNumber":215,"./chevre/trip":220,"./chevre/userPool":221,"./factory":222}],170:[function(require,module,exports){
|
|
4305
4322
|
"use strict";
|
|
4306
4323
|
var __extends = (this && this.__extends) || (function () {
|
|
4307
4324
|
var extendStatics = function (d, b) {
|
|
@@ -4477,7 +4494,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4477
4494
|
}(service_1.Service));
|
|
4478
4495
|
exports.AccountService = AccountService;
|
|
4479
4496
|
|
|
4480
|
-
},{"../service":
|
|
4497
|
+
},{"../service":227,"http-status":288}],171:[function(require,module,exports){
|
|
4481
4498
|
"use strict";
|
|
4482
4499
|
var __extends = (this && this.__extends) || (function () {
|
|
4483
4500
|
var extendStatics = function (d, b) {
|
|
@@ -4814,7 +4831,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4814
4831
|
}(service_1.Service));
|
|
4815
4832
|
exports.AccountTitleService = AccountTitleService;
|
|
4816
4833
|
|
|
4817
|
-
},{"../factory":
|
|
4834
|
+
},{"../factory":222,"../service":227,"http-status":288}],172:[function(require,module,exports){
|
|
4818
4835
|
"use strict";
|
|
4819
4836
|
var __extends = (this && this.__extends) || (function () {
|
|
4820
4837
|
var extendStatics = function (d, b) {
|
|
@@ -4911,7 +4928,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
4911
4928
|
}(service_1.Service));
|
|
4912
4929
|
exports.AccountTransactionService = AccountTransactionService;
|
|
4913
4930
|
|
|
4914
|
-
},{"../service":
|
|
4931
|
+
},{"../service":227,"http-status":288}],173:[function(require,module,exports){
|
|
4915
4932
|
"use strict";
|
|
4916
4933
|
var __extends = (this && this.__extends) || (function () {
|
|
4917
4934
|
var extendStatics = function (d, b) {
|
|
@@ -5008,7 +5025,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
5008
5025
|
}(service_1.Service));
|
|
5009
5026
|
exports.AccountingReportService = AccountingReportService;
|
|
5010
5027
|
|
|
5011
|
-
},{"../service":
|
|
5028
|
+
},{"../service":227,"http-status":288}],174:[function(require,module,exports){
|
|
5012
5029
|
"use strict";
|
|
5013
5030
|
var __extends = (this && this.__extends) || (function () {
|
|
5014
5031
|
var extendStatics = function (d, b) {
|
|
@@ -5121,7 +5138,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
5121
5138
|
}(service_1.Service));
|
|
5122
5139
|
exports.ActionService = ActionService;
|
|
5123
5140
|
|
|
5124
|
-
},{"../service":
|
|
5141
|
+
},{"../service":227,"http-status":288}],175:[function(require,module,exports){
|
|
5125
5142
|
"use strict";
|
|
5126
5143
|
var __extends = (this && this.__extends) || (function () {
|
|
5127
5144
|
var extendStatics = function (d, b) {
|
|
@@ -5285,7 +5302,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
5285
5302
|
}(service_1.Service));
|
|
5286
5303
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
5287
5304
|
|
|
5288
|
-
},{"../service":
|
|
5305
|
+
},{"../service":227,"http-status":288}],176:[function(require,module,exports){
|
|
5289
5306
|
"use strict";
|
|
5290
5307
|
var __extends = (this && this.__extends) || (function () {
|
|
5291
5308
|
var extendStatics = function (d, b) {
|
|
@@ -5379,7 +5396,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
5379
5396
|
}(service_1.Service));
|
|
5380
5397
|
exports.AggregationService = AggregationService;
|
|
5381
5398
|
|
|
5382
|
-
},{"../service":
|
|
5399
|
+
},{"../service":227,"http-status":288}],177:[function(require,module,exports){
|
|
5383
5400
|
"use strict";
|
|
5384
5401
|
var __extends = (this && this.__extends) || (function () {
|
|
5385
5402
|
var extendStatics = function (d, b) {
|
|
@@ -5476,7 +5493,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5476
5493
|
}(service_1.Service));
|
|
5477
5494
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5478
5495
|
|
|
5479
|
-
},{"../service":
|
|
5496
|
+
},{"../service":227,"http-status":288}],178:[function(require,module,exports){
|
|
5480
5497
|
"use strict";
|
|
5481
5498
|
var __extends = (this && this.__extends) || (function () {
|
|
5482
5499
|
var extendStatics = function (d, b) {
|
|
@@ -5624,7 +5641,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5624
5641
|
}(service_1.Service));
|
|
5625
5642
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5626
5643
|
|
|
5627
|
-
},{"../../service":
|
|
5644
|
+
},{"../../service":227,"http-status":288}],179:[function(require,module,exports){
|
|
5628
5645
|
"use strict";
|
|
5629
5646
|
var __extends = (this && this.__extends) || (function () {
|
|
5630
5647
|
var extendStatics = function (d, b) {
|
|
@@ -5778,7 +5795,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5778
5795
|
}(service_1.Service));
|
|
5779
5796
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5780
5797
|
|
|
5781
|
-
},{"../../factory":
|
|
5798
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],180:[function(require,module,exports){
|
|
5782
5799
|
"use strict";
|
|
5783
5800
|
var __extends = (this && this.__extends) || (function () {
|
|
5784
5801
|
var extendStatics = function (d, b) {
|
|
@@ -5991,7 +6008,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5991
6008
|
}(service_1.Service));
|
|
5992
6009
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5993
6010
|
|
|
5994
|
-
},{"../../factory":
|
|
6011
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],181:[function(require,module,exports){
|
|
5995
6012
|
"use strict";
|
|
5996
6013
|
var __extends = (this && this.__extends) || (function () {
|
|
5997
6014
|
var extendStatics = function (d, b) {
|
|
@@ -6124,7 +6141,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6124
6141
|
}(service_1.Service));
|
|
6125
6142
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
6126
6143
|
|
|
6127
|
-
},{"../../factory":
|
|
6144
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],182:[function(require,module,exports){
|
|
6128
6145
|
"use strict";
|
|
6129
6146
|
var __extends = (this && this.__extends) || (function () {
|
|
6130
6147
|
var extendStatics = function (d, b) {
|
|
@@ -6257,7 +6274,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6257
6274
|
}(service_1.Service));
|
|
6258
6275
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6259
6276
|
|
|
6260
|
-
},{"../../factory":
|
|
6277
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],183:[function(require,module,exports){
|
|
6261
6278
|
"use strict";
|
|
6262
6279
|
var __extends = (this && this.__extends) || (function () {
|
|
6263
6280
|
var extendStatics = function (d, b) {
|
|
@@ -6407,7 +6424,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6407
6424
|
}(service_1.Service));
|
|
6408
6425
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6409
6426
|
|
|
6410
|
-
},{"../../service":
|
|
6427
|
+
},{"../../service":227,"http-status":288}],184:[function(require,module,exports){
|
|
6411
6428
|
"use strict";
|
|
6412
6429
|
var __extends = (this && this.__extends) || (function () {
|
|
6413
6430
|
var extendStatics = function (d, b) {
|
|
@@ -6523,7 +6540,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6523
6540
|
}(service_1.Service));
|
|
6524
6541
|
exports.AuthorizationService = AuthorizationService;
|
|
6525
6542
|
|
|
6526
|
-
},{"../service":
|
|
6543
|
+
},{"../service":227,"http-status":288}],185:[function(require,module,exports){
|
|
6527
6544
|
"use strict";
|
|
6528
6545
|
var __extends = (this && this.__extends) || (function () {
|
|
6529
6546
|
var extendStatics = function (d, b) {
|
|
@@ -6630,7 +6647,7 @@ var AwardService = /** @class */ (function (_super) {
|
|
|
6630
6647
|
}(service_1.Service));
|
|
6631
6648
|
exports.AwardService = AwardService;
|
|
6632
6649
|
|
|
6633
|
-
},{"../service":
|
|
6650
|
+
},{"../service":227,"http-status":288}],186:[function(require,module,exports){
|
|
6634
6651
|
"use strict";
|
|
6635
6652
|
var __extends = (this && this.__extends) || (function () {
|
|
6636
6653
|
var extendStatics = function (d, b) {
|
|
@@ -6794,7 +6811,123 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6794
6811
|
}(service_1.Service));
|
|
6795
6812
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6796
6813
|
|
|
6797
|
-
},{"../service":
|
|
6814
|
+
},{"../service":227,"http-status":288}],187:[function(require,module,exports){
|
|
6815
|
+
"use strict";
|
|
6816
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6817
|
+
var extendStatics = function (d, b) {
|
|
6818
|
+
extendStatics = Object.setPrototypeOf ||
|
|
6819
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6820
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6821
|
+
return extendStatics(d, b);
|
|
6822
|
+
};
|
|
6823
|
+
return function (d, b) {
|
|
6824
|
+
if (typeof b !== "function" && b !== null)
|
|
6825
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
6826
|
+
extendStatics(d, b);
|
|
6827
|
+
function __() { this.constructor = d; }
|
|
6828
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
6829
|
+
};
|
|
6830
|
+
})();
|
|
6831
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
6832
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
6833
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
6834
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6835
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6836
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
6837
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
6838
|
+
});
|
|
6839
|
+
};
|
|
6840
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
6841
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
6842
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
6843
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
6844
|
+
function step(op) {
|
|
6845
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
6846
|
+
while (_) try {
|
|
6847
|
+
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;
|
|
6848
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
6849
|
+
switch (op[0]) {
|
|
6850
|
+
case 0: case 1: t = op; break;
|
|
6851
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
6852
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
6853
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
6854
|
+
default:
|
|
6855
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
6856
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
6857
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
6858
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
6859
|
+
if (t[2]) _.ops.pop();
|
|
6860
|
+
_.trys.pop(); continue;
|
|
6861
|
+
}
|
|
6862
|
+
op = body.call(thisArg, _);
|
|
6863
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
6864
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6865
|
+
}
|
|
6866
|
+
};
|
|
6867
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6868
|
+
exports.CommentService = void 0;
|
|
6869
|
+
var http_status_1 = require("http-status");
|
|
6870
|
+
var service_1 = require("../service");
|
|
6871
|
+
/**
|
|
6872
|
+
* コメントサービス
|
|
6873
|
+
*/
|
|
6874
|
+
var CommentService = /** @class */ (function (_super) {
|
|
6875
|
+
__extends(CommentService, _super);
|
|
6876
|
+
function CommentService() {
|
|
6877
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
6878
|
+
}
|
|
6879
|
+
/**
|
|
6880
|
+
* 作成
|
|
6881
|
+
*/
|
|
6882
|
+
CommentService.prototype.create = function (params) {
|
|
6883
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
6884
|
+
var _this = this;
|
|
6885
|
+
return __generator(this, function (_a) {
|
|
6886
|
+
return [2 /*return*/, this.fetch({
|
|
6887
|
+
uri: '/comments',
|
|
6888
|
+
method: 'POST',
|
|
6889
|
+
body: params,
|
|
6890
|
+
expectedStatusCodes: [http_status_1.CREATED]
|
|
6891
|
+
})
|
|
6892
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
6893
|
+
return [2 /*return*/, response.json()];
|
|
6894
|
+
}); }); })];
|
|
6895
|
+
});
|
|
6896
|
+
});
|
|
6897
|
+
};
|
|
6898
|
+
/**
|
|
6899
|
+
* 検索
|
|
6900
|
+
*/
|
|
6901
|
+
CommentService.prototype.search = function (params) {
|
|
6902
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
6903
|
+
var _this = this;
|
|
6904
|
+
return __generator(this, function (_a) {
|
|
6905
|
+
return [2 /*return*/, this.fetch({
|
|
6906
|
+
uri: '/comments',
|
|
6907
|
+
method: 'GET',
|
|
6908
|
+
qs: params,
|
|
6909
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
6910
|
+
})
|
|
6911
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
6912
|
+
var _a;
|
|
6913
|
+
return __generator(this, function (_b) {
|
|
6914
|
+
switch (_b.label) {
|
|
6915
|
+
case 0:
|
|
6916
|
+
_a = {};
|
|
6917
|
+
return [4 /*yield*/, response.json()];
|
|
6918
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
6919
|
+
_a)];
|
|
6920
|
+
}
|
|
6921
|
+
});
|
|
6922
|
+
}); })];
|
|
6923
|
+
});
|
|
6924
|
+
});
|
|
6925
|
+
};
|
|
6926
|
+
return CommentService;
|
|
6927
|
+
}(service_1.Service));
|
|
6928
|
+
exports.CommentService = CommentService;
|
|
6929
|
+
|
|
6930
|
+
},{"../service":227,"http-status":288}],188:[function(require,module,exports){
|
|
6798
6931
|
"use strict";
|
|
6799
6932
|
var __extends = (this && this.__extends) || (function () {
|
|
6800
6933
|
var extendStatics = function (d, b) {
|
|
@@ -6952,7 +7085,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6952
7085
|
}(service_1.Service));
|
|
6953
7086
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6954
7087
|
|
|
6955
|
-
},{"../service":
|
|
7088
|
+
},{"../service":227,"http-status":288}],189:[function(require,module,exports){
|
|
6956
7089
|
"use strict";
|
|
6957
7090
|
var __extends = (this && this.__extends) || (function () {
|
|
6958
7091
|
var extendStatics = function (d, b) {
|
|
@@ -7126,7 +7259,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
7126
7259
|
}(service_1.Service));
|
|
7127
7260
|
exports.CustomerService = CustomerService;
|
|
7128
7261
|
|
|
7129
|
-
},{"../service":
|
|
7262
|
+
},{"../service":227,"http-status":288}],190:[function(require,module,exports){
|
|
7130
7263
|
"use strict";
|
|
7131
7264
|
var __extends = (this && this.__extends) || (function () {
|
|
7132
7265
|
var extendStatics = function (d, b) {
|
|
@@ -7300,7 +7433,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
7300
7433
|
}(service_1.Service));
|
|
7301
7434
|
exports.EmailMessageService = EmailMessageService;
|
|
7302
7435
|
|
|
7303
|
-
},{"../service":
|
|
7436
|
+
},{"../service":227,"http-status":288}],191:[function(require,module,exports){
|
|
7304
7437
|
"use strict";
|
|
7305
7438
|
var __extends = (this && this.__extends) || (function () {
|
|
7306
7439
|
var extendStatics = function (d, b) {
|
|
@@ -7582,7 +7715,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7582
7715
|
}(service_1.Service));
|
|
7583
7716
|
exports.EventService = EventService;
|
|
7584
7717
|
|
|
7585
|
-
},{"../service":
|
|
7718
|
+
},{"../service":227,"http-status":288}],192:[function(require,module,exports){
|
|
7586
7719
|
"use strict";
|
|
7587
7720
|
var __extends = (this && this.__extends) || (function () {
|
|
7588
7721
|
var extendStatics = function (d, b) {
|
|
@@ -7905,7 +8038,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7905
8038
|
}(service_1.Service));
|
|
7906
8039
|
exports.IAMService = IAMService;
|
|
7907
8040
|
|
|
7908
|
-
},{"../service":
|
|
8041
|
+
},{"../service":227,"http-status":288}],193:[function(require,module,exports){
|
|
7909
8042
|
"use strict";
|
|
7910
8043
|
var __extends = (this && this.__extends) || (function () {
|
|
7911
8044
|
var extendStatics = function (d, b) {
|
|
@@ -8002,7 +8135,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
8002
8135
|
}(service_1.Service));
|
|
8003
8136
|
exports.MeService = MeService;
|
|
8004
8137
|
|
|
8005
|
-
},{"../service":
|
|
8138
|
+
},{"../service":227,"http-status":288}],194:[function(require,module,exports){
|
|
8006
8139
|
"use strict";
|
|
8007
8140
|
var __extends = (this && this.__extends) || (function () {
|
|
8008
8141
|
var extendStatics = function (d, b) {
|
|
@@ -8160,7 +8293,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
8160
8293
|
}(service_1.Service));
|
|
8161
8294
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
8162
8295
|
|
|
8163
|
-
},{"../service":
|
|
8296
|
+
},{"../service":227,"http-status":288}],195:[function(require,module,exports){
|
|
8164
8297
|
"use strict";
|
|
8165
8298
|
var __extends = (this && this.__extends) || (function () {
|
|
8166
8299
|
var extendStatics = function (d, b) {
|
|
@@ -8515,7 +8648,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
8515
8648
|
}(service_1.Service));
|
|
8516
8649
|
exports.OfferService = OfferService;
|
|
8517
8650
|
|
|
8518
|
-
},{"../factory":
|
|
8651
|
+
},{"../factory":222,"../service":227,"http-status":288}],196:[function(require,module,exports){
|
|
8519
8652
|
"use strict";
|
|
8520
8653
|
var __extends = (this && this.__extends) || (function () {
|
|
8521
8654
|
var extendStatics = function (d, b) {
|
|
@@ -8705,7 +8838,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
8705
8838
|
}(service_1.Service));
|
|
8706
8839
|
exports.OfferCatalogService = OfferCatalogService;
|
|
8707
8840
|
|
|
8708
|
-
},{"../service":
|
|
8841
|
+
},{"../service":227,"http-status":288}],197:[function(require,module,exports){
|
|
8709
8842
|
"use strict";
|
|
8710
8843
|
var __extends = (this && this.__extends) || (function () {
|
|
8711
8844
|
var extendStatics = function (d, b) {
|
|
@@ -9098,7 +9231,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
9098
9231
|
}(service_1.Service));
|
|
9099
9232
|
exports.OrderService = OrderService;
|
|
9100
9233
|
|
|
9101
|
-
},{"../factory":
|
|
9234
|
+
},{"../factory":222,"../service":227,"http-status":288}],198:[function(require,module,exports){
|
|
9102
9235
|
"use strict";
|
|
9103
9236
|
var __extends = (this && this.__extends) || (function () {
|
|
9104
9237
|
var extendStatics = function (d, b) {
|
|
@@ -9186,9 +9319,9 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
9186
9319
|
}(service_1.Service));
|
|
9187
9320
|
exports.OrderNumberService = OrderNumberService;
|
|
9188
9321
|
|
|
9189
|
-
},{"../service":
|
|
9322
|
+
},{"../service":227,"http-status":288}],199:[function(require,module,exports){
|
|
9190
9323
|
arguments[4][14][0].apply(exports,arguments)
|
|
9191
|
-
},{"dup":14}],
|
|
9324
|
+
},{"dup":14}],200:[function(require,module,exports){
|
|
9192
9325
|
"use strict";
|
|
9193
9326
|
var __extends = (this && this.__extends) || (function () {
|
|
9194
9327
|
var extendStatics = function (d, b) {
|
|
@@ -9285,7 +9418,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9285
9418
|
}(service_1.Service));
|
|
9286
9419
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
9287
9420
|
|
|
9288
|
-
},{"../service":
|
|
9421
|
+
},{"../service":227,"http-status":288}],201:[function(require,module,exports){
|
|
9289
9422
|
"use strict";
|
|
9290
9423
|
var __extends = (this && this.__extends) || (function () {
|
|
9291
9424
|
var extendStatics = function (d, b) {
|
|
@@ -9544,9 +9677,9 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
9544
9677
|
}(service_1.Service));
|
|
9545
9678
|
exports.PaymentService = PaymentService;
|
|
9546
9679
|
|
|
9547
|
-
},{"../factory":
|
|
9680
|
+
},{"../factory":222,"../service":227,"http-status":288}],202:[function(require,module,exports){
|
|
9548
9681
|
arguments[4][14][0].apply(exports,arguments)
|
|
9549
|
-
},{"dup":14}],
|
|
9682
|
+
},{"dup":14}],203:[function(require,module,exports){
|
|
9550
9683
|
"use strict";
|
|
9551
9684
|
var __extends = (this && this.__extends) || (function () {
|
|
9552
9685
|
var extendStatics = function (d, b) {
|
|
@@ -9702,7 +9835,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
9702
9835
|
}(service_1.Service));
|
|
9703
9836
|
exports.PermitService = PermitService;
|
|
9704
9837
|
|
|
9705
|
-
},{"../service":
|
|
9838
|
+
},{"../service":227,"http-status":288}],204:[function(require,module,exports){
|
|
9706
9839
|
"use strict";
|
|
9707
9840
|
var __extends = (this && this.__extends) || (function () {
|
|
9708
9841
|
var extendStatics = function (d, b) {
|
|
@@ -9938,7 +10071,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
9938
10071
|
}(service_1.Service));
|
|
9939
10072
|
exports.PersonService = PersonService;
|
|
9940
10073
|
|
|
9941
|
-
},{"../service":
|
|
10074
|
+
},{"../service":227,"http-status":288}],205:[function(require,module,exports){
|
|
9942
10075
|
"use strict";
|
|
9943
10076
|
var __extends = (this && this.__extends) || (function () {
|
|
9944
10077
|
var extendStatics = function (d, b) {
|
|
@@ -10177,7 +10310,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
10177
10310
|
}(service_1.Service));
|
|
10178
10311
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
10179
10312
|
|
|
10180
|
-
},{"../../service":
|
|
10313
|
+
},{"../../service":227,"http-status":288}],206:[function(require,module,exports){
|
|
10181
10314
|
"use strict";
|
|
10182
10315
|
var __extends = (this && this.__extends) || (function () {
|
|
10183
10316
|
var extendStatics = function (d, b) {
|
|
@@ -10680,7 +10813,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10680
10813
|
}(service_1.Service));
|
|
10681
10814
|
exports.PlaceService = PlaceService;
|
|
10682
10815
|
|
|
10683
|
-
},{"../factory":
|
|
10816
|
+
},{"../factory":222,"../service":227,"http-status":288}],207:[function(require,module,exports){
|
|
10684
10817
|
"use strict";
|
|
10685
10818
|
var __extends = (this && this.__extends) || (function () {
|
|
10686
10819
|
var extendStatics = function (d, b) {
|
|
@@ -10844,7 +10977,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
10844
10977
|
}(service_1.Service));
|
|
10845
10978
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
10846
10979
|
|
|
10847
|
-
},{"../service":
|
|
10980
|
+
},{"../service":227,"http-status":288}],208:[function(require,module,exports){
|
|
10848
10981
|
"use strict";
|
|
10849
10982
|
var __extends = (this && this.__extends) || (function () {
|
|
10850
10983
|
var extendStatics = function (d, b) {
|
|
@@ -11047,7 +11180,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
11047
11180
|
}(service_1.Service));
|
|
11048
11181
|
exports.ProductService = ProductService;
|
|
11049
11182
|
|
|
11050
|
-
},{"../service":
|
|
11183
|
+
},{"../service":227,"http-status":288}],209:[function(require,module,exports){
|
|
11051
11184
|
"use strict";
|
|
11052
11185
|
var __extends = (this && this.__extends) || (function () {
|
|
11053
11186
|
var extendStatics = function (d, b) {
|
|
@@ -11271,7 +11404,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
11271
11404
|
}(service_1.Service));
|
|
11272
11405
|
exports.ProjectService = ProjectService;
|
|
11273
11406
|
|
|
11274
|
-
},{"../service":
|
|
11407
|
+
},{"../service":227,"http-status":288}],210:[function(require,module,exports){
|
|
11275
11408
|
"use strict";
|
|
11276
11409
|
var __extends = (this && this.__extends) || (function () {
|
|
11277
11410
|
var extendStatics = function (d, b) {
|
|
@@ -11463,9 +11596,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
11463
11596
|
}(service_1.Service));
|
|
11464
11597
|
exports.ReservationService = ReservationService;
|
|
11465
11598
|
|
|
11466
|
-
},{"../service":
|
|
11599
|
+
},{"../service":227,"http-status":288}],211:[function(require,module,exports){
|
|
11467
11600
|
arguments[4][14][0].apply(exports,arguments)
|
|
11468
|
-
},{"dup":14}],
|
|
11601
|
+
},{"dup":14}],212:[function(require,module,exports){
|
|
11469
11602
|
"use strict";
|
|
11470
11603
|
var __extends = (this && this.__extends) || (function () {
|
|
11471
11604
|
var extendStatics = function (d, b) {
|
|
@@ -11639,7 +11772,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
11639
11772
|
}(service_1.Service));
|
|
11640
11773
|
exports.SellerService = SellerService;
|
|
11641
11774
|
|
|
11642
|
-
},{"../service":
|
|
11775
|
+
},{"../service":227,"http-status":288}],213:[function(require,module,exports){
|
|
11643
11776
|
"use strict";
|
|
11644
11777
|
var __extends = (this && this.__extends) || (function () {
|
|
11645
11778
|
var extendStatics = function (d, b) {
|
|
@@ -11773,7 +11906,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
11773
11906
|
}(service_1.Service));
|
|
11774
11907
|
exports.TaskService = TaskService;
|
|
11775
11908
|
|
|
11776
|
-
},{"../service":
|
|
11909
|
+
},{"../service":227,"http-status":288}],214:[function(require,module,exports){
|
|
11777
11910
|
"use strict";
|
|
11778
11911
|
var __extends = (this && this.__extends) || (function () {
|
|
11779
11912
|
var extendStatics = function (d, b) {
|
|
@@ -11861,7 +11994,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11861
11994
|
}(service_1.Service));
|
|
11862
11995
|
exports.TokenService = TokenService;
|
|
11863
11996
|
|
|
11864
|
-
},{"../service":
|
|
11997
|
+
},{"../service":227,"http-status":288}],215:[function(require,module,exports){
|
|
11865
11998
|
"use strict";
|
|
11866
11999
|
var __extends = (this && this.__extends) || (function () {
|
|
11867
12000
|
var extendStatics = function (d, b) {
|
|
@@ -11949,7 +12082,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
11949
12082
|
}(service_1.Service));
|
|
11950
12083
|
exports.TransactionNumberService = TransactionNumberService;
|
|
11951
12084
|
|
|
11952
|
-
},{"../service":
|
|
12085
|
+
},{"../service":227,"http-status":288}],216:[function(require,module,exports){
|
|
11953
12086
|
"use strict";
|
|
11954
12087
|
var __extends = (this && this.__extends) || (function () {
|
|
11955
12088
|
var extendStatics = function (d, b) {
|
|
@@ -12146,7 +12279,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
12146
12279
|
}(service_1.Service));
|
|
12147
12280
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
12148
12281
|
|
|
12149
|
-
},{"../../factory":
|
|
12282
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],217:[function(require,module,exports){
|
|
12150
12283
|
"use strict";
|
|
12151
12284
|
var __extends = (this && this.__extends) || (function () {
|
|
12152
12285
|
var extendStatics = function (d, b) {
|
|
@@ -12380,9 +12513,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12380
12513
|
}(service_1.Service));
|
|
12381
12514
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12382
12515
|
|
|
12383
|
-
},{"../../factory":
|
|
12516
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],218:[function(require,module,exports){
|
|
12384
12517
|
arguments[4][14][0].apply(exports,arguments)
|
|
12385
|
-
},{"dup":14}],
|
|
12518
|
+
},{"dup":14}],219:[function(require,module,exports){
|
|
12386
12519
|
"use strict";
|
|
12387
12520
|
var __extends = (this && this.__extends) || (function () {
|
|
12388
12521
|
var extendStatics = function (d, b) {
|
|
@@ -12541,7 +12674,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12541
12674
|
}(service_1.Service));
|
|
12542
12675
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12543
12676
|
|
|
12544
|
-
},{"../../factory":
|
|
12677
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],220:[function(require,module,exports){
|
|
12545
12678
|
"use strict";
|
|
12546
12679
|
var __extends = (this && this.__extends) || (function () {
|
|
12547
12680
|
var extendStatics = function (d, b) {
|
|
@@ -12714,7 +12847,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
12714
12847
|
}(service_1.Service));
|
|
12715
12848
|
exports.TripService = TripService;
|
|
12716
12849
|
|
|
12717
|
-
},{"../service":
|
|
12850
|
+
},{"../service":227,"http-status":288}],221:[function(require,module,exports){
|
|
12718
12851
|
"use strict";
|
|
12719
12852
|
var __extends = (this && this.__extends) || (function () {
|
|
12720
12853
|
var extendStatics = function (d, b) {
|
|
@@ -12847,7 +12980,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
12847
12980
|
}(service_1.Service));
|
|
12848
12981
|
exports.UserPoolService = UserPoolService;
|
|
12849
12982
|
|
|
12850
|
-
},{"../service":
|
|
12983
|
+
},{"../service":227,"http-status":288}],222:[function(require,module,exports){
|
|
12851
12984
|
"use strict";
|
|
12852
12985
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12853
12986
|
if (k2 === undefined) k2 = k;
|
|
@@ -12865,7 +12998,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12865
12998
|
*/
|
|
12866
12999
|
__exportStar(require("@chevre/factory"), exports);
|
|
12867
13000
|
|
|
12868
|
-
},{"@chevre/factory":
|
|
13001
|
+
},{"@chevre/factory":90}],223:[function(require,module,exports){
|
|
12869
13002
|
"use strict";
|
|
12870
13003
|
var __extends = (this && this.__extends) || (function () {
|
|
12871
13004
|
var extendStatics = function (d, b) {
|
|
@@ -13280,7 +13413,7 @@ var service;
|
|
|
13280
13413
|
service.txn = transaction;
|
|
13281
13414
|
})(service = exports.service || (exports.service = {}));
|
|
13282
13415
|
|
|
13283
|
-
},{"./auth/authClient":
|
|
13416
|
+
},{"./auth/authClient":168,"./chevre":169,"./chevre/payment/factory":202,"./chevre/transaction/placeOrder/factory":218,"./factory":222,"./pecorino":224,"./service":227,"./service/account":228,"./service/categoryCode":229,"./service/creativeWork":230,"./service/customer":231,"./service/delivery":232,"./service/emailMessage":233,"./service/event":234,"./service/iam":235,"./service/offer":236,"./service/order":237,"./service/order/factory":238,"./service/payment":239,"./service/permit":240,"./service/person":241,"./service/person/ownershipInfo":242,"./service/place":243,"./service/product":244,"./service/project":245,"./service/reservation":246,"./service/reservation/factory":247,"./service/seller":248,"./service/token":249,"./service/transaction/moneyTransfer":250,"./service/transaction/placeOrder":251,"./service/transaction/placeOrder4sskts":252,"./service/transaction/returnOrder":253,"./transporters":254}],224:[function(require,module,exports){
|
|
13284
13417
|
"use strict";
|
|
13285
13418
|
var __extends = (this && this.__extends) || (function () {
|
|
13286
13419
|
var extendStatics = function (d, b) {
|
|
@@ -13333,7 +13466,7 @@ var service;
|
|
|
13333
13466
|
service.AccountTransaction = AccountTransaction;
|
|
13334
13467
|
})(service = exports.service || (exports.service = {}));
|
|
13335
13468
|
|
|
13336
|
-
},{"./factory":
|
|
13469
|
+
},{"./factory":222,"./pecorino/accountTransaction":225,"./pecorino/permit":226}],225:[function(require,module,exports){
|
|
13337
13470
|
"use strict";
|
|
13338
13471
|
var __extends = (this && this.__extends) || (function () {
|
|
13339
13472
|
var extendStatics = function (d, b) {
|
|
@@ -13493,7 +13626,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
13493
13626
|
}(service_1.Service));
|
|
13494
13627
|
exports.AccountTransactionService = AccountTransactionService;
|
|
13495
13628
|
|
|
13496
|
-
},{"../service":
|
|
13629
|
+
},{"../service":227,"http-status":288}],226:[function(require,module,exports){
|
|
13497
13630
|
"use strict";
|
|
13498
13631
|
var __extends = (this && this.__extends) || (function () {
|
|
13499
13632
|
var extendStatics = function (d, b) {
|
|
@@ -13602,7 +13735,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
13602
13735
|
}(service_1.Service));
|
|
13603
13736
|
exports.PermitService = PermitService;
|
|
13604
13737
|
|
|
13605
|
-
},{"../service":
|
|
13738
|
+
},{"../service":227,"http-status":288}],227:[function(require,module,exports){
|
|
13606
13739
|
"use strict";
|
|
13607
13740
|
var __assign = (this && this.__assign) || function () {
|
|
13608
13741
|
__assign = Object.assign || function(t) {
|
|
@@ -13709,7 +13842,7 @@ var Service = /** @class */ (function () {
|
|
|
13709
13842
|
}());
|
|
13710
13843
|
exports.Service = Service;
|
|
13711
13844
|
|
|
13712
|
-
},{"./transporters":
|
|
13845
|
+
},{"./transporters":254,"qs":256}],228:[function(require,module,exports){
|
|
13713
13846
|
"use strict";
|
|
13714
13847
|
var __extends = (this && this.__extends) || (function () {
|
|
13715
13848
|
var extendStatics = function (d, b) {
|
|
@@ -13818,7 +13951,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
13818
13951
|
}(service_1.Service));
|
|
13819
13952
|
exports.AccountService = AccountService;
|
|
13820
13953
|
|
|
13821
|
-
},{"../service":
|
|
13954
|
+
},{"../service":227,"http-status":288}],229:[function(require,module,exports){
|
|
13822
13955
|
"use strict";
|
|
13823
13956
|
var __extends = (this && this.__extends) || (function () {
|
|
13824
13957
|
var extendStatics = function (d, b) {
|
|
@@ -13915,7 +14048,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
13915
14048
|
}(service_1.Service));
|
|
13916
14049
|
exports.CategoryCodeService = CategoryCodeService;
|
|
13917
14050
|
|
|
13918
|
-
},{"../service":
|
|
14051
|
+
},{"../service":227,"http-status":288}],230:[function(require,module,exports){
|
|
13919
14052
|
"use strict";
|
|
13920
14053
|
var __extends = (this && this.__extends) || (function () {
|
|
13921
14054
|
var extendStatics = function (d, b) {
|
|
@@ -14012,7 +14145,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
14012
14145
|
}(service_1.Service));
|
|
14013
14146
|
exports.CreativeWorkService = CreativeWorkService;
|
|
14014
14147
|
|
|
14015
|
-
},{"../service":
|
|
14148
|
+
},{"../service":227,"http-status":288}],231:[function(require,module,exports){
|
|
14016
14149
|
"use strict";
|
|
14017
14150
|
var __extends = (this && this.__extends) || (function () {
|
|
14018
14151
|
var extendStatics = function (d, b) {
|
|
@@ -14127,7 +14260,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
14127
14260
|
}(service_1.Service));
|
|
14128
14261
|
exports.CustomerService = CustomerService;
|
|
14129
14262
|
|
|
14130
|
-
},{"../service":
|
|
14263
|
+
},{"../service":227,"http-status":288}],232:[function(require,module,exports){
|
|
14131
14264
|
"use strict";
|
|
14132
14265
|
var __extends = (this && this.__extends) || (function () {
|
|
14133
14266
|
var extendStatics = function (d, b) {
|
|
@@ -14219,7 +14352,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
14219
14352
|
}(service_1.Service));
|
|
14220
14353
|
exports.DeliveryService = DeliveryService;
|
|
14221
14354
|
|
|
14222
|
-
},{"../service":
|
|
14355
|
+
},{"../service":227,"http-status":288}],233:[function(require,module,exports){
|
|
14223
14356
|
"use strict";
|
|
14224
14357
|
var __extends = (this && this.__extends) || (function () {
|
|
14225
14358
|
var extendStatics = function (d, b) {
|
|
@@ -14316,7 +14449,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
14316
14449
|
}(service_1.Service));
|
|
14317
14450
|
exports.EmailMessageService = EmailMessageService;
|
|
14318
14451
|
|
|
14319
|
-
},{"../service":
|
|
14452
|
+
},{"../service":227,"http-status":288}],234:[function(require,module,exports){
|
|
14320
14453
|
"use strict";
|
|
14321
14454
|
var __extends = (this && this.__extends) || (function () {
|
|
14322
14455
|
var extendStatics = function (d, b) {
|
|
@@ -14558,7 +14691,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
14558
14691
|
}(service_1.Service));
|
|
14559
14692
|
exports.EventService = EventService;
|
|
14560
14693
|
|
|
14561
|
-
},{"../service":
|
|
14694
|
+
},{"../service":227,"http-status":288}],235:[function(require,module,exports){
|
|
14562
14695
|
"use strict";
|
|
14563
14696
|
var __extends = (this && this.__extends) || (function () {
|
|
14564
14697
|
var extendStatics = function (d, b) {
|
|
@@ -14655,7 +14788,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
14655
14788
|
}(service_1.Service));
|
|
14656
14789
|
exports.IAMService = IAMService;
|
|
14657
14790
|
|
|
14658
|
-
},{"../service":
|
|
14791
|
+
},{"../service":227,"http-status":288}],236:[function(require,module,exports){
|
|
14659
14792
|
"use strict";
|
|
14660
14793
|
var __extends = (this && this.__extends) || (function () {
|
|
14661
14794
|
var extendStatics = function (d, b) {
|
|
@@ -14812,7 +14945,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14812
14945
|
}(service_1.Service));
|
|
14813
14946
|
exports.OfferService = OfferService;
|
|
14814
14947
|
|
|
14815
|
-
},{"../service":
|
|
14948
|
+
},{"../service":227,"http-status":288}],237:[function(require,module,exports){
|
|
14816
14949
|
"use strict";
|
|
14817
14950
|
var __extends = (this && this.__extends) || (function () {
|
|
14818
14951
|
var extendStatics = function (d, b) {
|
|
@@ -15122,7 +15255,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
15122
15255
|
}(service_1.Service));
|
|
15123
15256
|
exports.OrderService = OrderService;
|
|
15124
15257
|
|
|
15125
|
-
},{"../service":
|
|
15258
|
+
},{"../service":227,"http-status":288}],238:[function(require,module,exports){
|
|
15126
15259
|
"use strict";
|
|
15127
15260
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15128
15261
|
if (k2 === undefined) k2 = k;
|
|
@@ -15137,7 +15270,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15137
15270
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15138
15271
|
__exportStar(require("../../chevre/order/factory"), exports);
|
|
15139
15272
|
|
|
15140
|
-
},{"../../chevre/order/factory":
|
|
15273
|
+
},{"../../chevre/order/factory":199}],239:[function(require,module,exports){
|
|
15141
15274
|
"use strict";
|
|
15142
15275
|
var __extends = (this && this.__extends) || (function () {
|
|
15143
15276
|
var extendStatics = function (d, b) {
|
|
@@ -15382,7 +15515,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
15382
15515
|
}(service_1.Service));
|
|
15383
15516
|
exports.PaymentService = PaymentService;
|
|
15384
15517
|
|
|
15385
|
-
},{"../factory":
|
|
15518
|
+
},{"../factory":222,"../service":227,"http-status":288}],240:[function(require,module,exports){
|
|
15386
15519
|
"use strict";
|
|
15387
15520
|
var __extends = (this && this.__extends) || (function () {
|
|
15388
15521
|
var extendStatics = function (d, b) {
|
|
@@ -15508,9 +15641,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
15508
15641
|
}(service_1.Service));
|
|
15509
15642
|
exports.PermitService = PermitService;
|
|
15510
15643
|
|
|
15511
|
-
},{"../service":
|
|
15512
|
-
arguments[4][
|
|
15513
|
-
},{"../service":
|
|
15644
|
+
},{"../service":227,"http-status":288}],241:[function(require,module,exports){
|
|
15645
|
+
arguments[4][204][0].apply(exports,arguments)
|
|
15646
|
+
},{"../service":227,"dup":204,"http-status":288}],242:[function(require,module,exports){
|
|
15514
15647
|
"use strict";
|
|
15515
15648
|
var __extends = (this && this.__extends) || (function () {
|
|
15516
15649
|
var extendStatics = function (d, b) {
|
|
@@ -15877,7 +16010,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15877
16010
|
}(service_1.Service));
|
|
15878
16011
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
15879
16012
|
|
|
15880
|
-
},{"../../factory":
|
|
16013
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],243:[function(require,module,exports){
|
|
15881
16014
|
"use strict";
|
|
15882
16015
|
var __extends = (this && this.__extends) || (function () {
|
|
15883
16016
|
var extendStatics = function (d, b) {
|
|
@@ -16059,7 +16192,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
16059
16192
|
}(service_1.Service));
|
|
16060
16193
|
exports.PlaceService = PlaceService;
|
|
16061
16194
|
|
|
16062
|
-
},{"../factory":
|
|
16195
|
+
},{"../factory":222,"../service":227,"http-status":288}],244:[function(require,module,exports){
|
|
16063
16196
|
"use strict";
|
|
16064
16197
|
var __extends = (this && this.__extends) || (function () {
|
|
16065
16198
|
var extendStatics = function (d, b) {
|
|
@@ -16176,7 +16309,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
16176
16309
|
}(service_1.Service));
|
|
16177
16310
|
exports.ProductService = ProductService;
|
|
16178
16311
|
|
|
16179
|
-
},{"../service":
|
|
16312
|
+
},{"../service":227,"http-status":288}],245:[function(require,module,exports){
|
|
16180
16313
|
"use strict";
|
|
16181
16314
|
var __extends = (this && this.__extends) || (function () {
|
|
16182
16315
|
var extendStatics = function (d, b) {
|
|
@@ -16341,7 +16474,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
16341
16474
|
}(service_1.Service));
|
|
16342
16475
|
exports.ProjectService = ProjectService;
|
|
16343
16476
|
|
|
16344
|
-
},{"../service":
|
|
16477
|
+
},{"../service":227,"http-status":288}],246:[function(require,module,exports){
|
|
16345
16478
|
"use strict";
|
|
16346
16479
|
var __extends = (this && this.__extends) || (function () {
|
|
16347
16480
|
var extendStatics = function (d, b) {
|
|
@@ -16507,7 +16640,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
16507
16640
|
}(service_1.Service));
|
|
16508
16641
|
exports.ReservationService = ReservationService;
|
|
16509
16642
|
|
|
16510
|
-
},{"../service":
|
|
16643
|
+
},{"../service":227,"http-status":288}],247:[function(require,module,exports){
|
|
16511
16644
|
"use strict";
|
|
16512
16645
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16513
16646
|
if (k2 === undefined) k2 = k;
|
|
@@ -16522,7 +16655,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16522
16655
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16523
16656
|
__exportStar(require("../../chevre/reservation/factory"), exports);
|
|
16524
16657
|
|
|
16525
|
-
},{"../../chevre/reservation/factory":
|
|
16658
|
+
},{"../../chevre/reservation/factory":211}],248:[function(require,module,exports){
|
|
16526
16659
|
"use strict";
|
|
16527
16660
|
var __extends = (this && this.__extends) || (function () {
|
|
16528
16661
|
var extendStatics = function (d, b) {
|
|
@@ -16637,9 +16770,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
16637
16770
|
}(service_1.Service));
|
|
16638
16771
|
exports.SellerService = SellerService;
|
|
16639
16772
|
|
|
16640
|
-
},{"../service":
|
|
16641
|
-
arguments[4][
|
|
16642
|
-
},{"../service":
|
|
16773
|
+
},{"../service":227,"http-status":288}],249:[function(require,module,exports){
|
|
16774
|
+
arguments[4][214][0].apply(exports,arguments)
|
|
16775
|
+
},{"../service":227,"dup":214,"http-status":288}],250:[function(require,module,exports){
|
|
16643
16776
|
"use strict";
|
|
16644
16777
|
var __extends = (this && this.__extends) || (function () {
|
|
16645
16778
|
var extendStatics = function (d, b) {
|
|
@@ -16789,7 +16922,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
16789
16922
|
}(service_1.Service));
|
|
16790
16923
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
16791
16924
|
|
|
16792
|
-
},{"../../factory":
|
|
16925
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],251:[function(require,module,exports){
|
|
16793
16926
|
"use strict";
|
|
16794
16927
|
var __extends = (this && this.__extends) || (function () {
|
|
16795
16928
|
var extendStatics = function (d, b) {
|
|
@@ -17047,7 +17180,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
17047
17180
|
}(service_1.Service));
|
|
17048
17181
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
17049
17182
|
|
|
17050
|
-
},{"../../factory":
|
|
17183
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],252:[function(require,module,exports){
|
|
17051
17184
|
"use strict";
|
|
17052
17185
|
var __extends = (this && this.__extends) || (function () {
|
|
17053
17186
|
var extendStatics = function (d, b) {
|
|
@@ -17180,7 +17313,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
17180
17313
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
17181
17314
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
17182
17315
|
|
|
17183
|
-
},{"./placeOrder":
|
|
17316
|
+
},{"./placeOrder":251,"http-status":288}],253:[function(require,module,exports){
|
|
17184
17317
|
"use strict";
|
|
17185
17318
|
var __extends = (this && this.__extends) || (function () {
|
|
17186
17319
|
var extendStatics = function (d, b) {
|
|
@@ -17311,7 +17444,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
17311
17444
|
}(service_1.Service));
|
|
17312
17445
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
17313
17446
|
|
|
17314
|
-
},{"../../factory":
|
|
17447
|
+
},{"../../factory":222,"../../service":227,"http-status":288}],254:[function(require,module,exports){
|
|
17315
17448
|
"use strict";
|
|
17316
17449
|
var __extends = (this && this.__extends) || (function () {
|
|
17317
17450
|
var extendStatics = function (d, b) {
|
|
@@ -17508,7 +17641,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
17508
17641
|
}());
|
|
17509
17642
|
exports.StubTransporter = StubTransporter;
|
|
17510
17643
|
|
|
17511
|
-
},{"debug":
|
|
17644
|
+
},{"debug":280,"isomorphic-fetch":291}],255:[function(require,module,exports){
|
|
17512
17645
|
'use strict';
|
|
17513
17646
|
|
|
17514
17647
|
var replace = String.prototype.replace;
|
|
@@ -17533,7 +17666,7 @@ module.exports = {
|
|
|
17533
17666
|
RFC3986: Format.RFC3986
|
|
17534
17667
|
};
|
|
17535
17668
|
|
|
17536
|
-
},{}],
|
|
17669
|
+
},{}],256:[function(require,module,exports){
|
|
17537
17670
|
'use strict';
|
|
17538
17671
|
|
|
17539
17672
|
var stringify = require('./stringify');
|
|
@@ -17546,7 +17679,7 @@ module.exports = {
|
|
|
17546
17679
|
stringify: stringify
|
|
17547
17680
|
};
|
|
17548
17681
|
|
|
17549
|
-
},{"./formats":
|
|
17682
|
+
},{"./formats":255,"./parse":257,"./stringify":258}],257:[function(require,module,exports){
|
|
17550
17683
|
'use strict';
|
|
17551
17684
|
|
|
17552
17685
|
var utils = require('./utils');
|
|
@@ -17811,7 +17944,7 @@ module.exports = function (str, opts) {
|
|
|
17811
17944
|
return utils.compact(obj);
|
|
17812
17945
|
};
|
|
17813
17946
|
|
|
17814
|
-
},{"./utils":
|
|
17947
|
+
},{"./utils":259}],258:[function(require,module,exports){
|
|
17815
17948
|
'use strict';
|
|
17816
17949
|
|
|
17817
17950
|
var getSideChannel = require('side-channel');
|
|
@@ -18139,7 +18272,7 @@ module.exports = function (object, opts) {
|
|
|
18139
18272
|
return joined.length > 0 ? prefix + joined : '';
|
|
18140
18273
|
};
|
|
18141
18274
|
|
|
18142
|
-
},{"./formats":
|
|
18275
|
+
},{"./formats":255,"./utils":259,"side-channel":303}],259:[function(require,module,exports){
|
|
18143
18276
|
'use strict';
|
|
18144
18277
|
|
|
18145
18278
|
var formats = require('./formats');
|
|
@@ -18393,9 +18526,9 @@ module.exports = {
|
|
|
18393
18526
|
merge: merge
|
|
18394
18527
|
};
|
|
18395
18528
|
|
|
18396
|
-
},{"./formats":
|
|
18529
|
+
},{"./formats":255}],260:[function(require,module,exports){
|
|
18397
18530
|
arguments[4][14][0].apply(exports,arguments)
|
|
18398
|
-
},{"dup":14}],
|
|
18531
|
+
},{"dup":14}],261:[function(require,module,exports){
|
|
18399
18532
|
"use strict";
|
|
18400
18533
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18401
18534
|
/**
|
|
@@ -18414,7 +18547,7 @@ var ErrorCode;
|
|
|
18414
18547
|
})(ErrorCode || (ErrorCode = {}));
|
|
18415
18548
|
exports.default = ErrorCode;
|
|
18416
18549
|
|
|
18417
|
-
},{}],
|
|
18550
|
+
},{}],262:[function(require,module,exports){
|
|
18418
18551
|
"use strict";
|
|
18419
18552
|
var __extends = (this && this.__extends) || (function () {
|
|
18420
18553
|
var extendStatics = function (d, b) {
|
|
@@ -18455,7 +18588,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
18455
18588
|
}(waiter_1.WaiterError));
|
|
18456
18589
|
exports.default = ArgumentError;
|
|
18457
18590
|
|
|
18458
|
-
},{"../errorCode":
|
|
18591
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],263:[function(require,module,exports){
|
|
18459
18592
|
"use strict";
|
|
18460
18593
|
var __extends = (this && this.__extends) || (function () {
|
|
18461
18594
|
var extendStatics = function (d, b) {
|
|
@@ -18496,7 +18629,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
18496
18629
|
}(waiter_1.WaiterError));
|
|
18497
18630
|
exports.default = ArgumentNullError;
|
|
18498
18631
|
|
|
18499
|
-
},{"../errorCode":
|
|
18632
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],264:[function(require,module,exports){
|
|
18500
18633
|
"use strict";
|
|
18501
18634
|
var __extends = (this && this.__extends) || (function () {
|
|
18502
18635
|
var extendStatics = function (d, b) {
|
|
@@ -18536,7 +18669,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
18536
18669
|
}(waiter_1.WaiterError));
|
|
18537
18670
|
exports.default = ForbiddenError;
|
|
18538
18671
|
|
|
18539
|
-
},{"../errorCode":
|
|
18672
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],265:[function(require,module,exports){
|
|
18540
18673
|
"use strict";
|
|
18541
18674
|
var __extends = (this && this.__extends) || (function () {
|
|
18542
18675
|
var extendStatics = function (d, b) {
|
|
@@ -18577,7 +18710,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
18577
18710
|
}(waiter_1.WaiterError));
|
|
18578
18711
|
exports.default = NotFoundError;
|
|
18579
18712
|
|
|
18580
|
-
},{"../errorCode":
|
|
18713
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],266:[function(require,module,exports){
|
|
18581
18714
|
"use strict";
|
|
18582
18715
|
var __extends = (this && this.__extends) || (function () {
|
|
18583
18716
|
var extendStatics = function (d, b) {
|
|
@@ -18617,7 +18750,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
18617
18750
|
}(waiter_1.WaiterError));
|
|
18618
18751
|
exports.default = RateLimitExceededError;
|
|
18619
18752
|
|
|
18620
|
-
},{"../errorCode":
|
|
18753
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],267:[function(require,module,exports){
|
|
18621
18754
|
"use strict";
|
|
18622
18755
|
var __extends = (this && this.__extends) || (function () {
|
|
18623
18756
|
var extendStatics = function (d, b) {
|
|
@@ -18657,7 +18790,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
18657
18790
|
}(waiter_1.WaiterError));
|
|
18658
18791
|
exports.default = ServiceUnavailableError;
|
|
18659
18792
|
|
|
18660
|
-
},{"../errorCode":
|
|
18793
|
+
},{"../errorCode":261,"./waiter":268,"setprototypeof":302}],268:[function(require,module,exports){
|
|
18661
18794
|
"use strict";
|
|
18662
18795
|
var __extends = (this && this.__extends) || (function () {
|
|
18663
18796
|
var extendStatics = function (d, b) {
|
|
@@ -18690,7 +18823,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
18690
18823
|
}(Error));
|
|
18691
18824
|
exports.WaiterError = WaiterError;
|
|
18692
18825
|
|
|
18693
|
-
},{}],
|
|
18826
|
+
},{}],269:[function(require,module,exports){
|
|
18694
18827
|
"use strict";
|
|
18695
18828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18696
18829
|
/**
|
|
@@ -18711,13 +18844,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
18711
18844
|
var waiter_1 = require("./error/waiter");
|
|
18712
18845
|
exports.Waiter = waiter_1.WaiterError;
|
|
18713
18846
|
|
|
18714
|
-
},{"./error/argument":
|
|
18847
|
+
},{"./error/argument":262,"./error/argumentNull":263,"./error/forbidden":264,"./error/notFound":265,"./error/rateLimitExceeded":266,"./error/serviceUnavailable":267,"./error/waiter":268}],270:[function(require,module,exports){
|
|
18715
18848
|
arguments[4][14][0].apply(exports,arguments)
|
|
18716
|
-
},{"dup":14}],
|
|
18849
|
+
},{"dup":14}],271:[function(require,module,exports){
|
|
18717
18850
|
arguments[4][14][0].apply(exports,arguments)
|
|
18718
|
-
},{"dup":14}],
|
|
18851
|
+
},{"dup":14}],272:[function(require,module,exports){
|
|
18719
18852
|
arguments[4][14][0].apply(exports,arguments)
|
|
18720
|
-
},{"dup":14}],
|
|
18853
|
+
},{"dup":14}],273:[function(require,module,exports){
|
|
18721
18854
|
"use strict";
|
|
18722
18855
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18723
18856
|
/**
|
|
@@ -18736,7 +18869,7 @@ exports.passport = passport;
|
|
|
18736
18869
|
exports.project = project;
|
|
18737
18870
|
exports.rule = rule;
|
|
18738
18871
|
|
|
18739
|
-
},{"./factory/client":
|
|
18872
|
+
},{"./factory/client":260,"./factory/errorCode":261,"./factory/errors":269,"./factory/passport":270,"./factory/project":271,"./factory/rule":272}],274:[function(require,module,exports){
|
|
18740
18873
|
'use strict'
|
|
18741
18874
|
|
|
18742
18875
|
exports.byteLength = byteLength
|
|
@@ -18890,9 +19023,9 @@ function fromByteArray (uint8) {
|
|
|
18890
19023
|
return parts.join('')
|
|
18891
19024
|
}
|
|
18892
19025
|
|
|
18893
|
-
},{}],
|
|
19026
|
+
},{}],275:[function(require,module,exports){
|
|
18894
19027
|
|
|
18895
|
-
},{}],
|
|
19028
|
+
},{}],276:[function(require,module,exports){
|
|
18896
19029
|
(function (Buffer){
|
|
18897
19030
|
/*!
|
|
18898
19031
|
* The buffer module from node.js, for the browser.
|
|
@@ -20673,7 +20806,7 @@ function numberIsNaN (obj) {
|
|
|
20673
20806
|
}
|
|
20674
20807
|
|
|
20675
20808
|
}).call(this,require("buffer").Buffer)
|
|
20676
|
-
},{"base64-js":
|
|
20809
|
+
},{"base64-js":274,"buffer":276,"ieee754":290}],277:[function(require,module,exports){
|
|
20677
20810
|
'use strict';
|
|
20678
20811
|
|
|
20679
20812
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -20690,7 +20823,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
20690
20823
|
return intrinsic;
|
|
20691
20824
|
};
|
|
20692
20825
|
|
|
20693
|
-
},{"./":
|
|
20826
|
+
},{"./":278,"get-intrinsic":284}],278:[function(require,module,exports){
|
|
20694
20827
|
'use strict';
|
|
20695
20828
|
|
|
20696
20829
|
var bind = require('function-bind');
|
|
@@ -20739,7 +20872,7 @@ if ($defineProperty) {
|
|
|
20739
20872
|
module.exports.apply = applyBind;
|
|
20740
20873
|
}
|
|
20741
20874
|
|
|
20742
|
-
},{"function-bind":
|
|
20875
|
+
},{"function-bind":283,"get-intrinsic":284}],279:[function(require,module,exports){
|
|
20743
20876
|
/**
|
|
20744
20877
|
* Helpers.
|
|
20745
20878
|
*/
|
|
@@ -20903,7 +21036,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
20903
21036
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
20904
21037
|
}
|
|
20905
21038
|
|
|
20906
|
-
},{}],
|
|
21039
|
+
},{}],280:[function(require,module,exports){
|
|
20907
21040
|
(function (process){
|
|
20908
21041
|
"use strict";
|
|
20909
21042
|
|
|
@@ -21087,7 +21220,7 @@ formatters.j = function (v) {
|
|
|
21087
21220
|
|
|
21088
21221
|
|
|
21089
21222
|
}).call(this,require('_process'))
|
|
21090
|
-
},{"./common":
|
|
21223
|
+
},{"./common":281,"_process":293}],281:[function(require,module,exports){
|
|
21091
21224
|
"use strict";
|
|
21092
21225
|
|
|
21093
21226
|
/**
|
|
@@ -21338,7 +21471,7 @@ function setup(env) {
|
|
|
21338
21471
|
module.exports = setup;
|
|
21339
21472
|
|
|
21340
21473
|
|
|
21341
|
-
},{"ms":
|
|
21474
|
+
},{"ms":279}],282:[function(require,module,exports){
|
|
21342
21475
|
'use strict';
|
|
21343
21476
|
|
|
21344
21477
|
/* eslint no-invalid-this: 1 */
|
|
@@ -21392,14 +21525,14 @@ module.exports = function bind(that) {
|
|
|
21392
21525
|
return bound;
|
|
21393
21526
|
};
|
|
21394
21527
|
|
|
21395
|
-
},{}],
|
|
21528
|
+
},{}],283:[function(require,module,exports){
|
|
21396
21529
|
'use strict';
|
|
21397
21530
|
|
|
21398
21531
|
var implementation = require('./implementation');
|
|
21399
21532
|
|
|
21400
21533
|
module.exports = Function.prototype.bind || implementation;
|
|
21401
21534
|
|
|
21402
|
-
},{"./implementation":
|
|
21535
|
+
},{"./implementation":282}],284:[function(require,module,exports){
|
|
21403
21536
|
'use strict';
|
|
21404
21537
|
|
|
21405
21538
|
var undefined;
|
|
@@ -21731,7 +21864,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
21731
21864
|
return value;
|
|
21732
21865
|
};
|
|
21733
21866
|
|
|
21734
|
-
},{"function-bind":
|
|
21867
|
+
},{"function-bind":283,"has":287,"has-symbols":285}],285:[function(require,module,exports){
|
|
21735
21868
|
'use strict';
|
|
21736
21869
|
|
|
21737
21870
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -21746,7 +21879,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
21746
21879
|
return hasSymbolSham();
|
|
21747
21880
|
};
|
|
21748
21881
|
|
|
21749
|
-
},{"./shams":
|
|
21882
|
+
},{"./shams":286}],286:[function(require,module,exports){
|
|
21750
21883
|
'use strict';
|
|
21751
21884
|
|
|
21752
21885
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -21790,14 +21923,14 @@ module.exports = function hasSymbols() {
|
|
|
21790
21923
|
return true;
|
|
21791
21924
|
};
|
|
21792
21925
|
|
|
21793
|
-
},{}],
|
|
21926
|
+
},{}],287:[function(require,module,exports){
|
|
21794
21927
|
'use strict';
|
|
21795
21928
|
|
|
21796
21929
|
var bind = require('function-bind');
|
|
21797
21930
|
|
|
21798
21931
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
21799
21932
|
|
|
21800
|
-
},{"function-bind":
|
|
21933
|
+
},{"function-bind":283}],288:[function(require,module,exports){
|
|
21801
21934
|
// Generated by CoffeeScript 2.3.0
|
|
21802
21935
|
// # node-http-status
|
|
21803
21936
|
|
|
@@ -22422,13 +22555,13 @@ module.exports = {
|
|
|
22422
22555
|
}
|
|
22423
22556
|
};
|
|
22424
22557
|
|
|
22425
|
-
},{}],
|
|
22558
|
+
},{}],289:[function(require,module,exports){
|
|
22426
22559
|
(function (process,global){
|
|
22427
22560
|
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;
|
|
22428
22561
|
|
|
22429
22562
|
|
|
22430
22563
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
22431
|
-
},{"_process":
|
|
22564
|
+
},{"_process":293}],290:[function(require,module,exports){
|
|
22432
22565
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
22433
22566
|
var e, m
|
|
22434
22567
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -22514,7 +22647,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
22514
22647
|
buffer[offset + i - d] |= s * 128
|
|
22515
22648
|
}
|
|
22516
22649
|
|
|
22517
|
-
},{}],
|
|
22650
|
+
},{}],291:[function(require,module,exports){
|
|
22518
22651
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
22519
22652
|
// on the global object (window or self)
|
|
22520
22653
|
//
|
|
@@ -22522,7 +22655,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
22522
22655
|
require('whatwg-fetch');
|
|
22523
22656
|
module.exports = self.fetch.bind(self);
|
|
22524
22657
|
|
|
22525
|
-
},{"whatwg-fetch":
|
|
22658
|
+
},{"whatwg-fetch":304}],292:[function(require,module,exports){
|
|
22526
22659
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
22527
22660
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
22528
22661
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -23040,7 +23173,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
23040
23173
|
return xs;
|
|
23041
23174
|
}
|
|
23042
23175
|
|
|
23043
|
-
},{"./util.inspect":
|
|
23176
|
+
},{"./util.inspect":275}],293:[function(require,module,exports){
|
|
23044
23177
|
// shim for using process in browser
|
|
23045
23178
|
var process = module.exports = {};
|
|
23046
23179
|
|
|
@@ -23226,7 +23359,7 @@ process.chdir = function (dir) {
|
|
|
23226
23359
|
};
|
|
23227
23360
|
process.umask = function() { return 0; };
|
|
23228
23361
|
|
|
23229
|
-
},{}],
|
|
23362
|
+
},{}],294:[function(require,module,exports){
|
|
23230
23363
|
'use strict';
|
|
23231
23364
|
|
|
23232
23365
|
var replace = String.prototype.replace;
|
|
@@ -23254,9 +23387,9 @@ module.exports = util.assign(
|
|
|
23254
23387
|
Format
|
|
23255
23388
|
);
|
|
23256
23389
|
|
|
23257
|
-
},{"./utils":
|
|
23258
|
-
arguments[4][
|
|
23259
|
-
},{"./formats":
|
|
23390
|
+
},{"./utils":298}],295:[function(require,module,exports){
|
|
23391
|
+
arguments[4][256][0].apply(exports,arguments)
|
|
23392
|
+
},{"./formats":294,"./parse":296,"./stringify":297,"dup":256}],296:[function(require,module,exports){
|
|
23260
23393
|
'use strict';
|
|
23261
23394
|
|
|
23262
23395
|
var utils = require('./utils');
|
|
@@ -23525,7 +23658,7 @@ module.exports = function (str, opts) {
|
|
|
23525
23658
|
return utils.compact(obj);
|
|
23526
23659
|
};
|
|
23527
23660
|
|
|
23528
|
-
},{"./utils":
|
|
23661
|
+
},{"./utils":298}],297:[function(require,module,exports){
|
|
23529
23662
|
'use strict';
|
|
23530
23663
|
|
|
23531
23664
|
var utils = require('./utils');
|
|
@@ -23798,7 +23931,7 @@ module.exports = function (object, opts) {
|
|
|
23798
23931
|
return joined.length > 0 ? prefix + joined : '';
|
|
23799
23932
|
};
|
|
23800
23933
|
|
|
23801
|
-
},{"./formats":
|
|
23934
|
+
},{"./formats":294,"./utils":298}],298:[function(require,module,exports){
|
|
23802
23935
|
'use strict';
|
|
23803
23936
|
|
|
23804
23937
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -24030,7 +24163,7 @@ module.exports = {
|
|
|
24030
24163
|
merge: merge
|
|
24031
24164
|
};
|
|
24032
24165
|
|
|
24033
|
-
},{}],
|
|
24166
|
+
},{}],299:[function(require,module,exports){
|
|
24034
24167
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
24035
24168
|
//
|
|
24036
24169
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -24116,7 +24249,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
24116
24249
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
24117
24250
|
};
|
|
24118
24251
|
|
|
24119
|
-
},{}],
|
|
24252
|
+
},{}],300:[function(require,module,exports){
|
|
24120
24253
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
24121
24254
|
//
|
|
24122
24255
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -24203,13 +24336,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
24203
24336
|
return res;
|
|
24204
24337
|
};
|
|
24205
24338
|
|
|
24206
|
-
},{}],
|
|
24339
|
+
},{}],301:[function(require,module,exports){
|
|
24207
24340
|
'use strict';
|
|
24208
24341
|
|
|
24209
24342
|
exports.decode = exports.parse = require('./decode');
|
|
24210
24343
|
exports.encode = exports.stringify = require('./encode');
|
|
24211
24344
|
|
|
24212
|
-
},{"./decode":
|
|
24345
|
+
},{"./decode":299,"./encode":300}],302:[function(require,module,exports){
|
|
24213
24346
|
'use strict'
|
|
24214
24347
|
/* eslint no-proto: 0 */
|
|
24215
24348
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -24228,7 +24361,7 @@ function mixinProperties (obj, proto) {
|
|
|
24228
24361
|
return obj
|
|
24229
24362
|
}
|
|
24230
24363
|
|
|
24231
|
-
},{}],
|
|
24364
|
+
},{}],303:[function(require,module,exports){
|
|
24232
24365
|
'use strict';
|
|
24233
24366
|
|
|
24234
24367
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -24354,7 +24487,7 @@ module.exports = function getSideChannel() {
|
|
|
24354
24487
|
return channel;
|
|
24355
24488
|
};
|
|
24356
24489
|
|
|
24357
|
-
},{"call-bind/callBound":
|
|
24490
|
+
},{"call-bind/callBound":277,"get-intrinsic":284,"object-inspect":292}],304:[function(require,module,exports){
|
|
24358
24491
|
(function(self) {
|
|
24359
24492
|
'use strict';
|
|
24360
24493
|
|