@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
|
@@ -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) {
|
|
@@ -390,7 +390,7 @@ var Chevre = /** @class */ (function () {
|
|
|
390
390
|
}());
|
|
391
391
|
exports.Chevre = Chevre;
|
|
392
392
|
|
|
393
|
-
},{"./chevre/categoryCode":
|
|
393
|
+
},{"./chevre/categoryCode":77,"./chevre/creativeWork":78,"./chevre/emailMessage":79,"./chevre/event":80,"./chevre/order":81,"./chevre/permit":83,"./chevre/person":84,"./chevre/person/ownershipInfo":85,"./chevre/place":86,"./chevre/place/hasPOS":87,"./chevre/product":88,"./chevre/reservation":89,"./chevre/seller":90,"./chevre/token":91,"./chevre/trip":92}],4:[function(require,module,exports){
|
|
394
394
|
"use strict";
|
|
395
395
|
var __assign = (this && this.__assign) || function () {
|
|
396
396
|
__assign = Object.assign || function(t) {
|
|
@@ -1792,7 +1792,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
1792
1792
|
}(service_1.Service));
|
|
1793
1793
|
exports.AccountService = AccountService;
|
|
1794
1794
|
|
|
1795
|
-
},{"../service":
|
|
1795
|
+
},{"../service":137,"http-status":354}],6:[function(require,module,exports){
|
|
1796
1796
|
"use strict";
|
|
1797
1797
|
var __extends = (this && this.__extends) || (function () {
|
|
1798
1798
|
var extendStatics = function (d, b) {
|
|
@@ -2129,7 +2129,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
2129
2129
|
}(service_1.Service));
|
|
2130
2130
|
exports.AccountTitleService = AccountTitleService;
|
|
2131
2131
|
|
|
2132
|
-
},{"../factory":
|
|
2132
|
+
},{"../factory":132,"../service":137,"http-status":354}],7:[function(require,module,exports){
|
|
2133
2133
|
"use strict";
|
|
2134
2134
|
var __extends = (this && this.__extends) || (function () {
|
|
2135
2135
|
var extendStatics = function (d, b) {
|
|
@@ -2226,7 +2226,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
2226
2226
|
}(service_1.Service));
|
|
2227
2227
|
exports.AccountTransactionService = AccountTransactionService;
|
|
2228
2228
|
|
|
2229
|
-
},{"../service":
|
|
2229
|
+
},{"../service":137,"http-status":354}],8:[function(require,module,exports){
|
|
2230
2230
|
"use strict";
|
|
2231
2231
|
var __extends = (this && this.__extends) || (function () {
|
|
2232
2232
|
var extendStatics = function (d, b) {
|
|
@@ -2323,7 +2323,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
2323
2323
|
}(service_1.Service));
|
|
2324
2324
|
exports.AccountingReportService = AccountingReportService;
|
|
2325
2325
|
|
|
2326
|
-
},{"../service":
|
|
2326
|
+
},{"../service":137,"http-status":354}],9:[function(require,module,exports){
|
|
2327
2327
|
"use strict";
|
|
2328
2328
|
var __extends = (this && this.__extends) || (function () {
|
|
2329
2329
|
var extendStatics = function (d, b) {
|
|
@@ -2436,7 +2436,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
2436
2436
|
}(service_1.Service));
|
|
2437
2437
|
exports.ActionService = ActionService;
|
|
2438
2438
|
|
|
2439
|
-
},{"../service":
|
|
2439
|
+
},{"../service":137,"http-status":354}],10:[function(require,module,exports){
|
|
2440
2440
|
"use strict";
|
|
2441
2441
|
var __extends = (this && this.__extends) || (function () {
|
|
2442
2442
|
var extendStatics = function (d, b) {
|
|
@@ -2600,7 +2600,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
2600
2600
|
}(service_1.Service));
|
|
2601
2601
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
2602
2602
|
|
|
2603
|
-
},{"../service":
|
|
2603
|
+
},{"../service":137,"http-status":354}],11:[function(require,module,exports){
|
|
2604
2604
|
"use strict";
|
|
2605
2605
|
var __extends = (this && this.__extends) || (function () {
|
|
2606
2606
|
var extendStatics = function (d, b) {
|
|
@@ -2716,7 +2716,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
|
|
|
2716
2716
|
}(service_1.Service));
|
|
2717
2717
|
exports.AggregateOfferService = AggregateOfferService;
|
|
2718
2718
|
|
|
2719
|
-
},{"../service":
|
|
2719
|
+
},{"../service":137,"http-status":354}],12:[function(require,module,exports){
|
|
2720
2720
|
"use strict";
|
|
2721
2721
|
var __extends = (this && this.__extends) || (function () {
|
|
2722
2722
|
var extendStatics = function (d, b) {
|
|
@@ -2801,7 +2801,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
|
|
|
2801
2801
|
}(service_1.Service));
|
|
2802
2802
|
exports.AggregateReservationService = AggregateReservationService;
|
|
2803
2803
|
|
|
2804
|
-
},{"../service":
|
|
2804
|
+
},{"../service":137,"http-status":354}],13:[function(require,module,exports){
|
|
2805
2805
|
"use strict";
|
|
2806
2806
|
var __extends = (this && this.__extends) || (function () {
|
|
2807
2807
|
var extendStatics = function (d, b) {
|
|
@@ -2906,7 +2906,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
2906
2906
|
}(service_1.Service));
|
|
2907
2907
|
exports.AggregationService = AggregationService;
|
|
2908
2908
|
|
|
2909
|
-
},{"../service":
|
|
2909
|
+
},{"../service":137,"http-status":354}],14:[function(require,module,exports){
|
|
2910
2910
|
"use strict";
|
|
2911
2911
|
var __extends = (this && this.__extends) || (function () {
|
|
2912
2912
|
var extendStatics = function (d, b) {
|
|
@@ -3003,7 +3003,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
3003
3003
|
}(service_1.Service));
|
|
3004
3004
|
exports.AssetTransactionService = AssetTransactionService;
|
|
3005
3005
|
|
|
3006
|
-
},{"../service":
|
|
3006
|
+
},{"../service":137,"http-status":354}],15:[function(require,module,exports){
|
|
3007
3007
|
"use strict";
|
|
3008
3008
|
var __extends = (this && this.__extends) || (function () {
|
|
3009
3009
|
var extendStatics = function (d, b) {
|
|
@@ -3165,7 +3165,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
3165
3165
|
}(service_1.Service));
|
|
3166
3166
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
3167
3167
|
|
|
3168
|
-
},{"../../service":
|
|
3168
|
+
},{"../../service":137,"http-status":354}],16:[function(require,module,exports){
|
|
3169
3169
|
"use strict";
|
|
3170
3170
|
var __extends = (this && this.__extends) || (function () {
|
|
3171
3171
|
var extendStatics = function (d, b) {
|
|
@@ -3301,7 +3301,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3301
3301
|
}(service_1.Service));
|
|
3302
3302
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
3303
3303
|
|
|
3304
|
-
},{"../../factory":
|
|
3304
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],17:[function(require,module,exports){
|
|
3305
3305
|
"use strict";
|
|
3306
3306
|
var __extends = (this && this.__extends) || (function () {
|
|
3307
3307
|
var extendStatics = function (d, b) {
|
|
@@ -3526,7 +3526,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3526
3526
|
}(service_1.Service));
|
|
3527
3527
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
3528
3528
|
|
|
3529
|
-
},{"../../factory":
|
|
3529
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],18:[function(require,module,exports){
|
|
3530
3530
|
"use strict";
|
|
3531
3531
|
var __extends = (this && this.__extends) || (function () {
|
|
3532
3532
|
var extendStatics = function (d, b) {
|
|
@@ -3673,7 +3673,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3673
3673
|
}(service_1.Service));
|
|
3674
3674
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
3675
3675
|
|
|
3676
|
-
},{"../../factory":
|
|
3676
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],19:[function(require,module,exports){
|
|
3677
3677
|
"use strict";
|
|
3678
3678
|
var __extends = (this && this.__extends) || (function () {
|
|
3679
3679
|
var extendStatics = function (d, b) {
|
|
@@ -3820,7 +3820,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3820
3820
|
}(service_1.Service));
|
|
3821
3821
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
3822
3822
|
|
|
3823
|
-
},{"../../factory":
|
|
3823
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],20:[function(require,module,exports){
|
|
3824
3824
|
"use strict";
|
|
3825
3825
|
var __extends = (this && this.__extends) || (function () {
|
|
3826
3826
|
var extendStatics = function (d, b) {
|
|
@@ -3984,7 +3984,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3984
3984
|
}(service_1.Service));
|
|
3985
3985
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
3986
3986
|
|
|
3987
|
-
},{"../../service":
|
|
3987
|
+
},{"../../service":137,"http-status":354}],21:[function(require,module,exports){
|
|
3988
3988
|
"use strict";
|
|
3989
3989
|
var __extends = (this && this.__extends) || (function () {
|
|
3990
3990
|
var extendStatics = function (d, b) {
|
|
@@ -4091,7 +4091,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
4091
4091
|
}(service_1.Service));
|
|
4092
4092
|
exports.AuthorizationService = AuthorizationService;
|
|
4093
4093
|
|
|
4094
|
-
},{"../service":
|
|
4094
|
+
},{"../service":137,"http-status":354}],22:[function(require,module,exports){
|
|
4095
4095
|
"use strict";
|
|
4096
4096
|
var __extends = (this && this.__extends) || (function () {
|
|
4097
4097
|
var extendStatics = function (d, b) {
|
|
@@ -4255,7 +4255,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
4255
4255
|
}(service_1.Service));
|
|
4256
4256
|
exports.CategoryCodeService = CategoryCodeService;
|
|
4257
4257
|
|
|
4258
|
-
},{"../service":
|
|
4258
|
+
},{"../service":137,"http-status":354}],23:[function(require,module,exports){
|
|
4259
4259
|
"use strict";
|
|
4260
4260
|
var __extends = (this && this.__extends) || (function () {
|
|
4261
4261
|
var extendStatics = function (d, b) {
|
|
@@ -4371,7 +4371,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
4371
4371
|
}(service_1.Service));
|
|
4372
4372
|
exports.CommentService = CommentService;
|
|
4373
4373
|
|
|
4374
|
-
},{"../service":
|
|
4374
|
+
},{"../service":137,"http-status":354}],24:[function(require,module,exports){
|
|
4375
4375
|
"use strict";
|
|
4376
4376
|
var __extends = (this && this.__extends) || (function () {
|
|
4377
4377
|
var extendStatics = function (d, b) {
|
|
@@ -4549,7 +4549,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
4549
4549
|
}(service_1.Service));
|
|
4550
4550
|
exports.CreativeWorkService = CreativeWorkService;
|
|
4551
4551
|
|
|
4552
|
-
},{"../service":
|
|
4552
|
+
},{"../service":137,"http-status":354}],25:[function(require,module,exports){
|
|
4553
4553
|
"use strict";
|
|
4554
4554
|
var __extends = (this && this.__extends) || (function () {
|
|
4555
4555
|
var extendStatics = function (d, b) {
|
|
@@ -4727,7 +4727,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
4727
4727
|
}(service_1.Service));
|
|
4728
4728
|
exports.CustomerService = CustomerService;
|
|
4729
4729
|
|
|
4730
|
-
},{"../service":
|
|
4730
|
+
},{"../service":137,"http-status":354}],26:[function(require,module,exports){
|
|
4731
4731
|
"use strict";
|
|
4732
4732
|
var __extends = (this && this.__extends) || (function () {
|
|
4733
4733
|
var extendStatics = function (d, b) {
|
|
@@ -4815,7 +4815,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
|
|
|
4815
4815
|
}(service_1.Service));
|
|
4816
4816
|
exports.CustomerTypeService = CustomerTypeService;
|
|
4817
4817
|
|
|
4818
|
-
},{"../service":
|
|
4818
|
+
},{"../service":137,"http-status":354}],27:[function(require,module,exports){
|
|
4819
4819
|
"use strict";
|
|
4820
4820
|
var __extends = (this && this.__extends) || (function () {
|
|
4821
4821
|
var extendStatics = function (d, b) {
|
|
@@ -4989,7 +4989,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
4989
4989
|
}(service_1.Service));
|
|
4990
4990
|
exports.EmailMessageService = EmailMessageService;
|
|
4991
4991
|
|
|
4992
|
-
},{"../service":
|
|
4992
|
+
},{"../service":137,"http-status":354}],28:[function(require,module,exports){
|
|
4993
4993
|
"use strict";
|
|
4994
4994
|
var __extends = (this && this.__extends) || (function () {
|
|
4995
4995
|
var extendStatics = function (d, b) {
|
|
@@ -5282,7 +5282,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
5282
5282
|
}(service_1.Service));
|
|
5283
5283
|
exports.EventService = EventService;
|
|
5284
5284
|
|
|
5285
|
-
},{"../factory":
|
|
5285
|
+
},{"../factory":132,"../service":137,"http-status":354}],29:[function(require,module,exports){
|
|
5286
5286
|
"use strict";
|
|
5287
5287
|
var __extends = (this && this.__extends) || (function () {
|
|
5288
5288
|
var extendStatics = function (d, b) {
|
|
@@ -5619,7 +5619,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
5619
5619
|
}(service_1.Service));
|
|
5620
5620
|
exports.IAMService = IAMService;
|
|
5621
5621
|
|
|
5622
|
-
},{"../service":
|
|
5622
|
+
},{"../service":137,"http-status":354}],30:[function(require,module,exports){
|
|
5623
5623
|
"use strict";
|
|
5624
5624
|
var __extends = (this && this.__extends) || (function () {
|
|
5625
5625
|
var extendStatics = function (d, b) {
|
|
@@ -5745,7 +5745,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
5745
5745
|
}(service_1.Service));
|
|
5746
5746
|
exports.MeService = MeService;
|
|
5747
5747
|
|
|
5748
|
-
},{"../service":
|
|
5748
|
+
},{"../service":137,"http-status":354}],31:[function(require,module,exports){
|
|
5749
5749
|
"use strict";
|
|
5750
5750
|
var __extends = (this && this.__extends) || (function () {
|
|
5751
5751
|
var extendStatics = function (d, b) {
|
|
@@ -5834,7 +5834,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
5834
5834
|
}(service_1.Service));
|
|
5835
5835
|
exports.MemberService = MemberService;
|
|
5836
5836
|
|
|
5837
|
-
},{"../factory":
|
|
5837
|
+
},{"../factory":132,"../service":137,"http-status":354}],32:[function(require,module,exports){
|
|
5838
5838
|
"use strict";
|
|
5839
5839
|
var __extends = (this && this.__extends) || (function () {
|
|
5840
5840
|
var extendStatics = function (d, b) {
|
|
@@ -5992,7 +5992,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
5992
5992
|
}(service_1.Service));
|
|
5993
5993
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
5994
5994
|
|
|
5995
|
-
},{"../service":
|
|
5995
|
+
},{"../service":137,"http-status":354}],33:[function(require,module,exports){
|
|
5996
5996
|
"use strict";
|
|
5997
5997
|
var __extends = (this && this.__extends) || (function () {
|
|
5998
5998
|
var extendStatics = function (d, b) {
|
|
@@ -6077,7 +6077,7 @@ var MessageService = /** @class */ (function (_super) {
|
|
|
6077
6077
|
}(service_1.Service));
|
|
6078
6078
|
exports.MessageService = MessageService;
|
|
6079
6079
|
|
|
6080
|
-
},{"../service":
|
|
6080
|
+
},{"../service":137,"http-status":354}],34:[function(require,module,exports){
|
|
6081
6081
|
"use strict";
|
|
6082
6082
|
var __extends = (this && this.__extends) || (function () {
|
|
6083
6083
|
var extendStatics = function (d, b) {
|
|
@@ -6199,7 +6199,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
6199
6199
|
}(service_1.Service));
|
|
6200
6200
|
exports.NoteService = NoteService;
|
|
6201
6201
|
|
|
6202
|
-
},{"../service":
|
|
6202
|
+
},{"../service":137,"http-status":354}],35:[function(require,module,exports){
|
|
6203
6203
|
"use strict";
|
|
6204
6204
|
var __extends = (this && this.__extends) || (function () {
|
|
6205
6205
|
var extendStatics = function (d, b) {
|
|
@@ -6344,7 +6344,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
6344
6344
|
}(service_1.Service));
|
|
6345
6345
|
exports.OfferService = OfferService;
|
|
6346
6346
|
|
|
6347
|
-
},{"../service":
|
|
6347
|
+
},{"../service":137,"http-status":354}],36:[function(require,module,exports){
|
|
6348
6348
|
"use strict";
|
|
6349
6349
|
var __extends = (this && this.__extends) || (function () {
|
|
6350
6350
|
var extendStatics = function (d, b) {
|
|
@@ -6591,7 +6591,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
6591
6591
|
}(service_1.Service));
|
|
6592
6592
|
exports.OfferCatalogService = OfferCatalogService;
|
|
6593
6593
|
|
|
6594
|
-
},{"../service":
|
|
6594
|
+
},{"../service":137,"http-status":354}],37:[function(require,module,exports){
|
|
6595
6595
|
"use strict";
|
|
6596
6596
|
var __extends = (this && this.__extends) || (function () {
|
|
6597
6597
|
var extendStatics = function (d, b) {
|
|
@@ -6792,7 +6792,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
6792
6792
|
}(service_1.Service));
|
|
6793
6793
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
6794
6794
|
|
|
6795
|
-
},{"../service":
|
|
6795
|
+
},{"../service":137,"http-status":354}],38:[function(require,module,exports){
|
|
6796
6796
|
"use strict";
|
|
6797
6797
|
var __extends = (this && this.__extends) || (function () {
|
|
6798
6798
|
var extendStatics = function (d, b) {
|
|
@@ -6950,7 +6950,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
|
|
|
6950
6950
|
}(service_1.Service));
|
|
6951
6951
|
exports.OfferItemConditionService = OfferItemConditionService;
|
|
6952
6952
|
|
|
6953
|
-
},{"../service":
|
|
6953
|
+
},{"../service":137,"http-status":354}],39:[function(require,module,exports){
|
|
6954
6954
|
"use strict";
|
|
6955
6955
|
var __extends = (this && this.__extends) || (function () {
|
|
6956
6956
|
var extendStatics = function (d, b) {
|
|
@@ -7239,7 +7239,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7239
7239
|
}(service_1.Service));
|
|
7240
7240
|
exports.OrderService = OrderService;
|
|
7241
7241
|
|
|
7242
|
-
},{"../factory":
|
|
7242
|
+
},{"../factory":132,"../service":137,"http-status":354}],40:[function(require,module,exports){
|
|
7243
7243
|
"use strict";
|
|
7244
7244
|
var __extends = (this && this.__extends) || (function () {
|
|
7245
7245
|
var extendStatics = function (d, b) {
|
|
@@ -7336,7 +7336,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
7336
7336
|
}(service_1.Service));
|
|
7337
7337
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
7338
7338
|
|
|
7339
|
-
},{"../service":
|
|
7339
|
+
},{"../service":137,"http-status":354}],41:[function(require,module,exports){
|
|
7340
7340
|
"use strict";
|
|
7341
7341
|
var __extends = (this && this.__extends) || (function () {
|
|
7342
7342
|
var extendStatics = function (d, b) {
|
|
@@ -7514,7 +7514,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
7514
7514
|
}(service_1.Service));
|
|
7515
7515
|
exports.PaymentProductService = PaymentProductService;
|
|
7516
7516
|
|
|
7517
|
-
},{"../service":
|
|
7517
|
+
},{"../service":137,"http-status":354}],42:[function(require,module,exports){
|
|
7518
7518
|
"use strict";
|
|
7519
7519
|
var __extends = (this && this.__extends) || (function () {
|
|
7520
7520
|
var extendStatics = function (d, b) {
|
|
@@ -7602,7 +7602,7 @@ var PermissionService = /** @class */ (function (_super) {
|
|
|
7602
7602
|
}(service_1.Service));
|
|
7603
7603
|
exports.PermissionService = PermissionService;
|
|
7604
7604
|
|
|
7605
|
-
},{"../service":
|
|
7605
|
+
},{"../service":137,"http-status":354}],43:[function(require,module,exports){
|
|
7606
7606
|
"use strict";
|
|
7607
7607
|
var __extends = (this && this.__extends) || (function () {
|
|
7608
7608
|
var extendStatics = function (d, b) {
|
|
@@ -7758,7 +7758,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
7758
7758
|
}(service_1.Service));
|
|
7759
7759
|
exports.PermitService = PermitService;
|
|
7760
7760
|
|
|
7761
|
-
},{"../service":
|
|
7761
|
+
},{"../service":137,"http-status":354}],44:[function(require,module,exports){
|
|
7762
7762
|
"use strict";
|
|
7763
7763
|
var __extends = (this && this.__extends) || (function () {
|
|
7764
7764
|
var extendStatics = function (d, b) {
|
|
@@ -7994,7 +7994,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
7994
7994
|
}(service_1.Service));
|
|
7995
7995
|
exports.PersonService = PersonService;
|
|
7996
7996
|
|
|
7997
|
-
},{"../service":
|
|
7997
|
+
},{"../service":137,"http-status":354}],45:[function(require,module,exports){
|
|
7998
7998
|
"use strict";
|
|
7999
7999
|
var __extends = (this && this.__extends) || (function () {
|
|
8000
8000
|
var extendStatics = function (d, b) {
|
|
@@ -8245,7 +8245,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8245
8245
|
}(service_1.Service));
|
|
8246
8246
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
8247
8247
|
|
|
8248
|
-
},{"../../service":
|
|
8248
|
+
},{"../../service":137,"http-status":354}],46:[function(require,module,exports){
|
|
8249
8249
|
"use strict";
|
|
8250
8250
|
var __extends = (this && this.__extends) || (function () {
|
|
8251
8251
|
var extendStatics = function (d, b) {
|
|
@@ -8748,7 +8748,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
8748
8748
|
}(service_1.Service));
|
|
8749
8749
|
exports.PlaceService = PlaceService;
|
|
8750
8750
|
|
|
8751
|
-
},{"../factory":
|
|
8751
|
+
},{"../factory":132,"../service":137,"http-status":354}],47:[function(require,module,exports){
|
|
8752
8752
|
"use strict";
|
|
8753
8753
|
var __extends = (this && this.__extends) || (function () {
|
|
8754
8754
|
var extendStatics = function (d, b) {
|
|
@@ -8884,7 +8884,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
8884
8884
|
}(service_1.Service));
|
|
8885
8885
|
exports.HasPOSService = HasPOSService;
|
|
8886
8886
|
|
|
8887
|
-
},{"../../factory":
|
|
8887
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],48:[function(require,module,exports){
|
|
8888
8888
|
"use strict";
|
|
8889
8889
|
var __extends = (this && this.__extends) || (function () {
|
|
8890
8890
|
var extendStatics = function (d, b) {
|
|
@@ -9048,7 +9048,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
9048
9048
|
}(service_1.Service));
|
|
9049
9049
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
9050
9050
|
|
|
9051
|
-
},{"../service":
|
|
9051
|
+
},{"../service":137,"http-status":354}],49:[function(require,module,exports){
|
|
9052
9052
|
"use strict";
|
|
9053
9053
|
var __extends = (this && this.__extends) || (function () {
|
|
9054
9054
|
var extendStatics = function (d, b) {
|
|
@@ -9266,7 +9266,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
9266
9266
|
}(service_1.Service));
|
|
9267
9267
|
exports.ProductService = ProductService;
|
|
9268
9268
|
|
|
9269
|
-
},{"../service":
|
|
9269
|
+
},{"../service":137,"http-status":354}],50:[function(require,module,exports){
|
|
9270
9270
|
"use strict";
|
|
9271
9271
|
var __extends = (this && this.__extends) || (function () {
|
|
9272
9272
|
var extendStatics = function (d, b) {
|
|
@@ -9400,7 +9400,7 @@ var ProductModelService = /** @class */ (function (_super) {
|
|
|
9400
9400
|
}(service_1.Service));
|
|
9401
9401
|
exports.ProductModelService = ProductModelService;
|
|
9402
9402
|
|
|
9403
|
-
},{"../service":
|
|
9403
|
+
},{"../service":137,"http-status":354}],51:[function(require,module,exports){
|
|
9404
9404
|
"use strict";
|
|
9405
9405
|
var __extends = (this && this.__extends) || (function () {
|
|
9406
9406
|
var extendStatics = function (d, b) {
|
|
@@ -9571,7 +9571,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
9571
9571
|
}(service_1.Service));
|
|
9572
9572
|
exports.ProjectService = ProjectService;
|
|
9573
9573
|
|
|
9574
|
-
},{"../service":
|
|
9574
|
+
},{"../service":137,"http-status":354}],52:[function(require,module,exports){
|
|
9575
9575
|
"use strict";
|
|
9576
9576
|
var __extends = (this && this.__extends) || (function () {
|
|
9577
9577
|
var extendStatics = function (d, b) {
|
|
@@ -9706,7 +9706,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
|
|
|
9706
9706
|
}(service_1.Service));
|
|
9707
9707
|
exports.ProjectMakesOfferService = ProjectMakesOfferService;
|
|
9708
9708
|
|
|
9709
|
-
},{"../service":
|
|
9709
|
+
},{"../service":137,"http-status":354}],53:[function(require,module,exports){
|
|
9710
9710
|
"use strict";
|
|
9711
9711
|
var __extends = (this && this.__extends) || (function () {
|
|
9712
9712
|
var extendStatics = function (d, b) {
|
|
@@ -9885,7 +9885,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
9885
9885
|
}(service_1.Service));
|
|
9886
9886
|
exports.ReservationService = ReservationService;
|
|
9887
9887
|
|
|
9888
|
-
},{"../service":
|
|
9888
|
+
},{"../service":137,"http-status":354}],54:[function(require,module,exports){
|
|
9889
9889
|
"use strict";
|
|
9890
9890
|
var __extends = (this && this.__extends) || (function () {
|
|
9891
9891
|
var extendStatics = function (d, b) {
|
|
@@ -10403,7 +10403,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
10403
10403
|
}(service_1.Service));
|
|
10404
10404
|
exports.SellerService = SellerService;
|
|
10405
10405
|
|
|
10406
|
-
},{"../service":
|
|
10406
|
+
},{"../service":137,"http-status":354}],55:[function(require,module,exports){
|
|
10407
10407
|
"use strict";
|
|
10408
10408
|
var __extends = (this && this.__extends) || (function () {
|
|
10409
10409
|
var extendStatics = function (d, b) {
|
|
@@ -10537,7 +10537,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
10537
10537
|
}(service_1.Service));
|
|
10538
10538
|
exports.TaskService = TaskService;
|
|
10539
10539
|
|
|
10540
|
-
},{"../service":
|
|
10540
|
+
},{"../service":137,"http-status":354}],56:[function(require,module,exports){
|
|
10541
10541
|
"use strict";
|
|
10542
10542
|
var __extends = (this && this.__extends) || (function () {
|
|
10543
10543
|
var extendStatics = function (d, b) {
|
|
@@ -10622,7 +10622,7 @@ var TicketService = /** @class */ (function (_super) {
|
|
|
10622
10622
|
}(service_1.Service));
|
|
10623
10623
|
exports.TicketService = TicketService;
|
|
10624
10624
|
|
|
10625
|
-
},{"../service":
|
|
10625
|
+
},{"../service":137,"http-status":354}],57:[function(require,module,exports){
|
|
10626
10626
|
"use strict";
|
|
10627
10627
|
var __extends = (this && this.__extends) || (function () {
|
|
10628
10628
|
var extendStatics = function (d, b) {
|
|
@@ -10710,7 +10710,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
10710
10710
|
}(service_1.Service));
|
|
10711
10711
|
exports.TokenService = TokenService;
|
|
10712
10712
|
|
|
10713
|
-
},{"../service":
|
|
10713
|
+
},{"../service":137,"http-status":354}],58:[function(require,module,exports){
|
|
10714
10714
|
"use strict";
|
|
10715
10715
|
var __extends = (this && this.__extends) || (function () {
|
|
10716
10716
|
var extendStatics = function (d, b) {
|
|
@@ -10798,7 +10798,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10798
10798
|
}(service_1.Service));
|
|
10799
10799
|
exports.TransactionNumberService = TransactionNumberService;
|
|
10800
10800
|
|
|
10801
|
-
},{"../service":
|
|
10801
|
+
},{"../service":137,"http-status":354}],59:[function(require,module,exports){
|
|
10802
10802
|
"use strict";
|
|
10803
10803
|
var __extends = (this && this.__extends) || (function () {
|
|
10804
10804
|
var extendStatics = function (d, b) {
|
|
@@ -10930,7 +10930,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10930
10930
|
}(service_1.Service));
|
|
10931
10931
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10932
10932
|
|
|
10933
|
-
},{"../../factory":
|
|
10933
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],60:[function(require,module,exports){
|
|
10934
10934
|
"use strict";
|
|
10935
10935
|
var __extends = (this && this.__extends) || (function () {
|
|
10936
10936
|
var extendStatics = function (d, b) {
|
|
@@ -11062,7 +11062,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11062
11062
|
}(service_1.Service));
|
|
11063
11063
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
11064
11064
|
|
|
11065
|
-
},{"../../factory":
|
|
11065
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],61:[function(require,module,exports){
|
|
11066
11066
|
"use strict";
|
|
11067
11067
|
var __extends = (this && this.__extends) || (function () {
|
|
11068
11068
|
var extendStatics = function (d, b) {
|
|
@@ -11162,7 +11162,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11162
11162
|
}(service_1.Service));
|
|
11163
11163
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
11164
11164
|
|
|
11165
|
-
},{"../../factory":
|
|
11165
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],62:[function(require,module,exports){
|
|
11166
11166
|
"use strict";
|
|
11167
11167
|
var __extends = (this && this.__extends) || (function () {
|
|
11168
11168
|
var extendStatics = function (d, b) {
|
|
@@ -11335,7 +11335,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
11335
11335
|
}(service_1.Service));
|
|
11336
11336
|
exports.TripService = TripService;
|
|
11337
11337
|
|
|
11338
|
-
},{"../service":
|
|
11338
|
+
},{"../service":137,"http-status":354}],63:[function(require,module,exports){
|
|
11339
11339
|
"use strict";
|
|
11340
11340
|
var __extends = (this && this.__extends) || (function () {
|
|
11341
11341
|
var extendStatics = function (d, b) {
|
|
@@ -11468,7 +11468,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
11468
11468
|
}(service_1.Service));
|
|
11469
11469
|
exports.UserPoolService = UserPoolService;
|
|
11470
11470
|
|
|
11471
|
-
},{"../service":
|
|
11471
|
+
},{"../service":137,"http-status":354}],64:[function(require,module,exports){
|
|
11472
11472
|
"use strict";
|
|
11473
11473
|
var __assign = (this && this.__assign) || function () {
|
|
11474
11474
|
__assign = Object.assign || function(t) {
|
|
@@ -11650,7 +11650,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11650
11650
|
}(service_1.Service));
|
|
11651
11651
|
exports.TokenService = TokenService;
|
|
11652
11652
|
|
|
11653
|
-
},{"../service":
|
|
11653
|
+
},{"../service":137,"http-status":354}],66:[function(require,module,exports){
|
|
11654
11654
|
"use strict";
|
|
11655
11655
|
var __assign = (this && this.__assign) || function () {
|
|
11656
11656
|
__assign = Object.assign || function(t) {
|
|
@@ -11699,6 +11699,11 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
11699
11699
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
11700
11700
|
}
|
|
11701
11701
|
};
|
|
11702
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
11703
|
+
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
11704
|
+
to[j] = from[i];
|
|
11705
|
+
return to;
|
|
11706
|
+
};
|
|
11702
11707
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11703
11708
|
exports.ChevrePay = exports.service = void 0;
|
|
11704
11709
|
var service;
|
|
@@ -11726,7 +11731,7 @@ var ChevrePay = /** @class */ (function () {
|
|
|
11726
11731
|
case 1:
|
|
11727
11732
|
_a.svc = (_b.sent()).PaymentService;
|
|
11728
11733
|
_b.label = 2;
|
|
11729
|
-
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
11734
|
+
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
11730
11735
|
}
|
|
11731
11736
|
});
|
|
11732
11737
|
});
|
|
@@ -11824,7 +11829,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11824
11829
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
11825
11830
|
}
|
|
11826
11831
|
/**
|
|
11827
|
-
*
|
|
11832
|
+
* 決済カード認証
|
|
11828
11833
|
*/
|
|
11829
11834
|
PaymentService.prototype.checkMovieTicket = function (params) {
|
|
11830
11835
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -11845,6 +11850,29 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11845
11850
|
});
|
|
11846
11851
|
});
|
|
11847
11852
|
};
|
|
11853
|
+
/**
|
|
11854
|
+
* 決済カード認証(非同期)
|
|
11855
|
+
*/
|
|
11856
|
+
PaymentService.prototype.checkMovieTicketAsync = function (params) {
|
|
11857
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11858
|
+
var _this = this;
|
|
11859
|
+
return __generator(this, function (_a) {
|
|
11860
|
+
return [2 /*return*/, this.fetch({
|
|
11861
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check",
|
|
11862
|
+
method: 'POST',
|
|
11863
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
11864
|
+
body: params,
|
|
11865
|
+
qs: {
|
|
11866
|
+
async: true,
|
|
11867
|
+
purpose: { id: params.purpose.id } // 追加(2024-04-01~)
|
|
11868
|
+
}
|
|
11869
|
+
})
|
|
11870
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
11871
|
+
return [2 /*return*/, response.json()];
|
|
11872
|
+
}); }); })];
|
|
11873
|
+
});
|
|
11874
|
+
});
|
|
11875
|
+
};
|
|
11848
11876
|
/**
|
|
11849
11877
|
* 対面決済承認
|
|
11850
11878
|
*/
|
|
@@ -11889,7 +11917,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11889
11917
|
});
|
|
11890
11918
|
};
|
|
11891
11919
|
/**
|
|
11892
|
-
*
|
|
11920
|
+
* 決済カード決済承認
|
|
11893
11921
|
*/
|
|
11894
11922
|
PaymentService.prototype.authorizeMovieTicket = function (params, options) {
|
|
11895
11923
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -11933,6 +11961,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11933
11961
|
};
|
|
11934
11962
|
/**
|
|
11935
11963
|
* 決済ロケーション発行
|
|
11964
|
+
* @deprecated Use publishCreditCardPaymentUrlAsync
|
|
11936
11965
|
*/
|
|
11937
11966
|
PaymentService.prototype.publishCreditCardPaymentUrl = function (params) {
|
|
11938
11967
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -11953,6 +11982,29 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11953
11982
|
});
|
|
11954
11983
|
});
|
|
11955
11984
|
};
|
|
11985
|
+
/**
|
|
11986
|
+
* 決済ロケーション発行(非同期)
|
|
11987
|
+
*/
|
|
11988
|
+
PaymentService.prototype.publishCreditCardPaymentUrlAsync = function (params) {
|
|
11989
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
11990
|
+
var _this = this;
|
|
11991
|
+
return __generator(this, function (_a) {
|
|
11992
|
+
return [2 /*return*/, this.fetch({
|
|
11993
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.CreditCard + "/publishPaymentUrl",
|
|
11994
|
+
method: 'POST',
|
|
11995
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
11996
|
+
body: params,
|
|
11997
|
+
qs: {
|
|
11998
|
+
async: true,
|
|
11999
|
+
purpose: { id: params.purpose.id } // 追加(2024-04-01~)
|
|
12000
|
+
}
|
|
12001
|
+
})
|
|
12002
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12003
|
+
return [2 /*return*/, response.json()];
|
|
12004
|
+
}); }); })];
|
|
12005
|
+
});
|
|
12006
|
+
});
|
|
12007
|
+
};
|
|
11956
12008
|
/**
|
|
11957
12009
|
* 対面決済承認取消
|
|
11958
12010
|
*/
|
|
@@ -12006,7 +12058,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
12006
12058
|
});
|
|
12007
12059
|
};
|
|
12008
12060
|
/**
|
|
12009
|
-
*
|
|
12061
|
+
* 決済承認アクション検索
|
|
12010
12062
|
*/
|
|
12011
12063
|
PaymentService.prototype.findAuthorizeAction = function (params) {
|
|
12012
12064
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -12026,15 +12078,379 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
12026
12078
|
});
|
|
12027
12079
|
});
|
|
12028
12080
|
};
|
|
12081
|
+
/**
|
|
12082
|
+
* 決済カード認証アクション検索
|
|
12083
|
+
*/
|
|
12084
|
+
PaymentService.prototype.findCheckMovieTicketAction = function (params) {
|
|
12085
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12086
|
+
var sameAs, purpose, minimize;
|
|
12087
|
+
var _this = this;
|
|
12088
|
+
return __generator(this, function (_a) {
|
|
12089
|
+
sameAs = params.sameAs, purpose = params.purpose, minimize = params.minimize;
|
|
12090
|
+
return [2 /*return*/, this.fetch({
|
|
12091
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + sameAs.id,
|
|
12092
|
+
method: 'GET',
|
|
12093
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12094
|
+
qs: {
|
|
12095
|
+
purpose: { id: purpose.id },
|
|
12096
|
+
minimize: minimize === true
|
|
12097
|
+
}
|
|
12098
|
+
})
|
|
12099
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12100
|
+
return [2 /*return*/, response.json()];
|
|
12101
|
+
}); }); })];
|
|
12102
|
+
});
|
|
12103
|
+
});
|
|
12104
|
+
};
|
|
12105
|
+
/**
|
|
12106
|
+
* 決済カード認証アクションから有効券を検索する
|
|
12107
|
+
*/
|
|
12108
|
+
PaymentService.prototype.searchYkknInfoByCheckMovieTicketAction = function (params) {
|
|
12109
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12110
|
+
var id, purpose, limit, page;
|
|
12111
|
+
var _this = this;
|
|
12112
|
+
return __generator(this, function (_a) {
|
|
12113
|
+
id = params.id, purpose = params.purpose, limit = params.limit, page = params.page;
|
|
12114
|
+
return [2 /*return*/, this.fetch({
|
|
12115
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + id + "/result/ykknInfo",
|
|
12116
|
+
method: 'GET',
|
|
12117
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12118
|
+
qs: { purpose: purpose, limit: limit, page: page }
|
|
12119
|
+
})
|
|
12120
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12121
|
+
return [2 /*return*/, response.json()];
|
|
12122
|
+
}); }); })];
|
|
12123
|
+
});
|
|
12124
|
+
});
|
|
12125
|
+
};
|
|
12126
|
+
/**
|
|
12127
|
+
* 決済カード認証アクションから無効券を検索する
|
|
12128
|
+
*/
|
|
12129
|
+
PaymentService.prototype.searchMkknInfoByCheckMovieTicketAction = function (params) {
|
|
12130
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12131
|
+
var id, purpose, limit, page;
|
|
12132
|
+
var _this = this;
|
|
12133
|
+
return __generator(this, function (_a) {
|
|
12134
|
+
id = params.id, purpose = params.purpose, limit = params.limit, page = params.page;
|
|
12135
|
+
return [2 /*return*/, this.fetch({
|
|
12136
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.MovieTicket + "/check/" + id + "/result/mkknInfo",
|
|
12137
|
+
method: 'GET',
|
|
12138
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12139
|
+
qs: { purpose: purpose, limit: limit, page: page }
|
|
12140
|
+
})
|
|
12141
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12142
|
+
return [2 /*return*/, response.json()];
|
|
12143
|
+
}); }); })];
|
|
12144
|
+
});
|
|
12145
|
+
});
|
|
12146
|
+
};
|
|
12147
|
+
/**
|
|
12148
|
+
* 決済採用アクション検索
|
|
12149
|
+
*/
|
|
12150
|
+
PaymentService.prototype.findAcceptPayAction = function (params) {
|
|
12151
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12152
|
+
var sameAs, purpose;
|
|
12153
|
+
var _this = this;
|
|
12154
|
+
return __generator(this, function (_a) {
|
|
12155
|
+
sameAs = params.sameAs, purpose = params.purpose;
|
|
12156
|
+
return [2 /*return*/, this.fetch({
|
|
12157
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.CreditCard + "/publishPaymentUrl/" + sameAs.id,
|
|
12158
|
+
method: 'GET',
|
|
12159
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12160
|
+
qs: { purpose: { id: purpose.id } }
|
|
12161
|
+
})
|
|
12162
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12163
|
+
return [2 /*return*/, response.json()];
|
|
12164
|
+
}); }); })];
|
|
12165
|
+
});
|
|
12166
|
+
});
|
|
12167
|
+
};
|
|
12029
12168
|
return PaymentService;
|
|
12030
12169
|
}(service_1.Service));
|
|
12031
12170
|
exports.PaymentService = PaymentService;
|
|
12032
12171
|
|
|
12033
|
-
},{"../factory":
|
|
12172
|
+
},{"../factory":132,"../service":137,"http-status":354}],68:[function(require,module,exports){
|
|
12034
12173
|
"use strict";
|
|
12035
12174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12036
12175
|
|
|
12037
|
-
},{}],69:[function(require,module,exports){
|
|
12176
|
+
},{}],69:[function(require,module,exports){
|
|
12177
|
+
"use strict";
|
|
12178
|
+
var __assign = (this && this.__assign) || function () {
|
|
12179
|
+
__assign = Object.assign || function(t) {
|
|
12180
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
12181
|
+
s = arguments[i];
|
|
12182
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
12183
|
+
t[p] = s[p];
|
|
12184
|
+
}
|
|
12185
|
+
return t;
|
|
12186
|
+
};
|
|
12187
|
+
return __assign.apply(this, arguments);
|
|
12188
|
+
};
|
|
12189
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12190
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
12191
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
12192
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
12193
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
12194
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
12195
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
12196
|
+
});
|
|
12197
|
+
};
|
|
12198
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12199
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12200
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12201
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
12202
|
+
function step(op) {
|
|
12203
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
12204
|
+
while (_) try {
|
|
12205
|
+
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;
|
|
12206
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
12207
|
+
switch (op[0]) {
|
|
12208
|
+
case 0: case 1: t = op; break;
|
|
12209
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
12210
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
12211
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
12212
|
+
default:
|
|
12213
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
12214
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
12215
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
12216
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
12217
|
+
if (t[2]) _.ops.pop();
|
|
12218
|
+
_.trys.pop(); continue;
|
|
12219
|
+
}
|
|
12220
|
+
op = body.call(thisArg, _);
|
|
12221
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
12222
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12223
|
+
}
|
|
12224
|
+
};
|
|
12225
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12226
|
+
exports.ChevreTxc = exports.service = void 0;
|
|
12227
|
+
var service;
|
|
12228
|
+
(function (service) {
|
|
12229
|
+
var Offer;
|
|
12230
|
+
(function (Offer) {
|
|
12231
|
+
})(Offer = service.Offer || (service.Offer = {}));
|
|
12232
|
+
})(service = exports.service || (exports.service = {}));
|
|
12233
|
+
/**
|
|
12234
|
+
* 取引サービス
|
|
12235
|
+
*/
|
|
12236
|
+
var ChevreTxc = /** @class */ (function () {
|
|
12237
|
+
function ChevreTxc(options) {
|
|
12238
|
+
this.options = options;
|
|
12239
|
+
}
|
|
12240
|
+
ChevreTxc.prototype.createOfferInstance = function (params) {
|
|
12241
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12242
|
+
var _a;
|
|
12243
|
+
return __generator(this, function (_b) {
|
|
12244
|
+
switch (_b.label) {
|
|
12245
|
+
case 0:
|
|
12246
|
+
if (!(service.Offer.svc === undefined)) return [3 /*break*/, 2];
|
|
12247
|
+
_a = service.Offer;
|
|
12248
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevreTxc/offer'); })];
|
|
12249
|
+
case 1:
|
|
12250
|
+
_a.svc = (_b.sent()).OfferService;
|
|
12251
|
+
_b.label = 2;
|
|
12252
|
+
case 2: return [2 /*return*/, new service.Offer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
12253
|
+
}
|
|
12254
|
+
});
|
|
12255
|
+
});
|
|
12256
|
+
};
|
|
12257
|
+
return ChevreTxc;
|
|
12258
|
+
}());
|
|
12259
|
+
exports.ChevreTxc = ChevreTxc;
|
|
12260
|
+
|
|
12261
|
+
},{"./chevreTxc/offer":70}],70:[function(require,module,exports){
|
|
12262
|
+
"use strict";
|
|
12263
|
+
var __extends = (this && this.__extends) || (function () {
|
|
12264
|
+
var extendStatics = function (d, b) {
|
|
12265
|
+
extendStatics = Object.setPrototypeOf ||
|
|
12266
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
12267
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
12268
|
+
return extendStatics(d, b);
|
|
12269
|
+
};
|
|
12270
|
+
return function (d, b) {
|
|
12271
|
+
if (typeof b !== "function" && b !== null)
|
|
12272
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12273
|
+
extendStatics(d, b);
|
|
12274
|
+
function __() { this.constructor = d; }
|
|
12275
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12276
|
+
};
|
|
12277
|
+
})();
|
|
12278
|
+
var __assign = (this && this.__assign) || function () {
|
|
12279
|
+
__assign = Object.assign || function(t) {
|
|
12280
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
12281
|
+
s = arguments[i];
|
|
12282
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
12283
|
+
t[p] = s[p];
|
|
12284
|
+
}
|
|
12285
|
+
return t;
|
|
12286
|
+
};
|
|
12287
|
+
return __assign.apply(this, arguments);
|
|
12288
|
+
};
|
|
12289
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
12290
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
12291
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
12292
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
12293
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
12294
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
12295
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
12296
|
+
});
|
|
12297
|
+
};
|
|
12298
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
12299
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
12300
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12301
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
12302
|
+
function step(op) {
|
|
12303
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
12304
|
+
while (_) try {
|
|
12305
|
+
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;
|
|
12306
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
12307
|
+
switch (op[0]) {
|
|
12308
|
+
case 0: case 1: t = op; break;
|
|
12309
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
12310
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
12311
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
12312
|
+
default:
|
|
12313
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
12314
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
12315
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
12316
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
12317
|
+
if (t[2]) _.ops.pop();
|
|
12318
|
+
_.trys.pop(); continue;
|
|
12319
|
+
}
|
|
12320
|
+
op = body.call(thisArg, _);
|
|
12321
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
12322
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
12323
|
+
}
|
|
12324
|
+
};
|
|
12325
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12326
|
+
exports.OfferService = void 0;
|
|
12327
|
+
var http_status_1 = require("http-status");
|
|
12328
|
+
var factory = require("../factory");
|
|
12329
|
+
var service_1 = require("../service");
|
|
12330
|
+
/**
|
|
12331
|
+
* COAオファーサービス
|
|
12332
|
+
*/
|
|
12333
|
+
var OfferService = /** @class */ (function (_super) {
|
|
12334
|
+
__extends(OfferService, _super);
|
|
12335
|
+
function OfferService() {
|
|
12336
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
12337
|
+
}
|
|
12338
|
+
OfferService.prototype.acceptOffer = function (params) {
|
|
12339
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12340
|
+
var object, purpose, potentialActions;
|
|
12341
|
+
var _this = this;
|
|
12342
|
+
return __generator(this, function (_a) {
|
|
12343
|
+
object = params.object, purpose = params.purpose, potentialActions = params.potentialActions;
|
|
12344
|
+
return [2 /*return*/, this.fetch({
|
|
12345
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept",
|
|
12346
|
+
method: 'POST',
|
|
12347
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
12348
|
+
body: __assign({ object: object,
|
|
12349
|
+
purpose: purpose }, (typeof (potentialActions === null || potentialActions === void 0 ? void 0 : potentialActions.id) === 'string') ? { potentialActions: potentialActions } : undefined),
|
|
12350
|
+
qs: {
|
|
12351
|
+
purpose: { id: purpose.id }
|
|
12352
|
+
}
|
|
12353
|
+
})
|
|
12354
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12355
|
+
return [2 /*return*/, response.json()];
|
|
12356
|
+
}); }); })];
|
|
12357
|
+
});
|
|
12358
|
+
});
|
|
12359
|
+
};
|
|
12360
|
+
OfferService.prototype.findAcceptAction = function (params) {
|
|
12361
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12362
|
+
var sameAs, purpose;
|
|
12363
|
+
var _this = this;
|
|
12364
|
+
return __generator(this, function (_a) {
|
|
12365
|
+
sameAs = params.sameAs, purpose = params.purpose;
|
|
12366
|
+
return [2 /*return*/, this.fetch({
|
|
12367
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept/" + sameAs.id,
|
|
12368
|
+
method: 'GET',
|
|
12369
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12370
|
+
qs: { purpose: { id: purpose.id } }
|
|
12371
|
+
})
|
|
12372
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12373
|
+
return [2 /*return*/, response.json()];
|
|
12374
|
+
}); }); })];
|
|
12375
|
+
});
|
|
12376
|
+
});
|
|
12377
|
+
};
|
|
12378
|
+
/**
|
|
12379
|
+
* 興行オファー承認(変更含む)
|
|
12380
|
+
*/
|
|
12381
|
+
OfferService.prototype.authorizeEventServiceByCOA = function (params) {
|
|
12382
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12383
|
+
var acceptAction, purpose;
|
|
12384
|
+
var _this = this;
|
|
12385
|
+
return __generator(this, function (_a) {
|
|
12386
|
+
acceptAction = params.acceptAction, purpose = params.purpose;
|
|
12387
|
+
return [2 /*return*/, this.fetch({
|
|
12388
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/accept/" + acceptAction.id + "/authorize",
|
|
12389
|
+
method: 'POST',
|
|
12390
|
+
expectedStatusCodes: [http_status_1.CREATED],
|
|
12391
|
+
body: { purpose: purpose },
|
|
12392
|
+
qs: {
|
|
12393
|
+
purpose: { id: purpose.id }
|
|
12394
|
+
}
|
|
12395
|
+
})
|
|
12396
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12397
|
+
return [2 /*return*/, response.json()];
|
|
12398
|
+
}); }); })];
|
|
12399
|
+
});
|
|
12400
|
+
});
|
|
12401
|
+
};
|
|
12402
|
+
/**
|
|
12403
|
+
* 興行オファー承認取消(非同期)
|
|
12404
|
+
*/
|
|
12405
|
+
OfferService.prototype.voidAuthorizationByCOA = function (params) {
|
|
12406
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12407
|
+
var id, purpose;
|
|
12408
|
+
var _this = this;
|
|
12409
|
+
return __generator(this, function (_a) {
|
|
12410
|
+
id = params.id, purpose = params.purpose;
|
|
12411
|
+
return [2 /*return*/, this.fetch({
|
|
12412
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + id + "/void",
|
|
12413
|
+
method: 'POST',
|
|
12414
|
+
expectedStatusCodes: [http_status_1.ACCEPTED],
|
|
12415
|
+
body: { purpose: purpose },
|
|
12416
|
+
qs: {
|
|
12417
|
+
purpose: { id: purpose.id }
|
|
12418
|
+
}
|
|
12419
|
+
})
|
|
12420
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12421
|
+
return [2 /*return*/, response.json()];
|
|
12422
|
+
}); }); })];
|
|
12423
|
+
});
|
|
12424
|
+
});
|
|
12425
|
+
};
|
|
12426
|
+
/**
|
|
12427
|
+
* 興行オファー承認取消タスク検索
|
|
12428
|
+
*/
|
|
12429
|
+
OfferService.prototype.findVoidTask = function (params) {
|
|
12430
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12431
|
+
var taskId, actionId, purpose;
|
|
12432
|
+
var _this = this;
|
|
12433
|
+
return __generator(this, function (_a) {
|
|
12434
|
+
taskId = params.taskId, actionId = params.actionId, purpose = params.purpose;
|
|
12435
|
+
return [2 /*return*/, this.fetch({
|
|
12436
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + actionId + "/void/" + taskId,
|
|
12437
|
+
method: 'GET',
|
|
12438
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
12439
|
+
qs: {
|
|
12440
|
+
purpose: { id: purpose.id }
|
|
12441
|
+
}
|
|
12442
|
+
})
|
|
12443
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12444
|
+
return [2 /*return*/, response.json()];
|
|
12445
|
+
}); }); })];
|
|
12446
|
+
});
|
|
12447
|
+
});
|
|
12448
|
+
};
|
|
12449
|
+
return OfferService;
|
|
12450
|
+
}(service_1.Service));
|
|
12451
|
+
exports.OfferService = OfferService;
|
|
12452
|
+
|
|
12453
|
+
},{"../factory":132,"../service":137,"http-status":354}],71:[function(require,module,exports){
|
|
12038
12454
|
"use strict";
|
|
12039
12455
|
var __assign = (this && this.__assign) || function () {
|
|
12040
12456
|
__assign = Object.assign || function(t) {
|
|
@@ -12185,7 +12601,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
12185
12601
|
}());
|
|
12186
12602
|
exports.ChevreTxn = ChevreTxn;
|
|
12187
12603
|
|
|
12188
|
-
},{"./chevreTxn/offer":
|
|
12604
|
+
},{"./chevreTxn/offer":72,"./chevreTxn/transaction/moneyTransfer":73,"./chevreTxn/transaction/placeOrder":74,"./chevreTxn/transaction/returnOrder":76}],72:[function(require,module,exports){
|
|
12189
12605
|
"use strict";
|
|
12190
12606
|
var __extends = (this && this.__extends) || (function () {
|
|
12191
12607
|
var extendStatics = function (d, b) {
|
|
@@ -12445,7 +12861,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
12445
12861
|
}(service_1.Service));
|
|
12446
12862
|
exports.OfferService = OfferService;
|
|
12447
12863
|
|
|
12448
|
-
},{"../factory":
|
|
12864
|
+
},{"../factory":132,"../service":137,"http-status":354}],73:[function(require,module,exports){
|
|
12449
12865
|
"use strict";
|
|
12450
12866
|
var __extends = (this && this.__extends) || (function () {
|
|
12451
12867
|
var extendStatics = function (d, b) {
|
|
@@ -12595,7 +13011,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
12595
13011
|
}(service_1.Service));
|
|
12596
13012
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
12597
13013
|
|
|
12598
|
-
},{"../../factory":
|
|
13014
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],74:[function(require,module,exports){
|
|
12599
13015
|
"use strict";
|
|
12600
13016
|
var __extends = (this && this.__extends) || (function () {
|
|
12601
13017
|
var extendStatics = function (d, b) {
|
|
@@ -12798,9 +13214,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12798
13214
|
}(service_1.Service));
|
|
12799
13215
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12800
13216
|
|
|
12801
|
-
},{"../../factory":
|
|
13217
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],75:[function(require,module,exports){
|
|
12802
13218
|
arguments[4][68][0].apply(exports,arguments)
|
|
12803
|
-
},{"dup":68}],
|
|
13219
|
+
},{"dup":68}],76:[function(require,module,exports){
|
|
12804
13220
|
"use strict";
|
|
12805
13221
|
var __extends = (this && this.__extends) || (function () {
|
|
12806
13222
|
var extendStatics = function (d, b) {
|
|
@@ -12966,7 +13382,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12966
13382
|
}(service_1.Service));
|
|
12967
13383
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12968
13384
|
|
|
12969
|
-
},{"../../factory":
|
|
13385
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],77:[function(require,module,exports){
|
|
12970
13386
|
"use strict";
|
|
12971
13387
|
var __extends = (this && this.__extends) || (function () {
|
|
12972
13388
|
var extendStatics = function (d, b) {
|
|
@@ -13063,7 +13479,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
13063
13479
|
}(service_1.Service));
|
|
13064
13480
|
exports.CategoryCodeService = CategoryCodeService;
|
|
13065
13481
|
|
|
13066
|
-
},{"../service":
|
|
13482
|
+
},{"../service":137,"http-status":354}],78:[function(require,module,exports){
|
|
13067
13483
|
"use strict";
|
|
13068
13484
|
var __extends = (this && this.__extends) || (function () {
|
|
13069
13485
|
var extendStatics = function (d, b) {
|
|
@@ -13157,7 +13573,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
13157
13573
|
}(service_1.Service));
|
|
13158
13574
|
exports.CreativeWorkService = CreativeWorkService;
|
|
13159
13575
|
|
|
13160
|
-
},{"../service":
|
|
13576
|
+
},{"../service":137,"http-status":354}],79:[function(require,module,exports){
|
|
13161
13577
|
"use strict";
|
|
13162
13578
|
var __extends = (this && this.__extends) || (function () {
|
|
13163
13579
|
var extendStatics = function (d, b) {
|
|
@@ -13254,7 +13670,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13254
13670
|
}(service_1.Service));
|
|
13255
13671
|
exports.EmailMessageService = EmailMessageService;
|
|
13256
13672
|
|
|
13257
|
-
},{"../service":
|
|
13673
|
+
},{"../service":137,"http-status":354}],80:[function(require,module,exports){
|
|
13258
13674
|
"use strict";
|
|
13259
13675
|
var __extends = (this && this.__extends) || (function () {
|
|
13260
13676
|
var extendStatics = function (d, b) {
|
|
@@ -13513,7 +13929,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
13513
13929
|
}(service_1.Service));
|
|
13514
13930
|
exports.EventService = EventService;
|
|
13515
13931
|
|
|
13516
|
-
},{"../service":
|
|
13932
|
+
},{"../service":137,"http-status":354}],81:[function(require,module,exports){
|
|
13517
13933
|
"use strict";
|
|
13518
13934
|
var __extends = (this && this.__extends) || (function () {
|
|
13519
13935
|
var extendStatics = function (d, b) {
|
|
@@ -13754,9 +14170,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13754
14170
|
}(service_1.Service));
|
|
13755
14171
|
exports.OrderService = OrderService;
|
|
13756
14172
|
|
|
13757
|
-
},{"../factory":
|
|
14173
|
+
},{"../factory":132,"../service":137,"http-status":354}],82:[function(require,module,exports){
|
|
13758
14174
|
arguments[4][68][0].apply(exports,arguments)
|
|
13759
|
-
},{"dup":68}],
|
|
14175
|
+
},{"dup":68}],83:[function(require,module,exports){
|
|
13760
14176
|
"use strict";
|
|
13761
14177
|
var __extends = (this && this.__extends) || (function () {
|
|
13762
14178
|
var extendStatics = function (d, b) {
|
|
@@ -13884,7 +14300,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
13884
14300
|
}(service_1.Service));
|
|
13885
14301
|
exports.PermitService = PermitService;
|
|
13886
14302
|
|
|
13887
|
-
},{"../service":
|
|
14303
|
+
},{"../service":137,"http-status":354}],84:[function(require,module,exports){
|
|
13888
14304
|
"use strict";
|
|
13889
14305
|
var __extends = (this && this.__extends) || (function () {
|
|
13890
14306
|
var extendStatics = function (d, b) {
|
|
@@ -14073,9 +14489,9 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
14073
14489
|
}(service_1.Service));
|
|
14074
14490
|
exports.PersonService = PersonService;
|
|
14075
14491
|
|
|
14076
|
-
},{"../service":
|
|
14492
|
+
},{"../service":137,"http-status":354}],85:[function(require,module,exports){
|
|
14077
14493
|
arguments[4][45][0].apply(exports,arguments)
|
|
14078
|
-
},{"../../service":
|
|
14494
|
+
},{"../../service":137,"dup":45,"http-status":354}],86:[function(require,module,exports){
|
|
14079
14495
|
"use strict";
|
|
14080
14496
|
var __extends = (this && this.__extends) || (function () {
|
|
14081
14497
|
var extendStatics = function (d, b) {
|
|
@@ -14285,7 +14701,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14285
14701
|
}(service_1.Service));
|
|
14286
14702
|
exports.PlaceService = PlaceService;
|
|
14287
14703
|
|
|
14288
|
-
},{"../factory":
|
|
14704
|
+
},{"../factory":132,"../service":137,"http-status":354}],87:[function(require,module,exports){
|
|
14289
14705
|
"use strict";
|
|
14290
14706
|
var __extends = (this && this.__extends) || (function () {
|
|
14291
14707
|
var extendStatics = function (d, b) {
|
|
@@ -14371,7 +14787,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
14371
14787
|
}(service_1.Service));
|
|
14372
14788
|
exports.HasPOSService = HasPOSService;
|
|
14373
14789
|
|
|
14374
|
-
},{"../../factory":
|
|
14790
|
+
},{"../../factory":132,"../../service":137,"http-status":354}],88:[function(require,module,exports){
|
|
14375
14791
|
"use strict";
|
|
14376
14792
|
var __extends = (this && this.__extends) || (function () {
|
|
14377
14793
|
var extendStatics = function (d, b) {
|
|
@@ -14500,7 +14916,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
14500
14916
|
}(service_1.Service));
|
|
14501
14917
|
exports.ProductService = ProductService;
|
|
14502
14918
|
|
|
14503
|
-
},{"../service":
|
|
14919
|
+
},{"../service":137,"http-status":354}],89:[function(require,module,exports){
|
|
14504
14920
|
"use strict";
|
|
14505
14921
|
var __extends = (this && this.__extends) || (function () {
|
|
14506
14922
|
var extendStatics = function (d, b) {
|
|
@@ -14608,7 +15024,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
14608
15024
|
}(service_1.Service));
|
|
14609
15025
|
exports.ReservationService = ReservationService;
|
|
14610
15026
|
|
|
14611
|
-
},{"../service":
|
|
15027
|
+
},{"../service":137,"http-status":354}],90:[function(require,module,exports){
|
|
14612
15028
|
"use strict";
|
|
14613
15029
|
var __extends = (this && this.__extends) || (function () {
|
|
14614
15030
|
var extendStatics = function (d, b) {
|
|
@@ -14780,9 +15196,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
14780
15196
|
}(service_1.Service));
|
|
14781
15197
|
exports.SellerService = SellerService;
|
|
14782
15198
|
|
|
14783
|
-
},{"../service":
|
|
15199
|
+
},{"../service":137,"http-status":354}],91:[function(require,module,exports){
|
|
14784
15200
|
arguments[4][57][0].apply(exports,arguments)
|
|
14785
|
-
},{"../service":
|
|
15201
|
+
},{"../service":137,"dup":57,"http-status":354}],92:[function(require,module,exports){
|
|
14786
15202
|
"use strict";
|
|
14787
15203
|
var __extends = (this && this.__extends) || (function () {
|
|
14788
15204
|
var extendStatics = function (d, b) {
|
|
@@ -14879,7 +15295,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
14879
15295
|
}(service_1.Service));
|
|
14880
15296
|
exports.TripService = TripService;
|
|
14881
15297
|
|
|
14882
|
-
},{"../service":
|
|
15298
|
+
},{"../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":
|
|
15616
|
+
},{"../chevre/order/factory":82,"../chevrePay/payment/factory":68,"../chevreTxn/transaction/placeOrder/factory":75,"../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":4,"./chevreAuth":64,"./chevrePay":66,"./
|
|
22345
|
+
},{"./chevre":3,"./chevreAdmin":4,"./chevreAuth":64,"./chevrePay":66,"./chevreTxc":69,"./chevreTxn":71,"./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,9 +24814,9 @@ var transaction;
|
|
|
24301
24814
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
24302
24815
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
24303
24816
|
|
|
24304
|
-
},{"./account/action/moneyTransfer":
|
|
24817
|
+
},{"./account/action/moneyTransfer":155,"./account/transaction/deposit":157,"./account/transaction/transfer":158,"./account/transaction/withdraw":159,"./account/transactionType":156}],153:[function(require,module,exports){
|
|
24305
24818
|
arguments[4][68][0].apply(exports,arguments)
|
|
24306
|
-
},{"dup":68}],
|
|
24819
|
+
},{"dup":68}],154:[function(require,module,exports){
|
|
24307
24820
|
"use strict";
|
|
24308
24821
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24309
24822
|
exports.AccountType = void 0;
|
|
@@ -24324,9 +24837,9 @@ var AccountType;
|
|
|
24324
24837
|
AccountType["Transactional"] = "Transactional";
|
|
24325
24838
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24326
24839
|
|
|
24327
|
-
},{}],
|
|
24840
|
+
},{}],155:[function(require,module,exports){
|
|
24328
24841
|
arguments[4][68][0].apply(exports,arguments)
|
|
24329
|
-
},{"dup":68}],
|
|
24842
|
+
},{"dup":68}],156:[function(require,module,exports){
|
|
24330
24843
|
"use strict";
|
|
24331
24844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24332
24845
|
exports.AccountTransactionType = void 0;
|
|
@@ -24349,13 +24862,13 @@ var AccountTransactionType;
|
|
|
24349
24862
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
24350
24863
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
24351
24864
|
|
|
24352
|
-
},{}],
|
|
24865
|
+
},{}],157:[function(require,module,exports){
|
|
24353
24866
|
arguments[4][68][0].apply(exports,arguments)
|
|
24354
|
-
},{"dup":68}],
|
|
24867
|
+
},{"dup":68}],158:[function(require,module,exports){
|
|
24355
24868
|
arguments[4][68][0].apply(exports,arguments)
|
|
24356
|
-
},{"dup":68}],
|
|
24869
|
+
},{"dup":68}],159:[function(require,module,exports){
|
|
24357
24870
|
arguments[4][68][0].apply(exports,arguments)
|
|
24358
|
-
},{"dup":68}],
|
|
24871
|
+
},{"dup":68}],160:[function(require,module,exports){
|
|
24359
24872
|
"use strict";
|
|
24360
24873
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24361
24874
|
exports.ActionStatusType = void 0;
|
|
@@ -24371,7 +24884,7 @@ var ActionStatusType;
|
|
|
24371
24884
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
24372
24885
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
24373
24886
|
|
|
24374
|
-
},{}],
|
|
24887
|
+
},{}],161:[function(require,module,exports){
|
|
24375
24888
|
"use strict";
|
|
24376
24889
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24377
24890
|
exports.ActionType = void 0;
|
|
@@ -24403,9 +24916,28 @@ var ActionType;
|
|
|
24403
24916
|
ActionType["UseAction"] = "UseAction";
|
|
24404
24917
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
24405
24918
|
|
|
24406
|
-
},{}],
|
|
24919
|
+
},{}],162:[function(require,module,exports){
|
|
24920
|
+
"use strict";
|
|
24921
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24922
|
+
exports.FlgMember = void 0;
|
|
24923
|
+
/**
|
|
24924
|
+
* COA会員用フラグ
|
|
24925
|
+
*/
|
|
24926
|
+
var FlgMember;
|
|
24927
|
+
(function (FlgMember) {
|
|
24928
|
+
/**
|
|
24929
|
+
* 非会員
|
|
24930
|
+
*/
|
|
24931
|
+
FlgMember["NonMember"] = "0";
|
|
24932
|
+
/**
|
|
24933
|
+
* 会員
|
|
24934
|
+
*/
|
|
24935
|
+
FlgMember["Member"] = "1";
|
|
24936
|
+
})(FlgMember = exports.FlgMember || (exports.FlgMember = {}));
|
|
24937
|
+
|
|
24938
|
+
},{}],163:[function(require,module,exports){
|
|
24407
24939
|
arguments[4][68][0].apply(exports,arguments)
|
|
24408
|
-
},{"dup":68}],
|
|
24940
|
+
},{"dup":68}],164:[function(require,module,exports){
|
|
24409
24941
|
"use strict";
|
|
24410
24942
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24411
24943
|
exports.ObjectType = void 0;
|
|
@@ -24414,11 +24946,11 @@ var ObjectType;
|
|
|
24414
24946
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
24415
24947
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24416
24948
|
|
|
24417
|
-
},{}],
|
|
24949
|
+
},{}],165:[function(require,module,exports){
|
|
24418
24950
|
arguments[4][68][0].apply(exports,arguments)
|
|
24419
|
-
},{"dup":68}],
|
|
24951
|
+
},{"dup":68}],166:[function(require,module,exports){
|
|
24420
24952
|
arguments[4][68][0].apply(exports,arguments)
|
|
24421
|
-
},{"dup":68}],
|
|
24953
|
+
},{"dup":68}],167:[function(require,module,exports){
|
|
24422
24954
|
"use strict";
|
|
24423
24955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24424
24956
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -24432,11 +24964,11 @@ var ServiceIdentifier;
|
|
|
24432
24964
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
24433
24965
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
24434
24966
|
|
|
24435
|
-
},{}],
|
|
24967
|
+
},{}],168:[function(require,module,exports){
|
|
24436
24968
|
arguments[4][68][0].apply(exports,arguments)
|
|
24437
|
-
},{"dup":68}],
|
|
24969
|
+
},{"dup":68}],169:[function(require,module,exports){
|
|
24438
24970
|
arguments[4][68][0].apply(exports,arguments)
|
|
24439
|
-
},{"dup":68}],
|
|
24971
|
+
},{"dup":68}],170:[function(require,module,exports){
|
|
24440
24972
|
"use strict";
|
|
24441
24973
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24442
24974
|
exports.ObjectType = void 0;
|
|
@@ -24445,13 +24977,7 @@ var ObjectType;
|
|
|
24445
24977
|
ObjectType["Ticket"] = "Ticket";
|
|
24446
24978
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24447
24979
|
|
|
24448
|
-
},{}],
|
|
24449
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24450
|
-
},{"dup":68}],169:[function(require,module,exports){
|
|
24451
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24452
|
-
},{"dup":68}],170:[function(require,module,exports){
|
|
24453
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24454
|
-
},{"dup":68}],171:[function(require,module,exports){
|
|
24980
|
+
},{}],171:[function(require,module,exports){
|
|
24455
24981
|
arguments[4][68][0].apply(exports,arguments)
|
|
24456
24982
|
},{"dup":68}],172:[function(require,module,exports){
|
|
24457
24983
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24468,6 +24994,12 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24468
24994
|
},{"dup":68}],178:[function(require,module,exports){
|
|
24469
24995
|
arguments[4][68][0].apply(exports,arguments)
|
|
24470
24996
|
},{"dup":68}],179:[function(require,module,exports){
|
|
24997
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24998
|
+
},{"dup":68}],180:[function(require,module,exports){
|
|
24999
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25000
|
+
},{"dup":68}],181:[function(require,module,exports){
|
|
25001
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25002
|
+
},{"dup":68}],182:[function(require,module,exports){
|
|
24471
25003
|
"use strict";
|
|
24472
25004
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24473
25005
|
exports.ObjectType = void 0;
|
|
@@ -24476,13 +25008,7 @@ var ObjectType;
|
|
|
24476
25008
|
ObjectType["PointAward"] = "PointAward";
|
|
24477
25009
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24478
25010
|
|
|
24479
|
-
},{}],
|
|
24480
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24481
|
-
},{"dup":68}],181:[function(require,module,exports){
|
|
24482
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24483
|
-
},{"dup":68}],182:[function(require,module,exports){
|
|
24484
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24485
|
-
},{"dup":68}],183:[function(require,module,exports){
|
|
25011
|
+
},{}],183:[function(require,module,exports){
|
|
24486
25012
|
arguments[4][68][0].apply(exports,arguments)
|
|
24487
25013
|
},{"dup":68}],184:[function(require,module,exports){
|
|
24488
25014
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24499,6 +25025,12 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24499
25025
|
},{"dup":68}],190:[function(require,module,exports){
|
|
24500
25026
|
arguments[4][68][0].apply(exports,arguments)
|
|
24501
25027
|
},{"dup":68}],191:[function(require,module,exports){
|
|
25028
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25029
|
+
},{"dup":68}],192:[function(require,module,exports){
|
|
25030
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25031
|
+
},{"dup":68}],193:[function(require,module,exports){
|
|
25032
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25033
|
+
},{"dup":68}],194:[function(require,module,exports){
|
|
24502
25034
|
"use strict";
|
|
24503
25035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24504
25036
|
exports.AssetTransactionType = void 0;
|
|
@@ -24534,13 +25066,7 @@ var AssetTransactionType;
|
|
|
24534
25066
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
24535
25067
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
24536
25068
|
|
|
24537
|
-
},{}],
|
|
24538
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24539
|
-
},{"dup":68}],193:[function(require,module,exports){
|
|
24540
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24541
|
-
},{"dup":68}],194:[function(require,module,exports){
|
|
24542
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24543
|
-
},{"dup":68}],195:[function(require,module,exports){
|
|
25069
|
+
},{}],195:[function(require,module,exports){
|
|
24544
25070
|
arguments[4][68][0].apply(exports,arguments)
|
|
24545
25071
|
},{"dup":68}],196:[function(require,module,exports){
|
|
24546
25072
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24549,6 +25075,12 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24549
25075
|
},{"dup":68}],198:[function(require,module,exports){
|
|
24550
25076
|
arguments[4][68][0].apply(exports,arguments)
|
|
24551
25077
|
},{"dup":68}],199:[function(require,module,exports){
|
|
25078
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25079
|
+
},{"dup":68}],200:[function(require,module,exports){
|
|
25080
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25081
|
+
},{"dup":68}],201:[function(require,module,exports){
|
|
25082
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25083
|
+
},{"dup":68}],202:[function(require,module,exports){
|
|
24552
25084
|
"use strict";
|
|
24553
25085
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24554
25086
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -24604,11 +25136,11 @@ 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][68][0].apply(exports,arguments)
|
|
24609
|
-
},{"dup":68}],
|
|
25141
|
+
},{"dup":68}],204:[function(require,module,exports){
|
|
24610
25142
|
arguments[4][68][0].apply(exports,arguments)
|
|
24611
|
-
},{"dup":68}],
|
|
25143
|
+
},{"dup":68}],205:[function(require,module,exports){
|
|
24612
25144
|
"use strict";
|
|
24613
25145
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24614
25146
|
exports.CreativeWorkType = void 0;
|
|
@@ -24625,9 +25157,9 @@ var CreativeWorkType;
|
|
|
24625
25157
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
24626
25158
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
24627
25159
|
|
|
24628
|
-
},{}],
|
|
25160
|
+
},{}],206:[function(require,module,exports){
|
|
24629
25161
|
arguments[4][68][0].apply(exports,arguments)
|
|
24630
|
-
},{"dup":68}],
|
|
25162
|
+
},{"dup":68}],207:[function(require,module,exports){
|
|
24631
25163
|
"use strict";
|
|
24632
25164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24633
25165
|
exports.AboutIdentifier = void 0;
|
|
@@ -24639,15 +25171,15 @@ var AboutIdentifier;
|
|
|
24639
25171
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
24640
25172
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
24641
25173
|
|
|
24642
|
-
},{}],
|
|
25174
|
+
},{}],208:[function(require,module,exports){
|
|
24643
25175
|
arguments[4][68][0].apply(exports,arguments)
|
|
24644
|
-
},{"dup":68}],
|
|
25176
|
+
},{"dup":68}],209:[function(require,module,exports){
|
|
24645
25177
|
arguments[4][68][0].apply(exports,arguments)
|
|
24646
|
-
},{"dup":68}],
|
|
25178
|
+
},{"dup":68}],210:[function(require,module,exports){
|
|
24647
25179
|
arguments[4][68][0].apply(exports,arguments)
|
|
24648
|
-
},{"dup":68}],
|
|
25180
|
+
},{"dup":68}],211:[function(require,module,exports){
|
|
24649
25181
|
arguments[4][68][0].apply(exports,arguments)
|
|
24650
|
-
},{"dup":68}],
|
|
25182
|
+
},{"dup":68}],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
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24696
25228
|
exports.ErrorCode = void 0;
|
|
@@ -24711,7 +25243,7 @@ var ErrorCode;
|
|
|
24711
25243
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
24712
25244
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
24713
25245
|
|
|
24714
|
-
},{}],
|
|
25246
|
+
},{}],214:[function(require,module,exports){
|
|
24715
25247
|
"use strict";
|
|
24716
25248
|
var __extends = (this && this.__extends) || (function () {
|
|
24717
25249
|
var extendStatics = function (d, b) {
|
|
@@ -24757,7 +25289,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
24757
25289
|
}(chevre_1.ChevreError));
|
|
24758
25290
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
24759
25291
|
|
|
24760
|
-
},{"../errorCode":
|
|
25292
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],215:[function(require,module,exports){
|
|
24761
25293
|
"use strict";
|
|
24762
25294
|
var __extends = (this && this.__extends) || (function () {
|
|
24763
25295
|
var extendStatics = function (d, b) {
|
|
@@ -24802,7 +25334,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
24802
25334
|
}(chevre_1.ChevreError));
|
|
24803
25335
|
exports.ArgumentError = ArgumentError;
|
|
24804
25336
|
|
|
24805
|
-
},{"../errorCode":
|
|
25337
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],216:[function(require,module,exports){
|
|
24806
25338
|
"use strict";
|
|
24807
25339
|
var __extends = (this && this.__extends) || (function () {
|
|
24808
25340
|
var extendStatics = function (d, b) {
|
|
@@ -24847,7 +25379,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
24847
25379
|
}(chevre_1.ChevreError));
|
|
24848
25380
|
exports.ArgumentNullError = ArgumentNullError;
|
|
24849
25381
|
|
|
24850
|
-
},{"../errorCode":
|
|
25382
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],217:[function(require,module,exports){
|
|
24851
25383
|
"use strict";
|
|
24852
25384
|
var __extends = (this && this.__extends) || (function () {
|
|
24853
25385
|
var extendStatics = function (d, b) {
|
|
@@ -24886,7 +25418,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
24886
25418
|
}(Error));
|
|
24887
25419
|
exports.ChevreError = ChevreError;
|
|
24888
25420
|
|
|
24889
|
-
},{"setprototypeof":
|
|
25421
|
+
},{"setprototypeof":368}],218:[function(require,module,exports){
|
|
24890
25422
|
"use strict";
|
|
24891
25423
|
var __extends = (this && this.__extends) || (function () {
|
|
24892
25424
|
var extendStatics = function (d, b) {
|
|
@@ -24930,7 +25462,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
24930
25462
|
}(chevre_1.ChevreError));
|
|
24931
25463
|
exports.ForbiddenError = ForbiddenError;
|
|
24932
25464
|
|
|
24933
|
-
},{"../errorCode":
|
|
25465
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],219:[function(require,module,exports){
|
|
24934
25466
|
"use strict";
|
|
24935
25467
|
var __extends = (this && this.__extends) || (function () {
|
|
24936
25468
|
var extendStatics = function (d, b) {
|
|
@@ -24974,7 +25506,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
24974
25506
|
}(chevre_1.ChevreError));
|
|
24975
25507
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
24976
25508
|
|
|
24977
|
-
},{"../errorCode":
|
|
25509
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],220:[function(require,module,exports){
|
|
24978
25510
|
"use strict";
|
|
24979
25511
|
var __extends = (this && this.__extends) || (function () {
|
|
24980
25512
|
var extendStatics = function (d, b) {
|
|
@@ -25019,7 +25551,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
25019
25551
|
}(chevre_1.ChevreError));
|
|
25020
25552
|
exports.NotFoundError = NotFoundError;
|
|
25021
25553
|
|
|
25022
|
-
},{"../errorCode":
|
|
25554
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],221:[function(require,module,exports){
|
|
25023
25555
|
"use strict";
|
|
25024
25556
|
var __extends = (this && this.__extends) || (function () {
|
|
25025
25557
|
var extendStatics = function (d, b) {
|
|
@@ -25063,7 +25595,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
25063
25595
|
}(chevre_1.ChevreError));
|
|
25064
25596
|
exports.NotImplementedError = NotImplementedError;
|
|
25065
25597
|
|
|
25066
|
-
},{"../errorCode":
|
|
25598
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],222:[function(require,module,exports){
|
|
25067
25599
|
"use strict";
|
|
25068
25600
|
var __extends = (this && this.__extends) || (function () {
|
|
25069
25601
|
var extendStatics = function (d, b) {
|
|
@@ -25107,7 +25639,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
25107
25639
|
}(chevre_1.ChevreError));
|
|
25108
25640
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
25109
25641
|
|
|
25110
|
-
},{"../errorCode":
|
|
25642
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],223:[function(require,module,exports){
|
|
25111
25643
|
"use strict";
|
|
25112
25644
|
var __extends = (this && this.__extends) || (function () {
|
|
25113
25645
|
var extendStatics = function (d, b) {
|
|
@@ -25151,7 +25683,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
25151
25683
|
}(chevre_1.ChevreError));
|
|
25152
25684
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
25153
25685
|
|
|
25154
|
-
},{"../errorCode":
|
|
25686
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],224:[function(require,module,exports){
|
|
25155
25687
|
"use strict";
|
|
25156
25688
|
var __extends = (this && this.__extends) || (function () {
|
|
25157
25689
|
var extendStatics = function (d, b) {
|
|
@@ -25195,7 +25727,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
25195
25727
|
}(chevre_1.ChevreError));
|
|
25196
25728
|
exports.UnauthorizedError = UnauthorizedError;
|
|
25197
25729
|
|
|
25198
|
-
},{"../errorCode":
|
|
25730
|
+
},{"../errorCode":213,"./chevre":217,"setprototypeof":368}],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,7 +25757,7 @@ 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":214,"./error/argument":215,"./error/argumentNull":216,"./error/chevre":217,"./error/forbidden":218,"./error/gatewayTimeout":219,"./error/notFound":220,"./error/notImplemented":221,"./error/rateLimitExceeded":222,"./error/serviceUnavailable":223,"./error/unauthorized":224}],226:[function(require,module,exports){
|
|
25229
25761
|
"use strict";
|
|
25230
25762
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25231
25763
|
exports.EventStatusType = void 0;
|
|
@@ -25240,7 +25772,7 @@ var EventStatusType;
|
|
|
25240
25772
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
25241
25773
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
25242
25774
|
|
|
25243
|
-
},{}],
|
|
25775
|
+
},{}],227:[function(require,module,exports){
|
|
25244
25776
|
"use strict";
|
|
25245
25777
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25246
25778
|
exports.EventType = void 0;
|
|
@@ -25254,13 +25786,13 @@ var EventType;
|
|
|
25254
25786
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
25255
25787
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
25256
25788
|
|
|
25257
|
-
},{}],
|
|
25789
|
+
},{}],228:[function(require,module,exports){
|
|
25258
25790
|
arguments[4][68][0].apply(exports,arguments)
|
|
25259
|
-
},{"dup":68}],
|
|
25791
|
+
},{"dup":68}],229:[function(require,module,exports){
|
|
25260
25792
|
arguments[4][68][0].apply(exports,arguments)
|
|
25261
|
-
},{"dup":68}],
|
|
25793
|
+
},{"dup":68}],230:[function(require,module,exports){
|
|
25262
25794
|
arguments[4][68][0].apply(exports,arguments)
|
|
25263
|
-
},{"dup":68}],
|
|
25795
|
+
},{"dup":68}],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":153,"./accountType":154,"./action/accept/coaOffer":162,"./action/accept/pay":163,"./action/authorize/offer/eventService":164,"./action/authorize/offer/moneyTransfer":165,"./action/authorize/offer/product":166,"./action/authorize/paymentMethod/any":167,"./action/cancel/reservation":168,"./action/check/paymentMethod/movieTicket":169,"./action/check/token":170,"./action/consume/use/reservation":171,"./action/interact/confirm/moneyTransfer":172,"./action/interact/confirm/pay":173,"./action/interact/confirm/registerService":174,"./action/interact/confirm/reservation":175,"./action/interact/inform":176,"./action/interact/register/service":177,"./action/reserve":178,"./action/trade/order":179,"./action/trade/pay":180,"./action/trade/refund":181,"./action/transfer/give/pointAward":182,"./action/transfer/moneyTransfer":183,"./action/transfer/return/moneyTransfer":184,"./action/transfer/return/order":185,"./action/transfer/return/paymentMethod":186,"./action/transfer/return/pointAward":187,"./action/transfer/return/reserveTransaction":188,"./action/transfer/send/message/email":189,"./action/transfer/send/order":190,"./action/update/delete/member":191,"./action/update/replace":192,"./actionStatusType":160,"./actionType":161,"./additionalProperty":193,"./assetTransaction/cancelReservation":195,"./assetTransaction/moneyTransfer":196,"./assetTransaction/pay":197,"./assetTransaction/refund":198,"./assetTransaction/registerService":199,"./assetTransaction/reserve":200,"./assetTransactionType":194,"./authorization":201,"./categoryCode":202,"./clientUser":203,"./cognito":204,"./creativeWork/comment":206,"./creativeWork/message/email":207,"./creativeWork/movie":208,"./creativeWork/noteDigitalDocument":209,"./creativeWork/softwareApplication/webApplication":210,"./creativeWorkType":205,"./customer":211,"./encodingFormat":212,"./errorCode":213,"./errors":225,"./event/anyEvent":228,"./event/screeningEvent":229,"./event/screeningEventSeries":230,"./eventStatusType":226,"./eventType":227,"./iam":231,"./invoice":233,"./itemAvailability":234,"./language":235,"./merchantReturnPolicy":236,"./monetaryAmount":237,"./offer":238,"./offer/aggregateOffer":242,"./offerCatalog":239,"./offerItemCondition":240,"./offerType":241,"./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":255,"./place/movieTheater":256,"./place/screeningRoom":257,"./place/screeningRoomSection":258,"./place/seat":259,"./placeType":254,"./priceCurrency":260,"./priceSpecification/unitPriceSpecification":262,"./priceSpecificationType":261,"./product":263,"./programMembership":264,"./project":265,"./propertyValue":266,"./propertyValue/locationFeatureSpecification":267,"./qualitativeValue":268,"./quantitativeValue":269,"./report/accountingReport":270,"./reservation/busReservation":273,"./reservation/event":274,"./reservationStatusType":271,"./reservationType":272,"./seller":275,"./service/paymentService":276,"./service/webAPI":277,"./sortType":278,"./task/acceptCOAOffer":281,"./task/accountMoneyTransfer":282,"./task/aggregateOffers":283,"./task/aggregateScreeningEvent":284,"./task/aggregateUseActionsOnEvent":285,"./task/authorizePayment":286,"./task/cancelAccountMoneyTransfer":287,"./task/cancelMoneyTransfer":288,"./task/cancelPendingReservation":289,"./task/cancelReservation":290,"./task/checkMovieTicket":291,"./task/checkResource":292,"./task/confirmReserveTransaction":293,"./task/createAccountingReport":294,"./task/createEvent":295,"./task/deleteTransaction":296,"./task/importEventCapacitiesFromCOA":297,"./task/importEventsFromCOA":298,"./task/importOffersFromCOA":299,"./task/moneyTransfer":300,"./task/onAuthorizationCreated":301,"./task/onEventChanged":302,"./task/onResourceUpdated":303,"./task/pay":304,"./task/publishPaymentUrl":305,"./task/refund":306,"./task/registerService":307,"./task/reserve":308,"./task/sendEmailMessage":309,"./task/triggerWebhook":310,"./task/useReservation":311,"./task/voidPayment":312,"./taskName":279,"./taskStatus":280,"./thing":313,"./transaction/moneyTransfer":317,"./transaction/placeOrder":318,"./transaction/returnOrder":319,"./transactionStatusType":314,"./transactionTasksExportationStatus":315,"./transactionType":316,"./trip/busTrip":321,"./tripType":320,"./unitCode":322,"./unitPriceOffer":323,"@waiter/factory":339}],233:[function(require,module,exports){
|
|
25714
26258
|
arguments[4][68][0].apply(exports,arguments)
|
|
25715
|
-
},{"dup":68}],
|
|
26259
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
25737
|
-
},{"dup":68}],
|
|
26281
|
+
},{"dup":68}],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,15 +26329,15 @@ 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][68][0].apply(exports,arguments)
|
|
25790
|
-
},{"dup":68}],
|
|
26334
|
+
},{"dup":68}],238:[function(require,module,exports){
|
|
25791
26335
|
arguments[4][68][0].apply(exports,arguments)
|
|
25792
|
-
},{"dup":68}],
|
|
26336
|
+
},{"dup":68}],239:[function(require,module,exports){
|
|
25793
26337
|
arguments[4][68][0].apply(exports,arguments)
|
|
25794
|
-
},{"dup":68}],
|
|
26338
|
+
},{"dup":68}],240:[function(require,module,exports){
|
|
25795
26339
|
arguments[4][68][0].apply(exports,arguments)
|
|
25796
|
-
},{"dup":68}],
|
|
26340
|
+
},{"dup":68}],241:[function(require,module,exports){
|
|
25797
26341
|
"use strict";
|
|
25798
26342
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25799
26343
|
exports.OfferType = void 0;
|
|
@@ -25806,9 +26350,9 @@ var OfferType;
|
|
|
25806
26350
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
25807
26351
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
25808
26352
|
|
|
25809
|
-
},{}],
|
|
26353
|
+
},{}],242:[function(require,module,exports){
|
|
25810
26354
|
arguments[4][68][0].apply(exports,arguments)
|
|
25811
|
-
},{"dup":68}],
|
|
26355
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
25841
|
-
},{"dup":68}],
|
|
26385
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
25868
|
-
},{"dup":68}],
|
|
26412
|
+
},{"dup":68}],248:[function(require,module,exports){
|
|
25869
26413
|
arguments[4][68][0].apply(exports,arguments)
|
|
25870
|
-
},{"dup":68}],
|
|
26414
|
+
},{"dup":68}],249:[function(require,module,exports){
|
|
25871
26415
|
arguments[4][68][0].apply(exports,arguments)
|
|
25872
|
-
},{"dup":68}],
|
|
26416
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
25899
|
-
},{"dup":68}],
|
|
26443
|
+
},{"dup":68}],253:[function(require,module,exports){
|
|
25900
26444
|
"use strict";
|
|
25901
26445
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25902
26446
|
exports.PersonType = void 0;
|
|
@@ -25908,7 +26452,7 @@ 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
|
"use strict";
|
|
25913
26457
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25914
26458
|
exports.PlaceType = void 0;
|
|
@@ -25926,17 +26470,17 @@ var PlaceType;
|
|
|
25926
26470
|
PlaceType["Seat"] = "Seat";
|
|
25927
26471
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
25928
26472
|
|
|
25929
|
-
},{}],
|
|
26473
|
+
},{}],255:[function(require,module,exports){
|
|
25930
26474
|
arguments[4][68][0].apply(exports,arguments)
|
|
25931
|
-
},{"dup":68}],
|
|
26475
|
+
},{"dup":68}],256:[function(require,module,exports){
|
|
25932
26476
|
arguments[4][68][0].apply(exports,arguments)
|
|
25933
|
-
},{"dup":68}],
|
|
26477
|
+
},{"dup":68}],257:[function(require,module,exports){
|
|
25934
26478
|
arguments[4][68][0].apply(exports,arguments)
|
|
25935
|
-
},{"dup":68}],
|
|
26479
|
+
},{"dup":68}],258:[function(require,module,exports){
|
|
25936
26480
|
arguments[4][68][0].apply(exports,arguments)
|
|
25937
|
-
},{"dup":68}],
|
|
26481
|
+
},{"dup":68}],259:[function(require,module,exports){
|
|
25938
26482
|
arguments[4][68][0].apply(exports,arguments)
|
|
25939
|
-
},{"dup":68}],
|
|
26483
|
+
},{"dup":68}],260:[function(require,module,exports){
|
|
25940
26484
|
"use strict";
|
|
25941
26485
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25942
26486
|
exports.PriceCurrency = void 0;
|
|
@@ -25950,7 +26494,7 @@ 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
|
"use strict";
|
|
25955
26499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25956
26500
|
exports.PriceSpecificationType = void 0;
|
|
@@ -25981,9 +26525,9 @@ var PriceSpecificationType;
|
|
|
25981
26525
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
25982
26526
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
25983
26527
|
|
|
25984
|
-
},{}],
|
|
26528
|
+
},{}],262:[function(require,module,exports){
|
|
25985
26529
|
arguments[4][68][0].apply(exports,arguments)
|
|
25986
|
-
},{"dup":68}],
|
|
26530
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
26028
|
-
},{"dup":68}],
|
|
26572
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
26039
|
-
},{"dup":68}],
|
|
26583
|
+
},{"dup":68}],268:[function(require,module,exports){
|
|
26040
26584
|
arguments[4][68][0].apply(exports,arguments)
|
|
26041
|
-
},{"dup":68}],
|
|
26585
|
+
},{"dup":68}],269:[function(require,module,exports){
|
|
26042
26586
|
"use strict";
|
|
26043
26587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26044
26588
|
exports.StringValue = void 0;
|
|
@@ -26047,9 +26591,9 @@ 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][68][0].apply(exports,arguments)
|
|
26052
|
-
},{"dup":68}],
|
|
26596
|
+
},{"dup":68}],271:[function(require,module,exports){
|
|
26053
26597
|
"use strict";
|
|
26054
26598
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26055
26599
|
exports.ReservationStatusType = void 0;
|
|
@@ -26076,7 +26620,7 @@ var ReservationStatusType;
|
|
|
26076
26620
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
26077
26621
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
26078
26622
|
|
|
26079
|
-
},{}],
|
|
26623
|
+
},{}],272:[function(require,module,exports){
|
|
26080
26624
|
"use strict";
|
|
26081
26625
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26082
26626
|
exports.ReservationType = void 0;
|
|
@@ -26090,13 +26634,13 @@ var ReservationType;
|
|
|
26090
26634
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
26091
26635
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
26092
26636
|
|
|
26093
|
-
},{}],
|
|
26637
|
+
},{}],273:[function(require,module,exports){
|
|
26094
26638
|
arguments[4][68][0].apply(exports,arguments)
|
|
26095
|
-
},{"dup":68}],
|
|
26639
|
+
},{"dup":68}],274:[function(require,module,exports){
|
|
26096
26640
|
arguments[4][68][0].apply(exports,arguments)
|
|
26097
|
-
},{"dup":68}],
|
|
26641
|
+
},{"dup":68}],275:[function(require,module,exports){
|
|
26098
26642
|
arguments[4][68][0].apply(exports,arguments)
|
|
26099
|
-
},{"dup":68}],
|
|
26643
|
+
},{"dup":68}],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,7 +26675,7 @@ var SortType;
|
|
|
26131
26675
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
26132
26676
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
26133
26677
|
|
|
26134
|
-
},{}],
|
|
26678
|
+
},{}],279:[function(require,module,exports){
|
|
26135
26679
|
"use strict";
|
|
26136
26680
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26137
26681
|
exports.TaskName = void 0;
|
|
@@ -26140,6 +26684,7 @@ exports.TaskName = void 0;
|
|
|
26140
26684
|
*/
|
|
26141
26685
|
var TaskName;
|
|
26142
26686
|
(function (TaskName) {
|
|
26687
|
+
TaskName["AcceptCOAOffer"] = "acceptCOAOffer";
|
|
26143
26688
|
/**
|
|
26144
26689
|
* 口座転送
|
|
26145
26690
|
*/
|
|
@@ -26158,6 +26703,10 @@ var TaskName;
|
|
|
26158
26703
|
TaskName["CancelMoneyTransfer"] = "cancelMoneyTransfer";
|
|
26159
26704
|
TaskName["CancelReservation"] = "cancelReservation";
|
|
26160
26705
|
TaskName["CancelPendingReservation"] = "cancelPendingReservation";
|
|
26706
|
+
/**
|
|
26707
|
+
* 決済カード認証(2024-05-21~)
|
|
26708
|
+
*/
|
|
26709
|
+
TaskName["CheckMovieTicket"] = "checkMovieTicket";
|
|
26161
26710
|
/**
|
|
26162
26711
|
* リソース検証
|
|
26163
26712
|
*/
|
|
@@ -26210,6 +26759,10 @@ var TaskName;
|
|
|
26210
26759
|
* 注文受付
|
|
26211
26760
|
*/
|
|
26212
26761
|
TaskName["PlaceOrder"] = "placeOrder";
|
|
26762
|
+
/**
|
|
26763
|
+
* 決済URL発行(2024-05-22~)
|
|
26764
|
+
*/
|
|
26765
|
+
TaskName["PublishPaymentUrl"] = "publishPaymentUrl";
|
|
26213
26766
|
TaskName["Refund"] = "refund";
|
|
26214
26767
|
TaskName["RegisterService"] = "registerService";
|
|
26215
26768
|
/**
|
|
@@ -26265,7 +26818,7 @@ var TaskName;
|
|
|
26265
26818
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
26266
26819
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
26267
26820
|
|
|
26268
|
-
},{}],
|
|
26821
|
+
},{}],280:[function(require,module,exports){
|
|
26269
26822
|
"use strict";
|
|
26270
26823
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26271
26824
|
exports.TaskStatus = void 0;
|
|
@@ -26292,13 +26845,7 @@ var TaskStatus;
|
|
|
26292
26845
|
TaskStatus["Aborted"] = "Aborted";
|
|
26293
26846
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
26294
26847
|
|
|
26295
|
-
},{}],
|
|
26296
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26297
|
-
},{"dup":68}],279:[function(require,module,exports){
|
|
26298
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26299
|
-
},{"dup":68}],280:[function(require,module,exports){
|
|
26300
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26301
|
-
},{"dup":68}],281:[function(require,module,exports){
|
|
26848
|
+
},{}],281:[function(require,module,exports){
|
|
26302
26849
|
arguments[4][68][0].apply(exports,arguments)
|
|
26303
26850
|
},{"dup":68}],282:[function(require,module,exports){
|
|
26304
26851
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -26319,6 +26866,16 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
26319
26866
|
},{"dup":68}],290:[function(require,module,exports){
|
|
26320
26867
|
arguments[4][68][0].apply(exports,arguments)
|
|
26321
26868
|
},{"dup":68}],291:[function(require,module,exports){
|
|
26869
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26870
|
+
},{"dup":68}],292:[function(require,module,exports){
|
|
26871
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26872
|
+
},{"dup":68}],293:[function(require,module,exports){
|
|
26873
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26874
|
+
},{"dup":68}],294:[function(require,module,exports){
|
|
26875
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26876
|
+
},{"dup":68}],295:[function(require,module,exports){
|
|
26877
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26878
|
+
},{"dup":68}],296:[function(require,module,exports){
|
|
26322
26879
|
"use strict";
|
|
26323
26880
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26324
26881
|
exports.SpecifyingMethod = void 0;
|
|
@@ -26331,17 +26888,7 @@ var SpecifyingMethod;
|
|
|
26331
26888
|
SpecifyingMethod["AgentId"] = "AgentId";
|
|
26332
26889
|
})(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
|
|
26333
26890
|
|
|
26334
|
-
},{}],
|
|
26335
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26336
|
-
},{"dup":68}],293:[function(require,module,exports){
|
|
26337
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26338
|
-
},{"dup":68}],294:[function(require,module,exports){
|
|
26339
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26340
|
-
},{"dup":68}],295:[function(require,module,exports){
|
|
26341
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26342
|
-
},{"dup":68}],296:[function(require,module,exports){
|
|
26343
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26344
|
-
},{"dup":68}],297:[function(require,module,exports){
|
|
26891
|
+
},{}],297:[function(require,module,exports){
|
|
26345
26892
|
arguments[4][68][0].apply(exports,arguments)
|
|
26346
26893
|
},{"dup":68}],298:[function(require,module,exports){
|
|
26347
26894
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -26364,6 +26911,18 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
26364
26911
|
},{"dup":68}],307:[function(require,module,exports){
|
|
26365
26912
|
arguments[4][68][0].apply(exports,arguments)
|
|
26366
26913
|
},{"dup":68}],308:[function(require,module,exports){
|
|
26914
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26915
|
+
},{"dup":68}],309:[function(require,module,exports){
|
|
26916
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26917
|
+
},{"dup":68}],310:[function(require,module,exports){
|
|
26918
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26919
|
+
},{"dup":68}],311:[function(require,module,exports){
|
|
26920
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26921
|
+
},{"dup":68}],312:[function(require,module,exports){
|
|
26922
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26923
|
+
},{"dup":68}],313:[function(require,module,exports){
|
|
26924
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26925
|
+
},{"dup":68}],314:[function(require,module,exports){
|
|
26367
26926
|
"use strict";
|
|
26368
26927
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26369
26928
|
exports.TransactionStatusType = void 0;
|
|
@@ -26378,7 +26937,7 @@ var TransactionStatusType;
|
|
|
26378
26937
|
TransactionStatusType["Expired"] = "Expired";
|
|
26379
26938
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
26380
26939
|
|
|
26381
|
-
},{}],
|
|
26940
|
+
},{}],315:[function(require,module,exports){
|
|
26382
26941
|
"use strict";
|
|
26383
26942
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26384
26943
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -26401,7 +26960,7 @@ var TransactionTasksExportationStatus;
|
|
|
26401
26960
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
26402
26961
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
26403
26962
|
|
|
26404
|
-
},{}],
|
|
26963
|
+
},{}],316:[function(require,module,exports){
|
|
26405
26964
|
"use strict";
|
|
26406
26965
|
/**
|
|
26407
26966
|
* 取引タイプ
|
|
@@ -26424,11 +26983,11 @@ var TransactionType;
|
|
|
26424
26983
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
26425
26984
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
26426
26985
|
|
|
26427
|
-
},{}],
|
|
26986
|
+
},{}],317:[function(require,module,exports){
|
|
26428
26987
|
arguments[4][68][0].apply(exports,arguments)
|
|
26429
|
-
},{"dup":68}],
|
|
26988
|
+
},{"dup":68}],318:[function(require,module,exports){
|
|
26430
26989
|
arguments[4][68][0].apply(exports,arguments)
|
|
26431
|
-
},{"dup":68}],
|
|
26990
|
+
},{"dup":68}],319:[function(require,module,exports){
|
|
26432
26991
|
"use strict";
|
|
26433
26992
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26434
26993
|
exports.Reason = void 0;
|
|
@@ -26447,7 +27006,7 @@ var Reason;
|
|
|
26447
27006
|
Reason["Seller"] = "Seller";
|
|
26448
27007
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
26449
27008
|
|
|
26450
|
-
},{}],
|
|
27009
|
+
},{}],320:[function(require,module,exports){
|
|
26451
27010
|
"use strict";
|
|
26452
27011
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26453
27012
|
exports.TripType = void 0;
|
|
@@ -26460,9 +27019,9 @@ var TripType;
|
|
|
26460
27019
|
TripType["Trip"] = "Trip";
|
|
26461
27020
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
26462
27021
|
|
|
26463
|
-
},{}],
|
|
27022
|
+
},{}],321:[function(require,module,exports){
|
|
26464
27023
|
arguments[4][68][0].apply(exports,arguments)
|
|
26465
|
-
},{"dup":68}],
|
|
27024
|
+
},{"dup":68}],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][68][0].apply(exports,arguments)
|
|
26494
|
-
},{"dup":68}],
|
|
27053
|
+
},{"dup":68}],324:[function(require,module,exports){
|
|
26495
27054
|
arguments[4][68][0].apply(exports,arguments)
|
|
26496
|
-
},{"dup":68}],
|
|
27055
|
+
},{"dup":68}],325:[function(require,module,exports){
|
|
26497
27056
|
"use strict";
|
|
26498
27057
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26499
27058
|
/**
|
|
@@ -26512,7 +27071,7 @@ var ErrorCode;
|
|
|
26512
27071
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
26513
27072
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
26514
27073
|
|
|
26515
|
-
},{}],
|
|
27074
|
+
},{}],326:[function(require,module,exports){
|
|
26516
27075
|
"use strict";
|
|
26517
27076
|
var __extends = (this && this.__extends) || (function () {
|
|
26518
27077
|
var extendStatics = function (d, b) {
|
|
@@ -26553,7 +27112,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
26553
27112
|
}(waiter_1.WaiterError));
|
|
26554
27113
|
exports.ArgumentError = ArgumentError;
|
|
26555
27114
|
|
|
26556
|
-
},{"../errorCode":
|
|
27115
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],327:[function(require,module,exports){
|
|
26557
27116
|
"use strict";
|
|
26558
27117
|
var __extends = (this && this.__extends) || (function () {
|
|
26559
27118
|
var extendStatics = function (d, b) {
|
|
@@ -26594,7 +27153,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
26594
27153
|
}(waiter_1.WaiterError));
|
|
26595
27154
|
exports.ArgumentNullError = ArgumentNullError;
|
|
26596
27155
|
|
|
26597
|
-
},{"../errorCode":
|
|
27156
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],328:[function(require,module,exports){
|
|
26598
27157
|
"use strict";
|
|
26599
27158
|
var __extends = (this && this.__extends) || (function () {
|
|
26600
27159
|
var extendStatics = function (d, b) {
|
|
@@ -26634,7 +27193,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
26634
27193
|
}(waiter_1.WaiterError));
|
|
26635
27194
|
exports.ForbiddenError = ForbiddenError;
|
|
26636
27195
|
|
|
26637
|
-
},{"../errorCode":
|
|
27196
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],329:[function(require,module,exports){
|
|
26638
27197
|
"use strict";
|
|
26639
27198
|
var __extends = (this && this.__extends) || (function () {
|
|
26640
27199
|
var extendStatics = function (d, b) {
|
|
@@ -26675,7 +27234,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
26675
27234
|
}(waiter_1.WaiterError));
|
|
26676
27235
|
exports.NotFoundError = NotFoundError;
|
|
26677
27236
|
|
|
26678
|
-
},{"../errorCode":
|
|
27237
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],330:[function(require,module,exports){
|
|
26679
27238
|
"use strict";
|
|
26680
27239
|
var __extends = (this && this.__extends) || (function () {
|
|
26681
27240
|
var extendStatics = function (d, b) {
|
|
@@ -26715,7 +27274,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
26715
27274
|
}(waiter_1.WaiterError));
|
|
26716
27275
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
26717
27276
|
|
|
26718
|
-
},{"../errorCode":
|
|
27277
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],331:[function(require,module,exports){
|
|
26719
27278
|
"use strict";
|
|
26720
27279
|
var __extends = (this && this.__extends) || (function () {
|
|
26721
27280
|
var extendStatics = function (d, b) {
|
|
@@ -26755,7 +27314,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
26755
27314
|
}(waiter_1.WaiterError));
|
|
26756
27315
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
26757
27316
|
|
|
26758
|
-
},{"../errorCode":
|
|
27317
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],332:[function(require,module,exports){
|
|
26759
27318
|
"use strict";
|
|
26760
27319
|
var __extends = (this && this.__extends) || (function () {
|
|
26761
27320
|
var extendStatics = function (d, b) {
|
|
@@ -26795,7 +27354,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
26795
27354
|
}(waiter_1.WaiterError));
|
|
26796
27355
|
exports.UnauthorizedError = UnauthorizedError;
|
|
26797
27356
|
|
|
26798
|
-
},{"../errorCode":
|
|
27357
|
+
},{"../errorCode":325,"./waiter":333,"setprototypeof":368}],333:[function(require,module,exports){
|
|
26799
27358
|
"use strict";
|
|
26800
27359
|
var __extends = (this && this.__extends) || (function () {
|
|
26801
27360
|
var extendStatics = function (d, b) {
|
|
@@ -26828,7 +27387,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
26828
27387
|
}(Error));
|
|
26829
27388
|
exports.WaiterError = WaiterError;
|
|
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":326,"./error/argumentNull":327,"./error/forbidden":328,"./error/notFound":329,"./error/rateLimitExceeded":330,"./error/serviceUnavailable":331,"./error/unauthorized":332,"./error/waiter":333}],335:[function(require,module,exports){
|
|
26855
27414
|
arguments[4][68][0].apply(exports,arguments)
|
|
26856
|
-
},{"dup":68}],
|
|
27415
|
+
},{"dup":68}],336:[function(require,module,exports){
|
|
26857
27416
|
arguments[4][68][0].apply(exports,arguments)
|
|
26858
|
-
},{"dup":68}],
|
|
27417
|
+
},{"dup":68}],337:[function(require,module,exports){
|
|
26859
27418
|
arguments[4][68][0].apply(exports,arguments)
|
|
26860
|
-
},{"dup":68}],
|
|
27419
|
+
},{"dup":68}],338:[function(require,module,exports){
|
|
26861
27420
|
arguments[4][68][0].apply(exports,arguments)
|
|
26862
|
-
},{"dup":68}],
|
|
27421
|
+
},{"dup":68}],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":325,"./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) :
|