@cinerino/sdk 6.1.0-alpha.3 → 7.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/playground/public/lib/bundle.js +778 -328
- package/lib/abstract/cloud/pay/payment.d.ts +108 -0
- package/lib/abstract/cloud/pay/payment.js +336 -0
- package/lib/abstract/cloud/pay.d.ts +19 -0
- package/lib/abstract/cloud/pay.js +86 -0
- package/lib/abstract/index.d.ts +3 -1
- package/lib/abstract/index.js +24 -1
- package/lib/abstract/transporters.js +1 -1
- package/lib/auth/implicitGrantClient/iframeHandler.js +1 -1
- package/lib/auth/implicitGrantClient/popupHandler.js +1 -1
- package/lib/auth/implicitGrantClient.js +1 -1
- package/lib/browser.d.ts +2 -2
- package/lib/browser.js +2 -1
- package/lib/bundle.js +770 -320
- 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":149}],2:[function(require,module,exports){
|
|
4
4
|
"use strict";
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("./abstract/index"), exports);
|
|
20
20
|
|
|
21
|
-
},{"./abstract/index":
|
|
21
|
+
},{"./abstract/index":131}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
var __assign = (this && this.__assign) || function () {
|
|
24
24
|
__assign = Object.assign || function(t) {
|
|
@@ -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":135,"http-status":348}],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":130,"../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":130,"../../service":135,"http-status":348}],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":135,"http-status":348}],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":135,"http-status":348}],64:[function(require,module,exports){
|
|
11472
11472
|
"use strict";
|
|
11473
11473
|
var __assign = (this && this.__assign) || function () {
|
|
11474
11474
|
__assign = Object.assign || function(t) {
|
|
@@ -11626,16 +11626,19 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11626
11626
|
*/
|
|
11627
11627
|
TokenService.prototype.getToken = function (params) {
|
|
11628
11628
|
return __awaiter(this, void 0, void 0, function () {
|
|
11629
|
-
var assertion, code;
|
|
11629
|
+
var assertion, code, grant_type;
|
|
11630
11630
|
var _this = this;
|
|
11631
11631
|
return __generator(this, function (_a) {
|
|
11632
|
-
assertion = params.assertion, code = params.code;
|
|
11632
|
+
assertion = params.assertion, code = params.code, grant_type = params.grant_type;
|
|
11633
11633
|
return [2 /*return*/, this.fetch({
|
|
11634
11634
|
uri: '/token',
|
|
11635
11635
|
method: 'POST',
|
|
11636
|
-
|
|
11636
|
+
form: new URLSearchParams({ assertion: assertion, grant_type: grant_type }),
|
|
11637
11637
|
qs: { code: code },
|
|
11638
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
11638
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
11639
|
+
headers: {
|
|
11640
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
11641
|
+
}
|
|
11639
11642
|
})
|
|
11640
11643
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
11641
11644
|
return [2 /*return*/, response.json()];
|
|
@@ -11647,7 +11650,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
11647
11650
|
}(service_1.Service));
|
|
11648
11651
|
exports.TokenService = TokenService;
|
|
11649
11652
|
|
|
11650
|
-
},{"../service":
|
|
11653
|
+
},{"../service":135,"http-status":348}],66:[function(require,module,exports){
|
|
11651
11654
|
"use strict";
|
|
11652
11655
|
var __assign = (this && this.__assign) || function () {
|
|
11653
11656
|
__assign = Object.assign || function(t) {
|
|
@@ -12027,7 +12030,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
12027
12030
|
}(service_1.Service));
|
|
12028
12031
|
exports.PaymentService = PaymentService;
|
|
12029
12032
|
|
|
12030
|
-
},{"../factory":
|
|
12033
|
+
},{"../factory":130,"../service":135,"http-status":348}],68:[function(require,module,exports){
|
|
12031
12034
|
"use strict";
|
|
12032
12035
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12033
12036
|
|
|
@@ -12442,7 +12445,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
12442
12445
|
}(service_1.Service));
|
|
12443
12446
|
exports.OfferService = OfferService;
|
|
12444
12447
|
|
|
12445
|
-
},{"../factory":
|
|
12448
|
+
},{"../factory":130,"../service":135,"http-status":348}],71:[function(require,module,exports){
|
|
12446
12449
|
"use strict";
|
|
12447
12450
|
var __extends = (this && this.__extends) || (function () {
|
|
12448
12451
|
var extendStatics = function (d, b) {
|
|
@@ -12592,7 +12595,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
12592
12595
|
}(service_1.Service));
|
|
12593
12596
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
12594
12597
|
|
|
12595
|
-
},{"../../factory":
|
|
12598
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],72:[function(require,module,exports){
|
|
12596
12599
|
"use strict";
|
|
12597
12600
|
var __extends = (this && this.__extends) || (function () {
|
|
12598
12601
|
var extendStatics = function (d, b) {
|
|
@@ -12795,7 +12798,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12795
12798
|
}(service_1.Service));
|
|
12796
12799
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
12797
12800
|
|
|
12798
|
-
},{"../../factory":
|
|
12801
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],73:[function(require,module,exports){
|
|
12799
12802
|
arguments[4][68][0].apply(exports,arguments)
|
|
12800
12803
|
},{"dup":68}],74:[function(require,module,exports){
|
|
12801
12804
|
"use strict";
|
|
@@ -12963,7 +12966,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
12963
12966
|
}(service_1.Service));
|
|
12964
12967
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
12965
12968
|
|
|
12966
|
-
},{"../../factory":
|
|
12969
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],75:[function(require,module,exports){
|
|
12967
12970
|
"use strict";
|
|
12968
12971
|
var __extends = (this && this.__extends) || (function () {
|
|
12969
12972
|
var extendStatics = function (d, b) {
|
|
@@ -13060,7 +13063,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
13060
13063
|
}(service_1.Service));
|
|
13061
13064
|
exports.CategoryCodeService = CategoryCodeService;
|
|
13062
13065
|
|
|
13063
|
-
},{"../service":
|
|
13066
|
+
},{"../service":135,"http-status":348}],76:[function(require,module,exports){
|
|
13064
13067
|
"use strict";
|
|
13065
13068
|
var __extends = (this && this.__extends) || (function () {
|
|
13066
13069
|
var extendStatics = function (d, b) {
|
|
@@ -13154,7 +13157,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
13154
13157
|
}(service_1.Service));
|
|
13155
13158
|
exports.CreativeWorkService = CreativeWorkService;
|
|
13156
13159
|
|
|
13157
|
-
},{"../service":
|
|
13160
|
+
},{"../service":135,"http-status":348}],77:[function(require,module,exports){
|
|
13158
13161
|
"use strict";
|
|
13159
13162
|
var __extends = (this && this.__extends) || (function () {
|
|
13160
13163
|
var extendStatics = function (d, b) {
|
|
@@ -13251,7 +13254,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
13251
13254
|
}(service_1.Service));
|
|
13252
13255
|
exports.EmailMessageService = EmailMessageService;
|
|
13253
13256
|
|
|
13254
|
-
},{"../service":
|
|
13257
|
+
},{"../service":135,"http-status":348}],78:[function(require,module,exports){
|
|
13255
13258
|
"use strict";
|
|
13256
13259
|
var __extends = (this && this.__extends) || (function () {
|
|
13257
13260
|
var extendStatics = function (d, b) {
|
|
@@ -13510,7 +13513,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
13510
13513
|
}(service_1.Service));
|
|
13511
13514
|
exports.EventService = EventService;
|
|
13512
13515
|
|
|
13513
|
-
},{"../service":
|
|
13516
|
+
},{"../service":135,"http-status":348}],79:[function(require,module,exports){
|
|
13514
13517
|
"use strict";
|
|
13515
13518
|
var __extends = (this && this.__extends) || (function () {
|
|
13516
13519
|
var extendStatics = function (d, b) {
|
|
@@ -13751,7 +13754,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
13751
13754
|
}(service_1.Service));
|
|
13752
13755
|
exports.OrderService = OrderService;
|
|
13753
13756
|
|
|
13754
|
-
},{"../factory":
|
|
13757
|
+
},{"../factory":130,"../service":135,"http-status":348}],80:[function(require,module,exports){
|
|
13755
13758
|
arguments[4][68][0].apply(exports,arguments)
|
|
13756
13759
|
},{"dup":68}],81:[function(require,module,exports){
|
|
13757
13760
|
"use strict";
|
|
@@ -13881,7 +13884,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
13881
13884
|
}(service_1.Service));
|
|
13882
13885
|
exports.PermitService = PermitService;
|
|
13883
13886
|
|
|
13884
|
-
},{"../service":
|
|
13887
|
+
},{"../service":135,"http-status":348}],82:[function(require,module,exports){
|
|
13885
13888
|
"use strict";
|
|
13886
13889
|
var __extends = (this && this.__extends) || (function () {
|
|
13887
13890
|
var extendStatics = function (d, b) {
|
|
@@ -14070,9 +14073,9 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
14070
14073
|
}(service_1.Service));
|
|
14071
14074
|
exports.PersonService = PersonService;
|
|
14072
14075
|
|
|
14073
|
-
},{"../service":
|
|
14076
|
+
},{"../service":135,"http-status":348}],83:[function(require,module,exports){
|
|
14074
14077
|
arguments[4][45][0].apply(exports,arguments)
|
|
14075
|
-
},{"../../service":
|
|
14078
|
+
},{"../../service":135,"dup":45,"http-status":348}],84:[function(require,module,exports){
|
|
14076
14079
|
"use strict";
|
|
14077
14080
|
var __extends = (this && this.__extends) || (function () {
|
|
14078
14081
|
var extendStatics = function (d, b) {
|
|
@@ -14282,7 +14285,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14282
14285
|
}(service_1.Service));
|
|
14283
14286
|
exports.PlaceService = PlaceService;
|
|
14284
14287
|
|
|
14285
|
-
},{"../factory":
|
|
14288
|
+
},{"../factory":130,"../service":135,"http-status":348}],85:[function(require,module,exports){
|
|
14286
14289
|
"use strict";
|
|
14287
14290
|
var __extends = (this && this.__extends) || (function () {
|
|
14288
14291
|
var extendStatics = function (d, b) {
|
|
@@ -14368,7 +14371,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
14368
14371
|
}(service_1.Service));
|
|
14369
14372
|
exports.HasPOSService = HasPOSService;
|
|
14370
14373
|
|
|
14371
|
-
},{"../../factory":
|
|
14374
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],86:[function(require,module,exports){
|
|
14372
14375
|
"use strict";
|
|
14373
14376
|
var __extends = (this && this.__extends) || (function () {
|
|
14374
14377
|
var extendStatics = function (d, b) {
|
|
@@ -14497,7 +14500,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
14497
14500
|
}(service_1.Service));
|
|
14498
14501
|
exports.ProductService = ProductService;
|
|
14499
14502
|
|
|
14500
|
-
},{"../service":
|
|
14503
|
+
},{"../service":135,"http-status":348}],87:[function(require,module,exports){
|
|
14501
14504
|
"use strict";
|
|
14502
14505
|
var __extends = (this && this.__extends) || (function () {
|
|
14503
14506
|
var extendStatics = function (d, b) {
|
|
@@ -14605,7 +14608,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
14605
14608
|
}(service_1.Service));
|
|
14606
14609
|
exports.ReservationService = ReservationService;
|
|
14607
14610
|
|
|
14608
|
-
},{"../service":
|
|
14611
|
+
},{"../service":135,"http-status":348}],88:[function(require,module,exports){
|
|
14609
14612
|
"use strict";
|
|
14610
14613
|
var __extends = (this && this.__extends) || (function () {
|
|
14611
14614
|
var extendStatics = function (d, b) {
|
|
@@ -14777,9 +14780,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
14777
14780
|
}(service_1.Service));
|
|
14778
14781
|
exports.SellerService = SellerService;
|
|
14779
14782
|
|
|
14780
|
-
},{"../service":
|
|
14783
|
+
},{"../service":135,"http-status":348}],89:[function(require,module,exports){
|
|
14781
14784
|
arguments[4][57][0].apply(exports,arguments)
|
|
14782
|
-
},{"../service":
|
|
14785
|
+
},{"../service":135,"dup":57,"http-status":348}],90:[function(require,module,exports){
|
|
14783
14786
|
"use strict";
|
|
14784
14787
|
var __extends = (this && this.__extends) || (function () {
|
|
14785
14788
|
var extendStatics = function (d, b) {
|
|
@@ -14876,7 +14879,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
14876
14879
|
}(service_1.Service));
|
|
14877
14880
|
exports.TripService = TripService;
|
|
14878
14881
|
|
|
14879
|
-
},{"../service":
|
|
14882
|
+
},{"../service":135,"http-status":348}],91:[function(require,module,exports){
|
|
14880
14883
|
"use strict";
|
|
14881
14884
|
var __extends = (this && this.__extends) || (function () {
|
|
14882
14885
|
var extendStatics = function (d, b) {
|
|
@@ -15194,7 +15197,7 @@ var service;
|
|
|
15194
15197
|
service.txn = transaction;
|
|
15195
15198
|
})(service = exports.service || (exports.service = {}));
|
|
15196
15199
|
|
|
15197
|
-
},{"../chevre/order/factory":80,"../chevrePay/payment/factory":68,"../chevreTxn/transaction/placeOrder/factory":73,"../service":
|
|
15200
|
+
},{"../chevre/order/factory":80,"../chevrePay/payment/factory":68,"../chevreTxn/transaction/placeOrder/factory":73,"../service":135,"./service/categoryCode":94,"./service/creativeWork":95,"./service/delivery":96,"./service/emailMessage":97,"./service/event":98,"./service/offer":99,"./service/order":100,"./service/permit":101,"./service/person":102,"./service/person/ownershipInfo":103,"./service/place":104,"./service/place/hasPOS":105,"./service/product":106,"./service/reservation":107,"./service/seller":108,"./service/token":109,"./service/transaction/moneyTransfer":110,"./service/transaction/placeOrder":111,"./service/transaction/placeOrder4sskts":112,"./service/transaction/returnOrder":113}],92:[function(require,module,exports){
|
|
15198
15201
|
"use strict";
|
|
15199
15202
|
var __assign = (this && this.__assign) || function () {
|
|
15200
15203
|
__assign = Object.assign || function(t) {
|
|
@@ -15282,7 +15285,7 @@ var Pay = /** @class */ (function () {
|
|
|
15282
15285
|
}());
|
|
15283
15286
|
exports.Pay = Pay;
|
|
15284
15287
|
|
|
15285
|
-
},{"./pay/payment":93,"http-status":
|
|
15288
|
+
},{"./pay/payment":93,"http-status":348}],93:[function(require,module,exports){
|
|
15286
15289
|
"use strict";
|
|
15287
15290
|
var __extends = (this && this.__extends) || (function () {
|
|
15288
15291
|
var extendStatics = function (d, b) {
|
|
@@ -15665,7 +15668,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
15665
15668
|
}(service_1.Service));
|
|
15666
15669
|
exports.PaymentService = PaymentService;
|
|
15667
15670
|
|
|
15668
|
-
},{"../../factory":
|
|
15671
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],94:[function(require,module,exports){
|
|
15669
15672
|
"use strict";
|
|
15670
15673
|
var __extends = (this && this.__extends) || (function () {
|
|
15671
15674
|
var extendStatics = function (d, b) {
|
|
@@ -15773,7 +15776,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
15773
15776
|
}(service_1.Service));
|
|
15774
15777
|
exports.CategoryCodeService = CategoryCodeService;
|
|
15775
15778
|
|
|
15776
|
-
},{"../../service":
|
|
15779
|
+
},{"../../service":135,"http-status":348}],95:[function(require,module,exports){
|
|
15777
15780
|
"use strict";
|
|
15778
15781
|
var __extends = (this && this.__extends) || (function () {
|
|
15779
15782
|
var extendStatics = function (d, b) {
|
|
@@ -15881,7 +15884,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
15881
15884
|
}(service_1.Service));
|
|
15882
15885
|
exports.CreativeWorkService = CreativeWorkService;
|
|
15883
15886
|
|
|
15884
|
-
},{"../../service":
|
|
15887
|
+
},{"../../service":135,"http-status":348}],96:[function(require,module,exports){
|
|
15885
15888
|
"use strict";
|
|
15886
15889
|
var __extends = (this && this.__extends) || (function () {
|
|
15887
15890
|
var extendStatics = function (d, b) {
|
|
@@ -15984,7 +15987,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
15984
15987
|
}(service_1.Service));
|
|
15985
15988
|
exports.DeliveryService = DeliveryService;
|
|
15986
15989
|
|
|
15987
|
-
},{"../../service":
|
|
15990
|
+
},{"../../service":135,"http-status":348}],97:[function(require,module,exports){
|
|
15988
15991
|
"use strict";
|
|
15989
15992
|
var __extends = (this && this.__extends) || (function () {
|
|
15990
15993
|
var extendStatics = function (d, b) {
|
|
@@ -16092,7 +16095,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
16092
16095
|
}(service_1.Service));
|
|
16093
16096
|
exports.EmailMessageService = EmailMessageService;
|
|
16094
16097
|
|
|
16095
|
-
},{"../../service":
|
|
16098
|
+
},{"../../service":135,"http-status":348}],98:[function(require,module,exports){
|
|
16096
16099
|
"use strict";
|
|
16097
16100
|
var __extends = (this && this.__extends) || (function () {
|
|
16098
16101
|
var extendStatics = function (d, b) {
|
|
@@ -16387,7 +16390,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
16387
16390
|
}(service_1.Service));
|
|
16388
16391
|
exports.EventService = EventService;
|
|
16389
16392
|
|
|
16390
|
-
},{"../../service":
|
|
16393
|
+
},{"../../service":135,"http-status":348}],99:[function(require,module,exports){
|
|
16391
16394
|
"use strict";
|
|
16392
16395
|
var __extends = (this && this.__extends) || (function () {
|
|
16393
16396
|
var extendStatics = function (d, b) {
|
|
@@ -16525,7 +16528,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
16525
16528
|
}(service_1.Service));
|
|
16526
16529
|
exports.OfferService = OfferService;
|
|
16527
16530
|
|
|
16528
|
-
},{"../../factory":
|
|
16531
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],100:[function(require,module,exports){
|
|
16529
16532
|
"use strict";
|
|
16530
16533
|
var __extends = (this && this.__extends) || (function () {
|
|
16531
16534
|
var extendStatics = function (d, b) {
|
|
@@ -16743,7 +16746,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16743
16746
|
}(service_1.Service));
|
|
16744
16747
|
exports.OrderService = OrderService;
|
|
16745
16748
|
|
|
16746
|
-
},{"../../service":
|
|
16749
|
+
},{"../../service":135,"http-status":348}],101:[function(require,module,exports){
|
|
16747
16750
|
"use strict";
|
|
16748
16751
|
var __extends = (this && this.__extends) || (function () {
|
|
16749
16752
|
var extendStatics = function (d, b) {
|
|
@@ -16863,7 +16866,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
16863
16866
|
}(service_1.Service));
|
|
16864
16867
|
exports.PermitService = PermitService;
|
|
16865
16868
|
|
|
16866
|
-
},{"../../service":
|
|
16869
|
+
},{"../../service":135,"http-status":348}],102:[function(require,module,exports){
|
|
16867
16870
|
"use strict";
|
|
16868
16871
|
var __extends = (this && this.__extends) || (function () {
|
|
16869
16872
|
var extendStatics = function (d, b) {
|
|
@@ -17042,7 +17045,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
17042
17045
|
}(service_1.Service));
|
|
17043
17046
|
exports.PersonService = PersonService;
|
|
17044
17047
|
|
|
17045
|
-
},{"../../service":
|
|
17048
|
+
},{"../../service":135,"http-status":348}],103:[function(require,module,exports){
|
|
17046
17049
|
"use strict";
|
|
17047
17050
|
var __extends = (this && this.__extends) || (function () {
|
|
17048
17051
|
var extendStatics = function (d, b) {
|
|
@@ -17387,7 +17390,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
17387
17390
|
}(service_1.Service));
|
|
17388
17391
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
17389
17392
|
|
|
17390
|
-
},{"../../../factory":
|
|
17393
|
+
},{"../../../factory":130,"../../../service":135,"http-status":348}],104:[function(require,module,exports){
|
|
17391
17394
|
"use strict";
|
|
17392
17395
|
var __extends = (this && this.__extends) || (function () {
|
|
17393
17396
|
var extendStatics = function (d, b) {
|
|
@@ -17580,7 +17583,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
17580
17583
|
}(service_1.Service));
|
|
17581
17584
|
exports.PlaceService = PlaceService;
|
|
17582
17585
|
|
|
17583
|
-
},{"../../factory":
|
|
17586
|
+
},{"../../factory":130,"../../service":135,"http-status":348}],105:[function(require,module,exports){
|
|
17584
17587
|
"use strict";
|
|
17585
17588
|
var __extends = (this && this.__extends) || (function () {
|
|
17586
17589
|
var extendStatics = function (d, b) {
|
|
@@ -17680,7 +17683,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
17680
17683
|
}(service_1.Service));
|
|
17681
17684
|
exports.HasPOSService = HasPOSService;
|
|
17682
17685
|
|
|
17683
|
-
},{"../../../factory":
|
|
17686
|
+
},{"../../../factory":130,"../../../service":135,"http-status":348}],106:[function(require,module,exports){
|
|
17684
17687
|
"use strict";
|
|
17685
17688
|
var __extends = (this && this.__extends) || (function () {
|
|
17686
17689
|
var extendStatics = function (d, b) {
|
|
@@ -17807,7 +17810,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
17807
17810
|
}(service_1.Service));
|
|
17808
17811
|
exports.ProductService = ProductService;
|
|
17809
17812
|
|
|
17810
|
-
},{"../../service":
|
|
17813
|
+
},{"../../service":135,"http-status":348}],107:[function(require,module,exports){
|
|
17811
17814
|
"use strict";
|
|
17812
17815
|
var __extends = (this && this.__extends) || (function () {
|
|
17813
17816
|
var extendStatics = function (d, b) {
|
|
@@ -17926,7 +17929,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
17926
17929
|
}(service_1.Service));
|
|
17927
17930
|
exports.ReservationService = ReservationService;
|
|
17928
17931
|
|
|
17929
|
-
},{"../../service":
|
|
17932
|
+
},{"../../service":135,"http-status":348}],108:[function(require,module,exports){
|
|
17930
17933
|
"use strict";
|
|
17931
17934
|
var __extends = (this && this.__extends) || (function () {
|
|
17932
17935
|
var extendStatics = function (d, b) {
|
|
@@ -18109,7 +18112,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
18109
18112
|
}(service_1.Service));
|
|
18110
18113
|
exports.SellerService = SellerService;
|
|
18111
18114
|
|
|
18112
|
-
},{"../../service":
|
|
18115
|
+
},{"../../service":135,"http-status":348}],109:[function(require,module,exports){
|
|
18113
18116
|
"use strict";
|
|
18114
18117
|
var __extends = (this && this.__extends) || (function () {
|
|
18115
18118
|
var extendStatics = function (d, b) {
|
|
@@ -18208,7 +18211,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
18208
18211
|
}(service_1.Service));
|
|
18209
18212
|
exports.TokenService = TokenService;
|
|
18210
18213
|
|
|
18211
|
-
},{"../../service":
|
|
18214
|
+
},{"../../service":135,"http-status":348}],110:[function(require,module,exports){
|
|
18212
18215
|
"use strict";
|
|
18213
18216
|
var __extends = (this && this.__extends) || (function () {
|
|
18214
18217
|
var extendStatics = function (d, b) {
|
|
@@ -18369,7 +18372,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
18369
18372
|
}(service_1.Service));
|
|
18370
18373
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
18371
18374
|
|
|
18372
|
-
},{"../../../factory":
|
|
18375
|
+
},{"../../../factory":130,"../../../service":135,"http-status":348}],111:[function(require,module,exports){
|
|
18373
18376
|
"use strict";
|
|
18374
18377
|
var __extends = (this && this.__extends) || (function () {
|
|
18375
18378
|
var extendStatics = function (d, b) {
|
|
@@ -18580,7 +18583,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18580
18583
|
}(service_1.Service));
|
|
18581
18584
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
18582
18585
|
|
|
18583
|
-
},{"../../../factory":
|
|
18586
|
+
},{"../../../factory":130,"../../../service":135,"http-status":348}],112:[function(require,module,exports){
|
|
18584
18587
|
"use strict";
|
|
18585
18588
|
var __extends = (this && this.__extends) || (function () {
|
|
18586
18589
|
var extendStatics = function (d, b) {
|
|
@@ -18724,7 +18727,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
18724
18727
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
18725
18728
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
18726
18729
|
|
|
18727
|
-
},{"./placeOrder":111,"http-status":
|
|
18730
|
+
},{"./placeOrder":111,"http-status":348}],113:[function(require,module,exports){
|
|
18728
18731
|
"use strict";
|
|
18729
18732
|
var __extends = (this && this.__extends) || (function () {
|
|
18730
18733
|
var extendStatics = function (d, b) {
|
|
@@ -18887,7 +18890,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18887
18890
|
}(service_1.Service));
|
|
18888
18891
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
18889
18892
|
|
|
18890
|
-
},{"../../../factory":
|
|
18893
|
+
},{"../../../factory":130,"../../../service":135,"http-status":348}],114:[function(require,module,exports){
|
|
18891
18894
|
"use strict";
|
|
18892
18895
|
var __assign = (this && this.__assign) || function () {
|
|
18893
18896
|
__assign = Object.assign || function(t) {
|
|
@@ -19316,7 +19319,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
19316
19319
|
}(service_1.Service));
|
|
19317
19320
|
exports.AuthorizationService = AuthorizationService;
|
|
19318
19321
|
|
|
19319
|
-
},{"../../index":
|
|
19322
|
+
},{"../../index":131,"../../service":135}],116:[function(require,module,exports){
|
|
19320
19323
|
"use strict";
|
|
19321
19324
|
var __extends = (this && this.__extends) || (function () {
|
|
19322
19325
|
var extendStatics = function (d, b) {
|
|
@@ -19416,7 +19419,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
19416
19419
|
}(service_1.Service));
|
|
19417
19420
|
exports.CreativeWorkService = CreativeWorkService;
|
|
19418
19421
|
|
|
19419
|
-
},{"../../index":
|
|
19422
|
+
},{"../../index":131,"../../service":135}],117:[function(require,module,exports){
|
|
19420
19423
|
"use strict";
|
|
19421
19424
|
var __extends = (this && this.__extends) || (function () {
|
|
19422
19425
|
var extendStatics = function (d, b) {
|
|
@@ -19526,7 +19529,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
19526
19529
|
}(service_1.Service));
|
|
19527
19530
|
exports.CustomerService = CustomerService;
|
|
19528
19531
|
|
|
19529
|
-
},{"../../index":
|
|
19532
|
+
},{"../../index":131,"../../service":135}],118:[function(require,module,exports){
|
|
19530
19533
|
"use strict";
|
|
19531
19534
|
var __extends = (this && this.__extends) || (function () {
|
|
19532
19535
|
var extendStatics = function (d, b) {
|
|
@@ -19706,7 +19709,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
19706
19709
|
}(service_1.Service));
|
|
19707
19710
|
exports.EventService = EventService;
|
|
19708
19711
|
|
|
19709
|
-
},{"../../factory":
|
|
19712
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],119:[function(require,module,exports){
|
|
19710
19713
|
"use strict";
|
|
19711
19714
|
var __extends = (this && this.__extends) || (function () {
|
|
19712
19715
|
var extendStatics = function (d, b) {
|
|
@@ -19810,7 +19813,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
19810
19813
|
}(service_1.Service));
|
|
19811
19814
|
exports.MeService = MeService;
|
|
19812
19815
|
|
|
19813
|
-
},{"../../index":
|
|
19816
|
+
},{"../../index":131,"../../service":135}],120:[function(require,module,exports){
|
|
19814
19817
|
"use strict";
|
|
19815
19818
|
var __extends = (this && this.__extends) || (function () {
|
|
19816
19819
|
var extendStatics = function (d, b) {
|
|
@@ -19903,7 +19906,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
19903
19906
|
}(service_1.Service));
|
|
19904
19907
|
exports.MemberService = MemberService;
|
|
19905
19908
|
|
|
19906
|
-
},{"../../index":
|
|
19909
|
+
},{"../../index":131,"../../service":135}],121:[function(require,module,exports){
|
|
19907
19910
|
"use strict";
|
|
19908
19911
|
var __extends = (this && this.__extends) || (function () {
|
|
19909
19912
|
var extendStatics = function (d, b) {
|
|
@@ -20071,7 +20074,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
20071
20074
|
}(service_1.Service));
|
|
20072
20075
|
exports.NoteService = NoteService;
|
|
20073
20076
|
|
|
20074
|
-
},{"../../index":
|
|
20077
|
+
},{"../../index":131,"../../service":135}],122:[function(require,module,exports){
|
|
20075
20078
|
"use strict";
|
|
20076
20079
|
var __extends = (this && this.__extends) || (function () {
|
|
20077
20080
|
var extendStatics = function (d, b) {
|
|
@@ -20260,7 +20263,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
20260
20263
|
}(service_1.Service));
|
|
20261
20264
|
exports.OfferService = OfferService;
|
|
20262
20265
|
|
|
20263
|
-
},{"../../factory":
|
|
20266
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],123:[function(require,module,exports){
|
|
20264
20267
|
"use strict";
|
|
20265
20268
|
var __extends = (this && this.__extends) || (function () {
|
|
20266
20269
|
var extendStatics = function (d, b) {
|
|
@@ -20369,7 +20372,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
20369
20372
|
}(service_1.Service));
|
|
20370
20373
|
exports.OfferCatalogService = OfferCatalogService;
|
|
20371
20374
|
|
|
20372
|
-
},{"../../factory":
|
|
20375
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],124:[function(require,module,exports){
|
|
20373
20376
|
"use strict";
|
|
20374
20377
|
var __extends = (this && this.__extends) || (function () {
|
|
20375
20378
|
var extendStatics = function (d, b) {
|
|
@@ -20504,7 +20507,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
20504
20507
|
}(service_1.Service));
|
|
20505
20508
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
20506
20509
|
|
|
20507
|
-
},{"../../index":
|
|
20510
|
+
},{"../../index":131,"../../service":135}],125:[function(require,module,exports){
|
|
20508
20511
|
"use strict";
|
|
20509
20512
|
var __extends = (this && this.__extends) || (function () {
|
|
20510
20513
|
var extendStatics = function (d, b) {
|
|
@@ -20741,7 +20744,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
20741
20744
|
}(service_1.Service));
|
|
20742
20745
|
exports.OrderService = OrderService;
|
|
20743
20746
|
|
|
20744
|
-
},{"../../factory":
|
|
20747
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],126:[function(require,module,exports){
|
|
20745
20748
|
"use strict";
|
|
20746
20749
|
var __extends = (this && this.__extends) || (function () {
|
|
20747
20750
|
var extendStatics = function (d, b) {
|
|
@@ -20849,7 +20852,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
20849
20852
|
}(service_1.Service));
|
|
20850
20853
|
exports.ProductService = ProductService;
|
|
20851
20854
|
|
|
20852
|
-
},{"../../factory":
|
|
20855
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],127:[function(require,module,exports){
|
|
20853
20856
|
"use strict";
|
|
20854
20857
|
var __extends = (this && this.__extends) || (function () {
|
|
20855
20858
|
var extendStatics = function (d, b) {
|
|
@@ -21077,7 +21080,433 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
21077
21080
|
}(service_1.Service));
|
|
21078
21081
|
exports.ReservationService = ReservationService;
|
|
21079
21082
|
|
|
21080
|
-
},{"../../factory":
|
|
21083
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],128:[function(require,module,exports){
|
|
21084
|
+
"use strict";
|
|
21085
|
+
var __assign = (this && this.__assign) || function () {
|
|
21086
|
+
__assign = Object.assign || function(t) {
|
|
21087
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
21088
|
+
s = arguments[i];
|
|
21089
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21090
|
+
t[p] = s[p];
|
|
21091
|
+
}
|
|
21092
|
+
return t;
|
|
21093
|
+
};
|
|
21094
|
+
return __assign.apply(this, arguments);
|
|
21095
|
+
};
|
|
21096
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
21097
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
21098
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
21099
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
21100
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
21101
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21102
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21103
|
+
});
|
|
21104
|
+
};
|
|
21105
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
21106
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
21107
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
21108
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
21109
|
+
function step(op) {
|
|
21110
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
21111
|
+
while (_) try {
|
|
21112
|
+
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;
|
|
21113
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
21114
|
+
switch (op[0]) {
|
|
21115
|
+
case 0: case 1: t = op; break;
|
|
21116
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
21117
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
21118
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
21119
|
+
default:
|
|
21120
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
21121
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
21122
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
21123
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
21124
|
+
if (t[2]) _.ops.pop();
|
|
21125
|
+
_.trys.pop(); continue;
|
|
21126
|
+
}
|
|
21127
|
+
op = body.call(thisArg, _);
|
|
21128
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
21129
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21130
|
+
}
|
|
21131
|
+
};
|
|
21132
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21133
|
+
exports.CloudPay = exports.service = void 0;
|
|
21134
|
+
// tslint:disable:max-classes-per-file
|
|
21135
|
+
var http_status_1 = require("http-status");
|
|
21136
|
+
var service;
|
|
21137
|
+
(function (service) {
|
|
21138
|
+
var Payment;
|
|
21139
|
+
(function (Payment) {
|
|
21140
|
+
})(Payment = service.Payment || (service.Payment = {}));
|
|
21141
|
+
})(service = exports.service || (exports.service = {}));
|
|
21142
|
+
var defaultPath = '/pay';
|
|
21143
|
+
/**
|
|
21144
|
+
* 決済サービス
|
|
21145
|
+
*/
|
|
21146
|
+
var CloudPay = /** @class */ (function () {
|
|
21147
|
+
function CloudPay(options) {
|
|
21148
|
+
this.options = options;
|
|
21149
|
+
}
|
|
21150
|
+
CloudPay.prototype.createPaymentInstance = function (params) {
|
|
21151
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21152
|
+
var _a;
|
|
21153
|
+
return __generator(this, function (_b) {
|
|
21154
|
+
switch (_b.label) {
|
|
21155
|
+
case 0:
|
|
21156
|
+
if (!(service.Payment.svc === undefined)) return [3 /*break*/, 2];
|
|
21157
|
+
_a = service.Payment;
|
|
21158
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return require('./pay/payment'); })];
|
|
21159
|
+
case 1:
|
|
21160
|
+
_a.svc = (_b.sent()).PaymentService;
|
|
21161
|
+
_b.label = 2;
|
|
21162
|
+
case 2: return [2 /*return*/, new service.Payment.svc(__assign(__assign(__assign({}, this.options), params), { defaultPath: defaultPath, retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] }))];
|
|
21163
|
+
}
|
|
21164
|
+
});
|
|
21165
|
+
});
|
|
21166
|
+
};
|
|
21167
|
+
return CloudPay;
|
|
21168
|
+
}());
|
|
21169
|
+
exports.CloudPay = CloudPay;
|
|
21170
|
+
|
|
21171
|
+
},{"./pay/payment":129,"http-status":348}],129:[function(require,module,exports){
|
|
21172
|
+
"use strict";
|
|
21173
|
+
// import { ACCEPTED, CONFLICT, CREATED, GATEWAY_TIMEOUT, NO_CONTENT, OK, TOO_MANY_REQUESTS } from 'http-status';
|
|
21174
|
+
var __extends = (this && this.__extends) || (function () {
|
|
21175
|
+
var extendStatics = function (d, b) {
|
|
21176
|
+
extendStatics = Object.setPrototypeOf ||
|
|
21177
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
21178
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
21179
|
+
return extendStatics(d, b);
|
|
21180
|
+
};
|
|
21181
|
+
return function (d, b) {
|
|
21182
|
+
if (typeof b !== "function" && b !== null)
|
|
21183
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
21184
|
+
extendStatics(d, b);
|
|
21185
|
+
function __() { this.constructor = d; }
|
|
21186
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
21187
|
+
};
|
|
21188
|
+
})();
|
|
21189
|
+
var __assign = (this && this.__assign) || function () {
|
|
21190
|
+
__assign = Object.assign || function(t) {
|
|
21191
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
21192
|
+
s = arguments[i];
|
|
21193
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
21194
|
+
t[p] = s[p];
|
|
21195
|
+
}
|
|
21196
|
+
return t;
|
|
21197
|
+
};
|
|
21198
|
+
return __assign.apply(this, arguments);
|
|
21199
|
+
};
|
|
21200
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
21201
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
21202
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
21203
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
21204
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
21205
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21206
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21207
|
+
});
|
|
21208
|
+
};
|
|
21209
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
21210
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
21211
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
21212
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
21213
|
+
function step(op) {
|
|
21214
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
21215
|
+
while (_) try {
|
|
21216
|
+
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;
|
|
21217
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
21218
|
+
switch (op[0]) {
|
|
21219
|
+
case 0: case 1: t = op; break;
|
|
21220
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
21221
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
21222
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
21223
|
+
default:
|
|
21224
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
21225
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
21226
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
21227
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
21228
|
+
if (t[2]) _.ops.pop();
|
|
21229
|
+
_.trys.pop(); continue;
|
|
21230
|
+
}
|
|
21231
|
+
op = body.call(thisArg, _);
|
|
21232
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
21233
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
21234
|
+
}
|
|
21235
|
+
};
|
|
21236
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
21237
|
+
var t = {};
|
|
21238
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
21239
|
+
t[p] = s[p];
|
|
21240
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
21241
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
21242
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
21243
|
+
t[p[i]] = s[p[i]];
|
|
21244
|
+
}
|
|
21245
|
+
return t;
|
|
21246
|
+
};
|
|
21247
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21248
|
+
exports.PaymentService = void 0;
|
|
21249
|
+
var factory = require("../../factory");
|
|
21250
|
+
var index_1 = require("../../index");
|
|
21251
|
+
var service_1 = require("../../service");
|
|
21252
|
+
/**
|
|
21253
|
+
* 決済サービス
|
|
21254
|
+
*/
|
|
21255
|
+
var PaymentService = /** @class */ (function (_super) {
|
|
21256
|
+
__extends(PaymentService, _super);
|
|
21257
|
+
function PaymentService() {
|
|
21258
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
21259
|
+
}
|
|
21260
|
+
/**
|
|
21261
|
+
* 対面決済承認
|
|
21262
|
+
*/
|
|
21263
|
+
PaymentService.prototype.authorizeAnyPayment = function (params) {
|
|
21264
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21265
|
+
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21266
|
+
return __generator(this, function (_b) {
|
|
21267
|
+
switch (_b.label) {
|
|
21268
|
+
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 })];
|
|
21271
|
+
case 1:
|
|
21272
|
+
chevrePay = _b.sent();
|
|
21273
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21274
|
+
project: project,
|
|
21275
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21276
|
+
})];
|
|
21277
|
+
case 2:
|
|
21278
|
+
paymentService = _b.sent();
|
|
21279
|
+
return [2 /*return*/, paymentService.authorizeAnyPayment(params)];
|
|
21280
|
+
}
|
|
21281
|
+
});
|
|
21282
|
+
});
|
|
21283
|
+
};
|
|
21284
|
+
/**
|
|
21285
|
+
* クレジットカード決済承認(非同期)
|
|
21286
|
+
*/
|
|
21287
|
+
PaymentService.prototype.authorizeCreditCardAsync = function (params) {
|
|
21288
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21289
|
+
var object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21290
|
+
return __generator(this, function (_b) {
|
|
21291
|
+
switch (_b.label) {
|
|
21292
|
+
case 0:
|
|
21293
|
+
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 })];
|
|
21296
|
+
case 1:
|
|
21297
|
+
chevrePay = _b.sent();
|
|
21298
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21299
|
+
project: project,
|
|
21300
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21301
|
+
})];
|
|
21302
|
+
case 2:
|
|
21303
|
+
paymentService = _b.sent();
|
|
21304
|
+
return [2 /*return*/, paymentService.authorizeCreditCard({ object: object, purpose: purpose }, { async: true })];
|
|
21305
|
+
}
|
|
21306
|
+
});
|
|
21307
|
+
});
|
|
21308
|
+
};
|
|
21309
|
+
/**
|
|
21310
|
+
* 決済カード決済承認
|
|
21311
|
+
*/
|
|
21312
|
+
PaymentService.prototype.authorizeMovieTicket = function (params) {
|
|
21313
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21314
|
+
var object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21315
|
+
return __generator(this, function (_b) {
|
|
21316
|
+
switch (_b.label) {
|
|
21317
|
+
case 0:
|
|
21318
|
+
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 })];
|
|
21321
|
+
case 1:
|
|
21322
|
+
chevrePay = _b.sent();
|
|
21323
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21324
|
+
project: project,
|
|
21325
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21326
|
+
})];
|
|
21327
|
+
case 2:
|
|
21328
|
+
paymentService = _b.sent();
|
|
21329
|
+
return [2 /*return*/, paymentService.authorizeMovieTicket({ object: object, purpose: purpose }, { async: false })];
|
|
21330
|
+
}
|
|
21331
|
+
});
|
|
21332
|
+
});
|
|
21333
|
+
};
|
|
21334
|
+
/**
|
|
21335
|
+
* 決済ロケーション発行
|
|
21336
|
+
*/
|
|
21337
|
+
PaymentService.prototype.publishCreditCardPaymentUrl = function (params) {
|
|
21338
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21339
|
+
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21340
|
+
return __generator(this, function (_b) {
|
|
21341
|
+
switch (_b.label) {
|
|
21342
|
+
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 })];
|
|
21345
|
+
case 1:
|
|
21346
|
+
chevrePay = _b.sent();
|
|
21347
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21348
|
+
project: project,
|
|
21349
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21350
|
+
})];
|
|
21351
|
+
case 2:
|
|
21352
|
+
paymentService = _b.sent();
|
|
21353
|
+
return [2 /*return*/, paymentService.publishCreditCardPaymentUrl(params)];
|
|
21354
|
+
}
|
|
21355
|
+
});
|
|
21356
|
+
});
|
|
21357
|
+
};
|
|
21358
|
+
/**
|
|
21359
|
+
* 決済カード認証
|
|
21360
|
+
*/
|
|
21361
|
+
PaymentService.prototype.checkMovieTicket = function (params) {
|
|
21362
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
21363
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21364
|
+
var paymentServiceId, paymentMethodType, _j, auth, endpoint, project, seller, chevrePay, paymentService, purpose, checkAction;
|
|
21365
|
+
return __generator(this, function (_k) {
|
|
21366
|
+
switch (_k.label) {
|
|
21367
|
+
case 0:
|
|
21368
|
+
paymentServiceId = String((_a = params.object) === null || _a === void 0 ? void 0 : _a.id);
|
|
21369
|
+
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 })];
|
|
21372
|
+
case 1:
|
|
21373
|
+
chevrePay = _k.sent();
|
|
21374
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21375
|
+
project: project,
|
|
21376
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21377
|
+
})];
|
|
21378
|
+
case 2:
|
|
21379
|
+
paymentService = _k.sent();
|
|
21380
|
+
purpose = (typeof ((_d = params.purpose) === null || _d === void 0 ? void 0 : _d.id) === 'string')
|
|
21381
|
+
? { id: params.purpose.id, typeOf: params.purpose.typeOf }
|
|
21382
|
+
: { id: '', typeOf: factory.transactionType.PlaceOrder };
|
|
21383
|
+
return [4 /*yield*/, paymentService.checkMovieTicket({
|
|
21384
|
+
object: [{
|
|
21385
|
+
typeOf: factory.service.paymentService.PaymentServiceType.MovieTicket,
|
|
21386
|
+
id: paymentServiceId,
|
|
21387
|
+
paymentMethod: {
|
|
21388
|
+
typeOf: paymentMethodType
|
|
21389
|
+
// additionalProperty: [],
|
|
21390
|
+
// name: paymentMethodType,
|
|
21391
|
+
// paymentMethodId: '' // 使用されないので空でよし
|
|
21392
|
+
},
|
|
21393
|
+
movieTickets: (Array.isArray((_e = params.object) === null || _e === void 0 ? void 0 : _e.movieTickets))
|
|
21394
|
+
? params.object.movieTickets.map(function (m) {
|
|
21395
|
+
return __assign(__assign({}, m), { typeOf: paymentMethodType });
|
|
21396
|
+
})
|
|
21397
|
+
: [],
|
|
21398
|
+
seller: {
|
|
21399
|
+
id: String((_g = (_f = params.object) === null || _f === void 0 ? void 0 : _f.seller) === null || _g === void 0 ? void 0 : _g.id),
|
|
21400
|
+
typeOf: factory.organizationType.Corporation
|
|
21401
|
+
}
|
|
21402
|
+
}],
|
|
21403
|
+
purpose: purpose
|
|
21404
|
+
})];
|
|
21405
|
+
case 3:
|
|
21406
|
+
checkAction = _k.sent();
|
|
21407
|
+
return [2 /*return*/, {
|
|
21408
|
+
purchaseNumberAuthResult: (_h = checkAction.result) === null || _h === void 0 ? void 0 : _h.purchaseNumberAuthResult
|
|
21409
|
+
}];
|
|
21410
|
+
}
|
|
21411
|
+
});
|
|
21412
|
+
});
|
|
21413
|
+
};
|
|
21414
|
+
/**
|
|
21415
|
+
* 対面決済承認取消
|
|
21416
|
+
*/
|
|
21417
|
+
PaymentService.prototype.voidAnyPayment = function (params) {
|
|
21418
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21419
|
+
var _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21420
|
+
return __generator(this, function (_b) {
|
|
21421
|
+
switch (_b.label) {
|
|
21422
|
+
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 })];
|
|
21425
|
+
case 1:
|
|
21426
|
+
chevrePay = _b.sent();
|
|
21427
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21428
|
+
project: project,
|
|
21429
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21430
|
+
})];
|
|
21431
|
+
case 2:
|
|
21432
|
+
paymentService = _b.sent();
|
|
21433
|
+
return [4 /*yield*/, paymentService.voidAnyPayment({
|
|
21434
|
+
id: String(params.id),
|
|
21435
|
+
purpose: params.purpose
|
|
21436
|
+
})];
|
|
21437
|
+
case 3:
|
|
21438
|
+
_b.sent();
|
|
21439
|
+
return [2 /*return*/];
|
|
21440
|
+
}
|
|
21441
|
+
});
|
|
21442
|
+
});
|
|
21443
|
+
};
|
|
21444
|
+
/**
|
|
21445
|
+
* 決済承認取消
|
|
21446
|
+
*/
|
|
21447
|
+
PaymentService.prototype.voidTransaction = function (params) {
|
|
21448
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21449
|
+
var id, object, body, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21450
|
+
return __generator(this, function (_b) {
|
|
21451
|
+
switch (_b.label) {
|
|
21452
|
+
case 0:
|
|
21453
|
+
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 })];
|
|
21456
|
+
case 1:
|
|
21457
|
+
chevrePay = _b.sent();
|
|
21458
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21459
|
+
project: project,
|
|
21460
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21461
|
+
})];
|
|
21462
|
+
case 2:
|
|
21463
|
+
paymentService = _b.sent();
|
|
21464
|
+
return [4 /*yield*/, paymentService.voidTransaction({
|
|
21465
|
+
id: String(id),
|
|
21466
|
+
object: { typeOf: object.typeOf },
|
|
21467
|
+
purpose: body.purpose
|
|
21468
|
+
})];
|
|
21469
|
+
case 3:
|
|
21470
|
+
_b.sent();
|
|
21471
|
+
return [2 /*return*/];
|
|
21472
|
+
}
|
|
21473
|
+
});
|
|
21474
|
+
});
|
|
21475
|
+
};
|
|
21476
|
+
/**
|
|
21477
|
+
* 決済承認アクション状態検索
|
|
21478
|
+
*/
|
|
21479
|
+
PaymentService.prototype.findAuthorizeAction = function (params) {
|
|
21480
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21481
|
+
var sameAs, object, purpose, _a, auth, endpoint, project, seller, chevrePay, paymentService;
|
|
21482
|
+
return __generator(this, function (_b) {
|
|
21483
|
+
switch (_b.label) {
|
|
21484
|
+
case 0:
|
|
21485
|
+
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 })];
|
|
21488
|
+
case 1:
|
|
21489
|
+
chevrePay = _b.sent();
|
|
21490
|
+
return [4 /*yield*/, chevrePay.createPaymentInstance({
|
|
21491
|
+
project: project,
|
|
21492
|
+
seller: { id: (typeof (seller === null || seller === void 0 ? void 0 : seller.id) === 'string') ? seller.id : '' }
|
|
21493
|
+
})];
|
|
21494
|
+
case 2:
|
|
21495
|
+
paymentService = _b.sent();
|
|
21496
|
+
return [2 /*return*/, paymentService.findAuthorizeAction({
|
|
21497
|
+
sameAs: { id: String(sameAs.id) },
|
|
21498
|
+
object: { typeOf: object.typeOf },
|
|
21499
|
+
purpose: purpose
|
|
21500
|
+
})];
|
|
21501
|
+
}
|
|
21502
|
+
});
|
|
21503
|
+
});
|
|
21504
|
+
};
|
|
21505
|
+
return PaymentService;
|
|
21506
|
+
}(service_1.Service));
|
|
21507
|
+
exports.PaymentService = PaymentService;
|
|
21508
|
+
|
|
21509
|
+
},{"../../factory":130,"../../index":131,"../../service":135}],130:[function(require,module,exports){
|
|
21081
21510
|
"use strict";
|
|
21082
21511
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21083
21512
|
if (k2 === undefined) k2 = k;
|
|
@@ -21095,7 +21524,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
21095
21524
|
*/
|
|
21096
21525
|
__exportStar(require("@chevre/factory"), exports);
|
|
21097
21526
|
|
|
21098
|
-
},{"@chevre/factory":
|
|
21527
|
+
},{"@chevre/factory":229}],131:[function(require,module,exports){
|
|
21099
21528
|
"use strict";
|
|
21100
21529
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
21101
21530
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -21139,7 +21568,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
|
21139
21568
|
return to;
|
|
21140
21569
|
};
|
|
21141
21570
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21142
|
-
exports.transporters = exports.factory = exports.loadWaiterAdmin = exports.loadCloudAdmin = exports.loadService = exports.loadPay = exports.loadPecorino = exports.loadChevreTxn = exports.loadChevrePay = exports.loadChevreAuth = exports.loadChevreAdmin = exports.loadChevre = void 0;
|
|
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;
|
|
21143
21572
|
var factory = require("./factory");
|
|
21144
21573
|
exports.factory = factory;
|
|
21145
21574
|
var transporters = require("./transporters");
|
|
@@ -21343,6 +21772,29 @@ function loadCloudAdmin() {
|
|
|
21343
21772
|
});
|
|
21344
21773
|
}
|
|
21345
21774
|
exports.loadCloudAdmin = loadCloudAdmin;
|
|
21775
|
+
var cloudPay;
|
|
21776
|
+
// tslint:disable-next-line:no-single-line-block-comment
|
|
21777
|
+
/* istanbul ignore next */
|
|
21778
|
+
function loadCloudPay() {
|
|
21779
|
+
var params = [];
|
|
21780
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
21781
|
+
params[_i] = arguments[_i];
|
|
21782
|
+
}
|
|
21783
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
21784
|
+
return __generator(this, function (_a) {
|
|
21785
|
+
switch (_a.label) {
|
|
21786
|
+
case 0:
|
|
21787
|
+
if (!(cloudPay === undefined)) return [3 /*break*/, 2];
|
|
21788
|
+
return [4 /*yield*/, Promise.resolve().then(function () { return require('./cloud/pay'); })];
|
|
21789
|
+
case 1:
|
|
21790
|
+
cloudPay = (_a.sent()).CloudPay;
|
|
21791
|
+
_a.label = 2;
|
|
21792
|
+
case 2: return [2 /*return*/, new (cloudPay.bind.apply(cloudPay, __spreadArray([void 0], params)))()];
|
|
21793
|
+
}
|
|
21794
|
+
});
|
|
21795
|
+
});
|
|
21796
|
+
}
|
|
21797
|
+
exports.loadCloudPay = loadCloudPay;
|
|
21346
21798
|
var waiterAdmin;
|
|
21347
21799
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
21348
21800
|
/* istanbul ignore next */
|
|
@@ -21378,7 +21830,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
|
|
|
21378
21830
|
// export class StubAuth extends StubAuthClient { }
|
|
21379
21831
|
// }
|
|
21380
21832
|
|
|
21381
|
-
},{"./chevre":3,"./chevreAdmin":4,"./chevreAuth":64,"./chevrePay":66,"./chevreTxn":69,"./cinerino/default":91,"./cinerino/pay":92,"./cloud/admin":114,"./
|
|
21833
|
+
},{"./chevre":3,"./chevreAdmin":4,"./chevreAuth":64,"./chevrePay":66,"./chevreTxn":69,"./cinerino/default":91,"./cinerino/pay":92,"./cloud/admin":114,"./cloud/pay":128,"./factory":130,"./pecorino":132,"./transporters":136,"./waiterAdmin":137}],132:[function(require,module,exports){
|
|
21382
21834
|
"use strict";
|
|
21383
21835
|
var __extends = (this && this.__extends) || (function () {
|
|
21384
21836
|
var extendStatics = function (d, b) {
|
|
@@ -21431,7 +21883,7 @@ var service;
|
|
|
21431
21883
|
service.AccountTransaction = AccountTransaction;
|
|
21432
21884
|
})(service = exports.service || (exports.service = {}));
|
|
21433
21885
|
|
|
21434
|
-
},{"./factory":
|
|
21886
|
+
},{"./factory":130,"./pecorino/accountTransaction":133,"./pecorino/permit":134}],133:[function(require,module,exports){
|
|
21435
21887
|
"use strict";
|
|
21436
21888
|
var __extends = (this && this.__extends) || (function () {
|
|
21437
21889
|
var extendStatics = function (d, b) {
|
|
@@ -21602,7 +22054,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
21602
22054
|
}(service_1.Service));
|
|
21603
22055
|
exports.AccountTransactionService = AccountTransactionService;
|
|
21604
22056
|
|
|
21605
|
-
},{"../service":
|
|
22057
|
+
},{"../service":135,"http-status":348}],134:[function(require,module,exports){
|
|
21606
22058
|
"use strict";
|
|
21607
22059
|
var __extends = (this && this.__extends) || (function () {
|
|
21608
22060
|
var extendStatics = function (d, b) {
|
|
@@ -21722,7 +22174,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
21722
22174
|
}(service_1.Service));
|
|
21723
22175
|
exports.PermitService = PermitService;
|
|
21724
22176
|
|
|
21725
|
-
},{"../service":
|
|
22177
|
+
},{"../service":135,"http-status":348}],135:[function(require,module,exports){
|
|
21726
22178
|
"use strict";
|
|
21727
22179
|
var __assign = (this && this.__assign) || function () {
|
|
21728
22180
|
__assign = Object.assign || function(t) {
|
|
@@ -21827,11 +22279,8 @@ var Service = /** @class */ (function () {
|
|
|
21827
22279
|
Accept: 'application/json',
|
|
21828
22280
|
'Content-Type': 'application/json'
|
|
21829
22281
|
}, defaultOptions.headers);
|
|
21830
|
-
fetchOptions = {
|
|
21831
|
-
|
|
21832
|
-
headers: headers,
|
|
21833
|
-
body: JSON.stringify(defaultOptions.body)
|
|
21834
|
-
};
|
|
22282
|
+
fetchOptions = __assign({ method: defaultOptions.method, headers: headers, body: JSON.stringify(defaultOptions.body) }, (defaultOptions.form instanceof URLSearchParams) ? { body: defaultOptions.form } : undefined // form対応(2024-05-14~)
|
|
22283
|
+
);
|
|
21835
22284
|
retryableStatusCodes = (this.options.disableAutoRetry === true)
|
|
21836
22285
|
? []
|
|
21837
22286
|
: __spreadArray(__spreadArray([], (Array.isArray(this.options.retryableStatusCodes)) ? this.options.retryableStatusCodes : []), (Array.isArray(defaultOptions.retryableStatusCodes)) ? defaultOptions.retryableStatusCodes : []);
|
|
@@ -21853,7 +22302,7 @@ var Service = /** @class */ (function () {
|
|
|
21853
22302
|
}());
|
|
21854
22303
|
exports.Service = Service;
|
|
21855
22304
|
|
|
21856
|
-
},{"./transporters":
|
|
22305
|
+
},{"./transporters":136,"qs":355}],136:[function(require,module,exports){
|
|
21857
22306
|
"use strict";
|
|
21858
22307
|
var __extends = (this && this.__extends) || (function () {
|
|
21859
22308
|
var extendStatics = function (d, b) {
|
|
@@ -21914,7 +22363,7 @@ exports.StubTransporter = exports.DefaultTransporter = exports.RequestError = ex
|
|
|
21914
22363
|
*/
|
|
21915
22364
|
var createDebug = require("debug");
|
|
21916
22365
|
var fetch = require("isomorphic-fetch");
|
|
21917
|
-
var debug = createDebug('cinerino-
|
|
22366
|
+
var debug = createDebug('cinerino-sdk:transporters');
|
|
21918
22367
|
// tslint:disable-next-line
|
|
21919
22368
|
// const pkg = require('../package.json');
|
|
21920
22369
|
/**
|
|
@@ -22050,7 +22499,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
22050
22499
|
}());
|
|
22051
22500
|
exports.StubTransporter = StubTransporter;
|
|
22052
22501
|
|
|
22053
|
-
},{"debug":
|
|
22502
|
+
},{"debug":340,"isomorphic-fetch":351}],137:[function(require,module,exports){
|
|
22054
22503
|
"use strict";
|
|
22055
22504
|
var __assign = (this && this.__assign) || function () {
|
|
22056
22505
|
__assign = Object.assign || function(t) {
|
|
@@ -22155,7 +22604,7 @@ var WaiterAdmin = /** @class */ (function () {
|
|
|
22155
22604
|
}());
|
|
22156
22605
|
exports.WaiterAdmin = WaiterAdmin;
|
|
22157
22606
|
|
|
22158
|
-
},{"./waiterAdmin/rule":
|
|
22607
|
+
},{"./waiterAdmin/rule":138,"./waiterAdmin/ruleSet":139}],138:[function(require,module,exports){
|
|
22159
22608
|
"use strict";
|
|
22160
22609
|
var __extends = (this && this.__extends) || (function () {
|
|
22161
22610
|
var extendStatics = function (d, b) {
|
|
@@ -22243,7 +22692,7 @@ var RuleService = /** @class */ (function (_super) {
|
|
|
22243
22692
|
}(service_1.Service));
|
|
22244
22693
|
exports.RuleService = RuleService;
|
|
22245
22694
|
|
|
22246
|
-
},{"../service":
|
|
22695
|
+
},{"../service":135,"http-status":348}],139:[function(require,module,exports){
|
|
22247
22696
|
"use strict";
|
|
22248
22697
|
var __extends = (this && this.__extends) || (function () {
|
|
22249
22698
|
var extendStatics = function (d, b) {
|
|
@@ -22351,7 +22800,7 @@ var RuleSetService = /** @class */ (function (_super) {
|
|
|
22351
22800
|
}(service_1.Service));
|
|
22352
22801
|
exports.RuleSetService = RuleSetService;
|
|
22353
22802
|
|
|
22354
|
-
},{"../service":
|
|
22803
|
+
},{"../service":135,"http-status":348}],140:[function(require,module,exports){
|
|
22355
22804
|
"use strict";
|
|
22356
22805
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22357
22806
|
/* istanbul ignore file */
|
|
@@ -22417,7 +22866,7 @@ var silentLogoutHandler_1 = require("./implicitGrantClient/silentLogoutHandler")
|
|
|
22417
22866
|
// tslint:disable-next-line:no-require-imports no-var-requires
|
|
22418
22867
|
var idTokenVerifier = require('idtoken-verifier');
|
|
22419
22868
|
var oAuth2client_1 = require("./oAuth2client");
|
|
22420
|
-
var debug = createDebug('cinerino-
|
|
22869
|
+
var debug = createDebug('cinerino-sdk:auth:implicitGrantClient');
|
|
22421
22870
|
/**
|
|
22422
22871
|
* OAuth2 client using grant type 'implicit grant'
|
|
22423
22872
|
*/
|
|
@@ -22708,7 +23157,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
22708
23157
|
}(oAuth2client_1.default));
|
|
22709
23158
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
22710
23159
|
|
|
22711
|
-
},{"./implicitGrantClient/error":
|
|
23160
|
+
},{"./implicitGrantClient/error":141,"./implicitGrantClient/popupAuthenticationHandler":143,"./implicitGrantClient/silentAuthenticationHandler":145,"./implicitGrantClient/silentLogoutHandler":146,"./oAuth2client":148,"debug":340,"idtoken-verifier":349,"qs":355}],141:[function(require,module,exports){
|
|
22712
23161
|
"use strict";
|
|
22713
23162
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22714
23163
|
/* istanbul ignore file */
|
|
@@ -22741,13 +23190,13 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
22741
23190
|
}(Error));
|
|
22742
23191
|
exports.AuthorizeError = AuthorizeError;
|
|
22743
23192
|
|
|
22744
|
-
},{}],
|
|
23193
|
+
},{}],142:[function(require,module,exports){
|
|
22745
23194
|
"use strict";
|
|
22746
23195
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22747
23196
|
/* istanbul ignore file */
|
|
22748
23197
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22749
23198
|
var createDebug = require("debug");
|
|
22750
|
-
var debug = createDebug('cinerino-
|
|
23199
|
+
var debug = createDebug('cinerino-sdk:auth:iframeHandler');
|
|
22751
23200
|
/**
|
|
22752
23201
|
* IframeHandler
|
|
22753
23202
|
*/
|
|
@@ -22827,7 +23276,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
22827
23276
|
}());
|
|
22828
23277
|
exports.default = IframeHandler;
|
|
22829
23278
|
|
|
22830
|
-
},{"debug":
|
|
23279
|
+
},{"debug":340}],143:[function(require,module,exports){
|
|
22831
23280
|
"use strict";
|
|
22832
23281
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22833
23282
|
/* istanbul ignore file */
|
|
@@ -22937,13 +23386,13 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
22937
23386
|
}());
|
|
22938
23387
|
exports.default = PopupAuthenticationHandler;
|
|
22939
23388
|
|
|
22940
|
-
},{"./error":
|
|
23389
|
+
},{"./error":141,"./popupHandler":144}],144:[function(require,module,exports){
|
|
22941
23390
|
"use strict";
|
|
22942
23391
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22943
23392
|
/* istanbul ignore file */
|
|
22944
23393
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22945
23394
|
var createDebug = require("debug");
|
|
22946
|
-
var debug = createDebug('cinerino-
|
|
23395
|
+
var debug = createDebug('cinerino-sdk:auth:popupHandler');
|
|
22947
23396
|
/**
|
|
22948
23397
|
* PopupHandler
|
|
22949
23398
|
*/
|
|
@@ -23023,7 +23472,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
23023
23472
|
}());
|
|
23024
23473
|
exports.default = PopupHandler;
|
|
23025
23474
|
|
|
23026
|
-
},{"debug":
|
|
23475
|
+
},{"debug":340}],145:[function(require,module,exports){
|
|
23027
23476
|
"use strict";
|
|
23028
23477
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23029
23478
|
/* istanbul ignore file */
|
|
@@ -23133,7 +23582,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
23133
23582
|
}());
|
|
23134
23583
|
exports.default = SilentAuthenticationHandler;
|
|
23135
23584
|
|
|
23136
|
-
},{"./error":
|
|
23585
|
+
},{"./error":141,"./iframeHandler":142}],146:[function(require,module,exports){
|
|
23137
23586
|
"use strict";
|
|
23138
23587
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23139
23588
|
/* istanbul ignore file */
|
|
@@ -23243,7 +23692,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
23243
23692
|
}());
|
|
23244
23693
|
exports.default = SilentLogoutHandler;
|
|
23245
23694
|
|
|
23246
|
-
},{"./error":
|
|
23695
|
+
},{"./error":141,"./iframeHandler":142}],147:[function(require,module,exports){
|
|
23247
23696
|
"use strict";
|
|
23248
23697
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23249
23698
|
exports.LoginTicket = void 0;
|
|
@@ -23272,7 +23721,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
23272
23721
|
}());
|
|
23273
23722
|
exports.LoginTicket = LoginTicket;
|
|
23274
23723
|
|
|
23275
|
-
},{}],
|
|
23724
|
+
},{}],148:[function(require,module,exports){
|
|
23276
23725
|
(function (Buffer){
|
|
23277
23726
|
"use strict";
|
|
23278
23727
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -23793,16 +24242,17 @@ var OAuth2client = /** @class */ (function () {
|
|
|
23793
24242
|
exports.default = OAuth2client;
|
|
23794
24243
|
|
|
23795
24244
|
}).call(this,require("buffer").Buffer)
|
|
23796
|
-
},{"../abstract/transporters":
|
|
24245
|
+
},{"../abstract/transporters":136,"./loginTicket":147,"buffer":336,"crypto":335,"debug":340,"http-status":348,"isomorphic-fetch":351,"querystring":361}],149:[function(require,module,exports){
|
|
23797
24246
|
"use strict";
|
|
23798
24247
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23799
|
-
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadPay = exports.loadCloudAdmin = void 0;
|
|
24248
|
+
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadPay = exports.loadCloudPay = exports.loadCloudAdmin = void 0;
|
|
23800
24249
|
/**
|
|
23801
24250
|
* API Javascript Client
|
|
23802
24251
|
*/
|
|
23803
24252
|
var abstract_1 = require("./abstract");
|
|
23804
24253
|
Object.defineProperty(exports, "factory", { enumerable: true, get: function () { return abstract_1.factory; } });
|
|
23805
24254
|
Object.defineProperty(exports, "loadCloudAdmin", { enumerable: true, get: function () { return abstract_1.loadCloudAdmin; } });
|
|
24255
|
+
Object.defineProperty(exports, "loadCloudPay", { enumerable: true, get: function () { return abstract_1.loadCloudPay; } });
|
|
23806
24256
|
Object.defineProperty(exports, "loadPay", { enumerable: true, get: function () { return abstract_1.loadPay; } });
|
|
23807
24257
|
Object.defineProperty(exports, "loadService", { enumerable: true, get: function () { return abstract_1.loadService; } });
|
|
23808
24258
|
Object.defineProperty(exports, "transporters", { enumerable: true, get: function () { return abstract_1.transporters; } });
|
|
@@ -23817,7 +24267,7 @@ function createAuthInstance(options) {
|
|
|
23817
24267
|
}
|
|
23818
24268
|
exports.createAuthInstance = createAuthInstance;
|
|
23819
24269
|
|
|
23820
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
24270
|
+
},{"./abstract":2,"./auth/implicitGrantClient":140}],150:[function(require,module,exports){
|
|
23821
24271
|
"use strict";
|
|
23822
24272
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23823
24273
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -23851,9 +24301,9 @@ var transaction;
|
|
|
23851
24301
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
23852
24302
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
23853
24303
|
|
|
23854
|
-
},{"./account/action/moneyTransfer":
|
|
24304
|
+
},{"./account/action/moneyTransfer":153,"./account/transaction/deposit":155,"./account/transaction/transfer":156,"./account/transaction/withdraw":157,"./account/transactionType":154}],151:[function(require,module,exports){
|
|
23855
24305
|
arguments[4][68][0].apply(exports,arguments)
|
|
23856
|
-
},{"dup":68}],
|
|
24306
|
+
},{"dup":68}],152:[function(require,module,exports){
|
|
23857
24307
|
"use strict";
|
|
23858
24308
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23859
24309
|
exports.AccountType = void 0;
|
|
@@ -23874,9 +24324,9 @@ var AccountType;
|
|
|
23874
24324
|
AccountType["Transactional"] = "Transactional";
|
|
23875
24325
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
23876
24326
|
|
|
23877
|
-
},{}],
|
|
24327
|
+
},{}],153:[function(require,module,exports){
|
|
23878
24328
|
arguments[4][68][0].apply(exports,arguments)
|
|
23879
|
-
},{"dup":68}],
|
|
24329
|
+
},{"dup":68}],154:[function(require,module,exports){
|
|
23880
24330
|
"use strict";
|
|
23881
24331
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23882
24332
|
exports.AccountTransactionType = void 0;
|
|
@@ -23899,13 +24349,13 @@ var AccountTransactionType;
|
|
|
23899
24349
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
23900
24350
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
23901
24351
|
|
|
23902
|
-
},{}],
|
|
24352
|
+
},{}],155:[function(require,module,exports){
|
|
23903
24353
|
arguments[4][68][0].apply(exports,arguments)
|
|
23904
|
-
},{"dup":68}],
|
|
24354
|
+
},{"dup":68}],156:[function(require,module,exports){
|
|
23905
24355
|
arguments[4][68][0].apply(exports,arguments)
|
|
23906
|
-
},{"dup":68}],
|
|
24356
|
+
},{"dup":68}],157:[function(require,module,exports){
|
|
23907
24357
|
arguments[4][68][0].apply(exports,arguments)
|
|
23908
|
-
},{"dup":68}],
|
|
24358
|
+
},{"dup":68}],158:[function(require,module,exports){
|
|
23909
24359
|
"use strict";
|
|
23910
24360
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23911
24361
|
exports.ActionStatusType = void 0;
|
|
@@ -23921,7 +24371,7 @@ var ActionStatusType;
|
|
|
23921
24371
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
23922
24372
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
23923
24373
|
|
|
23924
|
-
},{}],
|
|
24374
|
+
},{}],159:[function(require,module,exports){
|
|
23925
24375
|
"use strict";
|
|
23926
24376
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23927
24377
|
exports.ActionType = void 0;
|
|
@@ -23953,9 +24403,9 @@ var ActionType;
|
|
|
23953
24403
|
ActionType["UseAction"] = "UseAction";
|
|
23954
24404
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
23955
24405
|
|
|
23956
|
-
},{}],
|
|
24406
|
+
},{}],160:[function(require,module,exports){
|
|
23957
24407
|
arguments[4][68][0].apply(exports,arguments)
|
|
23958
|
-
},{"dup":68}],
|
|
24408
|
+
},{"dup":68}],161:[function(require,module,exports){
|
|
23959
24409
|
"use strict";
|
|
23960
24410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23961
24411
|
exports.ObjectType = void 0;
|
|
@@ -23964,11 +24414,11 @@ var ObjectType;
|
|
|
23964
24414
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
23965
24415
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
23966
24416
|
|
|
23967
|
-
},{}],
|
|
24417
|
+
},{}],162:[function(require,module,exports){
|
|
23968
24418
|
arguments[4][68][0].apply(exports,arguments)
|
|
23969
|
-
},{"dup":68}],
|
|
24419
|
+
},{"dup":68}],163:[function(require,module,exports){
|
|
23970
24420
|
arguments[4][68][0].apply(exports,arguments)
|
|
23971
|
-
},{"dup":68}],
|
|
24421
|
+
},{"dup":68}],164:[function(require,module,exports){
|
|
23972
24422
|
"use strict";
|
|
23973
24423
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23974
24424
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -23982,11 +24432,11 @@ var ServiceIdentifier;
|
|
|
23982
24432
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
23983
24433
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
23984
24434
|
|
|
23985
|
-
},{}],
|
|
24435
|
+
},{}],165:[function(require,module,exports){
|
|
23986
24436
|
arguments[4][68][0].apply(exports,arguments)
|
|
23987
|
-
},{"dup":68}],
|
|
24437
|
+
},{"dup":68}],166:[function(require,module,exports){
|
|
23988
24438
|
arguments[4][68][0].apply(exports,arguments)
|
|
23989
|
-
},{"dup":68}],
|
|
24439
|
+
},{"dup":68}],167:[function(require,module,exports){
|
|
23990
24440
|
"use strict";
|
|
23991
24441
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23992
24442
|
exports.ObjectType = void 0;
|
|
@@ -23995,11 +24445,7 @@ var ObjectType;
|
|
|
23995
24445
|
ObjectType["Ticket"] = "Ticket";
|
|
23996
24446
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
23997
24447
|
|
|
23998
|
-
},{}],
|
|
23999
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24000
|
-
},{"dup":68}],167:[function(require,module,exports){
|
|
24001
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24002
|
-
},{"dup":68}],168:[function(require,module,exports){
|
|
24448
|
+
},{}],168:[function(require,module,exports){
|
|
24003
24449
|
arguments[4][68][0].apply(exports,arguments)
|
|
24004
24450
|
},{"dup":68}],169:[function(require,module,exports){
|
|
24005
24451
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24018,6 +24464,10 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24018
24464
|
},{"dup":68}],176:[function(require,module,exports){
|
|
24019
24465
|
arguments[4][68][0].apply(exports,arguments)
|
|
24020
24466
|
},{"dup":68}],177:[function(require,module,exports){
|
|
24467
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24468
|
+
},{"dup":68}],178:[function(require,module,exports){
|
|
24469
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24470
|
+
},{"dup":68}],179:[function(require,module,exports){
|
|
24021
24471
|
"use strict";
|
|
24022
24472
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24023
24473
|
exports.ObjectType = void 0;
|
|
@@ -24026,11 +24476,7 @@ var ObjectType;
|
|
|
24026
24476
|
ObjectType["PointAward"] = "PointAward";
|
|
24027
24477
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
24028
24478
|
|
|
24029
|
-
},{}],
|
|
24030
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24031
|
-
},{"dup":68}],179:[function(require,module,exports){
|
|
24032
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24033
|
-
},{"dup":68}],180:[function(require,module,exports){
|
|
24479
|
+
},{}],180:[function(require,module,exports){
|
|
24034
24480
|
arguments[4][68][0].apply(exports,arguments)
|
|
24035
24481
|
},{"dup":68}],181:[function(require,module,exports){
|
|
24036
24482
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24049,6 +24495,10 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24049
24495
|
},{"dup":68}],188:[function(require,module,exports){
|
|
24050
24496
|
arguments[4][68][0].apply(exports,arguments)
|
|
24051
24497
|
},{"dup":68}],189:[function(require,module,exports){
|
|
24498
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24499
|
+
},{"dup":68}],190:[function(require,module,exports){
|
|
24500
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24501
|
+
},{"dup":68}],191:[function(require,module,exports){
|
|
24052
24502
|
"use strict";
|
|
24053
24503
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24054
24504
|
exports.AssetTransactionType = void 0;
|
|
@@ -24084,11 +24534,7 @@ var AssetTransactionType;
|
|
|
24084
24534
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
24085
24535
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
24086
24536
|
|
|
24087
|
-
},{}],
|
|
24088
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24089
|
-
},{"dup":68}],191:[function(require,module,exports){
|
|
24090
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24091
|
-
},{"dup":68}],192:[function(require,module,exports){
|
|
24537
|
+
},{}],192:[function(require,module,exports){
|
|
24092
24538
|
arguments[4][68][0].apply(exports,arguments)
|
|
24093
24539
|
},{"dup":68}],193:[function(require,module,exports){
|
|
24094
24540
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -24099,6 +24545,10 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
24099
24545
|
},{"dup":68}],196:[function(require,module,exports){
|
|
24100
24546
|
arguments[4][68][0].apply(exports,arguments)
|
|
24101
24547
|
},{"dup":68}],197:[function(require,module,exports){
|
|
24548
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24549
|
+
},{"dup":68}],198:[function(require,module,exports){
|
|
24550
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24551
|
+
},{"dup":68}],199:[function(require,module,exports){
|
|
24102
24552
|
"use strict";
|
|
24103
24553
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24104
24554
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -24154,11 +24604,11 @@ var CategorySetIdentifier;
|
|
|
24154
24604
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
24155
24605
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
24156
24606
|
|
|
24157
|
-
},{}],
|
|
24607
|
+
},{}],200:[function(require,module,exports){
|
|
24158
24608
|
arguments[4][68][0].apply(exports,arguments)
|
|
24159
|
-
},{"dup":68}],
|
|
24609
|
+
},{"dup":68}],201:[function(require,module,exports){
|
|
24160
24610
|
arguments[4][68][0].apply(exports,arguments)
|
|
24161
|
-
},{"dup":68}],
|
|
24611
|
+
},{"dup":68}],202:[function(require,module,exports){
|
|
24162
24612
|
"use strict";
|
|
24163
24613
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24164
24614
|
exports.CreativeWorkType = void 0;
|
|
@@ -24175,9 +24625,9 @@ var CreativeWorkType;
|
|
|
24175
24625
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
24176
24626
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
24177
24627
|
|
|
24178
|
-
},{}],
|
|
24628
|
+
},{}],203:[function(require,module,exports){
|
|
24179
24629
|
arguments[4][68][0].apply(exports,arguments)
|
|
24180
|
-
},{"dup":68}],
|
|
24630
|
+
},{"dup":68}],204:[function(require,module,exports){
|
|
24181
24631
|
"use strict";
|
|
24182
24632
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24183
24633
|
exports.AboutIdentifier = void 0;
|
|
@@ -24189,15 +24639,15 @@ var AboutIdentifier;
|
|
|
24189
24639
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
24190
24640
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
24191
24641
|
|
|
24192
|
-
},{}],
|
|
24193
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24194
|
-
},{"dup":68}],204:[function(require,module,exports){
|
|
24195
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
24196
|
-
},{"dup":68}],205:[function(require,module,exports){
|
|
24642
|
+
},{}],205:[function(require,module,exports){
|
|
24197
24643
|
arguments[4][68][0].apply(exports,arguments)
|
|
24198
24644
|
},{"dup":68}],206:[function(require,module,exports){
|
|
24199
24645
|
arguments[4][68][0].apply(exports,arguments)
|
|
24200
24646
|
},{"dup":68}],207:[function(require,module,exports){
|
|
24647
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24648
|
+
},{"dup":68}],208:[function(require,module,exports){
|
|
24649
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
24650
|
+
},{"dup":68}],209:[function(require,module,exports){
|
|
24201
24651
|
"use strict";
|
|
24202
24652
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24203
24653
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -24240,7 +24690,7 @@ var Video;
|
|
|
24240
24690
|
(function (Video) {
|
|
24241
24691
|
})(Video = exports.Video || (exports.Video = {}));
|
|
24242
24692
|
|
|
24243
|
-
},{}],
|
|
24693
|
+
},{}],210:[function(require,module,exports){
|
|
24244
24694
|
"use strict";
|
|
24245
24695
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24246
24696
|
exports.ErrorCode = void 0;
|
|
@@ -24261,7 +24711,7 @@ var ErrorCode;
|
|
|
24261
24711
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
24262
24712
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
24263
24713
|
|
|
24264
|
-
},{}],
|
|
24714
|
+
},{}],211:[function(require,module,exports){
|
|
24265
24715
|
"use strict";
|
|
24266
24716
|
var __extends = (this && this.__extends) || (function () {
|
|
24267
24717
|
var extendStatics = function (d, b) {
|
|
@@ -24307,7 +24757,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
24307
24757
|
}(chevre_1.ChevreError));
|
|
24308
24758
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
24309
24759
|
|
|
24310
|
-
},{"../errorCode":
|
|
24760
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],212:[function(require,module,exports){
|
|
24311
24761
|
"use strict";
|
|
24312
24762
|
var __extends = (this && this.__extends) || (function () {
|
|
24313
24763
|
var extendStatics = function (d, b) {
|
|
@@ -24352,7 +24802,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
24352
24802
|
}(chevre_1.ChevreError));
|
|
24353
24803
|
exports.ArgumentError = ArgumentError;
|
|
24354
24804
|
|
|
24355
|
-
},{"../errorCode":
|
|
24805
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],213:[function(require,module,exports){
|
|
24356
24806
|
"use strict";
|
|
24357
24807
|
var __extends = (this && this.__extends) || (function () {
|
|
24358
24808
|
var extendStatics = function (d, b) {
|
|
@@ -24397,7 +24847,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
24397
24847
|
}(chevre_1.ChevreError));
|
|
24398
24848
|
exports.ArgumentNullError = ArgumentNullError;
|
|
24399
24849
|
|
|
24400
|
-
},{"../errorCode":
|
|
24850
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],214:[function(require,module,exports){
|
|
24401
24851
|
"use strict";
|
|
24402
24852
|
var __extends = (this && this.__extends) || (function () {
|
|
24403
24853
|
var extendStatics = function (d, b) {
|
|
@@ -24436,7 +24886,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
24436
24886
|
}(Error));
|
|
24437
24887
|
exports.ChevreError = ChevreError;
|
|
24438
24888
|
|
|
24439
|
-
},{"setprototypeof":
|
|
24889
|
+
},{"setprototypeof":362}],215:[function(require,module,exports){
|
|
24440
24890
|
"use strict";
|
|
24441
24891
|
var __extends = (this && this.__extends) || (function () {
|
|
24442
24892
|
var extendStatics = function (d, b) {
|
|
@@ -24480,7 +24930,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
24480
24930
|
}(chevre_1.ChevreError));
|
|
24481
24931
|
exports.ForbiddenError = ForbiddenError;
|
|
24482
24932
|
|
|
24483
|
-
},{"../errorCode":
|
|
24933
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],216:[function(require,module,exports){
|
|
24484
24934
|
"use strict";
|
|
24485
24935
|
var __extends = (this && this.__extends) || (function () {
|
|
24486
24936
|
var extendStatics = function (d, b) {
|
|
@@ -24524,7 +24974,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
24524
24974
|
}(chevre_1.ChevreError));
|
|
24525
24975
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
24526
24976
|
|
|
24527
|
-
},{"../errorCode":
|
|
24977
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],217:[function(require,module,exports){
|
|
24528
24978
|
"use strict";
|
|
24529
24979
|
var __extends = (this && this.__extends) || (function () {
|
|
24530
24980
|
var extendStatics = function (d, b) {
|
|
@@ -24569,7 +25019,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
24569
25019
|
}(chevre_1.ChevreError));
|
|
24570
25020
|
exports.NotFoundError = NotFoundError;
|
|
24571
25021
|
|
|
24572
|
-
},{"../errorCode":
|
|
25022
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],218:[function(require,module,exports){
|
|
24573
25023
|
"use strict";
|
|
24574
25024
|
var __extends = (this && this.__extends) || (function () {
|
|
24575
25025
|
var extendStatics = function (d, b) {
|
|
@@ -24613,7 +25063,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
24613
25063
|
}(chevre_1.ChevreError));
|
|
24614
25064
|
exports.NotImplementedError = NotImplementedError;
|
|
24615
25065
|
|
|
24616
|
-
},{"../errorCode":
|
|
25066
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],219:[function(require,module,exports){
|
|
24617
25067
|
"use strict";
|
|
24618
25068
|
var __extends = (this && this.__extends) || (function () {
|
|
24619
25069
|
var extendStatics = function (d, b) {
|
|
@@ -24657,7 +25107,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
24657
25107
|
}(chevre_1.ChevreError));
|
|
24658
25108
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
24659
25109
|
|
|
24660
|
-
},{"../errorCode":
|
|
25110
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],220:[function(require,module,exports){
|
|
24661
25111
|
"use strict";
|
|
24662
25112
|
var __extends = (this && this.__extends) || (function () {
|
|
24663
25113
|
var extendStatics = function (d, b) {
|
|
@@ -24701,7 +25151,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
24701
25151
|
}(chevre_1.ChevreError));
|
|
24702
25152
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
24703
25153
|
|
|
24704
|
-
},{"../errorCode":
|
|
25154
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],221:[function(require,module,exports){
|
|
24705
25155
|
"use strict";
|
|
24706
25156
|
var __extends = (this && this.__extends) || (function () {
|
|
24707
25157
|
var extendStatics = function (d, b) {
|
|
@@ -24745,7 +25195,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
24745
25195
|
}(chevre_1.ChevreError));
|
|
24746
25196
|
exports.UnauthorizedError = UnauthorizedError;
|
|
24747
25197
|
|
|
24748
|
-
},{"../errorCode":
|
|
25198
|
+
},{"../errorCode":210,"./chevre":214,"setprototypeof":362}],222:[function(require,module,exports){
|
|
24749
25199
|
"use strict";
|
|
24750
25200
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24751
25201
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -24775,7 +25225,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
|
|
|
24775
25225
|
var unauthorized_1 = require("./error/unauthorized");
|
|
24776
25226
|
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
24777
25227
|
|
|
24778
|
-
},{"./error/alreadyInUse":
|
|
25228
|
+
},{"./error/alreadyInUse":211,"./error/argument":212,"./error/argumentNull":213,"./error/chevre":214,"./error/forbidden":215,"./error/gatewayTimeout":216,"./error/notFound":217,"./error/notImplemented":218,"./error/rateLimitExceeded":219,"./error/serviceUnavailable":220,"./error/unauthorized":221}],223:[function(require,module,exports){
|
|
24779
25229
|
"use strict";
|
|
24780
25230
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24781
25231
|
exports.EventStatusType = void 0;
|
|
@@ -24790,7 +25240,7 @@ var EventStatusType;
|
|
|
24790
25240
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
24791
25241
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
24792
25242
|
|
|
24793
|
-
},{}],
|
|
25243
|
+
},{}],224:[function(require,module,exports){
|
|
24794
25244
|
"use strict";
|
|
24795
25245
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24796
25246
|
exports.EventType = void 0;
|
|
@@ -24804,13 +25254,13 @@ var EventType;
|
|
|
24804
25254
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
24805
25255
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
24806
25256
|
|
|
24807
|
-
},{}],
|
|
25257
|
+
},{}],225:[function(require,module,exports){
|
|
24808
25258
|
arguments[4][68][0].apply(exports,arguments)
|
|
24809
|
-
},{"dup":68}],
|
|
25259
|
+
},{"dup":68}],226:[function(require,module,exports){
|
|
24810
25260
|
arguments[4][68][0].apply(exports,arguments)
|
|
24811
|
-
},{"dup":68}],
|
|
25261
|
+
},{"dup":68}],227:[function(require,module,exports){
|
|
24812
25262
|
arguments[4][68][0].apply(exports,arguments)
|
|
24813
|
-
},{"dup":68}],
|
|
25263
|
+
},{"dup":68}],228:[function(require,module,exports){
|
|
24814
25264
|
"use strict";
|
|
24815
25265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24816
25266
|
exports.RoleType = void 0;
|
|
@@ -24819,7 +25269,7 @@ var RoleType;
|
|
|
24819
25269
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
24820
25270
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
24821
25271
|
|
|
24822
|
-
},{}],
|
|
25272
|
+
},{}],229:[function(require,module,exports){
|
|
24823
25273
|
"use strict";
|
|
24824
25274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24825
25275
|
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;
|
|
@@ -25260,9 +25710,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
25260
25710
|
exports.unitCode = unitCode_1.UnitCode;
|
|
25261
25711
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
25262
25712
|
|
|
25263
|
-
},{"./account":
|
|
25713
|
+
},{"./account":150,"./accountTitle":151,"./accountType":152,"./action/accept":160,"./action/authorize/offer/eventService":161,"./action/authorize/offer/moneyTransfer":162,"./action/authorize/offer/product":163,"./action/authorize/paymentMethod/any":164,"./action/cancel/reservation":165,"./action/check/paymentMethod/movieTicket":166,"./action/check/token":167,"./action/consume/use/reservation":168,"./action/interact/confirm/moneyTransfer":169,"./action/interact/confirm/pay":170,"./action/interact/confirm/registerService":171,"./action/interact/confirm/reservation":172,"./action/interact/inform":173,"./action/interact/register/service":174,"./action/reserve":175,"./action/trade/order":176,"./action/trade/pay":177,"./action/trade/refund":178,"./action/transfer/give/pointAward":179,"./action/transfer/moneyTransfer":180,"./action/transfer/return/moneyTransfer":181,"./action/transfer/return/order":182,"./action/transfer/return/paymentMethod":183,"./action/transfer/return/pointAward":184,"./action/transfer/return/reserveTransaction":185,"./action/transfer/send/message/email":186,"./action/transfer/send/order":187,"./action/update/delete/member":188,"./action/update/replace":189,"./actionStatusType":158,"./actionType":159,"./additionalProperty":190,"./assetTransaction/cancelReservation":192,"./assetTransaction/moneyTransfer":193,"./assetTransaction/pay":194,"./assetTransaction/refund":195,"./assetTransaction/registerService":196,"./assetTransaction/reserve":197,"./assetTransactionType":191,"./authorization":198,"./categoryCode":199,"./clientUser":200,"./cognito":201,"./creativeWork/comment":203,"./creativeWork/message/email":204,"./creativeWork/movie":205,"./creativeWork/noteDigitalDocument":206,"./creativeWork/softwareApplication/webApplication":207,"./creativeWorkType":202,"./customer":208,"./encodingFormat":209,"./errorCode":210,"./errors":222,"./event/anyEvent":225,"./event/screeningEvent":226,"./event/screeningEventSeries":227,"./eventStatusType":223,"./eventType":224,"./iam":228,"./invoice":230,"./itemAvailability":231,"./language":232,"./merchantReturnPolicy":233,"./monetaryAmount":234,"./offer":235,"./offer/aggregateOffer":239,"./offerCatalog":236,"./offerItemCondition":237,"./offerType":238,"./order":240,"./orderStatus":241,"./organization":242,"./organizationType":243,"./ownershipInfo":244,"./paymentMethod/paymentCard/creditCard":245,"./paymentMethod/paymentCard/movieTicket":246,"./paymentStatusType":247,"./permit":248,"./person":249,"./personType":250,"./place/busStop":252,"./place/movieTheater":253,"./place/screeningRoom":254,"./place/screeningRoomSection":255,"./place/seat":256,"./placeType":251,"./priceCurrency":257,"./priceSpecification/unitPriceSpecification":259,"./priceSpecificationType":258,"./product":260,"./programMembership":261,"./project":262,"./propertyValue":263,"./propertyValue/locationFeatureSpecification":264,"./qualitativeValue":265,"./quantitativeValue":266,"./report/accountingReport":267,"./reservation/busReservation":270,"./reservation/event":271,"./reservationStatusType":268,"./reservationType":269,"./seller":272,"./service/paymentService":273,"./service/webAPI":274,"./sortType":275,"./task/accountMoneyTransfer":278,"./task/aggregateOffers":279,"./task/aggregateScreeningEvent":280,"./task/aggregateUseActionsOnEvent":281,"./task/authorizePayment":282,"./task/cancelAccountMoneyTransfer":283,"./task/cancelMoneyTransfer":284,"./task/cancelPendingReservation":285,"./task/cancelReservation":286,"./task/checkResource":287,"./task/confirmReserveTransaction":288,"./task/createAccountingReport":289,"./task/createEvent":290,"./task/deleteTransaction":291,"./task/importEventCapacitiesFromCOA":292,"./task/importEventsFromCOA":293,"./task/importOffersFromCOA":294,"./task/moneyTransfer":295,"./task/onAuthorizationCreated":296,"./task/onEventChanged":297,"./task/onResourceUpdated":298,"./task/pay":299,"./task/refund":300,"./task/registerService":301,"./task/reserve":302,"./task/sendEmailMessage":303,"./task/triggerWebhook":304,"./task/useReservation":305,"./task/voidPayment":306,"./taskName":276,"./taskStatus":277,"./thing":307,"./transaction/moneyTransfer":311,"./transaction/placeOrder":312,"./transaction/returnOrder":313,"./transactionStatusType":308,"./transactionTasksExportationStatus":309,"./transactionType":310,"./trip/busTrip":315,"./tripType":314,"./unitCode":316,"./unitPriceOffer":317,"@waiter/factory":333}],230:[function(require,module,exports){
|
|
25264
25714
|
arguments[4][68][0].apply(exports,arguments)
|
|
25265
|
-
},{"dup":68}],
|
|
25715
|
+
},{"dup":68}],231:[function(require,module,exports){
|
|
25266
25716
|
"use strict";
|
|
25267
25717
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25268
25718
|
exports.ItemAvailability = void 0;
|
|
@@ -25282,9 +25732,9 @@ var ItemAvailability;
|
|
|
25282
25732
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
25283
25733
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
25284
25734
|
|
|
25285
|
-
},{}],
|
|
25735
|
+
},{}],232:[function(require,module,exports){
|
|
25286
25736
|
arguments[4][68][0].apply(exports,arguments)
|
|
25287
|
-
},{"dup":68}],
|
|
25737
|
+
},{"dup":68}],233:[function(require,module,exports){
|
|
25288
25738
|
"use strict";
|
|
25289
25739
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25290
25740
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -25335,15 +25785,15 @@ var MerchantReturnEnumeration;
|
|
|
25335
25785
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
25336
25786
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
25337
25787
|
|
|
25338
|
-
},{}],
|
|
25339
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25340
|
-
},{"dup":68}],233:[function(require,module,exports){
|
|
25341
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25342
|
-
},{"dup":68}],234:[function(require,module,exports){
|
|
25788
|
+
},{}],234:[function(require,module,exports){
|
|
25343
25789
|
arguments[4][68][0].apply(exports,arguments)
|
|
25344
25790
|
},{"dup":68}],235:[function(require,module,exports){
|
|
25345
25791
|
arguments[4][68][0].apply(exports,arguments)
|
|
25346
25792
|
},{"dup":68}],236:[function(require,module,exports){
|
|
25793
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25794
|
+
},{"dup":68}],237:[function(require,module,exports){
|
|
25795
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25796
|
+
},{"dup":68}],238:[function(require,module,exports){
|
|
25347
25797
|
"use strict";
|
|
25348
25798
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25349
25799
|
exports.OfferType = void 0;
|
|
@@ -25356,9 +25806,9 @@ var OfferType;
|
|
|
25356
25806
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
25357
25807
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
25358
25808
|
|
|
25359
|
-
},{}],
|
|
25809
|
+
},{}],239:[function(require,module,exports){
|
|
25360
25810
|
arguments[4][68][0].apply(exports,arguments)
|
|
25361
|
-
},{"dup":68}],
|
|
25811
|
+
},{"dup":68}],240:[function(require,module,exports){
|
|
25362
25812
|
"use strict";
|
|
25363
25813
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25364
25814
|
exports.OrderType = void 0;
|
|
@@ -25367,7 +25817,7 @@ var OrderType;
|
|
|
25367
25817
|
OrderType["Order"] = "Order";
|
|
25368
25818
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
25369
25819
|
|
|
25370
|
-
},{}],
|
|
25820
|
+
},{}],241:[function(require,module,exports){
|
|
25371
25821
|
"use strict";
|
|
25372
25822
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25373
25823
|
exports.OrderStatus = void 0;
|
|
@@ -25386,9 +25836,9 @@ var OrderStatus;
|
|
|
25386
25836
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
25387
25837
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
25388
25838
|
|
|
25389
|
-
},{}],
|
|
25839
|
+
},{}],242:[function(require,module,exports){
|
|
25390
25840
|
arguments[4][68][0].apply(exports,arguments)
|
|
25391
|
-
},{"dup":68}],
|
|
25841
|
+
},{"dup":68}],243:[function(require,module,exports){
|
|
25392
25842
|
"use strict";
|
|
25393
25843
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25394
25844
|
exports.OrganizationType = void 0;
|
|
@@ -25413,13 +25863,13 @@ var OrganizationType;
|
|
|
25413
25863
|
OrganizationType["Project"] = "Project";
|
|
25414
25864
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
25415
25865
|
|
|
25416
|
-
},{}],
|
|
25866
|
+
},{}],244:[function(require,module,exports){
|
|
25417
25867
|
arguments[4][68][0].apply(exports,arguments)
|
|
25418
|
-
},{"dup":68}],
|
|
25868
|
+
},{"dup":68}],245:[function(require,module,exports){
|
|
25419
25869
|
arguments[4][68][0].apply(exports,arguments)
|
|
25420
|
-
},{"dup":68}],
|
|
25870
|
+
},{"dup":68}],246:[function(require,module,exports){
|
|
25421
25871
|
arguments[4][68][0].apply(exports,arguments)
|
|
25422
|
-
},{"dup":68}],
|
|
25872
|
+
},{"dup":68}],247:[function(require,module,exports){
|
|
25423
25873
|
"use strict";
|
|
25424
25874
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25425
25875
|
exports.PaymentStatusType = void 0;
|
|
@@ -25435,7 +25885,7 @@ var PaymentStatusType;
|
|
|
25435
25885
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
25436
25886
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
25437
25887
|
|
|
25438
|
-
},{}],
|
|
25888
|
+
},{}],248:[function(require,module,exports){
|
|
25439
25889
|
"use strict";
|
|
25440
25890
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25441
25891
|
exports.PermitType = void 0;
|
|
@@ -25444,9 +25894,9 @@ var PermitType;
|
|
|
25444
25894
|
PermitType["Permit"] = "Permit";
|
|
25445
25895
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
25446
25896
|
|
|
25447
|
-
},{}],
|
|
25897
|
+
},{}],249:[function(require,module,exports){
|
|
25448
25898
|
arguments[4][68][0].apply(exports,arguments)
|
|
25449
|
-
},{"dup":68}],
|
|
25899
|
+
},{"dup":68}],250:[function(require,module,exports){
|
|
25450
25900
|
"use strict";
|
|
25451
25901
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25452
25902
|
exports.PersonType = void 0;
|
|
@@ -25458,7 +25908,7 @@ var PersonType;
|
|
|
25458
25908
|
PersonType["Person"] = "Person";
|
|
25459
25909
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
25460
25910
|
|
|
25461
|
-
},{}],
|
|
25911
|
+
},{}],251:[function(require,module,exports){
|
|
25462
25912
|
"use strict";
|
|
25463
25913
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25464
25914
|
exports.PlaceType = void 0;
|
|
@@ -25476,17 +25926,17 @@ var PlaceType;
|
|
|
25476
25926
|
PlaceType["Seat"] = "Seat";
|
|
25477
25927
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
25478
25928
|
|
|
25479
|
-
},{}],
|
|
25480
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25481
|
-
},{"dup":68}],251:[function(require,module,exports){
|
|
25482
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25483
|
-
},{"dup":68}],252:[function(require,module,exports){
|
|
25929
|
+
},{}],252:[function(require,module,exports){
|
|
25484
25930
|
arguments[4][68][0].apply(exports,arguments)
|
|
25485
25931
|
},{"dup":68}],253:[function(require,module,exports){
|
|
25486
25932
|
arguments[4][68][0].apply(exports,arguments)
|
|
25487
25933
|
},{"dup":68}],254:[function(require,module,exports){
|
|
25488
25934
|
arguments[4][68][0].apply(exports,arguments)
|
|
25489
25935
|
},{"dup":68}],255:[function(require,module,exports){
|
|
25936
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25937
|
+
},{"dup":68}],256:[function(require,module,exports){
|
|
25938
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
25939
|
+
},{"dup":68}],257:[function(require,module,exports){
|
|
25490
25940
|
"use strict";
|
|
25491
25941
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25492
25942
|
exports.PriceCurrency = void 0;
|
|
@@ -25500,7 +25950,7 @@ var PriceCurrency;
|
|
|
25500
25950
|
PriceCurrency["JPY"] = "JPY";
|
|
25501
25951
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
25502
25952
|
|
|
25503
|
-
},{}],
|
|
25953
|
+
},{}],258:[function(require,module,exports){
|
|
25504
25954
|
"use strict";
|
|
25505
25955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25506
25956
|
exports.PriceSpecificationType = void 0;
|
|
@@ -25531,9 +25981,9 @@ var PriceSpecificationType;
|
|
|
25531
25981
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
25532
25982
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
25533
25983
|
|
|
25534
|
-
},{}],
|
|
25984
|
+
},{}],259:[function(require,module,exports){
|
|
25535
25985
|
arguments[4][68][0].apply(exports,arguments)
|
|
25536
|
-
},{"dup":68}],
|
|
25986
|
+
},{"dup":68}],260:[function(require,module,exports){
|
|
25537
25987
|
"use strict";
|
|
25538
25988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25539
25989
|
exports.ProductType = void 0;
|
|
@@ -25564,7 +26014,7 @@ var ProductType;
|
|
|
25564
26014
|
ProductType["Transportation"] = "Transportation";
|
|
25565
26015
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
25566
26016
|
|
|
25567
|
-
},{}],
|
|
26017
|
+
},{}],261:[function(require,module,exports){
|
|
25568
26018
|
"use strict";
|
|
25569
26019
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25570
26020
|
exports.ProgramMembershipType = void 0;
|
|
@@ -25573,9 +26023,9 @@ var ProgramMembershipType;
|
|
|
25573
26023
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
25574
26024
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
25575
26025
|
|
|
25576
|
-
},{}],
|
|
26026
|
+
},{}],262:[function(require,module,exports){
|
|
25577
26027
|
arguments[4][68][0].apply(exports,arguments)
|
|
25578
|
-
},{"dup":68}],
|
|
26028
|
+
},{"dup":68}],263:[function(require,module,exports){
|
|
25579
26029
|
"use strict";
|
|
25580
26030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25581
26031
|
exports.PropertyValueType = void 0;
|
|
@@ -25584,11 +26034,11 @@ var PropertyValueType;
|
|
|
25584
26034
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
25585
26035
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
25586
26036
|
|
|
25587
|
-
},{}],
|
|
26037
|
+
},{}],264:[function(require,module,exports){
|
|
25588
26038
|
arguments[4][68][0].apply(exports,arguments)
|
|
25589
|
-
},{"dup":68}],
|
|
26039
|
+
},{"dup":68}],265:[function(require,module,exports){
|
|
25590
26040
|
arguments[4][68][0].apply(exports,arguments)
|
|
25591
|
-
},{"dup":68}],
|
|
26041
|
+
},{"dup":68}],266:[function(require,module,exports){
|
|
25592
26042
|
"use strict";
|
|
25593
26043
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25594
26044
|
exports.StringValue = void 0;
|
|
@@ -25597,9 +26047,9 @@ var StringValue;
|
|
|
25597
26047
|
StringValue["Infinity"] = "Infinity";
|
|
25598
26048
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
25599
26049
|
|
|
25600
|
-
},{}],
|
|
26050
|
+
},{}],267:[function(require,module,exports){
|
|
25601
26051
|
arguments[4][68][0].apply(exports,arguments)
|
|
25602
|
-
},{"dup":68}],
|
|
26052
|
+
},{"dup":68}],268:[function(require,module,exports){
|
|
25603
26053
|
"use strict";
|
|
25604
26054
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25605
26055
|
exports.ReservationStatusType = void 0;
|
|
@@ -25626,7 +26076,7 @@ var ReservationStatusType;
|
|
|
25626
26076
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
25627
26077
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
25628
26078
|
|
|
25629
|
-
},{}],
|
|
26079
|
+
},{}],269:[function(require,module,exports){
|
|
25630
26080
|
"use strict";
|
|
25631
26081
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25632
26082
|
exports.ReservationType = void 0;
|
|
@@ -25640,13 +26090,13 @@ var ReservationType;
|
|
|
25640
26090
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
25641
26091
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
25642
26092
|
|
|
25643
|
-
},{}],
|
|
26093
|
+
},{}],270:[function(require,module,exports){
|
|
25644
26094
|
arguments[4][68][0].apply(exports,arguments)
|
|
25645
|
-
},{"dup":68}],
|
|
26095
|
+
},{"dup":68}],271:[function(require,module,exports){
|
|
25646
26096
|
arguments[4][68][0].apply(exports,arguments)
|
|
25647
|
-
},{"dup":68}],
|
|
26097
|
+
},{"dup":68}],272:[function(require,module,exports){
|
|
25648
26098
|
arguments[4][68][0].apply(exports,arguments)
|
|
25649
|
-
},{"dup":68}],
|
|
26099
|
+
},{"dup":68}],273:[function(require,module,exports){
|
|
25650
26100
|
"use strict";
|
|
25651
26101
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25652
26102
|
exports.PaymentServiceType = void 0;
|
|
@@ -25658,7 +26108,7 @@ var PaymentServiceType;
|
|
|
25658
26108
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
25659
26109
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
25660
26110
|
|
|
25661
|
-
},{}],
|
|
26111
|
+
},{}],274:[function(require,module,exports){
|
|
25662
26112
|
"use strict";
|
|
25663
26113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25664
26114
|
exports.Identifier = void 0;
|
|
@@ -25668,7 +26118,7 @@ var Identifier;
|
|
|
25668
26118
|
Identifier["Chevre"] = "Chevre";
|
|
25669
26119
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
25670
26120
|
|
|
25671
|
-
},{}],
|
|
26121
|
+
},{}],275:[function(require,module,exports){
|
|
25672
26122
|
"use strict";
|
|
25673
26123
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25674
26124
|
exports.SortType = void 0;
|
|
@@ -25681,7 +26131,7 @@ var SortType;
|
|
|
25681
26131
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
25682
26132
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
25683
26133
|
|
|
25684
|
-
},{}],
|
|
26134
|
+
},{}],276:[function(require,module,exports){
|
|
25685
26135
|
"use strict";
|
|
25686
26136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25687
26137
|
exports.TaskName = void 0;
|
|
@@ -25815,7 +26265,7 @@ var TaskName;
|
|
|
25815
26265
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
25816
26266
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
25817
26267
|
|
|
25818
|
-
},{}],
|
|
26268
|
+
},{}],277:[function(require,module,exports){
|
|
25819
26269
|
"use strict";
|
|
25820
26270
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25821
26271
|
exports.TaskStatus = void 0;
|
|
@@ -25842,11 +26292,7 @@ var TaskStatus;
|
|
|
25842
26292
|
TaskStatus["Aborted"] = "Aborted";
|
|
25843
26293
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
25844
26294
|
|
|
25845
|
-
},{}],
|
|
25846
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25847
|
-
},{"dup":68}],277:[function(require,module,exports){
|
|
25848
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25849
|
-
},{"dup":68}],278:[function(require,module,exports){
|
|
26295
|
+
},{}],278:[function(require,module,exports){
|
|
25850
26296
|
arguments[4][68][0].apply(exports,arguments)
|
|
25851
26297
|
},{"dup":68}],279:[function(require,module,exports){
|
|
25852
26298
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -25869,6 +26315,10 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
25869
26315
|
},{"dup":68}],288:[function(require,module,exports){
|
|
25870
26316
|
arguments[4][68][0].apply(exports,arguments)
|
|
25871
26317
|
},{"dup":68}],289:[function(require,module,exports){
|
|
26318
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26319
|
+
},{"dup":68}],290:[function(require,module,exports){
|
|
26320
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26321
|
+
},{"dup":68}],291:[function(require,module,exports){
|
|
25872
26322
|
"use strict";
|
|
25873
26323
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25874
26324
|
exports.SpecifyingMethod = void 0;
|
|
@@ -25881,11 +26331,7 @@ var SpecifyingMethod;
|
|
|
25881
26331
|
SpecifyingMethod["AgentId"] = "AgentId";
|
|
25882
26332
|
})(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
|
|
25883
26333
|
|
|
25884
|
-
},{}],
|
|
25885
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25886
|
-
},{"dup":68}],291:[function(require,module,exports){
|
|
25887
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
25888
|
-
},{"dup":68}],292:[function(require,module,exports){
|
|
26334
|
+
},{}],292:[function(require,module,exports){
|
|
25889
26335
|
arguments[4][68][0].apply(exports,arguments)
|
|
25890
26336
|
},{"dup":68}],293:[function(require,module,exports){
|
|
25891
26337
|
arguments[4][68][0].apply(exports,arguments)
|
|
@@ -25914,6 +26360,10 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
25914
26360
|
},{"dup":68}],305:[function(require,module,exports){
|
|
25915
26361
|
arguments[4][68][0].apply(exports,arguments)
|
|
25916
26362
|
},{"dup":68}],306:[function(require,module,exports){
|
|
26363
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26364
|
+
},{"dup":68}],307:[function(require,module,exports){
|
|
26365
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26366
|
+
},{"dup":68}],308:[function(require,module,exports){
|
|
25917
26367
|
"use strict";
|
|
25918
26368
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25919
26369
|
exports.TransactionStatusType = void 0;
|
|
@@ -25928,7 +26378,7 @@ var TransactionStatusType;
|
|
|
25928
26378
|
TransactionStatusType["Expired"] = "Expired";
|
|
25929
26379
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
25930
26380
|
|
|
25931
|
-
},{}],
|
|
26381
|
+
},{}],309:[function(require,module,exports){
|
|
25932
26382
|
"use strict";
|
|
25933
26383
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25934
26384
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -25951,7 +26401,7 @@ var TransactionTasksExportationStatus;
|
|
|
25951
26401
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
25952
26402
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
25953
26403
|
|
|
25954
|
-
},{}],
|
|
26404
|
+
},{}],310:[function(require,module,exports){
|
|
25955
26405
|
"use strict";
|
|
25956
26406
|
/**
|
|
25957
26407
|
* 取引タイプ
|
|
@@ -25974,11 +26424,11 @@ var TransactionType;
|
|
|
25974
26424
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
25975
26425
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
25976
26426
|
|
|
25977
|
-
},{}],
|
|
26427
|
+
},{}],311:[function(require,module,exports){
|
|
25978
26428
|
arguments[4][68][0].apply(exports,arguments)
|
|
25979
|
-
},{"dup":68}],
|
|
26429
|
+
},{"dup":68}],312:[function(require,module,exports){
|
|
25980
26430
|
arguments[4][68][0].apply(exports,arguments)
|
|
25981
|
-
},{"dup":68}],
|
|
26431
|
+
},{"dup":68}],313:[function(require,module,exports){
|
|
25982
26432
|
"use strict";
|
|
25983
26433
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25984
26434
|
exports.Reason = void 0;
|
|
@@ -25997,7 +26447,7 @@ var Reason;
|
|
|
25997
26447
|
Reason["Seller"] = "Seller";
|
|
25998
26448
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
25999
26449
|
|
|
26000
|
-
},{}],
|
|
26450
|
+
},{}],314:[function(require,module,exports){
|
|
26001
26451
|
"use strict";
|
|
26002
26452
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26003
26453
|
exports.TripType = void 0;
|
|
@@ -26010,9 +26460,9 @@ var TripType;
|
|
|
26010
26460
|
TripType["Trip"] = "Trip";
|
|
26011
26461
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
26012
26462
|
|
|
26013
|
-
},{}],
|
|
26463
|
+
},{}],315:[function(require,module,exports){
|
|
26014
26464
|
arguments[4][68][0].apply(exports,arguments)
|
|
26015
|
-
},{"dup":68}],
|
|
26465
|
+
},{"dup":68}],316:[function(require,module,exports){
|
|
26016
26466
|
"use strict";
|
|
26017
26467
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26018
26468
|
exports.UnitCode = void 0;
|
|
@@ -26039,11 +26489,11 @@ var UnitCode;
|
|
|
26039
26489
|
UnitCode["Sec"] = "SEC";
|
|
26040
26490
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
26041
26491
|
|
|
26042
|
-
},{}],
|
|
26492
|
+
},{}],317:[function(require,module,exports){
|
|
26043
26493
|
arguments[4][68][0].apply(exports,arguments)
|
|
26044
|
-
},{"dup":68}],
|
|
26494
|
+
},{"dup":68}],318:[function(require,module,exports){
|
|
26045
26495
|
arguments[4][68][0].apply(exports,arguments)
|
|
26046
|
-
},{"dup":68}],
|
|
26496
|
+
},{"dup":68}],319:[function(require,module,exports){
|
|
26047
26497
|
"use strict";
|
|
26048
26498
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26049
26499
|
/**
|
|
@@ -26062,7 +26512,7 @@ var ErrorCode;
|
|
|
26062
26512
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
26063
26513
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
26064
26514
|
|
|
26065
|
-
},{}],
|
|
26515
|
+
},{}],320:[function(require,module,exports){
|
|
26066
26516
|
"use strict";
|
|
26067
26517
|
var __extends = (this && this.__extends) || (function () {
|
|
26068
26518
|
var extendStatics = function (d, b) {
|
|
@@ -26103,7 +26553,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
26103
26553
|
}(waiter_1.WaiterError));
|
|
26104
26554
|
exports.ArgumentError = ArgumentError;
|
|
26105
26555
|
|
|
26106
|
-
},{"../errorCode":
|
|
26556
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],321:[function(require,module,exports){
|
|
26107
26557
|
"use strict";
|
|
26108
26558
|
var __extends = (this && this.__extends) || (function () {
|
|
26109
26559
|
var extendStatics = function (d, b) {
|
|
@@ -26144,7 +26594,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
26144
26594
|
}(waiter_1.WaiterError));
|
|
26145
26595
|
exports.ArgumentNullError = ArgumentNullError;
|
|
26146
26596
|
|
|
26147
|
-
},{"../errorCode":
|
|
26597
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],322:[function(require,module,exports){
|
|
26148
26598
|
"use strict";
|
|
26149
26599
|
var __extends = (this && this.__extends) || (function () {
|
|
26150
26600
|
var extendStatics = function (d, b) {
|
|
@@ -26184,7 +26634,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
26184
26634
|
}(waiter_1.WaiterError));
|
|
26185
26635
|
exports.ForbiddenError = ForbiddenError;
|
|
26186
26636
|
|
|
26187
|
-
},{"../errorCode":
|
|
26637
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],323:[function(require,module,exports){
|
|
26188
26638
|
"use strict";
|
|
26189
26639
|
var __extends = (this && this.__extends) || (function () {
|
|
26190
26640
|
var extendStatics = function (d, b) {
|
|
@@ -26225,7 +26675,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
26225
26675
|
}(waiter_1.WaiterError));
|
|
26226
26676
|
exports.NotFoundError = NotFoundError;
|
|
26227
26677
|
|
|
26228
|
-
},{"../errorCode":
|
|
26678
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],324:[function(require,module,exports){
|
|
26229
26679
|
"use strict";
|
|
26230
26680
|
var __extends = (this && this.__extends) || (function () {
|
|
26231
26681
|
var extendStatics = function (d, b) {
|
|
@@ -26265,7 +26715,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
26265
26715
|
}(waiter_1.WaiterError));
|
|
26266
26716
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
26267
26717
|
|
|
26268
|
-
},{"../errorCode":
|
|
26718
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],325:[function(require,module,exports){
|
|
26269
26719
|
"use strict";
|
|
26270
26720
|
var __extends = (this && this.__extends) || (function () {
|
|
26271
26721
|
var extendStatics = function (d, b) {
|
|
@@ -26305,7 +26755,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
26305
26755
|
}(waiter_1.WaiterError));
|
|
26306
26756
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
26307
26757
|
|
|
26308
|
-
},{"../errorCode":
|
|
26758
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],326:[function(require,module,exports){
|
|
26309
26759
|
"use strict";
|
|
26310
26760
|
var __extends = (this && this.__extends) || (function () {
|
|
26311
26761
|
var extendStatics = function (d, b) {
|
|
@@ -26345,7 +26795,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
26345
26795
|
}(waiter_1.WaiterError));
|
|
26346
26796
|
exports.UnauthorizedError = UnauthorizedError;
|
|
26347
26797
|
|
|
26348
|
-
},{"../errorCode":
|
|
26798
|
+
},{"../errorCode":319,"./waiter":327,"setprototypeof":362}],327:[function(require,module,exports){
|
|
26349
26799
|
"use strict";
|
|
26350
26800
|
var __extends = (this && this.__extends) || (function () {
|
|
26351
26801
|
var extendStatics = function (d, b) {
|
|
@@ -26378,7 +26828,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
26378
26828
|
}(Error));
|
|
26379
26829
|
exports.WaiterError = WaiterError;
|
|
26380
26830
|
|
|
26381
|
-
},{}],
|
|
26831
|
+
},{}],328:[function(require,module,exports){
|
|
26382
26832
|
"use strict";
|
|
26383
26833
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26384
26834
|
/**
|
|
@@ -26401,15 +26851,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
|
|
|
26401
26851
|
var waiter_1 = require("./error/waiter");
|
|
26402
26852
|
exports.Waiter = waiter_1.WaiterError;
|
|
26403
26853
|
|
|
26404
|
-
},{"./error/argument":
|
|
26405
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26406
|
-
},{"dup":68}],328:[function(require,module,exports){
|
|
26407
|
-
arguments[4][68][0].apply(exports,arguments)
|
|
26408
|
-
},{"dup":68}],329:[function(require,module,exports){
|
|
26854
|
+
},{"./error/argument":320,"./error/argumentNull":321,"./error/forbidden":322,"./error/notFound":323,"./error/rateLimitExceeded":324,"./error/serviceUnavailable":325,"./error/unauthorized":326,"./error/waiter":327}],329:[function(require,module,exports){
|
|
26409
26855
|
arguments[4][68][0].apply(exports,arguments)
|
|
26410
26856
|
},{"dup":68}],330:[function(require,module,exports){
|
|
26411
26857
|
arguments[4][68][0].apply(exports,arguments)
|
|
26412
26858
|
},{"dup":68}],331:[function(require,module,exports){
|
|
26859
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26860
|
+
},{"dup":68}],332:[function(require,module,exports){
|
|
26861
|
+
arguments[4][68][0].apply(exports,arguments)
|
|
26862
|
+
},{"dup":68}],333:[function(require,module,exports){
|
|
26413
26863
|
"use strict";
|
|
26414
26864
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26415
26865
|
/**
|
|
@@ -26430,7 +26880,7 @@ exports.rule = rule;
|
|
|
26430
26880
|
var ruleSet = require("./factory/ruleSet");
|
|
26431
26881
|
exports.ruleSet = ruleSet;
|
|
26432
26882
|
|
|
26433
|
-
},{"./factory/client":
|
|
26883
|
+
},{"./factory/client":318,"./factory/errorCode":319,"./factory/errors":328,"./factory/passport":329,"./factory/project":330,"./factory/rule":331,"./factory/ruleSet":332}],334:[function(require,module,exports){
|
|
26434
26884
|
'use strict'
|
|
26435
26885
|
|
|
26436
26886
|
exports.byteLength = byteLength
|
|
@@ -26584,9 +27034,9 @@ function fromByteArray (uint8) {
|
|
|
26584
27034
|
return parts.join('')
|
|
26585
27035
|
}
|
|
26586
27036
|
|
|
26587
|
-
},{}],
|
|
27037
|
+
},{}],335:[function(require,module,exports){
|
|
26588
27038
|
|
|
26589
|
-
},{}],
|
|
27039
|
+
},{}],336:[function(require,module,exports){
|
|
26590
27040
|
(function (Buffer){
|
|
26591
27041
|
/*!
|
|
26592
27042
|
* The buffer module from node.js, for the browser.
|
|
@@ -28367,7 +28817,7 @@ function numberIsNaN (obj) {
|
|
|
28367
28817
|
}
|
|
28368
28818
|
|
|
28369
28819
|
}).call(this,require("buffer").Buffer)
|
|
28370
|
-
},{"base64-js":
|
|
28820
|
+
},{"base64-js":334,"buffer":336,"ieee754":350}],337:[function(require,module,exports){
|
|
28371
28821
|
'use strict';
|
|
28372
28822
|
|
|
28373
28823
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -28384,7 +28834,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
28384
28834
|
return intrinsic;
|
|
28385
28835
|
};
|
|
28386
28836
|
|
|
28387
|
-
},{"./":
|
|
28837
|
+
},{"./":338,"get-intrinsic":344}],338:[function(require,module,exports){
|
|
28388
28838
|
'use strict';
|
|
28389
28839
|
|
|
28390
28840
|
var bind = require('function-bind');
|
|
@@ -28433,7 +28883,7 @@ if ($defineProperty) {
|
|
|
28433
28883
|
module.exports.apply = applyBind;
|
|
28434
28884
|
}
|
|
28435
28885
|
|
|
28436
|
-
},{"function-bind":
|
|
28886
|
+
},{"function-bind":343,"get-intrinsic":344}],339:[function(require,module,exports){
|
|
28437
28887
|
/**
|
|
28438
28888
|
* Helpers.
|
|
28439
28889
|
*/
|
|
@@ -28597,7 +29047,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
28597
29047
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
28598
29048
|
}
|
|
28599
29049
|
|
|
28600
|
-
},{}],
|
|
29050
|
+
},{}],340:[function(require,module,exports){
|
|
28601
29051
|
(function (process){
|
|
28602
29052
|
"use strict";
|
|
28603
29053
|
|
|
@@ -28781,7 +29231,7 @@ formatters.j = function (v) {
|
|
|
28781
29231
|
|
|
28782
29232
|
|
|
28783
29233
|
}).call(this,require('_process'))
|
|
28784
|
-
},{"./common":
|
|
29234
|
+
},{"./common":341,"_process":353}],341:[function(require,module,exports){
|
|
28785
29235
|
"use strict";
|
|
28786
29236
|
|
|
28787
29237
|
/**
|
|
@@ -29032,7 +29482,7 @@ function setup(env) {
|
|
|
29032
29482
|
module.exports = setup;
|
|
29033
29483
|
|
|
29034
29484
|
|
|
29035
|
-
},{"ms":
|
|
29485
|
+
},{"ms":339}],342:[function(require,module,exports){
|
|
29036
29486
|
'use strict';
|
|
29037
29487
|
|
|
29038
29488
|
/* eslint no-invalid-this: 1 */
|
|
@@ -29086,14 +29536,14 @@ module.exports = function bind(that) {
|
|
|
29086
29536
|
return bound;
|
|
29087
29537
|
};
|
|
29088
29538
|
|
|
29089
|
-
},{}],
|
|
29539
|
+
},{}],343:[function(require,module,exports){
|
|
29090
29540
|
'use strict';
|
|
29091
29541
|
|
|
29092
29542
|
var implementation = require('./implementation');
|
|
29093
29543
|
|
|
29094
29544
|
module.exports = Function.prototype.bind || implementation;
|
|
29095
29545
|
|
|
29096
|
-
},{"./implementation":
|
|
29546
|
+
},{"./implementation":342}],344:[function(require,module,exports){
|
|
29097
29547
|
'use strict';
|
|
29098
29548
|
|
|
29099
29549
|
var undefined;
|
|
@@ -29425,7 +29875,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
29425
29875
|
return value;
|
|
29426
29876
|
};
|
|
29427
29877
|
|
|
29428
|
-
},{"function-bind":
|
|
29878
|
+
},{"function-bind":343,"has":347,"has-symbols":345}],345:[function(require,module,exports){
|
|
29429
29879
|
'use strict';
|
|
29430
29880
|
|
|
29431
29881
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -29440,7 +29890,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
29440
29890
|
return hasSymbolSham();
|
|
29441
29891
|
};
|
|
29442
29892
|
|
|
29443
|
-
},{"./shams":
|
|
29893
|
+
},{"./shams":346}],346:[function(require,module,exports){
|
|
29444
29894
|
'use strict';
|
|
29445
29895
|
|
|
29446
29896
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -29484,14 +29934,14 @@ module.exports = function hasSymbols() {
|
|
|
29484
29934
|
return true;
|
|
29485
29935
|
};
|
|
29486
29936
|
|
|
29487
|
-
},{}],
|
|
29937
|
+
},{}],347:[function(require,module,exports){
|
|
29488
29938
|
'use strict';
|
|
29489
29939
|
|
|
29490
29940
|
var bind = require('function-bind');
|
|
29491
29941
|
|
|
29492
29942
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
29493
29943
|
|
|
29494
|
-
},{"function-bind":
|
|
29944
|
+
},{"function-bind":343}],348:[function(require,module,exports){
|
|
29495
29945
|
// Generated by CoffeeScript 2.7.0
|
|
29496
29946
|
// # node-http-status
|
|
29497
29947
|
|
|
@@ -30122,13 +30572,13 @@ module.exports = {
|
|
|
30122
30572
|
}
|
|
30123
30573
|
};
|
|
30124
30574
|
|
|
30125
|
-
},{}],
|
|
30575
|
+
},{}],349:[function(require,module,exports){
|
|
30126
30576
|
(function (process,global){
|
|
30127
30577
|
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;
|
|
30128
30578
|
|
|
30129
30579
|
|
|
30130
30580
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
30131
|
-
},{"_process":
|
|
30581
|
+
},{"_process":353}],350:[function(require,module,exports){
|
|
30132
30582
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
30133
30583
|
var e, m
|
|
30134
30584
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -30214,7 +30664,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
30214
30664
|
buffer[offset + i - d] |= s * 128
|
|
30215
30665
|
}
|
|
30216
30666
|
|
|
30217
|
-
},{}],
|
|
30667
|
+
},{}],351:[function(require,module,exports){
|
|
30218
30668
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
30219
30669
|
// on the global object (window or self)
|
|
30220
30670
|
//
|
|
@@ -30222,7 +30672,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
30222
30672
|
require('whatwg-fetch');
|
|
30223
30673
|
module.exports = self.fetch.bind(self);
|
|
30224
30674
|
|
|
30225
|
-
},{"whatwg-fetch":
|
|
30675
|
+
},{"whatwg-fetch":364}],352:[function(require,module,exports){
|
|
30226
30676
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
30227
30677
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
30228
30678
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -30740,7 +31190,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
30740
31190
|
return xs;
|
|
30741
31191
|
}
|
|
30742
31192
|
|
|
30743
|
-
},{"./util.inspect":
|
|
31193
|
+
},{"./util.inspect":335}],353:[function(require,module,exports){
|
|
30744
31194
|
// shim for using process in browser
|
|
30745
31195
|
var process = module.exports = {};
|
|
30746
31196
|
|
|
@@ -30926,7 +31376,7 @@ process.chdir = function (dir) {
|
|
|
30926
31376
|
};
|
|
30927
31377
|
process.umask = function() { return 0; };
|
|
30928
31378
|
|
|
30929
|
-
},{}],
|
|
31379
|
+
},{}],354:[function(require,module,exports){
|
|
30930
31380
|
'use strict';
|
|
30931
31381
|
|
|
30932
31382
|
var replace = String.prototype.replace;
|
|
@@ -30951,7 +31401,7 @@ module.exports = {
|
|
|
30951
31401
|
RFC3986: Format.RFC3986
|
|
30952
31402
|
};
|
|
30953
31403
|
|
|
30954
|
-
},{}],
|
|
31404
|
+
},{}],355:[function(require,module,exports){
|
|
30955
31405
|
'use strict';
|
|
30956
31406
|
|
|
30957
31407
|
var stringify = require('./stringify');
|
|
@@ -30964,7 +31414,7 @@ module.exports = {
|
|
|
30964
31414
|
stringify: stringify
|
|
30965
31415
|
};
|
|
30966
31416
|
|
|
30967
|
-
},{"./formats":
|
|
31417
|
+
},{"./formats":354,"./parse":356,"./stringify":357}],356:[function(require,module,exports){
|
|
30968
31418
|
'use strict';
|
|
30969
31419
|
|
|
30970
31420
|
var utils = require('./utils');
|
|
@@ -31229,7 +31679,7 @@ module.exports = function (str, opts) {
|
|
|
31229
31679
|
return utils.compact(obj);
|
|
31230
31680
|
};
|
|
31231
31681
|
|
|
31232
|
-
},{"./utils":
|
|
31682
|
+
},{"./utils":358}],357:[function(require,module,exports){
|
|
31233
31683
|
'use strict';
|
|
31234
31684
|
|
|
31235
31685
|
var getSideChannel = require('side-channel');
|
|
@@ -31557,7 +32007,7 @@ module.exports = function (object, opts) {
|
|
|
31557
32007
|
return joined.length > 0 ? prefix + joined : '';
|
|
31558
32008
|
};
|
|
31559
32009
|
|
|
31560
|
-
},{"./formats":
|
|
32010
|
+
},{"./formats":354,"./utils":358,"side-channel":363}],358:[function(require,module,exports){
|
|
31561
32011
|
'use strict';
|
|
31562
32012
|
|
|
31563
32013
|
var formats = require('./formats');
|
|
@@ -31811,7 +32261,7 @@ module.exports = {
|
|
|
31811
32261
|
merge: merge
|
|
31812
32262
|
};
|
|
31813
32263
|
|
|
31814
|
-
},{"./formats":
|
|
32264
|
+
},{"./formats":354}],359:[function(require,module,exports){
|
|
31815
32265
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
31816
32266
|
//
|
|
31817
32267
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -31897,7 +32347,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
31897
32347
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
31898
32348
|
};
|
|
31899
32349
|
|
|
31900
|
-
},{}],
|
|
32350
|
+
},{}],360:[function(require,module,exports){
|
|
31901
32351
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
31902
32352
|
//
|
|
31903
32353
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -31984,13 +32434,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
31984
32434
|
return res;
|
|
31985
32435
|
};
|
|
31986
32436
|
|
|
31987
|
-
},{}],
|
|
32437
|
+
},{}],361:[function(require,module,exports){
|
|
31988
32438
|
'use strict';
|
|
31989
32439
|
|
|
31990
32440
|
exports.decode = exports.parse = require('./decode');
|
|
31991
32441
|
exports.encode = exports.stringify = require('./encode');
|
|
31992
32442
|
|
|
31993
|
-
},{"./decode":
|
|
32443
|
+
},{"./decode":359,"./encode":360}],362:[function(require,module,exports){
|
|
31994
32444
|
'use strict'
|
|
31995
32445
|
/* eslint no-proto: 0 */
|
|
31996
32446
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -32009,7 +32459,7 @@ function mixinProperties (obj, proto) {
|
|
|
32009
32459
|
return obj
|
|
32010
32460
|
}
|
|
32011
32461
|
|
|
32012
|
-
},{}],
|
|
32462
|
+
},{}],363:[function(require,module,exports){
|
|
32013
32463
|
'use strict';
|
|
32014
32464
|
|
|
32015
32465
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -32135,7 +32585,7 @@ module.exports = function getSideChannel() {
|
|
|
32135
32585
|
return channel;
|
|
32136
32586
|
};
|
|
32137
32587
|
|
|
32138
|
-
},{"call-bind/callBound":
|
|
32588
|
+
},{"call-bind/callBound":337,"get-intrinsic":344,"object-inspect":352}],364:[function(require,module,exports){
|
|
32139
32589
|
(function (global){
|
|
32140
32590
|
(function (global, factory) {
|
|
32141
32591
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|