@cinerino/sdk 8.0.0-alpha.3 → 8.0.0-alpha.5
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/src/{transaction → cloud/transaction}/paymentAsyncForce.ts +2 -2
- package/example/src/cloud/transaction/processPlaceOrderByCreditCard3DS.ts +9 -4
- package/example/src/{transaction → cloud/transaction}/processPlaceOrderCOAEventByCreditCard.ts +6 -5
- package/example/src/{transaction → cloud/transaction}/processPlaceOrderCOAEventByMovieTicket.ts +6 -5
- package/example/src/{transaction → cloud/transaction}/processReturnOrder.ts +6 -5
- package/example/src/{transaction → cloud/transaction}/test/lockTransactionTest.ts +6 -5
- package/example/src/{transaction → cloud/transaction}/test/rateLimitTest.ts +6 -5
- package/lib/abstract/chevreTxn.d.ts +3 -3
- package/lib/abstract/chevreTxn.js +9 -4
- package/lib/abstract/cinerino/default.d.ts +0 -18
- package/lib/abstract/cinerino/default.js +0 -36
- package/lib/abstract/cinerino/service/transaction/placeOrder4sskts.d.ts +3 -3
- package/lib/abstract/cinerino/service/transaction/placeOrder4sskts.js +6 -3
- package/lib/abstract/cloud/admin.js +14 -14
- package/lib/abstract/cloud/pay.js +2 -2
- package/lib/abstract/cloud/txn/offer.d.ts +1 -2
- package/lib/abstract/cloud/txn/offer.js +15 -8
- package/lib/abstract/cloud/txn/transaction/placeOrder.d.ts +1 -2
- package/lib/abstract/cloud/txn/transaction/placeOrder.js +33 -23
- package/lib/abstract/cloud/txn/transaction/returnOrder.d.ts +1 -2
- package/lib/abstract/cloud/txn/transaction/returnOrder.js +9 -2
- package/lib/abstract/cloud/txn.js +4 -4
- package/lib/bundle.js +464 -960
- package/package.json +4 -4
- package/example/src/transaction/processPlaceOrderByCreditCard3DS.ts +0 -460
- package/lib/abstract/cinerino/service/offer.d.ts +0 -41
- package/lib/abstract/cinerino/service/offer.js +0 -136
- package/lib/abstract/cinerino/service/transaction/placeOrder.d.ts +0 -61
- package/lib/abstract/cinerino/service/transaction/placeOrder.js +0 -209
- package/lib/abstract/cinerino/service/transaction/returnOrder.d.ts +0 -22
- package/lib/abstract/cinerino/service/transaction/returnOrder.js +0 -141
package/lib/bundle.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
2
2
|
var cinerino = window.cinerino = require('./lib/browser.js');
|
|
3
|
-
},{"./lib/browser.js":
|
|
3
|
+
},{"./lib/browser.js":149}],2:[function(require,module,exports){
|
|
4
4
|
"use strict";
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("./abstract/index"), exports);
|
|
20
20
|
|
|
21
|
-
},{"./abstract/index":
|
|
21
|
+
},{"./abstract/index":131}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
var __assign = (this && this.__assign) || function () {
|
|
24
24
|
__assign = Object.assign || function(t) {
|
|
@@ -487,7 +487,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
487
487
|
}(service_1.Service));
|
|
488
488
|
exports.CategoryCodeService = CategoryCodeService;
|
|
489
489
|
|
|
490
|
-
},{"../service":
|
|
490
|
+
},{"../service":135,"http-status":355}],5:[function(require,module,exports){
|
|
491
491
|
"use strict";
|
|
492
492
|
var __extends = (this && this.__extends) || (function () {
|
|
493
493
|
var extendStatics = function (d, b) {
|
|
@@ -581,7 +581,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
581
581
|
}(service_1.Service));
|
|
582
582
|
exports.CreativeWorkService = CreativeWorkService;
|
|
583
583
|
|
|
584
|
-
},{"../service":
|
|
584
|
+
},{"../service":135,"http-status":355}],6:[function(require,module,exports){
|
|
585
585
|
"use strict";
|
|
586
586
|
var __extends = (this && this.__extends) || (function () {
|
|
587
587
|
var extendStatics = function (d, b) {
|
|
@@ -678,7 +678,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
678
678
|
}(service_1.Service));
|
|
679
679
|
exports.EmailMessageService = EmailMessageService;
|
|
680
680
|
|
|
681
|
-
},{"../service":
|
|
681
|
+
},{"../service":135,"http-status":355}],7:[function(require,module,exports){
|
|
682
682
|
"use strict";
|
|
683
683
|
var __extends = (this && this.__extends) || (function () {
|
|
684
684
|
var extendStatics = function (d, b) {
|
|
@@ -937,7 +937,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
937
937
|
}(service_1.Service));
|
|
938
938
|
exports.EventService = EventService;
|
|
939
939
|
|
|
940
|
-
},{"../service":
|
|
940
|
+
},{"../service":135,"http-status":355}],8:[function(require,module,exports){
|
|
941
941
|
"use strict";
|
|
942
942
|
var __extends = (this && this.__extends) || (function () {
|
|
943
943
|
var extendStatics = function (d, b) {
|
|
@@ -1178,7 +1178,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
1178
1178
|
}(service_1.Service));
|
|
1179
1179
|
exports.OrderService = OrderService;
|
|
1180
1180
|
|
|
1181
|
-
},{"../factory":
|
|
1181
|
+
},{"../factory":130,"../service":135,"http-status":355}],9:[function(require,module,exports){
|
|
1182
1182
|
"use strict";
|
|
1183
1183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1184
1184
|
|
|
@@ -1310,7 +1310,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
1310
1310
|
}(service_1.Service));
|
|
1311
1311
|
exports.PermitService = PermitService;
|
|
1312
1312
|
|
|
1313
|
-
},{"../service":
|
|
1313
|
+
},{"../service":135,"http-status":355}],11:[function(require,module,exports){
|
|
1314
1314
|
"use strict";
|
|
1315
1315
|
var __extends = (this && this.__extends) || (function () {
|
|
1316
1316
|
var extendStatics = function (d, b) {
|
|
@@ -1499,7 +1499,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
1499
1499
|
}(service_1.Service));
|
|
1500
1500
|
exports.PersonService = PersonService;
|
|
1501
1501
|
|
|
1502
|
-
},{"../service":
|
|
1502
|
+
},{"../service":135,"http-status":355}],12:[function(require,module,exports){
|
|
1503
1503
|
"use strict";
|
|
1504
1504
|
var __extends = (this && this.__extends) || (function () {
|
|
1505
1505
|
var extendStatics = function (d, b) {
|
|
@@ -1750,7 +1750,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
1750
1750
|
}(service_1.Service));
|
|
1751
1751
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
1752
1752
|
|
|
1753
|
-
},{"../../service":
|
|
1753
|
+
},{"../../service":135,"http-status":355}],13:[function(require,module,exports){
|
|
1754
1754
|
"use strict";
|
|
1755
1755
|
var __extends = (this && this.__extends) || (function () {
|
|
1756
1756
|
var extendStatics = function (d, b) {
|
|
@@ -1960,7 +1960,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
1960
1960
|
}(service_1.Service));
|
|
1961
1961
|
exports.PlaceService = PlaceService;
|
|
1962
1962
|
|
|
1963
|
-
},{"../factory":
|
|
1963
|
+
},{"../factory":130,"../service":135,"http-status":355}],14:[function(require,module,exports){
|
|
1964
1964
|
"use strict";
|
|
1965
1965
|
var __extends = (this && this.__extends) || (function () {
|
|
1966
1966
|
var extendStatics = function (d, b) {
|
|
@@ -2046,7 +2046,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
2046
2046
|
}(service_1.Service));
|
|
2047
2047
|
exports.HasPOSService = HasPOSService;
|
|
2048
2048
|
|
|
2049
|
-
},{"../../factory":
|
|
2049
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],15:[function(require,module,exports){
|
|
2050
2050
|
"use strict";
|
|
2051
2051
|
var __extends = (this && this.__extends) || (function () {
|
|
2052
2052
|
var extendStatics = function (d, b) {
|
|
@@ -2175,7 +2175,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
2175
2175
|
}(service_1.Service));
|
|
2176
2176
|
exports.ProductService = ProductService;
|
|
2177
2177
|
|
|
2178
|
-
},{"../service":
|
|
2178
|
+
},{"../service":135,"http-status":355}],16:[function(require,module,exports){
|
|
2179
2179
|
"use strict";
|
|
2180
2180
|
var __extends = (this && this.__extends) || (function () {
|
|
2181
2181
|
var extendStatics = function (d, b) {
|
|
@@ -2283,7 +2283,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
2283
2283
|
}(service_1.Service));
|
|
2284
2284
|
exports.ReservationService = ReservationService;
|
|
2285
2285
|
|
|
2286
|
-
},{"../service":
|
|
2286
|
+
},{"../service":135,"http-status":355}],17:[function(require,module,exports){
|
|
2287
2287
|
"use strict";
|
|
2288
2288
|
var __extends = (this && this.__extends) || (function () {
|
|
2289
2289
|
var extendStatics = function (d, b) {
|
|
@@ -2455,7 +2455,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
2455
2455
|
}(service_1.Service));
|
|
2456
2456
|
exports.SellerService = SellerService;
|
|
2457
2457
|
|
|
2458
|
-
},{"../service":
|
|
2458
|
+
},{"../service":135,"http-status":355}],18:[function(require,module,exports){
|
|
2459
2459
|
"use strict";
|
|
2460
2460
|
var __extends = (this && this.__extends) || (function () {
|
|
2461
2461
|
var extendStatics = function (d, b) {
|
|
@@ -2543,7 +2543,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
2543
2543
|
}(service_1.Service));
|
|
2544
2544
|
exports.TokenService = TokenService;
|
|
2545
2545
|
|
|
2546
|
-
},{"../service":
|
|
2546
|
+
},{"../service":135,"http-status":355}],19:[function(require,module,exports){
|
|
2547
2547
|
"use strict";
|
|
2548
2548
|
var __extends = (this && this.__extends) || (function () {
|
|
2549
2549
|
var extendStatics = function (d, b) {
|
|
@@ -2640,7 +2640,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
2640
2640
|
}(service_1.Service));
|
|
2641
2641
|
exports.TripService = TripService;
|
|
2642
2642
|
|
|
2643
|
-
},{"../service":
|
|
2643
|
+
},{"../service":135,"http-status":355}],20:[function(require,module,exports){
|
|
2644
2644
|
"use strict";
|
|
2645
2645
|
var __assign = (this && this.__assign) || function () {
|
|
2646
2646
|
__assign = Object.assign || function(t) {
|
|
@@ -4042,7 +4042,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
4042
4042
|
}(service_1.Service));
|
|
4043
4043
|
exports.AccountService = AccountService;
|
|
4044
4044
|
|
|
4045
|
-
},{"../service":
|
|
4045
|
+
},{"../service":135,"http-status":355}],22:[function(require,module,exports){
|
|
4046
4046
|
"use strict";
|
|
4047
4047
|
var __extends = (this && this.__extends) || (function () {
|
|
4048
4048
|
var extendStatics = function (d, b) {
|
|
@@ -4379,7 +4379,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
4379
4379
|
}(service_1.Service));
|
|
4380
4380
|
exports.AccountTitleService = AccountTitleService;
|
|
4381
4381
|
|
|
4382
|
-
},{"../factory":
|
|
4382
|
+
},{"../factory":130,"../service":135,"http-status":355}],23:[function(require,module,exports){
|
|
4383
4383
|
"use strict";
|
|
4384
4384
|
var __extends = (this && this.__extends) || (function () {
|
|
4385
4385
|
var extendStatics = function (d, b) {
|
|
@@ -4476,7 +4476,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
4476
4476
|
}(service_1.Service));
|
|
4477
4477
|
exports.AccountTransactionService = AccountTransactionService;
|
|
4478
4478
|
|
|
4479
|
-
},{"../service":
|
|
4479
|
+
},{"../service":135,"http-status":355}],24:[function(require,module,exports){
|
|
4480
4480
|
"use strict";
|
|
4481
4481
|
var __extends = (this && this.__extends) || (function () {
|
|
4482
4482
|
var extendStatics = function (d, b) {
|
|
@@ -4573,7 +4573,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
4573
4573
|
}(service_1.Service));
|
|
4574
4574
|
exports.AccountingReportService = AccountingReportService;
|
|
4575
4575
|
|
|
4576
|
-
},{"../service":
|
|
4576
|
+
},{"../service":135,"http-status":355}],25:[function(require,module,exports){
|
|
4577
4577
|
"use strict";
|
|
4578
4578
|
var __extends = (this && this.__extends) || (function () {
|
|
4579
4579
|
var extendStatics = function (d, b) {
|
|
@@ -4701,7 +4701,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
4701
4701
|
}(service_1.Service));
|
|
4702
4702
|
exports.ActionService = ActionService;
|
|
4703
4703
|
|
|
4704
|
-
},{"../service":
|
|
4704
|
+
},{"../service":135,"http-status":355}],26:[function(require,module,exports){
|
|
4705
4705
|
"use strict";
|
|
4706
4706
|
var __extends = (this && this.__extends) || (function () {
|
|
4707
4707
|
var extendStatics = function (d, b) {
|
|
@@ -4865,7 +4865,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
4865
4865
|
}(service_1.Service));
|
|
4866
4866
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
4867
4867
|
|
|
4868
|
-
},{"../service":
|
|
4868
|
+
},{"../service":135,"http-status":355}],27:[function(require,module,exports){
|
|
4869
4869
|
"use strict";
|
|
4870
4870
|
var __extends = (this && this.__extends) || (function () {
|
|
4871
4871
|
var extendStatics = function (d, b) {
|
|
@@ -4981,7 +4981,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
|
|
|
4981
4981
|
}(service_1.Service));
|
|
4982
4982
|
exports.AggregateOfferService = AggregateOfferService;
|
|
4983
4983
|
|
|
4984
|
-
},{"../service":
|
|
4984
|
+
},{"../service":135,"http-status":355}],28:[function(require,module,exports){
|
|
4985
4985
|
"use strict";
|
|
4986
4986
|
var __extends = (this && this.__extends) || (function () {
|
|
4987
4987
|
var extendStatics = function (d, b) {
|
|
@@ -5066,7 +5066,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
|
|
|
5066
5066
|
}(service_1.Service));
|
|
5067
5067
|
exports.AggregateReservationService = AggregateReservationService;
|
|
5068
5068
|
|
|
5069
|
-
},{"../service":
|
|
5069
|
+
},{"../service":135,"http-status":355}],29:[function(require,module,exports){
|
|
5070
5070
|
"use strict";
|
|
5071
5071
|
var __extends = (this && this.__extends) || (function () {
|
|
5072
5072
|
var extendStatics = function (d, b) {
|
|
@@ -5171,7 +5171,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
5171
5171
|
}(service_1.Service));
|
|
5172
5172
|
exports.AggregationService = AggregationService;
|
|
5173
5173
|
|
|
5174
|
-
},{"../service":
|
|
5174
|
+
},{"../service":135,"http-status":355}],30:[function(require,module,exports){
|
|
5175
5175
|
"use strict";
|
|
5176
5176
|
var __extends = (this && this.__extends) || (function () {
|
|
5177
5177
|
var extendStatics = function (d, b) {
|
|
@@ -5268,7 +5268,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5268
5268
|
}(service_1.Service));
|
|
5269
5269
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5270
5270
|
|
|
5271
|
-
},{"../service":
|
|
5271
|
+
},{"../service":135,"http-status":355}],31:[function(require,module,exports){
|
|
5272
5272
|
"use strict";
|
|
5273
5273
|
var __extends = (this && this.__extends) || (function () {
|
|
5274
5274
|
var extendStatics = function (d, b) {
|
|
@@ -5430,7 +5430,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5430
5430
|
}(service_1.Service));
|
|
5431
5431
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5432
5432
|
|
|
5433
|
-
},{"../../service":
|
|
5433
|
+
},{"../../service":135,"http-status":355}],32:[function(require,module,exports){
|
|
5434
5434
|
"use strict";
|
|
5435
5435
|
var __extends = (this && this.__extends) || (function () {
|
|
5436
5436
|
var extendStatics = function (d, b) {
|
|
@@ -5566,7 +5566,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5566
5566
|
}(service_1.Service));
|
|
5567
5567
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5568
5568
|
|
|
5569
|
-
},{"../../factory":
|
|
5569
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],33:[function(require,module,exports){
|
|
5570
5570
|
"use strict";
|
|
5571
5571
|
var __extends = (this && this.__extends) || (function () {
|
|
5572
5572
|
var extendStatics = function (d, b) {
|
|
@@ -5791,7 +5791,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5791
5791
|
}(service_1.Service));
|
|
5792
5792
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5793
5793
|
|
|
5794
|
-
},{"../../factory":
|
|
5794
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],34:[function(require,module,exports){
|
|
5795
5795
|
"use strict";
|
|
5796
5796
|
var __extends = (this && this.__extends) || (function () {
|
|
5797
5797
|
var extendStatics = function (d, b) {
|
|
@@ -5938,7 +5938,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5938
5938
|
}(service_1.Service));
|
|
5939
5939
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5940
5940
|
|
|
5941
|
-
},{"../../factory":
|
|
5941
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],35:[function(require,module,exports){
|
|
5942
5942
|
"use strict";
|
|
5943
5943
|
var __extends = (this && this.__extends) || (function () {
|
|
5944
5944
|
var extendStatics = function (d, b) {
|
|
@@ -6085,7 +6085,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6085
6085
|
}(service_1.Service));
|
|
6086
6086
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6087
6087
|
|
|
6088
|
-
},{"../../factory":
|
|
6088
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],36:[function(require,module,exports){
|
|
6089
6089
|
"use strict";
|
|
6090
6090
|
var __extends = (this && this.__extends) || (function () {
|
|
6091
6091
|
var extendStatics = function (d, b) {
|
|
@@ -6249,7 +6249,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6249
6249
|
}(service_1.Service));
|
|
6250
6250
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6251
6251
|
|
|
6252
|
-
},{"../../service":
|
|
6252
|
+
},{"../../service":135,"http-status":355}],37:[function(require,module,exports){
|
|
6253
6253
|
"use strict";
|
|
6254
6254
|
var __extends = (this && this.__extends) || (function () {
|
|
6255
6255
|
var extendStatics = function (d, b) {
|
|
@@ -6356,7 +6356,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6356
6356
|
}(service_1.Service));
|
|
6357
6357
|
exports.AuthorizationService = AuthorizationService;
|
|
6358
6358
|
|
|
6359
|
-
},{"../service":
|
|
6359
|
+
},{"../service":135,"http-status":355}],38:[function(require,module,exports){
|
|
6360
6360
|
"use strict";
|
|
6361
6361
|
var __extends = (this && this.__extends) || (function () {
|
|
6362
6362
|
var extendStatics = function (d, b) {
|
|
@@ -6520,7 +6520,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6520
6520
|
}(service_1.Service));
|
|
6521
6521
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6522
6522
|
|
|
6523
|
-
},{"../service":
|
|
6523
|
+
},{"../service":135,"http-status":355}],39:[function(require,module,exports){
|
|
6524
6524
|
"use strict";
|
|
6525
6525
|
var __extends = (this && this.__extends) || (function () {
|
|
6526
6526
|
var extendStatics = function (d, b) {
|
|
@@ -6636,7 +6636,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
6636
6636
|
}(service_1.Service));
|
|
6637
6637
|
exports.CommentService = CommentService;
|
|
6638
6638
|
|
|
6639
|
-
},{"../service":
|
|
6639
|
+
},{"../service":135,"http-status":355}],40:[function(require,module,exports){
|
|
6640
6640
|
"use strict";
|
|
6641
6641
|
var __extends = (this && this.__extends) || (function () {
|
|
6642
6642
|
var extendStatics = function (d, b) {
|
|
@@ -6814,7 +6814,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6814
6814
|
}(service_1.Service));
|
|
6815
6815
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6816
6816
|
|
|
6817
|
-
},{"../service":
|
|
6817
|
+
},{"../service":135,"http-status":355}],41:[function(require,module,exports){
|
|
6818
6818
|
"use strict";
|
|
6819
6819
|
var __extends = (this && this.__extends) || (function () {
|
|
6820
6820
|
var extendStatics = function (d, b) {
|
|
@@ -6992,7 +6992,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6992
6992
|
}(service_1.Service));
|
|
6993
6993
|
exports.CustomerService = CustomerService;
|
|
6994
6994
|
|
|
6995
|
-
},{"../service":
|
|
6995
|
+
},{"../service":135,"http-status":355}],42:[function(require,module,exports){
|
|
6996
6996
|
"use strict";
|
|
6997
6997
|
var __extends = (this && this.__extends) || (function () {
|
|
6998
6998
|
var extendStatics = function (d, b) {
|
|
@@ -7080,7 +7080,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
|
|
|
7080
7080
|
}(service_1.Service));
|
|
7081
7081
|
exports.CustomerTypeService = CustomerTypeService;
|
|
7082
7082
|
|
|
7083
|
-
},{"../service":
|
|
7083
|
+
},{"../service":135,"http-status":355}],43:[function(require,module,exports){
|
|
7084
7084
|
"use strict";
|
|
7085
7085
|
var __extends = (this && this.__extends) || (function () {
|
|
7086
7086
|
var extendStatics = function (d, b) {
|
|
@@ -7254,7 +7254,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
7254
7254
|
}(service_1.Service));
|
|
7255
7255
|
exports.EmailMessageService = EmailMessageService;
|
|
7256
7256
|
|
|
7257
|
-
},{"../service":
|
|
7257
|
+
},{"../service":135,"http-status":355}],44:[function(require,module,exports){
|
|
7258
7258
|
"use strict";
|
|
7259
7259
|
var __extends = (this && this.__extends) || (function () {
|
|
7260
7260
|
var extendStatics = function (d, b) {
|
|
@@ -7547,7 +7547,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7547
7547
|
}(service_1.Service));
|
|
7548
7548
|
exports.EventService = EventService;
|
|
7549
7549
|
|
|
7550
|
-
},{"../factory":
|
|
7550
|
+
},{"../factory":130,"../service":135,"http-status":355}],45:[function(require,module,exports){
|
|
7551
7551
|
"use strict";
|
|
7552
7552
|
var __extends = (this && this.__extends) || (function () {
|
|
7553
7553
|
var extendStatics = function (d, b) {
|
|
@@ -7884,7 +7884,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7884
7884
|
}(service_1.Service));
|
|
7885
7885
|
exports.IAMService = IAMService;
|
|
7886
7886
|
|
|
7887
|
-
},{"../service":
|
|
7887
|
+
},{"../service":135,"http-status":355}],46:[function(require,module,exports){
|
|
7888
7888
|
"use strict";
|
|
7889
7889
|
var __extends = (this && this.__extends) || (function () {
|
|
7890
7890
|
var extendStatics = function (d, b) {
|
|
@@ -8010,7 +8010,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
8010
8010
|
}(service_1.Service));
|
|
8011
8011
|
exports.MeService = MeService;
|
|
8012
8012
|
|
|
8013
|
-
},{"../service":
|
|
8013
|
+
},{"../service":135,"http-status":355}],47:[function(require,module,exports){
|
|
8014
8014
|
"use strict";
|
|
8015
8015
|
var __extends = (this && this.__extends) || (function () {
|
|
8016
8016
|
var extendStatics = function (d, b) {
|
|
@@ -8099,7 +8099,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
8099
8099
|
}(service_1.Service));
|
|
8100
8100
|
exports.MemberService = MemberService;
|
|
8101
8101
|
|
|
8102
|
-
},{"../factory":
|
|
8102
|
+
},{"../factory":130,"../service":135,"http-status":355}],48:[function(require,module,exports){
|
|
8103
8103
|
"use strict";
|
|
8104
8104
|
var __extends = (this && this.__extends) || (function () {
|
|
8105
8105
|
var extendStatics = function (d, b) {
|
|
@@ -8257,7 +8257,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
8257
8257
|
}(service_1.Service));
|
|
8258
8258
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
8259
8259
|
|
|
8260
|
-
},{"../service":
|
|
8260
|
+
},{"../service":135,"http-status":355}],49:[function(require,module,exports){
|
|
8261
8261
|
"use strict";
|
|
8262
8262
|
var __extends = (this && this.__extends) || (function () {
|
|
8263
8263
|
var extendStatics = function (d, b) {
|
|
@@ -8342,7 +8342,7 @@ var MessageService = /** @class */ (function (_super) {
|
|
|
8342
8342
|
}(service_1.Service));
|
|
8343
8343
|
exports.MessageService = MessageService;
|
|
8344
8344
|
|
|
8345
|
-
},{"../service":
|
|
8345
|
+
},{"../service":135,"http-status":355}],50:[function(require,module,exports){
|
|
8346
8346
|
"use strict";
|
|
8347
8347
|
var __extends = (this && this.__extends) || (function () {
|
|
8348
8348
|
var extendStatics = function (d, b) {
|
|
@@ -8464,7 +8464,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
8464
8464
|
}(service_1.Service));
|
|
8465
8465
|
exports.NoteService = NoteService;
|
|
8466
8466
|
|
|
8467
|
-
},{"../service":
|
|
8467
|
+
},{"../service":135,"http-status":355}],51:[function(require,module,exports){
|
|
8468
8468
|
"use strict";
|
|
8469
8469
|
var __extends = (this && this.__extends) || (function () {
|
|
8470
8470
|
var extendStatics = function (d, b) {
|
|
@@ -8609,7 +8609,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
8609
8609
|
}(service_1.Service));
|
|
8610
8610
|
exports.OfferService = OfferService;
|
|
8611
8611
|
|
|
8612
|
-
},{"../service":
|
|
8612
|
+
},{"../service":135,"http-status":355}],52:[function(require,module,exports){
|
|
8613
8613
|
"use strict";
|
|
8614
8614
|
var __extends = (this && this.__extends) || (function () {
|
|
8615
8615
|
var extendStatics = function (d, b) {
|
|
@@ -8856,7 +8856,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
8856
8856
|
}(service_1.Service));
|
|
8857
8857
|
exports.OfferCatalogService = OfferCatalogService;
|
|
8858
8858
|
|
|
8859
|
-
},{"../service":
|
|
8859
|
+
},{"../service":135,"http-status":355}],53:[function(require,module,exports){
|
|
8860
8860
|
"use strict";
|
|
8861
8861
|
var __extends = (this && this.__extends) || (function () {
|
|
8862
8862
|
var extendStatics = function (d, b) {
|
|
@@ -9057,7 +9057,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
9057
9057
|
}(service_1.Service));
|
|
9058
9058
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
9059
9059
|
|
|
9060
|
-
},{"../service":
|
|
9060
|
+
},{"../service":135,"http-status":355}],54:[function(require,module,exports){
|
|
9061
9061
|
"use strict";
|
|
9062
9062
|
var __extends = (this && this.__extends) || (function () {
|
|
9063
9063
|
var extendStatics = function (d, b) {
|
|
@@ -9215,7 +9215,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
|
|
|
9215
9215
|
}(service_1.Service));
|
|
9216
9216
|
exports.OfferItemConditionService = OfferItemConditionService;
|
|
9217
9217
|
|
|
9218
|
-
},{"../service":
|
|
9218
|
+
},{"../service":135,"http-status":355}],55:[function(require,module,exports){
|
|
9219
9219
|
"use strict";
|
|
9220
9220
|
var __extends = (this && this.__extends) || (function () {
|
|
9221
9221
|
var extendStatics = function (d, b) {
|
|
@@ -9504,7 +9504,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
9504
9504
|
}(service_1.Service));
|
|
9505
9505
|
exports.OrderService = OrderService;
|
|
9506
9506
|
|
|
9507
|
-
},{"../factory":
|
|
9507
|
+
},{"../factory":130,"../service":135,"http-status":355}],56:[function(require,module,exports){
|
|
9508
9508
|
"use strict";
|
|
9509
9509
|
var __extends = (this && this.__extends) || (function () {
|
|
9510
9510
|
var extendStatics = function (d, b) {
|
|
@@ -9601,7 +9601,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9601
9601
|
}(service_1.Service));
|
|
9602
9602
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
9603
9603
|
|
|
9604
|
-
},{"../service":
|
|
9604
|
+
},{"../service":135,"http-status":355}],57:[function(require,module,exports){
|
|
9605
9605
|
"use strict";
|
|
9606
9606
|
var __extends = (this && this.__extends) || (function () {
|
|
9607
9607
|
var extendStatics = function (d, b) {
|
|
@@ -9779,7 +9779,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
9779
9779
|
}(service_1.Service));
|
|
9780
9780
|
exports.PaymentProductService = PaymentProductService;
|
|
9781
9781
|
|
|
9782
|
-
},{"../service":
|
|
9782
|
+
},{"../service":135,"http-status":355}],58:[function(require,module,exports){
|
|
9783
9783
|
"use strict";
|
|
9784
9784
|
var __extends = (this && this.__extends) || (function () {
|
|
9785
9785
|
var extendStatics = function (d, b) {
|
|
@@ -9867,7 +9867,7 @@ var PermissionService = /** @class */ (function (_super) {
|
|
|
9867
9867
|
}(service_1.Service));
|
|
9868
9868
|
exports.PermissionService = PermissionService;
|
|
9869
9869
|
|
|
9870
|
-
},{"../service":
|
|
9870
|
+
},{"../service":135,"http-status":355}],59:[function(require,module,exports){
|
|
9871
9871
|
"use strict";
|
|
9872
9872
|
var __extends = (this && this.__extends) || (function () {
|
|
9873
9873
|
var extendStatics = function (d, b) {
|
|
@@ -10023,7 +10023,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
10023
10023
|
}(service_1.Service));
|
|
10024
10024
|
exports.PermitService = PermitService;
|
|
10025
10025
|
|
|
10026
|
-
},{"../service":
|
|
10026
|
+
},{"../service":135,"http-status":355}],60:[function(require,module,exports){
|
|
10027
10027
|
"use strict";
|
|
10028
10028
|
var __extends = (this && this.__extends) || (function () {
|
|
10029
10029
|
var extendStatics = function (d, b) {
|
|
@@ -10259,9 +10259,9 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
10259
10259
|
}(service_1.Service));
|
|
10260
10260
|
exports.PersonService = PersonService;
|
|
10261
10261
|
|
|
10262
|
-
},{"../service":
|
|
10262
|
+
},{"../service":135,"http-status":355}],61:[function(require,module,exports){
|
|
10263
10263
|
arguments[4][12][0].apply(exports,arguments)
|
|
10264
|
-
},{"../../service":
|
|
10264
|
+
},{"../../service":135,"dup":12,"http-status":355}],62:[function(require,module,exports){
|
|
10265
10265
|
"use strict";
|
|
10266
10266
|
var __extends = (this && this.__extends) || (function () {
|
|
10267
10267
|
var extendStatics = function (d, b) {
|
|
@@ -10764,7 +10764,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10764
10764
|
}(service_1.Service));
|
|
10765
10765
|
exports.PlaceService = PlaceService;
|
|
10766
10766
|
|
|
10767
|
-
},{"../factory":
|
|
10767
|
+
},{"../factory":130,"../service":135,"http-status":355}],63:[function(require,module,exports){
|
|
10768
10768
|
"use strict";
|
|
10769
10769
|
var __extends = (this && this.__extends) || (function () {
|
|
10770
10770
|
var extendStatics = function (d, b) {
|
|
@@ -10900,7 +10900,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
10900
10900
|
}(service_1.Service));
|
|
10901
10901
|
exports.HasPOSService = HasPOSService;
|
|
10902
10902
|
|
|
10903
|
-
},{"../../factory":
|
|
10903
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],64:[function(require,module,exports){
|
|
10904
10904
|
"use strict";
|
|
10905
10905
|
var __extends = (this && this.__extends) || (function () {
|
|
10906
10906
|
var extendStatics = function (d, b) {
|
|
@@ -11064,7 +11064,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
11064
11064
|
}(service_1.Service));
|
|
11065
11065
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
11066
11066
|
|
|
11067
|
-
},{"../service":
|
|
11067
|
+
},{"../service":135,"http-status":355}],65:[function(require,module,exports){
|
|
11068
11068
|
"use strict";
|
|
11069
11069
|
var __extends = (this && this.__extends) || (function () {
|
|
11070
11070
|
var extendStatics = function (d, b) {
|
|
@@ -11282,7 +11282,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
11282
11282
|
}(service_1.Service));
|
|
11283
11283
|
exports.ProductService = ProductService;
|
|
11284
11284
|
|
|
11285
|
-
},{"../service":
|
|
11285
|
+
},{"../service":135,"http-status":355}],66:[function(require,module,exports){
|
|
11286
11286
|
"use strict";
|
|
11287
11287
|
var __extends = (this && this.__extends) || (function () {
|
|
11288
11288
|
var extendStatics = function (d, b) {
|
|
@@ -11416,7 +11416,7 @@ var ProductModelService = /** @class */ (function (_super) {
|
|
|
11416
11416
|
}(service_1.Service));
|
|
11417
11417
|
exports.ProductModelService = ProductModelService;
|
|
11418
11418
|
|
|
11419
|
-
},{"../service":
|
|
11419
|
+
},{"../service":135,"http-status":355}],67:[function(require,module,exports){
|
|
11420
11420
|
"use strict";
|
|
11421
11421
|
var __extends = (this && this.__extends) || (function () {
|
|
11422
11422
|
var extendStatics = function (d, b) {
|
|
@@ -11587,7 +11587,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
11587
11587
|
}(service_1.Service));
|
|
11588
11588
|
exports.ProjectService = ProjectService;
|
|
11589
11589
|
|
|
11590
|
-
},{"../service":
|
|
11590
|
+
},{"../service":135,"http-status":355}],68:[function(require,module,exports){
|
|
11591
11591
|
"use strict";
|
|
11592
11592
|
var __extends = (this && this.__extends) || (function () {
|
|
11593
11593
|
var extendStatics = function (d, b) {
|
|
@@ -11722,7 +11722,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
|
|
|
11722
11722
|
}(service_1.Service));
|
|
11723
11723
|
exports.ProjectMakesOfferService = ProjectMakesOfferService;
|
|
11724
11724
|
|
|
11725
|
-
},{"../service":
|
|
11725
|
+
},{"../service":135,"http-status":355}],69:[function(require,module,exports){
|
|
11726
11726
|
"use strict";
|
|
11727
11727
|
var __extends = (this && this.__extends) || (function () {
|
|
11728
11728
|
var extendStatics = function (d, b) {
|
|
@@ -11901,7 +11901,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
11901
11901
|
}(service_1.Service));
|
|
11902
11902
|
exports.ReservationService = ReservationService;
|
|
11903
11903
|
|
|
11904
|
-
},{"../service":
|
|
11904
|
+
},{"../service":135,"http-status":355}],70:[function(require,module,exports){
|
|
11905
11905
|
"use strict";
|
|
11906
11906
|
var __extends = (this && this.__extends) || (function () {
|
|
11907
11907
|
var extendStatics = function (d, b) {
|
|
@@ -12419,7 +12419,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
12419
12419
|
}(service_1.Service));
|
|
12420
12420
|
exports.SellerService = SellerService;
|
|
12421
12421
|
|
|
12422
|
-
},{"../service":
|
|
12422
|
+
},{"../service":135,"http-status":355}],71:[function(require,module,exports){
|
|
12423
12423
|
"use strict";
|
|
12424
12424
|
var __extends = (this && this.__extends) || (function () {
|
|
12425
12425
|
var extendStatics = function (d, b) {
|
|
@@ -12553,7 +12553,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
12553
12553
|
}(service_1.Service));
|
|
12554
12554
|
exports.TaskService = TaskService;
|
|
12555
12555
|
|
|
12556
|
-
},{"../service":
|
|
12556
|
+
},{"../service":135,"http-status":355}],72:[function(require,module,exports){
|
|
12557
12557
|
"use strict";
|
|
12558
12558
|
var __extends = (this && this.__extends) || (function () {
|
|
12559
12559
|
var extendStatics = function (d, b) {
|
|
@@ -12638,9 +12638,9 @@ var TicketService = /** @class */ (function (_super) {
|
|
|
12638
12638
|
}(service_1.Service));
|
|
12639
12639
|
exports.TicketService = TicketService;
|
|
12640
12640
|
|
|
12641
|
-
},{"../service":
|
|
12641
|
+
},{"../service":135,"http-status":355}],73:[function(require,module,exports){
|
|
12642
12642
|
arguments[4][18][0].apply(exports,arguments)
|
|
12643
|
-
},{"../service":
|
|
12643
|
+
},{"../service":135,"dup":18,"http-status":355}],74:[function(require,module,exports){
|
|
12644
12644
|
"use strict";
|
|
12645
12645
|
var __extends = (this && this.__extends) || (function () {
|
|
12646
12646
|
var extendStatics = function (d, b) {
|
|
@@ -12772,7 +12772,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
12772
12772
|
}(service_1.Service));
|
|
12773
12773
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
12774
12774
|
|
|
12775
|
-
},{"../../factory":
|
|
12775
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],75:[function(require,module,exports){
|
|
12776
12776
|
"use strict";
|
|
12777
12777
|
var __extends = (this && this.__extends) || (function () {
|
|
12778
12778
|
var extendStatics = function (d, b) {
|
|
@@ -12904,7 +12904,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12904
12904
|
}(service_1.Service));
|
|
12905
12905
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12906
12906
|
|
|
12907
|
-
},{"../../factory":
|
|
12907
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],76:[function(require,module,exports){
|
|
12908
12908
|
"use strict";
|
|
12909
12909
|
var __extends = (this && this.__extends) || (function () {
|
|
12910
12910
|
var extendStatics = function (d, b) {
|
|
@@ -13004,7 +13004,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
13004
13004
|
}(service_1.Service));
|
|
13005
13005
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
13006
13006
|
|
|
13007
|
-
},{"../../factory":
|
|
13007
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],77:[function(require,module,exports){
|
|
13008
13008
|
"use strict";
|
|
13009
13009
|
var __extends = (this && this.__extends) || (function () {
|
|
13010
13010
|
var extendStatics = function (d, b) {
|
|
@@ -13092,7 +13092,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
13092
13092
|
}(service_1.Service));
|
|
13093
13093
|
exports.TransactionNumberService = TransactionNumberService;
|
|
13094
13094
|
|
|
13095
|
-
},{"../service":
|
|
13095
|
+
},{"../service":135,"http-status":355}],78:[function(require,module,exports){
|
|
13096
13096
|
"use strict";
|
|
13097
13097
|
var __extends = (this && this.__extends) || (function () {
|
|
13098
13098
|
var extendStatics = function (d, b) {
|
|
@@ -13265,7 +13265,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
13265
13265
|
}(service_1.Service));
|
|
13266
13266
|
exports.TripService = TripService;
|
|
13267
13267
|
|
|
13268
|
-
},{"../service":
|
|
13268
|
+
},{"../service":135,"http-status":355}],79:[function(require,module,exports){
|
|
13269
13269
|
"use strict";
|
|
13270
13270
|
var __extends = (this && this.__extends) || (function () {
|
|
13271
13271
|
var extendStatics = function (d, b) {
|
|
@@ -13398,7 +13398,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
13398
13398
|
}(service_1.Service));
|
|
13399
13399
|
exports.UserPoolService = UserPoolService;
|
|
13400
13400
|
|
|
13401
|
-
},{"../service":
|
|
13401
|
+
},{"../service":135,"http-status":355}],80:[function(require,module,exports){
|
|
13402
13402
|
"use strict";
|
|
13403
13403
|
var __assign = (this && this.__assign) || function () {
|
|
13404
13404
|
__assign = Object.assign || function(t) {
|
|
@@ -13580,7 +13580,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
13580
13580
|
}(service_1.Service));
|
|
13581
13581
|
exports.TokenService = TokenService;
|
|
13582
13582
|
|
|
13583
|
-
},{"../service":
|
|
13583
|
+
},{"../service":135,"http-status":355}],82:[function(require,module,exports){
|
|
13584
13584
|
"use strict";
|
|
13585
13585
|
var __assign = (this && this.__assign) || function () {
|
|
13586
13586
|
__assign = Object.assign || function(t) {
|
|
@@ -14099,7 +14099,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
14099
14099
|
}(service_1.Service));
|
|
14100
14100
|
exports.PaymentService = PaymentService;
|
|
14101
14101
|
|
|
14102
|
-
},{"../factory":
|
|
14102
|
+
},{"../factory":130,"../service":135,"http-status":355}],84:[function(require,module,exports){
|
|
14103
14103
|
arguments[4][9][0].apply(exports,arguments)
|
|
14104
14104
|
},{"dup":9}],85:[function(require,module,exports){
|
|
14105
14105
|
"use strict";
|
|
@@ -14378,7 +14378,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14378
14378
|
}(service_1.Service));
|
|
14379
14379
|
exports.OfferService = OfferService;
|
|
14380
14380
|
|
|
14381
|
-
},{"../factory":
|
|
14381
|
+
},{"../factory":130,"../service":135,"http-status":355}],87:[function(require,module,exports){
|
|
14382
14382
|
"use strict";
|
|
14383
14383
|
var __assign = (this && this.__assign) || function () {
|
|
14384
14384
|
__assign = Object.assign || function(t) {
|
|
@@ -14427,6 +14427,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
14427
14427
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14428
14428
|
}
|
|
14429
14429
|
};
|
|
14430
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
14431
|
+
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
14432
|
+
to[j] = from[i];
|
|
14433
|
+
return to;
|
|
14434
|
+
};
|
|
14430
14435
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14431
14436
|
exports.ChevreTxn = exports.service = void 0;
|
|
14432
14437
|
var service;
|
|
@@ -14469,7 +14474,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
14469
14474
|
case 1:
|
|
14470
14475
|
_a.svc = (_b.sent()).OfferService;
|
|
14471
14476
|
_b.label = 2;
|
|
14472
|
-
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
14477
|
+
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
14473
14478
|
}
|
|
14474
14479
|
});
|
|
14475
14480
|
});
|
|
@@ -14486,7 +14491,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
14486
14491
|
case 1:
|
|
14487
14492
|
_a.svc = (_b.sent()).MoneyTransferTransactionService;
|
|
14488
14493
|
_b.label = 2;
|
|
14489
|
-
case 2: return [2 /*return*/, new service.transaction.MoneyTransfer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
14494
|
+
case 2: return [2 /*return*/, new service.transaction.MoneyTransfer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
14490
14495
|
}
|
|
14491
14496
|
});
|
|
14492
14497
|
});
|
|
@@ -14503,7 +14508,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
14503
14508
|
case 1:
|
|
14504
14509
|
_a.svc = (_b.sent()).PlaceOrderTransactionService;
|
|
14505
14510
|
_b.label = 2;
|
|
14506
|
-
case 2: return [2 /*return*/, new service.transaction.PlaceOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
14511
|
+
case 2: return [2 /*return*/, new service.transaction.PlaceOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
14507
14512
|
}
|
|
14508
14513
|
});
|
|
14509
14514
|
});
|
|
@@ -14520,7 +14525,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
14520
14525
|
case 1:
|
|
14521
14526
|
_a.svc = (_b.sent()).ReturnOrderTransactionService;
|
|
14522
14527
|
_b.label = 2;
|
|
14523
|
-
case 2: return [2 /*return*/, new service.transaction.ReturnOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
14528
|
+
case 2: return [2 /*return*/, new service.transaction.ReturnOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
14524
14529
|
}
|
|
14525
14530
|
});
|
|
14526
14531
|
});
|
|
@@ -14689,7 +14694,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14689
14694
|
}(service_1.Service));
|
|
14690
14695
|
exports.OfferService = OfferService;
|
|
14691
14696
|
|
|
14692
|
-
},{"../factory":
|
|
14697
|
+
},{"../factory":130,"../service":135,"http-status":355}],89:[function(require,module,exports){
|
|
14693
14698
|
"use strict";
|
|
14694
14699
|
var __extends = (this && this.__extends) || (function () {
|
|
14695
14700
|
var extendStatics = function (d, b) {
|
|
@@ -14839,7 +14844,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
14839
14844
|
}(service_1.Service));
|
|
14840
14845
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
14841
14846
|
|
|
14842
|
-
},{"../../factory":
|
|
14847
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],90:[function(require,module,exports){
|
|
14843
14848
|
"use strict";
|
|
14844
14849
|
var __extends = (this && this.__extends) || (function () {
|
|
14845
14850
|
var extendStatics = function (d, b) {
|
|
@@ -15042,7 +15047,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
15042
15047
|
}(service_1.Service));
|
|
15043
15048
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
15044
15049
|
|
|
15045
|
-
},{"../../factory":
|
|
15050
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],91:[function(require,module,exports){
|
|
15046
15051
|
arguments[4][9][0].apply(exports,arguments)
|
|
15047
15052
|
},{"dup":9}],92:[function(require,module,exports){
|
|
15048
15053
|
"use strict";
|
|
@@ -15210,7 +15215,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
15210
15215
|
}(service_1.Service));
|
|
15211
15216
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
15212
15217
|
|
|
15213
|
-
},{"../../factory":
|
|
15218
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],93:[function(require,module,exports){
|
|
15214
15219
|
"use strict";
|
|
15215
15220
|
var __extends = (this && this.__extends) || (function () {
|
|
15216
15221
|
var extendStatics = function (d, b) {
|
|
@@ -15242,7 +15247,6 @@ var creativeWork_1 = require("./service/creativeWork");
|
|
|
15242
15247
|
var delivery_1 = require("./service/delivery");
|
|
15243
15248
|
var emailMessage_1 = require("./service/emailMessage");
|
|
15244
15249
|
var event_1 = require("./service/event");
|
|
15245
|
-
var offer_1 = require("./service/offer");
|
|
15246
15250
|
var order_1 = require("./service/order");
|
|
15247
15251
|
var permit_1 = require("./service/permit");
|
|
15248
15252
|
var person_1 = require("./service/person");
|
|
@@ -15253,9 +15257,7 @@ var product_1 = require("./service/product");
|
|
|
15253
15257
|
var reservation_1 = require("./service/reservation");
|
|
15254
15258
|
var seller_1 = require("./service/seller");
|
|
15255
15259
|
var token_1 = require("./service/token");
|
|
15256
|
-
var placeOrder_1 = require("./service/transaction/placeOrder");
|
|
15257
15260
|
var placeOrder4sskts_1 = require("./service/transaction/placeOrder4sskts");
|
|
15258
|
-
var returnOrder_1 = require("./service/transaction/returnOrder");
|
|
15259
15261
|
/**
|
|
15260
15262
|
* サービスモジュール
|
|
15261
15263
|
*/
|
|
@@ -15327,17 +15329,6 @@ var service;
|
|
|
15327
15329
|
return Event;
|
|
15328
15330
|
}(event_1.EventService));
|
|
15329
15331
|
service.Event = Event;
|
|
15330
|
-
/**
|
|
15331
|
-
* オファーサービス
|
|
15332
|
-
*/
|
|
15333
|
-
var Offer = /** @class */ (function (_super) {
|
|
15334
|
-
__extends(Offer, _super);
|
|
15335
|
-
function Offer() {
|
|
15336
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15337
|
-
}
|
|
15338
|
-
return Offer;
|
|
15339
|
-
}(offer_1.OfferService));
|
|
15340
|
-
service.Offer = Offer;
|
|
15341
15332
|
var order;
|
|
15342
15333
|
(function (order) {
|
|
15343
15334
|
// tslint:disable-next-line:no-shadowed-variable
|
|
@@ -15475,17 +15466,6 @@ var service;
|
|
|
15475
15466
|
// tslint:disable-next-line:no-shadowed-variable
|
|
15476
15467
|
placeOrder.factory = PlaceOrderTransactionServiceFactory;
|
|
15477
15468
|
})(placeOrder = transaction.placeOrder || (transaction.placeOrder = {}));
|
|
15478
|
-
/**
|
|
15479
|
-
* 注文取引サービス
|
|
15480
|
-
*/
|
|
15481
|
-
var PlaceOrder = /** @class */ (function (_super) {
|
|
15482
|
-
__extends(PlaceOrder, _super);
|
|
15483
|
-
function PlaceOrder() {
|
|
15484
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15485
|
-
}
|
|
15486
|
-
return PlaceOrder;
|
|
15487
|
-
}(placeOrder_1.PlaceOrderTransactionService));
|
|
15488
|
-
transaction.PlaceOrder = PlaceOrder;
|
|
15489
15469
|
/**
|
|
15490
15470
|
* sskts専用注文取引サービス
|
|
15491
15471
|
*/
|
|
@@ -15497,17 +15477,6 @@ var service;
|
|
|
15497
15477
|
return PlaceOrder4sskts;
|
|
15498
15478
|
}(placeOrder4sskts_1.PlaceOrderTransaction4ssktsService));
|
|
15499
15479
|
transaction.PlaceOrder4sskts = PlaceOrder4sskts;
|
|
15500
|
-
/**
|
|
15501
|
-
* 返品取引サービス
|
|
15502
|
-
*/
|
|
15503
|
-
var ReturnOrder = /** @class */ (function (_super) {
|
|
15504
|
-
__extends(ReturnOrder, _super);
|
|
15505
|
-
function ReturnOrder() {
|
|
15506
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15507
|
-
}
|
|
15508
|
-
return ReturnOrder;
|
|
15509
|
-
}(returnOrder_1.ReturnOrderTransactionService));
|
|
15510
|
-
transaction.ReturnOrder = ReturnOrder;
|
|
15511
15480
|
})(transaction = service.transaction || (service.transaction = {}));
|
|
15512
15481
|
/**
|
|
15513
15482
|
* 取引サービス
|
|
@@ -15516,7 +15485,7 @@ var service;
|
|
|
15516
15485
|
service.txn = transaction;
|
|
15517
15486
|
})(service = exports.service || (exports.service = {}));
|
|
15518
15487
|
|
|
15519
|
-
},{"../chevre/order/factory":9,"../chevrePay/payment/factory":84,"../chevreTxn/transaction/placeOrder/factory":91,"../service":
|
|
15488
|
+
},{"../chevre/order/factory":9,"../chevrePay/payment/factory":84,"../chevreTxn/transaction/placeOrder/factory":91,"../service":135,"./service/categoryCode":94,"./service/creativeWork":95,"./service/delivery":96,"./service/emailMessage":97,"./service/event":98,"./service/order":99,"./service/permit":100,"./service/person":101,"./service/person/ownershipInfo":102,"./service/place":103,"./service/place/hasPOS":104,"./service/product":105,"./service/reservation":106,"./service/seller":107,"./service/token":108,"./service/transaction/placeOrder4sskts":109}],94:[function(require,module,exports){
|
|
15520
15489
|
"use strict";
|
|
15521
15490
|
var __extends = (this && this.__extends) || (function () {
|
|
15522
15491
|
var extendStatics = function (d, b) {
|
|
@@ -15624,7 +15593,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
15624
15593
|
}(service_1.Service));
|
|
15625
15594
|
exports.CategoryCodeService = CategoryCodeService;
|
|
15626
15595
|
|
|
15627
|
-
},{"../../service":
|
|
15596
|
+
},{"../../service":135,"http-status":355}],95:[function(require,module,exports){
|
|
15628
15597
|
"use strict";
|
|
15629
15598
|
var __extends = (this && this.__extends) || (function () {
|
|
15630
15599
|
var extendStatics = function (d, b) {
|
|
@@ -15732,7 +15701,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
15732
15701
|
}(service_1.Service));
|
|
15733
15702
|
exports.CreativeWorkService = CreativeWorkService;
|
|
15734
15703
|
|
|
15735
|
-
},{"../../service":
|
|
15704
|
+
},{"../../service":135,"http-status":355}],96:[function(require,module,exports){
|
|
15736
15705
|
"use strict";
|
|
15737
15706
|
var __extends = (this && this.__extends) || (function () {
|
|
15738
15707
|
var extendStatics = function (d, b) {
|
|
@@ -15835,7 +15804,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
15835
15804
|
}(service_1.Service));
|
|
15836
15805
|
exports.DeliveryService = DeliveryService;
|
|
15837
15806
|
|
|
15838
|
-
},{"../../service":
|
|
15807
|
+
},{"../../service":135,"http-status":355}],97:[function(require,module,exports){
|
|
15839
15808
|
"use strict";
|
|
15840
15809
|
var __extends = (this && this.__extends) || (function () {
|
|
15841
15810
|
var extendStatics = function (d, b) {
|
|
@@ -15943,7 +15912,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
15943
15912
|
}(service_1.Service));
|
|
15944
15913
|
exports.EmailMessageService = EmailMessageService;
|
|
15945
15914
|
|
|
15946
|
-
},{"../../service":
|
|
15915
|
+
},{"../../service":135,"http-status":355}],98:[function(require,module,exports){
|
|
15947
15916
|
"use strict";
|
|
15948
15917
|
var __extends = (this && this.__extends) || (function () {
|
|
15949
15918
|
var extendStatics = function (d, b) {
|
|
@@ -16238,145 +16207,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
16238
16207
|
}(service_1.Service));
|
|
16239
16208
|
exports.EventService = EventService;
|
|
16240
16209
|
|
|
16241
|
-
},{"../../service":
|
|
16242
|
-
"use strict";
|
|
16243
|
-
var __extends = (this && this.__extends) || (function () {
|
|
16244
|
-
var extendStatics = function (d, b) {
|
|
16245
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16246
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16247
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
16248
|
-
return extendStatics(d, b);
|
|
16249
|
-
};
|
|
16250
|
-
return function (d, b) {
|
|
16251
|
-
if (typeof b !== "function" && b !== null)
|
|
16252
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
16253
|
-
extendStatics(d, b);
|
|
16254
|
-
function __() { this.constructor = d; }
|
|
16255
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16256
|
-
};
|
|
16257
|
-
})();
|
|
16258
|
-
var __assign = (this && this.__assign) || function () {
|
|
16259
|
-
__assign = Object.assign || function(t) {
|
|
16260
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
16261
|
-
s = arguments[i];
|
|
16262
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
16263
|
-
t[p] = s[p];
|
|
16264
|
-
}
|
|
16265
|
-
return t;
|
|
16266
|
-
};
|
|
16267
|
-
return __assign.apply(this, arguments);
|
|
16268
|
-
};
|
|
16269
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16270
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16271
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16272
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16273
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
16274
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
16275
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
16276
|
-
});
|
|
16277
|
-
};
|
|
16278
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
16279
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
16280
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
16281
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
16282
|
-
function step(op) {
|
|
16283
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
16284
|
-
while (_) try {
|
|
16285
|
-
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;
|
|
16286
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
16287
|
-
switch (op[0]) {
|
|
16288
|
-
case 0: case 1: t = op; break;
|
|
16289
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
16290
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
16291
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
16292
|
-
default:
|
|
16293
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
16294
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
16295
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
16296
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
16297
|
-
if (t[2]) _.ops.pop();
|
|
16298
|
-
_.trys.pop(); continue;
|
|
16299
|
-
}
|
|
16300
|
-
op = body.call(thisArg, _);
|
|
16301
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
16302
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16303
|
-
}
|
|
16304
|
-
};
|
|
16305
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
16306
|
-
var t = {};
|
|
16307
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16308
|
-
t[p] = s[p];
|
|
16309
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
16310
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
16311
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
16312
|
-
t[p[i]] = s[p[i]];
|
|
16313
|
-
}
|
|
16314
|
-
return t;
|
|
16315
|
-
};
|
|
16316
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16317
|
-
exports.OfferService = void 0;
|
|
16318
|
-
var http_status_1 = require("http-status");
|
|
16319
|
-
var factory = require("../../factory");
|
|
16320
|
-
var service_1 = require("../../service");
|
|
16321
|
-
/**
|
|
16322
|
-
* オファーサービス
|
|
16323
|
-
*/
|
|
16324
|
-
var OfferService = /** @class */ (function (_super) {
|
|
16325
|
-
__extends(OfferService, _super);
|
|
16326
|
-
function OfferService(options) {
|
|
16327
|
-
return _super.call(this, __assign(__assign({}, options), { defaultPath: '/txn', retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] })) || this;
|
|
16328
|
-
}
|
|
16329
|
-
/**
|
|
16330
|
-
* 興行オファー承認
|
|
16331
|
-
*/
|
|
16332
|
-
OfferService.prototype.authorizeEventService = function (params, options) {
|
|
16333
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16334
|
-
var _this = this;
|
|
16335
|
-
return __generator(this, function (_a) {
|
|
16336
|
-
return [2 /*return*/, this.fetch({
|
|
16337
|
-
uri: "/offers/" + factory.product.ProductType.EventService + "/authorize",
|
|
16338
|
-
method: 'POST',
|
|
16339
|
-
expectedStatusCodes: [http_status_1.CREATED],
|
|
16340
|
-
body: params,
|
|
16341
|
-
qs: __assign(__assign({ purpose: { id: params.purpose.id } }, ((options === null || options === void 0 ? void 0 : options.expectsMinimalResponse) === true) ? { expectsMinimalResponse: '1' } : undefined), ((options === null || options === void 0 ? void 0 : options.noOfferSpecified) === true) ? { noOfferSpecified: '1' } : undefined)
|
|
16342
|
-
})
|
|
16343
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
16344
|
-
return [2 /*return*/, response.json()];
|
|
16345
|
-
}); }); })];
|
|
16346
|
-
});
|
|
16347
|
-
});
|
|
16348
|
-
};
|
|
16349
|
-
/**
|
|
16350
|
-
* 興行オファー承認取消
|
|
16351
|
-
*/
|
|
16352
|
-
OfferService.prototype.voidAuthorization = function (params) {
|
|
16353
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16354
|
-
var id, object, body;
|
|
16355
|
-
return __generator(this, function (_a) {
|
|
16356
|
-
switch (_a.label) {
|
|
16357
|
-
case 0:
|
|
16358
|
-
id = params.id, object = params.object, body = __rest(params, ["id", "object"]);
|
|
16359
|
-
return [4 /*yield*/, this.fetch({
|
|
16360
|
-
uri: "/offers/" + object.itemOffered.typeOf + "/authorize/" + id + "/void",
|
|
16361
|
-
method: 'PUT',
|
|
16362
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
16363
|
-
body: body,
|
|
16364
|
-
qs: {
|
|
16365
|
-
purpose: { id: params.purpose.id } // 追加(2024-04-03~)
|
|
16366
|
-
}
|
|
16367
|
-
})];
|
|
16368
|
-
case 1:
|
|
16369
|
-
_a.sent();
|
|
16370
|
-
return [2 /*return*/];
|
|
16371
|
-
}
|
|
16372
|
-
});
|
|
16373
|
-
});
|
|
16374
|
-
};
|
|
16375
|
-
return OfferService;
|
|
16376
|
-
}(service_1.Service));
|
|
16377
|
-
exports.OfferService = OfferService;
|
|
16378
|
-
|
|
16379
|
-
},{"../../factory":133,"../../service":138,"http-status":358}],100:[function(require,module,exports){
|
|
16210
|
+
},{"../../service":135,"http-status":355}],99:[function(require,module,exports){
|
|
16380
16211
|
"use strict";
|
|
16381
16212
|
var __extends = (this && this.__extends) || (function () {
|
|
16382
16213
|
var extendStatics = function (d, b) {
|
|
@@ -16594,7 +16425,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16594
16425
|
}(service_1.Service));
|
|
16595
16426
|
exports.OrderService = OrderService;
|
|
16596
16427
|
|
|
16597
|
-
},{"../../service":
|
|
16428
|
+
},{"../../service":135,"http-status":355}],100:[function(require,module,exports){
|
|
16598
16429
|
"use strict";
|
|
16599
16430
|
var __extends = (this && this.__extends) || (function () {
|
|
16600
16431
|
var extendStatics = function (d, b) {
|
|
@@ -16714,7 +16545,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
16714
16545
|
}(service_1.Service));
|
|
16715
16546
|
exports.PermitService = PermitService;
|
|
16716
16547
|
|
|
16717
|
-
},{"../../service":
|
|
16548
|
+
},{"../../service":135,"http-status":355}],101:[function(require,module,exports){
|
|
16718
16549
|
"use strict";
|
|
16719
16550
|
var __extends = (this && this.__extends) || (function () {
|
|
16720
16551
|
var extendStatics = function (d, b) {
|
|
@@ -16893,7 +16724,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
16893
16724
|
}(service_1.Service));
|
|
16894
16725
|
exports.PersonService = PersonService;
|
|
16895
16726
|
|
|
16896
|
-
},{"../../service":
|
|
16727
|
+
},{"../../service":135,"http-status":355}],102:[function(require,module,exports){
|
|
16897
16728
|
"use strict";
|
|
16898
16729
|
var __extends = (this && this.__extends) || (function () {
|
|
16899
16730
|
var extendStatics = function (d, b) {
|
|
@@ -17238,7 +17069,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
17238
17069
|
}(service_1.Service));
|
|
17239
17070
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
17240
17071
|
|
|
17241
|
-
},{"../../../factory":
|
|
17072
|
+
},{"../../../factory":130,"../../../service":135,"http-status":355}],103:[function(require,module,exports){
|
|
17242
17073
|
"use strict";
|
|
17243
17074
|
var __extends = (this && this.__extends) || (function () {
|
|
17244
17075
|
var extendStatics = function (d, b) {
|
|
@@ -17431,7 +17262,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
17431
17262
|
}(service_1.Service));
|
|
17432
17263
|
exports.PlaceService = PlaceService;
|
|
17433
17264
|
|
|
17434
|
-
},{"../../factory":
|
|
17265
|
+
},{"../../factory":130,"../../service":135,"http-status":355}],104:[function(require,module,exports){
|
|
17435
17266
|
"use strict";
|
|
17436
17267
|
var __extends = (this && this.__extends) || (function () {
|
|
17437
17268
|
var extendStatics = function (d, b) {
|
|
@@ -17531,7 +17362,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
17531
17362
|
}(service_1.Service));
|
|
17532
17363
|
exports.HasPOSService = HasPOSService;
|
|
17533
17364
|
|
|
17534
|
-
},{"../../../factory":
|
|
17365
|
+
},{"../../../factory":130,"../../../service":135,"http-status":355}],105:[function(require,module,exports){
|
|
17535
17366
|
"use strict";
|
|
17536
17367
|
var __extends = (this && this.__extends) || (function () {
|
|
17537
17368
|
var extendStatics = function (d, b) {
|
|
@@ -17658,7 +17489,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
17658
17489
|
}(service_1.Service));
|
|
17659
17490
|
exports.ProductService = ProductService;
|
|
17660
17491
|
|
|
17661
|
-
},{"../../service":
|
|
17492
|
+
},{"../../service":135,"http-status":355}],106:[function(require,module,exports){
|
|
17662
17493
|
"use strict";
|
|
17663
17494
|
var __extends = (this && this.__extends) || (function () {
|
|
17664
17495
|
var extendStatics = function (d, b) {
|
|
@@ -17777,7 +17608,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
17777
17608
|
}(service_1.Service));
|
|
17778
17609
|
exports.ReservationService = ReservationService;
|
|
17779
17610
|
|
|
17780
|
-
},{"../../service":
|
|
17611
|
+
},{"../../service":135,"http-status":355}],107:[function(require,module,exports){
|
|
17781
17612
|
"use strict";
|
|
17782
17613
|
var __extends = (this && this.__extends) || (function () {
|
|
17783
17614
|
var extendStatics = function (d, b) {
|
|
@@ -17960,7 +17791,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
17960
17791
|
}(service_1.Service));
|
|
17961
17792
|
exports.SellerService = SellerService;
|
|
17962
17793
|
|
|
17963
|
-
},{"../../service":
|
|
17794
|
+
},{"../../service":135,"http-status":355}],108:[function(require,module,exports){
|
|
17964
17795
|
"use strict";
|
|
17965
17796
|
var __extends = (this && this.__extends) || (function () {
|
|
17966
17797
|
var extendStatics = function (d, b) {
|
|
@@ -18045,364 +17876,9 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
18045
17876
|
return __generator(this, function (_a) {
|
|
18046
17877
|
return [2 /*return*/, this.fetch({
|
|
18047
17878
|
uri: '/tokens',
|
|
18048
|
-
method: 'POST',
|
|
18049
|
-
body: params,
|
|
18050
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
18051
|
-
})
|
|
18052
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18053
|
-
return [2 /*return*/, response.json()];
|
|
18054
|
-
}); }); })];
|
|
18055
|
-
});
|
|
18056
|
-
});
|
|
18057
|
-
};
|
|
18058
|
-
return TokenService;
|
|
18059
|
-
}(service_1.Service));
|
|
18060
|
-
exports.TokenService = TokenService;
|
|
18061
|
-
|
|
18062
|
-
},{"../../service":138,"http-status":358}],110:[function(require,module,exports){
|
|
18063
|
-
"use strict";
|
|
18064
|
-
var __extends = (this && this.__extends) || (function () {
|
|
18065
|
-
var extendStatics = function (d, b) {
|
|
18066
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18067
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18068
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
18069
|
-
return extendStatics(d, b);
|
|
18070
|
-
};
|
|
18071
|
-
return function (d, b) {
|
|
18072
|
-
if (typeof b !== "function" && b !== null)
|
|
18073
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
18074
|
-
extendStatics(d, b);
|
|
18075
|
-
function __() { this.constructor = d; }
|
|
18076
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18077
|
-
};
|
|
18078
|
-
})();
|
|
18079
|
-
var __assign = (this && this.__assign) || function () {
|
|
18080
|
-
__assign = Object.assign || function(t) {
|
|
18081
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18082
|
-
s = arguments[i];
|
|
18083
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
18084
|
-
t[p] = s[p];
|
|
18085
|
-
}
|
|
18086
|
-
return t;
|
|
18087
|
-
};
|
|
18088
|
-
return __assign.apply(this, arguments);
|
|
18089
|
-
};
|
|
18090
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18091
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18092
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18093
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18094
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18095
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18096
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
18097
|
-
});
|
|
18098
|
-
};
|
|
18099
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
18100
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
18101
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
18102
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
18103
|
-
function step(op) {
|
|
18104
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
18105
|
-
while (_) try {
|
|
18106
|
-
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;
|
|
18107
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
18108
|
-
switch (op[0]) {
|
|
18109
|
-
case 0: case 1: t = op; break;
|
|
18110
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
18111
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
18112
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
18113
|
-
default:
|
|
18114
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
18115
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
18116
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
18117
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
18118
|
-
if (t[2]) _.ops.pop();
|
|
18119
|
-
_.trys.pop(); continue;
|
|
18120
|
-
}
|
|
18121
|
-
op = body.call(thisArg, _);
|
|
18122
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
18123
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18124
|
-
}
|
|
18125
|
-
};
|
|
18126
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18127
|
-
exports.PlaceOrderTransactionService = void 0;
|
|
18128
|
-
var http_status_1 = require("http-status");
|
|
18129
|
-
var factory = require("../../../factory");
|
|
18130
|
-
var service_1 = require("../../../service");
|
|
18131
|
-
/**
|
|
18132
|
-
* 注文取引サービス
|
|
18133
|
-
*/
|
|
18134
|
-
var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
18135
|
-
__extends(PlaceOrderTransactionService, _super);
|
|
18136
|
-
function PlaceOrderTransactionService(options) {
|
|
18137
|
-
var _this = _super.call(this, __assign(__assign({}, options), { defaultPath: '/txn', retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] })) || this;
|
|
18138
|
-
_this.typeOf = factory.transactionType.PlaceOrder;
|
|
18139
|
-
return _this;
|
|
18140
|
-
}
|
|
18141
|
-
/**
|
|
18142
|
-
* 取引開始
|
|
18143
|
-
*/
|
|
18144
|
-
PlaceOrderTransactionService.prototype.start = function (params) {
|
|
18145
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18146
|
-
var _this = this;
|
|
18147
|
-
return __generator(this, function (_a) {
|
|
18148
|
-
return [2 /*return*/, this.fetch({
|
|
18149
|
-
uri: "/transactions/" + this.typeOf + "/start",
|
|
18150
|
-
method: 'POST',
|
|
18151
|
-
body: params,
|
|
18152
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
18153
|
-
})
|
|
18154
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18155
|
-
return [2 /*return*/, response.json()];
|
|
18156
|
-
}); }); })];
|
|
18157
|
-
});
|
|
18158
|
-
});
|
|
18159
|
-
};
|
|
18160
|
-
/**
|
|
18161
|
-
* 取引人プロフィール変更
|
|
18162
|
-
*/
|
|
18163
|
-
PlaceOrderTransactionService.prototype.setProfile = function (params) {
|
|
18164
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18165
|
-
return __generator(this, function (_a) {
|
|
18166
|
-
switch (_a.label) {
|
|
18167
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
18168
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/agent",
|
|
18169
|
-
method: 'PUT',
|
|
18170
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
18171
|
-
body: params.agent
|
|
18172
|
-
})];
|
|
18173
|
-
case 1:
|
|
18174
|
-
_a.sent();
|
|
18175
|
-
return [2 /*return*/];
|
|
18176
|
-
}
|
|
18177
|
-
});
|
|
18178
|
-
});
|
|
18179
|
-
};
|
|
18180
|
-
/**
|
|
18181
|
-
* 取引期限変更
|
|
18182
|
-
*/
|
|
18183
|
-
PlaceOrderTransactionService.prototype.changeExpiringDate = function (params) {
|
|
18184
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18185
|
-
return __generator(this, function (_a) {
|
|
18186
|
-
switch (_a.label) {
|
|
18187
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
18188
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/expires",
|
|
18189
|
-
method: 'PUT',
|
|
18190
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
18191
|
-
body: params
|
|
18192
|
-
})];
|
|
18193
|
-
case 1:
|
|
18194
|
-
_a.sent();
|
|
18195
|
-
return [2 /*return*/];
|
|
18196
|
-
}
|
|
18197
|
-
});
|
|
18198
|
-
});
|
|
18199
|
-
};
|
|
18200
|
-
/**
|
|
18201
|
-
* 取引確定(tttsPOS専用)
|
|
18202
|
-
*/
|
|
18203
|
-
PlaceOrderTransactionService.prototype.confirm4tttsPOS = function (params) {
|
|
18204
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18205
|
-
var _this = this;
|
|
18206
|
-
return __generator(this, function (_a) {
|
|
18207
|
-
return [2 /*return*/, this.fetch({
|
|
18208
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
18209
|
-
method: 'PUT',
|
|
18210
|
-
expectedStatusCodes: [http_status_1.OK],
|
|
18211
|
-
// retry 429(2024-04-01~)
|
|
18212
|
-
// retry 409(2024-04-01~)
|
|
18213
|
-
retryableStatusCodes: [http_status_1.CONFLICT, http_status_1.TOO_MANY_REQUESTS],
|
|
18214
|
-
body: {
|
|
18215
|
-
expectsReservationIds: true
|
|
18216
|
-
}
|
|
18217
|
-
})
|
|
18218
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18219
|
-
return [2 /*return*/, response.json()];
|
|
18220
|
-
}); }); })];
|
|
18221
|
-
});
|
|
18222
|
-
});
|
|
18223
|
-
};
|
|
18224
|
-
/**
|
|
18225
|
-
* 取引確定(レスポンス最小化)
|
|
18226
|
-
*/
|
|
18227
|
-
PlaceOrderTransactionService.prototype.confirmWithMiminalResponse = function (params) {
|
|
18228
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18229
|
-
var _this = this;
|
|
18230
|
-
return __generator(this, function (_a) {
|
|
18231
|
-
return [2 /*return*/, this.fetch({
|
|
18232
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
18233
|
-
method: 'PUT',
|
|
18234
|
-
expectedStatusCodes: [http_status_1.OK],
|
|
18235
|
-
// retry 429(2024-04-01~)
|
|
18236
|
-
// retry 409(2024-04-01~)
|
|
18237
|
-
retryableStatusCodes: [http_status_1.CONFLICT, http_status_1.TOO_MANY_REQUESTS],
|
|
18238
|
-
body: __assign(__assign({}, params), { expectsMinimalResponse: true })
|
|
18239
|
-
})
|
|
18240
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18241
|
-
return [2 /*return*/, response.json()];
|
|
18242
|
-
}); }); })];
|
|
18243
|
-
});
|
|
18244
|
-
});
|
|
18245
|
-
};
|
|
18246
|
-
/**
|
|
18247
|
-
* 明示的に取引を中止する
|
|
18248
|
-
* 既に確定済、あるいは、期限切れの取引に対して実行するとArgumentエラーが返されます。
|
|
18249
|
-
*/
|
|
18250
|
-
PlaceOrderTransactionService.prototype.cancel = function (params) {
|
|
18251
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18252
|
-
return __generator(this, function (_a) {
|
|
18253
|
-
switch (_a.label) {
|
|
18254
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
18255
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/cancel",
|
|
18256
|
-
method: 'PUT',
|
|
18257
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
18258
|
-
// retry 429(2024-04-01~)
|
|
18259
|
-
// retry 409(2024-04-01~)
|
|
18260
|
-
retryableStatusCodes: [http_status_1.CONFLICT, http_status_1.TOO_MANY_REQUESTS]
|
|
18261
|
-
})];
|
|
18262
|
-
case 1:
|
|
18263
|
-
_a.sent();
|
|
18264
|
-
return [2 /*return*/];
|
|
18265
|
-
}
|
|
18266
|
-
});
|
|
18267
|
-
});
|
|
18268
|
-
};
|
|
18269
|
-
return PlaceOrderTransactionService;
|
|
18270
|
-
}(service_1.Service));
|
|
18271
|
-
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
18272
|
-
|
|
18273
|
-
},{"../../../factory":133,"../../../service":138,"http-status":358}],111:[function(require,module,exports){
|
|
18274
|
-
"use strict";
|
|
18275
|
-
var __extends = (this && this.__extends) || (function () {
|
|
18276
|
-
var extendStatics = function (d, b) {
|
|
18277
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18278
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18279
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
18280
|
-
return extendStatics(d, b);
|
|
18281
|
-
};
|
|
18282
|
-
return function (d, b) {
|
|
18283
|
-
if (typeof b !== "function" && b !== null)
|
|
18284
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
18285
|
-
extendStatics(d, b);
|
|
18286
|
-
function __() { this.constructor = d; }
|
|
18287
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18288
|
-
};
|
|
18289
|
-
})();
|
|
18290
|
-
var __assign = (this && this.__assign) || function () {
|
|
18291
|
-
__assign = Object.assign || function(t) {
|
|
18292
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
18293
|
-
s = arguments[i];
|
|
18294
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
18295
|
-
t[p] = s[p];
|
|
18296
|
-
}
|
|
18297
|
-
return t;
|
|
18298
|
-
};
|
|
18299
|
-
return __assign.apply(this, arguments);
|
|
18300
|
-
};
|
|
18301
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18302
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18303
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18304
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18305
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18306
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18307
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
18308
|
-
});
|
|
18309
|
-
};
|
|
18310
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
18311
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
18312
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
18313
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
18314
|
-
function step(op) {
|
|
18315
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
18316
|
-
while (_) try {
|
|
18317
|
-
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;
|
|
18318
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
18319
|
-
switch (op[0]) {
|
|
18320
|
-
case 0: case 1: t = op; break;
|
|
18321
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
18322
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
18323
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
18324
|
-
default:
|
|
18325
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
18326
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
18327
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
18328
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
18329
|
-
if (t[2]) _.ops.pop();
|
|
18330
|
-
_.trys.pop(); continue;
|
|
18331
|
-
}
|
|
18332
|
-
op = body.call(thisArg, _);
|
|
18333
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
18334
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18335
|
-
}
|
|
18336
|
-
};
|
|
18337
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18338
|
-
exports.PlaceOrderTransaction4ssktsService = void 0;
|
|
18339
|
-
var http_status_1 = require("http-status");
|
|
18340
|
-
var placeOrder_1 = require("./placeOrder");
|
|
18341
|
-
/**
|
|
18342
|
-
* 注文取引サービス(sskts専用)
|
|
18343
|
-
*/
|
|
18344
|
-
var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
18345
|
-
__extends(PlaceOrderTransaction4ssktsService, _super);
|
|
18346
|
-
function PlaceOrderTransaction4ssktsService(options) {
|
|
18347
|
-
return _super.call(this, __assign(__assign({}, options), { defaultPath: '/txn' })) || this;
|
|
18348
|
-
}
|
|
18349
|
-
/**
|
|
18350
|
-
* COA興行オファー承認
|
|
18351
|
-
*/
|
|
18352
|
-
PlaceOrderTransaction4ssktsService.prototype.createSeatReservationAuthorization = function (params) {
|
|
18353
|
-
var _a, _b;
|
|
18354
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18355
|
-
var _this = this;
|
|
18356
|
-
return __generator(this, function (_c) {
|
|
18357
|
-
return [2 /*return*/, this.fetch({
|
|
18358
|
-
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation",
|
|
18359
|
-
method: 'POST',
|
|
18360
|
-
expectedStatusCodes: [http_status_1.CREATED],
|
|
18361
|
-
body: __assign({ eventIdentifier: params.object.event.id, offers: params.object.acceptedOffer }, (typeof ((_b = (_a = params.object.appliesToSurfrock) === null || _a === void 0 ? void 0 : _a.serviceOutput) === null || _b === void 0 ? void 0 : _b.typeOf) === 'string')
|
|
18362
|
-
? { appliesToSurfrock: params.object.appliesToSurfrock }
|
|
18363
|
-
: undefined)
|
|
18364
|
-
})
|
|
18365
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18366
|
-
return [2 /*return*/, response.json()];
|
|
18367
|
-
}); }); })];
|
|
18368
|
-
});
|
|
18369
|
-
});
|
|
18370
|
-
};
|
|
18371
|
-
/**
|
|
18372
|
-
* COA興行オファー承認取消
|
|
18373
|
-
*/
|
|
18374
|
-
PlaceOrderTransaction4ssktsService.prototype.cancelSeatReservationAuthorization = function (params) {
|
|
18375
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18376
|
-
return __generator(this, function (_a) {
|
|
18377
|
-
switch (_a.label) {
|
|
18378
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
18379
|
-
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation/" + params.id,
|
|
18380
|
-
method: 'DELETE',
|
|
18381
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
18382
|
-
})];
|
|
18383
|
-
case 1:
|
|
18384
|
-
_a.sent();
|
|
18385
|
-
return [2 /*return*/];
|
|
18386
|
-
}
|
|
18387
|
-
});
|
|
18388
|
-
});
|
|
18389
|
-
};
|
|
18390
|
-
/**
|
|
18391
|
-
* COA興行オファー承認の供給情報を変更する
|
|
18392
|
-
* 完了ステータスの承認アクションに対して券種変更する際に使用
|
|
18393
|
-
*/
|
|
18394
|
-
PlaceOrderTransaction4ssktsService.prototype.changeSeatReservationOffers = function (params) {
|
|
18395
|
-
var _a, _b;
|
|
18396
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18397
|
-
var _this = this;
|
|
18398
|
-
return __generator(this, function (_c) {
|
|
18399
|
-
return [2 /*return*/, this.fetch({
|
|
18400
|
-
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation/" + params.id,
|
|
18401
|
-
method: 'PATCH',
|
|
18402
|
-
expectedStatusCodes: [http_status_1.OK],
|
|
18403
|
-
body: __assign({ eventIdentifier: params.object.event.id, offers: params.object.acceptedOffer }, (typeof ((_b = (_a = params.object.appliesToSurfrock) === null || _a === void 0 ? void 0 : _a.serviceOutput) === null || _b === void 0 ? void 0 : _b.typeOf) === 'string')
|
|
18404
|
-
? { appliesToSurfrock: params.object.appliesToSurfrock }
|
|
18405
|
-
: undefined)
|
|
17879
|
+
method: 'POST',
|
|
17880
|
+
body: params,
|
|
17881
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
18406
17882
|
})
|
|
18407
17883
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18408
17884
|
return [2 /*return*/, response.json()];
|
|
@@ -18410,11 +17886,11 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
18410
17886
|
});
|
|
18411
17887
|
});
|
|
18412
17888
|
};
|
|
18413
|
-
return
|
|
18414
|
-
}(
|
|
18415
|
-
exports.
|
|
17889
|
+
return TokenService;
|
|
17890
|
+
}(service_1.Service));
|
|
17891
|
+
exports.TokenService = TokenService;
|
|
18416
17892
|
|
|
18417
|
-
},{"
|
|
17893
|
+
},{"../../service":135,"http-status":355}],109:[function(require,module,exports){
|
|
18418
17894
|
"use strict";
|
|
18419
17895
|
var __extends = (this && this.__extends) || (function () {
|
|
18420
17896
|
var extendStatics = function (d, b) {
|
|
@@ -18479,32 +17955,35 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
18479
17955
|
}
|
|
18480
17956
|
};
|
|
18481
17957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18482
|
-
exports.
|
|
17958
|
+
exports.PlaceOrderTransaction4ssktsService = void 0;
|
|
18483
17959
|
var http_status_1 = require("http-status");
|
|
18484
17960
|
var factory = require("../../../factory");
|
|
18485
17961
|
var service_1 = require("../../../service");
|
|
18486
17962
|
/**
|
|
18487
|
-
*
|
|
17963
|
+
* 注文取引サービス(sskts専用)
|
|
18488
17964
|
*/
|
|
18489
|
-
var
|
|
18490
|
-
__extends(
|
|
18491
|
-
function
|
|
18492
|
-
var _this = _super.call(this, __assign(__assign({}, options), { defaultPath: '/txn'
|
|
18493
|
-
_this.typeOf = factory.transactionType.
|
|
17965
|
+
var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
17966
|
+
__extends(PlaceOrderTransaction4ssktsService, _super);
|
|
17967
|
+
function PlaceOrderTransaction4ssktsService(options) {
|
|
17968
|
+
var _this = _super.call(this, __assign(__assign({}, options), { defaultPath: '/txn' })) || this;
|
|
17969
|
+
_this.typeOf = factory.transactionType.PlaceOrder;
|
|
18494
17970
|
return _this;
|
|
18495
17971
|
}
|
|
18496
17972
|
/**
|
|
18497
|
-
*
|
|
17973
|
+
* COA興行オファー承認
|
|
18498
17974
|
*/
|
|
18499
|
-
|
|
17975
|
+
PlaceOrderTransaction4ssktsService.prototype.createSeatReservationAuthorization = function (params) {
|
|
17976
|
+
var _a, _b;
|
|
18500
17977
|
return __awaiter(this, void 0, void 0, function () {
|
|
18501
17978
|
var _this = this;
|
|
18502
|
-
return __generator(this, function (
|
|
17979
|
+
return __generator(this, function (_c) {
|
|
18503
17980
|
return [2 /*return*/, this.fetch({
|
|
18504
|
-
uri: "/transactions/" + this.typeOf + "/
|
|
17981
|
+
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation",
|
|
18505
17982
|
method: 'POST',
|
|
18506
|
-
|
|
18507
|
-
|
|
17983
|
+
expectedStatusCodes: [http_status_1.CREATED],
|
|
17984
|
+
body: __assign({ eventIdentifier: params.object.event.id, offers: params.object.acceptedOffer }, (typeof ((_b = (_a = params.object.appliesToSurfrock) === null || _a === void 0 ? void 0 : _a.serviceOutput) === null || _b === void 0 ? void 0 : _b.typeOf) === 'string')
|
|
17985
|
+
? { appliesToSurfrock: params.object.appliesToSurfrock }
|
|
17986
|
+
: undefined)
|
|
18508
17987
|
})
|
|
18509
17988
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18510
17989
|
return [2 /*return*/, response.json()];
|
|
@@ -18513,18 +17992,16 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18513
17992
|
});
|
|
18514
17993
|
};
|
|
18515
17994
|
/**
|
|
18516
|
-
*
|
|
17995
|
+
* COA興行オファー承認取消
|
|
18517
17996
|
*/
|
|
18518
|
-
|
|
17997
|
+
PlaceOrderTransaction4ssktsService.prototype.cancelSeatReservationAuthorization = function (params) {
|
|
18519
17998
|
return __awaiter(this, void 0, void 0, function () {
|
|
18520
17999
|
return __generator(this, function (_a) {
|
|
18521
18000
|
switch (_a.label) {
|
|
18522
18001
|
case 0: return [4 /*yield*/, this.fetch({
|
|
18523
|
-
uri: "/transactions/" + this.typeOf + "/
|
|
18524
|
-
method: '
|
|
18525
|
-
|
|
18526
|
-
qs: { justVerify: true },
|
|
18527
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT, http_status_1.OK]
|
|
18002
|
+
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation/" + params.id,
|
|
18003
|
+
method: 'DELETE',
|
|
18004
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
18528
18005
|
})];
|
|
18529
18006
|
case 1:
|
|
18530
18007
|
_a.sent();
|
|
@@ -18534,30 +18011,33 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18534
18011
|
});
|
|
18535
18012
|
};
|
|
18536
18013
|
/**
|
|
18537
|
-
*
|
|
18014
|
+
* COA興行オファー承認の供給情報を変更する
|
|
18015
|
+
* 完了ステータスの承認アクションに対して券種変更する際に使用
|
|
18538
18016
|
*/
|
|
18539
|
-
|
|
18017
|
+
PlaceOrderTransaction4ssktsService.prototype.changeSeatReservationOffers = function (params) {
|
|
18018
|
+
var _a, _b;
|
|
18540
18019
|
return __awaiter(this, void 0, void 0, function () {
|
|
18541
|
-
|
|
18542
|
-
|
|
18543
|
-
|
|
18544
|
-
|
|
18545
|
-
|
|
18546
|
-
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
|
|
18550
|
-
|
|
18551
|
-
return
|
|
18552
|
-
|
|
18020
|
+
var _this = this;
|
|
18021
|
+
return __generator(this, function (_c) {
|
|
18022
|
+
return [2 /*return*/, this.fetch({
|
|
18023
|
+
uri: "/transactions/" + this.typeOf + "/" + params.purpose.id + "/actions/authorize/seatReservation/" + params.id,
|
|
18024
|
+
method: 'PATCH',
|
|
18025
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
18026
|
+
body: __assign({ eventIdentifier: params.object.event.id, offers: params.object.acceptedOffer }, (typeof ((_b = (_a = params.object.appliesToSurfrock) === null || _a === void 0 ? void 0 : _a.serviceOutput) === null || _b === void 0 ? void 0 : _b.typeOf) === 'string')
|
|
18027
|
+
? { appliesToSurfrock: params.object.appliesToSurfrock }
|
|
18028
|
+
: undefined)
|
|
18029
|
+
})
|
|
18030
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18031
|
+
return [2 /*return*/, response.json()];
|
|
18032
|
+
}); }); })];
|
|
18553
18033
|
});
|
|
18554
18034
|
});
|
|
18555
18035
|
};
|
|
18556
|
-
return
|
|
18036
|
+
return PlaceOrderTransaction4ssktsService;
|
|
18557
18037
|
}(service_1.Service));
|
|
18558
|
-
exports.
|
|
18038
|
+
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
18559
18039
|
|
|
18560
|
-
},{"../../../factory":
|
|
18040
|
+
},{"../../../factory":130,"../../../service":135,"http-status":355}],110:[function(require,module,exports){
|
|
18561
18041
|
"use strict";
|
|
18562
18042
|
var __assign = (this && this.__assign) || function () {
|
|
18563
18043
|
__assign = Object.assign || function(t) {
|
|
@@ -18650,7 +18130,7 @@ var service;
|
|
|
18650
18130
|
(function (Reservation) {
|
|
18651
18131
|
})(Reservation = service.Reservation || (service.Reservation = {}));
|
|
18652
18132
|
})(service = exports.service || (exports.service = {}));
|
|
18653
|
-
var
|
|
18133
|
+
var defaultRetryableStatusCodes = [];
|
|
18654
18134
|
/**
|
|
18655
18135
|
* 管理サービス
|
|
18656
18136
|
*/
|
|
@@ -18677,7 +18157,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18677
18157
|
case 1:
|
|
18678
18158
|
_a.svc = (_b.sent()).AuthorizationService;
|
|
18679
18159
|
_b.label = 2;
|
|
18680
|
-
case 2: return [2 /*return*/, new service.Authorization.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18160
|
+
case 2: return [2 /*return*/, new service.Authorization.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18681
18161
|
}
|
|
18682
18162
|
});
|
|
18683
18163
|
});
|
|
@@ -18694,7 +18174,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18694
18174
|
case 1:
|
|
18695
18175
|
_a.svc = (_b.sent()).CreativeWorkService;
|
|
18696
18176
|
_b.label = 2;
|
|
18697
|
-
case 2: return [2 /*return*/, new service.CreativeWork.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18177
|
+
case 2: return [2 /*return*/, new service.CreativeWork.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18698
18178
|
}
|
|
18699
18179
|
});
|
|
18700
18180
|
});
|
|
@@ -18711,7 +18191,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18711
18191
|
case 1:
|
|
18712
18192
|
_a.svc = (_b.sent()).CustomerService;
|
|
18713
18193
|
_b.label = 2;
|
|
18714
|
-
case 2: return [2 /*return*/, new service.Customer.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18194
|
+
case 2: return [2 /*return*/, new service.Customer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18715
18195
|
}
|
|
18716
18196
|
});
|
|
18717
18197
|
});
|
|
@@ -18728,7 +18208,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18728
18208
|
case 1:
|
|
18729
18209
|
_a.svc = (_b.sent()).EventService;
|
|
18730
18210
|
_b.label = 2;
|
|
18731
|
-
case 2: return [2 /*return*/, new service.Event.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18211
|
+
case 2: return [2 /*return*/, new service.Event.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18732
18212
|
}
|
|
18733
18213
|
});
|
|
18734
18214
|
});
|
|
@@ -18745,7 +18225,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18745
18225
|
case 1:
|
|
18746
18226
|
_a.svc = (_b.sent()).MeService;
|
|
18747
18227
|
_b.label = 2;
|
|
18748
|
-
case 2: return [2 /*return*/, new service.Me.svc(__assign(
|
|
18228
|
+
case 2: return [2 /*return*/, new service.Me.svc(__assign({}, this.options))];
|
|
18749
18229
|
}
|
|
18750
18230
|
});
|
|
18751
18231
|
});
|
|
@@ -18762,7 +18242,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18762
18242
|
case 1:
|
|
18763
18243
|
_a.svc = (_b.sent()).MemberService;
|
|
18764
18244
|
_b.label = 2;
|
|
18765
|
-
case 2: return [2 /*return*/, new service.Member.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18245
|
+
case 2: return [2 /*return*/, new service.Member.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18766
18246
|
}
|
|
18767
18247
|
});
|
|
18768
18248
|
});
|
|
@@ -18779,7 +18259,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18779
18259
|
case 1:
|
|
18780
18260
|
_a.svc = (_b.sent()).NoteService;
|
|
18781
18261
|
_b.label = 2;
|
|
18782
|
-
case 2: return [2 /*return*/, new service.Note.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18262
|
+
case 2: return [2 /*return*/, new service.Note.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18783
18263
|
}
|
|
18784
18264
|
});
|
|
18785
18265
|
});
|
|
@@ -18796,7 +18276,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18796
18276
|
case 1:
|
|
18797
18277
|
_a.svc = (_b.sent()).OfferService;
|
|
18798
18278
|
_b.label = 2;
|
|
18799
|
-
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18279
|
+
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
18800
18280
|
}
|
|
18801
18281
|
});
|
|
18802
18282
|
});
|
|
@@ -18813,7 +18293,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18813
18293
|
case 1:
|
|
18814
18294
|
_a.svc = (_b.sent()).OfferCatalogService;
|
|
18815
18295
|
_b.label = 2;
|
|
18816
|
-
case 2: return [2 /*return*/, new service.OfferCatalog.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18296
|
+
case 2: return [2 /*return*/, new service.OfferCatalog.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18817
18297
|
}
|
|
18818
18298
|
});
|
|
18819
18299
|
});
|
|
@@ -18830,7 +18310,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18830
18310
|
case 1:
|
|
18831
18311
|
_a.svc = (_b.sent()).OfferCatalogItemService;
|
|
18832
18312
|
_b.label = 2;
|
|
18833
|
-
case 2: return [2 /*return*/, new service.OfferCatalogItem.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18313
|
+
case 2: return [2 /*return*/, new service.OfferCatalogItem.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18834
18314
|
}
|
|
18835
18315
|
});
|
|
18836
18316
|
});
|
|
@@ -18847,7 +18327,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18847
18327
|
case 1:
|
|
18848
18328
|
_a.svc = (_b.sent()).OrderService;
|
|
18849
18329
|
_b.label = 2;
|
|
18850
|
-
case 2: return [2 /*return*/, new service.Order.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18330
|
+
case 2: return [2 /*return*/, new service.Order.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18851
18331
|
}
|
|
18852
18332
|
});
|
|
18853
18333
|
});
|
|
@@ -18864,7 +18344,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18864
18344
|
case 1:
|
|
18865
18345
|
_a.svc = (_b.sent()).ProductService;
|
|
18866
18346
|
_b.label = 2;
|
|
18867
|
-
case 2: return [2 /*return*/, new service.Product.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18347
|
+
case 2: return [2 /*return*/, new service.Product.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18868
18348
|
}
|
|
18869
18349
|
});
|
|
18870
18350
|
});
|
|
@@ -18881,7 +18361,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18881
18361
|
case 1:
|
|
18882
18362
|
_a.svc = (_b.sent()).ReservationService;
|
|
18883
18363
|
_b.label = 2;
|
|
18884
|
-
case 2: return [2 /*return*/, new service.Reservation.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
18364
|
+
case 2: return [2 /*return*/, new service.Reservation.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
18885
18365
|
}
|
|
18886
18366
|
});
|
|
18887
18367
|
});
|
|
@@ -18890,7 +18370,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18890
18370
|
}());
|
|
18891
18371
|
exports.CloudAdmin = CloudAdmin;
|
|
18892
18372
|
|
|
18893
|
-
},{"./admin/authorization":
|
|
18373
|
+
},{"./admin/authorization":111,"./admin/creativeWork":112,"./admin/customer":113,"./admin/event":114,"./admin/me":115,"./admin/member":116,"./admin/note":117,"./admin/offer":118,"./admin/offerCatalog":119,"./admin/offerCatalogItem":120,"./admin/order":121,"./admin/product":122,"./admin/reservation":123}],111:[function(require,module,exports){
|
|
18894
18374
|
"use strict";
|
|
18895
18375
|
var __extends = (this && this.__extends) || (function () {
|
|
18896
18376
|
var extendStatics = function (d, b) {
|
|
@@ -18986,7 +18466,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
18986
18466
|
}(service_1.Service));
|
|
18987
18467
|
exports.AuthorizationService = AuthorizationService;
|
|
18988
18468
|
|
|
18989
|
-
},{"../../index":
|
|
18469
|
+
},{"../../index":131,"../../service":135}],112:[function(require,module,exports){
|
|
18990
18470
|
"use strict";
|
|
18991
18471
|
var __extends = (this && this.__extends) || (function () {
|
|
18992
18472
|
var extendStatics = function (d, b) {
|
|
@@ -19086,7 +18566,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
19086
18566
|
}(service_1.Service));
|
|
19087
18567
|
exports.CreativeWorkService = CreativeWorkService;
|
|
19088
18568
|
|
|
19089
|
-
},{"../../index":
|
|
18569
|
+
},{"../../index":131,"../../service":135}],113:[function(require,module,exports){
|
|
19090
18570
|
"use strict";
|
|
19091
18571
|
var __extends = (this && this.__extends) || (function () {
|
|
19092
18572
|
var extendStatics = function (d, b) {
|
|
@@ -19196,7 +18676,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
19196
18676
|
}(service_1.Service));
|
|
19197
18677
|
exports.CustomerService = CustomerService;
|
|
19198
18678
|
|
|
19199
|
-
},{"../../index":
|
|
18679
|
+
},{"../../index":131,"../../service":135}],114:[function(require,module,exports){
|
|
19200
18680
|
"use strict";
|
|
19201
18681
|
var __extends = (this && this.__extends) || (function () {
|
|
19202
18682
|
var extendStatics = function (d, b) {
|
|
@@ -19376,7 +18856,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
19376
18856
|
}(service_1.Service));
|
|
19377
18857
|
exports.EventService = EventService;
|
|
19378
18858
|
|
|
19379
|
-
},{"../../factory":
|
|
18859
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],115:[function(require,module,exports){
|
|
19380
18860
|
"use strict";
|
|
19381
18861
|
var __extends = (this && this.__extends) || (function () {
|
|
19382
18862
|
var extendStatics = function (d, b) {
|
|
@@ -19480,7 +18960,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
19480
18960
|
}(service_1.Service));
|
|
19481
18961
|
exports.MeService = MeService;
|
|
19482
18962
|
|
|
19483
|
-
},{"../../index":
|
|
18963
|
+
},{"../../index":131,"../../service":135}],116:[function(require,module,exports){
|
|
19484
18964
|
"use strict";
|
|
19485
18965
|
var __extends = (this && this.__extends) || (function () {
|
|
19486
18966
|
var extendStatics = function (d, b) {
|
|
@@ -19573,7 +19053,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
19573
19053
|
}(service_1.Service));
|
|
19574
19054
|
exports.MemberService = MemberService;
|
|
19575
19055
|
|
|
19576
|
-
},{"../../index":
|
|
19056
|
+
},{"../../index":131,"../../service":135}],117:[function(require,module,exports){
|
|
19577
19057
|
"use strict";
|
|
19578
19058
|
var __extends = (this && this.__extends) || (function () {
|
|
19579
19059
|
var extendStatics = function (d, b) {
|
|
@@ -19741,7 +19221,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
19741
19221
|
}(service_1.Service));
|
|
19742
19222
|
exports.NoteService = NoteService;
|
|
19743
19223
|
|
|
19744
|
-
},{"../../index":
|
|
19224
|
+
},{"../../index":131,"../../service":135}],118:[function(require,module,exports){
|
|
19745
19225
|
"use strict";
|
|
19746
19226
|
var __extends = (this && this.__extends) || (function () {
|
|
19747
19227
|
var extendStatics = function (d, b) {
|
|
@@ -19930,7 +19410,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
19930
19410
|
}(service_1.Service));
|
|
19931
19411
|
exports.OfferService = OfferService;
|
|
19932
19412
|
|
|
19933
|
-
},{"../../factory":
|
|
19413
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],119:[function(require,module,exports){
|
|
19934
19414
|
"use strict";
|
|
19935
19415
|
var __extends = (this && this.__extends) || (function () {
|
|
19936
19416
|
var extendStatics = function (d, b) {
|
|
@@ -20039,7 +19519,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
20039
19519
|
}(service_1.Service));
|
|
20040
19520
|
exports.OfferCatalogService = OfferCatalogService;
|
|
20041
19521
|
|
|
20042
|
-
},{"../../factory":
|
|
19522
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],120:[function(require,module,exports){
|
|
20043
19523
|
"use strict";
|
|
20044
19524
|
var __extends = (this && this.__extends) || (function () {
|
|
20045
19525
|
var extendStatics = function (d, b) {
|
|
@@ -20174,7 +19654,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
20174
19654
|
}(service_1.Service));
|
|
20175
19655
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
20176
19656
|
|
|
20177
|
-
},{"../../index":
|
|
19657
|
+
},{"../../index":131,"../../service":135}],121:[function(require,module,exports){
|
|
20178
19658
|
"use strict";
|
|
20179
19659
|
var __extends = (this && this.__extends) || (function () {
|
|
20180
19660
|
var extendStatics = function (d, b) {
|
|
@@ -20411,7 +19891,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
20411
19891
|
}(service_1.Service));
|
|
20412
19892
|
exports.OrderService = OrderService;
|
|
20413
19893
|
|
|
20414
|
-
},{"../../factory":
|
|
19894
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],122:[function(require,module,exports){
|
|
20415
19895
|
"use strict";
|
|
20416
19896
|
var __extends = (this && this.__extends) || (function () {
|
|
20417
19897
|
var extendStatics = function (d, b) {
|
|
@@ -20519,7 +19999,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
20519
19999
|
}(service_1.Service));
|
|
20520
20000
|
exports.ProductService = ProductService;
|
|
20521
20001
|
|
|
20522
|
-
},{"../../factory":
|
|
20002
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],123:[function(require,module,exports){
|
|
20523
20003
|
"use strict";
|
|
20524
20004
|
var __extends = (this && this.__extends) || (function () {
|
|
20525
20005
|
var extendStatics = function (d, b) {
|
|
@@ -20747,7 +20227,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
20747
20227
|
}(service_1.Service));
|
|
20748
20228
|
exports.ReservationService = ReservationService;
|
|
20749
20229
|
|
|
20750
|
-
},{"../../factory":
|
|
20230
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],124:[function(require,module,exports){
|
|
20751
20231
|
"use strict";
|
|
20752
20232
|
var __assign = (this && this.__assign) || function () {
|
|
20753
20233
|
__assign = Object.assign || function(t) {
|
|
@@ -20806,7 +20286,7 @@ var service;
|
|
|
20806
20286
|
(function (Payment) {
|
|
20807
20287
|
})(Payment = service.Payment || (service.Payment = {}));
|
|
20808
20288
|
})(service = exports.service || (exports.service = {}));
|
|
20809
|
-
var
|
|
20289
|
+
var defaultRetryableStatusCodes = [http_status_1.BAD_GATEWAY, http_status_1.SERVICE_UNAVAILABLE, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED];
|
|
20810
20290
|
/**
|
|
20811
20291
|
* 決済サービス
|
|
20812
20292
|
*/
|
|
@@ -20833,7 +20313,7 @@ var CloudPay = /** @class */ (function () {
|
|
|
20833
20313
|
case 1:
|
|
20834
20314
|
_a.svc = (_b.sent()).PaymentService;
|
|
20835
20315
|
_b.label = 2;
|
|
20836
|
-
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
20316
|
+
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
20837
20317
|
}
|
|
20838
20318
|
});
|
|
20839
20319
|
});
|
|
@@ -20842,7 +20322,7 @@ var CloudPay = /** @class */ (function () {
|
|
|
20842
20322
|
}());
|
|
20843
20323
|
exports.CloudPay = CloudPay;
|
|
20844
20324
|
|
|
20845
|
-
},{"./pay/payment":
|
|
20325
|
+
},{"./pay/payment":125,"http-status":355}],125:[function(require,module,exports){
|
|
20846
20326
|
"use strict";
|
|
20847
20327
|
var __extends = (this && this.__extends) || (function () {
|
|
20848
20328
|
var extendStatics = function (d, b) {
|
|
@@ -21348,7 +20828,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21348
20828
|
}(service_1.Service));
|
|
21349
20829
|
exports.PaymentService = PaymentService;
|
|
21350
20830
|
|
|
21351
|
-
},{"../../factory":
|
|
20831
|
+
},{"../../factory":130,"../../index":131,"../../service":135,"http-status":355}],126:[function(require,module,exports){
|
|
21352
20832
|
"use strict";
|
|
21353
20833
|
var __assign = (this && this.__assign) || function () {
|
|
21354
20834
|
__assign = Object.assign || function(t) {
|
|
@@ -21419,7 +20899,7 @@ var service;
|
|
|
21419
20899
|
})(ReturnOrder = transaction.ReturnOrder || (transaction.ReturnOrder = {}));
|
|
21420
20900
|
})(transaction = service.transaction || (service.transaction = {}));
|
|
21421
20901
|
})(service = exports.service || (exports.service = {}));
|
|
21422
|
-
var
|
|
20902
|
+
var defaultRetryableStatusCodes = [http_status_1.BAD_GATEWAY, http_status_1.SERVICE_UNAVAILABLE, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED];
|
|
21423
20903
|
/**
|
|
21424
20904
|
* 取引サービス
|
|
21425
20905
|
*/
|
|
@@ -21446,7 +20926,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
21446
20926
|
case 1:
|
|
21447
20927
|
_a.svc = (_b.sent()).OfferService;
|
|
21448
20928
|
_b.label = 2;
|
|
21449
|
-
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
20929
|
+
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
21450
20930
|
}
|
|
21451
20931
|
});
|
|
21452
20932
|
});
|
|
@@ -21463,7 +20943,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
21463
20943
|
case 1:
|
|
21464
20944
|
_a.svc = (_b.sent()).PlaceOrderTransactionService;
|
|
21465
20945
|
_b.label = 2;
|
|
21466
|
-
case 2: return [2 /*return*/, new service.transaction.PlaceOrder.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
20946
|
+
case 2: return [2 /*return*/, new service.transaction.PlaceOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
21467
20947
|
}
|
|
21468
20948
|
});
|
|
21469
20949
|
});
|
|
@@ -21480,7 +20960,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
21480
20960
|
case 1:
|
|
21481
20961
|
_a.svc = (_b.sent()).ReturnOrderTransactionService;
|
|
21482
20962
|
_b.label = 2;
|
|
21483
|
-
case 2: return [2 /*return*/, new service.transaction.ReturnOrder.svc(__assign(__assign(__assign({}, this.options), params), {
|
|
20963
|
+
case 2: return [2 /*return*/, new service.transaction.ReturnOrder.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: defaultRetryableStatusCodes }))];
|
|
21484
20964
|
}
|
|
21485
20965
|
});
|
|
21486
20966
|
});
|
|
@@ -21489,7 +20969,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
21489
20969
|
}());
|
|
21490
20970
|
exports.CloudTxn = CloudTxn;
|
|
21491
20971
|
|
|
21492
|
-
},{"./txn/offer":
|
|
20972
|
+
},{"./txn/offer":127,"./txn/transaction/placeOrder":128,"./txn/transaction/returnOrder":129,"http-status":355}],127:[function(require,module,exports){
|
|
21493
20973
|
"use strict";
|
|
21494
20974
|
var __extends = (this && this.__extends) || (function () {
|
|
21495
20975
|
var extendStatics = function (d, b) {
|
|
@@ -21550,6 +21030,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21550
21030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21551
21031
|
exports.OfferService = void 0;
|
|
21552
21032
|
var factory = require("../../factory");
|
|
21033
|
+
// import { IAdditionalOptions, IOptions, Service } from '../../service';
|
|
21553
21034
|
var service_1 = require("../../service");
|
|
21554
21035
|
var index_1 = require("../../../index");
|
|
21555
21036
|
/**
|
|
@@ -21557,20 +21038,26 @@ var index_1 = require("../../../index");
|
|
|
21557
21038
|
*/
|
|
21558
21039
|
var OfferService = /** @class */ (function (_super) {
|
|
21559
21040
|
__extends(OfferService, _super);
|
|
21560
|
-
function OfferService(
|
|
21561
|
-
return _super.
|
|
21041
|
+
function OfferService() {
|
|
21042
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
21562
21043
|
}
|
|
21044
|
+
// constructor(options: Pick<
|
|
21045
|
+
// IOptions,
|
|
21046
|
+
// 'auth' | 'endpoint' | 'transporter' | 'project' | 'defaultPath' | 'retryableStatusCodes'
|
|
21047
|
+
// > & IAdditionalOptions) {
|
|
21048
|
+
// super(options);
|
|
21049
|
+
// }
|
|
21563
21050
|
/**
|
|
21564
21051
|
* 興行オファー承認
|
|
21565
21052
|
*/
|
|
21566
21053
|
OfferService.prototype.authorizeEventService = function (params, options) {
|
|
21567
21054
|
return __awaiter(this, void 0, void 0, function () {
|
|
21568
|
-
var _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, offerService;
|
|
21055
|
+
var _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, offerService;
|
|
21569
21056
|
return __generator(this, function (_b) {
|
|
21570
21057
|
switch (_b.label) {
|
|
21571
21058
|
case 0:
|
|
21572
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21573
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21059
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21060
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21574
21061
|
case 1:
|
|
21575
21062
|
chevreTxn = _b.sent();
|
|
21576
21063
|
return [4 /*yield*/, chevreTxn.createOfferInstance({
|
|
@@ -21596,13 +21083,13 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
21596
21083
|
*/
|
|
21597
21084
|
OfferService.prototype.voidAuthorization = function (params) {
|
|
21598
21085
|
return __awaiter(this, void 0, void 0, function () {
|
|
21599
|
-
var id, purpose, object, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, offerService;
|
|
21086
|
+
var id, purpose, object, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, offerService;
|
|
21600
21087
|
return __generator(this, function (_b) {
|
|
21601
21088
|
switch (_b.label) {
|
|
21602
21089
|
case 0:
|
|
21603
21090
|
id = params.id, purpose = params.purpose, object = params.object;
|
|
21604
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21605
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21091
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21092
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21606
21093
|
case 1:
|
|
21607
21094
|
chevreTxn = _b.sent();
|
|
21608
21095
|
return [4 /*yield*/, chevreTxn.createOfferInstance({
|
|
@@ -21628,7 +21115,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
21628
21115
|
}(service_1.Service));
|
|
21629
21116
|
exports.OfferService = OfferService;
|
|
21630
21117
|
|
|
21631
|
-
},{"../../../index":
|
|
21118
|
+
},{"../../../index":149,"../../factory":130,"../../service":135}],128:[function(require,module,exports){
|
|
21632
21119
|
"use strict";
|
|
21633
21120
|
var __extends = (this && this.__extends) || (function () {
|
|
21634
21121
|
var extendStatics = function (d, b) {
|
|
@@ -21689,6 +21176,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21689
21176
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21690
21177
|
exports.PlaceOrderTransactionService = void 0;
|
|
21691
21178
|
var http_status_1 = require("http-status");
|
|
21179
|
+
// import { IAdditionalOptions, IOptions, Service } from '../../../service';
|
|
21692
21180
|
var service_1 = require("../../../service");
|
|
21693
21181
|
var index_1 = require("../../../index");
|
|
21694
21182
|
/**
|
|
@@ -21696,21 +21184,27 @@ var index_1 = require("../../../index");
|
|
|
21696
21184
|
*/
|
|
21697
21185
|
var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
21698
21186
|
__extends(PlaceOrderTransactionService, _super);
|
|
21699
|
-
function PlaceOrderTransactionService(
|
|
21700
|
-
return _super.
|
|
21187
|
+
function PlaceOrderTransactionService() {
|
|
21188
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
21701
21189
|
}
|
|
21190
|
+
// constructor(options: Pick<
|
|
21191
|
+
// IOptions,
|
|
21192
|
+
// 'auth' | 'endpoint' | 'transporter' | 'project' | 'defaultPath' | 'retryableStatusCodes'
|
|
21193
|
+
// > & IAdditionalOptions) {
|
|
21194
|
+
// super(options);
|
|
21195
|
+
// }
|
|
21702
21196
|
/**
|
|
21703
21197
|
* 取引開始
|
|
21704
21198
|
*/
|
|
21705
21199
|
PlaceOrderTransactionService.prototype.start = function (params) {
|
|
21706
21200
|
return __awaiter(this, void 0, void 0, function () {
|
|
21707
|
-
var agent, object, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21201
|
+
var agent, object, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21708
21202
|
return __generator(this, function (_b) {
|
|
21709
21203
|
switch (_b.label) {
|
|
21710
21204
|
case 0:
|
|
21711
21205
|
agent = params.agent, object = params.object;
|
|
21712
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21713
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21206
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21207
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21714
21208
|
case 1:
|
|
21715
21209
|
chevreTxn = _b.sent();
|
|
21716
21210
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
@@ -21734,13 +21228,13 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21734
21228
|
*/
|
|
21735
21229
|
PlaceOrderTransactionService.prototype.setProfile = function (params) {
|
|
21736
21230
|
return __awaiter(this, void 0, void 0, function () {
|
|
21737
|
-
var id, agent, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21231
|
+
var id, agent, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21738
21232
|
return __generator(this, function (_b) {
|
|
21739
21233
|
switch (_b.label) {
|
|
21740
21234
|
case 0:
|
|
21741
21235
|
id = params.id, agent = params.agent;
|
|
21742
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21743
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21236
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21237
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21744
21238
|
case 1:
|
|
21745
21239
|
chevreTxn = _b.sent();
|
|
21746
21240
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
@@ -21763,13 +21257,13 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21763
21257
|
*/
|
|
21764
21258
|
PlaceOrderTransactionService.prototype.changeExpiringDate = function (params) {
|
|
21765
21259
|
return __awaiter(this, void 0, void 0, function () {
|
|
21766
|
-
var id, expires, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21260
|
+
var id, expires, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21767
21261
|
return __generator(this, function (_b) {
|
|
21768
21262
|
switch (_b.label) {
|
|
21769
21263
|
case 0:
|
|
21770
21264
|
id = params.id, expires = params.expires;
|
|
21771
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21772
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21265
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21266
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21773
21267
|
case 1:
|
|
21774
21268
|
chevreTxn = _b.sent();
|
|
21775
21269
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
@@ -21792,20 +21286,21 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21792
21286
|
*/
|
|
21793
21287
|
PlaceOrderTransactionService.prototype.confirm4tttsPOS = function (params) {
|
|
21794
21288
|
return __awaiter(this, void 0, void 0, function () {
|
|
21795
|
-
var id, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21289
|
+
var id, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21796
21290
|
return __generator(this, function (_b) {
|
|
21797
21291
|
switch (_b.label) {
|
|
21798
21292
|
case 0:
|
|
21799
21293
|
id = params.id;
|
|
21800
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21801
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21294
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21295
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21802
21296
|
case 1:
|
|
21803
21297
|
chevreTxn = _b.sent();
|
|
21804
21298
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
21805
21299
|
project: project,
|
|
21806
21300
|
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21807
21301
|
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21808
|
-
http_status_1.CONFLICT,
|
|
21302
|
+
http_status_1.CONFLICT,
|
|
21303
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21809
21304
|
])
|
|
21810
21305
|
})];
|
|
21811
21306
|
case 2:
|
|
@@ -21823,20 +21318,21 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21823
21318
|
*/
|
|
21824
21319
|
PlaceOrderTransactionService.prototype.confirmWithMiminalResponse = function (params) {
|
|
21825
21320
|
return __awaiter(this, void 0, void 0, function () {
|
|
21826
|
-
var id, potentialActions, result, sendEmailMessage, email, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21321
|
+
var id, potentialActions, result, sendEmailMessage, email, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21827
21322
|
return __generator(this, function (_b) {
|
|
21828
21323
|
switch (_b.label) {
|
|
21829
21324
|
case 0:
|
|
21830
21325
|
id = params.id, potentialActions = params.potentialActions, result = params.result, sendEmailMessage = params.sendEmailMessage, email = params.email;
|
|
21831
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21832
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21326
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21327
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21833
21328
|
case 1:
|
|
21834
21329
|
chevreTxn = _b.sent();
|
|
21835
21330
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
21836
21331
|
project: project,
|
|
21837
21332
|
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21838
21333
|
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21839
|
-
http_status_1.CONFLICT,
|
|
21334
|
+
http_status_1.CONFLICT,
|
|
21335
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21840
21336
|
])
|
|
21841
21337
|
})];
|
|
21842
21338
|
case 2:
|
|
@@ -21855,20 +21351,21 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21855
21351
|
*/
|
|
21856
21352
|
PlaceOrderTransactionService.prototype.cancel = function (params) {
|
|
21857
21353
|
return __awaiter(this, void 0, void 0, function () {
|
|
21858
|
-
var id, _a, auth, endpoint, project, seller, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21354
|
+
var id, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevreTxn, placeOrderService;
|
|
21859
21355
|
return __generator(this, function (_b) {
|
|
21860
21356
|
switch (_b.label) {
|
|
21861
21357
|
case 0:
|
|
21862
21358
|
id = params.id;
|
|
21863
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21864
|
-
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint })];
|
|
21359
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21360
|
+
return [4 /*yield*/, index_1.loadChevreTxn({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21865
21361
|
case 1:
|
|
21866
21362
|
chevreTxn = _b.sent();
|
|
21867
21363
|
return [4 /*yield*/, chevreTxn.createPlaceOrderTransactionInstance({
|
|
21868
21364
|
project: project,
|
|
21869
21365
|
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21870
21366
|
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21871
|
-
http_status_1.CONFLICT,
|
|
21367
|
+
http_status_1.CONFLICT,
|
|
21368
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21872
21369
|
])
|
|
21873
21370
|
})];
|
|
21874
21371
|
case 2:
|
|
@@ -21885,7 +21382,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21885
21382
|
}(service_1.Service));
|
|
21886
21383
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
21887
21384
|
|
|
21888
|
-
},{"../../../index":
|
|
21385
|
+
},{"../../../index":131,"../../../service":135,"http-status":355}],129:[function(require,module,exports){
|
|
21889
21386
|
"use strict";
|
|
21890
21387
|
var __extends = (this && this.__extends) || (function () {
|
|
21891
21388
|
var extendStatics = function (d, b) {
|
|
@@ -21945,6 +21442,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21945
21442
|
};
|
|
21946
21443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21947
21444
|
exports.ReturnOrderTransactionService = void 0;
|
|
21445
|
+
// import { IAdditionalOptions, IOptions, Service } from '../../../service';
|
|
21948
21446
|
var service_1 = require("../../../service");
|
|
21949
21447
|
var index_1 = require("../../../index");
|
|
21950
21448
|
/**
|
|
@@ -21952,9 +21450,15 @@ var index_1 = require("../../../index");
|
|
|
21952
21450
|
*/
|
|
21953
21451
|
var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
21954
21452
|
__extends(ReturnOrderTransactionService, _super);
|
|
21955
|
-
function ReturnOrderTransactionService(
|
|
21956
|
-
return _super.
|
|
21453
|
+
function ReturnOrderTransactionService() {
|
|
21454
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
21957
21455
|
}
|
|
21456
|
+
// constructor(options: Pick<
|
|
21457
|
+
// IOptions,
|
|
21458
|
+
// 'auth' | 'endpoint' | 'transporter' | 'project' | 'defaultPath' | 'retryableStatusCodes'
|
|
21459
|
+
// > & IAdditionalOptions) {
|
|
21460
|
+
// super(options);
|
|
21461
|
+
// }
|
|
21958
21462
|
/**
|
|
21959
21463
|
* 取引を開始する
|
|
21960
21464
|
*/
|
|
@@ -22043,7 +21547,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
22043
21547
|
}(service_1.Service));
|
|
22044
21548
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
22045
21549
|
|
|
22046
|
-
},{"../../../index":
|
|
21550
|
+
},{"../../../index":131,"../../../service":135}],130:[function(require,module,exports){
|
|
22047
21551
|
"use strict";
|
|
22048
21552
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22049
21553
|
if (k2 === undefined) k2 = k;
|
|
@@ -22061,7 +21565,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
22061
21565
|
*/
|
|
22062
21566
|
__exportStar(require("@chevre/factory"), exports);
|
|
22063
21567
|
|
|
22064
|
-
},{"@chevre/factory":
|
|
21568
|
+
},{"@chevre/factory":233}],131:[function(require,module,exports){
|
|
22065
21569
|
"use strict";
|
|
22066
21570
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
22067
21571
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -22390,7 +21894,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
|
|
|
22390
21894
|
// export class StubAuth extends StubAuthClient { }
|
|
22391
21895
|
// }
|
|
22392
21896
|
|
|
22393
|
-
},{"./chevre":3,"./chevreAdmin":20,"./chevreAuth":80,"./chevrePay":82,"./chevreTxc":85,"./chevreTxn":87,"./cinerino/default":93,"./cloud/admin":
|
|
21897
|
+
},{"./chevre":3,"./chevreAdmin":20,"./chevreAuth":80,"./chevrePay":82,"./chevreTxc":85,"./chevreTxn":87,"./cinerino/default":93,"./cloud/admin":110,"./cloud/pay":124,"./cloud/txn":126,"./factory":130,"./pecorino":132,"./transporters":136,"./waiterAdmin":137}],132:[function(require,module,exports){
|
|
22394
21898
|
"use strict";
|
|
22395
21899
|
var __extends = (this && this.__extends) || (function () {
|
|
22396
21900
|
var extendStatics = function (d, b) {
|
|
@@ -22443,7 +21947,7 @@ var service;
|
|
|
22443
21947
|
service.AccountTransaction = AccountTransaction;
|
|
22444
21948
|
})(service = exports.service || (exports.service = {}));
|
|
22445
21949
|
|
|
22446
|
-
},{"./factory":
|
|
21950
|
+
},{"./factory":130,"./pecorino/accountTransaction":133,"./pecorino/permit":134}],133:[function(require,module,exports){
|
|
22447
21951
|
"use strict";
|
|
22448
21952
|
var __extends = (this && this.__extends) || (function () {
|
|
22449
21953
|
var extendStatics = function (d, b) {
|
|
@@ -22614,7 +22118,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
22614
22118
|
}(service_1.Service));
|
|
22615
22119
|
exports.AccountTransactionService = AccountTransactionService;
|
|
22616
22120
|
|
|
22617
|
-
},{"../service":
|
|
22121
|
+
},{"../service":135,"http-status":355}],134:[function(require,module,exports){
|
|
22618
22122
|
"use strict";
|
|
22619
22123
|
var __extends = (this && this.__extends) || (function () {
|
|
22620
22124
|
var extendStatics = function (d, b) {
|
|
@@ -22734,7 +22238,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
22734
22238
|
}(service_1.Service));
|
|
22735
22239
|
exports.PermitService = PermitService;
|
|
22736
22240
|
|
|
22737
|
-
},{"../service":
|
|
22241
|
+
},{"../service":135,"http-status":355}],135:[function(require,module,exports){
|
|
22738
22242
|
"use strict";
|
|
22739
22243
|
var __assign = (this && this.__assign) || function () {
|
|
22740
22244
|
__assign = Object.assign || function(t) {
|
|
@@ -22862,7 +22366,7 @@ var Service = /** @class */ (function () {
|
|
|
22862
22366
|
}());
|
|
22863
22367
|
exports.Service = Service;
|
|
22864
22368
|
|
|
22865
|
-
},{"./transporters":
|
|
22369
|
+
},{"./transporters":136,"qs":362}],136:[function(require,module,exports){
|
|
22866
22370
|
"use strict";
|
|
22867
22371
|
var __extends = (this && this.__extends) || (function () {
|
|
22868
22372
|
var extendStatics = function (d, b) {
|
|
@@ -23059,7 +22563,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
23059
22563
|
}());
|
|
23060
22564
|
exports.StubTransporter = StubTransporter;
|
|
23061
22565
|
|
|
23062
|
-
},{"debug":
|
|
22566
|
+
},{"debug":347,"isomorphic-fetch":358}],137:[function(require,module,exports){
|
|
23063
22567
|
"use strict";
|
|
23064
22568
|
var __assign = (this && this.__assign) || function () {
|
|
23065
22569
|
__assign = Object.assign || function(t) {
|
|
@@ -23164,7 +22668,7 @@ var WaiterAdmin = /** @class */ (function () {
|
|
|
23164
22668
|
}());
|
|
23165
22669
|
exports.WaiterAdmin = WaiterAdmin;
|
|
23166
22670
|
|
|
23167
|
-
},{"./waiterAdmin/rule":
|
|
22671
|
+
},{"./waiterAdmin/rule":138,"./waiterAdmin/ruleSet":139}],138:[function(require,module,exports){
|
|
23168
22672
|
"use strict";
|
|
23169
22673
|
var __extends = (this && this.__extends) || (function () {
|
|
23170
22674
|
var extendStatics = function (d, b) {
|
|
@@ -23252,7 +22756,7 @@ var RuleService = /** @class */ (function (_super) {
|
|
|
23252
22756
|
}(service_1.Service));
|
|
23253
22757
|
exports.RuleService = RuleService;
|
|
23254
22758
|
|
|
23255
|
-
},{"../service":
|
|
22759
|
+
},{"../service":135,"http-status":355}],139:[function(require,module,exports){
|
|
23256
22760
|
"use strict";
|
|
23257
22761
|
var __extends = (this && this.__extends) || (function () {
|
|
23258
22762
|
var extendStatics = function (d, b) {
|
|
@@ -23360,7 +22864,7 @@ var RuleSetService = /** @class */ (function (_super) {
|
|
|
23360
22864
|
}(service_1.Service));
|
|
23361
22865
|
exports.RuleSetService = RuleSetService;
|
|
23362
22866
|
|
|
23363
|
-
},{"../service":
|
|
22867
|
+
},{"../service":135,"http-status":355}],140:[function(require,module,exports){
|
|
23364
22868
|
"use strict";
|
|
23365
22869
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23366
22870
|
/* istanbul ignore file */
|
|
@@ -23717,7 +23221,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
23717
23221
|
}(oAuth2client_1.default));
|
|
23718
23222
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
23719
23223
|
|
|
23720
|
-
},{"./implicitGrantClient/error":
|
|
23224
|
+
},{"./implicitGrantClient/error":141,"./implicitGrantClient/popupAuthenticationHandler":143,"./implicitGrantClient/silentAuthenticationHandler":145,"./implicitGrantClient/silentLogoutHandler":146,"./oAuth2client":148,"debug":347,"idtoken-verifier":356,"qs":362}],141:[function(require,module,exports){
|
|
23721
23225
|
"use strict";
|
|
23722
23226
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23723
23227
|
/* istanbul ignore file */
|
|
@@ -23750,7 +23254,7 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
23750
23254
|
}(Error));
|
|
23751
23255
|
exports.AuthorizeError = AuthorizeError;
|
|
23752
23256
|
|
|
23753
|
-
},{}],
|
|
23257
|
+
},{}],142:[function(require,module,exports){
|
|
23754
23258
|
"use strict";
|
|
23755
23259
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23756
23260
|
/* istanbul ignore file */
|
|
@@ -23836,7 +23340,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
23836
23340
|
}());
|
|
23837
23341
|
exports.default = IframeHandler;
|
|
23838
23342
|
|
|
23839
|
-
},{"debug":
|
|
23343
|
+
},{"debug":347}],143:[function(require,module,exports){
|
|
23840
23344
|
"use strict";
|
|
23841
23345
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23842
23346
|
/* istanbul ignore file */
|
|
@@ -23946,7 +23450,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
23946
23450
|
}());
|
|
23947
23451
|
exports.default = PopupAuthenticationHandler;
|
|
23948
23452
|
|
|
23949
|
-
},{"./error":
|
|
23453
|
+
},{"./error":141,"./popupHandler":144}],144:[function(require,module,exports){
|
|
23950
23454
|
"use strict";
|
|
23951
23455
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23952
23456
|
/* istanbul ignore file */
|
|
@@ -24032,7 +23536,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
24032
23536
|
}());
|
|
24033
23537
|
exports.default = PopupHandler;
|
|
24034
23538
|
|
|
24035
|
-
},{"debug":
|
|
23539
|
+
},{"debug":347}],145:[function(require,module,exports){
|
|
24036
23540
|
"use strict";
|
|
24037
23541
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24038
23542
|
/* istanbul ignore file */
|
|
@@ -24142,7 +23646,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
24142
23646
|
}());
|
|
24143
23647
|
exports.default = SilentAuthenticationHandler;
|
|
24144
23648
|
|
|
24145
|
-
},{"./error":
|
|
23649
|
+
},{"./error":141,"./iframeHandler":142}],146:[function(require,module,exports){
|
|
24146
23650
|
"use strict";
|
|
24147
23651
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24148
23652
|
/* istanbul ignore file */
|
|
@@ -24252,7 +23756,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
24252
23756
|
}());
|
|
24253
23757
|
exports.default = SilentLogoutHandler;
|
|
24254
23758
|
|
|
24255
|
-
},{"./error":
|
|
23759
|
+
},{"./error":141,"./iframeHandler":142}],147:[function(require,module,exports){
|
|
24256
23760
|
"use strict";
|
|
24257
23761
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24258
23762
|
exports.LoginTicket = void 0;
|
|
@@ -24281,7 +23785,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
24281
23785
|
}());
|
|
24282
23786
|
exports.LoginTicket = LoginTicket;
|
|
24283
23787
|
|
|
24284
|
-
},{}],
|
|
23788
|
+
},{}],148:[function(require,module,exports){
|
|
24285
23789
|
(function (Buffer){
|
|
24286
23790
|
"use strict";
|
|
24287
23791
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -24803,7 +24307,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
24803
24307
|
exports.default = OAuth2client;
|
|
24804
24308
|
|
|
24805
24309
|
}).call(this,require("buffer").Buffer)
|
|
24806
|
-
},{"../abstract/transporters":
|
|
24310
|
+
},{"../abstract/transporters":136,"./loginTicket":147,"buffer":343,"crypto":342,"debug":347,"http-status":355,"isomorphic-fetch":358,"querystring":368}],149:[function(require,module,exports){
|
|
24807
24311
|
"use strict";
|
|
24808
24312
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24809
24313
|
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadCloudPay = exports.loadCloudAdmin = void 0;
|
|
@@ -24827,7 +24331,7 @@ function createAuthInstance(options) {
|
|
|
24827
24331
|
}
|
|
24828
24332
|
exports.createAuthInstance = createAuthInstance;
|
|
24829
24333
|
|
|
24830
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
24334
|
+
},{"./abstract":2,"./auth/implicitGrantClient":140}],150:[function(require,module,exports){
|
|
24831
24335
|
"use strict";
|
|
24832
24336
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24833
24337
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -24861,15 +24365,15 @@ var transaction;
|
|
|
24861
24365
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
24862
24366
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
24863
24367
|
|
|
24864
|
-
},{"./account/action/moneyTransfer":
|
|
24368
|
+
},{"./account/action/moneyTransfer":151,"./account/transaction/deposit":152,"./account/transaction/transfer":153,"./account/transaction/withdraw":154,"./account/transactionType":155}],151:[function(require,module,exports){
|
|
24865
24369
|
arguments[4][9][0].apply(exports,arguments)
|
|
24866
|
-
},{"dup":9}],
|
|
24370
|
+
},{"dup":9}],152:[function(require,module,exports){
|
|
24867
24371
|
arguments[4][9][0].apply(exports,arguments)
|
|
24868
|
-
},{"dup":9}],
|
|
24372
|
+
},{"dup":9}],153:[function(require,module,exports){
|
|
24869
24373
|
arguments[4][9][0].apply(exports,arguments)
|
|
24870
|
-
},{"dup":9}],
|
|
24374
|
+
},{"dup":9}],154:[function(require,module,exports){
|
|
24871
24375
|
arguments[4][9][0].apply(exports,arguments)
|
|
24872
|
-
},{"dup":9}],
|
|
24376
|
+
},{"dup":9}],155:[function(require,module,exports){
|
|
24873
24377
|
"use strict";
|
|
24874
24378
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24875
24379
|
exports.AccountTransactionType = void 0;
|
|
@@ -24892,9 +24396,9 @@ var AccountTransactionType;
|
|
|
24892
24396
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
24893
24397
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
24894
24398
|
|
|
24895
|
-
},{}],
|
|
24399
|
+
},{}],156:[function(require,module,exports){
|
|
24896
24400
|
arguments[4][9][0].apply(exports,arguments)
|
|
24897
|
-
},{"dup":9}],
|
|
24401
|
+
},{"dup":9}],157:[function(require,module,exports){
|
|
24898
24402
|
"use strict";
|
|
24899
24403
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24900
24404
|
exports.AccountType = void 0;
|
|
@@ -24915,7 +24419,7 @@ var AccountType;
|
|
|
24915
24419
|
AccountType["Transactional"] = "Transactional";
|
|
24916
24420
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24917
24421
|
|
|
24918
|
-
},{}],
|
|
24422
|
+
},{}],158:[function(require,module,exports){
|
|
24919
24423
|
"use strict";
|
|
24920
24424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24921
24425
|
exports.FlgMember = void 0;
|
|
@@ -24934,11 +24438,11 @@ var FlgMember;
|
|
|
24934
24438
|
FlgMember["Member"] = "1";
|
|
24935
24439
|
})(FlgMember = exports.FlgMember || (exports.FlgMember = {}));
|
|
24936
24440
|
|
|
24937
|
-
},{}],
|
|
24441
|
+
},{}],159:[function(require,module,exports){
|
|
24938
24442
|
arguments[4][9][0].apply(exports,arguments)
|
|
24939
|
-
},{"dup":9}],
|
|
24443
|
+
},{"dup":9}],160:[function(require,module,exports){
|
|
24940
24444
|
arguments[4][9][0].apply(exports,arguments)
|
|
24941
|
-
},{"dup":9}],
|
|
24445
|
+
},{"dup":9}],161:[function(require,module,exports){
|
|
24942
24446
|
"use strict";
|
|
24943
24447
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24944
24448
|
exports.ObjectType = void 0;
|
|
@@ -24947,11 +24451,11 @@ var ObjectType;
|
|
|
24947
24451
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
24948
24452
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24949
24453
|
|
|
24950
|
-
},{}],
|
|
24454
|
+
},{}],162:[function(require,module,exports){
|
|
24951
24455
|
arguments[4][9][0].apply(exports,arguments)
|
|
24952
|
-
},{"dup":9}],
|
|
24456
|
+
},{"dup":9}],163:[function(require,module,exports){
|
|
24953
24457
|
arguments[4][9][0].apply(exports,arguments)
|
|
24954
|
-
},{"dup":9}],
|
|
24458
|
+
},{"dup":9}],164:[function(require,module,exports){
|
|
24955
24459
|
"use strict";
|
|
24956
24460
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24957
24461
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -24965,11 +24469,11 @@ var ServiceIdentifier;
|
|
|
24965
24469
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
24966
24470
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
24967
24471
|
|
|
24968
|
-
},{}],
|
|
24472
|
+
},{}],165:[function(require,module,exports){
|
|
24969
24473
|
arguments[4][9][0].apply(exports,arguments)
|
|
24970
|
-
},{"dup":9}],
|
|
24474
|
+
},{"dup":9}],166:[function(require,module,exports){
|
|
24971
24475
|
arguments[4][9][0].apply(exports,arguments)
|
|
24972
|
-
},{"dup":9}],
|
|
24476
|
+
},{"dup":9}],167:[function(require,module,exports){
|
|
24973
24477
|
"use strict";
|
|
24974
24478
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24975
24479
|
exports.ObjectType = void 0;
|
|
@@ -24978,7 +24482,13 @@ var ObjectType;
|
|
|
24978
24482
|
ObjectType["Ticket"] = "Ticket";
|
|
24979
24483
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24980
24484
|
|
|
24981
|
-
},{}],
|
|
24485
|
+
},{}],168:[function(require,module,exports){
|
|
24486
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24487
|
+
},{"dup":9}],169:[function(require,module,exports){
|
|
24488
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24489
|
+
},{"dup":9}],170:[function(require,module,exports){
|
|
24490
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24491
|
+
},{"dup":9}],171:[function(require,module,exports){
|
|
24982
24492
|
arguments[4][9][0].apply(exports,arguments)
|
|
24983
24493
|
},{"dup":9}],172:[function(require,module,exports){
|
|
24984
24494
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -24995,12 +24505,6 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
24995
24505
|
},{"dup":9}],178:[function(require,module,exports){
|
|
24996
24506
|
arguments[4][9][0].apply(exports,arguments)
|
|
24997
24507
|
},{"dup":9}],179:[function(require,module,exports){
|
|
24998
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24999
|
-
},{"dup":9}],180:[function(require,module,exports){
|
|
25000
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25001
|
-
},{"dup":9}],181:[function(require,module,exports){
|
|
25002
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25003
|
-
},{"dup":9}],182:[function(require,module,exports){
|
|
25004
24508
|
"use strict";
|
|
25005
24509
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25006
24510
|
exports.ObjectType = void 0;
|
|
@@ -25009,7 +24513,13 @@ var ObjectType;
|
|
|
25009
24513
|
ObjectType["PointAward"] = "PointAward";
|
|
25010
24514
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
25011
24515
|
|
|
25012
|
-
},{}],
|
|
24516
|
+
},{}],180:[function(require,module,exports){
|
|
24517
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24518
|
+
},{"dup":9}],181:[function(require,module,exports){
|
|
24519
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24520
|
+
},{"dup":9}],182:[function(require,module,exports){
|
|
24521
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24522
|
+
},{"dup":9}],183:[function(require,module,exports){
|
|
25013
24523
|
arguments[4][9][0].apply(exports,arguments)
|
|
25014
24524
|
},{"dup":9}],184:[function(require,module,exports){
|
|
25015
24525
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -25024,12 +24534,6 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
25024
24534
|
},{"dup":9}],189:[function(require,module,exports){
|
|
25025
24535
|
arguments[4][9][0].apply(exports,arguments)
|
|
25026
24536
|
},{"dup":9}],190:[function(require,module,exports){
|
|
25027
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25028
|
-
},{"dup":9}],191:[function(require,module,exports){
|
|
25029
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25030
|
-
},{"dup":9}],192:[function(require,module,exports){
|
|
25031
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25032
|
-
},{"dup":9}],193:[function(require,module,exports){
|
|
25033
24537
|
"use strict";
|
|
25034
24538
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25035
24539
|
exports.ActionStatusType = void 0;
|
|
@@ -25045,7 +24549,7 @@ var ActionStatusType;
|
|
|
25045
24549
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
25046
24550
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
25047
24551
|
|
|
25048
|
-
},{}],
|
|
24552
|
+
},{}],191:[function(require,module,exports){
|
|
25049
24553
|
"use strict";
|
|
25050
24554
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25051
24555
|
exports.ActionType = void 0;
|
|
@@ -25077,7 +24581,13 @@ var ActionType;
|
|
|
25077
24581
|
ActionType["UseAction"] = "UseAction";
|
|
25078
24582
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
25079
24583
|
|
|
25080
|
-
},{}],
|
|
24584
|
+
},{}],192:[function(require,module,exports){
|
|
24585
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24586
|
+
},{"dup":9}],193:[function(require,module,exports){
|
|
24587
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24588
|
+
},{"dup":9}],194:[function(require,module,exports){
|
|
24589
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24590
|
+
},{"dup":9}],195:[function(require,module,exports){
|
|
25081
24591
|
arguments[4][9][0].apply(exports,arguments)
|
|
25082
24592
|
},{"dup":9}],196:[function(require,module,exports){
|
|
25083
24593
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -25086,12 +24596,6 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
25086
24596
|
},{"dup":9}],198:[function(require,module,exports){
|
|
25087
24597
|
arguments[4][9][0].apply(exports,arguments)
|
|
25088
24598
|
},{"dup":9}],199:[function(require,module,exports){
|
|
25089
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25090
|
-
},{"dup":9}],200:[function(require,module,exports){
|
|
25091
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25092
|
-
},{"dup":9}],201:[function(require,module,exports){
|
|
25093
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
25094
|
-
},{"dup":9}],202:[function(require,module,exports){
|
|
25095
24599
|
"use strict";
|
|
25096
24600
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25097
24601
|
exports.AssetTransactionType = void 0;
|
|
@@ -25131,9 +24635,9 @@ var AssetTransactionType;
|
|
|
25131
24635
|
AssetTransactionType["COAReserveTransaction"] = "COAReserveTransaction";
|
|
25132
24636
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
25133
24637
|
|
|
25134
|
-
},{}],
|
|
24638
|
+
},{}],200:[function(require,module,exports){
|
|
25135
24639
|
arguments[4][9][0].apply(exports,arguments)
|
|
25136
|
-
},{"dup":9}],
|
|
24640
|
+
},{"dup":9}],201:[function(require,module,exports){
|
|
25137
24641
|
"use strict";
|
|
25138
24642
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25139
24643
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -25189,13 +24693,13 @@ var CategorySetIdentifier;
|
|
|
25189
24693
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
25190
24694
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
25191
24695
|
|
|
25192
|
-
},{}],
|
|
24696
|
+
},{}],202:[function(require,module,exports){
|
|
25193
24697
|
arguments[4][9][0].apply(exports,arguments)
|
|
25194
|
-
},{"dup":9}],
|
|
24698
|
+
},{"dup":9}],203:[function(require,module,exports){
|
|
25195
24699
|
arguments[4][9][0].apply(exports,arguments)
|
|
25196
|
-
},{"dup":9}],
|
|
24700
|
+
},{"dup":9}],204:[function(require,module,exports){
|
|
25197
24701
|
arguments[4][9][0].apply(exports,arguments)
|
|
25198
|
-
},{"dup":9}],
|
|
24702
|
+
},{"dup":9}],205:[function(require,module,exports){
|
|
25199
24703
|
"use strict";
|
|
25200
24704
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25201
24705
|
exports.AboutIdentifier = void 0;
|
|
@@ -25207,13 +24711,13 @@ var AboutIdentifier;
|
|
|
25207
24711
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
25208
24712
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
25209
24713
|
|
|
25210
|
-
},{}],
|
|
24714
|
+
},{}],206:[function(require,module,exports){
|
|
25211
24715
|
arguments[4][9][0].apply(exports,arguments)
|
|
25212
|
-
},{"dup":9}],
|
|
24716
|
+
},{"dup":9}],207:[function(require,module,exports){
|
|
25213
24717
|
arguments[4][9][0].apply(exports,arguments)
|
|
25214
|
-
},{"dup":9}],
|
|
24718
|
+
},{"dup":9}],208:[function(require,module,exports){
|
|
25215
24719
|
arguments[4][9][0].apply(exports,arguments)
|
|
25216
|
-
},{"dup":9}],
|
|
24720
|
+
},{"dup":9}],209:[function(require,module,exports){
|
|
25217
24721
|
"use strict";
|
|
25218
24722
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25219
24723
|
exports.CreativeWorkType = void 0;
|
|
@@ -25230,9 +24734,9 @@ var CreativeWorkType;
|
|
|
25230
24734
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
25231
24735
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
25232
24736
|
|
|
25233
|
-
},{}],
|
|
24737
|
+
},{}],210:[function(require,module,exports){
|
|
25234
24738
|
arguments[4][9][0].apply(exports,arguments)
|
|
25235
|
-
},{"dup":9}],
|
|
24739
|
+
},{"dup":9}],211:[function(require,module,exports){
|
|
25236
24740
|
"use strict";
|
|
25237
24741
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25238
24742
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -25275,7 +24779,7 @@ var Video;
|
|
|
25275
24779
|
(function (Video) {
|
|
25276
24780
|
})(Video = exports.Video || (exports.Video = {}));
|
|
25277
24781
|
|
|
25278
|
-
},{}],
|
|
24782
|
+
},{}],212:[function(require,module,exports){
|
|
25279
24783
|
"use strict";
|
|
25280
24784
|
var __extends = (this && this.__extends) || (function () {
|
|
25281
24785
|
var extendStatics = function (d, b) {
|
|
@@ -25321,7 +24825,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
25321
24825
|
}(chevre_1.ChevreError));
|
|
25322
24826
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
25323
24827
|
|
|
25324
|
-
},{"../errorCode":
|
|
24828
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],213:[function(require,module,exports){
|
|
25325
24829
|
"use strict";
|
|
25326
24830
|
var __extends = (this && this.__extends) || (function () {
|
|
25327
24831
|
var extendStatics = function (d, b) {
|
|
@@ -25366,7 +24870,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
25366
24870
|
}(chevre_1.ChevreError));
|
|
25367
24871
|
exports.ArgumentError = ArgumentError;
|
|
25368
24872
|
|
|
25369
|
-
},{"../errorCode":
|
|
24873
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],214:[function(require,module,exports){
|
|
25370
24874
|
"use strict";
|
|
25371
24875
|
var __extends = (this && this.__extends) || (function () {
|
|
25372
24876
|
var extendStatics = function (d, b) {
|
|
@@ -25411,7 +24915,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
25411
24915
|
}(chevre_1.ChevreError));
|
|
25412
24916
|
exports.ArgumentNullError = ArgumentNullError;
|
|
25413
24917
|
|
|
25414
|
-
},{"../errorCode":
|
|
24918
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],215:[function(require,module,exports){
|
|
25415
24919
|
"use strict";
|
|
25416
24920
|
var __extends = (this && this.__extends) || (function () {
|
|
25417
24921
|
var extendStatics = function (d, b) {
|
|
@@ -25450,7 +24954,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
25450
24954
|
}(Error));
|
|
25451
24955
|
exports.ChevreError = ChevreError;
|
|
25452
24956
|
|
|
25453
|
-
},{"setprototypeof":
|
|
24957
|
+
},{"setprototypeof":369}],216:[function(require,module,exports){
|
|
25454
24958
|
"use strict";
|
|
25455
24959
|
var __extends = (this && this.__extends) || (function () {
|
|
25456
24960
|
var extendStatics = function (d, b) {
|
|
@@ -25494,7 +24998,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
25494
24998
|
}(chevre_1.ChevreError));
|
|
25495
24999
|
exports.ForbiddenError = ForbiddenError;
|
|
25496
25000
|
|
|
25497
|
-
},{"../errorCode":
|
|
25001
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],217:[function(require,module,exports){
|
|
25498
25002
|
"use strict";
|
|
25499
25003
|
var __extends = (this && this.__extends) || (function () {
|
|
25500
25004
|
var extendStatics = function (d, b) {
|
|
@@ -25538,7 +25042,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
25538
25042
|
}(chevre_1.ChevreError));
|
|
25539
25043
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
25540
25044
|
|
|
25541
|
-
},{"../errorCode":
|
|
25045
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],218:[function(require,module,exports){
|
|
25542
25046
|
"use strict";
|
|
25543
25047
|
var __extends = (this && this.__extends) || (function () {
|
|
25544
25048
|
var extendStatics = function (d, b) {
|
|
@@ -25582,7 +25086,7 @@ var InternalError = /** @class */ (function (_super) {
|
|
|
25582
25086
|
}(chevre_1.ChevreError));
|
|
25583
25087
|
exports.InternalError = InternalError;
|
|
25584
25088
|
|
|
25585
|
-
},{"../errorCode":
|
|
25089
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],219:[function(require,module,exports){
|
|
25586
25090
|
"use strict";
|
|
25587
25091
|
var __extends = (this && this.__extends) || (function () {
|
|
25588
25092
|
var extendStatics = function (d, b) {
|
|
@@ -25627,7 +25131,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
25627
25131
|
}(chevre_1.ChevreError));
|
|
25628
25132
|
exports.NotFoundError = NotFoundError;
|
|
25629
25133
|
|
|
25630
|
-
},{"../errorCode":
|
|
25134
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],220:[function(require,module,exports){
|
|
25631
25135
|
"use strict";
|
|
25632
25136
|
var __extends = (this && this.__extends) || (function () {
|
|
25633
25137
|
var extendStatics = function (d, b) {
|
|
@@ -25671,7 +25175,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
25671
25175
|
}(chevre_1.ChevreError));
|
|
25672
25176
|
exports.NotImplementedError = NotImplementedError;
|
|
25673
25177
|
|
|
25674
|
-
},{"../errorCode":
|
|
25178
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],221:[function(require,module,exports){
|
|
25675
25179
|
"use strict";
|
|
25676
25180
|
var __extends = (this && this.__extends) || (function () {
|
|
25677
25181
|
var extendStatics = function (d, b) {
|
|
@@ -25715,7 +25219,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
25715
25219
|
}(chevre_1.ChevreError));
|
|
25716
25220
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
25717
25221
|
|
|
25718
|
-
},{"../errorCode":
|
|
25222
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],222:[function(require,module,exports){
|
|
25719
25223
|
"use strict";
|
|
25720
25224
|
var __extends = (this && this.__extends) || (function () {
|
|
25721
25225
|
var extendStatics = function (d, b) {
|
|
@@ -25759,7 +25263,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
25759
25263
|
}(chevre_1.ChevreError));
|
|
25760
25264
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
25761
25265
|
|
|
25762
|
-
},{"../errorCode":
|
|
25266
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],223:[function(require,module,exports){
|
|
25763
25267
|
"use strict";
|
|
25764
25268
|
var __extends = (this && this.__extends) || (function () {
|
|
25765
25269
|
var extendStatics = function (d, b) {
|
|
@@ -25803,7 +25307,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
25803
25307
|
}(chevre_1.ChevreError));
|
|
25804
25308
|
exports.UnauthorizedError = UnauthorizedError;
|
|
25805
25309
|
|
|
25806
|
-
},{"../errorCode":
|
|
25310
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],224:[function(require,module,exports){
|
|
25807
25311
|
"use strict";
|
|
25808
25312
|
var __extends = (this && this.__extends) || (function () {
|
|
25809
25313
|
var extendStatics = function (d, b) {
|
|
@@ -25847,7 +25351,7 @@ var UnknownError = /** @class */ (function (_super) {
|
|
|
25847
25351
|
}(chevre_1.ChevreError));
|
|
25848
25352
|
exports.UnknownError = UnknownError;
|
|
25849
25353
|
|
|
25850
|
-
},{"../errorCode":
|
|
25354
|
+
},{"../errorCode":225,"./chevre":215,"setprototypeof":369}],225:[function(require,module,exports){
|
|
25851
25355
|
"use strict";
|
|
25852
25356
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25853
25357
|
exports.ErrorCode = void 0;
|
|
@@ -25870,7 +25374,7 @@ var ErrorCode;
|
|
|
25870
25374
|
ErrorCode["Unknown"] = "Unknown";
|
|
25871
25375
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
25872
25376
|
|
|
25873
|
-
},{}],
|
|
25377
|
+
},{}],226:[function(require,module,exports){
|
|
25874
25378
|
"use strict";
|
|
25875
25379
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25876
25380
|
exports.Unknown = exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.Internal = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -25904,13 +25408,13 @@ Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function
|
|
|
25904
25408
|
var unknown_1 = require("./error/unknown");
|
|
25905
25409
|
Object.defineProperty(exports, "Unknown", { enumerable: true, get: function () { return unknown_1.UnknownError; } });
|
|
25906
25410
|
|
|
25907
|
-
},{"./error/alreadyInUse":
|
|
25411
|
+
},{"./error/alreadyInUse":212,"./error/argument":213,"./error/argumentNull":214,"./error/chevre":215,"./error/forbidden":216,"./error/gatewayTimeout":217,"./error/internal":218,"./error/notFound":219,"./error/notImplemented":220,"./error/rateLimitExceeded":221,"./error/serviceUnavailable":222,"./error/unauthorized":223,"./error/unknown":224}],227:[function(require,module,exports){
|
|
25908
25412
|
arguments[4][9][0].apply(exports,arguments)
|
|
25909
|
-
},{"dup":9}],
|
|
25413
|
+
},{"dup":9}],228:[function(require,module,exports){
|
|
25910
25414
|
arguments[4][9][0].apply(exports,arguments)
|
|
25911
|
-
},{"dup":9}],
|
|
25415
|
+
},{"dup":9}],229:[function(require,module,exports){
|
|
25912
25416
|
arguments[4][9][0].apply(exports,arguments)
|
|
25913
|
-
},{"dup":9}],
|
|
25417
|
+
},{"dup":9}],230:[function(require,module,exports){
|
|
25914
25418
|
"use strict";
|
|
25915
25419
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25916
25420
|
exports.EventStatusType = void 0;
|
|
@@ -25925,7 +25429,7 @@ var EventStatusType;
|
|
|
25925
25429
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
25926
25430
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
25927
25431
|
|
|
25928
|
-
},{}],
|
|
25432
|
+
},{}],231:[function(require,module,exports){
|
|
25929
25433
|
"use strict";
|
|
25930
25434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25931
25435
|
exports.EventType = void 0;
|
|
@@ -25939,7 +25443,7 @@ var EventType;
|
|
|
25939
25443
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
25940
25444
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
25941
25445
|
|
|
25942
|
-
},{}],
|
|
25446
|
+
},{}],232:[function(require,module,exports){
|
|
25943
25447
|
"use strict";
|
|
25944
25448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25945
25449
|
exports.RoleType = void 0;
|
|
@@ -25948,7 +25452,7 @@ var RoleType;
|
|
|
25948
25452
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
25949
25453
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
25950
25454
|
|
|
25951
|
-
},{}],
|
|
25455
|
+
},{}],233:[function(require,module,exports){
|
|
25952
25456
|
"use strict";
|
|
25953
25457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25954
25458
|
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.offerItemCondition = 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.aggregateOffer = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
@@ -26404,9 +25908,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
26404
25908
|
exports.unitCode = unitCode_1.UnitCode;
|
|
26405
25909
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
26406
25910
|
|
|
26407
|
-
},{"./account":
|
|
25911
|
+
},{"./account":150,"./accountTitle":156,"./accountType":157,"./action/accept/coaOffer":158,"./action/accept/pay":159,"./action/authorize/invoice":160,"./action/authorize/offer/eventService":161,"./action/authorize/offer/moneyTransfer":162,"./action/authorize/offer/product":163,"./action/authorize/paymentMethod/any":164,"./action/cancel/reservation":165,"./action/check/paymentMethod/movieTicket":166,"./action/check/token":167,"./action/consume/use/reservation":168,"./action/interact/confirm/moneyTransfer":169,"./action/interact/confirm/pay":170,"./action/interact/confirm/registerService":171,"./action/interact/confirm/reservation":172,"./action/interact/inform":173,"./action/interact/register/service":174,"./action/reserve":175,"./action/trade/order":176,"./action/trade/pay":177,"./action/trade/refund":178,"./action/transfer/give/pointAward":179,"./action/transfer/moneyTransfer":180,"./action/transfer/return/invoice":181,"./action/transfer/return/moneyTransfer":182,"./action/transfer/return/order":183,"./action/transfer/return/pointAward":184,"./action/transfer/return/reserveTransaction":185,"./action/transfer/send/message/email":186,"./action/transfer/send/order":187,"./action/update/delete/member":188,"./action/update/replace":189,"./actionStatusType":190,"./actionType":191,"./additionalProperty":192,"./assetTransaction/cancelReservation":193,"./assetTransaction/moneyTransfer":194,"./assetTransaction/pay":195,"./assetTransaction/refund":196,"./assetTransaction/registerService":197,"./assetTransaction/reserve":198,"./assetTransactionType":199,"./authorization":200,"./categoryCode":201,"./clientUser":202,"./cognito":203,"./creativeWork/comment":204,"./creativeWork/message/email":205,"./creativeWork/movie":206,"./creativeWork/noteDigitalDocument":207,"./creativeWork/softwareApplication/webApplication":208,"./creativeWorkType":209,"./customer":210,"./encodingFormat":211,"./errorCode":225,"./errors":226,"./event/anyEvent":227,"./event/screeningEvent":228,"./event/screeningEventSeries":229,"./eventStatusType":230,"./eventType":231,"./iam":232,"./invoice":234,"./itemAvailability":235,"./language":236,"./merchantReturnPolicy":237,"./monetaryAmount":238,"./offer":239,"./offer/aggregateOffer":240,"./offerCatalog":241,"./offerItemCondition":242,"./offerType":243,"./order":244,"./orderStatus":245,"./organization":246,"./organizationType":247,"./ownershipInfo":248,"./paymentMethod/paymentCard/creditCard":249,"./paymentMethod/paymentCard/movieTicket":250,"./paymentStatusType":251,"./permit":252,"./person":253,"./personType":254,"./place/busStop":255,"./place/movieTheater":256,"./place/screeningRoom":257,"./place/screeningRoomSection":258,"./place/seat":259,"./placeType":260,"./priceCurrency":261,"./priceSpecification/unitPriceSpecification":262,"./priceSpecificationType":263,"./product":264,"./programMembership":265,"./project":266,"./propertyValue":267,"./propertyValue/locationFeatureSpecification":268,"./qualitativeValue":269,"./quantitativeValue":270,"./recipe":271,"./report/accountingReport":272,"./reservation/busReservation":273,"./reservation/event":274,"./reservationStatusType":275,"./reservationType":276,"./seller":277,"./service/paymentService":278,"./service/webAPI":279,"./sortType":280,"./task/acceptCOAOffer":281,"./task/accountMoneyTransfer":282,"./task/aggregateOffers":283,"./task/aggregateScreeningEvent":284,"./task/aggregateUseActionsOnEvent":285,"./task/authorizePayment":286,"./task/cancelAccountMoneyTransfer":287,"./task/cancelMoneyTransfer":288,"./task/cancelPendingReservation":289,"./task/cancelReservation":290,"./task/checkMovieTicket":291,"./task/checkResource":292,"./task/confirmReserveTransaction":293,"./task/createAccountingReport":294,"./task/createEvent":295,"./task/deleteTransaction":296,"./task/importEventCapacitiesFromCOA":297,"./task/importEventsFromCOA":298,"./task/importOffersFromCOA":299,"./task/moneyTransfer":300,"./task/onAuthorizationCreated":301,"./task/onEventChanged":302,"./task/onResourceUpdated":303,"./task/pay":304,"./task/publishPaymentUrl":305,"./task/refund":306,"./task/registerService":307,"./task/reserve":308,"./task/sendEmailMessage":309,"./task/triggerWebhook":310,"./task/useReservation":311,"./task/voidPayment":312,"./taskName":313,"./taskStatus":314,"./thing":315,"./transaction/moneyTransfer":316,"./transaction/placeOrder":317,"./transaction/returnOrder":318,"./transactionStatusType":319,"./transactionType":320,"./trip/busTrip":321,"./tripType":322,"./unitCode":323,"./unitPriceOffer":324,"@waiter/factory":340}],234:[function(require,module,exports){
|
|
26408
25912
|
arguments[4][9][0].apply(exports,arguments)
|
|
26409
|
-
},{"dup":9}],
|
|
25913
|
+
},{"dup":9}],235:[function(require,module,exports){
|
|
26410
25914
|
"use strict";
|
|
26411
25915
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26412
25916
|
exports.ItemAvailability = void 0;
|
|
@@ -26426,9 +25930,9 @@ var ItemAvailability;
|
|
|
26426
25930
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
26427
25931
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
26428
25932
|
|
|
26429
|
-
},{}],
|
|
25933
|
+
},{}],236:[function(require,module,exports){
|
|
26430
25934
|
arguments[4][9][0].apply(exports,arguments)
|
|
26431
|
-
},{"dup":9}],
|
|
25935
|
+
},{"dup":9}],237:[function(require,module,exports){
|
|
26432
25936
|
"use strict";
|
|
26433
25937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26434
25938
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -26479,17 +25983,17 @@ var MerchantReturnEnumeration;
|
|
|
26479
25983
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
26480
25984
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
26481
25985
|
|
|
26482
|
-
},{}],
|
|
25986
|
+
},{}],238:[function(require,module,exports){
|
|
26483
25987
|
arguments[4][9][0].apply(exports,arguments)
|
|
26484
|
-
},{"dup":9}],
|
|
25988
|
+
},{"dup":9}],239:[function(require,module,exports){
|
|
26485
25989
|
arguments[4][9][0].apply(exports,arguments)
|
|
26486
|
-
},{"dup":9}],
|
|
25990
|
+
},{"dup":9}],240:[function(require,module,exports){
|
|
26487
25991
|
arguments[4][9][0].apply(exports,arguments)
|
|
26488
|
-
},{"dup":9}],
|
|
25992
|
+
},{"dup":9}],241:[function(require,module,exports){
|
|
26489
25993
|
arguments[4][9][0].apply(exports,arguments)
|
|
26490
|
-
},{"dup":9}],
|
|
25994
|
+
},{"dup":9}],242:[function(require,module,exports){
|
|
26491
25995
|
arguments[4][9][0].apply(exports,arguments)
|
|
26492
|
-
},{"dup":9}],
|
|
25996
|
+
},{"dup":9}],243:[function(require,module,exports){
|
|
26493
25997
|
"use strict";
|
|
26494
25998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26495
25999
|
exports.OfferType = void 0;
|
|
@@ -26502,7 +26006,7 @@ var OfferType;
|
|
|
26502
26006
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
26503
26007
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
26504
26008
|
|
|
26505
|
-
},{}],
|
|
26009
|
+
},{}],244:[function(require,module,exports){
|
|
26506
26010
|
"use strict";
|
|
26507
26011
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26508
26012
|
exports.OrderType = void 0;
|
|
@@ -26511,7 +26015,7 @@ var OrderType;
|
|
|
26511
26015
|
OrderType["Order"] = "Order";
|
|
26512
26016
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
26513
26017
|
|
|
26514
|
-
},{}],
|
|
26018
|
+
},{}],245:[function(require,module,exports){
|
|
26515
26019
|
"use strict";
|
|
26516
26020
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26517
26021
|
exports.OrderStatus = void 0;
|
|
@@ -26530,9 +26034,9 @@ var OrderStatus;
|
|
|
26530
26034
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
26531
26035
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
26532
26036
|
|
|
26533
|
-
},{}],
|
|
26037
|
+
},{}],246:[function(require,module,exports){
|
|
26534
26038
|
arguments[4][9][0].apply(exports,arguments)
|
|
26535
|
-
},{"dup":9}],
|
|
26039
|
+
},{"dup":9}],247:[function(require,module,exports){
|
|
26536
26040
|
"use strict";
|
|
26537
26041
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26538
26042
|
exports.OrganizationType = void 0;
|
|
@@ -26557,13 +26061,13 @@ var OrganizationType;
|
|
|
26557
26061
|
OrganizationType["Project"] = "Project";
|
|
26558
26062
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
26559
26063
|
|
|
26560
|
-
},{}],
|
|
26064
|
+
},{}],248:[function(require,module,exports){
|
|
26561
26065
|
arguments[4][9][0].apply(exports,arguments)
|
|
26562
|
-
},{"dup":9}],
|
|
26066
|
+
},{"dup":9}],249:[function(require,module,exports){
|
|
26563
26067
|
arguments[4][9][0].apply(exports,arguments)
|
|
26564
|
-
},{"dup":9}],
|
|
26068
|
+
},{"dup":9}],250:[function(require,module,exports){
|
|
26565
26069
|
arguments[4][9][0].apply(exports,arguments)
|
|
26566
|
-
},{"dup":9}],
|
|
26070
|
+
},{"dup":9}],251:[function(require,module,exports){
|
|
26567
26071
|
"use strict";
|
|
26568
26072
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26569
26073
|
exports.PaymentStatusType = void 0;
|
|
@@ -26579,7 +26083,7 @@ var PaymentStatusType;
|
|
|
26579
26083
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
26580
26084
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
26581
26085
|
|
|
26582
|
-
},{}],
|
|
26086
|
+
},{}],252:[function(require,module,exports){
|
|
26583
26087
|
"use strict";
|
|
26584
26088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26585
26089
|
exports.PermitType = void 0;
|
|
@@ -26588,9 +26092,9 @@ var PermitType;
|
|
|
26588
26092
|
PermitType["Permit"] = "Permit";
|
|
26589
26093
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
26590
26094
|
|
|
26591
|
-
},{}],
|
|
26095
|
+
},{}],253:[function(require,module,exports){
|
|
26592
26096
|
arguments[4][9][0].apply(exports,arguments)
|
|
26593
|
-
},{"dup":9}],
|
|
26097
|
+
},{"dup":9}],254:[function(require,module,exports){
|
|
26594
26098
|
"use strict";
|
|
26595
26099
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26596
26100
|
exports.PersonType = void 0;
|
|
@@ -26602,17 +26106,17 @@ var PersonType;
|
|
|
26602
26106
|
PersonType["Person"] = "Person";
|
|
26603
26107
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
26604
26108
|
|
|
26605
|
-
},{}],
|
|
26109
|
+
},{}],255:[function(require,module,exports){
|
|
26606
26110
|
arguments[4][9][0].apply(exports,arguments)
|
|
26607
|
-
},{"dup":9}],
|
|
26111
|
+
},{"dup":9}],256:[function(require,module,exports){
|
|
26608
26112
|
arguments[4][9][0].apply(exports,arguments)
|
|
26609
|
-
},{"dup":9}],
|
|
26113
|
+
},{"dup":9}],257:[function(require,module,exports){
|
|
26610
26114
|
arguments[4][9][0].apply(exports,arguments)
|
|
26611
|
-
},{"dup":9}],
|
|
26115
|
+
},{"dup":9}],258:[function(require,module,exports){
|
|
26612
26116
|
arguments[4][9][0].apply(exports,arguments)
|
|
26613
|
-
},{"dup":9}],
|
|
26117
|
+
},{"dup":9}],259:[function(require,module,exports){
|
|
26614
26118
|
arguments[4][9][0].apply(exports,arguments)
|
|
26615
|
-
},{"dup":9}],
|
|
26119
|
+
},{"dup":9}],260:[function(require,module,exports){
|
|
26616
26120
|
"use strict";
|
|
26617
26121
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26618
26122
|
exports.PlaceType = void 0;
|
|
@@ -26630,7 +26134,7 @@ var PlaceType;
|
|
|
26630
26134
|
PlaceType["Seat"] = "Seat";
|
|
26631
26135
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
26632
26136
|
|
|
26633
|
-
},{}],
|
|
26137
|
+
},{}],261:[function(require,module,exports){
|
|
26634
26138
|
"use strict";
|
|
26635
26139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26636
26140
|
exports.PriceCurrency = void 0;
|
|
@@ -26644,9 +26148,9 @@ var PriceCurrency;
|
|
|
26644
26148
|
PriceCurrency["JPY"] = "JPY";
|
|
26645
26149
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
26646
26150
|
|
|
26647
|
-
},{}],
|
|
26151
|
+
},{}],262:[function(require,module,exports){
|
|
26648
26152
|
arguments[4][9][0].apply(exports,arguments)
|
|
26649
|
-
},{"dup":9}],
|
|
26153
|
+
},{"dup":9}],263:[function(require,module,exports){
|
|
26650
26154
|
"use strict";
|
|
26651
26155
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26652
26156
|
exports.PriceSpecificationType = void 0;
|
|
@@ -26677,7 +26181,7 @@ var PriceSpecificationType;
|
|
|
26677
26181
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
26678
26182
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
26679
26183
|
|
|
26680
|
-
},{}],
|
|
26184
|
+
},{}],264:[function(require,module,exports){
|
|
26681
26185
|
"use strict";
|
|
26682
26186
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26683
26187
|
exports.ProductType = void 0;
|
|
@@ -26708,7 +26212,7 @@ var ProductType;
|
|
|
26708
26212
|
ProductType["Transportation"] = "Transportation";
|
|
26709
26213
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
26710
26214
|
|
|
26711
|
-
},{}],
|
|
26215
|
+
},{}],265:[function(require,module,exports){
|
|
26712
26216
|
"use strict";
|
|
26713
26217
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26714
26218
|
exports.ProgramMembershipType = void 0;
|
|
@@ -26717,9 +26221,9 @@ var ProgramMembershipType;
|
|
|
26717
26221
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
26718
26222
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
26719
26223
|
|
|
26720
|
-
},{}],
|
|
26224
|
+
},{}],266:[function(require,module,exports){
|
|
26721
26225
|
arguments[4][9][0].apply(exports,arguments)
|
|
26722
|
-
},{"dup":9}],
|
|
26226
|
+
},{"dup":9}],267:[function(require,module,exports){
|
|
26723
26227
|
"use strict";
|
|
26724
26228
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26725
26229
|
exports.PropertyValueType = void 0;
|
|
@@ -26728,11 +26232,11 @@ var PropertyValueType;
|
|
|
26728
26232
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
26729
26233
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
26730
26234
|
|
|
26731
|
-
},{}],
|
|
26235
|
+
},{}],268:[function(require,module,exports){
|
|
26732
26236
|
arguments[4][9][0].apply(exports,arguments)
|
|
26733
|
-
},{"dup":9}],
|
|
26237
|
+
},{"dup":9}],269:[function(require,module,exports){
|
|
26734
26238
|
arguments[4][9][0].apply(exports,arguments)
|
|
26735
|
-
},{"dup":9}],
|
|
26239
|
+
},{"dup":9}],270:[function(require,module,exports){
|
|
26736
26240
|
"use strict";
|
|
26737
26241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26738
26242
|
exports.StringValue = void 0;
|
|
@@ -26741,7 +26245,7 @@ var StringValue;
|
|
|
26741
26245
|
StringValue["Infinity"] = "Infinity";
|
|
26742
26246
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
26743
26247
|
|
|
26744
|
-
},{}],
|
|
26248
|
+
},{}],271:[function(require,module,exports){
|
|
26745
26249
|
"use strict";
|
|
26746
26250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26747
26251
|
exports.StepIdentifier = exports.RecipeCategory = void 0;
|
|
@@ -26775,13 +26279,13 @@ var StepIdentifier;
|
|
|
26775
26279
|
StepIdentifier["delReserve"] = "delReserve";
|
|
26776
26280
|
})(StepIdentifier = exports.StepIdentifier || (exports.StepIdentifier = {}));
|
|
26777
26281
|
|
|
26778
|
-
},{}],
|
|
26282
|
+
},{}],272:[function(require,module,exports){
|
|
26779
26283
|
arguments[4][9][0].apply(exports,arguments)
|
|
26780
|
-
},{"dup":9}],
|
|
26284
|
+
},{"dup":9}],273:[function(require,module,exports){
|
|
26781
26285
|
arguments[4][9][0].apply(exports,arguments)
|
|
26782
|
-
},{"dup":9}],
|
|
26286
|
+
},{"dup":9}],274:[function(require,module,exports){
|
|
26783
26287
|
arguments[4][9][0].apply(exports,arguments)
|
|
26784
|
-
},{"dup":9}],
|
|
26288
|
+
},{"dup":9}],275:[function(require,module,exports){
|
|
26785
26289
|
"use strict";
|
|
26786
26290
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26787
26291
|
exports.ReservationStatusType = void 0;
|
|
@@ -26808,7 +26312,7 @@ var ReservationStatusType;
|
|
|
26808
26312
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
26809
26313
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
26810
26314
|
|
|
26811
|
-
},{}],
|
|
26315
|
+
},{}],276:[function(require,module,exports){
|
|
26812
26316
|
"use strict";
|
|
26813
26317
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26814
26318
|
exports.ReservationType = void 0;
|
|
@@ -26822,9 +26326,9 @@ var ReservationType;
|
|
|
26822
26326
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
26823
26327
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
26824
26328
|
|
|
26825
|
-
},{}],
|
|
26329
|
+
},{}],277:[function(require,module,exports){
|
|
26826
26330
|
arguments[4][9][0].apply(exports,arguments)
|
|
26827
|
-
},{"dup":9}],
|
|
26331
|
+
},{"dup":9}],278:[function(require,module,exports){
|
|
26828
26332
|
"use strict";
|
|
26829
26333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26830
26334
|
exports.PaymentServiceType = void 0;
|
|
@@ -26836,7 +26340,7 @@ var PaymentServiceType;
|
|
|
26836
26340
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
26837
26341
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
26838
26342
|
|
|
26839
|
-
},{}],
|
|
26343
|
+
},{}],279:[function(require,module,exports){
|
|
26840
26344
|
"use strict";
|
|
26841
26345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26842
26346
|
exports.Identifier = void 0;
|
|
@@ -26846,7 +26350,7 @@ var Identifier;
|
|
|
26846
26350
|
Identifier["Chevre"] = "Chevre";
|
|
26847
26351
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
26848
26352
|
|
|
26849
|
-
},{}],
|
|
26353
|
+
},{}],280:[function(require,module,exports){
|
|
26850
26354
|
"use strict";
|
|
26851
26355
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26852
26356
|
exports.SortType = void 0;
|
|
@@ -26859,7 +26363,13 @@ var SortType;
|
|
|
26859
26363
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
26860
26364
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
26861
26365
|
|
|
26862
|
-
},{}],
|
|
26366
|
+
},{}],281:[function(require,module,exports){
|
|
26367
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26368
|
+
},{"dup":9}],282:[function(require,module,exports){
|
|
26369
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26370
|
+
},{"dup":9}],283:[function(require,module,exports){
|
|
26371
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26372
|
+
},{"dup":9}],284:[function(require,module,exports){
|
|
26863
26373
|
arguments[4][9][0].apply(exports,arguments)
|
|
26864
26374
|
},{"dup":9}],285:[function(require,module,exports){
|
|
26865
26375
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -26884,12 +26394,6 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
26884
26394
|
},{"dup":9}],295:[function(require,module,exports){
|
|
26885
26395
|
arguments[4][9][0].apply(exports,arguments)
|
|
26886
26396
|
},{"dup":9}],296:[function(require,module,exports){
|
|
26887
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26888
|
-
},{"dup":9}],297:[function(require,module,exports){
|
|
26889
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26890
|
-
},{"dup":9}],298:[function(require,module,exports){
|
|
26891
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26892
|
-
},{"dup":9}],299:[function(require,module,exports){
|
|
26893
26397
|
"use strict";
|
|
26894
26398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26895
26399
|
exports.SpecifyingMethod = void 0;
|
|
@@ -26902,7 +26406,13 @@ var SpecifyingMethod;
|
|
|
26902
26406
|
SpecifyingMethod["AgentId"] = "AgentId";
|
|
26903
26407
|
})(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
|
|
26904
26408
|
|
|
26905
|
-
},{}],
|
|
26409
|
+
},{}],297:[function(require,module,exports){
|
|
26410
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26411
|
+
},{"dup":9}],298:[function(require,module,exports){
|
|
26412
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26413
|
+
},{"dup":9}],299:[function(require,module,exports){
|
|
26414
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26415
|
+
},{"dup":9}],300:[function(require,module,exports){
|
|
26906
26416
|
arguments[4][9][0].apply(exports,arguments)
|
|
26907
26417
|
},{"dup":9}],301:[function(require,module,exports){
|
|
26908
26418
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -26929,12 +26439,6 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
26929
26439
|
},{"dup":9}],312:[function(require,module,exports){
|
|
26930
26440
|
arguments[4][9][0].apply(exports,arguments)
|
|
26931
26441
|
},{"dup":9}],313:[function(require,module,exports){
|
|
26932
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26933
|
-
},{"dup":9}],314:[function(require,module,exports){
|
|
26934
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26935
|
-
},{"dup":9}],315:[function(require,module,exports){
|
|
26936
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26937
|
-
},{"dup":9}],316:[function(require,module,exports){
|
|
26938
26442
|
"use strict";
|
|
26939
26443
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26940
26444
|
exports.TaskName = void 0;
|
|
@@ -27077,7 +26581,7 @@ var TaskName;
|
|
|
27077
26581
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
27078
26582
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
27079
26583
|
|
|
27080
|
-
},{}],
|
|
26584
|
+
},{}],314:[function(require,module,exports){
|
|
27081
26585
|
"use strict";
|
|
27082
26586
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27083
26587
|
exports.TaskStatus = void 0;
|
|
@@ -27104,13 +26608,13 @@ var TaskStatus;
|
|
|
27104
26608
|
TaskStatus["Aborted"] = "Aborted";
|
|
27105
26609
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
27106
26610
|
|
|
27107
|
-
},{}],
|
|
26611
|
+
},{}],315:[function(require,module,exports){
|
|
27108
26612
|
arguments[4][9][0].apply(exports,arguments)
|
|
27109
|
-
},{"dup":9}],
|
|
26613
|
+
},{"dup":9}],316:[function(require,module,exports){
|
|
27110
26614
|
arguments[4][9][0].apply(exports,arguments)
|
|
27111
|
-
},{"dup":9}],
|
|
26615
|
+
},{"dup":9}],317:[function(require,module,exports){
|
|
27112
26616
|
arguments[4][9][0].apply(exports,arguments)
|
|
27113
|
-
},{"dup":9}],
|
|
26617
|
+
},{"dup":9}],318:[function(require,module,exports){
|
|
27114
26618
|
"use strict";
|
|
27115
26619
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27116
26620
|
exports.Reason = void 0;
|
|
@@ -27129,7 +26633,7 @@ var Reason;
|
|
|
27129
26633
|
Reason["Seller"] = "Seller";
|
|
27130
26634
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
27131
26635
|
|
|
27132
|
-
},{}],
|
|
26636
|
+
},{}],319:[function(require,module,exports){
|
|
27133
26637
|
"use strict";
|
|
27134
26638
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27135
26639
|
exports.TransactionStatusType = void 0;
|
|
@@ -27144,7 +26648,7 @@ var TransactionStatusType;
|
|
|
27144
26648
|
TransactionStatusType["Expired"] = "Expired";
|
|
27145
26649
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
27146
26650
|
|
|
27147
|
-
},{}],
|
|
26651
|
+
},{}],320:[function(require,module,exports){
|
|
27148
26652
|
"use strict";
|
|
27149
26653
|
/**
|
|
27150
26654
|
* 取引タイプ
|
|
@@ -27167,9 +26671,9 @@ var TransactionType;
|
|
|
27167
26671
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
27168
26672
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
27169
26673
|
|
|
27170
|
-
},{}],
|
|
26674
|
+
},{}],321:[function(require,module,exports){
|
|
27171
26675
|
arguments[4][9][0].apply(exports,arguments)
|
|
27172
|
-
},{"dup":9}],
|
|
26676
|
+
},{"dup":9}],322:[function(require,module,exports){
|
|
27173
26677
|
"use strict";
|
|
27174
26678
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27175
26679
|
exports.TripType = void 0;
|
|
@@ -27182,7 +26686,7 @@ var TripType;
|
|
|
27182
26686
|
TripType["Trip"] = "Trip";
|
|
27183
26687
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
27184
26688
|
|
|
27185
|
-
},{}],
|
|
26689
|
+
},{}],323:[function(require,module,exports){
|
|
27186
26690
|
"use strict";
|
|
27187
26691
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27188
26692
|
exports.UnitCode = void 0;
|
|
@@ -27209,11 +26713,11 @@ var UnitCode;
|
|
|
27209
26713
|
UnitCode["Sec"] = "SEC";
|
|
27210
26714
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
27211
26715
|
|
|
27212
|
-
},{}],
|
|
26716
|
+
},{}],324:[function(require,module,exports){
|
|
27213
26717
|
arguments[4][9][0].apply(exports,arguments)
|
|
27214
|
-
},{"dup":9}],
|
|
26718
|
+
},{"dup":9}],325:[function(require,module,exports){
|
|
27215
26719
|
arguments[4][9][0].apply(exports,arguments)
|
|
27216
|
-
},{"dup":9}],
|
|
26720
|
+
},{"dup":9}],326:[function(require,module,exports){
|
|
27217
26721
|
"use strict";
|
|
27218
26722
|
var __extends = (this && this.__extends) || (function () {
|
|
27219
26723
|
var extendStatics = function (d, b) {
|
|
@@ -27254,7 +26758,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
27254
26758
|
}(waiter_1.WaiterError));
|
|
27255
26759
|
exports.ArgumentError = ArgumentError;
|
|
27256
26760
|
|
|
27257
|
-
},{"../errorCode":
|
|
26761
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],327:[function(require,module,exports){
|
|
27258
26762
|
"use strict";
|
|
27259
26763
|
var __extends = (this && this.__extends) || (function () {
|
|
27260
26764
|
var extendStatics = function (d, b) {
|
|
@@ -27295,7 +26799,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
27295
26799
|
}(waiter_1.WaiterError));
|
|
27296
26800
|
exports.ArgumentNullError = ArgumentNullError;
|
|
27297
26801
|
|
|
27298
|
-
},{"../errorCode":
|
|
26802
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],328:[function(require,module,exports){
|
|
27299
26803
|
"use strict";
|
|
27300
26804
|
var __extends = (this && this.__extends) || (function () {
|
|
27301
26805
|
var extendStatics = function (d, b) {
|
|
@@ -27335,7 +26839,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
27335
26839
|
}(waiter_1.WaiterError));
|
|
27336
26840
|
exports.ForbiddenError = ForbiddenError;
|
|
27337
26841
|
|
|
27338
|
-
},{"../errorCode":
|
|
26842
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],329:[function(require,module,exports){
|
|
27339
26843
|
"use strict";
|
|
27340
26844
|
var __extends = (this && this.__extends) || (function () {
|
|
27341
26845
|
var extendStatics = function (d, b) {
|
|
@@ -27376,7 +26880,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
27376
26880
|
}(waiter_1.WaiterError));
|
|
27377
26881
|
exports.NotFoundError = NotFoundError;
|
|
27378
26882
|
|
|
27379
|
-
},{"../errorCode":
|
|
26883
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],330:[function(require,module,exports){
|
|
27380
26884
|
"use strict";
|
|
27381
26885
|
var __extends = (this && this.__extends) || (function () {
|
|
27382
26886
|
var extendStatics = function (d, b) {
|
|
@@ -27416,7 +26920,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
27416
26920
|
}(waiter_1.WaiterError));
|
|
27417
26921
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
27418
26922
|
|
|
27419
|
-
},{"../errorCode":
|
|
26923
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],331:[function(require,module,exports){
|
|
27420
26924
|
"use strict";
|
|
27421
26925
|
var __extends = (this && this.__extends) || (function () {
|
|
27422
26926
|
var extendStatics = function (d, b) {
|
|
@@ -27456,7 +26960,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
27456
26960
|
}(waiter_1.WaiterError));
|
|
27457
26961
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
27458
26962
|
|
|
27459
|
-
},{"../errorCode":
|
|
26963
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],332:[function(require,module,exports){
|
|
27460
26964
|
"use strict";
|
|
27461
26965
|
var __extends = (this && this.__extends) || (function () {
|
|
27462
26966
|
var extendStatics = function (d, b) {
|
|
@@ -27496,7 +27000,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
27496
27000
|
}(waiter_1.WaiterError));
|
|
27497
27001
|
exports.UnauthorizedError = UnauthorizedError;
|
|
27498
27002
|
|
|
27499
|
-
},{"../errorCode":
|
|
27003
|
+
},{"../errorCode":334,"./waiter":333,"setprototypeof":369}],333:[function(require,module,exports){
|
|
27500
27004
|
"use strict";
|
|
27501
27005
|
var __extends = (this && this.__extends) || (function () {
|
|
27502
27006
|
var extendStatics = function (d, b) {
|
|
@@ -27529,7 +27033,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
27529
27033
|
}(Error));
|
|
27530
27034
|
exports.WaiterError = WaiterError;
|
|
27531
27035
|
|
|
27532
|
-
},{}],
|
|
27036
|
+
},{}],334:[function(require,module,exports){
|
|
27533
27037
|
"use strict";
|
|
27534
27038
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27535
27039
|
/**
|
|
@@ -27548,7 +27052,7 @@ var ErrorCode;
|
|
|
27548
27052
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
27549
27053
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
27550
27054
|
|
|
27551
|
-
},{}],
|
|
27055
|
+
},{}],335:[function(require,module,exports){
|
|
27552
27056
|
"use strict";
|
|
27553
27057
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27554
27058
|
/**
|
|
@@ -27571,15 +27075,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
|
|
|
27571
27075
|
var waiter_1 = require("./error/waiter");
|
|
27572
27076
|
exports.Waiter = waiter_1.WaiterError;
|
|
27573
27077
|
|
|
27574
|
-
},{"./error/argument":
|
|
27078
|
+
},{"./error/argument":326,"./error/argumentNull":327,"./error/forbidden":328,"./error/notFound":329,"./error/rateLimitExceeded":330,"./error/serviceUnavailable":331,"./error/unauthorized":332,"./error/waiter":333}],336:[function(require,module,exports){
|
|
27575
27079
|
arguments[4][9][0].apply(exports,arguments)
|
|
27576
|
-
},{"dup":9}],
|
|
27080
|
+
},{"dup":9}],337:[function(require,module,exports){
|
|
27577
27081
|
arguments[4][9][0].apply(exports,arguments)
|
|
27578
|
-
},{"dup":9}],
|
|
27082
|
+
},{"dup":9}],338:[function(require,module,exports){
|
|
27579
27083
|
arguments[4][9][0].apply(exports,arguments)
|
|
27580
|
-
},{"dup":9}],
|
|
27084
|
+
},{"dup":9}],339:[function(require,module,exports){
|
|
27581
27085
|
arguments[4][9][0].apply(exports,arguments)
|
|
27582
|
-
},{"dup":9}],
|
|
27086
|
+
},{"dup":9}],340:[function(require,module,exports){
|
|
27583
27087
|
"use strict";
|
|
27584
27088
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27585
27089
|
/**
|
|
@@ -27600,7 +27104,7 @@ exports.rule = rule;
|
|
|
27600
27104
|
var ruleSet = require("./factory/ruleSet");
|
|
27601
27105
|
exports.ruleSet = ruleSet;
|
|
27602
27106
|
|
|
27603
|
-
},{"./factory/client":
|
|
27107
|
+
},{"./factory/client":325,"./factory/errorCode":334,"./factory/errors":335,"./factory/passport":336,"./factory/project":337,"./factory/rule":338,"./factory/ruleSet":339}],341:[function(require,module,exports){
|
|
27604
27108
|
'use strict'
|
|
27605
27109
|
|
|
27606
27110
|
exports.byteLength = byteLength
|
|
@@ -27754,9 +27258,9 @@ function fromByteArray (uint8) {
|
|
|
27754
27258
|
return parts.join('')
|
|
27755
27259
|
}
|
|
27756
27260
|
|
|
27757
|
-
},{}],
|
|
27261
|
+
},{}],342:[function(require,module,exports){
|
|
27758
27262
|
|
|
27759
|
-
},{}],
|
|
27263
|
+
},{}],343:[function(require,module,exports){
|
|
27760
27264
|
(function (Buffer){
|
|
27761
27265
|
/*!
|
|
27762
27266
|
* The buffer module from node.js, for the browser.
|
|
@@ -29537,7 +29041,7 @@ function numberIsNaN (obj) {
|
|
|
29537
29041
|
}
|
|
29538
29042
|
|
|
29539
29043
|
}).call(this,require("buffer").Buffer)
|
|
29540
|
-
},{"base64-js":
|
|
29044
|
+
},{"base64-js":341,"buffer":343,"ieee754":357}],344:[function(require,module,exports){
|
|
29541
29045
|
'use strict';
|
|
29542
29046
|
|
|
29543
29047
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -29554,7 +29058,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
29554
29058
|
return intrinsic;
|
|
29555
29059
|
};
|
|
29556
29060
|
|
|
29557
|
-
},{"./":
|
|
29061
|
+
},{"./":345,"get-intrinsic":351}],345:[function(require,module,exports){
|
|
29558
29062
|
'use strict';
|
|
29559
29063
|
|
|
29560
29064
|
var bind = require('function-bind');
|
|
@@ -29603,7 +29107,7 @@ if ($defineProperty) {
|
|
|
29603
29107
|
module.exports.apply = applyBind;
|
|
29604
29108
|
}
|
|
29605
29109
|
|
|
29606
|
-
},{"function-bind":
|
|
29110
|
+
},{"function-bind":350,"get-intrinsic":351}],346:[function(require,module,exports){
|
|
29607
29111
|
/**
|
|
29608
29112
|
* Helpers.
|
|
29609
29113
|
*/
|
|
@@ -29767,7 +29271,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
29767
29271
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
29768
29272
|
}
|
|
29769
29273
|
|
|
29770
|
-
},{}],
|
|
29274
|
+
},{}],347:[function(require,module,exports){
|
|
29771
29275
|
(function (process){
|
|
29772
29276
|
"use strict";
|
|
29773
29277
|
|
|
@@ -29951,7 +29455,7 @@ formatters.j = function (v) {
|
|
|
29951
29455
|
|
|
29952
29456
|
|
|
29953
29457
|
}).call(this,require('_process'))
|
|
29954
|
-
},{"./common":
|
|
29458
|
+
},{"./common":348,"_process":360}],348:[function(require,module,exports){
|
|
29955
29459
|
"use strict";
|
|
29956
29460
|
|
|
29957
29461
|
/**
|
|
@@ -30202,7 +29706,7 @@ function setup(env) {
|
|
|
30202
29706
|
module.exports = setup;
|
|
30203
29707
|
|
|
30204
29708
|
|
|
30205
|
-
},{"ms":
|
|
29709
|
+
},{"ms":346}],349:[function(require,module,exports){
|
|
30206
29710
|
'use strict';
|
|
30207
29711
|
|
|
30208
29712
|
/* eslint no-invalid-this: 1 */
|
|
@@ -30256,14 +29760,14 @@ module.exports = function bind(that) {
|
|
|
30256
29760
|
return bound;
|
|
30257
29761
|
};
|
|
30258
29762
|
|
|
30259
|
-
},{}],
|
|
29763
|
+
},{}],350:[function(require,module,exports){
|
|
30260
29764
|
'use strict';
|
|
30261
29765
|
|
|
30262
29766
|
var implementation = require('./implementation');
|
|
30263
29767
|
|
|
30264
29768
|
module.exports = Function.prototype.bind || implementation;
|
|
30265
29769
|
|
|
30266
|
-
},{"./implementation":
|
|
29770
|
+
},{"./implementation":349}],351:[function(require,module,exports){
|
|
30267
29771
|
'use strict';
|
|
30268
29772
|
|
|
30269
29773
|
var undefined;
|
|
@@ -30595,7 +30099,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
30595
30099
|
return value;
|
|
30596
30100
|
};
|
|
30597
30101
|
|
|
30598
|
-
},{"function-bind":
|
|
30102
|
+
},{"function-bind":350,"has":354,"has-symbols":352}],352:[function(require,module,exports){
|
|
30599
30103
|
'use strict';
|
|
30600
30104
|
|
|
30601
30105
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -30610,7 +30114,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
30610
30114
|
return hasSymbolSham();
|
|
30611
30115
|
};
|
|
30612
30116
|
|
|
30613
|
-
},{"./shams":
|
|
30117
|
+
},{"./shams":353}],353:[function(require,module,exports){
|
|
30614
30118
|
'use strict';
|
|
30615
30119
|
|
|
30616
30120
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -30654,14 +30158,14 @@ module.exports = function hasSymbols() {
|
|
|
30654
30158
|
return true;
|
|
30655
30159
|
};
|
|
30656
30160
|
|
|
30657
|
-
},{}],
|
|
30161
|
+
},{}],354:[function(require,module,exports){
|
|
30658
30162
|
'use strict';
|
|
30659
30163
|
|
|
30660
30164
|
var bind = require('function-bind');
|
|
30661
30165
|
|
|
30662
30166
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
30663
30167
|
|
|
30664
|
-
},{"function-bind":
|
|
30168
|
+
},{"function-bind":350}],355:[function(require,module,exports){
|
|
30665
30169
|
// Generated by CoffeeScript 2.7.0
|
|
30666
30170
|
// # node-http-status
|
|
30667
30171
|
|
|
@@ -31292,13 +30796,13 @@ module.exports = {
|
|
|
31292
30796
|
}
|
|
31293
30797
|
};
|
|
31294
30798
|
|
|
31295
|
-
},{}],
|
|
30799
|
+
},{}],356:[function(require,module,exports){
|
|
31296
30800
|
(function (process,global){
|
|
31297
30801
|
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;
|
|
31298
30802
|
|
|
31299
30803
|
|
|
31300
30804
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
31301
|
-
},{"_process":
|
|
30805
|
+
},{"_process":360}],357:[function(require,module,exports){
|
|
31302
30806
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
31303
30807
|
var e, m
|
|
31304
30808
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -31384,7 +30888,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
31384
30888
|
buffer[offset + i - d] |= s * 128
|
|
31385
30889
|
}
|
|
31386
30890
|
|
|
31387
|
-
},{}],
|
|
30891
|
+
},{}],358:[function(require,module,exports){
|
|
31388
30892
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
31389
30893
|
// on the global object (window or self)
|
|
31390
30894
|
//
|
|
@@ -31392,7 +30896,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
31392
30896
|
require('whatwg-fetch');
|
|
31393
30897
|
module.exports = self.fetch.bind(self);
|
|
31394
30898
|
|
|
31395
|
-
},{"whatwg-fetch":
|
|
30899
|
+
},{"whatwg-fetch":371}],359:[function(require,module,exports){
|
|
31396
30900
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
31397
30901
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
31398
30902
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -31910,7 +31414,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
31910
31414
|
return xs;
|
|
31911
31415
|
}
|
|
31912
31416
|
|
|
31913
|
-
},{"./util.inspect":
|
|
31417
|
+
},{"./util.inspect":342}],360:[function(require,module,exports){
|
|
31914
31418
|
// shim for using process in browser
|
|
31915
31419
|
var process = module.exports = {};
|
|
31916
31420
|
|
|
@@ -32096,7 +31600,7 @@ process.chdir = function (dir) {
|
|
|
32096
31600
|
};
|
|
32097
31601
|
process.umask = function() { return 0; };
|
|
32098
31602
|
|
|
32099
|
-
},{}],
|
|
31603
|
+
},{}],361:[function(require,module,exports){
|
|
32100
31604
|
'use strict';
|
|
32101
31605
|
|
|
32102
31606
|
var replace = String.prototype.replace;
|
|
@@ -32121,7 +31625,7 @@ module.exports = {
|
|
|
32121
31625
|
RFC3986: Format.RFC3986
|
|
32122
31626
|
};
|
|
32123
31627
|
|
|
32124
|
-
},{}],
|
|
31628
|
+
},{}],362:[function(require,module,exports){
|
|
32125
31629
|
'use strict';
|
|
32126
31630
|
|
|
32127
31631
|
var stringify = require('./stringify');
|
|
@@ -32134,7 +31638,7 @@ module.exports = {
|
|
|
32134
31638
|
stringify: stringify
|
|
32135
31639
|
};
|
|
32136
31640
|
|
|
32137
|
-
},{"./formats":
|
|
31641
|
+
},{"./formats":361,"./parse":363,"./stringify":364}],363:[function(require,module,exports){
|
|
32138
31642
|
'use strict';
|
|
32139
31643
|
|
|
32140
31644
|
var utils = require('./utils');
|
|
@@ -32399,7 +31903,7 @@ module.exports = function (str, opts) {
|
|
|
32399
31903
|
return utils.compact(obj);
|
|
32400
31904
|
};
|
|
32401
31905
|
|
|
32402
|
-
},{"./utils":
|
|
31906
|
+
},{"./utils":365}],364:[function(require,module,exports){
|
|
32403
31907
|
'use strict';
|
|
32404
31908
|
|
|
32405
31909
|
var getSideChannel = require('side-channel');
|
|
@@ -32727,7 +32231,7 @@ module.exports = function (object, opts) {
|
|
|
32727
32231
|
return joined.length > 0 ? prefix + joined : '';
|
|
32728
32232
|
};
|
|
32729
32233
|
|
|
32730
|
-
},{"./formats":
|
|
32234
|
+
},{"./formats":361,"./utils":365,"side-channel":370}],365:[function(require,module,exports){
|
|
32731
32235
|
'use strict';
|
|
32732
32236
|
|
|
32733
32237
|
var formats = require('./formats');
|
|
@@ -32981,7 +32485,7 @@ module.exports = {
|
|
|
32981
32485
|
merge: merge
|
|
32982
32486
|
};
|
|
32983
32487
|
|
|
32984
|
-
},{"./formats":
|
|
32488
|
+
},{"./formats":361}],366:[function(require,module,exports){
|
|
32985
32489
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
32986
32490
|
//
|
|
32987
32491
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -33067,7 +32571,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
33067
32571
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
33068
32572
|
};
|
|
33069
32573
|
|
|
33070
|
-
},{}],
|
|
32574
|
+
},{}],367:[function(require,module,exports){
|
|
33071
32575
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
33072
32576
|
//
|
|
33073
32577
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -33154,13 +32658,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
33154
32658
|
return res;
|
|
33155
32659
|
};
|
|
33156
32660
|
|
|
33157
|
-
},{}],
|
|
32661
|
+
},{}],368:[function(require,module,exports){
|
|
33158
32662
|
'use strict';
|
|
33159
32663
|
|
|
33160
32664
|
exports.decode = exports.parse = require('./decode');
|
|
33161
32665
|
exports.encode = exports.stringify = require('./encode');
|
|
33162
32666
|
|
|
33163
|
-
},{"./decode":
|
|
32667
|
+
},{"./decode":366,"./encode":367}],369:[function(require,module,exports){
|
|
33164
32668
|
'use strict'
|
|
33165
32669
|
/* eslint no-proto: 0 */
|
|
33166
32670
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -33179,7 +32683,7 @@ function mixinProperties (obj, proto) {
|
|
|
33179
32683
|
return obj
|
|
33180
32684
|
}
|
|
33181
32685
|
|
|
33182
|
-
},{}],
|
|
32686
|
+
},{}],370:[function(require,module,exports){
|
|
33183
32687
|
'use strict';
|
|
33184
32688
|
|
|
33185
32689
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -33305,7 +32809,7 @@ module.exports = function getSideChannel() {
|
|
|
33305
32809
|
return channel;
|
|
33306
32810
|
};
|
|
33307
32811
|
|
|
33308
|
-
},{"call-bind/callBound":
|
|
32812
|
+
},{"call-bind/callBound":344,"get-intrinsic":351,"object-inspect":359}],371:[function(require,module,exports){
|
|
33309
32813
|
(function (global){
|
|
33310
32814
|
(function (global, factory) {
|
|
33311
32815
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|