@cinerino/sdk 7.0.0-alpha.0 → 7.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/playground/public/lib/bundle.js +938 -379
- package/example/src/chevre/transaction/processPlaceOrderCOA.ts +397 -0
- package/lib/abstract/chevrePay/payment/factory.d.ts +20 -6
- package/lib/abstract/chevrePay/payment.d.ts +107 -4
- package/lib/abstract/chevrePay/payment.js +137 -3
- package/lib/abstract/chevrePay.d.ts +3 -3
- package/lib/abstract/chevrePay.js +6 -1
- package/lib/abstract/chevreTxc/offer.d.ts +104 -0
- package/lib/abstract/chevreTxc/offer.js +190 -0
- package/lib/abstract/chevreTxc.d.ts +20 -0
- package/lib/abstract/chevreTxc.js +83 -0
- package/lib/abstract/cloud/pay/payment.d.ts +30 -3
- package/lib/abstract/cloud/pay/payment.js +102 -36
- package/lib/abstract/cloud/pay.js +7 -0
- package/lib/abstract/index.d.ts +3 -1
- package/lib/abstract/index.js +24 -1
- package/lib/auth/oAuth2client.js +1 -0
- package/lib/bundle.js +946 -387
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -1
- package/package.json +2 -2
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":151}],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":133}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":132,"../service":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":132,"../service":137,"http-status":354}],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":132,"../../service":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],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":132,"../service":137,"http-status":354}],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":137,"http-status":354}],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":137,"http-status":354}],25:[function(require,module,exports){
|
|
4577
4577
|
"use strict";
|
|
4578
4578
|
var __extends = (this && this.__extends) || (function () {
|
|
4579
4579
|
var extendStatics = function (d, b) {
|
|
@@ -4686,7 +4686,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
4686
4686
|
}(service_1.Service));
|
|
4687
4687
|
exports.ActionService = ActionService;
|
|
4688
4688
|
|
|
4689
|
-
},{"../service":
|
|
4689
|
+
},{"../service":137,"http-status":354}],26:[function(require,module,exports){
|
|
4690
4690
|
"use strict";
|
|
4691
4691
|
var __extends = (this && this.__extends) || (function () {
|
|
4692
4692
|
var extendStatics = function (d, b) {
|
|
@@ -4850,7 +4850,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
4850
4850
|
}(service_1.Service));
|
|
4851
4851
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
4852
4852
|
|
|
4853
|
-
},{"../service":
|
|
4853
|
+
},{"../service":137,"http-status":354}],27:[function(require,module,exports){
|
|
4854
4854
|
"use strict";
|
|
4855
4855
|
var __extends = (this && this.__extends) || (function () {
|
|
4856
4856
|
var extendStatics = function (d, b) {
|
|
@@ -4966,7 +4966,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
|
|
|
4966
4966
|
}(service_1.Service));
|
|
4967
4967
|
exports.AggregateOfferService = AggregateOfferService;
|
|
4968
4968
|
|
|
4969
|
-
},{"../service":
|
|
4969
|
+
},{"../service":137,"http-status":354}],28:[function(require,module,exports){
|
|
4970
4970
|
"use strict";
|
|
4971
4971
|
var __extends = (this && this.__extends) || (function () {
|
|
4972
4972
|
var extendStatics = function (d, b) {
|
|
@@ -5051,7 +5051,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
|
|
|
5051
5051
|
}(service_1.Service));
|
|
5052
5052
|
exports.AggregateReservationService = AggregateReservationService;
|
|
5053
5053
|
|
|
5054
|
-
},{"../service":
|
|
5054
|
+
},{"../service":137,"http-status":354}],29:[function(require,module,exports){
|
|
5055
5055
|
"use strict";
|
|
5056
5056
|
var __extends = (this && this.__extends) || (function () {
|
|
5057
5057
|
var extendStatics = function (d, b) {
|
|
@@ -5156,7 +5156,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
5156
5156
|
}(service_1.Service));
|
|
5157
5157
|
exports.AggregationService = AggregationService;
|
|
5158
5158
|
|
|
5159
|
-
},{"../service":
|
|
5159
|
+
},{"../service":137,"http-status":354}],30:[function(require,module,exports){
|
|
5160
5160
|
"use strict";
|
|
5161
5161
|
var __extends = (this && this.__extends) || (function () {
|
|
5162
5162
|
var extendStatics = function (d, b) {
|
|
@@ -5253,7 +5253,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
5253
5253
|
}(service_1.Service));
|
|
5254
5254
|
exports.AssetTransactionService = AssetTransactionService;
|
|
5255
5255
|
|
|
5256
|
-
},{"../service":
|
|
5256
|
+
},{"../service":137,"http-status":354}],31:[function(require,module,exports){
|
|
5257
5257
|
"use strict";
|
|
5258
5258
|
var __extends = (this && this.__extends) || (function () {
|
|
5259
5259
|
var extendStatics = function (d, b) {
|
|
@@ -5415,7 +5415,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
5415
5415
|
}(service_1.Service));
|
|
5416
5416
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
5417
5417
|
|
|
5418
|
-
},{"../../service":
|
|
5418
|
+
},{"../../service":137,"http-status":354}],32:[function(require,module,exports){
|
|
5419
5419
|
"use strict";
|
|
5420
5420
|
var __extends = (this && this.__extends) || (function () {
|
|
5421
5421
|
var extendStatics = function (d, b) {
|
|
@@ -5551,7 +5551,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5551
5551
|
}(service_1.Service));
|
|
5552
5552
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
5553
5553
|
|
|
5554
|
-
},{"../../factory":
|
|
5554
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],33:[function(require,module,exports){
|
|
5555
5555
|
"use strict";
|
|
5556
5556
|
var __extends = (this && this.__extends) || (function () {
|
|
5557
5557
|
var extendStatics = function (d, b) {
|
|
@@ -5776,7 +5776,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5776
5776
|
}(service_1.Service));
|
|
5777
5777
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
5778
5778
|
|
|
5779
|
-
},{"../../factory":
|
|
5779
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],34:[function(require,module,exports){
|
|
5780
5780
|
"use strict";
|
|
5781
5781
|
var __extends = (this && this.__extends) || (function () {
|
|
5782
5782
|
var extendStatics = function (d, b) {
|
|
@@ -5923,7 +5923,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
5923
5923
|
}(service_1.Service));
|
|
5924
5924
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
5925
5925
|
|
|
5926
|
-
},{"../../factory":
|
|
5926
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],35:[function(require,module,exports){
|
|
5927
5927
|
"use strict";
|
|
5928
5928
|
var __extends = (this && this.__extends) || (function () {
|
|
5929
5929
|
var extendStatics = function (d, b) {
|
|
@@ -6070,7 +6070,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6070
6070
|
}(service_1.Service));
|
|
6071
6071
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
6072
6072
|
|
|
6073
|
-
},{"../../factory":
|
|
6073
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],36:[function(require,module,exports){
|
|
6074
6074
|
"use strict";
|
|
6075
6075
|
var __extends = (this && this.__extends) || (function () {
|
|
6076
6076
|
var extendStatics = function (d, b) {
|
|
@@ -6234,7 +6234,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
6234
6234
|
}(service_1.Service));
|
|
6235
6235
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
6236
6236
|
|
|
6237
|
-
},{"../../service":
|
|
6237
|
+
},{"../../service":137,"http-status":354}],37:[function(require,module,exports){
|
|
6238
6238
|
"use strict";
|
|
6239
6239
|
var __extends = (this && this.__extends) || (function () {
|
|
6240
6240
|
var extendStatics = function (d, b) {
|
|
@@ -6341,7 +6341,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
6341
6341
|
}(service_1.Service));
|
|
6342
6342
|
exports.AuthorizationService = AuthorizationService;
|
|
6343
6343
|
|
|
6344
|
-
},{"../service":
|
|
6344
|
+
},{"../service":137,"http-status":354}],38:[function(require,module,exports){
|
|
6345
6345
|
"use strict";
|
|
6346
6346
|
var __extends = (this && this.__extends) || (function () {
|
|
6347
6347
|
var extendStatics = function (d, b) {
|
|
@@ -6505,7 +6505,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
6505
6505
|
}(service_1.Service));
|
|
6506
6506
|
exports.CategoryCodeService = CategoryCodeService;
|
|
6507
6507
|
|
|
6508
|
-
},{"../service":
|
|
6508
|
+
},{"../service":137,"http-status":354}],39:[function(require,module,exports){
|
|
6509
6509
|
"use strict";
|
|
6510
6510
|
var __extends = (this && this.__extends) || (function () {
|
|
6511
6511
|
var extendStatics = function (d, b) {
|
|
@@ -6621,7 +6621,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
6621
6621
|
}(service_1.Service));
|
|
6622
6622
|
exports.CommentService = CommentService;
|
|
6623
6623
|
|
|
6624
|
-
},{"../service":
|
|
6624
|
+
},{"../service":137,"http-status":354}],40:[function(require,module,exports){
|
|
6625
6625
|
"use strict";
|
|
6626
6626
|
var __extends = (this && this.__extends) || (function () {
|
|
6627
6627
|
var extendStatics = function (d, b) {
|
|
@@ -6799,7 +6799,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
6799
6799
|
}(service_1.Service));
|
|
6800
6800
|
exports.CreativeWorkService = CreativeWorkService;
|
|
6801
6801
|
|
|
6802
|
-
},{"../service":
|
|
6802
|
+
},{"../service":137,"http-status":354}],41:[function(require,module,exports){
|
|
6803
6803
|
"use strict";
|
|
6804
6804
|
var __extends = (this && this.__extends) || (function () {
|
|
6805
6805
|
var extendStatics = function (d, b) {
|
|
@@ -6977,7 +6977,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
6977
6977
|
}(service_1.Service));
|
|
6978
6978
|
exports.CustomerService = CustomerService;
|
|
6979
6979
|
|
|
6980
|
-
},{"../service":
|
|
6980
|
+
},{"../service":137,"http-status":354}],42:[function(require,module,exports){
|
|
6981
6981
|
"use strict";
|
|
6982
6982
|
var __extends = (this && this.__extends) || (function () {
|
|
6983
6983
|
var extendStatics = function (d, b) {
|
|
@@ -7065,7 +7065,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
|
|
|
7065
7065
|
}(service_1.Service));
|
|
7066
7066
|
exports.CustomerTypeService = CustomerTypeService;
|
|
7067
7067
|
|
|
7068
|
-
},{"../service":
|
|
7068
|
+
},{"../service":137,"http-status":354}],43:[function(require,module,exports){
|
|
7069
7069
|
"use strict";
|
|
7070
7070
|
var __extends = (this && this.__extends) || (function () {
|
|
7071
7071
|
var extendStatics = function (d, b) {
|
|
@@ -7239,7 +7239,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
7239
7239
|
}(service_1.Service));
|
|
7240
7240
|
exports.EmailMessageService = EmailMessageService;
|
|
7241
7241
|
|
|
7242
|
-
},{"../service":
|
|
7242
|
+
},{"../service":137,"http-status":354}],44:[function(require,module,exports){
|
|
7243
7243
|
"use strict";
|
|
7244
7244
|
var __extends = (this && this.__extends) || (function () {
|
|
7245
7245
|
var extendStatics = function (d, b) {
|
|
@@ -7532,7 +7532,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
7532
7532
|
}(service_1.Service));
|
|
7533
7533
|
exports.EventService = EventService;
|
|
7534
7534
|
|
|
7535
|
-
},{"../factory":
|
|
7535
|
+
},{"../factory":132,"../service":137,"http-status":354}],45:[function(require,module,exports){
|
|
7536
7536
|
"use strict";
|
|
7537
7537
|
var __extends = (this && this.__extends) || (function () {
|
|
7538
7538
|
var extendStatics = function (d, b) {
|
|
@@ -7869,7 +7869,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
7869
7869
|
}(service_1.Service));
|
|
7870
7870
|
exports.IAMService = IAMService;
|
|
7871
7871
|
|
|
7872
|
-
},{"../service":
|
|
7872
|
+
},{"../service":137,"http-status":354}],46:[function(require,module,exports){
|
|
7873
7873
|
"use strict";
|
|
7874
7874
|
var __extends = (this && this.__extends) || (function () {
|
|
7875
7875
|
var extendStatics = function (d, b) {
|
|
@@ -7995,7 +7995,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
7995
7995
|
}(service_1.Service));
|
|
7996
7996
|
exports.MeService = MeService;
|
|
7997
7997
|
|
|
7998
|
-
},{"../service":
|
|
7998
|
+
},{"../service":137,"http-status":354}],47:[function(require,module,exports){
|
|
7999
7999
|
"use strict";
|
|
8000
8000
|
var __extends = (this && this.__extends) || (function () {
|
|
8001
8001
|
var extendStatics = function (d, b) {
|
|
@@ -8084,7 +8084,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
8084
8084
|
}(service_1.Service));
|
|
8085
8085
|
exports.MemberService = MemberService;
|
|
8086
8086
|
|
|
8087
|
-
},{"../factory":
|
|
8087
|
+
},{"../factory":132,"../service":137,"http-status":354}],48:[function(require,module,exports){
|
|
8088
8088
|
"use strict";
|
|
8089
8089
|
var __extends = (this && this.__extends) || (function () {
|
|
8090
8090
|
var extendStatics = function (d, b) {
|
|
@@ -8242,7 +8242,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
8242
8242
|
}(service_1.Service));
|
|
8243
8243
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
8244
8244
|
|
|
8245
|
-
},{"../service":
|
|
8245
|
+
},{"../service":137,"http-status":354}],49:[function(require,module,exports){
|
|
8246
8246
|
"use strict";
|
|
8247
8247
|
var __extends = (this && this.__extends) || (function () {
|
|
8248
8248
|
var extendStatics = function (d, b) {
|
|
@@ -8327,7 +8327,7 @@ var MessageService = /** @class */ (function (_super) {
|
|
|
8327
8327
|
}(service_1.Service));
|
|
8328
8328
|
exports.MessageService = MessageService;
|
|
8329
8329
|
|
|
8330
|
-
},{"../service":
|
|
8330
|
+
},{"../service":137,"http-status":354}],50:[function(require,module,exports){
|
|
8331
8331
|
"use strict";
|
|
8332
8332
|
var __extends = (this && this.__extends) || (function () {
|
|
8333
8333
|
var extendStatics = function (d, b) {
|
|
@@ -8449,7 +8449,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
8449
8449
|
}(service_1.Service));
|
|
8450
8450
|
exports.NoteService = NoteService;
|
|
8451
8451
|
|
|
8452
|
-
},{"../service":
|
|
8452
|
+
},{"../service":137,"http-status":354}],51:[function(require,module,exports){
|
|
8453
8453
|
"use strict";
|
|
8454
8454
|
var __extends = (this && this.__extends) || (function () {
|
|
8455
8455
|
var extendStatics = function (d, b) {
|
|
@@ -8594,7 +8594,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
8594
8594
|
}(service_1.Service));
|
|
8595
8595
|
exports.OfferService = OfferService;
|
|
8596
8596
|
|
|
8597
|
-
},{"../service":
|
|
8597
|
+
},{"../service":137,"http-status":354}],52:[function(require,module,exports){
|
|
8598
8598
|
"use strict";
|
|
8599
8599
|
var __extends = (this && this.__extends) || (function () {
|
|
8600
8600
|
var extendStatics = function (d, b) {
|
|
@@ -8841,7 +8841,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
8841
8841
|
}(service_1.Service));
|
|
8842
8842
|
exports.OfferCatalogService = OfferCatalogService;
|
|
8843
8843
|
|
|
8844
|
-
},{"../service":
|
|
8844
|
+
},{"../service":137,"http-status":354}],53:[function(require,module,exports){
|
|
8845
8845
|
"use strict";
|
|
8846
8846
|
var __extends = (this && this.__extends) || (function () {
|
|
8847
8847
|
var extendStatics = function (d, b) {
|
|
@@ -9042,7 +9042,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
9042
9042
|
}(service_1.Service));
|
|
9043
9043
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
9044
9044
|
|
|
9045
|
-
},{"../service":
|
|
9045
|
+
},{"../service":137,"http-status":354}],54:[function(require,module,exports){
|
|
9046
9046
|
"use strict";
|
|
9047
9047
|
var __extends = (this && this.__extends) || (function () {
|
|
9048
9048
|
var extendStatics = function (d, b) {
|
|
@@ -9200,7 +9200,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
|
|
|
9200
9200
|
}(service_1.Service));
|
|
9201
9201
|
exports.OfferItemConditionService = OfferItemConditionService;
|
|
9202
9202
|
|
|
9203
|
-
},{"../service":
|
|
9203
|
+
},{"../service":137,"http-status":354}],55:[function(require,module,exports){
|
|
9204
9204
|
"use strict";
|
|
9205
9205
|
var __extends = (this && this.__extends) || (function () {
|
|
9206
9206
|
var extendStatics = function (d, b) {
|
|
@@ -9489,7 +9489,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
9489
9489
|
}(service_1.Service));
|
|
9490
9490
|
exports.OrderService = OrderService;
|
|
9491
9491
|
|
|
9492
|
-
},{"../factory":
|
|
9492
|
+
},{"../factory":132,"../service":137,"http-status":354}],56:[function(require,module,exports){
|
|
9493
9493
|
"use strict";
|
|
9494
9494
|
var __extends = (this && this.__extends) || (function () {
|
|
9495
9495
|
var extendStatics = function (d, b) {
|
|
@@ -9586,7 +9586,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
9586
9586
|
}(service_1.Service));
|
|
9587
9587
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
9588
9588
|
|
|
9589
|
-
},{"../service":
|
|
9589
|
+
},{"../service":137,"http-status":354}],57:[function(require,module,exports){
|
|
9590
9590
|
"use strict";
|
|
9591
9591
|
var __extends = (this && this.__extends) || (function () {
|
|
9592
9592
|
var extendStatics = function (d, b) {
|
|
@@ -9764,7 +9764,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
9764
9764
|
}(service_1.Service));
|
|
9765
9765
|
exports.PaymentProductService = PaymentProductService;
|
|
9766
9766
|
|
|
9767
|
-
},{"../service":
|
|
9767
|
+
},{"../service":137,"http-status":354}],58:[function(require,module,exports){
|
|
9768
9768
|
"use strict";
|
|
9769
9769
|
var __extends = (this && this.__extends) || (function () {
|
|
9770
9770
|
var extendStatics = function (d, b) {
|
|
@@ -9852,7 +9852,7 @@ var PermissionService = /** @class */ (function (_super) {
|
|
|
9852
9852
|
}(service_1.Service));
|
|
9853
9853
|
exports.PermissionService = PermissionService;
|
|
9854
9854
|
|
|
9855
|
-
},{"../service":
|
|
9855
|
+
},{"../service":137,"http-status":354}],59:[function(require,module,exports){
|
|
9856
9856
|
"use strict";
|
|
9857
9857
|
var __extends = (this && this.__extends) || (function () {
|
|
9858
9858
|
var extendStatics = function (d, b) {
|
|
@@ -10008,7 +10008,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
10008
10008
|
}(service_1.Service));
|
|
10009
10009
|
exports.PermitService = PermitService;
|
|
10010
10010
|
|
|
10011
|
-
},{"../service":
|
|
10011
|
+
},{"../service":137,"http-status":354}],60:[function(require,module,exports){
|
|
10012
10012
|
"use strict";
|
|
10013
10013
|
var __extends = (this && this.__extends) || (function () {
|
|
10014
10014
|
var extendStatics = function (d, b) {
|
|
@@ -10244,9 +10244,9 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
10244
10244
|
}(service_1.Service));
|
|
10245
10245
|
exports.PersonService = PersonService;
|
|
10246
10246
|
|
|
10247
|
-
},{"../service":
|
|
10247
|
+
},{"../service":137,"http-status":354}],61:[function(require,module,exports){
|
|
10248
10248
|
arguments[4][12][0].apply(exports,arguments)
|
|
10249
|
-
},{"../../service":
|
|
10249
|
+
},{"../../service":137,"dup":12,"http-status":354}],62:[function(require,module,exports){
|
|
10250
10250
|
"use strict";
|
|
10251
10251
|
var __extends = (this && this.__extends) || (function () {
|
|
10252
10252
|
var extendStatics = function (d, b) {
|
|
@@ -10749,7 +10749,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
10749
10749
|
}(service_1.Service));
|
|
10750
10750
|
exports.PlaceService = PlaceService;
|
|
10751
10751
|
|
|
10752
|
-
},{"../factory":
|
|
10752
|
+
},{"../factory":132,"../service":137,"http-status":354}],63:[function(require,module,exports){
|
|
10753
10753
|
"use strict";
|
|
10754
10754
|
var __extends = (this && this.__extends) || (function () {
|
|
10755
10755
|
var extendStatics = function (d, b) {
|
|
@@ -10885,7 +10885,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
10885
10885
|
}(service_1.Service));
|
|
10886
10886
|
exports.HasPOSService = HasPOSService;
|
|
10887
10887
|
|
|
10888
|
-
},{"../../factory":
|
|
10888
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],64:[function(require,module,exports){
|
|
10889
10889
|
"use strict";
|
|
10890
10890
|
var __extends = (this && this.__extends) || (function () {
|
|
10891
10891
|
var extendStatics = function (d, b) {
|
|
@@ -11049,7 +11049,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
11049
11049
|
}(service_1.Service));
|
|
11050
11050
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
11051
11051
|
|
|
11052
|
-
},{"../service":
|
|
11052
|
+
},{"../service":137,"http-status":354}],65:[function(require,module,exports){
|
|
11053
11053
|
"use strict";
|
|
11054
11054
|
var __extends = (this && this.__extends) || (function () {
|
|
11055
11055
|
var extendStatics = function (d, b) {
|
|
@@ -11267,7 +11267,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
11267
11267
|
}(service_1.Service));
|
|
11268
11268
|
exports.ProductService = ProductService;
|
|
11269
11269
|
|
|
11270
|
-
},{"../service":
|
|
11270
|
+
},{"../service":137,"http-status":354}],66:[function(require,module,exports){
|
|
11271
11271
|
"use strict";
|
|
11272
11272
|
var __extends = (this && this.__extends) || (function () {
|
|
11273
11273
|
var extendStatics = function (d, b) {
|
|
@@ -11401,7 +11401,7 @@ var ProductModelService = /** @class */ (function (_super) {
|
|
|
11401
11401
|
}(service_1.Service));
|
|
11402
11402
|
exports.ProductModelService = ProductModelService;
|
|
11403
11403
|
|
|
11404
|
-
},{"../service":
|
|
11404
|
+
},{"../service":137,"http-status":354}],67:[function(require,module,exports){
|
|
11405
11405
|
"use strict";
|
|
11406
11406
|
var __extends = (this && this.__extends) || (function () {
|
|
11407
11407
|
var extendStatics = function (d, b) {
|
|
@@ -11572,7 +11572,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
11572
11572
|
}(service_1.Service));
|
|
11573
11573
|
exports.ProjectService = ProjectService;
|
|
11574
11574
|
|
|
11575
|
-
},{"../service":
|
|
11575
|
+
},{"../service":137,"http-status":354}],68:[function(require,module,exports){
|
|
11576
11576
|
"use strict";
|
|
11577
11577
|
var __extends = (this && this.__extends) || (function () {
|
|
11578
11578
|
var extendStatics = function (d, b) {
|
|
@@ -11707,7 +11707,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
|
|
|
11707
11707
|
}(service_1.Service));
|
|
11708
11708
|
exports.ProjectMakesOfferService = ProjectMakesOfferService;
|
|
11709
11709
|
|
|
11710
|
-
},{"../service":
|
|
11710
|
+
},{"../service":137,"http-status":354}],69:[function(require,module,exports){
|
|
11711
11711
|
"use strict";
|
|
11712
11712
|
var __extends = (this && this.__extends) || (function () {
|
|
11713
11713
|
var extendStatics = function (d, b) {
|
|
@@ -11886,7 +11886,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
11886
11886
|
}(service_1.Service));
|
|
11887
11887
|
exports.ReservationService = ReservationService;
|
|
11888
11888
|
|
|
11889
|
-
},{"../service":
|
|
11889
|
+
},{"../service":137,"http-status":354}],70:[function(require,module,exports){
|
|
11890
11890
|
"use strict";
|
|
11891
11891
|
var __extends = (this && this.__extends) || (function () {
|
|
11892
11892
|
var extendStatics = function (d, b) {
|
|
@@ -12404,7 +12404,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
12404
12404
|
}(service_1.Service));
|
|
12405
12405
|
exports.SellerService = SellerService;
|
|
12406
12406
|
|
|
12407
|
-
},{"../service":
|
|
12407
|
+
},{"../service":137,"http-status":354}],71:[function(require,module,exports){
|
|
12408
12408
|
"use strict";
|
|
12409
12409
|
var __extends = (this && this.__extends) || (function () {
|
|
12410
12410
|
var extendStatics = function (d, b) {
|
|
@@ -12538,7 +12538,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
12538
12538
|
}(service_1.Service));
|
|
12539
12539
|
exports.TaskService = TaskService;
|
|
12540
12540
|
|
|
12541
|
-
},{"../service":
|
|
12541
|
+
},{"../service":137,"http-status":354}],72:[function(require,module,exports){
|
|
12542
12542
|
"use strict";
|
|
12543
12543
|
var __extends = (this && this.__extends) || (function () {
|
|
12544
12544
|
var extendStatics = function (d, b) {
|
|
@@ -12623,9 +12623,9 @@ var TicketService = /** @class */ (function (_super) {
|
|
|
12623
12623
|
}(service_1.Service));
|
|
12624
12624
|
exports.TicketService = TicketService;
|
|
12625
12625
|
|
|
12626
|
-
},{"../service":
|
|
12626
|
+
},{"../service":137,"http-status":354}],73:[function(require,module,exports){
|
|
12627
12627
|
arguments[4][18][0].apply(exports,arguments)
|
|
12628
|
-
},{"../service":
|
|
12628
|
+
},{"../service":137,"dup":18,"http-status":354}],74:[function(require,module,exports){
|
|
12629
12629
|
"use strict";
|
|
12630
12630
|
var __extends = (this && this.__extends) || (function () {
|
|
12631
12631
|
var extendStatics = function (d, b) {
|
|
@@ -12757,7 +12757,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
12757
12757
|
}(service_1.Service));
|
|
12758
12758
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
12759
12759
|
|
|
12760
|
-
},{"../../factory":
|
|
12760
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],75:[function(require,module,exports){
|
|
12761
12761
|
"use strict";
|
|
12762
12762
|
var __extends = (this && this.__extends) || (function () {
|
|
12763
12763
|
var extendStatics = function (d, b) {
|
|
@@ -12889,7 +12889,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12889
12889
|
}(service_1.Service));
|
|
12890
12890
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12891
12891
|
|
|
12892
|
-
},{"../../factory":
|
|
12892
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],76:[function(require,module,exports){
|
|
12893
12893
|
"use strict";
|
|
12894
12894
|
var __extends = (this && this.__extends) || (function () {
|
|
12895
12895
|
var extendStatics = function (d, b) {
|
|
@@ -12989,7 +12989,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12989
12989
|
}(service_1.Service));
|
|
12990
12990
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12991
12991
|
|
|
12992
|
-
},{"../../factory":
|
|
12992
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],77:[function(require,module,exports){
|
|
12993
12993
|
"use strict";
|
|
12994
12994
|
var __extends = (this && this.__extends) || (function () {
|
|
12995
12995
|
var extendStatics = function (d, b) {
|
|
@@ -13077,7 +13077,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
13077
13077
|
}(service_1.Service));
|
|
13078
13078
|
exports.TransactionNumberService = TransactionNumberService;
|
|
13079
13079
|
|
|
13080
|
-
},{"../service":
|
|
13080
|
+
},{"../service":137,"http-status":354}],78:[function(require,module,exports){
|
|
13081
13081
|
"use strict";
|
|
13082
13082
|
var __extends = (this && this.__extends) || (function () {
|
|
13083
13083
|
var extendStatics = function (d, b) {
|
|
@@ -13250,7 +13250,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
13250
13250
|
}(service_1.Service));
|
|
13251
13251
|
exports.TripService = TripService;
|
|
13252
13252
|
|
|
13253
|
-
},{"../service":
|
|
13253
|
+
},{"../service":137,"http-status":354}],79:[function(require,module,exports){
|
|
13254
13254
|
"use strict";
|
|
13255
13255
|
var __extends = (this && this.__extends) || (function () {
|
|
13256
13256
|
var extendStatics = function (d, b) {
|
|
@@ -13383,7 +13383,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
13383
13383
|
}(service_1.Service));
|
|
13384
13384
|
exports.UserPoolService = UserPoolService;
|
|
13385
13385
|
|
|
13386
|
-
},{"../service":
|
|
13386
|
+
},{"../service":137,"http-status":354}],80:[function(require,module,exports){
|
|
13387
13387
|
"use strict";
|
|
13388
13388
|
var __assign = (this && this.__assign) || function () {
|
|
13389
13389
|
__assign = Object.assign || function(t) {
|
|
@@ -13565,7 +13565,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
13565
13565
|
}(service_1.Service));
|
|
13566
13566
|
exports.TokenService = TokenService;
|
|
13567
13567
|
|
|
13568
|
-
},{"../service":
|
|
13568
|
+
},{"../service":137,"http-status":354}],82:[function(require,module,exports){
|
|
13569
13569
|
"use strict";
|
|
13570
13570
|
var __assign = (this && this.__assign) || function () {
|
|
13571
13571
|
__assign = Object.assign || function(t) {
|
|
@@ -13614,6 +13614,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
13614
13614
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
13615
13615
|
}
|
|
13616
13616
|
};
|
|
13617
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
13618
|
+
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
13619
|
+
to[j] = from[i];
|
|
13620
|
+
return to;
|
|
13621
|
+
};
|
|
13617
13622
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13618
13623
|
exports.ChevrePay = exports.service = void 0;
|
|
13619
13624
|
var service;
|
|
@@ -13641,7 +13646,7 @@ var ChevrePay = /** @class */ (function () {
|
|
|
13641
13646
|
case 1:
|
|
13642
13647
|
_a.svc = (_b.sent()).PaymentService;
|
|
13643
13648
|
_b.label = 2;
|
|
13644
|
-
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
13649
|
+
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
13645
13650
|
}
|
|
13646
13651
|
});
|
|
13647
13652
|
});
|
|
@@ -13739,7 +13744,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13739
13744
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
13740
13745
|
}
|
|
13741
13746
|
/**
|
|
13742
|
-
*
|
|
13747
|
+
* 決済カード認証
|
|
13743
13748
|
*/
|
|
13744
13749
|
PaymentService.prototype.checkMovieTicket = function (params) {
|
|
13745
13750
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -13760,6 +13765,29 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13760
13765
|
});
|
|
13761
13766
|
});
|
|
13762
13767
|
};
|
|
13768
|
+
/**
|
|
13769
|
+
* 決済カード認証(非同期)
|
|
13770
|
+
*/
|
|
13771
|
+
PaymentService.prototype.checkMovieTicketAsync = function (params) {
|
|
13772
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13773
|
+
var _this = this;
|
|
13774
|
+
return __generator(this, function (_a) {
|
|
13775
|
+
return [2 /*return*/, this.fetch({
|
|
13776
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check",
|
|
13777
|
+
method: 'POST',
|
|
13778
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
13779
|
+
body: params,
|
|
13780
|
+
qs: {
|
|
13781
|
+
async: true,
|
|
13782
|
+
purpose: { id: params.purpose.id } // 追加(2024-04-01~)
|
|
13783
|
+
}
|
|
13784
|
+
})
|
|
13785
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
13786
|
+
return [2 /*return*/, response.json()];
|
|
13787
|
+
}); }); })];
|
|
13788
|
+
});
|
|
13789
|
+
});
|
|
13790
|
+
};
|
|
13763
13791
|
/**
|
|
13764
13792
|
* 対面決済承認
|
|
13765
13793
|
*/
|
|
@@ -13804,7 +13832,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13804
13832
|
});
|
|
13805
13833
|
};
|
|
13806
13834
|
/**
|
|
13807
|
-
*
|
|
13835
|
+
* 決済カード決済承認
|
|
13808
13836
|
*/
|
|
13809
13837
|
PaymentService.prototype.authorizeMovieTicket = function (params, options) {
|
|
13810
13838
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -13848,6 +13876,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13848
13876
|
};
|
|
13849
13877
|
/**
|
|
13850
13878
|
* 決済ロケーション発行
|
|
13879
|
+
* @deprecated Use publishCreditCardPaymentUrlAsync
|
|
13851
13880
|
*/
|
|
13852
13881
|
PaymentService.prototype.publishCreditCardPaymentUrl = function (params) {
|
|
13853
13882
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -13868,6 +13897,29 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13868
13897
|
});
|
|
13869
13898
|
});
|
|
13870
13899
|
};
|
|
13900
|
+
/**
|
|
13901
|
+
* 決済ロケーション発行(非同期)
|
|
13902
|
+
*/
|
|
13903
|
+
PaymentService.prototype.publishCreditCardPaymentUrlAsync = function (params) {
|
|
13904
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13905
|
+
var _this = this;
|
|
13906
|
+
return __generator(this, function (_a) {
|
|
13907
|
+
return [2 /*return*/, this.fetch({
|
|
13908
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.CreditCard + "/publishPaymentUrl",
|
|
13909
|
+
method: 'POST',
|
|
13910
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
13911
|
+
body: params,
|
|
13912
|
+
qs: {
|
|
13913
|
+
async: true,
|
|
13914
|
+
purpose: { id: params.purpose.id } // 追加(2024-04-01~)
|
|
13915
|
+
}
|
|
13916
|
+
})
|
|
13917
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
13918
|
+
return [2 /*return*/, response.json()];
|
|
13919
|
+
}); }); })];
|
|
13920
|
+
});
|
|
13921
|
+
});
|
|
13922
|
+
};
|
|
13871
13923
|
/**
|
|
13872
13924
|
* 対面決済承認取消
|
|
13873
13925
|
*/
|
|
@@ -13921,19 +13973,385 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13921
13973
|
});
|
|
13922
13974
|
};
|
|
13923
13975
|
/**
|
|
13924
|
-
*
|
|
13976
|
+
* 決済承認アクション検索
|
|
13977
|
+
*/
|
|
13978
|
+
PaymentService.prototype.findAuthorizeAction = function (params) {
|
|
13979
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
13980
|
+
var sameAs, object, purpose;
|
|
13981
|
+
var _this = this;
|
|
13982
|
+
return __generator(this, function (_a) {
|
|
13983
|
+
sameAs = params.sameAs, object = params.object, purpose = params.purpose;
|
|
13984
|
+
return [2 /*return*/, this.fetch({
|
|
13985
|
+
uri: "/payment/" + object.typeOf + "/authorize/" + sameAs.id,
|
|
13986
|
+
method: 'GET',
|
|
13987
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
13988
|
+
qs: { purpose: { id: purpose.id } }
|
|
13989
|
+
})
|
|
13990
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
13991
|
+
return [2 /*return*/, response.json()];
|
|
13992
|
+
}); }); })];
|
|
13993
|
+
});
|
|
13994
|
+
});
|
|
13995
|
+
};
|
|
13996
|
+
/**
|
|
13997
|
+
* 決済カード認証アクション検索
|
|
13998
|
+
*/
|
|
13999
|
+
PaymentService.prototype.findCheckMovieTicketAction = function (params) {
|
|
14000
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14001
|
+
var sameAs, purpose, minimize;
|
|
14002
|
+
var _this = this;
|
|
14003
|
+
return __generator(this, function (_a) {
|
|
14004
|
+
sameAs = params.sameAs, purpose = params.purpose, minimize = params.minimize;
|
|
14005
|
+
return [2 /*return*/, this.fetch({
|
|
14006
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + sameAs.id,
|
|
14007
|
+
method: 'GET',
|
|
14008
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
14009
|
+
qs: {
|
|
14010
|
+
purpose: { id: purpose.id },
|
|
14011
|
+
minimize: minimize === true
|
|
14012
|
+
}
|
|
14013
|
+
})
|
|
14014
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14015
|
+
return [2 /*return*/, response.json()];
|
|
14016
|
+
}); }); })];
|
|
14017
|
+
});
|
|
14018
|
+
});
|
|
14019
|
+
};
|
|
14020
|
+
/**
|
|
14021
|
+
* 決済カード認証アクションから有効券を検索する
|
|
14022
|
+
*/
|
|
14023
|
+
PaymentService.prototype.searchYkknInfoByCheckMovieTicketAction = function (params) {
|
|
14024
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14025
|
+
var id, purpose, limit, page;
|
|
14026
|
+
var _this = this;
|
|
14027
|
+
return __generator(this, function (_a) {
|
|
14028
|
+
id = params.id, purpose = params.purpose, limit = params.limit, page = params.page;
|
|
14029
|
+
return [2 /*return*/, this.fetch({
|
|
14030
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + id + "/result/ykknInfo",
|
|
14031
|
+
method: 'GET',
|
|
14032
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
14033
|
+
qs: { purpose: purpose, limit: limit, page: page }
|
|
14034
|
+
})
|
|
14035
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14036
|
+
return [2 /*return*/, response.json()];
|
|
14037
|
+
}); }); })];
|
|
14038
|
+
});
|
|
14039
|
+
});
|
|
14040
|
+
};
|
|
14041
|
+
/**
|
|
14042
|
+
* 決済カード認証アクションから無効券を検索する
|
|
14043
|
+
*/
|
|
14044
|
+
PaymentService.prototype.searchMkknInfoByCheckMovieTicketAction = function (params) {
|
|
14045
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14046
|
+
var id, purpose, limit, page;
|
|
14047
|
+
var _this = this;
|
|
14048
|
+
return __generator(this, function (_a) {
|
|
14049
|
+
id = params.id, purpose = params.purpose, limit = params.limit, page = params.page;
|
|
14050
|
+
return [2 /*return*/, this.fetch({
|
|
14051
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + id + "/result/mkknInfo",
|
|
14052
|
+
method: 'GET',
|
|
14053
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
14054
|
+
qs: { purpose: purpose, limit: limit, page: page }
|
|
14055
|
+
})
|
|
14056
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14057
|
+
return [2 /*return*/, response.json()];
|
|
14058
|
+
}); }); })];
|
|
14059
|
+
});
|
|
14060
|
+
});
|
|
14061
|
+
};
|
|
14062
|
+
/**
|
|
14063
|
+
* 決済採用アクション検索
|
|
14064
|
+
*/
|
|
14065
|
+
PaymentService.prototype.findAcceptPayAction = function (params) {
|
|
14066
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14067
|
+
var sameAs, purpose;
|
|
14068
|
+
var _this = this;
|
|
14069
|
+
return __generator(this, function (_a) {
|
|
14070
|
+
sameAs = params.sameAs, purpose = params.purpose;
|
|
14071
|
+
return [2 /*return*/, this.fetch({
|
|
14072
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.CreditCard + "/publishPaymentUrl/" + sameAs.id,
|
|
14073
|
+
method: 'GET',
|
|
14074
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
14075
|
+
qs: { purpose: { id: purpose.id } }
|
|
14076
|
+
})
|
|
14077
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14078
|
+
return [2 /*return*/, response.json()];
|
|
14079
|
+
}); }); })];
|
|
14080
|
+
});
|
|
14081
|
+
});
|
|
14082
|
+
};
|
|
14083
|
+
return PaymentService;
|
|
14084
|
+
}(service_1.Service));
|
|
14085
|
+
exports.PaymentService = PaymentService;
|
|
14086
|
+
|
|
14087
|
+
},{"../factory":132,"../service":137,"http-status":354}],84:[function(require,module,exports){
|
|
14088
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
14089
|
+
},{"dup":9}],85:[function(require,module,exports){
|
|
14090
|
+
"use strict";
|
|
14091
|
+
var __assign = (this && this.__assign) || function () {
|
|
14092
|
+
__assign = Object.assign || function(t) {
|
|
14093
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
14094
|
+
s = arguments[i];
|
|
14095
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
14096
|
+
t[p] = s[p];
|
|
14097
|
+
}
|
|
14098
|
+
return t;
|
|
14099
|
+
};
|
|
14100
|
+
return __assign.apply(this, arguments);
|
|
14101
|
+
};
|
|
14102
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14103
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14104
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
14105
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
14106
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
14107
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
14108
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
14109
|
+
});
|
|
14110
|
+
};
|
|
14111
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
14112
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
14113
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14114
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14115
|
+
function step(op) {
|
|
14116
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
14117
|
+
while (_) try {
|
|
14118
|
+
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;
|
|
14119
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
14120
|
+
switch (op[0]) {
|
|
14121
|
+
case 0: case 1: t = op; break;
|
|
14122
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
14123
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
14124
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
14125
|
+
default:
|
|
14126
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
14127
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
14128
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
14129
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
14130
|
+
if (t[2]) _.ops.pop();
|
|
14131
|
+
_.trys.pop(); continue;
|
|
14132
|
+
}
|
|
14133
|
+
op = body.call(thisArg, _);
|
|
14134
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
14135
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14136
|
+
}
|
|
14137
|
+
};
|
|
14138
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14139
|
+
exports.ChevreTxc = exports.service = void 0;
|
|
14140
|
+
var service;
|
|
14141
|
+
(function (service) {
|
|
14142
|
+
var Offer;
|
|
14143
|
+
(function (Offer) {
|
|
14144
|
+
})(Offer = service.Offer || (service.Offer = {}));
|
|
14145
|
+
})(service = exports.service || (exports.service = {}));
|
|
14146
|
+
/**
|
|
14147
|
+
* 取引サービス
|
|
14148
|
+
*/
|
|
14149
|
+
var ChevreTxc = /** @class */ (function () {
|
|
14150
|
+
function ChevreTxc(options) {
|
|
14151
|
+
this.options = options;
|
|
14152
|
+
}
|
|
14153
|
+
ChevreTxc.prototype.createOfferInstance = function (params) {
|
|
14154
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14155
|
+
var _a;
|
|
14156
|
+
return __generator(this, function (_b) {
|
|
14157
|
+
switch (_b.label) {
|
|
14158
|
+
case 0:
|
|
14159
|
+
if (!(service.Offer.svc === undefined)) return [3 /*break*/, 2];
|
|
14160
|
+
_a = service.Offer;
|
|
14161
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevreTxc/offer'); })];
|
|
14162
|
+
case 1:
|
|
14163
|
+
_a.svc = (_b.sent()).OfferService;
|
|
14164
|
+
_b.label = 2;
|
|
14165
|
+
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
14166
|
+
}
|
|
14167
|
+
});
|
|
14168
|
+
});
|
|
14169
|
+
};
|
|
14170
|
+
return ChevreTxc;
|
|
14171
|
+
}());
|
|
14172
|
+
exports.ChevreTxc = ChevreTxc;
|
|
14173
|
+
|
|
14174
|
+
},{"./chevreTxc/offer":86}],86:[function(require,module,exports){
|
|
14175
|
+
"use strict";
|
|
14176
|
+
var __extends = (this && this.__extends) || (function () {
|
|
14177
|
+
var extendStatics = function (d, b) {
|
|
14178
|
+
extendStatics = Object.setPrototypeOf ||
|
|
14179
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
14180
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
14181
|
+
return extendStatics(d, b);
|
|
14182
|
+
};
|
|
14183
|
+
return function (d, b) {
|
|
14184
|
+
if (typeof b !== "function" && b !== null)
|
|
14185
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
14186
|
+
extendStatics(d, b);
|
|
14187
|
+
function __() { this.constructor = d; }
|
|
14188
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14189
|
+
};
|
|
14190
|
+
})();
|
|
14191
|
+
var __assign = (this && this.__assign) || function () {
|
|
14192
|
+
__assign = Object.assign || function(t) {
|
|
14193
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
14194
|
+
s = arguments[i];
|
|
14195
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
14196
|
+
t[p] = s[p];
|
|
14197
|
+
}
|
|
14198
|
+
return t;
|
|
14199
|
+
};
|
|
14200
|
+
return __assign.apply(this, arguments);
|
|
14201
|
+
};
|
|
14202
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
14203
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
14204
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
14205
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
14206
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
14207
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
14208
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
14209
|
+
});
|
|
14210
|
+
};
|
|
14211
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
14212
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
14213
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
14214
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14215
|
+
function step(op) {
|
|
14216
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
14217
|
+
while (_) try {
|
|
14218
|
+
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;
|
|
14219
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
14220
|
+
switch (op[0]) {
|
|
14221
|
+
case 0: case 1: t = op; break;
|
|
14222
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
14223
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
14224
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
14225
|
+
default:
|
|
14226
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
14227
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
14228
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
14229
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
14230
|
+
if (t[2]) _.ops.pop();
|
|
14231
|
+
_.trys.pop(); continue;
|
|
14232
|
+
}
|
|
14233
|
+
op = body.call(thisArg, _);
|
|
14234
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
14235
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
14236
|
+
}
|
|
14237
|
+
};
|
|
14238
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14239
|
+
exports.OfferService = void 0;
|
|
14240
|
+
var http_status_1 = require("http-status");
|
|
14241
|
+
var factory = require("../factory");
|
|
14242
|
+
var service_1 = require("../service");
|
|
14243
|
+
/**
|
|
14244
|
+
* COAオファーサービス
|
|
14245
|
+
*/
|
|
14246
|
+
var OfferService = /** @class */ (function (_super) {
|
|
14247
|
+
__extends(OfferService, _super);
|
|
14248
|
+
function OfferService() {
|
|
14249
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
14250
|
+
}
|
|
14251
|
+
OfferService.prototype.acceptOffer = function (params) {
|
|
14252
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14253
|
+
var object, purpose, potentialActions;
|
|
14254
|
+
var _this = this;
|
|
14255
|
+
return __generator(this, function (_a) {
|
|
14256
|
+
object = params.object, purpose = params.purpose, potentialActions = params.potentialActions;
|
|
14257
|
+
return [2 /*return*/, this.fetch({
|
|
14258
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept",
|
|
14259
|
+
method: 'POST',
|
|
14260
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
14261
|
+
body: __assign({ object: object,
|
|
14262
|
+
purpose: purpose }, (typeof (potentialActions === null || potentialActions === void 0 ? void 0 : potentialActions.id) === 'string') ? { potentialActions: potentialActions } : undefined),
|
|
14263
|
+
qs: {
|
|
14264
|
+
purpose: { id: purpose.id }
|
|
14265
|
+
}
|
|
14266
|
+
})
|
|
14267
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14268
|
+
return [2 /*return*/, response.json()];
|
|
14269
|
+
}); }); })];
|
|
14270
|
+
});
|
|
14271
|
+
});
|
|
14272
|
+
};
|
|
14273
|
+
OfferService.prototype.findAcceptAction = function (params) {
|
|
14274
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14275
|
+
var sameAs, purpose;
|
|
14276
|
+
var _this = this;
|
|
14277
|
+
return __generator(this, function (_a) {
|
|
14278
|
+
sameAs = params.sameAs, purpose = params.purpose;
|
|
14279
|
+
return [2 /*return*/, this.fetch({
|
|
14280
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept/" + sameAs.id,
|
|
14281
|
+
method: 'GET',
|
|
14282
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
14283
|
+
qs: { purpose: { id: purpose.id } }
|
|
14284
|
+
})
|
|
14285
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14286
|
+
return [2 /*return*/, response.json()];
|
|
14287
|
+
}); }); })];
|
|
14288
|
+
});
|
|
14289
|
+
});
|
|
14290
|
+
};
|
|
14291
|
+
/**
|
|
14292
|
+
* 興行オファー承認(変更含む)
|
|
14293
|
+
*/
|
|
14294
|
+
OfferService.prototype.authorizeEventServiceByCOA = function (params) {
|
|
14295
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14296
|
+
var acceptAction, purpose;
|
|
14297
|
+
var _this = this;
|
|
14298
|
+
return __generator(this, function (_a) {
|
|
14299
|
+
acceptAction = params.acceptAction, purpose = params.purpose;
|
|
14300
|
+
return [2 /*return*/, this.fetch({
|
|
14301
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept/" + acceptAction.id + "/authorize",
|
|
14302
|
+
method: 'POST',
|
|
14303
|
+
expectedStatusCodes: [http_status_1.CREATED],
|
|
14304
|
+
body: { purpose: purpose },
|
|
14305
|
+
qs: {
|
|
14306
|
+
purpose: { id: purpose.id }
|
|
14307
|
+
}
|
|
14308
|
+
})
|
|
14309
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14310
|
+
return [2 /*return*/, response.json()];
|
|
14311
|
+
}); }); })];
|
|
14312
|
+
});
|
|
14313
|
+
});
|
|
14314
|
+
};
|
|
14315
|
+
/**
|
|
14316
|
+
* 興行オファー承認取消(非同期)
|
|
14317
|
+
*/
|
|
14318
|
+
OfferService.prototype.voidAuthorizationByCOA = function (params) {
|
|
14319
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
14320
|
+
var id, purpose;
|
|
14321
|
+
var _this = this;
|
|
14322
|
+
return __generator(this, function (_a) {
|
|
14323
|
+
id = params.id, purpose = params.purpose;
|
|
14324
|
+
return [2 /*return*/, this.fetch({
|
|
14325
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + id + "/void",
|
|
14326
|
+
method: 'POST',
|
|
14327
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
14328
|
+
body: { purpose: purpose },
|
|
14329
|
+
qs: {
|
|
14330
|
+
purpose: { id: purpose.id }
|
|
14331
|
+
}
|
|
14332
|
+
})
|
|
14333
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
14334
|
+
return [2 /*return*/, response.json()];
|
|
14335
|
+
}); }); })];
|
|
14336
|
+
});
|
|
14337
|
+
});
|
|
14338
|
+
};
|
|
14339
|
+
/**
|
|
14340
|
+
* 興行オファー承認取消タスク検索
|
|
13925
14341
|
*/
|
|
13926
|
-
|
|
14342
|
+
OfferService.prototype.findVoidTask = function (params) {
|
|
13927
14343
|
return __awaiter(this, void 0, void 0, function () {
|
|
13928
|
-
var
|
|
14344
|
+
var taskId, actionId, purpose;
|
|
13929
14345
|
var _this = this;
|
|
13930
14346
|
return __generator(this, function (_a) {
|
|
13931
|
-
|
|
14347
|
+
taskId = params.taskId, actionId = params.actionId, purpose = params.purpose;
|
|
13932
14348
|
return [2 /*return*/, this.fetch({
|
|
13933
|
-
uri: "/
|
|
14349
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + actionId + "/void/" + taskId,
|
|
13934
14350
|
method: 'GET',
|
|
13935
14351
|
expectedStatusCodes: [http_status_1.OK],
|
|
13936
|
-
qs: {
|
|
14352
|
+
qs: {
|
|
14353
|
+
purpose: { id: purpose.id }
|
|
14354
|
+
}
|
|
13937
14355
|
})
|
|
13938
14356
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
13939
14357
|
return [2 /*return*/, response.json()];
|
|
@@ -13941,13 +14359,11 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
13941
14359
|
});
|
|
13942
14360
|
});
|
|
13943
14361
|
};
|
|
13944
|
-
return
|
|
14362
|
+
return OfferService;
|
|
13945
14363
|
}(service_1.Service));
|
|
13946
|
-
exports.
|
|
14364
|
+
exports.OfferService = OfferService;
|
|
13947
14365
|
|
|
13948
|
-
},{"../factory":
|
|
13949
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
13950
|
-
},{"dup":9}],85:[function(require,module,exports){
|
|
14366
|
+
},{"../factory":132,"../service":137,"http-status":354}],87:[function(require,module,exports){
|
|
13951
14367
|
"use strict";
|
|
13952
14368
|
var __assign = (this && this.__assign) || function () {
|
|
13953
14369
|
__assign = Object.assign || function(t) {
|
|
@@ -14098,7 +14514,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
14098
14514
|
}());
|
|
14099
14515
|
exports.ChevreTxn = ChevreTxn;
|
|
14100
14516
|
|
|
14101
|
-
},{"./chevreTxn/offer":
|
|
14517
|
+
},{"./chevreTxn/offer":88,"./chevreTxn/transaction/moneyTransfer":89,"./chevreTxn/transaction/placeOrder":90,"./chevreTxn/transaction/returnOrder":92}],88:[function(require,module,exports){
|
|
14102
14518
|
"use strict";
|
|
14103
14519
|
var __extends = (this && this.__extends) || (function () {
|
|
14104
14520
|
var extendStatics = function (d, b) {
|
|
@@ -14358,7 +14774,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14358
14774
|
}(service_1.Service));
|
|
14359
14775
|
exports.OfferService = OfferService;
|
|
14360
14776
|
|
|
14361
|
-
},{"../factory":
|
|
14777
|
+
},{"../factory":132,"../service":137,"http-status":354}],89:[function(require,module,exports){
|
|
14362
14778
|
"use strict";
|
|
14363
14779
|
var __extends = (this && this.__extends) || (function () {
|
|
14364
14780
|
var extendStatics = function (d, b) {
|
|
@@ -14508,7 +14924,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
14508
14924
|
}(service_1.Service));
|
|
14509
14925
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
14510
14926
|
|
|
14511
|
-
},{"../../factory":
|
|
14927
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],90:[function(require,module,exports){
|
|
14512
14928
|
"use strict";
|
|
14513
14929
|
var __extends = (this && this.__extends) || (function () {
|
|
14514
14930
|
var extendStatics = function (d, b) {
|
|
@@ -14711,9 +15127,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
14711
15127
|
}(service_1.Service));
|
|
14712
15128
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
14713
15129
|
|
|
14714
|
-
},{"../../factory":
|
|
15130
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],91:[function(require,module,exports){
|
|
14715
15131
|
arguments[4][9][0].apply(exports,arguments)
|
|
14716
|
-
},{"dup":9}],
|
|
15132
|
+
},{"dup":9}],92:[function(require,module,exports){
|
|
14717
15133
|
"use strict";
|
|
14718
15134
|
var __extends = (this && this.__extends) || (function () {
|
|
14719
15135
|
var extendStatics = function (d, b) {
|
|
@@ -14879,7 +15295,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
14879
15295
|
}(service_1.Service));
|
|
14880
15296
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
14881
15297
|
|
|
14882
|
-
},{"../../factory":
|
|
15298
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],93:[function(require,module,exports){
|
|
14883
15299
|
"use strict";
|
|
14884
15300
|
var __extends = (this && this.__extends) || (function () {
|
|
14885
15301
|
var extendStatics = function (d, b) {
|
|
@@ -15197,7 +15613,7 @@ var service;
|
|
|
15197
15613
|
service.txn = transaction;
|
|
15198
15614
|
})(service = exports.service || (exports.service = {}));
|
|
15199
15615
|
|
|
15200
|
-
},{"../chevre/order/factory":9,"../chevrePay/payment/factory":84,"../chevreTxn/transaction/placeOrder/factory":
|
|
15616
|
+
},{"../chevre/order/factory":9,"../chevrePay/payment/factory":84,"../chevreTxn/transaction/placeOrder/factory":91,"../service":137,"./service/categoryCode":96,"./service/creativeWork":97,"./service/delivery":98,"./service/emailMessage":99,"./service/event":100,"./service/offer":101,"./service/order":102,"./service/permit":103,"./service/person":104,"./service/person/ownershipInfo":105,"./service/place":106,"./service/place/hasPOS":107,"./service/product":108,"./service/reservation":109,"./service/seller":110,"./service/token":111,"./service/transaction/moneyTransfer":112,"./service/transaction/placeOrder":113,"./service/transaction/placeOrder4sskts":114,"./service/transaction/returnOrder":115}],94:[function(require,module,exports){
|
|
15201
15617
|
"use strict";
|
|
15202
15618
|
var __assign = (this && this.__assign) || function () {
|
|
15203
15619
|
__assign = Object.assign || function(t) {
|
|
@@ -15285,7 +15701,7 @@ var Pay = /** @class */ (function () {
|
|
|
15285
15701
|
}());
|
|
15286
15702
|
exports.Pay = Pay;
|
|
15287
15703
|
|
|
15288
|
-
},{"./pay/payment":
|
|
15704
|
+
},{"./pay/payment":95,"http-status":354}],95:[function(require,module,exports){
|
|
15289
15705
|
"use strict";
|
|
15290
15706
|
var __extends = (this && this.__extends) || (function () {
|
|
15291
15707
|
var extendStatics = function (d, b) {
|
|
@@ -15668,7 +16084,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
15668
16084
|
}(service_1.Service));
|
|
15669
16085
|
exports.PaymentService = PaymentService;
|
|
15670
16086
|
|
|
15671
|
-
},{"../../factory":
|
|
16087
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],96:[function(require,module,exports){
|
|
15672
16088
|
"use strict";
|
|
15673
16089
|
var __extends = (this && this.__extends) || (function () {
|
|
15674
16090
|
var extendStatics = function (d, b) {
|
|
@@ -15776,7 +16192,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
15776
16192
|
}(service_1.Service));
|
|
15777
16193
|
exports.CategoryCodeService = CategoryCodeService;
|
|
15778
16194
|
|
|
15779
|
-
},{"../../service":
|
|
16195
|
+
},{"../../service":137,"http-status":354}],97:[function(require,module,exports){
|
|
15780
16196
|
"use strict";
|
|
15781
16197
|
var __extends = (this && this.__extends) || (function () {
|
|
15782
16198
|
var extendStatics = function (d, b) {
|
|
@@ -15884,7 +16300,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
15884
16300
|
}(service_1.Service));
|
|
15885
16301
|
exports.CreativeWorkService = CreativeWorkService;
|
|
15886
16302
|
|
|
15887
|
-
},{"../../service":
|
|
16303
|
+
},{"../../service":137,"http-status":354}],98:[function(require,module,exports){
|
|
15888
16304
|
"use strict";
|
|
15889
16305
|
var __extends = (this && this.__extends) || (function () {
|
|
15890
16306
|
var extendStatics = function (d, b) {
|
|
@@ -15987,7 +16403,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
15987
16403
|
}(service_1.Service));
|
|
15988
16404
|
exports.DeliveryService = DeliveryService;
|
|
15989
16405
|
|
|
15990
|
-
},{"../../service":
|
|
16406
|
+
},{"../../service":137,"http-status":354}],99:[function(require,module,exports){
|
|
15991
16407
|
"use strict";
|
|
15992
16408
|
var __extends = (this && this.__extends) || (function () {
|
|
15993
16409
|
var extendStatics = function (d, b) {
|
|
@@ -16095,7 +16511,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
16095
16511
|
}(service_1.Service));
|
|
16096
16512
|
exports.EmailMessageService = EmailMessageService;
|
|
16097
16513
|
|
|
16098
|
-
},{"../../service":
|
|
16514
|
+
},{"../../service":137,"http-status":354}],100:[function(require,module,exports){
|
|
16099
16515
|
"use strict";
|
|
16100
16516
|
var __extends = (this && this.__extends) || (function () {
|
|
16101
16517
|
var extendStatics = function (d, b) {
|
|
@@ -16390,7 +16806,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
16390
16806
|
}(service_1.Service));
|
|
16391
16807
|
exports.EventService = EventService;
|
|
16392
16808
|
|
|
16393
|
-
},{"../../service":
|
|
16809
|
+
},{"../../service":137,"http-status":354}],101:[function(require,module,exports){
|
|
16394
16810
|
"use strict";
|
|
16395
16811
|
var __extends = (this && this.__extends) || (function () {
|
|
16396
16812
|
var extendStatics = function (d, b) {
|
|
@@ -16528,7 +16944,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
16528
16944
|
}(service_1.Service));
|
|
16529
16945
|
exports.OfferService = OfferService;
|
|
16530
16946
|
|
|
16531
|
-
},{"../../factory":
|
|
16947
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],102:[function(require,module,exports){
|
|
16532
16948
|
"use strict";
|
|
16533
16949
|
var __extends = (this && this.__extends) || (function () {
|
|
16534
16950
|
var extendStatics = function (d, b) {
|
|
@@ -16746,7 +17162,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16746
17162
|
}(service_1.Service));
|
|
16747
17163
|
exports.OrderService = OrderService;
|
|
16748
17164
|
|
|
16749
|
-
},{"../../service":
|
|
17165
|
+
},{"../../service":137,"http-status":354}],103:[function(require,module,exports){
|
|
16750
17166
|
"use strict";
|
|
16751
17167
|
var __extends = (this && this.__extends) || (function () {
|
|
16752
17168
|
var extendStatics = function (d, b) {
|
|
@@ -16866,7 +17282,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
16866
17282
|
}(service_1.Service));
|
|
16867
17283
|
exports.PermitService = PermitService;
|
|
16868
17284
|
|
|
16869
|
-
},{"../../service":
|
|
17285
|
+
},{"../../service":137,"http-status":354}],104:[function(require,module,exports){
|
|
16870
17286
|
"use strict";
|
|
16871
17287
|
var __extends = (this && this.__extends) || (function () {
|
|
16872
17288
|
var extendStatics = function (d, b) {
|
|
@@ -17045,7 +17461,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
17045
17461
|
}(service_1.Service));
|
|
17046
17462
|
exports.PersonService = PersonService;
|
|
17047
17463
|
|
|
17048
|
-
},{"../../service":
|
|
17464
|
+
},{"../../service":137,"http-status":354}],105:[function(require,module,exports){
|
|
17049
17465
|
"use strict";
|
|
17050
17466
|
var __extends = (this && this.__extends) || (function () {
|
|
17051
17467
|
var extendStatics = function (d, b) {
|
|
@@ -17390,7 +17806,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
17390
17806
|
}(service_1.Service));
|
|
17391
17807
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
17392
17808
|
|
|
17393
|
-
},{"../../../factory":
|
|
17809
|
+
},{"../../../factory":132,"../../../service":137,"http-status":354}],106:[function(require,module,exports){
|
|
17394
17810
|
"use strict";
|
|
17395
17811
|
var __extends = (this && this.__extends) || (function () {
|
|
17396
17812
|
var extendStatics = function (d, b) {
|
|
@@ -17583,7 +17999,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
17583
17999
|
}(service_1.Service));
|
|
17584
18000
|
exports.PlaceService = PlaceService;
|
|
17585
18001
|
|
|
17586
|
-
},{"../../factory":
|
|
18002
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],107:[function(require,module,exports){
|
|
17587
18003
|
"use strict";
|
|
17588
18004
|
var __extends = (this && this.__extends) || (function () {
|
|
17589
18005
|
var extendStatics = function (d, b) {
|
|
@@ -17683,7 +18099,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
17683
18099
|
}(service_1.Service));
|
|
17684
18100
|
exports.HasPOSService = HasPOSService;
|
|
17685
18101
|
|
|
17686
|
-
},{"../../../factory":
|
|
18102
|
+
},{"../../../factory":132,"../../../service":137,"http-status":354}],108:[function(require,module,exports){
|
|
17687
18103
|
"use strict";
|
|
17688
18104
|
var __extends = (this && this.__extends) || (function () {
|
|
17689
18105
|
var extendStatics = function (d, b) {
|
|
@@ -17810,7 +18226,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
17810
18226
|
}(service_1.Service));
|
|
17811
18227
|
exports.ProductService = ProductService;
|
|
17812
18228
|
|
|
17813
|
-
},{"../../service":
|
|
18229
|
+
},{"../../service":137,"http-status":354}],109:[function(require,module,exports){
|
|
17814
18230
|
"use strict";
|
|
17815
18231
|
var __extends = (this && this.__extends) || (function () {
|
|
17816
18232
|
var extendStatics = function (d, b) {
|
|
@@ -17929,7 +18345,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
17929
18345
|
}(service_1.Service));
|
|
17930
18346
|
exports.ReservationService = ReservationService;
|
|
17931
18347
|
|
|
17932
|
-
},{"../../service":
|
|
18348
|
+
},{"../../service":137,"http-status":354}],110:[function(require,module,exports){
|
|
17933
18349
|
"use strict";
|
|
17934
18350
|
var __extends = (this && this.__extends) || (function () {
|
|
17935
18351
|
var extendStatics = function (d, b) {
|
|
@@ -18112,7 +18528,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
18112
18528
|
}(service_1.Service));
|
|
18113
18529
|
exports.SellerService = SellerService;
|
|
18114
18530
|
|
|
18115
|
-
},{"../../service":
|
|
18531
|
+
},{"../../service":137,"http-status":354}],111:[function(require,module,exports){
|
|
18116
18532
|
"use strict";
|
|
18117
18533
|
var __extends = (this && this.__extends) || (function () {
|
|
18118
18534
|
var extendStatics = function (d, b) {
|
|
@@ -18211,7 +18627,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
18211
18627
|
}(service_1.Service));
|
|
18212
18628
|
exports.TokenService = TokenService;
|
|
18213
18629
|
|
|
18214
|
-
},{"../../service":
|
|
18630
|
+
},{"../../service":137,"http-status":354}],112:[function(require,module,exports){
|
|
18215
18631
|
"use strict";
|
|
18216
18632
|
var __extends = (this && this.__extends) || (function () {
|
|
18217
18633
|
var extendStatics = function (d, b) {
|
|
@@ -18372,7 +18788,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
18372
18788
|
}(service_1.Service));
|
|
18373
18789
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
18374
18790
|
|
|
18375
|
-
},{"../../../factory":
|
|
18791
|
+
},{"../../../factory":132,"../../../service":137,"http-status":354}],113:[function(require,module,exports){
|
|
18376
18792
|
"use strict";
|
|
18377
18793
|
var __extends = (this && this.__extends) || (function () {
|
|
18378
18794
|
var extendStatics = function (d, b) {
|
|
@@ -18583,7 +18999,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18583
18999
|
}(service_1.Service));
|
|
18584
19000
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
18585
19001
|
|
|
18586
|
-
},{"../../../factory":
|
|
19002
|
+
},{"../../../factory":132,"../../../service":137,"http-status":354}],114:[function(require,module,exports){
|
|
18587
19003
|
"use strict";
|
|
18588
19004
|
var __extends = (this && this.__extends) || (function () {
|
|
18589
19005
|
var extendStatics = function (d, b) {
|
|
@@ -18727,7 +19143,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
18727
19143
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
18728
19144
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
18729
19145
|
|
|
18730
|
-
},{"./placeOrder":
|
|
19146
|
+
},{"./placeOrder":113,"http-status":354}],115:[function(require,module,exports){
|
|
18731
19147
|
"use strict";
|
|
18732
19148
|
var __extends = (this && this.__extends) || (function () {
|
|
18733
19149
|
var extendStatics = function (d, b) {
|
|
@@ -18890,7 +19306,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18890
19306
|
}(service_1.Service));
|
|
18891
19307
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
18892
19308
|
|
|
18893
|
-
},{"../../../factory":
|
|
19309
|
+
},{"../../../factory":132,"../../../service":137,"http-status":354}],116:[function(require,module,exports){
|
|
18894
19310
|
"use strict";
|
|
18895
19311
|
var __assign = (this && this.__assign) || function () {
|
|
18896
19312
|
__assign = Object.assign || function(t) {
|
|
@@ -19223,7 +19639,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
19223
19639
|
}());
|
|
19224
19640
|
exports.CloudAdmin = CloudAdmin;
|
|
19225
19641
|
|
|
19226
|
-
},{"./admin/authorization":
|
|
19642
|
+
},{"./admin/authorization":117,"./admin/creativeWork":118,"./admin/customer":119,"./admin/event":120,"./admin/me":121,"./admin/member":122,"./admin/note":123,"./admin/offer":124,"./admin/offerCatalog":125,"./admin/offerCatalogItem":126,"./admin/order":127,"./admin/product":128,"./admin/reservation":129}],117:[function(require,module,exports){
|
|
19227
19643
|
"use strict";
|
|
19228
19644
|
var __extends = (this && this.__extends) || (function () {
|
|
19229
19645
|
var extendStatics = function (d, b) {
|
|
@@ -19319,7 +19735,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
19319
19735
|
}(service_1.Service));
|
|
19320
19736
|
exports.AuthorizationService = AuthorizationService;
|
|
19321
19737
|
|
|
19322
|
-
},{"../../index":
|
|
19738
|
+
},{"../../index":133,"../../service":137}],118:[function(require,module,exports){
|
|
19323
19739
|
"use strict";
|
|
19324
19740
|
var __extends = (this && this.__extends) || (function () {
|
|
19325
19741
|
var extendStatics = function (d, b) {
|
|
@@ -19419,7 +19835,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
19419
19835
|
}(service_1.Service));
|
|
19420
19836
|
exports.CreativeWorkService = CreativeWorkService;
|
|
19421
19837
|
|
|
19422
|
-
},{"../../index":
|
|
19838
|
+
},{"../../index":133,"../../service":137}],119:[function(require,module,exports){
|
|
19423
19839
|
"use strict";
|
|
19424
19840
|
var __extends = (this && this.__extends) || (function () {
|
|
19425
19841
|
var extendStatics = function (d, b) {
|
|
@@ -19529,7 +19945,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
19529
19945
|
}(service_1.Service));
|
|
19530
19946
|
exports.CustomerService = CustomerService;
|
|
19531
19947
|
|
|
19532
|
-
},{"../../index":
|
|
19948
|
+
},{"../../index":133,"../../service":137}],120:[function(require,module,exports){
|
|
19533
19949
|
"use strict";
|
|
19534
19950
|
var __extends = (this && this.__extends) || (function () {
|
|
19535
19951
|
var extendStatics = function (d, b) {
|
|
@@ -19709,7 +20125,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
19709
20125
|
}(service_1.Service));
|
|
19710
20126
|
exports.EventService = EventService;
|
|
19711
20127
|
|
|
19712
|
-
},{"../../factory":
|
|
20128
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],121:[function(require,module,exports){
|
|
19713
20129
|
"use strict";
|
|
19714
20130
|
var __extends = (this && this.__extends) || (function () {
|
|
19715
20131
|
var extendStatics = function (d, b) {
|
|
@@ -19813,7 +20229,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
19813
20229
|
}(service_1.Service));
|
|
19814
20230
|
exports.MeService = MeService;
|
|
19815
20231
|
|
|
19816
|
-
},{"../../index":
|
|
20232
|
+
},{"../../index":133,"../../service":137}],122:[function(require,module,exports){
|
|
19817
20233
|
"use strict";
|
|
19818
20234
|
var __extends = (this && this.__extends) || (function () {
|
|
19819
20235
|
var extendStatics = function (d, b) {
|
|
@@ -19906,7 +20322,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
19906
20322
|
}(service_1.Service));
|
|
19907
20323
|
exports.MemberService = MemberService;
|
|
19908
20324
|
|
|
19909
|
-
},{"../../index":
|
|
20325
|
+
},{"../../index":133,"../../service":137}],123:[function(require,module,exports){
|
|
19910
20326
|
"use strict";
|
|
19911
20327
|
var __extends = (this && this.__extends) || (function () {
|
|
19912
20328
|
var extendStatics = function (d, b) {
|
|
@@ -20074,7 +20490,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
20074
20490
|
}(service_1.Service));
|
|
20075
20491
|
exports.NoteService = NoteService;
|
|
20076
20492
|
|
|
20077
|
-
},{"../../index":
|
|
20493
|
+
},{"../../index":133,"../../service":137}],124:[function(require,module,exports){
|
|
20078
20494
|
"use strict";
|
|
20079
20495
|
var __extends = (this && this.__extends) || (function () {
|
|
20080
20496
|
var extendStatics = function (d, b) {
|
|
@@ -20263,7 +20679,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
20263
20679
|
}(service_1.Service));
|
|
20264
20680
|
exports.OfferService = OfferService;
|
|
20265
20681
|
|
|
20266
|
-
},{"../../factory":
|
|
20682
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],125:[function(require,module,exports){
|
|
20267
20683
|
"use strict";
|
|
20268
20684
|
var __extends = (this && this.__extends) || (function () {
|
|
20269
20685
|
var extendStatics = function (d, b) {
|
|
@@ -20372,7 +20788,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
20372
20788
|
}(service_1.Service));
|
|
20373
20789
|
exports.OfferCatalogService = OfferCatalogService;
|
|
20374
20790
|
|
|
20375
|
-
},{"../../factory":
|
|
20791
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],126:[function(require,module,exports){
|
|
20376
20792
|
"use strict";
|
|
20377
20793
|
var __extends = (this && this.__extends) || (function () {
|
|
20378
20794
|
var extendStatics = function (d, b) {
|
|
@@ -20507,7 +20923,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
20507
20923
|
}(service_1.Service));
|
|
20508
20924
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
20509
20925
|
|
|
20510
|
-
},{"../../index":
|
|
20926
|
+
},{"../../index":133,"../../service":137}],127:[function(require,module,exports){
|
|
20511
20927
|
"use strict";
|
|
20512
20928
|
var __extends = (this && this.__extends) || (function () {
|
|
20513
20929
|
var extendStatics = function (d, b) {
|
|
@@ -20744,7 +21160,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
20744
21160
|
}(service_1.Service));
|
|
20745
21161
|
exports.OrderService = OrderService;
|
|
20746
21162
|
|
|
20747
|
-
},{"../../factory":
|
|
21163
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],128:[function(require,module,exports){
|
|
20748
21164
|
"use strict";
|
|
20749
21165
|
var __extends = (this && this.__extends) || (function () {
|
|
20750
21166
|
var extendStatics = function (d, b) {
|
|
@@ -20852,7 +21268,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
20852
21268
|
}(service_1.Service));
|
|
20853
21269
|
exports.ProductService = ProductService;
|
|
20854
21270
|
|
|
20855
|
-
},{"../../factory":
|
|
21271
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],129:[function(require,module,exports){
|
|
20856
21272
|
"use strict";
|
|
20857
21273
|
var __extends = (this && this.__extends) || (function () {
|
|
20858
21274
|
var extendStatics = function (d, b) {
|
|
@@ -21080,7 +21496,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
21080
21496
|
}(service_1.Service));
|
|
21081
21497
|
exports.ReservationService = ReservationService;
|
|
21082
21498
|
|
|
21083
|
-
},{"../../factory":
|
|
21499
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],130:[function(require,module,exports){
|
|
21084
21500
|
"use strict";
|
|
21085
21501
|
var __assign = (this && this.__assign) || function () {
|
|
21086
21502
|
__assign = Object.assign || function(t) {
|
|
@@ -21145,6 +21561,13 @@ var defaultPath = '/pay';
|
|
|
21145
21561
|
*/
|
|
21146
21562
|
var CloudPay = /** @class */ (function () {
|
|
21147
21563
|
function CloudPay(options) {
|
|
21564
|
+
// 廃止済エンドポイント指定を防止(cloud,cinerino...)
|
|
21565
|
+
var isDiscontinuedEndpoint = (new RegExp('cloud|cinerino|dot|appspot')).test(options.endpoint);
|
|
21566
|
+
// tslint:disable-next-line:no-single-line-block-comment
|
|
21567
|
+
/* istanbul ignore if */
|
|
21568
|
+
if (isDiscontinuedEndpoint) {
|
|
21569
|
+
throw new Error('endpoint discontinued');
|
|
21570
|
+
}
|
|
21148
21571
|
this.options = options;
|
|
21149
21572
|
}
|
|
21150
21573
|
CloudPay.prototype.createPaymentInstance = function (params) {
|
|
@@ -21168,9 +21591,8 @@ var CloudPay = /** @class */ (function () {
|
|
|
21168
21591
|
}());
|
|
21169
21592
|
exports.CloudPay = CloudPay;
|
|
21170
21593
|
|
|
21171
|
-
},{"./pay/payment":
|
|
21594
|
+
},{"./pay/payment":131,"http-status":354}],131:[function(require,module,exports){
|
|
21172
21595
|
"use strict";
|
|
21173
|
-
// import { ACCEPTED, CONFLICT, CREATED, GATEWAY_TIMEOUT, NO_CONTENT, OK, TOO_MANY_REQUESTS } from 'http-status';
|
|
21174
21596
|
var __extends = (this && this.__extends) || (function () {
|
|
21175
21597
|
var extendStatics = function (d, b) {
|
|
21176
21598
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -21244,8 +21666,14 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
21244
21666
|
}
|
|
21245
21667
|
return t;
|
|
21246
21668
|
};
|
|
21669
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
21670
|
+
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
21671
|
+
to[j] = from[i];
|
|
21672
|
+
return to;
|
|
21673
|
+
};
|
|
21247
21674
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21248
21675
|
exports.PaymentService = void 0;
|
|
21676
|
+
var http_status_1 = require("http-status");
|
|
21249
21677
|
var factory = require("../../factory");
|
|
21250
21678
|
var index_1 = require("../../index");
|
|
21251
21679
|
var service_1 = require("../../service");
|
|
@@ -21262,17 +21690,21 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21262
21690
|
*/
|
|
21263
21691
|
PaymentService.prototype.authorizeAnyPayment = function (params) {
|
|
21264
21692
|
return __awaiter(this, void 0, void 0, function () {
|
|
21265
|
-
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21693
|
+
var _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21266
21694
|
return __generator(this, function (_b) {
|
|
21267
21695
|
switch (_b.label) {
|
|
21268
21696
|
case 0:
|
|
21269
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21270
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21697
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21698
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21271
21699
|
case 1:
|
|
21272
21700
|
chevrePay = _b.sent();
|
|
21273
21701
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21274
21702
|
project: project,
|
|
21275
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21703
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21704
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21705
|
+
http_status_1.CONFLICT,
|
|
21706
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21707
|
+
])
|
|
21276
21708
|
})];
|
|
21277
21709
|
case 2:
|
|
21278
21710
|
paymentService = _b.sent();
|
|
@@ -21286,18 +21718,22 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21286
21718
|
*/
|
|
21287
21719
|
PaymentService.prototype.authorizeCreditCardAsync = function (params) {
|
|
21288
21720
|
return __awaiter(this, void 0, void 0, function () {
|
|
21289
|
-
var object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21721
|
+
var object, purpose, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21290
21722
|
return __generator(this, function (_b) {
|
|
21291
21723
|
switch (_b.label) {
|
|
21292
21724
|
case 0:
|
|
21293
21725
|
object = params.object, purpose = params.purpose;
|
|
21294
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21295
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21726
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21727
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21296
21728
|
case 1:
|
|
21297
21729
|
chevrePay = _b.sent();
|
|
21298
21730
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21299
21731
|
project: project,
|
|
21300
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21732
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21733
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21734
|
+
http_status_1.CONFLICT,
|
|
21735
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21736
|
+
])
|
|
21301
21737
|
})];
|
|
21302
21738
|
case 2:
|
|
21303
21739
|
paymentService = _b.sent();
|
|
@@ -21311,18 +21747,22 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21311
21747
|
*/
|
|
21312
21748
|
PaymentService.prototype.authorizeMovieTicket = function (params) {
|
|
21313
21749
|
return __awaiter(this, void 0, void 0, function () {
|
|
21314
|
-
var object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21750
|
+
var object, purpose, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21315
21751
|
return __generator(this, function (_b) {
|
|
21316
21752
|
switch (_b.label) {
|
|
21317
21753
|
case 0:
|
|
21318
21754
|
object = params.object, purpose = params.purpose;
|
|
21319
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21320
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21755
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21756
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21321
21757
|
case 1:
|
|
21322
21758
|
chevrePay = _b.sent();
|
|
21323
21759
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21324
21760
|
project: project,
|
|
21325
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21761
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21762
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21763
|
+
http_status_1.CONFLICT,
|
|
21764
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21765
|
+
])
|
|
21326
21766
|
})];
|
|
21327
21767
|
case 2:
|
|
21328
21768
|
paymentService = _b.sent();
|
|
@@ -21332,25 +21772,30 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21332
21772
|
});
|
|
21333
21773
|
};
|
|
21334
21774
|
/**
|
|
21335
|
-
* 決済ロケーション発行
|
|
21775
|
+
* 決済採用(決済ロケーション発行)(非同期)
|
|
21336
21776
|
*/
|
|
21337
|
-
PaymentService.prototype.
|
|
21777
|
+
PaymentService.prototype.publishCreditCardPaymentUrlAsync = function (params) {
|
|
21338
21778
|
return __awaiter(this, void 0, void 0, function () {
|
|
21339
|
-
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21779
|
+
var _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21340
21780
|
return __generator(this, function (_b) {
|
|
21341
21781
|
switch (_b.label) {
|
|
21342
21782
|
case 0:
|
|
21343
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21344
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21783
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21784
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21345
21785
|
case 1:
|
|
21346
21786
|
chevrePay = _b.sent();
|
|
21347
21787
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21348
21788
|
project: project,
|
|
21349
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21789
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21790
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21791
|
+
http_status_1.CONFLICT,
|
|
21792
|
+
http_status_1.GATEWAY_TIMEOUT,
|
|
21793
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21794
|
+
])
|
|
21350
21795
|
})];
|
|
21351
21796
|
case 2:
|
|
21352
21797
|
paymentService = _b.sent();
|
|
21353
|
-
return [2 /*return*/, paymentService.
|
|
21798
|
+
return [2 /*return*/, paymentService.publishCreditCardPaymentUrlAsync(params)];
|
|
21354
21799
|
}
|
|
21355
21800
|
});
|
|
21356
21801
|
});
|
|
@@ -21361,19 +21806,24 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21361
21806
|
PaymentService.prototype.checkMovieTicket = function (params) {
|
|
21362
21807
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
21363
21808
|
return __awaiter(this, void 0, void 0, function () {
|
|
21364
|
-
var paymentServiceId, paymentMethodType, _j, auth, endpoint, project, seller, chevrePay, paymentService, purpose, checkAction;
|
|
21809
|
+
var paymentServiceId, paymentMethodType, _j, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService, purpose, checkAction;
|
|
21365
21810
|
return __generator(this, function (_k) {
|
|
21366
21811
|
switch (_k.label) {
|
|
21367
21812
|
case 0:
|
|
21368
21813
|
paymentServiceId = String((_a = params.object) === null || _a === void 0 ? void 0 : _a.id);
|
|
21369
21814
|
paymentMethodType = String((_c = (_b = params.object) === null || _b === void 0 ? void 0 : _b.paymentMethod) === null || _c === void 0 ? void 0 : _c.typeOf);
|
|
21370
|
-
_j = this.options, auth = _j.auth, endpoint = _j.endpoint, project = _j.project, seller = _j.seller;
|
|
21371
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21815
|
+
_j = this.options, auth = _j.auth, endpoint = _j.endpoint, project = _j.project, seller = _j.seller, disableAutoRetry = _j.disableAutoRetry, retryableStatusCodes = _j.retryableStatusCodes;
|
|
21816
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21372
21817
|
case 1:
|
|
21373
21818
|
chevrePay = _k.sent();
|
|
21374
21819
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21375
21820
|
project: project,
|
|
21376
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21821
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21822
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21823
|
+
http_status_1.CONFLICT,
|
|
21824
|
+
http_status_1.GATEWAY_TIMEOUT,
|
|
21825
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21826
|
+
])
|
|
21377
21827
|
})];
|
|
21378
21828
|
case 2:
|
|
21379
21829
|
paymentService = _k.sent();
|
|
@@ -21416,17 +21866,21 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21416
21866
|
*/
|
|
21417
21867
|
PaymentService.prototype.voidAnyPayment = function (params) {
|
|
21418
21868
|
return __awaiter(this, void 0, void 0, function () {
|
|
21419
|
-
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21869
|
+
var _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21420
21870
|
return __generator(this, function (_b) {
|
|
21421
21871
|
switch (_b.label) {
|
|
21422
21872
|
case 0:
|
|
21423
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21424
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21873
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21874
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21425
21875
|
case 1:
|
|
21426
21876
|
chevrePay = _b.sent();
|
|
21427
21877
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21428
21878
|
project: project,
|
|
21429
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21879
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21880
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21881
|
+
http_status_1.CONFLICT,
|
|
21882
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21883
|
+
])
|
|
21430
21884
|
})];
|
|
21431
21885
|
case 2:
|
|
21432
21886
|
paymentService = _b.sent();
|
|
@@ -21446,18 +21900,23 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21446
21900
|
*/
|
|
21447
21901
|
PaymentService.prototype.voidTransaction = function (params) {
|
|
21448
21902
|
return __awaiter(this, void 0, void 0, function () {
|
|
21449
|
-
var id, object, body, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21903
|
+
var id, object, body, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21450
21904
|
return __generator(this, function (_b) {
|
|
21451
21905
|
switch (_b.label) {
|
|
21452
21906
|
case 0:
|
|
21453
21907
|
id = params.id, object = params.object, body = __rest(params, ["id", "object"]);
|
|
21454
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21455
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21908
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21909
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21456
21910
|
case 1:
|
|
21457
21911
|
chevrePay = _b.sent();
|
|
21458
21912
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21459
21913
|
project: project,
|
|
21460
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21914
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21915
|
+
retryableStatusCodes: __spreadArray(__spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : []), [
|
|
21916
|
+
http_status_1.CONFLICT,
|
|
21917
|
+
http_status_1.GATEWAY_TIMEOUT,
|
|
21918
|
+
http_status_1.TOO_MANY_REQUESTS
|
|
21919
|
+
])
|
|
21461
21920
|
})];
|
|
21462
21921
|
case 2:
|
|
21463
21922
|
paymentService = _b.sent();
|
|
@@ -21478,18 +21937,19 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21478
21937
|
*/
|
|
21479
21938
|
PaymentService.prototype.findAuthorizeAction = function (params) {
|
|
21480
21939
|
return __awaiter(this, void 0, void 0, function () {
|
|
21481
|
-
var sameAs, object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21940
|
+
var sameAs, object, purpose, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21482
21941
|
return __generator(this, function (_b) {
|
|
21483
21942
|
switch (_b.label) {
|
|
21484
21943
|
case 0:
|
|
21485
21944
|
sameAs = params.sameAs, object = params.object, purpose = params.purpose;
|
|
21486
|
-
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller;
|
|
21487
|
-
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint })];
|
|
21945
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21946
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21488
21947
|
case 1:
|
|
21489
21948
|
chevrePay = _b.sent();
|
|
21490
21949
|
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21491
21950
|
project: project,
|
|
21492
|
-
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21951
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21952
|
+
retryableStatusCodes: __spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : [])
|
|
21493
21953
|
})];
|
|
21494
21954
|
case 2:
|
|
21495
21955
|
paymentService = _b.sent();
|
|
@@ -21502,11 +21962,40 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
21502
21962
|
});
|
|
21503
21963
|
});
|
|
21504
21964
|
};
|
|
21965
|
+
/**
|
|
21966
|
+
* 決済採用アクション検索
|
|
21967
|
+
*/
|
|
21968
|
+
PaymentService.prototype.findAcceptPayAction = function (params) {
|
|
21969
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21970
|
+
var sameAs, purpose, _a, auth, endpoint, project, seller, disableAutoRetry, retryableStatusCodes, chevrePay, paymentService;
|
|
21971
|
+
return __generator(this, function (_b) {
|
|
21972
|
+
switch (_b.label) {
|
|
21973
|
+
case 0:
|
|
21974
|
+
sameAs = params.sameAs, purpose = params.purpose;
|
|
21975
|
+
_a = this.options, auth = _a.auth, endpoint = _a.endpoint, project = _a.project, seller = _a.seller, disableAutoRetry = _a.disableAutoRetry, retryableStatusCodes = _a.retryableStatusCodes;
|
|
21976
|
+
return [4 /*yield*/, index_1.loadChevrePay({ auth: auth, endpoint: endpoint, disableAutoRetry: disableAutoRetry })];
|
|
21977
|
+
case 1:
|
|
21978
|
+
chevrePay = _b.sent();
|
|
21979
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21980
|
+
project: project,
|
|
21981
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' },
|
|
21982
|
+
retryableStatusCodes: __spreadArray([], (Array.isArray(retryableStatusCodes)) ? retryableStatusCodes : [])
|
|
21983
|
+
})];
|
|
21984
|
+
case 2:
|
|
21985
|
+
paymentService = _b.sent();
|
|
21986
|
+
return [2 /*return*/, paymentService.findAcceptPayAction({
|
|
21987
|
+
sameAs: { id: String(sameAs.id) },
|
|
21988
|
+
purpose: purpose
|
|
21989
|
+
})];
|
|
21990
|
+
}
|
|
21991
|
+
});
|
|
21992
|
+
});
|
|
21993
|
+
};
|
|
21505
21994
|
return PaymentService;
|
|
21506
21995
|
}(service_1.Service));
|
|
21507
21996
|
exports.PaymentService = PaymentService;
|
|
21508
21997
|
|
|
21509
|
-
},{"../../factory":
|
|
21998
|
+
},{"../../factory":132,"../../index":133,"../../service":137,"http-status":354}],132:[function(require,module,exports){
|
|
21510
21999
|
"use strict";
|
|
21511
22000
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21512
22001
|
if (k2 === undefined) k2 = k;
|
|
@@ -21524,7 +22013,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
21524
22013
|
*/
|
|
21525
22014
|
__exportStar(require("@chevre/factory"), exports);
|
|
21526
22015
|
|
|
21527
|
-
},{"@chevre/factory":
|
|
22016
|
+
},{"@chevre/factory":232}],133:[function(require,module,exports){
|
|
21528
22017
|
"use strict";
|
|
21529
22018
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
21530
22019
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -21568,7 +22057,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21568
22057
|
return to;
|
|
21569
22058
|
};
|
|
21570
22059
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21571
|
-
exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadCloudPay = exports.loadCloudAdmin = exports.loadService = exports.loadPay = exports.loadPecorino = exports.loadChevreTxn = exports.loadChevrePay = exports.loadChevreAuth = exports.loadChevreAdmin = exports.loadChevre = void 0;
|
|
22060
|
+
exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadCloudPay = exports.loadCloudAdmin = exports.loadService = exports.loadPay = exports.loadPecorino = exports.loadChevreTxc = exports.loadChevreTxn = exports.loadChevrePay = exports.loadChevreAuth = exports.loadChevreAdmin = exports.loadChevre = void 0;
|
|
21572
22061
|
var factory = require("./factory");
|
|
21573
22062
|
exports.factory = factory;
|
|
21574
22063
|
var transporters = require("./transporters");
|
|
@@ -21688,6 +22177,29 @@ function loadChevreTxn() {
|
|
|
21688
22177
|
});
|
|
21689
22178
|
}
|
|
21690
22179
|
exports.loadChevreTxn = loadChevreTxn;
|
|
22180
|
+
var chevreTxc;
|
|
22181
|
+
// tslint:disable-next-line:no-single-line-block-comment
|
|
22182
|
+
/* istanbul ignore next */
|
|
22183
|
+
function loadChevreTxc() {
|
|
22184
|
+
var params = [];
|
|
22185
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
22186
|
+
params[_i] = arguments[_i];
|
|
22187
|
+
}
|
|
22188
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
22189
|
+
return __generator(this, function (_a) {
|
|
22190
|
+
switch (_a.label) {
|
|
22191
|
+
case 0:
|
|
22192
|
+
if (!(chevreTxc === undefined)) return [3 /*break*/, 2];
|
|
22193
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevreTxc'); })];
|
|
22194
|
+
case 1:
|
|
22195
|
+
chevreTxc = (_a.sent()).ChevreTxc;
|
|
22196
|
+
_a.label = 2;
|
|
22197
|
+
case 2: return [2 /*return*/, new (chevreTxc.bind.apply(chevreTxc, __spreadArray([void 0], params)))()];
|
|
22198
|
+
}
|
|
22199
|
+
});
|
|
22200
|
+
});
|
|
22201
|
+
}
|
|
22202
|
+
exports.loadChevreTxc = loadChevreTxc;
|
|
21691
22203
|
var pecorino;
|
|
21692
22204
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
21693
22205
|
/* istanbul ignore next */
|
|
@@ -21830,7 +22342,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
|
|
|
21830
22342
|
// export class StubAuth extends StubAuthClient { }
|
|
21831
22343
|
// }
|
|
21832
22344
|
|
|
21833
|
-
},{"./chevre":3,"./chevreAdmin":20,"./chevreAuth":80,"./chevrePay":82,"./
|
|
22345
|
+
},{"./chevre":3,"./chevreAdmin":20,"./chevreAuth":80,"./chevrePay":82,"./chevreTxc":85,"./chevreTxn":87,"./cinerino/default":93,"./cinerino/pay":94,"./cloud/admin":116,"./cloud/pay":130,"./factory":132,"./pecorino":134,"./transporters":138,"./waiterAdmin":139}],134:[function(require,module,exports){
|
|
21834
22346
|
"use strict";
|
|
21835
22347
|
var __extends = (this && this.__extends) || (function () {
|
|
21836
22348
|
var extendStatics = function (d, b) {
|
|
@@ -21883,7 +22395,7 @@ var service;
|
|
|
21883
22395
|
service.AccountTransaction = AccountTransaction;
|
|
21884
22396
|
})(service = exports.service || (exports.service = {}));
|
|
21885
22397
|
|
|
21886
|
-
},{"./factory":
|
|
22398
|
+
},{"./factory":132,"./pecorino/accountTransaction":135,"./pecorino/permit":136}],135:[function(require,module,exports){
|
|
21887
22399
|
"use strict";
|
|
21888
22400
|
var __extends = (this && this.__extends) || (function () {
|
|
21889
22401
|
var extendStatics = function (d, b) {
|
|
@@ -22054,7 +22566,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
22054
22566
|
}(service_1.Service));
|
|
22055
22567
|
exports.AccountTransactionService = AccountTransactionService;
|
|
22056
22568
|
|
|
22057
|
-
},{"../service":
|
|
22569
|
+
},{"../service":137,"http-status":354}],136:[function(require,module,exports){
|
|
22058
22570
|
"use strict";
|
|
22059
22571
|
var __extends = (this && this.__extends) || (function () {
|
|
22060
22572
|
var extendStatics = function (d, b) {
|
|
@@ -22174,7 +22686,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
22174
22686
|
}(service_1.Service));
|
|
22175
22687
|
exports.PermitService = PermitService;
|
|
22176
22688
|
|
|
22177
|
-
},{"../service":
|
|
22689
|
+
},{"../service":137,"http-status":354}],137:[function(require,module,exports){
|
|
22178
22690
|
"use strict";
|
|
22179
22691
|
var __assign = (this && this.__assign) || function () {
|
|
22180
22692
|
__assign = Object.assign || function(t) {
|
|
@@ -22302,7 +22814,7 @@ var Service = /** @class */ (function () {
|
|
|
22302
22814
|
}());
|
|
22303
22815
|
exports.Service = Service;
|
|
22304
22816
|
|
|
22305
|
-
},{"./transporters":
|
|
22817
|
+
},{"./transporters":138,"qs":361}],138:[function(require,module,exports){
|
|
22306
22818
|
"use strict";
|
|
22307
22819
|
var __extends = (this && this.__extends) || (function () {
|
|
22308
22820
|
var extendStatics = function (d, b) {
|
|
@@ -22499,7 +23011,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
22499
23011
|
}());
|
|
22500
23012
|
exports.StubTransporter = StubTransporter;
|
|
22501
23013
|
|
|
22502
|
-
},{"debug":
|
|
23014
|
+
},{"debug":346,"isomorphic-fetch":357}],139:[function(require,module,exports){
|
|
22503
23015
|
"use strict";
|
|
22504
23016
|
var __assign = (this && this.__assign) || function () {
|
|
22505
23017
|
__assign = Object.assign || function(t) {
|
|
@@ -22604,7 +23116,7 @@ var WaiterAdmin = /** @class */ (function () {
|
|
|
22604
23116
|
}());
|
|
22605
23117
|
exports.WaiterAdmin = WaiterAdmin;
|
|
22606
23118
|
|
|
22607
|
-
},{"./waiterAdmin/rule":
|
|
23119
|
+
},{"./waiterAdmin/rule":140,"./waiterAdmin/ruleSet":141}],140:[function(require,module,exports){
|
|
22608
23120
|
"use strict";
|
|
22609
23121
|
var __extends = (this && this.__extends) || (function () {
|
|
22610
23122
|
var extendStatics = function (d, b) {
|
|
@@ -22692,7 +23204,7 @@ var RuleService = /** @class */ (function (_super) {
|
|
|
22692
23204
|
}(service_1.Service));
|
|
22693
23205
|
exports.RuleService = RuleService;
|
|
22694
23206
|
|
|
22695
|
-
},{"../service":
|
|
23207
|
+
},{"../service":137,"http-status":354}],141:[function(require,module,exports){
|
|
22696
23208
|
"use strict";
|
|
22697
23209
|
var __extends = (this && this.__extends) || (function () {
|
|
22698
23210
|
var extendStatics = function (d, b) {
|
|
@@ -22800,7 +23312,7 @@ var RuleSetService = /** @class */ (function (_super) {
|
|
|
22800
23312
|
}(service_1.Service));
|
|
22801
23313
|
exports.RuleSetService = RuleSetService;
|
|
22802
23314
|
|
|
22803
|
-
},{"../service":
|
|
23315
|
+
},{"../service":137,"http-status":354}],142:[function(require,module,exports){
|
|
22804
23316
|
"use strict";
|
|
22805
23317
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22806
23318
|
/* istanbul ignore file */
|
|
@@ -23157,7 +23669,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
23157
23669
|
}(oAuth2client_1.default));
|
|
23158
23670
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
23159
23671
|
|
|
23160
|
-
},{"./implicitGrantClient/error":
|
|
23672
|
+
},{"./implicitGrantClient/error":143,"./implicitGrantClient/popupAuthenticationHandler":145,"./implicitGrantClient/silentAuthenticationHandler":147,"./implicitGrantClient/silentLogoutHandler":148,"./oAuth2client":150,"debug":346,"idtoken-verifier":355,"qs":361}],143:[function(require,module,exports){
|
|
23161
23673
|
"use strict";
|
|
23162
23674
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23163
23675
|
/* istanbul ignore file */
|
|
@@ -23190,7 +23702,7 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
23190
23702
|
}(Error));
|
|
23191
23703
|
exports.AuthorizeError = AuthorizeError;
|
|
23192
23704
|
|
|
23193
|
-
},{}],
|
|
23705
|
+
},{}],144:[function(require,module,exports){
|
|
23194
23706
|
"use strict";
|
|
23195
23707
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23196
23708
|
/* istanbul ignore file */
|
|
@@ -23276,7 +23788,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
23276
23788
|
}());
|
|
23277
23789
|
exports.default = IframeHandler;
|
|
23278
23790
|
|
|
23279
|
-
},{"debug":
|
|
23791
|
+
},{"debug":346}],145:[function(require,module,exports){
|
|
23280
23792
|
"use strict";
|
|
23281
23793
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23282
23794
|
/* istanbul ignore file */
|
|
@@ -23386,7 +23898,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
23386
23898
|
}());
|
|
23387
23899
|
exports.default = PopupAuthenticationHandler;
|
|
23388
23900
|
|
|
23389
|
-
},{"./error":
|
|
23901
|
+
},{"./error":143,"./popupHandler":146}],146:[function(require,module,exports){
|
|
23390
23902
|
"use strict";
|
|
23391
23903
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23392
23904
|
/* istanbul ignore file */
|
|
@@ -23472,7 +23984,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
23472
23984
|
}());
|
|
23473
23985
|
exports.default = PopupHandler;
|
|
23474
23986
|
|
|
23475
|
-
},{"debug":
|
|
23987
|
+
},{"debug":346}],147:[function(require,module,exports){
|
|
23476
23988
|
"use strict";
|
|
23477
23989
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23478
23990
|
/* istanbul ignore file */
|
|
@@ -23582,7 +24094,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
23582
24094
|
}());
|
|
23583
24095
|
exports.default = SilentAuthenticationHandler;
|
|
23584
24096
|
|
|
23585
|
-
},{"./error":
|
|
24097
|
+
},{"./error":143,"./iframeHandler":144}],148:[function(require,module,exports){
|
|
23586
24098
|
"use strict";
|
|
23587
24099
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23588
24100
|
/* istanbul ignore file */
|
|
@@ -23692,7 +24204,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
23692
24204
|
}());
|
|
23693
24205
|
exports.default = SilentLogoutHandler;
|
|
23694
24206
|
|
|
23695
|
-
},{"./error":
|
|
24207
|
+
},{"./error":143,"./iframeHandler":144}],149:[function(require,module,exports){
|
|
23696
24208
|
"use strict";
|
|
23697
24209
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23698
24210
|
exports.LoginTicket = void 0;
|
|
@@ -23721,7 +24233,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
23721
24233
|
}());
|
|
23722
24234
|
exports.LoginTicket = LoginTicket;
|
|
23723
24235
|
|
|
23724
|
-
},{}],
|
|
24236
|
+
},{}],150:[function(require,module,exports){
|
|
23725
24237
|
(function (Buffer){
|
|
23726
24238
|
"use strict";
|
|
23727
24239
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -24022,6 +24534,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
24022
24534
|
error_1 = _c.sent();
|
|
24023
24535
|
if (!(error_1 instanceof Error)) return [3 /*break*/, 9];
|
|
24024
24536
|
statusCode = error_1.code;
|
|
24537
|
+
debug('retry? numberOfTry:', numberOfTry, 'statusCode: ', statusCode, 'retry: ', retry, 'retryableStatusCodes: ', retryableStatusCodes);
|
|
24025
24538
|
if (!(retry && retryableStatusCodes.includes(statusCode))) return [3 /*break*/, 9];
|
|
24026
24539
|
if (!(typeof this.credentials.refresh_token === 'string' && this.credentials.refresh_token.length > 0)) return [3 /*break*/, 7];
|
|
24027
24540
|
return [4 /*yield*/, this.refreshAccessToken()];
|
|
@@ -24242,7 +24755,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
24242
24755
|
exports.default = OAuth2client;
|
|
24243
24756
|
|
|
24244
24757
|
}).call(this,require("buffer").Buffer)
|
|
24245
|
-
},{"../abstract/transporters":
|
|
24758
|
+
},{"../abstract/transporters":138,"./loginTicket":149,"buffer":342,"crypto":341,"debug":346,"http-status":354,"isomorphic-fetch":357,"querystring":367}],151:[function(require,module,exports){
|
|
24246
24759
|
"use strict";
|
|
24247
24760
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24248
24761
|
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadPay = exports.loadCloudPay = exports.loadCloudAdmin = void 0;
|
|
@@ -24267,7 +24780,7 @@ function createAuthInstance(options) {
|
|
|
24267
24780
|
}
|
|
24268
24781
|
exports.createAuthInstance = createAuthInstance;
|
|
24269
24782
|
|
|
24270
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
24783
|
+
},{"./abstract":2,"./auth/implicitGrantClient":142}],152:[function(require,module,exports){
|
|
24271
24784
|
"use strict";
|
|
24272
24785
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24273
24786
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -24301,15 +24814,15 @@ var transaction;
|
|
|
24301
24814
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
24302
24815
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
24303
24816
|
|
|
24304
|
-
},{"./account/action/moneyTransfer":
|
|
24305
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24306
|
-
},{"dup":9}],152:[function(require,module,exports){
|
|
24307
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24308
|
-
},{"dup":9}],153:[function(require,module,exports){
|
|
24817
|
+
},{"./account/action/moneyTransfer":153,"./account/transaction/deposit":154,"./account/transaction/transfer":155,"./account/transaction/withdraw":156,"./account/transactionType":157}],153:[function(require,module,exports){
|
|
24309
24818
|
arguments[4][9][0].apply(exports,arguments)
|
|
24310
24819
|
},{"dup":9}],154:[function(require,module,exports){
|
|
24311
24820
|
arguments[4][9][0].apply(exports,arguments)
|
|
24312
24821
|
},{"dup":9}],155:[function(require,module,exports){
|
|
24822
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24823
|
+
},{"dup":9}],156:[function(require,module,exports){
|
|
24824
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24825
|
+
},{"dup":9}],157:[function(require,module,exports){
|
|
24313
24826
|
"use strict";
|
|
24314
24827
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24315
24828
|
exports.AccountTransactionType = void 0;
|
|
@@ -24332,9 +24845,9 @@ var AccountTransactionType;
|
|
|
24332
24845
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
24333
24846
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
24334
24847
|
|
|
24335
|
-
},{}],
|
|
24848
|
+
},{}],158:[function(require,module,exports){
|
|
24336
24849
|
arguments[4][9][0].apply(exports,arguments)
|
|
24337
|
-
},{"dup":9}],
|
|
24850
|
+
},{"dup":9}],159:[function(require,module,exports){
|
|
24338
24851
|
"use strict";
|
|
24339
24852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24340
24853
|
exports.AccountType = void 0;
|
|
@@ -24355,9 +24868,28 @@ var AccountType;
|
|
|
24355
24868
|
AccountType["Transactional"] = "Transactional";
|
|
24356
24869
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24357
24870
|
|
|
24358
|
-
},{}],
|
|
24871
|
+
},{}],160:[function(require,module,exports){
|
|
24872
|
+
"use strict";
|
|
24873
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24874
|
+
exports.FlgMember = void 0;
|
|
24875
|
+
/**
|
|
24876
|
+
* COA会員用フラグ
|
|
24877
|
+
*/
|
|
24878
|
+
var FlgMember;
|
|
24879
|
+
(function (FlgMember) {
|
|
24880
|
+
/**
|
|
24881
|
+
* 非会員
|
|
24882
|
+
*/
|
|
24883
|
+
FlgMember["NonMember"] = "0";
|
|
24884
|
+
/**
|
|
24885
|
+
* 会員
|
|
24886
|
+
*/
|
|
24887
|
+
FlgMember["Member"] = "1";
|
|
24888
|
+
})(FlgMember = exports.FlgMember || (exports.FlgMember = {}));
|
|
24889
|
+
|
|
24890
|
+
},{}],161:[function(require,module,exports){
|
|
24359
24891
|
arguments[4][9][0].apply(exports,arguments)
|
|
24360
|
-
},{"dup":9}],
|
|
24892
|
+
},{"dup":9}],162:[function(require,module,exports){
|
|
24361
24893
|
"use strict";
|
|
24362
24894
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24363
24895
|
exports.ObjectType = void 0;
|
|
@@ -24366,11 +24898,11 @@ var ObjectType;
|
|
|
24366
24898
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
24367
24899
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24368
24900
|
|
|
24369
|
-
},{}],
|
|
24901
|
+
},{}],163:[function(require,module,exports){
|
|
24370
24902
|
arguments[4][9][0].apply(exports,arguments)
|
|
24371
|
-
},{"dup":9}],
|
|
24903
|
+
},{"dup":9}],164:[function(require,module,exports){
|
|
24372
24904
|
arguments[4][9][0].apply(exports,arguments)
|
|
24373
|
-
},{"dup":9}],
|
|
24905
|
+
},{"dup":9}],165:[function(require,module,exports){
|
|
24374
24906
|
"use strict";
|
|
24375
24907
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24376
24908
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -24384,11 +24916,11 @@ var ServiceIdentifier;
|
|
|
24384
24916
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
24385
24917
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
24386
24918
|
|
|
24387
|
-
},{}],
|
|
24919
|
+
},{}],166:[function(require,module,exports){
|
|
24388
24920
|
arguments[4][9][0].apply(exports,arguments)
|
|
24389
|
-
},{"dup":9}],
|
|
24921
|
+
},{"dup":9}],167:[function(require,module,exports){
|
|
24390
24922
|
arguments[4][9][0].apply(exports,arguments)
|
|
24391
|
-
},{"dup":9}],
|
|
24923
|
+
},{"dup":9}],168:[function(require,module,exports){
|
|
24392
24924
|
"use strict";
|
|
24393
24925
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24394
24926
|
exports.ObjectType = void 0;
|
|
@@ -24397,13 +24929,7 @@ var ObjectType;
|
|
|
24397
24929
|
ObjectType["Ticket"] = "Ticket";
|
|
24398
24930
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24399
24931
|
|
|
24400
|
-
},{}],
|
|
24401
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24402
|
-
},{"dup":9}],167:[function(require,module,exports){
|
|
24403
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24404
|
-
},{"dup":9}],168:[function(require,module,exports){
|
|
24405
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24406
|
-
},{"dup":9}],169:[function(require,module,exports){
|
|
24932
|
+
},{}],169:[function(require,module,exports){
|
|
24407
24933
|
arguments[4][9][0].apply(exports,arguments)
|
|
24408
24934
|
},{"dup":9}],170:[function(require,module,exports){
|
|
24409
24935
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -24420,6 +24946,12 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
24420
24946
|
},{"dup":9}],176:[function(require,module,exports){
|
|
24421
24947
|
arguments[4][9][0].apply(exports,arguments)
|
|
24422
24948
|
},{"dup":9}],177:[function(require,module,exports){
|
|
24949
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24950
|
+
},{"dup":9}],178:[function(require,module,exports){
|
|
24951
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24952
|
+
},{"dup":9}],179:[function(require,module,exports){
|
|
24953
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24954
|
+
},{"dup":9}],180:[function(require,module,exports){
|
|
24423
24955
|
"use strict";
|
|
24424
24956
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24425
24957
|
exports.ObjectType = void 0;
|
|
@@ -24428,13 +24960,7 @@ var ObjectType;
|
|
|
24428
24960
|
ObjectType["PointAward"] = "PointAward";
|
|
24429
24961
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24430
24962
|
|
|
24431
|
-
},{}],
|
|
24432
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24433
|
-
},{"dup":9}],179:[function(require,module,exports){
|
|
24434
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24435
|
-
},{"dup":9}],180:[function(require,module,exports){
|
|
24436
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24437
|
-
},{"dup":9}],181:[function(require,module,exports){
|
|
24963
|
+
},{}],181:[function(require,module,exports){
|
|
24438
24964
|
arguments[4][9][0].apply(exports,arguments)
|
|
24439
24965
|
},{"dup":9}],182:[function(require,module,exports){
|
|
24440
24966
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -24449,6 +24975,12 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
24449
24975
|
},{"dup":9}],187:[function(require,module,exports){
|
|
24450
24976
|
arguments[4][9][0].apply(exports,arguments)
|
|
24451
24977
|
},{"dup":9}],188:[function(require,module,exports){
|
|
24978
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24979
|
+
},{"dup":9}],189:[function(require,module,exports){
|
|
24980
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24981
|
+
},{"dup":9}],190:[function(require,module,exports){
|
|
24982
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
24983
|
+
},{"dup":9}],191:[function(require,module,exports){
|
|
24452
24984
|
"use strict";
|
|
24453
24985
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24454
24986
|
exports.ActionStatusType = void 0;
|
|
@@ -24464,7 +24996,7 @@ var ActionStatusType;
|
|
|
24464
24996
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
24465
24997
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
24466
24998
|
|
|
24467
|
-
},{}],
|
|
24999
|
+
},{}],192:[function(require,module,exports){
|
|
24468
25000
|
"use strict";
|
|
24469
25001
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24470
25002
|
exports.ActionType = void 0;
|
|
@@ -24496,13 +25028,7 @@ var ActionType;
|
|
|
24496
25028
|
ActionType["UseAction"] = "UseAction";
|
|
24497
25029
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
24498
25030
|
|
|
24499
|
-
},{}],
|
|
24500
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24501
|
-
},{"dup":9}],191:[function(require,module,exports){
|
|
24502
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24503
|
-
},{"dup":9}],192:[function(require,module,exports){
|
|
24504
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
24505
|
-
},{"dup":9}],193:[function(require,module,exports){
|
|
25031
|
+
},{}],193:[function(require,module,exports){
|
|
24506
25032
|
arguments[4][9][0].apply(exports,arguments)
|
|
24507
25033
|
},{"dup":9}],194:[function(require,module,exports){
|
|
24508
25034
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -24511,6 +25037,12 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
24511
25037
|
},{"dup":9}],196:[function(require,module,exports){
|
|
24512
25038
|
arguments[4][9][0].apply(exports,arguments)
|
|
24513
25039
|
},{"dup":9}],197:[function(require,module,exports){
|
|
25040
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
25041
|
+
},{"dup":9}],198:[function(require,module,exports){
|
|
25042
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
25043
|
+
},{"dup":9}],199:[function(require,module,exports){
|
|
25044
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
25045
|
+
},{"dup":9}],200:[function(require,module,exports){
|
|
24514
25046
|
"use strict";
|
|
24515
25047
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24516
25048
|
exports.AssetTransactionType = void 0;
|
|
@@ -24546,9 +25078,9 @@ var AssetTransactionType;
|
|
|
24546
25078
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
24547
25079
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
24548
25080
|
|
|
24549
|
-
},{}],
|
|
25081
|
+
},{}],201:[function(require,module,exports){
|
|
24550
25082
|
arguments[4][9][0].apply(exports,arguments)
|
|
24551
|
-
},{"dup":9}],
|
|
25083
|
+
},{"dup":9}],202:[function(require,module,exports){
|
|
24552
25084
|
"use strict";
|
|
24553
25085
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24554
25086
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -24604,13 +25136,13 @@ var CategorySetIdentifier;
|
|
|
24604
25136
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
24605
25137
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
24606
25138
|
|
|
24607
|
-
},{}],
|
|
25139
|
+
},{}],203:[function(require,module,exports){
|
|
24608
25140
|
arguments[4][9][0].apply(exports,arguments)
|
|
24609
|
-
},{"dup":9}],
|
|
25141
|
+
},{"dup":9}],204:[function(require,module,exports){
|
|
24610
25142
|
arguments[4][9][0].apply(exports,arguments)
|
|
24611
|
-
},{"dup":9}],
|
|
25143
|
+
},{"dup":9}],205:[function(require,module,exports){
|
|
24612
25144
|
arguments[4][9][0].apply(exports,arguments)
|
|
24613
|
-
},{"dup":9}],
|
|
25145
|
+
},{"dup":9}],206:[function(require,module,exports){
|
|
24614
25146
|
"use strict";
|
|
24615
25147
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24616
25148
|
exports.AboutIdentifier = void 0;
|
|
@@ -24622,13 +25154,13 @@ var AboutIdentifier;
|
|
|
24622
25154
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
24623
25155
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
24624
25156
|
|
|
24625
|
-
},{}],
|
|
25157
|
+
},{}],207:[function(require,module,exports){
|
|
24626
25158
|
arguments[4][9][0].apply(exports,arguments)
|
|
24627
|
-
},{"dup":9}],
|
|
25159
|
+
},{"dup":9}],208:[function(require,module,exports){
|
|
24628
25160
|
arguments[4][9][0].apply(exports,arguments)
|
|
24629
|
-
},{"dup":9}],
|
|
25161
|
+
},{"dup":9}],209:[function(require,module,exports){
|
|
24630
25162
|
arguments[4][9][0].apply(exports,arguments)
|
|
24631
|
-
},{"dup":9}],
|
|
25163
|
+
},{"dup":9}],210:[function(require,module,exports){
|
|
24632
25164
|
"use strict";
|
|
24633
25165
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24634
25166
|
exports.CreativeWorkType = void 0;
|
|
@@ -24645,9 +25177,9 @@ var CreativeWorkType;
|
|
|
24645
25177
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
24646
25178
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
24647
25179
|
|
|
24648
|
-
},{}],
|
|
25180
|
+
},{}],211:[function(require,module,exports){
|
|
24649
25181
|
arguments[4][9][0].apply(exports,arguments)
|
|
24650
|
-
},{"dup":9}],
|
|
25182
|
+
},{"dup":9}],212:[function(require,module,exports){
|
|
24651
25183
|
"use strict";
|
|
24652
25184
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24653
25185
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -24690,7 +25222,7 @@ var Video;
|
|
|
24690
25222
|
(function (Video) {
|
|
24691
25223
|
})(Video = exports.Video || (exports.Video = {}));
|
|
24692
25224
|
|
|
24693
|
-
},{}],
|
|
25225
|
+
},{}],213:[function(require,module,exports){
|
|
24694
25226
|
"use strict";
|
|
24695
25227
|
var __extends = (this && this.__extends) || (function () {
|
|
24696
25228
|
var extendStatics = function (d, b) {
|
|
@@ -24736,7 +25268,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
24736
25268
|
}(chevre_1.ChevreError));
|
|
24737
25269
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
24738
25270
|
|
|
24739
|
-
},{"../errorCode":
|
|
25271
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],214:[function(require,module,exports){
|
|
24740
25272
|
"use strict";
|
|
24741
25273
|
var __extends = (this && this.__extends) || (function () {
|
|
24742
25274
|
var extendStatics = function (d, b) {
|
|
@@ -24781,7 +25313,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
24781
25313
|
}(chevre_1.ChevreError));
|
|
24782
25314
|
exports.ArgumentError = ArgumentError;
|
|
24783
25315
|
|
|
24784
|
-
},{"../errorCode":
|
|
25316
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],215:[function(require,module,exports){
|
|
24785
25317
|
"use strict";
|
|
24786
25318
|
var __extends = (this && this.__extends) || (function () {
|
|
24787
25319
|
var extendStatics = function (d, b) {
|
|
@@ -24826,7 +25358,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
24826
25358
|
}(chevre_1.ChevreError));
|
|
24827
25359
|
exports.ArgumentNullError = ArgumentNullError;
|
|
24828
25360
|
|
|
24829
|
-
},{"../errorCode":
|
|
25361
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],216:[function(require,module,exports){
|
|
24830
25362
|
"use strict";
|
|
24831
25363
|
var __extends = (this && this.__extends) || (function () {
|
|
24832
25364
|
var extendStatics = function (d, b) {
|
|
@@ -24865,7 +25397,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
24865
25397
|
}(Error));
|
|
24866
25398
|
exports.ChevreError = ChevreError;
|
|
24867
25399
|
|
|
24868
|
-
},{"setprototypeof":
|
|
25400
|
+
},{"setprototypeof":368}],217:[function(require,module,exports){
|
|
24869
25401
|
"use strict";
|
|
24870
25402
|
var __extends = (this && this.__extends) || (function () {
|
|
24871
25403
|
var extendStatics = function (d, b) {
|
|
@@ -24909,7 +25441,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
24909
25441
|
}(chevre_1.ChevreError));
|
|
24910
25442
|
exports.ForbiddenError = ForbiddenError;
|
|
24911
25443
|
|
|
24912
|
-
},{"../errorCode":
|
|
25444
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],218:[function(require,module,exports){
|
|
24913
25445
|
"use strict";
|
|
24914
25446
|
var __extends = (this && this.__extends) || (function () {
|
|
24915
25447
|
var extendStatics = function (d, b) {
|
|
@@ -24953,7 +25485,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
24953
25485
|
}(chevre_1.ChevreError));
|
|
24954
25486
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
24955
25487
|
|
|
24956
|
-
},{"../errorCode":
|
|
25488
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],219:[function(require,module,exports){
|
|
24957
25489
|
"use strict";
|
|
24958
25490
|
var __extends = (this && this.__extends) || (function () {
|
|
24959
25491
|
var extendStatics = function (d, b) {
|
|
@@ -24998,7 +25530,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
24998
25530
|
}(chevre_1.ChevreError));
|
|
24999
25531
|
exports.NotFoundError = NotFoundError;
|
|
25000
25532
|
|
|
25001
|
-
},{"../errorCode":
|
|
25533
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],220:[function(require,module,exports){
|
|
25002
25534
|
"use strict";
|
|
25003
25535
|
var __extends = (this && this.__extends) || (function () {
|
|
25004
25536
|
var extendStatics = function (d, b) {
|
|
@@ -25042,7 +25574,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
25042
25574
|
}(chevre_1.ChevreError));
|
|
25043
25575
|
exports.NotImplementedError = NotImplementedError;
|
|
25044
25576
|
|
|
25045
|
-
},{"../errorCode":
|
|
25577
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],221:[function(require,module,exports){
|
|
25046
25578
|
"use strict";
|
|
25047
25579
|
var __extends = (this && this.__extends) || (function () {
|
|
25048
25580
|
var extendStatics = function (d, b) {
|
|
@@ -25086,7 +25618,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
25086
25618
|
}(chevre_1.ChevreError));
|
|
25087
25619
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
25088
25620
|
|
|
25089
|
-
},{"../errorCode":
|
|
25621
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],222:[function(require,module,exports){
|
|
25090
25622
|
"use strict";
|
|
25091
25623
|
var __extends = (this && this.__extends) || (function () {
|
|
25092
25624
|
var extendStatics = function (d, b) {
|
|
@@ -25130,7 +25662,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
25130
25662
|
}(chevre_1.ChevreError));
|
|
25131
25663
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
25132
25664
|
|
|
25133
|
-
},{"../errorCode":
|
|
25665
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],223:[function(require,module,exports){
|
|
25134
25666
|
"use strict";
|
|
25135
25667
|
var __extends = (this && this.__extends) || (function () {
|
|
25136
25668
|
var extendStatics = function (d, b) {
|
|
@@ -25174,7 +25706,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
25174
25706
|
}(chevre_1.ChevreError));
|
|
25175
25707
|
exports.UnauthorizedError = UnauthorizedError;
|
|
25176
25708
|
|
|
25177
|
-
},{"../errorCode":
|
|
25709
|
+
},{"../errorCode":224,"./chevre":216,"setprototypeof":368}],224:[function(require,module,exports){
|
|
25178
25710
|
"use strict";
|
|
25179
25711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25180
25712
|
exports.ErrorCode = void 0;
|
|
@@ -25195,7 +25727,7 @@ var ErrorCode;
|
|
|
25195
25727
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
25196
25728
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
25197
25729
|
|
|
25198
|
-
},{}],
|
|
25730
|
+
},{}],225:[function(require,module,exports){
|
|
25199
25731
|
"use strict";
|
|
25200
25732
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25201
25733
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -25225,13 +25757,13 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
|
|
|
25225
25757
|
var unauthorized_1 = require("./error/unauthorized");
|
|
25226
25758
|
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
25227
25759
|
|
|
25228
|
-
},{"./error/alreadyInUse":
|
|
25760
|
+
},{"./error/alreadyInUse":213,"./error/argument":214,"./error/argumentNull":215,"./error/chevre":216,"./error/forbidden":217,"./error/gatewayTimeout":218,"./error/notFound":219,"./error/notImplemented":220,"./error/rateLimitExceeded":221,"./error/serviceUnavailable":222,"./error/unauthorized":223}],226:[function(require,module,exports){
|
|
25229
25761
|
arguments[4][9][0].apply(exports,arguments)
|
|
25230
|
-
},{"dup":9}],
|
|
25762
|
+
},{"dup":9}],227:[function(require,module,exports){
|
|
25231
25763
|
arguments[4][9][0].apply(exports,arguments)
|
|
25232
|
-
},{"dup":9}],
|
|
25764
|
+
},{"dup":9}],228:[function(require,module,exports){
|
|
25233
25765
|
arguments[4][9][0].apply(exports,arguments)
|
|
25234
|
-
},{"dup":9}],
|
|
25766
|
+
},{"dup":9}],229:[function(require,module,exports){
|
|
25235
25767
|
"use strict";
|
|
25236
25768
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25237
25769
|
exports.EventStatusType = void 0;
|
|
@@ -25246,7 +25778,7 @@ var EventStatusType;
|
|
|
25246
25778
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
25247
25779
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
25248
25780
|
|
|
25249
|
-
},{}],
|
|
25781
|
+
},{}],230:[function(require,module,exports){
|
|
25250
25782
|
"use strict";
|
|
25251
25783
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25252
25784
|
exports.EventType = void 0;
|
|
@@ -25260,7 +25792,7 @@ var EventType;
|
|
|
25260
25792
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
25261
25793
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
25262
25794
|
|
|
25263
|
-
},{}],
|
|
25795
|
+
},{}],231:[function(require,module,exports){
|
|
25264
25796
|
"use strict";
|
|
25265
25797
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25266
25798
|
exports.RoleType = void 0;
|
|
@@ -25269,7 +25801,7 @@ var RoleType;
|
|
|
25269
25801
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
25270
25802
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
25271
25803
|
|
|
25272
|
-
},{}],
|
|
25804
|
+
},{}],232:[function(require,module,exports){
|
|
25273
25805
|
"use strict";
|
|
25274
25806
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25275
25807
|
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;
|
|
@@ -25282,7 +25814,8 @@ var cognito = require("./cognito");
|
|
|
25282
25814
|
exports.cognito = cognito;
|
|
25283
25815
|
exports.waiter = waiter;
|
|
25284
25816
|
var AccountFactory = require("./account");
|
|
25285
|
-
var
|
|
25817
|
+
var AcceptCOAOfferActionFactory = require("./action/accept/coaOffer");
|
|
25818
|
+
var AcceptPayActionFactory = require("./action/accept/pay");
|
|
25286
25819
|
var AuthorizeEventServiceOfferActionFactory = require("./action/authorize/offer/eventService");
|
|
25287
25820
|
var AuthorizeMoneyTransferOfferActionFactory = require("./action/authorize/offer/moneyTransfer");
|
|
25288
25821
|
var AuthorizeProductOfferActionFactory = require("./action/authorize/offer/product");
|
|
@@ -25385,6 +25918,7 @@ var BusTripFactory = require("./trip/busTrip");
|
|
|
25385
25918
|
var tripType_1 = require("./tripType");
|
|
25386
25919
|
var unitCode_1 = require("./unitCode");
|
|
25387
25920
|
var UnitPriceOfferFactory = require("./unitPriceOffer");
|
|
25921
|
+
var AcceptCOAOfferTaskFactory = require("./task/acceptCOAOffer");
|
|
25388
25922
|
var AccountMoneyTransferTaskFactory = require("./task/accountMoneyTransfer");
|
|
25389
25923
|
var AggregateOffersTaskFactory = require("./task/aggregateOffers");
|
|
25390
25924
|
var AggregateScreeningEventTaskFactory = require("./task/aggregateScreeningEvent");
|
|
@@ -25394,6 +25928,7 @@ var CancelAccountMoneyTransferTaskFactory = require("./task/cancelAccountMoneyTr
|
|
|
25394
25928
|
var CancelMoneyTransferTaskFactory = require("./task/cancelMoneyTransfer");
|
|
25395
25929
|
var CancelPendingReservationTaskFactory = require("./task/cancelPendingReservation");
|
|
25396
25930
|
var CancelReservationTaskFactory = require("./task/cancelReservation");
|
|
25931
|
+
var CheckMovieTicketTaskFactory = require("./task/checkMovieTicket");
|
|
25397
25932
|
var CheckResourceTaskFactory = require("./task/checkResource");
|
|
25398
25933
|
var ConfirmReserveTransactionTaskFactory = require("./task/confirmReserveTransaction");
|
|
25399
25934
|
var CreateAccountingReportTaskFactory = require("./task/createAccountingReport");
|
|
@@ -25407,6 +25942,7 @@ var OnAuthorizationCreatedTaskFactory = require("./task/onAuthorizationCreated")
|
|
|
25407
25942
|
var OnEventChangedTaskFactory = require("./task/onEventChanged");
|
|
25408
25943
|
var OnResourceUpdatedTaskFactory = require("./task/onResourceUpdated");
|
|
25409
25944
|
var PayTaskFactory = require("./task/pay");
|
|
25945
|
+
var PublishPaymentUrlTaskFactory = require("./task/publishPaymentUrl");
|
|
25410
25946
|
var RefundTaskFactory = require("./task/refund");
|
|
25411
25947
|
var RegisterServiceTaskFactory = require("./task/registerService");
|
|
25412
25948
|
var ReserveTaskFactory = require("./task/reserve");
|
|
@@ -25438,7 +25974,12 @@ exports.actionStatusType = actionStatusType_1.ActionStatusType;
|
|
|
25438
25974
|
exports.actionType = actionType_1.ActionType;
|
|
25439
25975
|
var action;
|
|
25440
25976
|
(function (action) {
|
|
25441
|
-
|
|
25977
|
+
// export import accept = AcceptActionFactory;
|
|
25978
|
+
var accept;
|
|
25979
|
+
(function (accept) {
|
|
25980
|
+
accept.coaOffer = AcceptCOAOfferActionFactory;
|
|
25981
|
+
accept.pay = AcceptPayActionFactory;
|
|
25982
|
+
})(accept = action.accept || (action.accept = {}));
|
|
25442
25983
|
var authorize;
|
|
25443
25984
|
(function (authorize) {
|
|
25444
25985
|
// tslint:disable-next-line:no-shadowed-variable
|
|
@@ -25644,6 +26185,7 @@ exports.reservationType = reservationType_1.ReservationType;
|
|
|
25644
26185
|
exports.seller = SellerFactory;
|
|
25645
26186
|
var task;
|
|
25646
26187
|
(function (task) {
|
|
26188
|
+
task.acceptCOAOffer = AcceptCOAOfferTaskFactory;
|
|
25647
26189
|
task.aggregateOffers = AggregateOffersTaskFactory;
|
|
25648
26190
|
task.aggregateScreeningEvent = AggregateScreeningEventTaskFactory;
|
|
25649
26191
|
task.aggregateUseActionsOnEvent = AggregateUseActionsOnEventTaskFactory;
|
|
@@ -25651,6 +26193,7 @@ var task;
|
|
|
25651
26193
|
task.cancelMoneyTransfer = CancelMoneyTransferTaskFactory;
|
|
25652
26194
|
task.cancelPendingReservation = CancelPendingReservationTaskFactory;
|
|
25653
26195
|
task.cancelReservation = CancelReservationTaskFactory;
|
|
26196
|
+
task.checkMovieTicket = CheckMovieTicketTaskFactory;
|
|
25654
26197
|
task.checkResource = CheckResourceTaskFactory;
|
|
25655
26198
|
task.createEvent = CreateEventTaskFactory;
|
|
25656
26199
|
task.CreateAccountingReport = CreateAccountingReportTaskFactory;
|
|
@@ -25661,6 +26204,7 @@ var task;
|
|
|
25661
26204
|
task.importOffersFromCOA = ImportOffersFromCOATaskFactory;
|
|
25662
26205
|
task.moneyTransfer = MoneyTransferTaskFactory;
|
|
25663
26206
|
task.pay = PayTaskFactory;
|
|
26207
|
+
task.publishPaymentUrl = PublishPaymentUrlTaskFactory;
|
|
25664
26208
|
task.refund = RefundTaskFactory;
|
|
25665
26209
|
task.registerService = RegisterServiceTaskFactory;
|
|
25666
26210
|
task.reserve = ReserveTaskFactory;
|
|
@@ -25710,9 +26254,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
25710
26254
|
exports.unitCode = unitCode_1.UnitCode;
|
|
25711
26255
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
25712
26256
|
|
|
25713
|
-
},{"./account":
|
|
26257
|
+
},{"./account":152,"./accountTitle":158,"./accountType":159,"./action/accept/coaOffer":160,"./action/accept/pay":161,"./action/authorize/offer/eventService":162,"./action/authorize/offer/moneyTransfer":163,"./action/authorize/offer/product":164,"./action/authorize/paymentMethod/any":165,"./action/cancel/reservation":166,"./action/check/paymentMethod/movieTicket":167,"./action/check/token":168,"./action/consume/use/reservation":169,"./action/interact/confirm/moneyTransfer":170,"./action/interact/confirm/pay":171,"./action/interact/confirm/registerService":172,"./action/interact/confirm/reservation":173,"./action/interact/inform":174,"./action/interact/register/service":175,"./action/reserve":176,"./action/trade/order":177,"./action/trade/pay":178,"./action/trade/refund":179,"./action/transfer/give/pointAward":180,"./action/transfer/moneyTransfer":181,"./action/transfer/return/moneyTransfer":182,"./action/transfer/return/order":183,"./action/transfer/return/paymentMethod":184,"./action/transfer/return/pointAward":185,"./action/transfer/return/reserveTransaction":186,"./action/transfer/send/message/email":187,"./action/transfer/send/order":188,"./action/update/delete/member":189,"./action/update/replace":190,"./actionStatusType":191,"./actionType":192,"./additionalProperty":193,"./assetTransaction/cancelReservation":194,"./assetTransaction/moneyTransfer":195,"./assetTransaction/pay":196,"./assetTransaction/refund":197,"./assetTransaction/registerService":198,"./assetTransaction/reserve":199,"./assetTransactionType":200,"./authorization":201,"./categoryCode":202,"./clientUser":203,"./cognito":204,"./creativeWork/comment":205,"./creativeWork/message/email":206,"./creativeWork/movie":207,"./creativeWork/noteDigitalDocument":208,"./creativeWork/softwareApplication/webApplication":209,"./creativeWorkType":210,"./customer":211,"./encodingFormat":212,"./errorCode":224,"./errors":225,"./event/anyEvent":226,"./event/screeningEvent":227,"./event/screeningEventSeries":228,"./eventStatusType":229,"./eventType":230,"./iam":231,"./invoice":233,"./itemAvailability":234,"./language":235,"./merchantReturnPolicy":236,"./monetaryAmount":237,"./offer":238,"./offer/aggregateOffer":239,"./offerCatalog":240,"./offerItemCondition":241,"./offerType":242,"./order":243,"./orderStatus":244,"./organization":245,"./organizationType":246,"./ownershipInfo":247,"./paymentMethod/paymentCard/creditCard":248,"./paymentMethod/paymentCard/movieTicket":249,"./paymentStatusType":250,"./permit":251,"./person":252,"./personType":253,"./place/busStop":254,"./place/movieTheater":255,"./place/screeningRoom":256,"./place/screeningRoomSection":257,"./place/seat":258,"./placeType":259,"./priceCurrency":260,"./priceSpecification/unitPriceSpecification":261,"./priceSpecificationType":262,"./product":263,"./programMembership":264,"./project":265,"./propertyValue":266,"./propertyValue/locationFeatureSpecification":267,"./qualitativeValue":268,"./quantitativeValue":269,"./report/accountingReport":270,"./reservation/busReservation":271,"./reservation/event":272,"./reservationStatusType":273,"./reservationType":274,"./seller":275,"./service/paymentService":276,"./service/webAPI":277,"./sortType":278,"./task/acceptCOAOffer":279,"./task/accountMoneyTransfer":280,"./task/aggregateOffers":281,"./task/aggregateScreeningEvent":282,"./task/aggregateUseActionsOnEvent":283,"./task/authorizePayment":284,"./task/cancelAccountMoneyTransfer":285,"./task/cancelMoneyTransfer":286,"./task/cancelPendingReservation":287,"./task/cancelReservation":288,"./task/checkMovieTicket":289,"./task/checkResource":290,"./task/confirmReserveTransaction":291,"./task/createAccountingReport":292,"./task/createEvent":293,"./task/deleteTransaction":294,"./task/importEventCapacitiesFromCOA":295,"./task/importEventsFromCOA":296,"./task/importOffersFromCOA":297,"./task/moneyTransfer":298,"./task/onAuthorizationCreated":299,"./task/onEventChanged":300,"./task/onResourceUpdated":301,"./task/pay":302,"./task/publishPaymentUrl":303,"./task/refund":304,"./task/registerService":305,"./task/reserve":306,"./task/sendEmailMessage":307,"./task/triggerWebhook":308,"./task/useReservation":309,"./task/voidPayment":310,"./taskName":311,"./taskStatus":312,"./thing":313,"./transaction/moneyTransfer":314,"./transaction/placeOrder":315,"./transaction/returnOrder":316,"./transactionStatusType":317,"./transactionTasksExportationStatus":318,"./transactionType":319,"./trip/busTrip":320,"./tripType":321,"./unitCode":322,"./unitPriceOffer":323,"@waiter/factory":339}],233:[function(require,module,exports){
|
|
25714
26258
|
arguments[4][9][0].apply(exports,arguments)
|
|
25715
|
-
},{"dup":9}],
|
|
26259
|
+
},{"dup":9}],234:[function(require,module,exports){
|
|
25716
26260
|
"use strict";
|
|
25717
26261
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25718
26262
|
exports.ItemAvailability = void 0;
|
|
@@ -25732,9 +26276,9 @@ var ItemAvailability;
|
|
|
25732
26276
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
25733
26277
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
25734
26278
|
|
|
25735
|
-
},{}],
|
|
26279
|
+
},{}],235:[function(require,module,exports){
|
|
25736
26280
|
arguments[4][9][0].apply(exports,arguments)
|
|
25737
|
-
},{"dup":9}],
|
|
26281
|
+
},{"dup":9}],236:[function(require,module,exports){
|
|
25738
26282
|
"use strict";
|
|
25739
26283
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25740
26284
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -25785,17 +26329,17 @@ var MerchantReturnEnumeration;
|
|
|
25785
26329
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
25786
26330
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
25787
26331
|
|
|
25788
|
-
},{}],
|
|
26332
|
+
},{}],237:[function(require,module,exports){
|
|
25789
26333
|
arguments[4][9][0].apply(exports,arguments)
|
|
25790
|
-
},{"dup":9}],
|
|
26334
|
+
},{"dup":9}],238:[function(require,module,exports){
|
|
25791
26335
|
arguments[4][9][0].apply(exports,arguments)
|
|
25792
|
-
},{"dup":9}],
|
|
26336
|
+
},{"dup":9}],239:[function(require,module,exports){
|
|
25793
26337
|
arguments[4][9][0].apply(exports,arguments)
|
|
25794
|
-
},{"dup":9}],
|
|
26338
|
+
},{"dup":9}],240:[function(require,module,exports){
|
|
25795
26339
|
arguments[4][9][0].apply(exports,arguments)
|
|
25796
|
-
},{"dup":9}],
|
|
26340
|
+
},{"dup":9}],241:[function(require,module,exports){
|
|
25797
26341
|
arguments[4][9][0].apply(exports,arguments)
|
|
25798
|
-
},{"dup":9}],
|
|
26342
|
+
},{"dup":9}],242:[function(require,module,exports){
|
|
25799
26343
|
"use strict";
|
|
25800
26344
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25801
26345
|
exports.OfferType = void 0;
|
|
@@ -25808,7 +26352,7 @@ var OfferType;
|
|
|
25808
26352
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
25809
26353
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
25810
26354
|
|
|
25811
|
-
},{}],
|
|
26355
|
+
},{}],243:[function(require,module,exports){
|
|
25812
26356
|
"use strict";
|
|
25813
26357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25814
26358
|
exports.OrderType = void 0;
|
|
@@ -25817,7 +26361,7 @@ var OrderType;
|
|
|
25817
26361
|
OrderType["Order"] = "Order";
|
|
25818
26362
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
25819
26363
|
|
|
25820
|
-
},{}],
|
|
26364
|
+
},{}],244:[function(require,module,exports){
|
|
25821
26365
|
"use strict";
|
|
25822
26366
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25823
26367
|
exports.OrderStatus = void 0;
|
|
@@ -25836,9 +26380,9 @@ var OrderStatus;
|
|
|
25836
26380
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
25837
26381
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
25838
26382
|
|
|
25839
|
-
},{}],
|
|
26383
|
+
},{}],245:[function(require,module,exports){
|
|
25840
26384
|
arguments[4][9][0].apply(exports,arguments)
|
|
25841
|
-
},{"dup":9}],
|
|
26385
|
+
},{"dup":9}],246:[function(require,module,exports){
|
|
25842
26386
|
"use strict";
|
|
25843
26387
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25844
26388
|
exports.OrganizationType = void 0;
|
|
@@ -25863,13 +26407,13 @@ var OrganizationType;
|
|
|
25863
26407
|
OrganizationType["Project"] = "Project";
|
|
25864
26408
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
25865
26409
|
|
|
25866
|
-
},{}],
|
|
26410
|
+
},{}],247:[function(require,module,exports){
|
|
25867
26411
|
arguments[4][9][0].apply(exports,arguments)
|
|
25868
|
-
},{"dup":9}],
|
|
26412
|
+
},{"dup":9}],248:[function(require,module,exports){
|
|
25869
26413
|
arguments[4][9][0].apply(exports,arguments)
|
|
25870
|
-
},{"dup":9}],
|
|
26414
|
+
},{"dup":9}],249:[function(require,module,exports){
|
|
25871
26415
|
arguments[4][9][0].apply(exports,arguments)
|
|
25872
|
-
},{"dup":9}],
|
|
26416
|
+
},{"dup":9}],250:[function(require,module,exports){
|
|
25873
26417
|
"use strict";
|
|
25874
26418
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25875
26419
|
exports.PaymentStatusType = void 0;
|
|
@@ -25885,7 +26429,7 @@ var PaymentStatusType;
|
|
|
25885
26429
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
25886
26430
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
25887
26431
|
|
|
25888
|
-
},{}],
|
|
26432
|
+
},{}],251:[function(require,module,exports){
|
|
25889
26433
|
"use strict";
|
|
25890
26434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25891
26435
|
exports.PermitType = void 0;
|
|
@@ -25894,9 +26438,9 @@ var PermitType;
|
|
|
25894
26438
|
PermitType["Permit"] = "Permit";
|
|
25895
26439
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
25896
26440
|
|
|
25897
|
-
},{}],
|
|
26441
|
+
},{}],252:[function(require,module,exports){
|
|
25898
26442
|
arguments[4][9][0].apply(exports,arguments)
|
|
25899
|
-
},{"dup":9}],
|
|
26443
|
+
},{"dup":9}],253:[function(require,module,exports){
|
|
25900
26444
|
"use strict";
|
|
25901
26445
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25902
26446
|
exports.PersonType = void 0;
|
|
@@ -25908,17 +26452,17 @@ var PersonType;
|
|
|
25908
26452
|
PersonType["Person"] = "Person";
|
|
25909
26453
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
25910
26454
|
|
|
25911
|
-
},{}],
|
|
26455
|
+
},{}],254:[function(require,module,exports){
|
|
25912
26456
|
arguments[4][9][0].apply(exports,arguments)
|
|
25913
|
-
},{"dup":9}],
|
|
26457
|
+
},{"dup":9}],255:[function(require,module,exports){
|
|
25914
26458
|
arguments[4][9][0].apply(exports,arguments)
|
|
25915
|
-
},{"dup":9}],
|
|
26459
|
+
},{"dup":9}],256:[function(require,module,exports){
|
|
25916
26460
|
arguments[4][9][0].apply(exports,arguments)
|
|
25917
|
-
},{"dup":9}],
|
|
26461
|
+
},{"dup":9}],257:[function(require,module,exports){
|
|
25918
26462
|
arguments[4][9][0].apply(exports,arguments)
|
|
25919
|
-
},{"dup":9}],
|
|
26463
|
+
},{"dup":9}],258:[function(require,module,exports){
|
|
25920
26464
|
arguments[4][9][0].apply(exports,arguments)
|
|
25921
|
-
},{"dup":9}],
|
|
26465
|
+
},{"dup":9}],259:[function(require,module,exports){
|
|
25922
26466
|
"use strict";
|
|
25923
26467
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25924
26468
|
exports.PlaceType = void 0;
|
|
@@ -25936,7 +26480,7 @@ var PlaceType;
|
|
|
25936
26480
|
PlaceType["Seat"] = "Seat";
|
|
25937
26481
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
25938
26482
|
|
|
25939
|
-
},{}],
|
|
26483
|
+
},{}],260:[function(require,module,exports){
|
|
25940
26484
|
"use strict";
|
|
25941
26485
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25942
26486
|
exports.PriceCurrency = void 0;
|
|
@@ -25950,9 +26494,9 @@ var PriceCurrency;
|
|
|
25950
26494
|
PriceCurrency["JPY"] = "JPY";
|
|
25951
26495
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
25952
26496
|
|
|
25953
|
-
},{}],
|
|
26497
|
+
},{}],261:[function(require,module,exports){
|
|
25954
26498
|
arguments[4][9][0].apply(exports,arguments)
|
|
25955
|
-
},{"dup":9}],
|
|
26499
|
+
},{"dup":9}],262:[function(require,module,exports){
|
|
25956
26500
|
"use strict";
|
|
25957
26501
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25958
26502
|
exports.PriceSpecificationType = void 0;
|
|
@@ -25983,7 +26527,7 @@ var PriceSpecificationType;
|
|
|
25983
26527
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
25984
26528
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
25985
26529
|
|
|
25986
|
-
},{}],
|
|
26530
|
+
},{}],263:[function(require,module,exports){
|
|
25987
26531
|
"use strict";
|
|
25988
26532
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25989
26533
|
exports.ProductType = void 0;
|
|
@@ -26014,7 +26558,7 @@ var ProductType;
|
|
|
26014
26558
|
ProductType["Transportation"] = "Transportation";
|
|
26015
26559
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
26016
26560
|
|
|
26017
|
-
},{}],
|
|
26561
|
+
},{}],264:[function(require,module,exports){
|
|
26018
26562
|
"use strict";
|
|
26019
26563
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26020
26564
|
exports.ProgramMembershipType = void 0;
|
|
@@ -26023,9 +26567,9 @@ var ProgramMembershipType;
|
|
|
26023
26567
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
26024
26568
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
26025
26569
|
|
|
26026
|
-
},{}],
|
|
26570
|
+
},{}],265:[function(require,module,exports){
|
|
26027
26571
|
arguments[4][9][0].apply(exports,arguments)
|
|
26028
|
-
},{"dup":9}],
|
|
26572
|
+
},{"dup":9}],266:[function(require,module,exports){
|
|
26029
26573
|
"use strict";
|
|
26030
26574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26031
26575
|
exports.PropertyValueType = void 0;
|
|
@@ -26034,11 +26578,11 @@ var PropertyValueType;
|
|
|
26034
26578
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
26035
26579
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
26036
26580
|
|
|
26037
|
-
},{}],
|
|
26581
|
+
},{}],267:[function(require,module,exports){
|
|
26038
26582
|
arguments[4][9][0].apply(exports,arguments)
|
|
26039
|
-
},{"dup":9}],
|
|
26583
|
+
},{"dup":9}],268:[function(require,module,exports){
|
|
26040
26584
|
arguments[4][9][0].apply(exports,arguments)
|
|
26041
|
-
},{"dup":9}],
|
|
26585
|
+
},{"dup":9}],269:[function(require,module,exports){
|
|
26042
26586
|
"use strict";
|
|
26043
26587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26044
26588
|
exports.StringValue = void 0;
|
|
@@ -26047,13 +26591,13 @@ var StringValue;
|
|
|
26047
26591
|
StringValue["Infinity"] = "Infinity";
|
|
26048
26592
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
26049
26593
|
|
|
26050
|
-
},{}],
|
|
26594
|
+
},{}],270:[function(require,module,exports){
|
|
26051
26595
|
arguments[4][9][0].apply(exports,arguments)
|
|
26052
|
-
},{"dup":9}],
|
|
26596
|
+
},{"dup":9}],271:[function(require,module,exports){
|
|
26053
26597
|
arguments[4][9][0].apply(exports,arguments)
|
|
26054
|
-
},{"dup":9}],
|
|
26598
|
+
},{"dup":9}],272:[function(require,module,exports){
|
|
26055
26599
|
arguments[4][9][0].apply(exports,arguments)
|
|
26056
|
-
},{"dup":9}],
|
|
26600
|
+
},{"dup":9}],273:[function(require,module,exports){
|
|
26057
26601
|
"use strict";
|
|
26058
26602
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26059
26603
|
exports.ReservationStatusType = void 0;
|
|
@@ -26080,7 +26624,7 @@ var ReservationStatusType;
|
|
|
26080
26624
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
26081
26625
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
26082
26626
|
|
|
26083
|
-
},{}],
|
|
26627
|
+
},{}],274:[function(require,module,exports){
|
|
26084
26628
|
"use strict";
|
|
26085
26629
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26086
26630
|
exports.ReservationType = void 0;
|
|
@@ -26094,9 +26638,9 @@ var ReservationType;
|
|
|
26094
26638
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
26095
26639
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
26096
26640
|
|
|
26097
|
-
},{}],
|
|
26641
|
+
},{}],275:[function(require,module,exports){
|
|
26098
26642
|
arguments[4][9][0].apply(exports,arguments)
|
|
26099
|
-
},{"dup":9}],
|
|
26643
|
+
},{"dup":9}],276:[function(require,module,exports){
|
|
26100
26644
|
"use strict";
|
|
26101
26645
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26102
26646
|
exports.PaymentServiceType = void 0;
|
|
@@ -26108,7 +26652,7 @@ var PaymentServiceType;
|
|
|
26108
26652
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
26109
26653
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
26110
26654
|
|
|
26111
|
-
},{}],
|
|
26655
|
+
},{}],277:[function(require,module,exports){
|
|
26112
26656
|
"use strict";
|
|
26113
26657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26114
26658
|
exports.Identifier = void 0;
|
|
@@ -26118,7 +26662,7 @@ var Identifier;
|
|
|
26118
26662
|
Identifier["Chevre"] = "Chevre";
|
|
26119
26663
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
26120
26664
|
|
|
26121
|
-
},{}],
|
|
26665
|
+
},{}],278:[function(require,module,exports){
|
|
26122
26666
|
"use strict";
|
|
26123
26667
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26124
26668
|
exports.SortType = void 0;
|
|
@@ -26131,13 +26675,7 @@ var SortType;
|
|
|
26131
26675
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
26132
26676
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
26133
26677
|
|
|
26134
|
-
},{}],
|
|
26135
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26136
|
-
},{"dup":9}],277:[function(require,module,exports){
|
|
26137
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26138
|
-
},{"dup":9}],278:[function(require,module,exports){
|
|
26139
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26140
|
-
},{"dup":9}],279:[function(require,module,exports){
|
|
26678
|
+
},{}],279:[function(require,module,exports){
|
|
26141
26679
|
arguments[4][9][0].apply(exports,arguments)
|
|
26142
26680
|
},{"dup":9}],280:[function(require,module,exports){
|
|
26143
26681
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -26158,6 +26696,16 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
26158
26696
|
},{"dup":9}],288:[function(require,module,exports){
|
|
26159
26697
|
arguments[4][9][0].apply(exports,arguments)
|
|
26160
26698
|
},{"dup":9}],289:[function(require,module,exports){
|
|
26699
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26700
|
+
},{"dup":9}],290:[function(require,module,exports){
|
|
26701
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26702
|
+
},{"dup":9}],291:[function(require,module,exports){
|
|
26703
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26704
|
+
},{"dup":9}],292:[function(require,module,exports){
|
|
26705
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26706
|
+
},{"dup":9}],293:[function(require,module,exports){
|
|
26707
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26708
|
+
},{"dup":9}],294:[function(require,module,exports){
|
|
26161
26709
|
"use strict";
|
|
26162
26710
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26163
26711
|
exports.SpecifyingMethod = void 0;
|
|
@@ -26170,17 +26718,7 @@ var SpecifyingMethod;
|
|
|
26170
26718
|
SpecifyingMethod["AgentId"] = "AgentId";
|
|
26171
26719
|
})(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
|
|
26172
26720
|
|
|
26173
|
-
},{}],
|
|
26174
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26175
|
-
},{"dup":9}],291:[function(require,module,exports){
|
|
26176
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26177
|
-
},{"dup":9}],292:[function(require,module,exports){
|
|
26178
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26179
|
-
},{"dup":9}],293:[function(require,module,exports){
|
|
26180
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26181
|
-
},{"dup":9}],294:[function(require,module,exports){
|
|
26182
|
-
arguments[4][9][0].apply(exports,arguments)
|
|
26183
|
-
},{"dup":9}],295:[function(require,module,exports){
|
|
26721
|
+
},{}],295:[function(require,module,exports){
|
|
26184
26722
|
arguments[4][9][0].apply(exports,arguments)
|
|
26185
26723
|
},{"dup":9}],296:[function(require,module,exports){
|
|
26186
26724
|
arguments[4][9][0].apply(exports,arguments)
|
|
@@ -26201,6 +26739,18 @@ arguments[4][9][0].apply(exports,arguments)
|
|
|
26201
26739
|
},{"dup":9}],304:[function(require,module,exports){
|
|
26202
26740
|
arguments[4][9][0].apply(exports,arguments)
|
|
26203
26741
|
},{"dup":9}],305:[function(require,module,exports){
|
|
26742
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26743
|
+
},{"dup":9}],306:[function(require,module,exports){
|
|
26744
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26745
|
+
},{"dup":9}],307:[function(require,module,exports){
|
|
26746
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26747
|
+
},{"dup":9}],308:[function(require,module,exports){
|
|
26748
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26749
|
+
},{"dup":9}],309:[function(require,module,exports){
|
|
26750
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26751
|
+
},{"dup":9}],310:[function(require,module,exports){
|
|
26752
|
+
arguments[4][9][0].apply(exports,arguments)
|
|
26753
|
+
},{"dup":9}],311:[function(require,module,exports){
|
|
26204
26754
|
"use strict";
|
|
26205
26755
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26206
26756
|
exports.TaskName = void 0;
|
|
@@ -26209,6 +26759,7 @@ exports.TaskName = void 0;
|
|
|
26209
26759
|
*/
|
|
26210
26760
|
var TaskName;
|
|
26211
26761
|
(function (TaskName) {
|
|
26762
|
+
TaskName["AcceptCOAOffer"] = "acceptCOAOffer";
|
|
26212
26763
|
/**
|
|
26213
26764
|
* 口座転送
|
|
26214
26765
|
*/
|
|
@@ -26227,6 +26778,10 @@ var TaskName;
|
|
|
26227
26778
|
TaskName["CancelMoneyTransfer"] = "cancelMoneyTransfer";
|
|
26228
26779
|
TaskName["CancelReservation"] = "cancelReservation";
|
|
26229
26780
|
TaskName["CancelPendingReservation"] = "cancelPendingReservation";
|
|
26781
|
+
/**
|
|
26782
|
+
* 決済カード認証(2024-05-21~)
|
|
26783
|
+
*/
|
|
26784
|
+
TaskName["CheckMovieTicket"] = "checkMovieTicket";
|
|
26230
26785
|
/**
|
|
26231
26786
|
* リソース検証
|
|
26232
26787
|
*/
|
|
@@ -26279,6 +26834,10 @@ var TaskName;
|
|
|
26279
26834
|
* 注文受付
|
|
26280
26835
|
*/
|
|
26281
26836
|
TaskName["PlaceOrder"] = "placeOrder";
|
|
26837
|
+
/**
|
|
26838
|
+
* 決済URL発行(2024-05-22~)
|
|
26839
|
+
*/
|
|
26840
|
+
TaskName["PublishPaymentUrl"] = "publishPaymentUrl";
|
|
26282
26841
|
TaskName["Refund"] = "refund";
|
|
26283
26842
|
TaskName["RegisterService"] = "registerService";
|
|
26284
26843
|
/**
|
|
@@ -26334,7 +26893,7 @@ var TaskName;
|
|
|
26334
26893
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
26335
26894
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
26336
26895
|
|
|
26337
|
-
},{}],
|
|
26896
|
+
},{}],312:[function(require,module,exports){
|
|
26338
26897
|
"use strict";
|
|
26339
26898
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26340
26899
|
exports.TaskStatus = void 0;
|
|
@@ -26361,13 +26920,13 @@ var TaskStatus;
|
|
|
26361
26920
|
TaskStatus["Aborted"] = "Aborted";
|
|
26362
26921
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
26363
26922
|
|
|
26364
|
-
},{}],
|
|
26923
|
+
},{}],313:[function(require,module,exports){
|
|
26365
26924
|
arguments[4][9][0].apply(exports,arguments)
|
|
26366
|
-
},{"dup":9}],
|
|
26925
|
+
},{"dup":9}],314:[function(require,module,exports){
|
|
26367
26926
|
arguments[4][9][0].apply(exports,arguments)
|
|
26368
|
-
},{"dup":9}],
|
|
26927
|
+
},{"dup":9}],315:[function(require,module,exports){
|
|
26369
26928
|
arguments[4][9][0].apply(exports,arguments)
|
|
26370
|
-
},{"dup":9}],
|
|
26929
|
+
},{"dup":9}],316:[function(require,module,exports){
|
|
26371
26930
|
"use strict";
|
|
26372
26931
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26373
26932
|
exports.Reason = void 0;
|
|
@@ -26386,7 +26945,7 @@ var Reason;
|
|
|
26386
26945
|
Reason["Seller"] = "Seller";
|
|
26387
26946
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
26388
26947
|
|
|
26389
|
-
},{}],
|
|
26948
|
+
},{}],317:[function(require,module,exports){
|
|
26390
26949
|
"use strict";
|
|
26391
26950
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26392
26951
|
exports.TransactionStatusType = void 0;
|
|
@@ -26401,7 +26960,7 @@ var TransactionStatusType;
|
|
|
26401
26960
|
TransactionStatusType["Expired"] = "Expired";
|
|
26402
26961
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
26403
26962
|
|
|
26404
|
-
},{}],
|
|
26963
|
+
},{}],318:[function(require,module,exports){
|
|
26405
26964
|
"use strict";
|
|
26406
26965
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26407
26966
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -26424,7 +26983,7 @@ var TransactionTasksExportationStatus;
|
|
|
26424
26983
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
26425
26984
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
26426
26985
|
|
|
26427
|
-
},{}],
|
|
26986
|
+
},{}],319:[function(require,module,exports){
|
|
26428
26987
|
"use strict";
|
|
26429
26988
|
/**
|
|
26430
26989
|
* 取引タイプ
|
|
@@ -26447,9 +27006,9 @@ var TransactionType;
|
|
|
26447
27006
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
26448
27007
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
26449
27008
|
|
|
26450
|
-
},{}],
|
|
27009
|
+
},{}],320:[function(require,module,exports){
|
|
26451
27010
|
arguments[4][9][0].apply(exports,arguments)
|
|
26452
|
-
},{"dup":9}],
|
|
27011
|
+
},{"dup":9}],321:[function(require,module,exports){
|
|
26453
27012
|
"use strict";
|
|
26454
27013
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26455
27014
|
exports.TripType = void 0;
|
|
@@ -26462,7 +27021,7 @@ var TripType;
|
|
|
26462
27021
|
TripType["Trip"] = "Trip";
|
|
26463
27022
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
26464
27023
|
|
|
26465
|
-
},{}],
|
|
27024
|
+
},{}],322:[function(require,module,exports){
|
|
26466
27025
|
"use strict";
|
|
26467
27026
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26468
27027
|
exports.UnitCode = void 0;
|
|
@@ -26489,11 +27048,11 @@ var UnitCode;
|
|
|
26489
27048
|
UnitCode["Sec"] = "SEC";
|
|
26490
27049
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
26491
27050
|
|
|
26492
|
-
},{}],
|
|
27051
|
+
},{}],323:[function(require,module,exports){
|
|
26493
27052
|
arguments[4][9][0].apply(exports,arguments)
|
|
26494
|
-
},{"dup":9}],
|
|
27053
|
+
},{"dup":9}],324:[function(require,module,exports){
|
|
26495
27054
|
arguments[4][9][0].apply(exports,arguments)
|
|
26496
|
-
},{"dup":9}],
|
|
27055
|
+
},{"dup":9}],325:[function(require,module,exports){
|
|
26497
27056
|
"use strict";
|
|
26498
27057
|
var __extends = (this && this.__extends) || (function () {
|
|
26499
27058
|
var extendStatics = function (d, b) {
|
|
@@ -26534,7 +27093,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
26534
27093
|
}(waiter_1.WaiterError));
|
|
26535
27094
|
exports.ArgumentError = ArgumentError;
|
|
26536
27095
|
|
|
26537
|
-
},{"../errorCode":
|
|
27096
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],326:[function(require,module,exports){
|
|
26538
27097
|
"use strict";
|
|
26539
27098
|
var __extends = (this && this.__extends) || (function () {
|
|
26540
27099
|
var extendStatics = function (d, b) {
|
|
@@ -26575,7 +27134,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
26575
27134
|
}(waiter_1.WaiterError));
|
|
26576
27135
|
exports.ArgumentNullError = ArgumentNullError;
|
|
26577
27136
|
|
|
26578
|
-
},{"../errorCode":
|
|
27137
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],327:[function(require,module,exports){
|
|
26579
27138
|
"use strict";
|
|
26580
27139
|
var __extends = (this && this.__extends) || (function () {
|
|
26581
27140
|
var extendStatics = function (d, b) {
|
|
@@ -26615,7 +27174,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
26615
27174
|
}(waiter_1.WaiterError));
|
|
26616
27175
|
exports.ForbiddenError = ForbiddenError;
|
|
26617
27176
|
|
|
26618
|
-
},{"../errorCode":
|
|
27177
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],328:[function(require,module,exports){
|
|
26619
27178
|
"use strict";
|
|
26620
27179
|
var __extends = (this && this.__extends) || (function () {
|
|
26621
27180
|
var extendStatics = function (d, b) {
|
|
@@ -26656,7 +27215,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
26656
27215
|
}(waiter_1.WaiterError));
|
|
26657
27216
|
exports.NotFoundError = NotFoundError;
|
|
26658
27217
|
|
|
26659
|
-
},{"../errorCode":
|
|
27218
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],329:[function(require,module,exports){
|
|
26660
27219
|
"use strict";
|
|
26661
27220
|
var __extends = (this && this.__extends) || (function () {
|
|
26662
27221
|
var extendStatics = function (d, b) {
|
|
@@ -26696,7 +27255,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
26696
27255
|
}(waiter_1.WaiterError));
|
|
26697
27256
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
26698
27257
|
|
|
26699
|
-
},{"../errorCode":
|
|
27258
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],330:[function(require,module,exports){
|
|
26700
27259
|
"use strict";
|
|
26701
27260
|
var __extends = (this && this.__extends) || (function () {
|
|
26702
27261
|
var extendStatics = function (d, b) {
|
|
@@ -26736,7 +27295,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
26736
27295
|
}(waiter_1.WaiterError));
|
|
26737
27296
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
26738
27297
|
|
|
26739
|
-
},{"../errorCode":
|
|
27298
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],331:[function(require,module,exports){
|
|
26740
27299
|
"use strict";
|
|
26741
27300
|
var __extends = (this && this.__extends) || (function () {
|
|
26742
27301
|
var extendStatics = function (d, b) {
|
|
@@ -26776,7 +27335,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
26776
27335
|
}(waiter_1.WaiterError));
|
|
26777
27336
|
exports.UnauthorizedError = UnauthorizedError;
|
|
26778
27337
|
|
|
26779
|
-
},{"../errorCode":
|
|
27338
|
+
},{"../errorCode":333,"./waiter":332,"setprototypeof":368}],332:[function(require,module,exports){
|
|
26780
27339
|
"use strict";
|
|
26781
27340
|
var __extends = (this && this.__extends) || (function () {
|
|
26782
27341
|
var extendStatics = function (d, b) {
|
|
@@ -26809,7 +27368,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
26809
27368
|
}(Error));
|
|
26810
27369
|
exports.WaiterError = WaiterError;
|
|
26811
27370
|
|
|
26812
|
-
},{}],
|
|
27371
|
+
},{}],333:[function(require,module,exports){
|
|
26813
27372
|
"use strict";
|
|
26814
27373
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26815
27374
|
/**
|
|
@@ -26828,7 +27387,7 @@ var ErrorCode;
|
|
|
26828
27387
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
26829
27388
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
26830
27389
|
|
|
26831
|
-
},{}],
|
|
27390
|
+
},{}],334:[function(require,module,exports){
|
|
26832
27391
|
"use strict";
|
|
26833
27392
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26834
27393
|
/**
|
|
@@ -26851,15 +27410,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
|
|
|
26851
27410
|
var waiter_1 = require("./error/waiter");
|
|
26852
27411
|
exports.Waiter = waiter_1.WaiterError;
|
|
26853
27412
|
|
|
26854
|
-
},{"./error/argument":
|
|
27413
|
+
},{"./error/argument":325,"./error/argumentNull":326,"./error/forbidden":327,"./error/notFound":328,"./error/rateLimitExceeded":329,"./error/serviceUnavailable":330,"./error/unauthorized":331,"./error/waiter":332}],335:[function(require,module,exports){
|
|
26855
27414
|
arguments[4][9][0].apply(exports,arguments)
|
|
26856
|
-
},{"dup":9}],
|
|
27415
|
+
},{"dup":9}],336:[function(require,module,exports){
|
|
26857
27416
|
arguments[4][9][0].apply(exports,arguments)
|
|
26858
|
-
},{"dup":9}],
|
|
27417
|
+
},{"dup":9}],337:[function(require,module,exports){
|
|
26859
27418
|
arguments[4][9][0].apply(exports,arguments)
|
|
26860
|
-
},{"dup":9}],
|
|
27419
|
+
},{"dup":9}],338:[function(require,module,exports){
|
|
26861
27420
|
arguments[4][9][0].apply(exports,arguments)
|
|
26862
|
-
},{"dup":9}],
|
|
27421
|
+
},{"dup":9}],339:[function(require,module,exports){
|
|
26863
27422
|
"use strict";
|
|
26864
27423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26865
27424
|
/**
|
|
@@ -26880,7 +27439,7 @@ exports.rule = rule;
|
|
|
26880
27439
|
var ruleSet = require("./factory/ruleSet");
|
|
26881
27440
|
exports.ruleSet = ruleSet;
|
|
26882
27441
|
|
|
26883
|
-
},{"./factory/client":
|
|
27442
|
+
},{"./factory/client":324,"./factory/errorCode":333,"./factory/errors":334,"./factory/passport":335,"./factory/project":336,"./factory/rule":337,"./factory/ruleSet":338}],340:[function(require,module,exports){
|
|
26884
27443
|
'use strict'
|
|
26885
27444
|
|
|
26886
27445
|
exports.byteLength = byteLength
|
|
@@ -27034,9 +27593,9 @@ function fromByteArray (uint8) {
|
|
|
27034
27593
|
return parts.join('')
|
|
27035
27594
|
}
|
|
27036
27595
|
|
|
27037
|
-
},{}],
|
|
27596
|
+
},{}],341:[function(require,module,exports){
|
|
27038
27597
|
|
|
27039
|
-
},{}],
|
|
27598
|
+
},{}],342:[function(require,module,exports){
|
|
27040
27599
|
(function (Buffer){
|
|
27041
27600
|
/*!
|
|
27042
27601
|
* The buffer module from node.js, for the browser.
|
|
@@ -28817,7 +29376,7 @@ function numberIsNaN (obj) {
|
|
|
28817
29376
|
}
|
|
28818
29377
|
|
|
28819
29378
|
}).call(this,require("buffer").Buffer)
|
|
28820
|
-
},{"base64-js":
|
|
29379
|
+
},{"base64-js":340,"buffer":342,"ieee754":356}],343:[function(require,module,exports){
|
|
28821
29380
|
'use strict';
|
|
28822
29381
|
|
|
28823
29382
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -28834,7 +29393,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
28834
29393
|
return intrinsic;
|
|
28835
29394
|
};
|
|
28836
29395
|
|
|
28837
|
-
},{"./":
|
|
29396
|
+
},{"./":344,"get-intrinsic":350}],344:[function(require,module,exports){
|
|
28838
29397
|
'use strict';
|
|
28839
29398
|
|
|
28840
29399
|
var bind = require('function-bind');
|
|
@@ -28883,7 +29442,7 @@ if ($defineProperty) {
|
|
|
28883
29442
|
module.exports.apply = applyBind;
|
|
28884
29443
|
}
|
|
28885
29444
|
|
|
28886
|
-
},{"function-bind":
|
|
29445
|
+
},{"function-bind":349,"get-intrinsic":350}],345:[function(require,module,exports){
|
|
28887
29446
|
/**
|
|
28888
29447
|
* Helpers.
|
|
28889
29448
|
*/
|
|
@@ -29047,7 +29606,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
29047
29606
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
29048
29607
|
}
|
|
29049
29608
|
|
|
29050
|
-
},{}],
|
|
29609
|
+
},{}],346:[function(require,module,exports){
|
|
29051
29610
|
(function (process){
|
|
29052
29611
|
"use strict";
|
|
29053
29612
|
|
|
@@ -29231,7 +29790,7 @@ formatters.j = function (v) {
|
|
|
29231
29790
|
|
|
29232
29791
|
|
|
29233
29792
|
}).call(this,require('_process'))
|
|
29234
|
-
},{"./common":
|
|
29793
|
+
},{"./common":347,"_process":359}],347:[function(require,module,exports){
|
|
29235
29794
|
"use strict";
|
|
29236
29795
|
|
|
29237
29796
|
/**
|
|
@@ -29482,7 +30041,7 @@ function setup(env) {
|
|
|
29482
30041
|
module.exports = setup;
|
|
29483
30042
|
|
|
29484
30043
|
|
|
29485
|
-
},{"ms":
|
|
30044
|
+
},{"ms":345}],348:[function(require,module,exports){
|
|
29486
30045
|
'use strict';
|
|
29487
30046
|
|
|
29488
30047
|
/* eslint no-invalid-this: 1 */
|
|
@@ -29536,14 +30095,14 @@ module.exports = function bind(that) {
|
|
|
29536
30095
|
return bound;
|
|
29537
30096
|
};
|
|
29538
30097
|
|
|
29539
|
-
},{}],
|
|
30098
|
+
},{}],349:[function(require,module,exports){
|
|
29540
30099
|
'use strict';
|
|
29541
30100
|
|
|
29542
30101
|
var implementation = require('./implementation');
|
|
29543
30102
|
|
|
29544
30103
|
module.exports = Function.prototype.bind || implementation;
|
|
29545
30104
|
|
|
29546
|
-
},{"./implementation":
|
|
30105
|
+
},{"./implementation":348}],350:[function(require,module,exports){
|
|
29547
30106
|
'use strict';
|
|
29548
30107
|
|
|
29549
30108
|
var undefined;
|
|
@@ -29875,7 +30434,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
29875
30434
|
return value;
|
|
29876
30435
|
};
|
|
29877
30436
|
|
|
29878
|
-
},{"function-bind":
|
|
30437
|
+
},{"function-bind":349,"has":353,"has-symbols":351}],351:[function(require,module,exports){
|
|
29879
30438
|
'use strict';
|
|
29880
30439
|
|
|
29881
30440
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -29890,7 +30449,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
29890
30449
|
return hasSymbolSham();
|
|
29891
30450
|
};
|
|
29892
30451
|
|
|
29893
|
-
},{"./shams":
|
|
30452
|
+
},{"./shams":352}],352:[function(require,module,exports){
|
|
29894
30453
|
'use strict';
|
|
29895
30454
|
|
|
29896
30455
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -29934,14 +30493,14 @@ module.exports = function hasSymbols() {
|
|
|
29934
30493
|
return true;
|
|
29935
30494
|
};
|
|
29936
30495
|
|
|
29937
|
-
},{}],
|
|
30496
|
+
},{}],353:[function(require,module,exports){
|
|
29938
30497
|
'use strict';
|
|
29939
30498
|
|
|
29940
30499
|
var bind = require('function-bind');
|
|
29941
30500
|
|
|
29942
30501
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
29943
30502
|
|
|
29944
|
-
},{"function-bind":
|
|
30503
|
+
},{"function-bind":349}],354:[function(require,module,exports){
|
|
29945
30504
|
// Generated by CoffeeScript 2.7.0
|
|
29946
30505
|
// # node-http-status
|
|
29947
30506
|
|
|
@@ -30572,13 +31131,13 @@ module.exports = {
|
|
|
30572
31131
|
}
|
|
30573
31132
|
};
|
|
30574
31133
|
|
|
30575
|
-
},{}],
|
|
31134
|
+
},{}],355:[function(require,module,exports){
|
|
30576
31135
|
(function (process,global){
|
|
30577
31136
|
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;
|
|
30578
31137
|
|
|
30579
31138
|
|
|
30580
31139
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
30581
|
-
},{"_process":
|
|
31140
|
+
},{"_process":359}],356:[function(require,module,exports){
|
|
30582
31141
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
30583
31142
|
var e, m
|
|
30584
31143
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -30664,7 +31223,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
30664
31223
|
buffer[offset + i - d] |= s * 128
|
|
30665
31224
|
}
|
|
30666
31225
|
|
|
30667
|
-
},{}],
|
|
31226
|
+
},{}],357:[function(require,module,exports){
|
|
30668
31227
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
30669
31228
|
// on the global object (window or self)
|
|
30670
31229
|
//
|
|
@@ -30672,7 +31231,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
30672
31231
|
require('whatwg-fetch');
|
|
30673
31232
|
module.exports = self.fetch.bind(self);
|
|
30674
31233
|
|
|
30675
|
-
},{"whatwg-fetch":
|
|
31234
|
+
},{"whatwg-fetch":370}],358:[function(require,module,exports){
|
|
30676
31235
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
30677
31236
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
30678
31237
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -31190,7 +31749,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
31190
31749
|
return xs;
|
|
31191
31750
|
}
|
|
31192
31751
|
|
|
31193
|
-
},{"./util.inspect":
|
|
31752
|
+
},{"./util.inspect":341}],359:[function(require,module,exports){
|
|
31194
31753
|
// shim for using process in browser
|
|
31195
31754
|
var process = module.exports = {};
|
|
31196
31755
|
|
|
@@ -31376,7 +31935,7 @@ process.chdir = function (dir) {
|
|
|
31376
31935
|
};
|
|
31377
31936
|
process.umask = function() { return 0; };
|
|
31378
31937
|
|
|
31379
|
-
},{}],
|
|
31938
|
+
},{}],360:[function(require,module,exports){
|
|
31380
31939
|
'use strict';
|
|
31381
31940
|
|
|
31382
31941
|
var replace = String.prototype.replace;
|
|
@@ -31401,7 +31960,7 @@ module.exports = {
|
|
|
31401
31960
|
RFC3986: Format.RFC3986
|
|
31402
31961
|
};
|
|
31403
31962
|
|
|
31404
|
-
},{}],
|
|
31963
|
+
},{}],361:[function(require,module,exports){
|
|
31405
31964
|
'use strict';
|
|
31406
31965
|
|
|
31407
31966
|
var stringify = require('./stringify');
|
|
@@ -31414,7 +31973,7 @@ module.exports = {
|
|
|
31414
31973
|
stringify: stringify
|
|
31415
31974
|
};
|
|
31416
31975
|
|
|
31417
|
-
},{"./formats":
|
|
31976
|
+
},{"./formats":360,"./parse":362,"./stringify":363}],362:[function(require,module,exports){
|
|
31418
31977
|
'use strict';
|
|
31419
31978
|
|
|
31420
31979
|
var utils = require('./utils');
|
|
@@ -31679,7 +32238,7 @@ module.exports = function (str, opts) {
|
|
|
31679
32238
|
return utils.compact(obj);
|
|
31680
32239
|
};
|
|
31681
32240
|
|
|
31682
|
-
},{"./utils":
|
|
32241
|
+
},{"./utils":364}],363:[function(require,module,exports){
|
|
31683
32242
|
'use strict';
|
|
31684
32243
|
|
|
31685
32244
|
var getSideChannel = require('side-channel');
|
|
@@ -32007,7 +32566,7 @@ module.exports = function (object, opts) {
|
|
|
32007
32566
|
return joined.length > 0 ? prefix + joined : '';
|
|
32008
32567
|
};
|
|
32009
32568
|
|
|
32010
|
-
},{"./formats":
|
|
32569
|
+
},{"./formats":360,"./utils":364,"side-channel":369}],364:[function(require,module,exports){
|
|
32011
32570
|
'use strict';
|
|
32012
32571
|
|
|
32013
32572
|
var formats = require('./formats');
|
|
@@ -32261,7 +32820,7 @@ module.exports = {
|
|
|
32261
32820
|
merge: merge
|
|
32262
32821
|
};
|
|
32263
32822
|
|
|
32264
|
-
},{"./formats":
|
|
32823
|
+
},{"./formats":360}],365:[function(require,module,exports){
|
|
32265
32824
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
32266
32825
|
//
|
|
32267
32826
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -32347,7 +32906,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
32347
32906
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
32348
32907
|
};
|
|
32349
32908
|
|
|
32350
|
-
},{}],
|
|
32909
|
+
},{}],366:[function(require,module,exports){
|
|
32351
32910
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
32352
32911
|
//
|
|
32353
32912
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -32434,13 +32993,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
32434
32993
|
return res;
|
|
32435
32994
|
};
|
|
32436
32995
|
|
|
32437
|
-
},{}],
|
|
32996
|
+
},{}],367:[function(require,module,exports){
|
|
32438
32997
|
'use strict';
|
|
32439
32998
|
|
|
32440
32999
|
exports.decode = exports.parse = require('./decode');
|
|
32441
33000
|
exports.encode = exports.stringify = require('./encode');
|
|
32442
33001
|
|
|
32443
|
-
},{"./decode":
|
|
33002
|
+
},{"./decode":365,"./encode":366}],368:[function(require,module,exports){
|
|
32444
33003
|
'use strict'
|
|
32445
33004
|
/* eslint no-proto: 0 */
|
|
32446
33005
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -32459,7 +33018,7 @@ function mixinProperties (obj, proto) {
|
|
|
32459
33018
|
return obj
|
|
32460
33019
|
}
|
|
32461
33020
|
|
|
32462
|
-
},{}],
|
|
33021
|
+
},{}],369:[function(require,module,exports){
|
|
32463
33022
|
'use strict';
|
|
32464
33023
|
|
|
32465
33024
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -32585,7 +33144,7 @@ module.exports = function getSideChannel() {
|
|
|
32585
33144
|
return channel;
|
|
32586
33145
|
};
|
|
32587
33146
|
|
|
32588
|
-
},{"call-bind/callBound":
|
|
33147
|
+
},{"call-bind/callBound":343,"get-intrinsic":350,"object-inspect":358}],370:[function(require,module,exports){
|
|
32589
33148
|
(function (global){
|
|
32590
33149
|
(function (global, factory) {
|
|
32591
33150
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|