@cinerino/sdk 9.0.0-alpha.0 → 9.0.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 +468 -832
- package/example/src/searchAggregations.ts +122 -0
- package/lib/abstract/chevrePay/payment.d.ts +0 -8
- package/lib/abstract/chevrePay/payment.js +0 -23
- package/lib/abstract/cinerino/default.d.ts +30 -34
- package/lib/abstract/cinerino/default.js +66 -78
- package/lib/abstract/cinerino/service/delivery.js +9 -7
- package/lib/abstract/cinerino/service/order.d.ts +7 -6
- package/lib/abstract/cinerino/service/order.js +21 -12
- package/lib/abstract/cinerino/service/person/ownershipInfo.d.ts +5 -102
- package/lib/abstract/cinerino/service/person/ownershipInfo.js +1 -203
- package/lib/abstract/cinerino/service/person.d.ts +1 -31
- package/lib/abstract/cinerino/service/person.js +53 -75
- package/lib/abstract/cloud/pay.d.ts +4 -0
- package/lib/abstract/cloud/pay.js +6 -0
- package/lib/abstract/service.d.ts +1 -1
- package/lib/abstract/service.js +1 -3
- package/lib/bundle.js +467 -831
- package/package.json +5 -5
- package/example/src/chevre/person/authorizeMyOwnershipInfo.ts +0 -51
- package/lib/abstract/cinerino/service/permit.d.ts +0 -47
- package/lib/abstract/cinerino/service/permit.js +0 -118
- package/lib/abstract/cinerino/service/transaction.d.ts +0 -26
- package/lib/abstract/cinerino/service/transaction.js +0 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
2
2
|
var cinerino = window.cinerino = require('./lib/browser.js');
|
|
3
|
-
},{"./lib/browser.js":
|
|
3
|
+
},{"./lib/browser.js":151}],2:[function(require,module,exports){
|
|
4
4
|
"use strict";
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
*/
|
|
19
19
|
__exportStar(require("./abstract/index"), exports);
|
|
20
20
|
|
|
21
|
-
},{"./abstract/index":
|
|
21
|
+
},{"./abstract/index":133}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
var __assign = (this && this.__assign) || function () {
|
|
24
24
|
__assign = Object.assign || function(t) {
|
|
@@ -1668,7 +1668,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
1668
1668
|
}(service_1.Service));
|
|
1669
1669
|
exports.AccountService = AccountService;
|
|
1670
1670
|
|
|
1671
|
-
},{"../service":
|
|
1671
|
+
},{"../service":137,"http-status":369}],6:[function(require,module,exports){
|
|
1672
1672
|
"use strict";
|
|
1673
1673
|
var __extends = (this && this.__extends) || (function () {
|
|
1674
1674
|
var extendStatics = function (d, b) {
|
|
@@ -2005,7 +2005,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
2005
2005
|
}(service_1.Service));
|
|
2006
2006
|
exports.AccountTitleService = AccountTitleService;
|
|
2007
2007
|
|
|
2008
|
-
},{"../factory":
|
|
2008
|
+
},{"../factory":132,"../service":137,"http-status":369}],7:[function(require,module,exports){
|
|
2009
2009
|
"use strict";
|
|
2010
2010
|
var __extends = (this && this.__extends) || (function () {
|
|
2011
2011
|
var extendStatics = function (d, b) {
|
|
@@ -2102,7 +2102,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
2102
2102
|
}(service_1.Service));
|
|
2103
2103
|
exports.AccountTransactionService = AccountTransactionService;
|
|
2104
2104
|
|
|
2105
|
-
},{"../service":
|
|
2105
|
+
},{"../service":137,"http-status":369}],8:[function(require,module,exports){
|
|
2106
2106
|
"use strict";
|
|
2107
2107
|
var __extends = (this && this.__extends) || (function () {
|
|
2108
2108
|
var extendStatics = function (d, b) {
|
|
@@ -2199,7 +2199,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
2199
2199
|
}(service_1.Service));
|
|
2200
2200
|
exports.AccountingReportService = AccountingReportService;
|
|
2201
2201
|
|
|
2202
|
-
},{"../service":
|
|
2202
|
+
},{"../service":137,"http-status":369}],9:[function(require,module,exports){
|
|
2203
2203
|
"use strict";
|
|
2204
2204
|
var __extends = (this && this.__extends) || (function () {
|
|
2205
2205
|
var extendStatics = function (d, b) {
|
|
@@ -2327,7 +2327,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
2327
2327
|
}(service_1.Service));
|
|
2328
2328
|
exports.ActionService = ActionService;
|
|
2329
2329
|
|
|
2330
|
-
},{"../service":
|
|
2330
|
+
},{"../service":137,"http-status":369}],10:[function(require,module,exports){
|
|
2331
2331
|
"use strict";
|
|
2332
2332
|
var __extends = (this && this.__extends) || (function () {
|
|
2333
2333
|
var extendStatics = function (d, b) {
|
|
@@ -2491,7 +2491,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
2491
2491
|
}(service_1.Service));
|
|
2492
2492
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
2493
2493
|
|
|
2494
|
-
},{"../service":
|
|
2494
|
+
},{"../service":137,"http-status":369}],11:[function(require,module,exports){
|
|
2495
2495
|
"use strict";
|
|
2496
2496
|
var __extends = (this && this.__extends) || (function () {
|
|
2497
2497
|
var extendStatics = function (d, b) {
|
|
@@ -2607,7 +2607,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
|
|
|
2607
2607
|
}(service_1.Service));
|
|
2608
2608
|
exports.AggregateOfferService = AggregateOfferService;
|
|
2609
2609
|
|
|
2610
|
-
},{"../service":
|
|
2610
|
+
},{"../service":137,"http-status":369}],12:[function(require,module,exports){
|
|
2611
2611
|
"use strict";
|
|
2612
2612
|
var __extends = (this && this.__extends) || (function () {
|
|
2613
2613
|
var extendStatics = function (d, b) {
|
|
@@ -2692,7 +2692,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
|
|
|
2692
2692
|
}(service_1.Service));
|
|
2693
2693
|
exports.AggregateReservationService = AggregateReservationService;
|
|
2694
2694
|
|
|
2695
|
-
},{"../service":
|
|
2695
|
+
},{"../service":137,"http-status":369}],13:[function(require,module,exports){
|
|
2696
2696
|
"use strict";
|
|
2697
2697
|
var __extends = (this && this.__extends) || (function () {
|
|
2698
2698
|
var extendStatics = function (d, b) {
|
|
@@ -2797,7 +2797,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
2797
2797
|
}(service_1.Service));
|
|
2798
2798
|
exports.AggregationService = AggregationService;
|
|
2799
2799
|
|
|
2800
|
-
},{"../service":
|
|
2800
|
+
},{"../service":137,"http-status":369}],14:[function(require,module,exports){
|
|
2801
2801
|
"use strict";
|
|
2802
2802
|
var __extends = (this && this.__extends) || (function () {
|
|
2803
2803
|
var extendStatics = function (d, b) {
|
|
@@ -2894,7 +2894,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
2894
2894
|
}(service_1.Service));
|
|
2895
2895
|
exports.AssetTransactionService = AssetTransactionService;
|
|
2896
2896
|
|
|
2897
|
-
},{"../service":
|
|
2897
|
+
},{"../service":137,"http-status":369}],15:[function(require,module,exports){
|
|
2898
2898
|
"use strict";
|
|
2899
2899
|
var __extends = (this && this.__extends) || (function () {
|
|
2900
2900
|
var extendStatics = function (d, b) {
|
|
@@ -3056,7 +3056,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
3056
3056
|
}(service_1.Service));
|
|
3057
3057
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
3058
3058
|
|
|
3059
|
-
},{"../../service":
|
|
3059
|
+
},{"../../service":137,"http-status":369}],16:[function(require,module,exports){
|
|
3060
3060
|
"use strict";
|
|
3061
3061
|
var __extends = (this && this.__extends) || (function () {
|
|
3062
3062
|
var extendStatics = function (d, b) {
|
|
@@ -3192,7 +3192,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3192
3192
|
}(service_1.Service));
|
|
3193
3193
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
3194
3194
|
|
|
3195
|
-
},{"../../factory":
|
|
3195
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],17:[function(require,module,exports){
|
|
3196
3196
|
"use strict";
|
|
3197
3197
|
var __extends = (this && this.__extends) || (function () {
|
|
3198
3198
|
var extendStatics = function (d, b) {
|
|
@@ -3417,7 +3417,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3417
3417
|
}(service_1.Service));
|
|
3418
3418
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
3419
3419
|
|
|
3420
|
-
},{"../../factory":
|
|
3420
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],18:[function(require,module,exports){
|
|
3421
3421
|
"use strict";
|
|
3422
3422
|
var __extends = (this && this.__extends) || (function () {
|
|
3423
3423
|
var extendStatics = function (d, b) {
|
|
@@ -3564,7 +3564,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3564
3564
|
}(service_1.Service));
|
|
3565
3565
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
3566
3566
|
|
|
3567
|
-
},{"../../factory":
|
|
3567
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],19:[function(require,module,exports){
|
|
3568
3568
|
"use strict";
|
|
3569
3569
|
var __extends = (this && this.__extends) || (function () {
|
|
3570
3570
|
var extendStatics = function (d, b) {
|
|
@@ -3711,7 +3711,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3711
3711
|
}(service_1.Service));
|
|
3712
3712
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
3713
3713
|
|
|
3714
|
-
},{"../../factory":
|
|
3714
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],20:[function(require,module,exports){
|
|
3715
3715
|
"use strict";
|
|
3716
3716
|
var __extends = (this && this.__extends) || (function () {
|
|
3717
3717
|
var extendStatics = function (d, b) {
|
|
@@ -3875,7 +3875,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
3875
3875
|
}(service_1.Service));
|
|
3876
3876
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
3877
3877
|
|
|
3878
|
-
},{"../../service":
|
|
3878
|
+
},{"../../service":137,"http-status":369}],21:[function(require,module,exports){
|
|
3879
3879
|
"use strict";
|
|
3880
3880
|
var __extends = (this && this.__extends) || (function () {
|
|
3881
3881
|
var extendStatics = function (d, b) {
|
|
@@ -3982,7 +3982,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
3982
3982
|
}(service_1.Service));
|
|
3983
3983
|
exports.AuthorizationService = AuthorizationService;
|
|
3984
3984
|
|
|
3985
|
-
},{"../service":
|
|
3985
|
+
},{"../service":137,"http-status":369}],22:[function(require,module,exports){
|
|
3986
3986
|
"use strict";
|
|
3987
3987
|
var __extends = (this && this.__extends) || (function () {
|
|
3988
3988
|
var extendStatics = function (d, b) {
|
|
@@ -4146,7 +4146,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
4146
4146
|
}(service_1.Service));
|
|
4147
4147
|
exports.CategoryCodeService = CategoryCodeService;
|
|
4148
4148
|
|
|
4149
|
-
},{"../service":
|
|
4149
|
+
},{"../service":137,"http-status":369}],23:[function(require,module,exports){
|
|
4150
4150
|
"use strict";
|
|
4151
4151
|
var __extends = (this && this.__extends) || (function () {
|
|
4152
4152
|
var extendStatics = function (d, b) {
|
|
@@ -4262,7 +4262,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
4262
4262
|
}(service_1.Service));
|
|
4263
4263
|
exports.CommentService = CommentService;
|
|
4264
4264
|
|
|
4265
|
-
},{"../service":
|
|
4265
|
+
},{"../service":137,"http-status":369}],24:[function(require,module,exports){
|
|
4266
4266
|
"use strict";
|
|
4267
4267
|
var __extends = (this && this.__extends) || (function () {
|
|
4268
4268
|
var extendStatics = function (d, b) {
|
|
@@ -4440,7 +4440,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
4440
4440
|
}(service_1.Service));
|
|
4441
4441
|
exports.CreativeWorkService = CreativeWorkService;
|
|
4442
4442
|
|
|
4443
|
-
},{"../service":
|
|
4443
|
+
},{"../service":137,"http-status":369}],25:[function(require,module,exports){
|
|
4444
4444
|
"use strict";
|
|
4445
4445
|
var __extends = (this && this.__extends) || (function () {
|
|
4446
4446
|
var extendStatics = function (d, b) {
|
|
@@ -4618,7 +4618,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
4618
4618
|
}(service_1.Service));
|
|
4619
4619
|
exports.CustomerService = CustomerService;
|
|
4620
4620
|
|
|
4621
|
-
},{"../service":
|
|
4621
|
+
},{"../service":137,"http-status":369}],26:[function(require,module,exports){
|
|
4622
4622
|
"use strict";
|
|
4623
4623
|
var __extends = (this && this.__extends) || (function () {
|
|
4624
4624
|
var extendStatics = function (d, b) {
|
|
@@ -4706,7 +4706,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
|
|
|
4706
4706
|
}(service_1.Service));
|
|
4707
4707
|
exports.CustomerTypeService = CustomerTypeService;
|
|
4708
4708
|
|
|
4709
|
-
},{"../service":
|
|
4709
|
+
},{"../service":137,"http-status":369}],27:[function(require,module,exports){
|
|
4710
4710
|
"use strict";
|
|
4711
4711
|
var __extends = (this && this.__extends) || (function () {
|
|
4712
4712
|
var extendStatics = function (d, b) {
|
|
@@ -4880,7 +4880,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
4880
4880
|
}(service_1.Service));
|
|
4881
4881
|
exports.EmailMessageService = EmailMessageService;
|
|
4882
4882
|
|
|
4883
|
-
},{"../service":
|
|
4883
|
+
},{"../service":137,"http-status":369}],28:[function(require,module,exports){
|
|
4884
4884
|
"use strict";
|
|
4885
4885
|
var __extends = (this && this.__extends) || (function () {
|
|
4886
4886
|
var extendStatics = function (d, b) {
|
|
@@ -5173,7 +5173,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
5173
5173
|
}(service_1.Service));
|
|
5174
5174
|
exports.EventService = EventService;
|
|
5175
5175
|
|
|
5176
|
-
},{"../factory":
|
|
5176
|
+
},{"../factory":132,"../service":137,"http-status":369}],29:[function(require,module,exports){
|
|
5177
5177
|
"use strict";
|
|
5178
5178
|
var __extends = (this && this.__extends) || (function () {
|
|
5179
5179
|
var extendStatics = function (d, b) {
|
|
@@ -5510,7 +5510,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
5510
5510
|
}(service_1.Service));
|
|
5511
5511
|
exports.IAMService = IAMService;
|
|
5512
5512
|
|
|
5513
|
-
},{"../service":
|
|
5513
|
+
},{"../service":137,"http-status":369}],30:[function(require,module,exports){
|
|
5514
5514
|
"use strict";
|
|
5515
5515
|
var __extends = (this && this.__extends) || (function () {
|
|
5516
5516
|
var extendStatics = function (d, b) {
|
|
@@ -5636,7 +5636,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
5636
5636
|
}(service_1.Service));
|
|
5637
5637
|
exports.MeService = MeService;
|
|
5638
5638
|
|
|
5639
|
-
},{"../service":
|
|
5639
|
+
},{"../service":137,"http-status":369}],31:[function(require,module,exports){
|
|
5640
5640
|
"use strict";
|
|
5641
5641
|
var __extends = (this && this.__extends) || (function () {
|
|
5642
5642
|
var extendStatics = function (d, b) {
|
|
@@ -5725,7 +5725,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
5725
5725
|
}(service_1.Service));
|
|
5726
5726
|
exports.MemberService = MemberService;
|
|
5727
5727
|
|
|
5728
|
-
},{"../factory":
|
|
5728
|
+
},{"../factory":132,"../service":137,"http-status":369}],32:[function(require,module,exports){
|
|
5729
5729
|
"use strict";
|
|
5730
5730
|
var __extends = (this && this.__extends) || (function () {
|
|
5731
5731
|
var extendStatics = function (d, b) {
|
|
@@ -5883,7 +5883,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
5883
5883
|
}(service_1.Service));
|
|
5884
5884
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
5885
5885
|
|
|
5886
|
-
},{"../service":
|
|
5886
|
+
},{"../service":137,"http-status":369}],33:[function(require,module,exports){
|
|
5887
5887
|
"use strict";
|
|
5888
5888
|
var __extends = (this && this.__extends) || (function () {
|
|
5889
5889
|
var extendStatics = function (d, b) {
|
|
@@ -5968,7 +5968,7 @@ var MessageService = /** @class */ (function (_super) {
|
|
|
5968
5968
|
}(service_1.Service));
|
|
5969
5969
|
exports.MessageService = MessageService;
|
|
5970
5970
|
|
|
5971
|
-
},{"../service":
|
|
5971
|
+
},{"../service":137,"http-status":369}],34:[function(require,module,exports){
|
|
5972
5972
|
"use strict";
|
|
5973
5973
|
var __extends = (this && this.__extends) || (function () {
|
|
5974
5974
|
var extendStatics = function (d, b) {
|
|
@@ -6090,7 +6090,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
6090
6090
|
}(service_1.Service));
|
|
6091
6091
|
exports.NoteService = NoteService;
|
|
6092
6092
|
|
|
6093
|
-
},{"../service":
|
|
6093
|
+
},{"../service":137,"http-status":369}],35:[function(require,module,exports){
|
|
6094
6094
|
"use strict";
|
|
6095
6095
|
var __extends = (this && this.__extends) || (function () {
|
|
6096
6096
|
var extendStatics = function (d, b) {
|
|
@@ -6235,7 +6235,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
6235
6235
|
}(service_1.Service));
|
|
6236
6236
|
exports.OfferService = OfferService;
|
|
6237
6237
|
|
|
6238
|
-
},{"../service":
|
|
6238
|
+
},{"../service":137,"http-status":369}],36:[function(require,module,exports){
|
|
6239
6239
|
"use strict";
|
|
6240
6240
|
var __extends = (this && this.__extends) || (function () {
|
|
6241
6241
|
var extendStatics = function (d, b) {
|
|
@@ -6482,7 +6482,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
6482
6482
|
}(service_1.Service));
|
|
6483
6483
|
exports.OfferCatalogService = OfferCatalogService;
|
|
6484
6484
|
|
|
6485
|
-
},{"../service":
|
|
6485
|
+
},{"../service":137,"http-status":369}],37:[function(require,module,exports){
|
|
6486
6486
|
"use strict";
|
|
6487
6487
|
var __extends = (this && this.__extends) || (function () {
|
|
6488
6488
|
var extendStatics = function (d, b) {
|
|
@@ -6683,7 +6683,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
6683
6683
|
}(service_1.Service));
|
|
6684
6684
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
6685
6685
|
|
|
6686
|
-
},{"../service":
|
|
6686
|
+
},{"../service":137,"http-status":369}],38:[function(require,module,exports){
|
|
6687
6687
|
"use strict";
|
|
6688
6688
|
var __extends = (this && this.__extends) || (function () {
|
|
6689
6689
|
var extendStatics = function (d, b) {
|
|
@@ -6841,7 +6841,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
|
|
|
6841
6841
|
}(service_1.Service));
|
|
6842
6842
|
exports.OfferItemConditionService = OfferItemConditionService;
|
|
6843
6843
|
|
|
6844
|
-
},{"../service":
|
|
6844
|
+
},{"../service":137,"http-status":369}],39:[function(require,module,exports){
|
|
6845
6845
|
"use strict";
|
|
6846
6846
|
var __extends = (this && this.__extends) || (function () {
|
|
6847
6847
|
var extendStatics = function (d, b) {
|
|
@@ -7153,7 +7153,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
7153
7153
|
}(service_1.Service));
|
|
7154
7154
|
exports.OrderService = OrderService;
|
|
7155
7155
|
|
|
7156
|
-
},{"../factory":
|
|
7156
|
+
},{"../factory":132,"../service":137,"http-status":369}],40:[function(require,module,exports){
|
|
7157
7157
|
"use strict";
|
|
7158
7158
|
var __extends = (this && this.__extends) || (function () {
|
|
7159
7159
|
var extendStatics = function (d, b) {
|
|
@@ -7250,7 +7250,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
7250
7250
|
}(service_1.Service));
|
|
7251
7251
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
7252
7252
|
|
|
7253
|
-
},{"../service":
|
|
7253
|
+
},{"../service":137,"http-status":369}],41:[function(require,module,exports){
|
|
7254
7254
|
"use strict";
|
|
7255
7255
|
var __extends = (this && this.__extends) || (function () {
|
|
7256
7256
|
var extendStatics = function (d, b) {
|
|
@@ -7428,7 +7428,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
7428
7428
|
}(service_1.Service));
|
|
7429
7429
|
exports.PaymentProductService = PaymentProductService;
|
|
7430
7430
|
|
|
7431
|
-
},{"../service":
|
|
7431
|
+
},{"../service":137,"http-status":369}],42:[function(require,module,exports){
|
|
7432
7432
|
"use strict";
|
|
7433
7433
|
var __extends = (this && this.__extends) || (function () {
|
|
7434
7434
|
var extendStatics = function (d, b) {
|
|
@@ -7516,7 +7516,7 @@ var PermissionService = /** @class */ (function (_super) {
|
|
|
7516
7516
|
}(service_1.Service));
|
|
7517
7517
|
exports.PermissionService = PermissionService;
|
|
7518
7518
|
|
|
7519
|
-
},{"../service":
|
|
7519
|
+
},{"../service":137,"http-status":369}],43:[function(require,module,exports){
|
|
7520
7520
|
"use strict";
|
|
7521
7521
|
var __extends = (this && this.__extends) || (function () {
|
|
7522
7522
|
var extendStatics = function (d, b) {
|
|
@@ -7672,7 +7672,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
7672
7672
|
}(service_1.Service));
|
|
7673
7673
|
exports.PermitService = PermitService;
|
|
7674
7674
|
|
|
7675
|
-
},{"../service":
|
|
7675
|
+
},{"../service":137,"http-status":369}],44:[function(require,module,exports){
|
|
7676
7676
|
"use strict";
|
|
7677
7677
|
var __extends = (this && this.__extends) || (function () {
|
|
7678
7678
|
var extendStatics = function (d, b) {
|
|
@@ -7908,7 +7908,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
7908
7908
|
}(service_1.Service));
|
|
7909
7909
|
exports.PersonService = PersonService;
|
|
7910
7910
|
|
|
7911
|
-
},{"../service":
|
|
7911
|
+
},{"../service":137,"http-status":369}],45:[function(require,module,exports){
|
|
7912
7912
|
"use strict";
|
|
7913
7913
|
var __extends = (this && this.__extends) || (function () {
|
|
7914
7914
|
var extendStatics = function (d, b) {
|
|
@@ -8159,7 +8159,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
8159
8159
|
}(service_1.Service));
|
|
8160
8160
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
8161
8161
|
|
|
8162
|
-
},{"../../service":
|
|
8162
|
+
},{"../../service":137,"http-status":369}],46:[function(require,module,exports){
|
|
8163
8163
|
"use strict";
|
|
8164
8164
|
var __extends = (this && this.__extends) || (function () {
|
|
8165
8165
|
var extendStatics = function (d, b) {
|
|
@@ -8662,7 +8662,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
8662
8662
|
}(service_1.Service));
|
|
8663
8663
|
exports.PlaceService = PlaceService;
|
|
8664
8664
|
|
|
8665
|
-
},{"../factory":
|
|
8665
|
+
},{"../factory":132,"../service":137,"http-status":369}],47:[function(require,module,exports){
|
|
8666
8666
|
"use strict";
|
|
8667
8667
|
var __extends = (this && this.__extends) || (function () {
|
|
8668
8668
|
var extendStatics = function (d, b) {
|
|
@@ -8798,7 +8798,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
8798
8798
|
}(service_1.Service));
|
|
8799
8799
|
exports.HasPOSService = HasPOSService;
|
|
8800
8800
|
|
|
8801
|
-
},{"../../factory":
|
|
8801
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],48:[function(require,module,exports){
|
|
8802
8802
|
"use strict";
|
|
8803
8803
|
var __extends = (this && this.__extends) || (function () {
|
|
8804
8804
|
var extendStatics = function (d, b) {
|
|
@@ -8962,7 +8962,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
8962
8962
|
}(service_1.Service));
|
|
8963
8963
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
8964
8964
|
|
|
8965
|
-
},{"../service":
|
|
8965
|
+
},{"../service":137,"http-status":369}],49:[function(require,module,exports){
|
|
8966
8966
|
"use strict";
|
|
8967
8967
|
var __extends = (this && this.__extends) || (function () {
|
|
8968
8968
|
var extendStatics = function (d, b) {
|
|
@@ -9180,7 +9180,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
9180
9180
|
}(service_1.Service));
|
|
9181
9181
|
exports.ProductService = ProductService;
|
|
9182
9182
|
|
|
9183
|
-
},{"../service":
|
|
9183
|
+
},{"../service":137,"http-status":369}],50:[function(require,module,exports){
|
|
9184
9184
|
"use strict";
|
|
9185
9185
|
var __extends = (this && this.__extends) || (function () {
|
|
9186
9186
|
var extendStatics = function (d, b) {
|
|
@@ -9314,7 +9314,7 @@ var ProductModelService = /** @class */ (function (_super) {
|
|
|
9314
9314
|
}(service_1.Service));
|
|
9315
9315
|
exports.ProductModelService = ProductModelService;
|
|
9316
9316
|
|
|
9317
|
-
},{"../service":
|
|
9317
|
+
},{"../service":137,"http-status":369}],51:[function(require,module,exports){
|
|
9318
9318
|
"use strict";
|
|
9319
9319
|
var __extends = (this && this.__extends) || (function () {
|
|
9320
9320
|
var extendStatics = function (d, b) {
|
|
@@ -9485,7 +9485,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
9485
9485
|
}(service_1.Service));
|
|
9486
9486
|
exports.ProjectService = ProjectService;
|
|
9487
9487
|
|
|
9488
|
-
},{"../service":
|
|
9488
|
+
},{"../service":137,"http-status":369}],52:[function(require,module,exports){
|
|
9489
9489
|
"use strict";
|
|
9490
9490
|
var __extends = (this && this.__extends) || (function () {
|
|
9491
9491
|
var extendStatics = function (d, b) {
|
|
@@ -9620,7 +9620,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
|
|
|
9620
9620
|
}(service_1.Service));
|
|
9621
9621
|
exports.ProjectMakesOfferService = ProjectMakesOfferService;
|
|
9622
9622
|
|
|
9623
|
-
},{"../service":
|
|
9623
|
+
},{"../service":137,"http-status":369}],53:[function(require,module,exports){
|
|
9624
9624
|
"use strict";
|
|
9625
9625
|
var __extends = (this && this.__extends) || (function () {
|
|
9626
9626
|
var extendStatics = function (d, b) {
|
|
@@ -9799,7 +9799,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
9799
9799
|
}(service_1.Service));
|
|
9800
9800
|
exports.ReservationService = ReservationService;
|
|
9801
9801
|
|
|
9802
|
-
},{"../service":
|
|
9802
|
+
},{"../service":137,"http-status":369}],54:[function(require,module,exports){
|
|
9803
9803
|
"use strict";
|
|
9804
9804
|
var __extends = (this && this.__extends) || (function () {
|
|
9805
9805
|
var extendStatics = function (d, b) {
|
|
@@ -10317,7 +10317,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
10317
10317
|
}(service_1.Service));
|
|
10318
10318
|
exports.SellerService = SellerService;
|
|
10319
10319
|
|
|
10320
|
-
},{"../service":
|
|
10320
|
+
},{"../service":137,"http-status":369}],55:[function(require,module,exports){
|
|
10321
10321
|
"use strict";
|
|
10322
10322
|
var __extends = (this && this.__extends) || (function () {
|
|
10323
10323
|
var extendStatics = function (d, b) {
|
|
@@ -10451,7 +10451,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
10451
10451
|
}(service_1.Service));
|
|
10452
10452
|
exports.TaskService = TaskService;
|
|
10453
10453
|
|
|
10454
|
-
},{"../service":
|
|
10454
|
+
},{"../service":137,"http-status":369}],56:[function(require,module,exports){
|
|
10455
10455
|
"use strict";
|
|
10456
10456
|
var __extends = (this && this.__extends) || (function () {
|
|
10457
10457
|
var extendStatics = function (d, b) {
|
|
@@ -10536,7 +10536,7 @@ var TicketService = /** @class */ (function (_super) {
|
|
|
10536
10536
|
}(service_1.Service));
|
|
10537
10537
|
exports.TicketService = TicketService;
|
|
10538
10538
|
|
|
10539
|
-
},{"../service":
|
|
10539
|
+
},{"../service":137,"http-status":369}],57:[function(require,module,exports){
|
|
10540
10540
|
"use strict";
|
|
10541
10541
|
var __extends = (this && this.__extends) || (function () {
|
|
10542
10542
|
var extendStatics = function (d, b) {
|
|
@@ -10624,7 +10624,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
10624
10624
|
}(service_1.Service));
|
|
10625
10625
|
exports.TokenService = TokenService;
|
|
10626
10626
|
|
|
10627
|
-
},{"../service":
|
|
10627
|
+
},{"../service":137,"http-status":369}],58:[function(require,module,exports){
|
|
10628
10628
|
"use strict";
|
|
10629
10629
|
var __extends = (this && this.__extends) || (function () {
|
|
10630
10630
|
var extendStatics = function (d, b) {
|
|
@@ -10712,7 +10712,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
10712
10712
|
}(service_1.Service));
|
|
10713
10713
|
exports.TransactionNumberService = TransactionNumberService;
|
|
10714
10714
|
|
|
10715
|
-
},{"../service":
|
|
10715
|
+
},{"../service":137,"http-status":369}],59:[function(require,module,exports){
|
|
10716
10716
|
"use strict";
|
|
10717
10717
|
var __extends = (this && this.__extends) || (function () {
|
|
10718
10718
|
var extendStatics = function (d, b) {
|
|
@@ -10844,7 +10844,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
10844
10844
|
}(service_1.Service));
|
|
10845
10845
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
10846
10846
|
|
|
10847
|
-
},{"../../factory":
|
|
10847
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],60:[function(require,module,exports){
|
|
10848
10848
|
"use strict";
|
|
10849
10849
|
var __extends = (this && this.__extends) || (function () {
|
|
10850
10850
|
var extendStatics = function (d, b) {
|
|
@@ -10976,7 +10976,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
10976
10976
|
}(service_1.Service));
|
|
10977
10977
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
10978
10978
|
|
|
10979
|
-
},{"../../factory":
|
|
10979
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],61:[function(require,module,exports){
|
|
10980
10980
|
"use strict";
|
|
10981
10981
|
var __extends = (this && this.__extends) || (function () {
|
|
10982
10982
|
var extendStatics = function (d, b) {
|
|
@@ -11076,7 +11076,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
11076
11076
|
}(service_1.Service));
|
|
11077
11077
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
11078
11078
|
|
|
11079
|
-
},{"../../factory":
|
|
11079
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],62:[function(require,module,exports){
|
|
11080
11080
|
"use strict";
|
|
11081
11081
|
var __extends = (this && this.__extends) || (function () {
|
|
11082
11082
|
var extendStatics = function (d, b) {
|
|
@@ -11249,7 +11249,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
11249
11249
|
}(service_1.Service));
|
|
11250
11250
|
exports.TripService = TripService;
|
|
11251
11251
|
|
|
11252
|
-
},{"../service":
|
|
11252
|
+
},{"../service":137,"http-status":369}],63:[function(require,module,exports){
|
|
11253
11253
|
"use strict";
|
|
11254
11254
|
var __extends = (this && this.__extends) || (function () {
|
|
11255
11255
|
var extendStatics = function (d, b) {
|
|
@@ -11382,7 +11382,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
11382
11382
|
}(service_1.Service));
|
|
11383
11383
|
exports.UserPoolService = UserPoolService;
|
|
11384
11384
|
|
|
11385
|
-
},{"../service":
|
|
11385
|
+
},{"../service":137,"http-status":369}],64:[function(require,module,exports){
|
|
11386
11386
|
"use strict";
|
|
11387
11387
|
var __assign = (this && this.__assign) || function () {
|
|
11388
11388
|
__assign = Object.assign || function(t) {
|
|
@@ -11812,7 +11812,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
11812
11812
|
}(service_1.Service));
|
|
11813
11813
|
exports.OrderService = OrderService;
|
|
11814
11814
|
|
|
11815
|
-
},{"../factory":
|
|
11815
|
+
},{"../factory":132,"../service":137,"http-status":369}],66:[function(require,module,exports){
|
|
11816
11816
|
"use strict";
|
|
11817
11817
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11818
11818
|
|
|
@@ -11944,7 +11944,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
11944
11944
|
}(service_1.Service));
|
|
11945
11945
|
exports.PermitService = PermitService;
|
|
11946
11946
|
|
|
11947
|
-
},{"../service":
|
|
11947
|
+
},{"../service":137,"http-status":369}],68:[function(require,module,exports){
|
|
11948
11948
|
"use strict";
|
|
11949
11949
|
var __extends = (this && this.__extends) || (function () {
|
|
11950
11950
|
var extendStatics = function (d, b) {
|
|
@@ -12133,9 +12133,9 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
12133
12133
|
}(service_1.Service));
|
|
12134
12134
|
exports.PersonService = PersonService;
|
|
12135
12135
|
|
|
12136
|
-
},{"../service":
|
|
12136
|
+
},{"../service":137,"http-status":369}],69:[function(require,module,exports){
|
|
12137
12137
|
arguments[4][45][0].apply(exports,arguments)
|
|
12138
|
-
},{"../../service":
|
|
12138
|
+
},{"../../service":137,"dup":45,"http-status":369}],70:[function(require,module,exports){
|
|
12139
12139
|
"use strict";
|
|
12140
12140
|
var __extends = (this && this.__extends) || (function () {
|
|
12141
12141
|
var extendStatics = function (d, b) {
|
|
@@ -12243,9 +12243,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
12243
12243
|
}(service_1.Service));
|
|
12244
12244
|
exports.ReservationService = ReservationService;
|
|
12245
12245
|
|
|
12246
|
-
},{"../service":
|
|
12246
|
+
},{"../service":137,"http-status":369}],71:[function(require,module,exports){
|
|
12247
12247
|
arguments[4][57][0].apply(exports,arguments)
|
|
12248
|
-
},{"../service":
|
|
12248
|
+
},{"../service":137,"dup":57,"http-status":369}],72:[function(require,module,exports){
|
|
12249
12249
|
"use strict";
|
|
12250
12250
|
var __assign = (this && this.__assign) || function () {
|
|
12251
12251
|
__assign = Object.assign || function(t) {
|
|
@@ -12427,7 +12427,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
12427
12427
|
}(service_1.Service));
|
|
12428
12428
|
exports.TokenService = TokenService;
|
|
12429
12429
|
|
|
12430
|
-
},{"../service":
|
|
12430
|
+
},{"../service":137,"http-status":369}],74:[function(require,module,exports){
|
|
12431
12431
|
"use strict";
|
|
12432
12432
|
var __assign = (this && this.__assign) || function () {
|
|
12433
12433
|
__assign = Object.assign || function(t) {
|
|
@@ -12736,29 +12736,6 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
12736
12736
|
});
|
|
12737
12737
|
});
|
|
12738
12738
|
};
|
|
12739
|
-
/**
|
|
12740
|
-
* 決済ロケーション発行
|
|
12741
|
-
* @deprecated Use publishCreditCardPaymentUrlAsync
|
|
12742
|
-
*/
|
|
12743
|
-
PaymentService.prototype.publishCreditCardPaymentUrl = function (params) {
|
|
12744
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
12745
|
-
var _this = this;
|
|
12746
|
-
return __generator(this, function (_a) {
|
|
12747
|
-
return [2 /*return*/, this.fetch({
|
|
12748
|
-
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.CreditCard + "/publishPaymentUrl",
|
|
12749
|
-
method: 'POST',
|
|
12750
|
-
expectedStatusCodes: [http_status_1.OK],
|
|
12751
|
-
body: params,
|
|
12752
|
-
qs: {
|
|
12753
|
-
purpose: { id: params.purpose.id } // 追加(2024-04-01~)
|
|
12754
|
-
}
|
|
12755
|
-
})
|
|
12756
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
12757
|
-
return [2 /*return*/, response.json()];
|
|
12758
|
-
}); }); })];
|
|
12759
|
-
});
|
|
12760
|
-
});
|
|
12761
|
-
};
|
|
12762
12739
|
/**
|
|
12763
12740
|
* 決済ロケーション発行(非同期)
|
|
12764
12741
|
*/
|
|
@@ -12946,7 +12923,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
12946
12923
|
}(service_1.Service));
|
|
12947
12924
|
exports.PaymentService = PaymentService;
|
|
12948
12925
|
|
|
12949
|
-
},{"../factory":
|
|
12926
|
+
},{"../factory":132,"../service":137,"http-status":369}],76:[function(require,module,exports){
|
|
12950
12927
|
arguments[4][66][0].apply(exports,arguments)
|
|
12951
12928
|
},{"dup":66}],77:[function(require,module,exports){
|
|
12952
12929
|
"use strict";
|
|
@@ -13230,7 +13207,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
13230
13207
|
}(service_1.Service));
|
|
13231
13208
|
exports.OfferService = OfferService;
|
|
13232
13209
|
|
|
13233
|
-
},{"../factory":
|
|
13210
|
+
},{"../factory":132,"../service":137,"http-status":369}],79:[function(require,module,exports){
|
|
13234
13211
|
"use strict";
|
|
13235
13212
|
var __assign = (this && this.__assign) || function () {
|
|
13236
13213
|
__assign = Object.assign || function(t) {
|
|
@@ -13546,7 +13523,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
13546
13523
|
}(service_1.Service));
|
|
13547
13524
|
exports.OfferService = OfferService;
|
|
13548
13525
|
|
|
13549
|
-
},{"../factory":
|
|
13526
|
+
},{"../factory":132,"../service":137,"http-status":369}],81:[function(require,module,exports){
|
|
13550
13527
|
"use strict";
|
|
13551
13528
|
var __extends = (this && this.__extends) || (function () {
|
|
13552
13529
|
var extendStatics = function (d, b) {
|
|
@@ -13696,7 +13673,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
13696
13673
|
}(service_1.Service));
|
|
13697
13674
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
13698
13675
|
|
|
13699
|
-
},{"../../factory":
|
|
13676
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],82:[function(require,module,exports){
|
|
13700
13677
|
"use strict";
|
|
13701
13678
|
var __extends = (this && this.__extends) || (function () {
|
|
13702
13679
|
var extendStatics = function (d, b) {
|
|
@@ -13899,7 +13876,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
13899
13876
|
}(service_1.Service));
|
|
13900
13877
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
13901
13878
|
|
|
13902
|
-
},{"../../factory":
|
|
13879
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],83:[function(require,module,exports){
|
|
13903
13880
|
arguments[4][66][0].apply(exports,arguments)
|
|
13904
13881
|
},{"dup":66}],84:[function(require,module,exports){
|
|
13905
13882
|
"use strict";
|
|
@@ -14067,7 +14044,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
14067
14044
|
}(service_1.Service));
|
|
14068
14045
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
14069
14046
|
|
|
14070
|
-
},{"../../factory":
|
|
14047
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],85:[function(require,module,exports){
|
|
14071
14048
|
"use strict";
|
|
14072
14049
|
var __extends = (this && this.__extends) || (function () {
|
|
14073
14050
|
var extendStatics = function (d, b) {
|
|
@@ -14164,7 +14141,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
14164
14141
|
}(service_1.Service));
|
|
14165
14142
|
exports.CategoryCodeService = CategoryCodeService;
|
|
14166
14143
|
|
|
14167
|
-
},{"../service":
|
|
14144
|
+
},{"../service":137,"http-status":369}],86:[function(require,module,exports){
|
|
14168
14145
|
"use strict";
|
|
14169
14146
|
var __extends = (this && this.__extends) || (function () {
|
|
14170
14147
|
var extendStatics = function (d, b) {
|
|
@@ -14258,7 +14235,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
14258
14235
|
}(service_1.Service));
|
|
14259
14236
|
exports.CreativeWorkService = CreativeWorkService;
|
|
14260
14237
|
|
|
14261
|
-
},{"../service":
|
|
14238
|
+
},{"../service":137,"http-status":369}],87:[function(require,module,exports){
|
|
14262
14239
|
"use strict";
|
|
14263
14240
|
var __extends = (this && this.__extends) || (function () {
|
|
14264
14241
|
var extendStatics = function (d, b) {
|
|
@@ -14355,7 +14332,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
14355
14332
|
}(service_1.Service));
|
|
14356
14333
|
exports.EmailMessageService = EmailMessageService;
|
|
14357
14334
|
|
|
14358
|
-
},{"../service":
|
|
14335
|
+
},{"../service":137,"http-status":369}],88:[function(require,module,exports){
|
|
14359
14336
|
"use strict";
|
|
14360
14337
|
var __extends = (this && this.__extends) || (function () {
|
|
14361
14338
|
var extendStatics = function (d, b) {
|
|
@@ -14614,7 +14591,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
14614
14591
|
}(service_1.Service));
|
|
14615
14592
|
exports.EventService = EventService;
|
|
14616
14593
|
|
|
14617
|
-
},{"../service":
|
|
14594
|
+
},{"../service":137,"http-status":369}],89:[function(require,module,exports){
|
|
14618
14595
|
"use strict";
|
|
14619
14596
|
var __extends = (this && this.__extends) || (function () {
|
|
14620
14597
|
var extendStatics = function (d, b) {
|
|
@@ -14824,7 +14801,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
14824
14801
|
}(service_1.Service));
|
|
14825
14802
|
exports.PlaceService = PlaceService;
|
|
14826
14803
|
|
|
14827
|
-
},{"../factory":
|
|
14804
|
+
},{"../factory":132,"../service":137,"http-status":369}],90:[function(require,module,exports){
|
|
14828
14805
|
"use strict";
|
|
14829
14806
|
var __extends = (this && this.__extends) || (function () {
|
|
14830
14807
|
var extendStatics = function (d, b) {
|
|
@@ -14910,7 +14887,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
14910
14887
|
}(service_1.Service));
|
|
14911
14888
|
exports.HasPOSService = HasPOSService;
|
|
14912
14889
|
|
|
14913
|
-
},{"../../factory":
|
|
14890
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],91:[function(require,module,exports){
|
|
14914
14891
|
"use strict";
|
|
14915
14892
|
var __extends = (this && this.__extends) || (function () {
|
|
14916
14893
|
var extendStatics = function (d, b) {
|
|
@@ -15039,7 +15016,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
15039
15016
|
}(service_1.Service));
|
|
15040
15017
|
exports.ProductService = ProductService;
|
|
15041
15018
|
|
|
15042
|
-
},{"../service":
|
|
15019
|
+
},{"../service":137,"http-status":369}],92:[function(require,module,exports){
|
|
15043
15020
|
"use strict";
|
|
15044
15021
|
var __extends = (this && this.__extends) || (function () {
|
|
15045
15022
|
var extendStatics = function (d, b) {
|
|
@@ -15211,7 +15188,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
15211
15188
|
}(service_1.Service));
|
|
15212
15189
|
exports.SellerService = SellerService;
|
|
15213
15190
|
|
|
15214
|
-
},{"../service":
|
|
15191
|
+
},{"../service":137,"http-status":369}],93:[function(require,module,exports){
|
|
15215
15192
|
"use strict";
|
|
15216
15193
|
var __extends = (this && this.__extends) || (function () {
|
|
15217
15194
|
var extendStatics = function (d, b) {
|
|
@@ -15308,7 +15285,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
15308
15285
|
}(service_1.Service));
|
|
15309
15286
|
exports.TripService = TripService;
|
|
15310
15287
|
|
|
15311
|
-
},{"../service":
|
|
15288
|
+
},{"../service":137,"http-status":369}],94:[function(require,module,exports){
|
|
15312
15289
|
"use strict";
|
|
15313
15290
|
var __extends = (this && this.__extends) || (function () {
|
|
15314
15291
|
var extendStatics = function (d, b) {
|
|
@@ -15333,14 +15310,12 @@ exports.service = void 0;
|
|
|
15333
15310
|
*/
|
|
15334
15311
|
var ServiceFactory = require("../service");
|
|
15335
15312
|
var OrderServiceFactory = require("../chevreAsset/order/factory");
|
|
15336
|
-
var PaymentServiceFactory = require("../chevrePay/payment/factory");
|
|
15337
15313
|
var categoryCode_1 = require("./service/categoryCode");
|
|
15338
15314
|
var creativeWork_1 = require("./service/creativeWork");
|
|
15339
15315
|
var delivery_1 = require("./service/delivery");
|
|
15340
15316
|
var emailMessage_1 = require("./service/emailMessage");
|
|
15341
15317
|
var event_1 = require("./service/event");
|
|
15342
15318
|
var order_1 = require("./service/order");
|
|
15343
|
-
var permit_1 = require("./service/permit");
|
|
15344
15319
|
var person_1 = require("./service/person");
|
|
15345
15320
|
var ownershipInfo_1 = require("./service/person/ownershipInfo");
|
|
15346
15321
|
var place_1 = require("./service/place");
|
|
@@ -15387,17 +15362,6 @@ var service;
|
|
|
15387
15362
|
return CreativeWork;
|
|
15388
15363
|
}(creativeWork_1.CreativeWorkService));
|
|
15389
15364
|
service.CreativeWork = CreativeWork;
|
|
15390
|
-
/**
|
|
15391
|
-
* 配送サービス
|
|
15392
|
-
*/
|
|
15393
|
-
var Delivery = /** @class */ (function (_super) {
|
|
15394
|
-
__extends(Delivery, _super);
|
|
15395
|
-
function Delivery() {
|
|
15396
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15397
|
-
}
|
|
15398
|
-
return Delivery;
|
|
15399
|
-
}(delivery_1.DeliveryService));
|
|
15400
|
-
service.Delivery = Delivery;
|
|
15401
15365
|
/**
|
|
15402
15366
|
* Eメールメッセージサービス
|
|
15403
15367
|
*/
|
|
@@ -15420,53 +15384,6 @@ var service;
|
|
|
15420
15384
|
return Event;
|
|
15421
15385
|
}(event_1.EventService));
|
|
15422
15386
|
service.Event = Event;
|
|
15423
|
-
var order;
|
|
15424
|
-
(function (order) {
|
|
15425
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
15426
|
-
order.factory = OrderServiceFactory;
|
|
15427
|
-
})(order = service.order || (service.order = {}));
|
|
15428
|
-
/**
|
|
15429
|
-
* 注文サービス
|
|
15430
|
-
*/
|
|
15431
|
-
var Order = /** @class */ (function (_super) {
|
|
15432
|
-
__extends(Order, _super);
|
|
15433
|
-
function Order() {
|
|
15434
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15435
|
-
}
|
|
15436
|
-
return Order;
|
|
15437
|
-
}(order_1.OrderService));
|
|
15438
|
-
service.Order = Order;
|
|
15439
|
-
var payment;
|
|
15440
|
-
(function (payment) {
|
|
15441
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
15442
|
-
payment.factory = PaymentServiceFactory;
|
|
15443
|
-
})(payment = service.payment || (service.payment = {}));
|
|
15444
|
-
/**
|
|
15445
|
-
* 会員サービス
|
|
15446
|
-
*/
|
|
15447
|
-
var Person = /** @class */ (function (_super) {
|
|
15448
|
-
__extends(Person, _super);
|
|
15449
|
-
function Person() {
|
|
15450
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15451
|
-
}
|
|
15452
|
-
return Person;
|
|
15453
|
-
}(person_1.PersonService));
|
|
15454
|
-
service.Person = Person;
|
|
15455
|
-
var person;
|
|
15456
|
-
(function (person) {
|
|
15457
|
-
/**
|
|
15458
|
-
* 会員所有権サービス
|
|
15459
|
-
*/
|
|
15460
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
15461
|
-
var OwnershipInfo = /** @class */ (function (_super) {
|
|
15462
|
-
__extends(OwnershipInfo, _super);
|
|
15463
|
-
function OwnershipInfo() {
|
|
15464
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15465
|
-
}
|
|
15466
|
-
return OwnershipInfo;
|
|
15467
|
-
}(ownershipInfo_1.PersonOwnershipInfoService));
|
|
15468
|
-
person.OwnershipInfo = OwnershipInfo;
|
|
15469
|
-
})(person = service.person || (service.person = {}));
|
|
15470
15387
|
/**
|
|
15471
15388
|
* 施設サービス
|
|
15472
15389
|
*/
|
|
@@ -15503,17 +15420,6 @@ var service;
|
|
|
15503
15420
|
return Product;
|
|
15504
15421
|
}(product_1.ProductService));
|
|
15505
15422
|
service.Product = Product;
|
|
15506
|
-
/**
|
|
15507
|
-
* 予約サービス
|
|
15508
|
-
*/
|
|
15509
|
-
var Reservation = /** @class */ (function (_super) {
|
|
15510
|
-
__extends(Reservation, _super);
|
|
15511
|
-
function Reservation() {
|
|
15512
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
15513
|
-
}
|
|
15514
|
-
return Reservation;
|
|
15515
|
-
}(reservation_1.ReservationService));
|
|
15516
|
-
service.Reservation = Reservation;
|
|
15517
15423
|
/**
|
|
15518
15424
|
* 販売者サービス
|
|
15519
15425
|
*/
|
|
@@ -15525,19 +15431,78 @@ var service;
|
|
|
15525
15431
|
return Seller;
|
|
15526
15432
|
}(seller_1.SellerService));
|
|
15527
15433
|
service.Seller = Seller;
|
|
15434
|
+
var order;
|
|
15435
|
+
(function (order) {
|
|
15436
|
+
// tslint:disable-next-line:no-shadowed-variable
|
|
15437
|
+
order.factory = OrderServiceFactory;
|
|
15438
|
+
})(order = service.order || (service.order = {}));
|
|
15528
15439
|
/**
|
|
15529
|
-
*
|
|
15440
|
+
* 会員サービス
|
|
15441
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15530
15442
|
*/
|
|
15531
|
-
var
|
|
15532
|
-
__extends(
|
|
15533
|
-
function
|
|
15443
|
+
var Person = /** @class */ (function (_super) {
|
|
15444
|
+
__extends(Person, _super);
|
|
15445
|
+
function Person() {
|
|
15534
15446
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
15535
15447
|
}
|
|
15536
|
-
return
|
|
15537
|
-
}(
|
|
15538
|
-
service.
|
|
15448
|
+
return Person;
|
|
15449
|
+
}(person_1.PersonService));
|
|
15450
|
+
service.Person = Person;
|
|
15451
|
+
var person;
|
|
15452
|
+
(function (person) {
|
|
15453
|
+
/**
|
|
15454
|
+
* 会員所有権サービス
|
|
15455
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15456
|
+
*/
|
|
15457
|
+
// tslint:disable-next-line:no-shadowed-variable
|
|
15458
|
+
var OwnershipInfo = /** @class */ (function (_super) {
|
|
15459
|
+
__extends(OwnershipInfo, _super);
|
|
15460
|
+
function OwnershipInfo() {
|
|
15461
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
15462
|
+
}
|
|
15463
|
+
return OwnershipInfo;
|
|
15464
|
+
}(ownershipInfo_1.PersonOwnershipInfoService));
|
|
15465
|
+
person.OwnershipInfo = OwnershipInfo;
|
|
15466
|
+
})(person = service.person || (service.person = {}));
|
|
15467
|
+
/**
|
|
15468
|
+
* 配送サービス
|
|
15469
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15470
|
+
*/
|
|
15471
|
+
var Delivery = /** @class */ (function (_super) {
|
|
15472
|
+
__extends(Delivery, _super);
|
|
15473
|
+
function Delivery() {
|
|
15474
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
15475
|
+
}
|
|
15476
|
+
return Delivery;
|
|
15477
|
+
}(delivery_1.DeliveryService));
|
|
15478
|
+
service.Delivery = Delivery;
|
|
15479
|
+
/**
|
|
15480
|
+
* 注文サービス
|
|
15481
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15482
|
+
*/
|
|
15483
|
+
var Order = /** @class */ (function (_super) {
|
|
15484
|
+
__extends(Order, _super);
|
|
15485
|
+
function Order() {
|
|
15486
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
15487
|
+
}
|
|
15488
|
+
return Order;
|
|
15489
|
+
}(order_1.OrderService));
|
|
15490
|
+
service.Order = Order;
|
|
15491
|
+
/**
|
|
15492
|
+
* 予約サービス
|
|
15493
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15494
|
+
*/
|
|
15495
|
+
var Reservation = /** @class */ (function (_super) {
|
|
15496
|
+
__extends(Reservation, _super);
|
|
15497
|
+
function Reservation() {
|
|
15498
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
15499
|
+
}
|
|
15500
|
+
return Reservation;
|
|
15501
|
+
}(reservation_1.ReservationService));
|
|
15502
|
+
service.Reservation = Reservation;
|
|
15539
15503
|
/**
|
|
15540
15504
|
* トークンサービス
|
|
15505
|
+
* @deprecated loadCloudAssetへ移行予定
|
|
15541
15506
|
*/
|
|
15542
15507
|
var Token = /** @class */ (function (_super) {
|
|
15543
15508
|
__extends(Token, _super);
|
|
@@ -15549,7 +15514,7 @@ var service;
|
|
|
15549
15514
|
service.Token = Token;
|
|
15550
15515
|
})(service = exports.service || (exports.service = {}));
|
|
15551
15516
|
|
|
15552
|
-
},{"../chevreAsset/order/factory":66,"../
|
|
15517
|
+
},{"../chevreAsset/order/factory":66,"../service":137,"./service/categoryCode":95,"./service/creativeWork":96,"./service/delivery":97,"./service/emailMessage":98,"./service/event":99,"./service/order":100,"./service/person":101,"./service/person/ownershipInfo":102,"./service/place":103,"./service/place/hasPOS":104,"./service/product":105,"./service/reservation":106,"./service/seller":107,"./service/token":108}],95:[function(require,module,exports){
|
|
15553
15518
|
"use strict";
|
|
15554
15519
|
var __extends = (this && this.__extends) || (function () {
|
|
15555
15520
|
var extendStatics = function (d, b) {
|
|
@@ -15657,7 +15622,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
15657
15622
|
}(service_1.Service));
|
|
15658
15623
|
exports.CategoryCodeService = CategoryCodeService;
|
|
15659
15624
|
|
|
15660
|
-
},{"../../service":
|
|
15625
|
+
},{"../../service":137,"http-status":369}],96:[function(require,module,exports){
|
|
15661
15626
|
"use strict";
|
|
15662
15627
|
var __extends = (this && this.__extends) || (function () {
|
|
15663
15628
|
var extendStatics = function (d, b) {
|
|
@@ -15765,7 +15730,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
15765
15730
|
}(service_1.Service));
|
|
15766
15731
|
exports.CreativeWorkService = CreativeWorkService;
|
|
15767
15732
|
|
|
15768
|
-
},{"../../service":
|
|
15733
|
+
},{"../../service":137,"http-status":369}],97:[function(require,module,exports){
|
|
15769
15734
|
"use strict";
|
|
15770
15735
|
var __extends = (this && this.__extends) || (function () {
|
|
15771
15736
|
var extendStatics = function (d, b) {
|
|
@@ -15847,16 +15812,18 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
15847
15812
|
* すでに配送済の場合、何もしません。
|
|
15848
15813
|
*/
|
|
15849
15814
|
DeliveryService.prototype.sendOrder = function (params) {
|
|
15850
|
-
var _a;
|
|
15851
15815
|
return __awaiter(this, void 0, void 0, function () {
|
|
15816
|
+
var _a, confirmationNumber, orderNumber;
|
|
15852
15817
|
return __generator(this, function (_b) {
|
|
15853
15818
|
switch (_b.label) {
|
|
15854
|
-
case 0:
|
|
15855
|
-
|
|
15856
|
-
|
|
15857
|
-
|
|
15858
|
-
|
|
15859
|
-
|
|
15819
|
+
case 0:
|
|
15820
|
+
_a = params.object, confirmationNumber = _a.confirmationNumber, orderNumber = _a.orderNumber;
|
|
15821
|
+
return [4 /*yield*/, this.fetch({
|
|
15822
|
+
uri: "/orders/" + orderNumber + "/deliver",
|
|
15823
|
+
method: 'POST',
|
|
15824
|
+
body: { confirmationNumber: confirmationNumber },
|
|
15825
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
15826
|
+
})];
|
|
15860
15827
|
case 1:
|
|
15861
15828
|
_b.sent();
|
|
15862
15829
|
return [2 /*return*/];
|
|
@@ -15868,7 +15835,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
15868
15835
|
}(service_1.Service));
|
|
15869
15836
|
exports.DeliveryService = DeliveryService;
|
|
15870
15837
|
|
|
15871
|
-
},{"../../service":
|
|
15838
|
+
},{"../../service":137,"http-status":369}],98:[function(require,module,exports){
|
|
15872
15839
|
"use strict";
|
|
15873
15840
|
var __extends = (this && this.__extends) || (function () {
|
|
15874
15841
|
var extendStatics = function (d, b) {
|
|
@@ -15976,7 +15943,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
15976
15943
|
}(service_1.Service));
|
|
15977
15944
|
exports.EmailMessageService = EmailMessageService;
|
|
15978
15945
|
|
|
15979
|
-
},{"../../service":
|
|
15946
|
+
},{"../../service":137,"http-status":369}],99:[function(require,module,exports){
|
|
15980
15947
|
"use strict";
|
|
15981
15948
|
var __extends = (this && this.__extends) || (function () {
|
|
15982
15949
|
var extendStatics = function (d, b) {
|
|
@@ -16271,7 +16238,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
16271
16238
|
}(service_1.Service));
|
|
16272
16239
|
exports.EventService = EventService;
|
|
16273
16240
|
|
|
16274
|
-
},{"../../service":
|
|
16241
|
+
},{"../../service":137,"http-status":369}],100:[function(require,module,exports){
|
|
16275
16242
|
"use strict";
|
|
16276
16243
|
var __extends = (this && this.__extends) || (function () {
|
|
16277
16244
|
var extendStatics = function (d, b) {
|
|
@@ -16354,14 +16321,17 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16354
16321
|
*/
|
|
16355
16322
|
OrderService.prototype.placeOrder = function (params) {
|
|
16356
16323
|
return __awaiter(this, void 0, void 0, function () {
|
|
16324
|
+
var object;
|
|
16357
16325
|
return __generator(this, function (_a) {
|
|
16358
16326
|
switch (_a.label) {
|
|
16359
|
-
case 0:
|
|
16360
|
-
|
|
16361
|
-
|
|
16362
|
-
|
|
16363
|
-
|
|
16364
|
-
|
|
16327
|
+
case 0:
|
|
16328
|
+
object = params.object;
|
|
16329
|
+
return [4 /*yield*/, this.fetch({
|
|
16330
|
+
uri: '/orders',
|
|
16331
|
+
method: 'POST',
|
|
16332
|
+
body: { object: object },
|
|
16333
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT, http_status_1.OK]
|
|
16334
|
+
})];
|
|
16365
16335
|
case 1:
|
|
16366
16336
|
_a.sent();
|
|
16367
16337
|
return [2 /*return*/];
|
|
@@ -16413,12 +16383,14 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16413
16383
|
*/
|
|
16414
16384
|
OrderService.prototype.findByOrderInquiryKey4sskts = function (params) {
|
|
16415
16385
|
return __awaiter(this, void 0, void 0, function () {
|
|
16386
|
+
var confirmationNumber, telephone, theaterCode;
|
|
16416
16387
|
var _this = this;
|
|
16417
16388
|
return __generator(this, function (_a) {
|
|
16389
|
+
confirmationNumber = params.confirmationNumber, telephone = params.telephone, theaterCode = params.theaterCode;
|
|
16418
16390
|
return [2 /*return*/, this.fetch({
|
|
16419
16391
|
uri: '/orders/findByOrderInquiryKey',
|
|
16420
16392
|
method: 'POST',
|
|
16421
|
-
body:
|
|
16393
|
+
body: { confirmationNumber: confirmationNumber, telephone: telephone, theaterCode: theaterCode },
|
|
16422
16394
|
expectedStatusCodes: [http_status_1.OK]
|
|
16423
16395
|
})
|
|
16424
16396
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -16450,14 +16422,16 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16450
16422
|
* 注文コードを発行する
|
|
16451
16423
|
*/
|
|
16452
16424
|
OrderService.prototype.authorize = function (params) {
|
|
16453
|
-
var _a;
|
|
16454
16425
|
return __awaiter(this, void 0, void 0, function () {
|
|
16426
|
+
var _a, customer, orderNumber, result;
|
|
16455
16427
|
var _this = this;
|
|
16456
16428
|
return __generator(this, function (_b) {
|
|
16429
|
+
_a = params.object, customer = _a.customer, orderNumber = _a.orderNumber;
|
|
16430
|
+
result = params.result;
|
|
16457
16431
|
return [2 /*return*/, this.fetch({
|
|
16458
|
-
uri: "/orders/" +
|
|
16432
|
+
uri: "/orders/" + orderNumber + "/authorize",
|
|
16459
16433
|
method: 'POST',
|
|
16460
|
-
body:
|
|
16434
|
+
body: __assign({ object: { customer: customer } }, (typeof (result === null || result === void 0 ? void 0 : result.expiresInSeconds) === 'number') ? { result: result } : undefined),
|
|
16461
16435
|
expectedStatusCodes: [http_status_1.OK]
|
|
16462
16436
|
})
|
|
16463
16437
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -16471,12 +16445,14 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16471
16445
|
*/
|
|
16472
16446
|
OrderService.prototype.searchAcceptedOffersByConfirmationNumber = function (params) {
|
|
16473
16447
|
return __awaiter(this, void 0, void 0, function () {
|
|
16448
|
+
var limit, page, confirmationNumber, orderNumber;
|
|
16474
16449
|
var _this = this;
|
|
16475
16450
|
return __generator(this, function (_a) {
|
|
16451
|
+
limit = params.limit, page = params.page, confirmationNumber = params.confirmationNumber, orderNumber = params.orderNumber;
|
|
16476
16452
|
return [2 /*return*/, this.fetch({
|
|
16477
|
-
uri: "/orders/" +
|
|
16453
|
+
uri: "/orders/" + orderNumber + "/acceptedOffersByConfirmationNumber",
|
|
16478
16454
|
method: 'POST',
|
|
16479
|
-
body:
|
|
16455
|
+
body: __assign(__assign({ confirmationNumber: confirmationNumber }, (typeof limit === 'number') ? { limit: limit } : undefined), (typeof page === 'number') ? { page: page } : undefined),
|
|
16480
16456
|
expectedStatusCodes: [http_status_1.OK]
|
|
16481
16457
|
})
|
|
16482
16458
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -16489,127 +16465,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
16489
16465
|
}(service_1.Service));
|
|
16490
16466
|
exports.OrderService = OrderService;
|
|
16491
16467
|
|
|
16492
|
-
},{"../../service":
|
|
16493
|
-
"use strict";
|
|
16494
|
-
var __extends = (this && this.__extends) || (function () {
|
|
16495
|
-
var extendStatics = function (d, b) {
|
|
16496
|
-
extendStatics = Object.setPrototypeOf ||
|
|
16497
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
16498
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
16499
|
-
return extendStatics(d, b);
|
|
16500
|
-
};
|
|
16501
|
-
return function (d, b) {
|
|
16502
|
-
if (typeof b !== "function" && b !== null)
|
|
16503
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
16504
|
-
extendStatics(d, b);
|
|
16505
|
-
function __() { this.constructor = d; }
|
|
16506
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
16507
|
-
};
|
|
16508
|
-
})();
|
|
16509
|
-
var __assign = (this && this.__assign) || function () {
|
|
16510
|
-
__assign = Object.assign || function(t) {
|
|
16511
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
16512
|
-
s = arguments[i];
|
|
16513
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
16514
|
-
t[p] = s[p];
|
|
16515
|
-
}
|
|
16516
|
-
return t;
|
|
16517
|
-
};
|
|
16518
|
-
return __assign.apply(this, arguments);
|
|
16519
|
-
};
|
|
16520
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16521
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
16522
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
16523
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
16524
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
16525
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
16526
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
16527
|
-
});
|
|
16528
|
-
};
|
|
16529
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
16530
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
16531
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
16532
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
16533
|
-
function step(op) {
|
|
16534
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
16535
|
-
while (_) try {
|
|
16536
|
-
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;
|
|
16537
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
16538
|
-
switch (op[0]) {
|
|
16539
|
-
case 0: case 1: t = op; break;
|
|
16540
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
16541
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
16542
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
16543
|
-
default:
|
|
16544
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
16545
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
16546
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
16547
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
16548
|
-
if (t[2]) _.ops.pop();
|
|
16549
|
-
_.trys.pop(); continue;
|
|
16550
|
-
}
|
|
16551
|
-
op = body.call(thisArg, _);
|
|
16552
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
16553
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
16554
|
-
}
|
|
16555
|
-
};
|
|
16556
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16557
|
-
exports.PermitService = void 0;
|
|
16558
|
-
var http_status_1 = require("http-status");
|
|
16559
|
-
var service_1 = require("../../service");
|
|
16560
|
-
/**
|
|
16561
|
-
* 許可証サービス
|
|
16562
|
-
*/
|
|
16563
|
-
var PermitService = /** @class */ (function (_super) {
|
|
16564
|
-
__extends(PermitService, _super);
|
|
16565
|
-
function PermitService(options) {
|
|
16566
|
-
return _super.call(this, __assign(__assign({}, options), { retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] })) || this;
|
|
16567
|
-
}
|
|
16568
|
-
/**
|
|
16569
|
-
* メンバーシップ照会
|
|
16570
|
-
* 存在しない場合、ステータスコード404を返します
|
|
16571
|
-
*/
|
|
16572
|
-
PermitService.prototype.findByAccessCode = function (params) {
|
|
16573
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16574
|
-
var _this = this;
|
|
16575
|
-
return __generator(this, function (_a) {
|
|
16576
|
-
return [2 /*return*/, this.fetch({
|
|
16577
|
-
uri: "/permits/findByAccessCode",
|
|
16578
|
-
method: 'POST',
|
|
16579
|
-
body: params,
|
|
16580
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16581
|
-
})
|
|
16582
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
16583
|
-
return [2 /*return*/, response.json()];
|
|
16584
|
-
}); }); })];
|
|
16585
|
-
});
|
|
16586
|
-
});
|
|
16587
|
-
};
|
|
16588
|
-
/**
|
|
16589
|
-
* 許可証承認
|
|
16590
|
-
*/
|
|
16591
|
-
PermitService.prototype.authorize = function (params) {
|
|
16592
|
-
var _a;
|
|
16593
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16594
|
-
var _this = this;
|
|
16595
|
-
return __generator(this, function (_b) {
|
|
16596
|
-
return [2 /*return*/, this.fetch({
|
|
16597
|
-
uri: "/permits/" + String((_a = params.object) === null || _a === void 0 ? void 0 : _a.identifier) + "/authorize",
|
|
16598
|
-
method: 'POST',
|
|
16599
|
-
body: params,
|
|
16600
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16601
|
-
})
|
|
16602
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
16603
|
-
return [2 /*return*/, response.json()];
|
|
16604
|
-
}); }); })];
|
|
16605
|
-
});
|
|
16606
|
-
});
|
|
16607
|
-
};
|
|
16608
|
-
return PermitService;
|
|
16609
|
-
}(service_1.Service));
|
|
16610
|
-
exports.PermitService = PermitService;
|
|
16611
|
-
|
|
16612
|
-
},{"../../service":138,"http-status":370}],102:[function(require,module,exports){
|
|
16468
|
+
},{"../../service":137,"http-status":369}],101:[function(require,module,exports){
|
|
16613
16469
|
"use strict";
|
|
16614
16470
|
var __extends = (this && this.__extends) || (function () {
|
|
16615
16471
|
var extendStatics = function (d, b) {
|
|
@@ -16685,81 +16541,59 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
16685
16541
|
function PersonService(options) {
|
|
16686
16542
|
return _super.call(this, __assign(__assign({}, options), { retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] })) || this;
|
|
16687
16543
|
}
|
|
16688
|
-
|
|
16689
|
-
|
|
16690
|
-
|
|
16691
|
-
|
|
16692
|
-
|
|
16693
|
-
|
|
16694
|
-
|
|
16695
|
-
|
|
16696
|
-
|
|
16697
|
-
|
|
16698
|
-
|
|
16699
|
-
|
|
16700
|
-
|
|
16701
|
-
|
|
16702
|
-
|
|
16703
|
-
|
|
16704
|
-
|
|
16705
|
-
|
|
16706
|
-
|
|
16707
|
-
|
|
16708
|
-
|
|
16709
|
-
|
|
16710
|
-
|
|
16711
|
-
|
|
16712
|
-
|
|
16713
|
-
|
|
16714
|
-
|
|
16715
|
-
|
|
16716
|
-
|
|
16717
|
-
|
|
16718
|
-
|
|
16719
|
-
|
|
16720
|
-
|
|
16721
|
-
|
|
16722
|
-
|
|
16723
|
-
|
|
16724
|
-
|
|
16725
|
-
|
|
16726
|
-
|
|
16727
|
-
|
|
16728
|
-
|
|
16729
|
-
|
|
16730
|
-
|
|
16731
|
-
|
|
16732
|
-
|
|
16733
|
-
|
|
16734
|
-
|
|
16735
|
-
|
|
16736
|
-
|
|
16737
|
-
|
|
16738
|
-
|
|
16739
|
-
|
|
16740
|
-
|
|
16741
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16742
|
-
return [2 /*return*/, this.fetch({
|
|
16743
|
-
uri: "/people/" + id + "/orders",
|
|
16744
|
-
method: 'GET',
|
|
16745
|
-
qs: params,
|
|
16746
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16747
|
-
})
|
|
16748
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
16749
|
-
var _a;
|
|
16750
|
-
return __generator(this, function (_b) {
|
|
16751
|
-
switch (_b.label) {
|
|
16752
|
-
case 0:
|
|
16753
|
-
_a = {};
|
|
16754
|
-
return [4 /*yield*/, response.json()];
|
|
16755
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
16756
|
-
_a)];
|
|
16757
|
-
}
|
|
16758
|
-
});
|
|
16759
|
-
}); })];
|
|
16760
|
-
});
|
|
16761
|
-
});
|
|
16762
|
-
};
|
|
16544
|
+
// public async getProfile(params: {
|
|
16545
|
+
// /**
|
|
16546
|
+
// * 未指定の場合`me`がセットされます
|
|
16547
|
+
// */
|
|
16548
|
+
// id?: string;
|
|
16549
|
+
// iss: string;
|
|
16550
|
+
// }): Promise<factory.person.IProfile> {
|
|
16551
|
+
// const id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16552
|
+
// return this.fetch({
|
|
16553
|
+
// uri: `/people/${id}/profile`,
|
|
16554
|
+
// method: 'GET',
|
|
16555
|
+
// expectedStatusCodes: [OK],
|
|
16556
|
+
// qs: { iss: params.iss }
|
|
16557
|
+
// })
|
|
16558
|
+
// .then(async (response) => response.json());
|
|
16559
|
+
// }
|
|
16560
|
+
// public async updateProfile(params: factory.person.IProfile & {
|
|
16561
|
+
// /**
|
|
16562
|
+
// * 未指定の場合`me`がセットされます
|
|
16563
|
+
// */
|
|
16564
|
+
// id?: string;
|
|
16565
|
+
// iss: string;
|
|
16566
|
+
// }): Promise<void> {
|
|
16567
|
+
// const id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16568
|
+
// await this.fetch({
|
|
16569
|
+
// uri: `/people/${id}/profile`,
|
|
16570
|
+
// method: 'PATCH',
|
|
16571
|
+
// body: params,
|
|
16572
|
+
// expectedStatusCodes: [NO_CONTENT],
|
|
16573
|
+
// qs: { iss: params.iss }
|
|
16574
|
+
// });
|
|
16575
|
+
// }
|
|
16576
|
+
// public async searchOrders(
|
|
16577
|
+
// params: factory.order.ISearchConditions & {
|
|
16578
|
+
// /**
|
|
16579
|
+
// * 未指定の場合`me`がセットされます
|
|
16580
|
+
// */
|
|
16581
|
+
// id?: string;
|
|
16582
|
+
// } & ISearchOrdersOptions
|
|
16583
|
+
// ): Promise<ISearchResult<factory.order.IOrder[]>> {
|
|
16584
|
+
// const id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16585
|
+
// return this.fetch({
|
|
16586
|
+
// uri: `/people/${id}/orders`,
|
|
16587
|
+
// method: 'GET',
|
|
16588
|
+
// qs: params,
|
|
16589
|
+
// expectedStatusCodes: [OK]
|
|
16590
|
+
// })
|
|
16591
|
+
// .then(async (response) => {
|
|
16592
|
+
// return {
|
|
16593
|
+
// data: await response.json()
|
|
16594
|
+
// };
|
|
16595
|
+
// });
|
|
16596
|
+
// }
|
|
16763
16597
|
/**
|
|
16764
16598
|
* 会員削除
|
|
16765
16599
|
*/
|
|
@@ -16788,7 +16622,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
16788
16622
|
}(service_1.Service));
|
|
16789
16623
|
exports.PersonService = PersonService;
|
|
16790
16624
|
|
|
16791
|
-
},{"../../service":
|
|
16625
|
+
},{"../../service":137,"http-status":369}],102:[function(require,module,exports){
|
|
16792
16626
|
"use strict";
|
|
16793
16627
|
var __extends = (this && this.__extends) || (function () {
|
|
16794
16628
|
var extendStatics = function (d, b) {
|
|
@@ -16858,140 +16692,13 @@ var http_status_1 = require("http-status");
|
|
|
16858
16692
|
var factory = require("../../../factory");
|
|
16859
16693
|
var service_1 = require("../../../service");
|
|
16860
16694
|
/**
|
|
16861
|
-
*
|
|
16695
|
+
* 会員所有権サービス
|
|
16862
16696
|
*/
|
|
16863
16697
|
var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
16864
16698
|
__extends(PersonOwnershipInfoService, _super);
|
|
16865
16699
|
function PersonOwnershipInfoService(options) {
|
|
16866
16700
|
return _super.call(this, __assign(__assign({}, options), { retryableStatusCodes: [http_status_1.BAD_GATEWAY, http_status_1.FORBIDDEN, http_status_1.UNAUTHORIZED] })) || this;
|
|
16867
16701
|
}
|
|
16868
|
-
/**
|
|
16869
|
-
* クレジットカード追加
|
|
16870
|
-
*/
|
|
16871
|
-
PersonOwnershipInfoService.prototype.addCreditCard = function (params) {
|
|
16872
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16873
|
-
var id;
|
|
16874
|
-
var _this = this;
|
|
16875
|
-
return __generator(this, function (_a) {
|
|
16876
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16877
|
-
return [2 /*return*/, this.fetch({
|
|
16878
|
-
uri: "/people/" + id + "/ownershipInfos/creditCards",
|
|
16879
|
-
method: 'POST',
|
|
16880
|
-
body: params.creditCard,
|
|
16881
|
-
expectedStatusCodes: [http_status_1.CREATED]
|
|
16882
|
-
})
|
|
16883
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
16884
|
-
return [2 /*return*/, response.json()];
|
|
16885
|
-
}); }); })];
|
|
16886
|
-
});
|
|
16887
|
-
});
|
|
16888
|
-
};
|
|
16889
|
-
/**
|
|
16890
|
-
* クレジットカード検索
|
|
16891
|
-
*/
|
|
16892
|
-
PersonOwnershipInfoService.prototype.searchCreditCards = function (params) {
|
|
16893
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16894
|
-
var id;
|
|
16895
|
-
var _this = this;
|
|
16896
|
-
return __generator(this, function (_a) {
|
|
16897
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16898
|
-
return [2 /*return*/, this.fetch({
|
|
16899
|
-
uri: "/people/" + id + "/ownershipInfos/creditCards",
|
|
16900
|
-
method: 'GET',
|
|
16901
|
-
qs: { iss: params.iss },
|
|
16902
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16903
|
-
})
|
|
16904
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
16905
|
-
return [2 /*return*/, response.json()];
|
|
16906
|
-
}); }); })];
|
|
16907
|
-
});
|
|
16908
|
-
});
|
|
16909
|
-
};
|
|
16910
|
-
/**
|
|
16911
|
-
* クレジットカード削除
|
|
16912
|
-
*/
|
|
16913
|
-
PersonOwnershipInfoService.prototype.deleteCreditCard = function (params) {
|
|
16914
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16915
|
-
var id;
|
|
16916
|
-
return __generator(this, function (_a) {
|
|
16917
|
-
switch (_a.label) {
|
|
16918
|
-
case 0:
|
|
16919
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16920
|
-
return [4 /*yield*/, this.fetch({
|
|
16921
|
-
uri: "/people/" + id + "/ownershipInfos/creditCards/" + params.cardSeq,
|
|
16922
|
-
method: 'DELETE',
|
|
16923
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
16924
|
-
qs: { iss: params.iss }
|
|
16925
|
-
})];
|
|
16926
|
-
case 1:
|
|
16927
|
-
_a.sent();
|
|
16928
|
-
return [2 /*return*/];
|
|
16929
|
-
}
|
|
16930
|
-
});
|
|
16931
|
-
});
|
|
16932
|
-
};
|
|
16933
|
-
/**
|
|
16934
|
-
* 口座取引履歴検索
|
|
16935
|
-
*/
|
|
16936
|
-
PersonOwnershipInfoService.prototype.searchAccountMoneyTransferActions = function (params) {
|
|
16937
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16938
|
-
var id;
|
|
16939
|
-
var _this = this;
|
|
16940
|
-
return __generator(this, function (_a) {
|
|
16941
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
16942
|
-
return [2 /*return*/, this.fetch({
|
|
16943
|
-
uri: "/people/" + id + "/ownershipInfos/accounts/actions/moneyTransfer",
|
|
16944
|
-
method: 'GET',
|
|
16945
|
-
qs: params,
|
|
16946
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16947
|
-
})
|
|
16948
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
16949
|
-
var _a;
|
|
16950
|
-
return __generator(this, function (_b) {
|
|
16951
|
-
switch (_b.label) {
|
|
16952
|
-
case 0:
|
|
16953
|
-
_a = {};
|
|
16954
|
-
return [4 /*yield*/, response.json()];
|
|
16955
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
16956
|
-
_a)];
|
|
16957
|
-
}
|
|
16958
|
-
});
|
|
16959
|
-
}); })];
|
|
16960
|
-
});
|
|
16961
|
-
});
|
|
16962
|
-
};
|
|
16963
|
-
/**
|
|
16964
|
-
* マイメンバーシップ検索
|
|
16965
|
-
*/
|
|
16966
|
-
PersonOwnershipInfoService.prototype.searchMyMemberships = function (params) {
|
|
16967
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
16968
|
-
var id;
|
|
16969
|
-
var _this = this;
|
|
16970
|
-
return __generator(this, function (_a) {
|
|
16971
|
-
id = 'me';
|
|
16972
|
-
return [2 /*return*/, this.fetch({
|
|
16973
|
-
uri: "/people/" + id + "/ownershipInfos",
|
|
16974
|
-
method: 'GET',
|
|
16975
|
-
qs: __assign(__assign({}, params), { typeOfGood: {
|
|
16976
|
-
issuedThrough: { typeOf: { $eq: factory.product.ProductType.MembershipService } }
|
|
16977
|
-
} }),
|
|
16978
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
16979
|
-
})
|
|
16980
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
16981
|
-
var _a;
|
|
16982
|
-
return __generator(this, function (_b) {
|
|
16983
|
-
switch (_b.label) {
|
|
16984
|
-
case 0:
|
|
16985
|
-
_a = {};
|
|
16986
|
-
return [4 /*yield*/, response.json()];
|
|
16987
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
16988
|
-
_a)];
|
|
16989
|
-
}
|
|
16990
|
-
});
|
|
16991
|
-
}); })];
|
|
16992
|
-
});
|
|
16993
|
-
});
|
|
16994
|
-
};
|
|
16995
16702
|
/**
|
|
16996
16703
|
* マイペイメントカード検索
|
|
16997
16704
|
*/
|
|
@@ -17024,38 +16731,6 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
17024
16731
|
});
|
|
17025
16732
|
});
|
|
17026
16733
|
};
|
|
17027
|
-
/**
|
|
17028
|
-
* マイ予約検索
|
|
17029
|
-
*/
|
|
17030
|
-
PersonOwnershipInfoService.prototype.searchMyReservations = function (params) {
|
|
17031
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
17032
|
-
var id;
|
|
17033
|
-
var _this = this;
|
|
17034
|
-
return __generator(this, function (_a) {
|
|
17035
|
-
id = 'me';
|
|
17036
|
-
return [2 /*return*/, this.fetch({
|
|
17037
|
-
uri: "/people/" + id + "/ownershipInfos",
|
|
17038
|
-
method: 'GET',
|
|
17039
|
-
qs: __assign(__assign({}, params), { typeOfGood: {
|
|
17040
|
-
issuedThrough: { typeOf: { $eq: factory.product.ProductType.EventService } }
|
|
17041
|
-
} }),
|
|
17042
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
17043
|
-
})
|
|
17044
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
17045
|
-
var _a;
|
|
17046
|
-
return __generator(this, function (_b) {
|
|
17047
|
-
switch (_b.label) {
|
|
17048
|
-
case 0:
|
|
17049
|
-
_a = {};
|
|
17050
|
-
return [4 /*yield*/, response.json()];
|
|
17051
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
17052
|
-
_a)];
|
|
17053
|
-
}
|
|
17054
|
-
});
|
|
17055
|
-
}); })];
|
|
17056
|
-
});
|
|
17057
|
-
});
|
|
17058
|
-
};
|
|
17059
16734
|
/**
|
|
17060
16735
|
* 所有権検索
|
|
17061
16736
|
*/
|
|
@@ -17086,54 +16761,11 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
17086
16761
|
});
|
|
17087
16762
|
});
|
|
17088
16763
|
};
|
|
17089
|
-
/**
|
|
17090
|
-
* 所有権に対して承認コードを発行する
|
|
17091
|
-
*/
|
|
17092
|
-
PersonOwnershipInfoService.prototype.authorize = function (params) {
|
|
17093
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
17094
|
-
var id;
|
|
17095
|
-
var _this = this;
|
|
17096
|
-
return __generator(this, function (_a) {
|
|
17097
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
17098
|
-
return [2 /*return*/, this.fetch({
|
|
17099
|
-
uri: "/people/" + id + "/ownershipInfos/" + params.ownershipInfoId + "/authorize",
|
|
17100
|
-
method: 'POST',
|
|
17101
|
-
expectedStatusCodes: [http_status_1.OK],
|
|
17102
|
-
body: params
|
|
17103
|
-
})
|
|
17104
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
17105
|
-
return [2 /*return*/, response.json()];
|
|
17106
|
-
}); }); })];
|
|
17107
|
-
});
|
|
17108
|
-
});
|
|
17109
|
-
};
|
|
17110
|
-
/**
|
|
17111
|
-
* 会員所有権削除
|
|
17112
|
-
*/
|
|
17113
|
-
PersonOwnershipInfoService.prototype.deleteOwnershipInfoById = function (params) {
|
|
17114
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
17115
|
-
var id;
|
|
17116
|
-
return __generator(this, function (_a) {
|
|
17117
|
-
switch (_a.label) {
|
|
17118
|
-
case 0:
|
|
17119
|
-
id = (typeof params.id === 'string') ? params.id : 'me';
|
|
17120
|
-
return [4 /*yield*/, this.fetch({
|
|
17121
|
-
uri: "/people/" + id + "/ownershipInfos/" + String(params.ownershipInfoId),
|
|
17122
|
-
method: 'DELETE',
|
|
17123
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
17124
|
-
})];
|
|
17125
|
-
case 1:
|
|
17126
|
-
_a.sent();
|
|
17127
|
-
return [2 /*return*/];
|
|
17128
|
-
}
|
|
17129
|
-
});
|
|
17130
|
-
});
|
|
17131
|
-
};
|
|
17132
16764
|
return PersonOwnershipInfoService;
|
|
17133
16765
|
}(service_1.Service));
|
|
17134
16766
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
17135
16767
|
|
|
17136
|
-
},{"../../../factory":
|
|
16768
|
+
},{"../../../factory":132,"../../../service":137,"http-status":369}],103:[function(require,module,exports){
|
|
17137
16769
|
"use strict";
|
|
17138
16770
|
var __extends = (this && this.__extends) || (function () {
|
|
17139
16771
|
var extendStatics = function (d, b) {
|
|
@@ -17326,7 +16958,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
17326
16958
|
}(service_1.Service));
|
|
17327
16959
|
exports.PlaceService = PlaceService;
|
|
17328
16960
|
|
|
17329
|
-
},{"../../factory":
|
|
16961
|
+
},{"../../factory":132,"../../service":137,"http-status":369}],104:[function(require,module,exports){
|
|
17330
16962
|
"use strict";
|
|
17331
16963
|
var __extends = (this && this.__extends) || (function () {
|
|
17332
16964
|
var extendStatics = function (d, b) {
|
|
@@ -17426,7 +17058,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
17426
17058
|
}(service_1.Service));
|
|
17427
17059
|
exports.HasPOSService = HasPOSService;
|
|
17428
17060
|
|
|
17429
|
-
},{"../../../factory":
|
|
17061
|
+
},{"../../../factory":132,"../../../service":137,"http-status":369}],105:[function(require,module,exports){
|
|
17430
17062
|
"use strict";
|
|
17431
17063
|
var __extends = (this && this.__extends) || (function () {
|
|
17432
17064
|
var extendStatics = function (d, b) {
|
|
@@ -17553,7 +17185,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
17553
17185
|
}(service_1.Service));
|
|
17554
17186
|
exports.ProductService = ProductService;
|
|
17555
17187
|
|
|
17556
|
-
},{"../../service":
|
|
17188
|
+
},{"../../service":137,"http-status":369}],106:[function(require,module,exports){
|
|
17557
17189
|
"use strict";
|
|
17558
17190
|
var __extends = (this && this.__extends) || (function () {
|
|
17559
17191
|
var extendStatics = function (d, b) {
|
|
@@ -17672,7 +17304,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
17672
17304
|
}(service_1.Service));
|
|
17673
17305
|
exports.ReservationService = ReservationService;
|
|
17674
17306
|
|
|
17675
|
-
},{"../../service":
|
|
17307
|
+
},{"../../service":137,"http-status":369}],107:[function(require,module,exports){
|
|
17676
17308
|
"use strict";
|
|
17677
17309
|
var __extends = (this && this.__extends) || (function () {
|
|
17678
17310
|
var extendStatics = function (d, b) {
|
|
@@ -17855,7 +17487,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
17855
17487
|
}(service_1.Service));
|
|
17856
17488
|
exports.SellerService = SellerService;
|
|
17857
17489
|
|
|
17858
|
-
},{"../../service":
|
|
17490
|
+
},{"../../service":137,"http-status":369}],108:[function(require,module,exports){
|
|
17859
17491
|
"use strict";
|
|
17860
17492
|
var __extends = (this && this.__extends) || (function () {
|
|
17861
17493
|
var extendStatics = function (d, b) {
|
|
@@ -17954,7 +17586,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
17954
17586
|
}(service_1.Service));
|
|
17955
17587
|
exports.TokenService = TokenService;
|
|
17956
17588
|
|
|
17957
|
-
},{"../../service":
|
|
17589
|
+
},{"../../service":137,"http-status":369}],109:[function(require,module,exports){
|
|
17958
17590
|
"use strict";
|
|
17959
17591
|
var __assign = (this && this.__assign) || function () {
|
|
17960
17592
|
__assign = Object.assign || function(t) {
|
|
@@ -18287,7 +17919,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
18287
17919
|
}());
|
|
18288
17920
|
exports.CloudAdmin = CloudAdmin;
|
|
18289
17921
|
|
|
18290
|
-
},{"./admin/authorization":
|
|
17922
|
+
},{"./admin/authorization":110,"./admin/creativeWork":111,"./admin/customer":112,"./admin/event":113,"./admin/me":114,"./admin/member":115,"./admin/note":116,"./admin/offer":117,"./admin/offerCatalog":118,"./admin/offerCatalogItem":119,"./admin/order":120,"./admin/product":121,"./admin/reservation":122}],110:[function(require,module,exports){
|
|
18291
17923
|
"use strict";
|
|
18292
17924
|
var __extends = (this && this.__extends) || (function () {
|
|
18293
17925
|
var extendStatics = function (d, b) {
|
|
@@ -18383,7 +18015,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
18383
18015
|
}(service_1.Service));
|
|
18384
18016
|
exports.AuthorizationService = AuthorizationService;
|
|
18385
18017
|
|
|
18386
|
-
},{"../../index":
|
|
18018
|
+
},{"../../index":133,"../../service":137}],111:[function(require,module,exports){
|
|
18387
18019
|
"use strict";
|
|
18388
18020
|
var __extends = (this && this.__extends) || (function () {
|
|
18389
18021
|
var extendStatics = function (d, b) {
|
|
@@ -18483,7 +18115,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
18483
18115
|
}(service_1.Service));
|
|
18484
18116
|
exports.CreativeWorkService = CreativeWorkService;
|
|
18485
18117
|
|
|
18486
|
-
},{"../../index":
|
|
18118
|
+
},{"../../index":133,"../../service":137}],112:[function(require,module,exports){
|
|
18487
18119
|
"use strict";
|
|
18488
18120
|
var __extends = (this && this.__extends) || (function () {
|
|
18489
18121
|
var extendStatics = function (d, b) {
|
|
@@ -18593,7 +18225,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
18593
18225
|
}(service_1.Service));
|
|
18594
18226
|
exports.CustomerService = CustomerService;
|
|
18595
18227
|
|
|
18596
|
-
},{"../../index":
|
|
18228
|
+
},{"../../index":133,"../../service":137}],113:[function(require,module,exports){
|
|
18597
18229
|
"use strict";
|
|
18598
18230
|
var __extends = (this && this.__extends) || (function () {
|
|
18599
18231
|
var extendStatics = function (d, b) {
|
|
@@ -18773,7 +18405,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
18773
18405
|
}(service_1.Service));
|
|
18774
18406
|
exports.EventService = EventService;
|
|
18775
18407
|
|
|
18776
|
-
},{"../../factory":
|
|
18408
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],114:[function(require,module,exports){
|
|
18777
18409
|
"use strict";
|
|
18778
18410
|
var __extends = (this && this.__extends) || (function () {
|
|
18779
18411
|
var extendStatics = function (d, b) {
|
|
@@ -18877,7 +18509,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
18877
18509
|
}(service_1.Service));
|
|
18878
18510
|
exports.MeService = MeService;
|
|
18879
18511
|
|
|
18880
|
-
},{"../../index":
|
|
18512
|
+
},{"../../index":133,"../../service":137}],115:[function(require,module,exports){
|
|
18881
18513
|
"use strict";
|
|
18882
18514
|
var __extends = (this && this.__extends) || (function () {
|
|
18883
18515
|
var extendStatics = function (d, b) {
|
|
@@ -18970,7 +18602,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
18970
18602
|
}(service_1.Service));
|
|
18971
18603
|
exports.MemberService = MemberService;
|
|
18972
18604
|
|
|
18973
|
-
},{"../../index":
|
|
18605
|
+
},{"../../index":133,"../../service":137}],116:[function(require,module,exports){
|
|
18974
18606
|
"use strict";
|
|
18975
18607
|
var __extends = (this && this.__extends) || (function () {
|
|
18976
18608
|
var extendStatics = function (d, b) {
|
|
@@ -19138,7 +18770,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
19138
18770
|
}(service_1.Service));
|
|
19139
18771
|
exports.NoteService = NoteService;
|
|
19140
18772
|
|
|
19141
|
-
},{"../../index":
|
|
18773
|
+
},{"../../index":133,"../../service":137}],117:[function(require,module,exports){
|
|
19142
18774
|
"use strict";
|
|
19143
18775
|
var __extends = (this && this.__extends) || (function () {
|
|
19144
18776
|
var extendStatics = function (d, b) {
|
|
@@ -19327,7 +18959,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
19327
18959
|
}(service_1.Service));
|
|
19328
18960
|
exports.OfferService = OfferService;
|
|
19329
18961
|
|
|
19330
|
-
},{"../../factory":
|
|
18962
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],118:[function(require,module,exports){
|
|
19331
18963
|
"use strict";
|
|
19332
18964
|
var __extends = (this && this.__extends) || (function () {
|
|
19333
18965
|
var extendStatics = function (d, b) {
|
|
@@ -19436,7 +19068,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
19436
19068
|
}(service_1.Service));
|
|
19437
19069
|
exports.OfferCatalogService = OfferCatalogService;
|
|
19438
19070
|
|
|
19439
|
-
},{"../../factory":
|
|
19071
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],119:[function(require,module,exports){
|
|
19440
19072
|
"use strict";
|
|
19441
19073
|
var __extends = (this && this.__extends) || (function () {
|
|
19442
19074
|
var extendStatics = function (d, b) {
|
|
@@ -19571,7 +19203,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
19571
19203
|
}(service_1.Service));
|
|
19572
19204
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
19573
19205
|
|
|
19574
|
-
},{"../../index":
|
|
19206
|
+
},{"../../index":133,"../../service":137}],120:[function(require,module,exports){
|
|
19575
19207
|
"use strict";
|
|
19576
19208
|
var __extends = (this && this.__extends) || (function () {
|
|
19577
19209
|
var extendStatics = function (d, b) {
|
|
@@ -19808,7 +19440,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
19808
19440
|
}(service_1.Service));
|
|
19809
19441
|
exports.OrderService = OrderService;
|
|
19810
19442
|
|
|
19811
|
-
},{"../../factory":
|
|
19443
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],121:[function(require,module,exports){
|
|
19812
19444
|
"use strict";
|
|
19813
19445
|
var __extends = (this && this.__extends) || (function () {
|
|
19814
19446
|
var extendStatics = function (d, b) {
|
|
@@ -19916,7 +19548,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
19916
19548
|
}(service_1.Service));
|
|
19917
19549
|
exports.ProductService = ProductService;
|
|
19918
19550
|
|
|
19919
|
-
},{"../../factory":
|
|
19551
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],122:[function(require,module,exports){
|
|
19920
19552
|
"use strict";
|
|
19921
19553
|
var __extends = (this && this.__extends) || (function () {
|
|
19922
19554
|
var extendStatics = function (d, b) {
|
|
@@ -20144,7 +19776,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
20144
19776
|
}(service_1.Service));
|
|
20145
19777
|
exports.ReservationService = ReservationService;
|
|
20146
19778
|
|
|
20147
|
-
},{"../../factory":
|
|
19779
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],123:[function(require,module,exports){
|
|
20148
19780
|
"use strict";
|
|
20149
19781
|
var __assign = (this && this.__assign) || function () {
|
|
20150
19782
|
__assign = Object.assign || function(t) {
|
|
@@ -20197,8 +19829,14 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
20197
19829
|
exports.CloudPay = exports.service = void 0;
|
|
20198
19830
|
// tslint:disable:max-classes-per-file
|
|
20199
19831
|
var http_status_1 = require("http-status");
|
|
19832
|
+
var PaymentServiceFactory = require("../chevrePay/payment/factory");
|
|
20200
19833
|
var service;
|
|
20201
19834
|
(function (service) {
|
|
19835
|
+
var payment;
|
|
19836
|
+
(function (payment) {
|
|
19837
|
+
// tslint:disable-next-line:no-shadowed-variable
|
|
19838
|
+
payment.factory = PaymentServiceFactory;
|
|
19839
|
+
})(payment = service.payment || (service.payment = {}));
|
|
20202
19840
|
var Payment;
|
|
20203
19841
|
(function (Payment) {
|
|
20204
19842
|
})(Payment = service.Payment || (service.Payment = {}));
|
|
@@ -20239,7 +19877,7 @@ var CloudPay = /** @class */ (function () {
|
|
|
20239
19877
|
}());
|
|
20240
19878
|
exports.CloudPay = CloudPay;
|
|
20241
19879
|
|
|
20242
|
-
},{"./pay/payment":
|
|
19880
|
+
},{"../chevrePay/payment/factory":76,"./pay/payment":124,"http-status":369}],124:[function(require,module,exports){
|
|
20243
19881
|
"use strict";
|
|
20244
19882
|
var __extends = (this && this.__extends) || (function () {
|
|
20245
19883
|
var extendStatics = function (d, b) {
|
|
@@ -20745,7 +20383,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
20745
20383
|
}(service_1.Service));
|
|
20746
20384
|
exports.PaymentService = PaymentService;
|
|
20747
20385
|
|
|
20748
|
-
},{"../../factory":
|
|
20386
|
+
},{"../../factory":132,"../../index":133,"../../service":137,"http-status":369}],125:[function(require,module,exports){
|
|
20749
20387
|
"use strict";
|
|
20750
20388
|
var __assign = (this && this.__assign) || function () {
|
|
20751
20389
|
__assign = Object.assign || function(t) {
|
|
@@ -20846,7 +20484,7 @@ var CloudTxc = /** @class */ (function () {
|
|
|
20846
20484
|
}());
|
|
20847
20485
|
exports.CloudTxc = CloudTxc;
|
|
20848
20486
|
|
|
20849
|
-
},{"./txc/transaction/placeOrder":
|
|
20487
|
+
},{"./txc/transaction/placeOrder":127,"http-status":369}],126:[function(require,module,exports){
|
|
20850
20488
|
"use strict";
|
|
20851
20489
|
var __assign = (this && this.__assign) || function () {
|
|
20852
20490
|
__assign = Object.assign || function(t) {
|
|
@@ -21058,7 +20696,7 @@ function voidAuthorizeOfferAsync(params) {
|
|
|
21058
20696
|
}
|
|
21059
20697
|
exports.voidAuthorizeOfferAsync = voidAuthorizeOfferAsync;
|
|
21060
20698
|
|
|
21061
|
-
},{"../../../factory":
|
|
20699
|
+
},{"../../../factory":132}],127:[function(require,module,exports){
|
|
21062
20700
|
"use strict";
|
|
21063
20701
|
var __extends = (this && this.__extends) || (function () {
|
|
21064
20702
|
var extendStatics = function (d, b) {
|
|
@@ -21295,7 +20933,7 @@ var PlaceOrderCOAService = /** @class */ (function (_super) {
|
|
|
21295
20933
|
}(service_1.Service));
|
|
21296
20934
|
exports.PlaceOrderCOAService = PlaceOrderCOAService;
|
|
21297
20935
|
|
|
21298
|
-
},{"../../../factory":
|
|
20936
|
+
},{"../../../factory":132,"../../../index":133,"../../../service":137,"./forceAsync":126}],128:[function(require,module,exports){
|
|
21299
20937
|
"use strict";
|
|
21300
20938
|
var __assign = (this && this.__assign) || function () {
|
|
21301
20939
|
__assign = Object.assign || function(t) {
|
|
@@ -21441,7 +21079,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
21441
21079
|
}());
|
|
21442
21080
|
exports.CloudTxn = CloudTxn;
|
|
21443
21081
|
|
|
21444
|
-
},{"../chevreTxn/transaction/placeOrder/factory":83,"./txn/offer":
|
|
21082
|
+
},{"../chevreTxn/transaction/placeOrder/factory":83,"./txn/offer":129,"./txn/transaction/placeOrder":130,"./txn/transaction/returnOrder":131,"http-status":369}],129:[function(require,module,exports){
|
|
21445
21083
|
"use strict";
|
|
21446
21084
|
var __extends = (this && this.__extends) || (function () {
|
|
21447
21085
|
var extendStatics = function (d, b) {
|
|
@@ -21587,7 +21225,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
21587
21225
|
}(service_1.Service));
|
|
21588
21226
|
exports.OfferService = OfferService;
|
|
21589
21227
|
|
|
21590
|
-
},{"../../factory":
|
|
21228
|
+
},{"../../factory":132,"../../index":133,"../../service":137}],130:[function(require,module,exports){
|
|
21591
21229
|
"use strict";
|
|
21592
21230
|
var __extends = (this && this.__extends) || (function () {
|
|
21593
21231
|
var extendStatics = function (d, b) {
|
|
@@ -21854,7 +21492,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21854
21492
|
}(service_1.Service));
|
|
21855
21493
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
21856
21494
|
|
|
21857
|
-
},{"../../../index":
|
|
21495
|
+
},{"../../../index":133,"../../../service":137,"http-status":369}],131:[function(require,module,exports){
|
|
21858
21496
|
"use strict";
|
|
21859
21497
|
var __extends = (this && this.__extends) || (function () {
|
|
21860
21498
|
var extendStatics = function (d, b) {
|
|
@@ -22019,7 +21657,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
22019
21657
|
}(service_1.Service));
|
|
22020
21658
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
22021
21659
|
|
|
22022
|
-
},{"../../../index":
|
|
21660
|
+
},{"../../../index":133,"../../../service":137}],132:[function(require,module,exports){
|
|
22023
21661
|
"use strict";
|
|
22024
21662
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22025
21663
|
if (k2 === undefined) k2 = k;
|
|
@@ -22037,7 +21675,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
22037
21675
|
*/
|
|
22038
21676
|
__exportStar(require("@chevre/factory"), exports);
|
|
22039
21677
|
|
|
22040
|
-
},{"@chevre/factory":
|
|
21678
|
+
},{"@chevre/factory":235}],133:[function(require,module,exports){
|
|
22041
21679
|
"use strict";
|
|
22042
21680
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
22043
21681
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -22412,7 +22050,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
|
|
|
22412
22050
|
// export class StubAuth extends StubAuthClient { }
|
|
22413
22051
|
// }
|
|
22414
22052
|
|
|
22415
|
-
},{"./chevre":3,"./chevreAdmin":4,"./chevreAsset":64,"./chevreAuth":72,"./chevrePay":74,"./chevreTxc":77,"./chevreTxn":79,"./cinerino/default":94,"./cloud/admin":
|
|
22053
|
+
},{"./chevre":3,"./chevreAdmin":4,"./chevreAsset":64,"./chevreAuth":72,"./chevrePay":74,"./chevreTxc":77,"./chevreTxn":79,"./cinerino/default":94,"./cloud/admin":109,"./cloud/pay":123,"./cloud/txc":125,"./cloud/txn":128,"./factory":132,"./pecorino":134,"./transporters":138,"./waiterAdmin":139}],134:[function(require,module,exports){
|
|
22416
22054
|
"use strict";
|
|
22417
22055
|
var __extends = (this && this.__extends) || (function () {
|
|
22418
22056
|
var extendStatics = function (d, b) {
|
|
@@ -22465,7 +22103,7 @@ var service;
|
|
|
22465
22103
|
service.AccountTransaction = AccountTransaction;
|
|
22466
22104
|
})(service = exports.service || (exports.service = {}));
|
|
22467
22105
|
|
|
22468
|
-
},{"./factory":
|
|
22106
|
+
},{"./factory":132,"./pecorino/accountTransaction":135,"./pecorino/permit":136}],135:[function(require,module,exports){
|
|
22469
22107
|
"use strict";
|
|
22470
22108
|
var __extends = (this && this.__extends) || (function () {
|
|
22471
22109
|
var extendStatics = function (d, b) {
|
|
@@ -22636,7 +22274,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
22636
22274
|
}(service_1.Service));
|
|
22637
22275
|
exports.AccountTransactionService = AccountTransactionService;
|
|
22638
22276
|
|
|
22639
|
-
},{"../service":
|
|
22277
|
+
},{"../service":137,"http-status":369}],136:[function(require,module,exports){
|
|
22640
22278
|
"use strict";
|
|
22641
22279
|
var __extends = (this && this.__extends) || (function () {
|
|
22642
22280
|
var extendStatics = function (d, b) {
|
|
@@ -22756,7 +22394,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
22756
22394
|
}(service_1.Service));
|
|
22757
22395
|
exports.PermitService = PermitService;
|
|
22758
22396
|
|
|
22759
|
-
},{"../service":
|
|
22397
|
+
},{"../service":137,"http-status":369}],137:[function(require,module,exports){
|
|
22760
22398
|
"use strict";
|
|
22761
22399
|
var __assign = (this && this.__assign) || function () {
|
|
22762
22400
|
__assign = Object.assign || function(t) {
|
|
@@ -22830,9 +22468,7 @@ var Service = /** @class */ (function () {
|
|
|
22830
22468
|
return __awaiter(this, void 0, void 0, function () {
|
|
22831
22469
|
var defaultOptions, baseUrl, baseUrlEndsAsExpected, url, querystrings, headers, fetchOptions, retryableStatusCodes, transporter;
|
|
22832
22470
|
return __generator(this, function (_c) {
|
|
22833
|
-
defaultOptions = __assign(__assign({ headers: {} }, options), {
|
|
22834
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
22835
|
-
method: (typeof options.method === 'string') ? options.method /* istanbul ignore next */ : 'GET' });
|
|
22471
|
+
defaultOptions = __assign(__assign({ headers: {} }, options), { method: (typeof options.method === 'string') ? options.method : 'GET' });
|
|
22836
22472
|
baseUrl = this.options.endpoint;
|
|
22837
22473
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
22838
22474
|
/* istanbul ignore else */
|
|
@@ -22884,7 +22520,7 @@ var Service = /** @class */ (function () {
|
|
|
22884
22520
|
}());
|
|
22885
22521
|
exports.Service = Service;
|
|
22886
22522
|
|
|
22887
|
-
},{"./transporters":
|
|
22523
|
+
},{"./transporters":138,"qs":376}],138:[function(require,module,exports){
|
|
22888
22524
|
"use strict";
|
|
22889
22525
|
var __extends = (this && this.__extends) || (function () {
|
|
22890
22526
|
var extendStatics = function (d, b) {
|
|
@@ -23081,7 +22717,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
23081
22717
|
}());
|
|
23082
22718
|
exports.StubTransporter = StubTransporter;
|
|
23083
22719
|
|
|
23084
|
-
},{"debug":
|
|
22720
|
+
},{"debug":349,"isomorphic-fetch":372}],139:[function(require,module,exports){
|
|
23085
22721
|
"use strict";
|
|
23086
22722
|
var __assign = (this && this.__assign) || function () {
|
|
23087
22723
|
__assign = Object.assign || function(t) {
|
|
@@ -23186,7 +22822,7 @@ var WaiterAdmin = /** @class */ (function () {
|
|
|
23186
22822
|
}());
|
|
23187
22823
|
exports.WaiterAdmin = WaiterAdmin;
|
|
23188
22824
|
|
|
23189
|
-
},{"./waiterAdmin/rule":
|
|
22825
|
+
},{"./waiterAdmin/rule":140,"./waiterAdmin/ruleSet":141}],140:[function(require,module,exports){
|
|
23190
22826
|
"use strict";
|
|
23191
22827
|
var __extends = (this && this.__extends) || (function () {
|
|
23192
22828
|
var extendStatics = function (d, b) {
|
|
@@ -23274,7 +22910,7 @@ var RuleService = /** @class */ (function (_super) {
|
|
|
23274
22910
|
}(service_1.Service));
|
|
23275
22911
|
exports.RuleService = RuleService;
|
|
23276
22912
|
|
|
23277
|
-
},{"../service":
|
|
22913
|
+
},{"../service":137,"http-status":369}],141:[function(require,module,exports){
|
|
23278
22914
|
"use strict";
|
|
23279
22915
|
var __extends = (this && this.__extends) || (function () {
|
|
23280
22916
|
var extendStatics = function (d, b) {
|
|
@@ -23382,7 +23018,7 @@ var RuleSetService = /** @class */ (function (_super) {
|
|
|
23382
23018
|
}(service_1.Service));
|
|
23383
23019
|
exports.RuleSetService = RuleSetService;
|
|
23384
23020
|
|
|
23385
|
-
},{"../service":
|
|
23021
|
+
},{"../service":137,"http-status":369}],142:[function(require,module,exports){
|
|
23386
23022
|
"use strict";
|
|
23387
23023
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23388
23024
|
/* istanbul ignore file */
|
|
@@ -23738,7 +23374,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
23738
23374
|
}(oAuth2client_1.default));
|
|
23739
23375
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
23740
23376
|
|
|
23741
|
-
},{"./implicitGrantClient/error":
|
|
23377
|
+
},{"./implicitGrantClient/error":143,"./implicitGrantClient/popupAuthenticationHandler":145,"./implicitGrantClient/silentAuthenticationHandler":147,"./implicitGrantClient/silentLogoutHandler":148,"./oAuth2client":150,"debug":349,"idtoken-verifier":370,"qs":376}],143:[function(require,module,exports){
|
|
23742
23378
|
"use strict";
|
|
23743
23379
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23744
23380
|
/* istanbul ignore file */
|
|
@@ -23771,7 +23407,7 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
23771
23407
|
}(Error));
|
|
23772
23408
|
exports.AuthorizeError = AuthorizeError;
|
|
23773
23409
|
|
|
23774
|
-
},{}],
|
|
23410
|
+
},{}],144:[function(require,module,exports){
|
|
23775
23411
|
"use strict";
|
|
23776
23412
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23777
23413
|
/* istanbul ignore file */
|
|
@@ -23857,7 +23493,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
23857
23493
|
}());
|
|
23858
23494
|
exports.default = IframeHandler;
|
|
23859
23495
|
|
|
23860
|
-
},{"debug":
|
|
23496
|
+
},{"debug":349}],145:[function(require,module,exports){
|
|
23861
23497
|
"use strict";
|
|
23862
23498
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23863
23499
|
/* istanbul ignore file */
|
|
@@ -23967,7 +23603,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
23967
23603
|
}());
|
|
23968
23604
|
exports.default = PopupAuthenticationHandler;
|
|
23969
23605
|
|
|
23970
|
-
},{"./error":
|
|
23606
|
+
},{"./error":143,"./popupHandler":146}],146:[function(require,module,exports){
|
|
23971
23607
|
"use strict";
|
|
23972
23608
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
23973
23609
|
/* istanbul ignore file */
|
|
@@ -24053,7 +23689,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
24053
23689
|
}());
|
|
24054
23690
|
exports.default = PopupHandler;
|
|
24055
23691
|
|
|
24056
|
-
},{"debug":
|
|
23692
|
+
},{"debug":349}],147:[function(require,module,exports){
|
|
24057
23693
|
"use strict";
|
|
24058
23694
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24059
23695
|
/* istanbul ignore file */
|
|
@@ -24163,7 +23799,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
24163
23799
|
}());
|
|
24164
23800
|
exports.default = SilentAuthenticationHandler;
|
|
24165
23801
|
|
|
24166
|
-
},{"./error":
|
|
23802
|
+
},{"./error":143,"./iframeHandler":144}],148:[function(require,module,exports){
|
|
24167
23803
|
"use strict";
|
|
24168
23804
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
24169
23805
|
/* istanbul ignore file */
|
|
@@ -24273,7 +23909,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
24273
23909
|
}());
|
|
24274
23910
|
exports.default = SilentLogoutHandler;
|
|
24275
23911
|
|
|
24276
|
-
},{"./error":
|
|
23912
|
+
},{"./error":143,"./iframeHandler":144}],149:[function(require,module,exports){
|
|
24277
23913
|
"use strict";
|
|
24278
23914
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24279
23915
|
exports.LoginTicket = void 0;
|
|
@@ -24302,7 +23938,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
24302
23938
|
}());
|
|
24303
23939
|
exports.LoginTicket = LoginTicket;
|
|
24304
23940
|
|
|
24305
|
-
},{}],
|
|
23941
|
+
},{}],150:[function(require,module,exports){
|
|
24306
23942
|
(function (Buffer){
|
|
24307
23943
|
"use strict";
|
|
24308
23944
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -24832,7 +24468,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
24832
24468
|
exports.default = OAuth2client;
|
|
24833
24469
|
|
|
24834
24470
|
}).call(this,require("buffer").Buffer)
|
|
24835
|
-
},{"../abstract/transporters":
|
|
24471
|
+
},{"../abstract/transporters":138,"./loginTicket":149,"buffer":345,"crypto":344,"debug":349,"http-status":369,"isomorphic-fetch":372,"querystring":382}],151:[function(require,module,exports){
|
|
24836
24472
|
"use strict";
|
|
24837
24473
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24838
24474
|
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadCloudTxn = exports.loadCloudTxc = exports.loadCloudPay = exports.loadCloudAdmin = void 0;
|
|
@@ -24858,7 +24494,7 @@ function createAuthInstance(options) {
|
|
|
24858
24494
|
}
|
|
24859
24495
|
exports.createAuthInstance = createAuthInstance;
|
|
24860
24496
|
|
|
24861
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
24497
|
+
},{"./abstract":2,"./auth/implicitGrantClient":142}],152:[function(require,module,exports){
|
|
24862
24498
|
"use strict";
|
|
24863
24499
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24864
24500
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -24892,9 +24528,9 @@ var transaction;
|
|
|
24892
24528
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
24893
24529
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
24894
24530
|
|
|
24895
|
-
},{"./account/action/moneyTransfer":
|
|
24531
|
+
},{"./account/action/moneyTransfer":155,"./account/transaction/deposit":157,"./account/transaction/transfer":158,"./account/transaction/withdraw":159,"./account/transactionType":156}],153:[function(require,module,exports){
|
|
24896
24532
|
arguments[4][66][0].apply(exports,arguments)
|
|
24897
|
-
},{"dup":66}],
|
|
24533
|
+
},{"dup":66}],154:[function(require,module,exports){
|
|
24898
24534
|
"use strict";
|
|
24899
24535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24900
24536
|
exports.AccountType = void 0;
|
|
@@ -24915,9 +24551,9 @@ var AccountType;
|
|
|
24915
24551
|
AccountType["Transactional"] = "Transactional";
|
|
24916
24552
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24917
24553
|
|
|
24918
|
-
},{}],
|
|
24554
|
+
},{}],155:[function(require,module,exports){
|
|
24919
24555
|
arguments[4][66][0].apply(exports,arguments)
|
|
24920
|
-
},{"dup":66}],
|
|
24556
|
+
},{"dup":66}],156:[function(require,module,exports){
|
|
24921
24557
|
"use strict";
|
|
24922
24558
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24923
24559
|
exports.AccountTransactionType = void 0;
|
|
@@ -24940,13 +24576,13 @@ var AccountTransactionType;
|
|
|
24940
24576
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
24941
24577
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
24942
24578
|
|
|
24943
|
-
},{}],
|
|
24579
|
+
},{}],157:[function(require,module,exports){
|
|
24580
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
24581
|
+
},{"dup":66}],158:[function(require,module,exports){
|
|
24944
24582
|
arguments[4][66][0].apply(exports,arguments)
|
|
24945
24583
|
},{"dup":66}],159:[function(require,module,exports){
|
|
24946
24584
|
arguments[4][66][0].apply(exports,arguments)
|
|
24947
24585
|
},{"dup":66}],160:[function(require,module,exports){
|
|
24948
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
24949
|
-
},{"dup":66}],161:[function(require,module,exports){
|
|
24950
24586
|
"use strict";
|
|
24951
24587
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24952
24588
|
exports.ActionStatusType = void 0;
|
|
@@ -24962,7 +24598,7 @@ var ActionStatusType;
|
|
|
24962
24598
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
24963
24599
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
24964
24600
|
|
|
24965
|
-
},{}],
|
|
24601
|
+
},{}],161:[function(require,module,exports){
|
|
24966
24602
|
"use strict";
|
|
24967
24603
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24968
24604
|
exports.ActionType = void 0;
|
|
@@ -24994,7 +24630,7 @@ var ActionType;
|
|
|
24994
24630
|
ActionType["UseAction"] = "UseAction";
|
|
24995
24631
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
24996
24632
|
|
|
24997
|
-
},{}],
|
|
24633
|
+
},{}],162:[function(require,module,exports){
|
|
24998
24634
|
"use strict";
|
|
24999
24635
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25000
24636
|
exports.FlgMember = void 0;
|
|
@@ -25013,11 +24649,11 @@ var FlgMember;
|
|
|
25013
24649
|
FlgMember["Member"] = "1";
|
|
25014
24650
|
})(FlgMember = exports.FlgMember || (exports.FlgMember = {}));
|
|
25015
24651
|
|
|
25016
|
-
},{}],
|
|
24652
|
+
},{}],163:[function(require,module,exports){
|
|
25017
24653
|
arguments[4][66][0].apply(exports,arguments)
|
|
25018
|
-
},{"dup":66}],
|
|
24654
|
+
},{"dup":66}],164:[function(require,module,exports){
|
|
25019
24655
|
arguments[4][66][0].apply(exports,arguments)
|
|
25020
|
-
},{"dup":66}],
|
|
24656
|
+
},{"dup":66}],165:[function(require,module,exports){
|
|
25021
24657
|
"use strict";
|
|
25022
24658
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25023
24659
|
exports.ObjectType = void 0;
|
|
@@ -25026,11 +24662,11 @@ var ObjectType;
|
|
|
25026
24662
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
25027
24663
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
25028
24664
|
|
|
25029
|
-
},{}],
|
|
24665
|
+
},{}],166:[function(require,module,exports){
|
|
25030
24666
|
arguments[4][66][0].apply(exports,arguments)
|
|
25031
|
-
},{"dup":66}],
|
|
24667
|
+
},{"dup":66}],167:[function(require,module,exports){
|
|
25032
24668
|
arguments[4][66][0].apply(exports,arguments)
|
|
25033
|
-
},{"dup":66}],
|
|
24669
|
+
},{"dup":66}],168:[function(require,module,exports){
|
|
25034
24670
|
"use strict";
|
|
25035
24671
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25036
24672
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -25044,11 +24680,11 @@ var ServiceIdentifier;
|
|
|
25044
24680
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
25045
24681
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
25046
24682
|
|
|
25047
|
-
},{}],
|
|
24683
|
+
},{}],169:[function(require,module,exports){
|
|
25048
24684
|
arguments[4][66][0].apply(exports,arguments)
|
|
25049
|
-
},{"dup":66}],
|
|
24685
|
+
},{"dup":66}],170:[function(require,module,exports){
|
|
25050
24686
|
arguments[4][66][0].apply(exports,arguments)
|
|
25051
|
-
},{"dup":66}],
|
|
24687
|
+
},{"dup":66}],171:[function(require,module,exports){
|
|
25052
24688
|
"use strict";
|
|
25053
24689
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25054
24690
|
exports.ObjectType = void 0;
|
|
@@ -25057,7 +24693,9 @@ var ObjectType;
|
|
|
25057
24693
|
ObjectType["Ticket"] = "Ticket";
|
|
25058
24694
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
25059
24695
|
|
|
25060
|
-
},{}],
|
|
24696
|
+
},{}],172:[function(require,module,exports){
|
|
24697
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
24698
|
+
},{"dup":66}],173:[function(require,module,exports){
|
|
25061
24699
|
arguments[4][66][0].apply(exports,arguments)
|
|
25062
24700
|
},{"dup":66}],174:[function(require,module,exports){
|
|
25063
24701
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -25078,8 +24716,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
25078
24716
|
},{"dup":66}],182:[function(require,module,exports){
|
|
25079
24717
|
arguments[4][66][0].apply(exports,arguments)
|
|
25080
24718
|
},{"dup":66}],183:[function(require,module,exports){
|
|
25081
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
25082
|
-
},{"dup":66}],184:[function(require,module,exports){
|
|
25083
24719
|
"use strict";
|
|
25084
24720
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25085
24721
|
exports.ObjectType = void 0;
|
|
@@ -25088,7 +24724,9 @@ var ObjectType;
|
|
|
25088
24724
|
ObjectType["PointAward"] = "PointAward";
|
|
25089
24725
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
25090
24726
|
|
|
25091
|
-
},{}],
|
|
24727
|
+
},{}],184:[function(require,module,exports){
|
|
24728
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
24729
|
+
},{"dup":66}],185:[function(require,module,exports){
|
|
25092
24730
|
arguments[4][66][0].apply(exports,arguments)
|
|
25093
24731
|
},{"dup":66}],186:[function(require,module,exports){
|
|
25094
24732
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -25109,8 +24747,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
25109
24747
|
},{"dup":66}],194:[function(require,module,exports){
|
|
25110
24748
|
arguments[4][66][0].apply(exports,arguments)
|
|
25111
24749
|
},{"dup":66}],195:[function(require,module,exports){
|
|
25112
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
25113
|
-
},{"dup":66}],196:[function(require,module,exports){
|
|
25114
24750
|
"use strict";
|
|
25115
24751
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25116
24752
|
exports.AssetTransactionType = void 0;
|
|
@@ -25150,7 +24786,9 @@ var AssetTransactionType;
|
|
|
25150
24786
|
AssetTransactionType["COAReserveTransaction"] = "COAReserveTransaction";
|
|
25151
24787
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
25152
24788
|
|
|
25153
|
-
},{}],
|
|
24789
|
+
},{}],196:[function(require,module,exports){
|
|
24790
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
24791
|
+
},{"dup":66}],197:[function(require,module,exports){
|
|
25154
24792
|
arguments[4][66][0].apply(exports,arguments)
|
|
25155
24793
|
},{"dup":66}],198:[function(require,module,exports){
|
|
25156
24794
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -25163,8 +24801,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
25163
24801
|
},{"dup":66}],202:[function(require,module,exports){
|
|
25164
24802
|
arguments[4][66][0].apply(exports,arguments)
|
|
25165
24803
|
},{"dup":66}],203:[function(require,module,exports){
|
|
25166
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
25167
|
-
},{"dup":66}],204:[function(require,module,exports){
|
|
25168
24804
|
"use strict";
|
|
25169
24805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25170
24806
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -25220,11 +24856,11 @@ var CategorySetIdentifier;
|
|
|
25220
24856
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
25221
24857
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
25222
24858
|
|
|
25223
|
-
},{}],
|
|
24859
|
+
},{}],204:[function(require,module,exports){
|
|
25224
24860
|
arguments[4][66][0].apply(exports,arguments)
|
|
25225
|
-
},{"dup":66}],
|
|
24861
|
+
},{"dup":66}],205:[function(require,module,exports){
|
|
25226
24862
|
arguments[4][66][0].apply(exports,arguments)
|
|
25227
|
-
},{"dup":66}],
|
|
24863
|
+
},{"dup":66}],206:[function(require,module,exports){
|
|
25228
24864
|
"use strict";
|
|
25229
24865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25230
24866
|
exports.CreativeWorkType = void 0;
|
|
@@ -25241,9 +24877,9 @@ var CreativeWorkType;
|
|
|
25241
24877
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
25242
24878
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
25243
24879
|
|
|
25244
|
-
},{}],
|
|
24880
|
+
},{}],207:[function(require,module,exports){
|
|
25245
24881
|
arguments[4][66][0].apply(exports,arguments)
|
|
25246
|
-
},{"dup":66}],
|
|
24882
|
+
},{"dup":66}],208:[function(require,module,exports){
|
|
25247
24883
|
"use strict";
|
|
25248
24884
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25249
24885
|
exports.AboutIdentifier = void 0;
|
|
@@ -25255,15 +24891,15 @@ var AboutIdentifier;
|
|
|
25255
24891
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
25256
24892
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
25257
24893
|
|
|
25258
|
-
},{}],
|
|
24894
|
+
},{}],209:[function(require,module,exports){
|
|
24895
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
24896
|
+
},{"dup":66}],210:[function(require,module,exports){
|
|
25259
24897
|
arguments[4][66][0].apply(exports,arguments)
|
|
25260
24898
|
},{"dup":66}],211:[function(require,module,exports){
|
|
25261
24899
|
arguments[4][66][0].apply(exports,arguments)
|
|
25262
24900
|
},{"dup":66}],212:[function(require,module,exports){
|
|
25263
24901
|
arguments[4][66][0].apply(exports,arguments)
|
|
25264
24902
|
},{"dup":66}],213:[function(require,module,exports){
|
|
25265
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
25266
|
-
},{"dup":66}],214:[function(require,module,exports){
|
|
25267
24903
|
"use strict";
|
|
25268
24904
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25269
24905
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -25306,7 +24942,7 @@ var Video;
|
|
|
25306
24942
|
(function (Video) {
|
|
25307
24943
|
})(Video = exports.Video || (exports.Video = {}));
|
|
25308
24944
|
|
|
25309
|
-
},{}],
|
|
24945
|
+
},{}],214:[function(require,module,exports){
|
|
25310
24946
|
"use strict";
|
|
25311
24947
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25312
24948
|
exports.ErrorCode = void 0;
|
|
@@ -25329,7 +24965,7 @@ var ErrorCode;
|
|
|
25329
24965
|
ErrorCode["Unknown"] = "Unknown";
|
|
25330
24966
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
25331
24967
|
|
|
25332
|
-
},{}],
|
|
24968
|
+
},{}],215:[function(require,module,exports){
|
|
25333
24969
|
"use strict";
|
|
25334
24970
|
var __extends = (this && this.__extends) || (function () {
|
|
25335
24971
|
var extendStatics = function (d, b) {
|
|
@@ -25375,7 +25011,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
25375
25011
|
}(chevre_1.ChevreError));
|
|
25376
25012
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
25377
25013
|
|
|
25378
|
-
},{"../errorCode":
|
|
25014
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],216:[function(require,module,exports){
|
|
25379
25015
|
"use strict";
|
|
25380
25016
|
var __extends = (this && this.__extends) || (function () {
|
|
25381
25017
|
var extendStatics = function (d, b) {
|
|
@@ -25420,7 +25056,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
25420
25056
|
}(chevre_1.ChevreError));
|
|
25421
25057
|
exports.ArgumentError = ArgumentError;
|
|
25422
25058
|
|
|
25423
|
-
},{"../errorCode":
|
|
25059
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],217:[function(require,module,exports){
|
|
25424
25060
|
"use strict";
|
|
25425
25061
|
var __extends = (this && this.__extends) || (function () {
|
|
25426
25062
|
var extendStatics = function (d, b) {
|
|
@@ -25465,7 +25101,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
25465
25101
|
}(chevre_1.ChevreError));
|
|
25466
25102
|
exports.ArgumentNullError = ArgumentNullError;
|
|
25467
25103
|
|
|
25468
|
-
},{"../errorCode":
|
|
25104
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],218:[function(require,module,exports){
|
|
25469
25105
|
"use strict";
|
|
25470
25106
|
var __extends = (this && this.__extends) || (function () {
|
|
25471
25107
|
var extendStatics = function (d, b) {
|
|
@@ -25504,7 +25140,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
25504
25140
|
}(Error));
|
|
25505
25141
|
exports.ChevreError = ChevreError;
|
|
25506
25142
|
|
|
25507
|
-
},{"setprototypeof":
|
|
25143
|
+
},{"setprototypeof":384}],219:[function(require,module,exports){
|
|
25508
25144
|
"use strict";
|
|
25509
25145
|
var __extends = (this && this.__extends) || (function () {
|
|
25510
25146
|
var extendStatics = function (d, b) {
|
|
@@ -25548,7 +25184,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
25548
25184
|
}(chevre_1.ChevreError));
|
|
25549
25185
|
exports.ForbiddenError = ForbiddenError;
|
|
25550
25186
|
|
|
25551
|
-
},{"../errorCode":
|
|
25187
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],220:[function(require,module,exports){
|
|
25552
25188
|
"use strict";
|
|
25553
25189
|
var __extends = (this && this.__extends) || (function () {
|
|
25554
25190
|
var extendStatics = function (d, b) {
|
|
@@ -25592,7 +25228,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
25592
25228
|
}(chevre_1.ChevreError));
|
|
25593
25229
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
25594
25230
|
|
|
25595
|
-
},{"../errorCode":
|
|
25231
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],221:[function(require,module,exports){
|
|
25596
25232
|
"use strict";
|
|
25597
25233
|
var __extends = (this && this.__extends) || (function () {
|
|
25598
25234
|
var extendStatics = function (d, b) {
|
|
@@ -25636,7 +25272,7 @@ var InternalError = /** @class */ (function (_super) {
|
|
|
25636
25272
|
}(chevre_1.ChevreError));
|
|
25637
25273
|
exports.InternalError = InternalError;
|
|
25638
25274
|
|
|
25639
|
-
},{"../errorCode":
|
|
25275
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],222:[function(require,module,exports){
|
|
25640
25276
|
"use strict";
|
|
25641
25277
|
var __extends = (this && this.__extends) || (function () {
|
|
25642
25278
|
var extendStatics = function (d, b) {
|
|
@@ -25681,7 +25317,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
25681
25317
|
}(chevre_1.ChevreError));
|
|
25682
25318
|
exports.NotFoundError = NotFoundError;
|
|
25683
25319
|
|
|
25684
|
-
},{"../errorCode":
|
|
25320
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],223:[function(require,module,exports){
|
|
25685
25321
|
"use strict";
|
|
25686
25322
|
var __extends = (this && this.__extends) || (function () {
|
|
25687
25323
|
var extendStatics = function (d, b) {
|
|
@@ -25725,7 +25361,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
25725
25361
|
}(chevre_1.ChevreError));
|
|
25726
25362
|
exports.NotImplementedError = NotImplementedError;
|
|
25727
25363
|
|
|
25728
|
-
},{"../errorCode":
|
|
25364
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],224:[function(require,module,exports){
|
|
25729
25365
|
"use strict";
|
|
25730
25366
|
var __extends = (this && this.__extends) || (function () {
|
|
25731
25367
|
var extendStatics = function (d, b) {
|
|
@@ -25769,7 +25405,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
25769
25405
|
}(chevre_1.ChevreError));
|
|
25770
25406
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
25771
25407
|
|
|
25772
|
-
},{"../errorCode":
|
|
25408
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],225:[function(require,module,exports){
|
|
25773
25409
|
"use strict";
|
|
25774
25410
|
var __extends = (this && this.__extends) || (function () {
|
|
25775
25411
|
var extendStatics = function (d, b) {
|
|
@@ -25813,7 +25449,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
25813
25449
|
}(chevre_1.ChevreError));
|
|
25814
25450
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
25815
25451
|
|
|
25816
|
-
},{"../errorCode":
|
|
25452
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],226:[function(require,module,exports){
|
|
25817
25453
|
"use strict";
|
|
25818
25454
|
var __extends = (this && this.__extends) || (function () {
|
|
25819
25455
|
var extendStatics = function (d, b) {
|
|
@@ -25857,7 +25493,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
25857
25493
|
}(chevre_1.ChevreError));
|
|
25858
25494
|
exports.UnauthorizedError = UnauthorizedError;
|
|
25859
25495
|
|
|
25860
|
-
},{"../errorCode":
|
|
25496
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],227:[function(require,module,exports){
|
|
25861
25497
|
"use strict";
|
|
25862
25498
|
var __extends = (this && this.__extends) || (function () {
|
|
25863
25499
|
var extendStatics = function (d, b) {
|
|
@@ -25901,7 +25537,7 @@ var UnknownError = /** @class */ (function (_super) {
|
|
|
25901
25537
|
}(chevre_1.ChevreError));
|
|
25902
25538
|
exports.UnknownError = UnknownError;
|
|
25903
25539
|
|
|
25904
|
-
},{"../errorCode":
|
|
25540
|
+
},{"../errorCode":214,"./chevre":218,"setprototypeof":384}],228:[function(require,module,exports){
|
|
25905
25541
|
"use strict";
|
|
25906
25542
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25907
25543
|
exports.Unknown = exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.Internal = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -25935,7 +25571,7 @@ Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function
|
|
|
25935
25571
|
var unknown_1 = require("./error/unknown");
|
|
25936
25572
|
Object.defineProperty(exports, "Unknown", { enumerable: true, get: function () { return unknown_1.UnknownError; } });
|
|
25937
25573
|
|
|
25938
|
-
},{"./error/alreadyInUse":
|
|
25574
|
+
},{"./error/alreadyInUse":215,"./error/argument":216,"./error/argumentNull":217,"./error/chevre":218,"./error/forbidden":219,"./error/gatewayTimeout":220,"./error/internal":221,"./error/notFound":222,"./error/notImplemented":223,"./error/rateLimitExceeded":224,"./error/serviceUnavailable":225,"./error/unauthorized":226,"./error/unknown":227}],229:[function(require,module,exports){
|
|
25939
25575
|
"use strict";
|
|
25940
25576
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25941
25577
|
exports.EventStatusType = void 0;
|
|
@@ -25950,7 +25586,7 @@ var EventStatusType;
|
|
|
25950
25586
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
25951
25587
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
25952
25588
|
|
|
25953
|
-
},{}],
|
|
25589
|
+
},{}],230:[function(require,module,exports){
|
|
25954
25590
|
"use strict";
|
|
25955
25591
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25956
25592
|
exports.EventType = void 0;
|
|
@@ -25964,13 +25600,13 @@ var EventType;
|
|
|
25964
25600
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
25965
25601
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
25966
25602
|
|
|
25967
|
-
},{}],
|
|
25603
|
+
},{}],231:[function(require,module,exports){
|
|
25604
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
25605
|
+
},{"dup":66}],232:[function(require,module,exports){
|
|
25968
25606
|
arguments[4][66][0].apply(exports,arguments)
|
|
25969
25607
|
},{"dup":66}],233:[function(require,module,exports){
|
|
25970
25608
|
arguments[4][66][0].apply(exports,arguments)
|
|
25971
25609
|
},{"dup":66}],234:[function(require,module,exports){
|
|
25972
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
25973
|
-
},{"dup":66}],235:[function(require,module,exports){
|
|
25974
25610
|
"use strict";
|
|
25975
25611
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25976
25612
|
exports.RoleType = void 0;
|
|
@@ -25979,7 +25615,7 @@ var RoleType;
|
|
|
25979
25615
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
25980
25616
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
25981
25617
|
|
|
25982
|
-
},{}],
|
|
25618
|
+
},{}],235:[function(require,module,exports){
|
|
25983
25619
|
"use strict";
|
|
25984
25620
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25985
25621
|
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;
|
|
@@ -26435,9 +26071,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
26435
26071
|
exports.unitCode = unitCode_1.UnitCode;
|
|
26436
26072
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
26437
26073
|
|
|
26438
|
-
},{"./account":
|
|
26074
|
+
},{"./account":152,"./accountTitle":153,"./accountType":154,"./action/accept/coaOffer":162,"./action/accept/pay":163,"./action/authorize/invoice":164,"./action/authorize/offer/eventService":165,"./action/authorize/offer/moneyTransfer":166,"./action/authorize/offer/product":167,"./action/authorize/paymentMethod/any":168,"./action/cancel/reservation":169,"./action/check/paymentMethod/movieTicket":170,"./action/check/token":171,"./action/consume/use/reservation":172,"./action/interact/confirm/moneyTransfer":173,"./action/interact/confirm/pay":174,"./action/interact/confirm/registerService":175,"./action/interact/confirm/reservation":176,"./action/interact/inform":177,"./action/interact/register/service":178,"./action/reserve":179,"./action/trade/order":180,"./action/trade/pay":181,"./action/trade/refund":182,"./action/transfer/give/pointAward":183,"./action/transfer/moneyTransfer":184,"./action/transfer/return/invoice":185,"./action/transfer/return/moneyTransfer":186,"./action/transfer/return/order":187,"./action/transfer/return/pointAward":188,"./action/transfer/return/reserveTransaction":189,"./action/transfer/send/message/email":190,"./action/transfer/send/order":191,"./action/update/delete/member":192,"./action/update/replace":193,"./actionStatusType":160,"./actionType":161,"./additionalProperty":194,"./assetTransaction/cancelReservation":196,"./assetTransaction/moneyTransfer":197,"./assetTransaction/pay":198,"./assetTransaction/refund":199,"./assetTransaction/registerService":200,"./assetTransaction/reserve":201,"./assetTransactionType":195,"./authorization":202,"./categoryCode":203,"./clientUser":204,"./cognito":205,"./creativeWork/comment":207,"./creativeWork/message/email":208,"./creativeWork/movie":209,"./creativeWork/noteDigitalDocument":210,"./creativeWork/softwareApplication/webApplication":211,"./creativeWorkType":206,"./customer":212,"./encodingFormat":213,"./errorCode":214,"./errors":228,"./event/anyEvent":231,"./event/screeningEvent":232,"./event/screeningEventSeries":233,"./eventStatusType":229,"./eventType":230,"./iam":234,"./invoice":236,"./itemAvailability":237,"./language":238,"./merchantReturnPolicy":239,"./monetaryAmount":240,"./offer":241,"./offer/aggregateOffer":245,"./offerCatalog":242,"./offerItemCondition":243,"./offerType":244,"./order":246,"./orderStatus":247,"./organization":248,"./organizationType":249,"./ownershipInfo":250,"./paymentMethod/paymentCard/creditCard":251,"./paymentMethod/paymentCard/movieTicket":252,"./paymentStatusType":253,"./permit":254,"./person":255,"./personType":256,"./place/busStop":258,"./place/movieTheater":259,"./place/screeningRoom":260,"./place/screeningRoomSection":261,"./place/seat":262,"./placeType":257,"./priceCurrency":263,"./priceSpecification/unitPriceSpecification":265,"./priceSpecificationType":264,"./product":266,"./programMembership":267,"./project":268,"./propertyValue":269,"./propertyValue/locationFeatureSpecification":270,"./qualitativeValue":271,"./quantitativeValue":272,"./recipe":273,"./report/accountingReport":274,"./reservation/busReservation":277,"./reservation/event":278,"./reservationStatusType":275,"./reservationType":276,"./seller":279,"./service/paymentService":280,"./service/webAPI":281,"./sortType":282,"./task/acceptCOAOffer":285,"./task/accountMoneyTransfer":286,"./task/aggregateOffers":287,"./task/aggregateScreeningEvent":288,"./task/aggregateUseActionsOnEvent":289,"./task/authorizePayment":290,"./task/cancelAccountMoneyTransfer":291,"./task/cancelMoneyTransfer":292,"./task/cancelPendingReservation":293,"./task/cancelReservation":294,"./task/checkMovieTicket":295,"./task/checkResource":296,"./task/confirmReserveTransaction":297,"./task/createAccountingReport":298,"./task/createEvent":299,"./task/deleteTransaction":300,"./task/importEventCapacitiesFromCOA":301,"./task/importEventsFromCOA":302,"./task/importOffersFromCOA":303,"./task/moneyTransfer":304,"./task/onAuthorizationCreated":305,"./task/onEventChanged":306,"./task/onResourceUpdated":307,"./task/pay":308,"./task/publishPaymentUrl":309,"./task/refund":310,"./task/registerService":311,"./task/reserve":312,"./task/sendEmailMessage":313,"./task/triggerWebhook":314,"./task/useReservation":315,"./task/voidPayment":316,"./taskName":283,"./taskStatus":284,"./thing":317,"./transaction/moneyTransfer":320,"./transaction/placeOrder":321,"./transaction/returnOrder":322,"./transactionStatusType":318,"./transactionType":319,"./trip/busTrip":324,"./tripType":323,"./unitCode":325,"./unitPriceOffer":326,"@waiter/factory":342}],236:[function(require,module,exports){
|
|
26439
26075
|
arguments[4][66][0].apply(exports,arguments)
|
|
26440
|
-
},{"dup":66}],
|
|
26076
|
+
},{"dup":66}],237:[function(require,module,exports){
|
|
26441
26077
|
"use strict";
|
|
26442
26078
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26443
26079
|
exports.ItemAvailability = void 0;
|
|
@@ -26457,9 +26093,9 @@ var ItemAvailability;
|
|
|
26457
26093
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
26458
26094
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
26459
26095
|
|
|
26460
|
-
},{}],
|
|
26096
|
+
},{}],238:[function(require,module,exports){
|
|
26461
26097
|
arguments[4][66][0].apply(exports,arguments)
|
|
26462
|
-
},{"dup":66}],
|
|
26098
|
+
},{"dup":66}],239:[function(require,module,exports){
|
|
26463
26099
|
"use strict";
|
|
26464
26100
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26465
26101
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -26510,15 +26146,15 @@ var MerchantReturnEnumeration;
|
|
|
26510
26146
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
26511
26147
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
26512
26148
|
|
|
26513
|
-
},{}],
|
|
26149
|
+
},{}],240:[function(require,module,exports){
|
|
26150
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26151
|
+
},{"dup":66}],241:[function(require,module,exports){
|
|
26514
26152
|
arguments[4][66][0].apply(exports,arguments)
|
|
26515
26153
|
},{"dup":66}],242:[function(require,module,exports){
|
|
26516
26154
|
arguments[4][66][0].apply(exports,arguments)
|
|
26517
26155
|
},{"dup":66}],243:[function(require,module,exports){
|
|
26518
26156
|
arguments[4][66][0].apply(exports,arguments)
|
|
26519
26157
|
},{"dup":66}],244:[function(require,module,exports){
|
|
26520
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
26521
|
-
},{"dup":66}],245:[function(require,module,exports){
|
|
26522
26158
|
"use strict";
|
|
26523
26159
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26524
26160
|
exports.OfferType = void 0;
|
|
@@ -26531,9 +26167,9 @@ var OfferType;
|
|
|
26531
26167
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
26532
26168
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
26533
26169
|
|
|
26534
|
-
},{}],
|
|
26170
|
+
},{}],245:[function(require,module,exports){
|
|
26535
26171
|
arguments[4][66][0].apply(exports,arguments)
|
|
26536
|
-
},{"dup":66}],
|
|
26172
|
+
},{"dup":66}],246:[function(require,module,exports){
|
|
26537
26173
|
"use strict";
|
|
26538
26174
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26539
26175
|
exports.OrderType = void 0;
|
|
@@ -26542,7 +26178,7 @@ var OrderType;
|
|
|
26542
26178
|
OrderType["Order"] = "Order";
|
|
26543
26179
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
26544
26180
|
|
|
26545
|
-
},{}],
|
|
26181
|
+
},{}],247:[function(require,module,exports){
|
|
26546
26182
|
"use strict";
|
|
26547
26183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26548
26184
|
exports.OrderStatus = void 0;
|
|
@@ -26561,9 +26197,9 @@ var OrderStatus;
|
|
|
26561
26197
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
26562
26198
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
26563
26199
|
|
|
26564
|
-
},{}],
|
|
26200
|
+
},{}],248:[function(require,module,exports){
|
|
26565
26201
|
arguments[4][66][0].apply(exports,arguments)
|
|
26566
|
-
},{"dup":66}],
|
|
26202
|
+
},{"dup":66}],249:[function(require,module,exports){
|
|
26567
26203
|
"use strict";
|
|
26568
26204
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26569
26205
|
exports.OrganizationType = void 0;
|
|
@@ -26588,13 +26224,13 @@ var OrganizationType;
|
|
|
26588
26224
|
OrganizationType["Project"] = "Project";
|
|
26589
26225
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
26590
26226
|
|
|
26591
|
-
},{}],
|
|
26227
|
+
},{}],250:[function(require,module,exports){
|
|
26228
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26229
|
+
},{"dup":66}],251:[function(require,module,exports){
|
|
26592
26230
|
arguments[4][66][0].apply(exports,arguments)
|
|
26593
26231
|
},{"dup":66}],252:[function(require,module,exports){
|
|
26594
26232
|
arguments[4][66][0].apply(exports,arguments)
|
|
26595
26233
|
},{"dup":66}],253:[function(require,module,exports){
|
|
26596
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
26597
|
-
},{"dup":66}],254:[function(require,module,exports){
|
|
26598
26234
|
"use strict";
|
|
26599
26235
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26600
26236
|
exports.PaymentStatusType = void 0;
|
|
@@ -26610,7 +26246,7 @@ var PaymentStatusType;
|
|
|
26610
26246
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
26611
26247
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
26612
26248
|
|
|
26613
|
-
},{}],
|
|
26249
|
+
},{}],254:[function(require,module,exports){
|
|
26614
26250
|
"use strict";
|
|
26615
26251
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26616
26252
|
exports.PermitType = void 0;
|
|
@@ -26619,9 +26255,9 @@ var PermitType;
|
|
|
26619
26255
|
PermitType["Permit"] = "Permit";
|
|
26620
26256
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
26621
26257
|
|
|
26622
|
-
},{}],
|
|
26258
|
+
},{}],255:[function(require,module,exports){
|
|
26623
26259
|
arguments[4][66][0].apply(exports,arguments)
|
|
26624
|
-
},{"dup":66}],
|
|
26260
|
+
},{"dup":66}],256:[function(require,module,exports){
|
|
26625
26261
|
"use strict";
|
|
26626
26262
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26627
26263
|
exports.PersonType = void 0;
|
|
@@ -26633,7 +26269,7 @@ var PersonType;
|
|
|
26633
26269
|
PersonType["Person"] = "Person";
|
|
26634
26270
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
26635
26271
|
|
|
26636
|
-
},{}],
|
|
26272
|
+
},{}],257:[function(require,module,exports){
|
|
26637
26273
|
"use strict";
|
|
26638
26274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26639
26275
|
exports.PlaceType = void 0;
|
|
@@ -26651,7 +26287,9 @@ var PlaceType;
|
|
|
26651
26287
|
PlaceType["Seat"] = "Seat";
|
|
26652
26288
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
26653
26289
|
|
|
26654
|
-
},{}],
|
|
26290
|
+
},{}],258:[function(require,module,exports){
|
|
26291
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26292
|
+
},{"dup":66}],259:[function(require,module,exports){
|
|
26655
26293
|
arguments[4][66][0].apply(exports,arguments)
|
|
26656
26294
|
},{"dup":66}],260:[function(require,module,exports){
|
|
26657
26295
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -26660,8 +26298,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
26660
26298
|
},{"dup":66}],262:[function(require,module,exports){
|
|
26661
26299
|
arguments[4][66][0].apply(exports,arguments)
|
|
26662
26300
|
},{"dup":66}],263:[function(require,module,exports){
|
|
26663
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
26664
|
-
},{"dup":66}],264:[function(require,module,exports){
|
|
26665
26301
|
"use strict";
|
|
26666
26302
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26667
26303
|
exports.PriceCurrency = void 0;
|
|
@@ -26675,7 +26311,7 @@ var PriceCurrency;
|
|
|
26675
26311
|
PriceCurrency["JPY"] = "JPY";
|
|
26676
26312
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
26677
26313
|
|
|
26678
|
-
},{}],
|
|
26314
|
+
},{}],264:[function(require,module,exports){
|
|
26679
26315
|
"use strict";
|
|
26680
26316
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26681
26317
|
exports.PriceSpecificationType = void 0;
|
|
@@ -26706,9 +26342,9 @@ var PriceSpecificationType;
|
|
|
26706
26342
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
26707
26343
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
26708
26344
|
|
|
26709
|
-
},{}],
|
|
26345
|
+
},{}],265:[function(require,module,exports){
|
|
26710
26346
|
arguments[4][66][0].apply(exports,arguments)
|
|
26711
|
-
},{"dup":66}],
|
|
26347
|
+
},{"dup":66}],266:[function(require,module,exports){
|
|
26712
26348
|
"use strict";
|
|
26713
26349
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26714
26350
|
exports.ProductType = void 0;
|
|
@@ -26739,7 +26375,7 @@ var ProductType;
|
|
|
26739
26375
|
ProductType["Transportation"] = "Transportation";
|
|
26740
26376
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
26741
26377
|
|
|
26742
|
-
},{}],
|
|
26378
|
+
},{}],267:[function(require,module,exports){
|
|
26743
26379
|
"use strict";
|
|
26744
26380
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26745
26381
|
exports.ProgramMembershipType = void 0;
|
|
@@ -26748,9 +26384,9 @@ var ProgramMembershipType;
|
|
|
26748
26384
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
26749
26385
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
26750
26386
|
|
|
26751
|
-
},{}],
|
|
26387
|
+
},{}],268:[function(require,module,exports){
|
|
26752
26388
|
arguments[4][66][0].apply(exports,arguments)
|
|
26753
|
-
},{"dup":66}],
|
|
26389
|
+
},{"dup":66}],269:[function(require,module,exports){
|
|
26754
26390
|
"use strict";
|
|
26755
26391
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26756
26392
|
exports.PropertyValueType = void 0;
|
|
@@ -26759,11 +26395,11 @@ var PropertyValueType;
|
|
|
26759
26395
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
26760
26396
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
26761
26397
|
|
|
26762
|
-
},{}],
|
|
26398
|
+
},{}],270:[function(require,module,exports){
|
|
26763
26399
|
arguments[4][66][0].apply(exports,arguments)
|
|
26764
|
-
},{"dup":66}],
|
|
26400
|
+
},{"dup":66}],271:[function(require,module,exports){
|
|
26765
26401
|
arguments[4][66][0].apply(exports,arguments)
|
|
26766
|
-
},{"dup":66}],
|
|
26402
|
+
},{"dup":66}],272:[function(require,module,exports){
|
|
26767
26403
|
"use strict";
|
|
26768
26404
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26769
26405
|
exports.StringValue = void 0;
|
|
@@ -26772,7 +26408,7 @@ var StringValue;
|
|
|
26772
26408
|
StringValue["Infinity"] = "Infinity";
|
|
26773
26409
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
26774
26410
|
|
|
26775
|
-
},{}],
|
|
26411
|
+
},{}],273:[function(require,module,exports){
|
|
26776
26412
|
"use strict";
|
|
26777
26413
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26778
26414
|
exports.StepIdentifier = exports.RecipeCategory = void 0;
|
|
@@ -26806,9 +26442,9 @@ var StepIdentifier;
|
|
|
26806
26442
|
StepIdentifier["delReserve"] = "delReserve";
|
|
26807
26443
|
})(StepIdentifier = exports.StepIdentifier || (exports.StepIdentifier = {}));
|
|
26808
26444
|
|
|
26809
|
-
},{}],
|
|
26445
|
+
},{}],274:[function(require,module,exports){
|
|
26810
26446
|
arguments[4][66][0].apply(exports,arguments)
|
|
26811
|
-
},{"dup":66}],
|
|
26447
|
+
},{"dup":66}],275:[function(require,module,exports){
|
|
26812
26448
|
"use strict";
|
|
26813
26449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26814
26450
|
exports.ReservationStatusType = void 0;
|
|
@@ -26835,7 +26471,7 @@ var ReservationStatusType;
|
|
|
26835
26471
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
26836
26472
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
26837
26473
|
|
|
26838
|
-
},{}],
|
|
26474
|
+
},{}],276:[function(require,module,exports){
|
|
26839
26475
|
"use strict";
|
|
26840
26476
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26841
26477
|
exports.ReservationType = void 0;
|
|
@@ -26849,13 +26485,13 @@ var ReservationType;
|
|
|
26849
26485
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
26850
26486
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
26851
26487
|
|
|
26852
|
-
},{}],
|
|
26488
|
+
},{}],277:[function(require,module,exports){
|
|
26489
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26490
|
+
},{"dup":66}],278:[function(require,module,exports){
|
|
26853
26491
|
arguments[4][66][0].apply(exports,arguments)
|
|
26854
26492
|
},{"dup":66}],279:[function(require,module,exports){
|
|
26855
26493
|
arguments[4][66][0].apply(exports,arguments)
|
|
26856
26494
|
},{"dup":66}],280:[function(require,module,exports){
|
|
26857
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
26858
|
-
},{"dup":66}],281:[function(require,module,exports){
|
|
26859
26495
|
"use strict";
|
|
26860
26496
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26861
26497
|
exports.PaymentServiceType = void 0;
|
|
@@ -26867,7 +26503,7 @@ var PaymentServiceType;
|
|
|
26867
26503
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
26868
26504
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
26869
26505
|
|
|
26870
|
-
},{}],
|
|
26506
|
+
},{}],281:[function(require,module,exports){
|
|
26871
26507
|
"use strict";
|
|
26872
26508
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26873
26509
|
exports.Identifier = void 0;
|
|
@@ -26877,7 +26513,7 @@ var Identifier;
|
|
|
26877
26513
|
Identifier["Chevre"] = "Chevre";
|
|
26878
26514
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
26879
26515
|
|
|
26880
|
-
},{}],
|
|
26516
|
+
},{}],282:[function(require,module,exports){
|
|
26881
26517
|
"use strict";
|
|
26882
26518
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26883
26519
|
exports.SortType = void 0;
|
|
@@ -26890,7 +26526,7 @@ var SortType;
|
|
|
26890
26526
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
26891
26527
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
26892
26528
|
|
|
26893
|
-
},{}],
|
|
26529
|
+
},{}],283:[function(require,module,exports){
|
|
26894
26530
|
"use strict";
|
|
26895
26531
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26896
26532
|
exports.TaskName = void 0;
|
|
@@ -27033,7 +26669,7 @@ var TaskName;
|
|
|
27033
26669
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
27034
26670
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
27035
26671
|
|
|
27036
|
-
},{}],
|
|
26672
|
+
},{}],284:[function(require,module,exports){
|
|
27037
26673
|
"use strict";
|
|
27038
26674
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27039
26675
|
exports.TaskStatus = void 0;
|
|
@@ -27060,7 +26696,9 @@ var TaskStatus;
|
|
|
27060
26696
|
TaskStatus["Aborted"] = "Aborted";
|
|
27061
26697
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
27062
26698
|
|
|
27063
|
-
},{}],
|
|
26699
|
+
},{}],285:[function(require,module,exports){
|
|
26700
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26701
|
+
},{"dup":66}],286:[function(require,module,exports){
|
|
27064
26702
|
arguments[4][66][0].apply(exports,arguments)
|
|
27065
26703
|
},{"dup":66}],287:[function(require,module,exports){
|
|
27066
26704
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -27089,8 +26727,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
27089
26727
|
},{"dup":66}],299:[function(require,module,exports){
|
|
27090
26728
|
arguments[4][66][0].apply(exports,arguments)
|
|
27091
26729
|
},{"dup":66}],300:[function(require,module,exports){
|
|
27092
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
27093
|
-
},{"dup":66}],301:[function(require,module,exports){
|
|
27094
26730
|
"use strict";
|
|
27095
26731
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27096
26732
|
exports.SpecifyingMethod = void 0;
|
|
@@ -27103,7 +26739,9 @@ var SpecifyingMethod;
|
|
|
27103
26739
|
SpecifyingMethod["AgentId"] = "AgentId";
|
|
27104
26740
|
})(SpecifyingMethod = exports.SpecifyingMethod || (exports.SpecifyingMethod = {}));
|
|
27105
26741
|
|
|
27106
|
-
},{}],
|
|
26742
|
+
},{}],301:[function(require,module,exports){
|
|
26743
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
26744
|
+
},{"dup":66}],302:[function(require,module,exports){
|
|
27107
26745
|
arguments[4][66][0].apply(exports,arguments)
|
|
27108
26746
|
},{"dup":66}],303:[function(require,module,exports){
|
|
27109
26747
|
arguments[4][66][0].apply(exports,arguments)
|
|
@@ -27136,8 +26774,6 @@ arguments[4][66][0].apply(exports,arguments)
|
|
|
27136
26774
|
},{"dup":66}],317:[function(require,module,exports){
|
|
27137
26775
|
arguments[4][66][0].apply(exports,arguments)
|
|
27138
26776
|
},{"dup":66}],318:[function(require,module,exports){
|
|
27139
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
27140
|
-
},{"dup":66}],319:[function(require,module,exports){
|
|
27141
26777
|
"use strict";
|
|
27142
26778
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27143
26779
|
exports.TransactionStatusType = void 0;
|
|
@@ -27152,7 +26788,7 @@ var TransactionStatusType;
|
|
|
27152
26788
|
TransactionStatusType["Expired"] = "Expired";
|
|
27153
26789
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
27154
26790
|
|
|
27155
|
-
},{}],
|
|
26791
|
+
},{}],319:[function(require,module,exports){
|
|
27156
26792
|
"use strict";
|
|
27157
26793
|
/**
|
|
27158
26794
|
* 取引タイプ
|
|
@@ -27175,11 +26811,11 @@ var TransactionType;
|
|
|
27175
26811
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
27176
26812
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
27177
26813
|
|
|
27178
|
-
},{}],
|
|
26814
|
+
},{}],320:[function(require,module,exports){
|
|
27179
26815
|
arguments[4][66][0].apply(exports,arguments)
|
|
27180
|
-
},{"dup":66}],
|
|
26816
|
+
},{"dup":66}],321:[function(require,module,exports){
|
|
27181
26817
|
arguments[4][66][0].apply(exports,arguments)
|
|
27182
|
-
},{"dup":66}],
|
|
26818
|
+
},{"dup":66}],322:[function(require,module,exports){
|
|
27183
26819
|
"use strict";
|
|
27184
26820
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27185
26821
|
exports.Reason = void 0;
|
|
@@ -27198,7 +26834,7 @@ var Reason;
|
|
|
27198
26834
|
Reason["Seller"] = "Seller";
|
|
27199
26835
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
27200
26836
|
|
|
27201
|
-
},{}],
|
|
26837
|
+
},{}],323:[function(require,module,exports){
|
|
27202
26838
|
"use strict";
|
|
27203
26839
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27204
26840
|
exports.TripType = void 0;
|
|
@@ -27211,9 +26847,9 @@ var TripType;
|
|
|
27211
26847
|
TripType["Trip"] = "Trip";
|
|
27212
26848
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
27213
26849
|
|
|
27214
|
-
},{}],
|
|
26850
|
+
},{}],324:[function(require,module,exports){
|
|
27215
26851
|
arguments[4][66][0].apply(exports,arguments)
|
|
27216
|
-
},{"dup":66}],
|
|
26852
|
+
},{"dup":66}],325:[function(require,module,exports){
|
|
27217
26853
|
"use strict";
|
|
27218
26854
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27219
26855
|
exports.UnitCode = void 0;
|
|
@@ -27240,11 +26876,11 @@ var UnitCode;
|
|
|
27240
26876
|
UnitCode["Sec"] = "SEC";
|
|
27241
26877
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
27242
26878
|
|
|
27243
|
-
},{}],
|
|
26879
|
+
},{}],326:[function(require,module,exports){
|
|
27244
26880
|
arguments[4][66][0].apply(exports,arguments)
|
|
27245
|
-
},{"dup":66}],
|
|
26881
|
+
},{"dup":66}],327:[function(require,module,exports){
|
|
27246
26882
|
arguments[4][66][0].apply(exports,arguments)
|
|
27247
|
-
},{"dup":66}],
|
|
26883
|
+
},{"dup":66}],328:[function(require,module,exports){
|
|
27248
26884
|
"use strict";
|
|
27249
26885
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27250
26886
|
/**
|
|
@@ -27263,7 +26899,7 @@ var ErrorCode;
|
|
|
27263
26899
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
27264
26900
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
27265
26901
|
|
|
27266
|
-
},{}],
|
|
26902
|
+
},{}],329:[function(require,module,exports){
|
|
27267
26903
|
"use strict";
|
|
27268
26904
|
var __extends = (this && this.__extends) || (function () {
|
|
27269
26905
|
var extendStatics = function (d, b) {
|
|
@@ -27304,7 +26940,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
27304
26940
|
}(waiter_1.WaiterError));
|
|
27305
26941
|
exports.ArgumentError = ArgumentError;
|
|
27306
26942
|
|
|
27307
|
-
},{"../errorCode":
|
|
26943
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],330:[function(require,module,exports){
|
|
27308
26944
|
"use strict";
|
|
27309
26945
|
var __extends = (this && this.__extends) || (function () {
|
|
27310
26946
|
var extendStatics = function (d, b) {
|
|
@@ -27345,7 +26981,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
27345
26981
|
}(waiter_1.WaiterError));
|
|
27346
26982
|
exports.ArgumentNullError = ArgumentNullError;
|
|
27347
26983
|
|
|
27348
|
-
},{"../errorCode":
|
|
26984
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],331:[function(require,module,exports){
|
|
27349
26985
|
"use strict";
|
|
27350
26986
|
var __extends = (this && this.__extends) || (function () {
|
|
27351
26987
|
var extendStatics = function (d, b) {
|
|
@@ -27385,7 +27021,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
27385
27021
|
}(waiter_1.WaiterError));
|
|
27386
27022
|
exports.ForbiddenError = ForbiddenError;
|
|
27387
27023
|
|
|
27388
|
-
},{"../errorCode":
|
|
27024
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],332:[function(require,module,exports){
|
|
27389
27025
|
"use strict";
|
|
27390
27026
|
var __extends = (this && this.__extends) || (function () {
|
|
27391
27027
|
var extendStatics = function (d, b) {
|
|
@@ -27426,7 +27062,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
27426
27062
|
}(waiter_1.WaiterError));
|
|
27427
27063
|
exports.NotFoundError = NotFoundError;
|
|
27428
27064
|
|
|
27429
|
-
},{"../errorCode":
|
|
27065
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],333:[function(require,module,exports){
|
|
27430
27066
|
"use strict";
|
|
27431
27067
|
var __extends = (this && this.__extends) || (function () {
|
|
27432
27068
|
var extendStatics = function (d, b) {
|
|
@@ -27466,7 +27102,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
27466
27102
|
}(waiter_1.WaiterError));
|
|
27467
27103
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
27468
27104
|
|
|
27469
|
-
},{"../errorCode":
|
|
27105
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],334:[function(require,module,exports){
|
|
27470
27106
|
"use strict";
|
|
27471
27107
|
var __extends = (this && this.__extends) || (function () {
|
|
27472
27108
|
var extendStatics = function (d, b) {
|
|
@@ -27506,7 +27142,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
27506
27142
|
}(waiter_1.WaiterError));
|
|
27507
27143
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
27508
27144
|
|
|
27509
|
-
},{"../errorCode":
|
|
27145
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],335:[function(require,module,exports){
|
|
27510
27146
|
"use strict";
|
|
27511
27147
|
var __extends = (this && this.__extends) || (function () {
|
|
27512
27148
|
var extendStatics = function (d, b) {
|
|
@@ -27546,7 +27182,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
27546
27182
|
}(waiter_1.WaiterError));
|
|
27547
27183
|
exports.UnauthorizedError = UnauthorizedError;
|
|
27548
27184
|
|
|
27549
|
-
},{"../errorCode":
|
|
27185
|
+
},{"../errorCode":328,"./waiter":336,"setprototypeof":384}],336:[function(require,module,exports){
|
|
27550
27186
|
"use strict";
|
|
27551
27187
|
var __extends = (this && this.__extends) || (function () {
|
|
27552
27188
|
var extendStatics = function (d, b) {
|
|
@@ -27579,7 +27215,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
27579
27215
|
}(Error));
|
|
27580
27216
|
exports.WaiterError = WaiterError;
|
|
27581
27217
|
|
|
27582
|
-
},{}],
|
|
27218
|
+
},{}],337:[function(require,module,exports){
|
|
27583
27219
|
"use strict";
|
|
27584
27220
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27585
27221
|
/**
|
|
@@ -27602,15 +27238,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
|
|
|
27602
27238
|
var waiter_1 = require("./error/waiter");
|
|
27603
27239
|
exports.Waiter = waiter_1.WaiterError;
|
|
27604
27240
|
|
|
27605
|
-
},{"./error/argument":
|
|
27241
|
+
},{"./error/argument":329,"./error/argumentNull":330,"./error/forbidden":331,"./error/notFound":332,"./error/rateLimitExceeded":333,"./error/serviceUnavailable":334,"./error/unauthorized":335,"./error/waiter":336}],338:[function(require,module,exports){
|
|
27242
|
+
arguments[4][66][0].apply(exports,arguments)
|
|
27243
|
+
},{"dup":66}],339:[function(require,module,exports){
|
|
27606
27244
|
arguments[4][66][0].apply(exports,arguments)
|
|
27607
27245
|
},{"dup":66}],340:[function(require,module,exports){
|
|
27608
27246
|
arguments[4][66][0].apply(exports,arguments)
|
|
27609
27247
|
},{"dup":66}],341:[function(require,module,exports){
|
|
27610
27248
|
arguments[4][66][0].apply(exports,arguments)
|
|
27611
27249
|
},{"dup":66}],342:[function(require,module,exports){
|
|
27612
|
-
arguments[4][66][0].apply(exports,arguments)
|
|
27613
|
-
},{"dup":66}],343:[function(require,module,exports){
|
|
27614
27250
|
"use strict";
|
|
27615
27251
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27616
27252
|
/**
|
|
@@ -27631,7 +27267,7 @@ exports.rule = rule;
|
|
|
27631
27267
|
var ruleSet = require("./factory/ruleSet");
|
|
27632
27268
|
exports.ruleSet = ruleSet;
|
|
27633
27269
|
|
|
27634
|
-
},{"./factory/client":
|
|
27270
|
+
},{"./factory/client":327,"./factory/errorCode":328,"./factory/errors":337,"./factory/passport":338,"./factory/project":339,"./factory/rule":340,"./factory/ruleSet":341}],343:[function(require,module,exports){
|
|
27635
27271
|
'use strict'
|
|
27636
27272
|
|
|
27637
27273
|
exports.byteLength = byteLength
|
|
@@ -27783,9 +27419,9 @@ function fromByteArray (uint8) {
|
|
|
27783
27419
|
return parts.join('')
|
|
27784
27420
|
}
|
|
27785
27421
|
|
|
27786
|
-
},{}],
|
|
27422
|
+
},{}],344:[function(require,module,exports){
|
|
27787
27423
|
|
|
27788
|
-
},{}],
|
|
27424
|
+
},{}],345:[function(require,module,exports){
|
|
27789
27425
|
(function (Buffer){
|
|
27790
27426
|
/*!
|
|
27791
27427
|
* The buffer module from node.js, for the browser.
|
|
@@ -29566,7 +29202,7 @@ function numberIsNaN (obj) {
|
|
|
29566
29202
|
}
|
|
29567
29203
|
|
|
29568
29204
|
}).call(this,require("buffer").Buffer)
|
|
29569
|
-
},{"base64-js":
|
|
29205
|
+
},{"base64-js":343,"buffer":345,"ieee754":371}],346:[function(require,module,exports){
|
|
29570
29206
|
'use strict';
|
|
29571
29207
|
|
|
29572
29208
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -29583,7 +29219,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
29583
29219
|
return intrinsic;
|
|
29584
29220
|
};
|
|
29585
29221
|
|
|
29586
|
-
},{"./":
|
|
29222
|
+
},{"./":347,"get-intrinsic":362}],347:[function(require,module,exports){
|
|
29587
29223
|
'use strict';
|
|
29588
29224
|
|
|
29589
29225
|
var bind = require('function-bind');
|
|
@@ -29620,7 +29256,7 @@ if ($defineProperty) {
|
|
|
29620
29256
|
module.exports.apply = applyBind;
|
|
29621
29257
|
}
|
|
29622
29258
|
|
|
29623
|
-
},{"es-define-property":
|
|
29259
|
+
},{"es-define-property":352,"es-errors/type":358,"function-bind":361,"get-intrinsic":362,"set-function-length":383}],348:[function(require,module,exports){
|
|
29624
29260
|
/**
|
|
29625
29261
|
* Helpers.
|
|
29626
29262
|
*/
|
|
@@ -29784,7 +29420,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
29784
29420
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
29785
29421
|
}
|
|
29786
29422
|
|
|
29787
|
-
},{}],
|
|
29423
|
+
},{}],349:[function(require,module,exports){
|
|
29788
29424
|
(function (process){
|
|
29789
29425
|
"use strict";
|
|
29790
29426
|
|
|
@@ -29968,7 +29604,7 @@ formatters.j = function (v) {
|
|
|
29968
29604
|
|
|
29969
29605
|
|
|
29970
29606
|
}).call(this,require('_process'))
|
|
29971
|
-
},{"./common":
|
|
29607
|
+
},{"./common":350,"_process":374}],350:[function(require,module,exports){
|
|
29972
29608
|
"use strict";
|
|
29973
29609
|
|
|
29974
29610
|
/**
|
|
@@ -30219,7 +29855,7 @@ function setup(env) {
|
|
|
30219
29855
|
module.exports = setup;
|
|
30220
29856
|
|
|
30221
29857
|
|
|
30222
|
-
},{"ms":
|
|
29858
|
+
},{"ms":348}],351:[function(require,module,exports){
|
|
30223
29859
|
'use strict';
|
|
30224
29860
|
|
|
30225
29861
|
var $defineProperty = require('es-define-property');
|
|
@@ -30277,7 +29913,7 @@ module.exports = function defineDataProperty(
|
|
|
30277
29913
|
}
|
|
30278
29914
|
};
|
|
30279
29915
|
|
|
30280
|
-
},{"es-define-property":
|
|
29916
|
+
},{"es-define-property":352,"es-errors/syntax":357,"es-errors/type":358,"gopd":363}],352:[function(require,module,exports){
|
|
30281
29917
|
'use strict';
|
|
30282
29918
|
|
|
30283
29919
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -30295,49 +29931,49 @@ if ($defineProperty) {
|
|
|
30295
29931
|
|
|
30296
29932
|
module.exports = $defineProperty;
|
|
30297
29933
|
|
|
30298
|
-
},{"get-intrinsic":
|
|
29934
|
+
},{"get-intrinsic":362}],353:[function(require,module,exports){
|
|
30299
29935
|
'use strict';
|
|
30300
29936
|
|
|
30301
29937
|
/** @type {import('./eval')} */
|
|
30302
29938
|
module.exports = EvalError;
|
|
30303
29939
|
|
|
30304
|
-
},{}],
|
|
29940
|
+
},{}],354:[function(require,module,exports){
|
|
30305
29941
|
'use strict';
|
|
30306
29942
|
|
|
30307
29943
|
/** @type {import('.')} */
|
|
30308
29944
|
module.exports = Error;
|
|
30309
29945
|
|
|
30310
|
-
},{}],
|
|
29946
|
+
},{}],355:[function(require,module,exports){
|
|
30311
29947
|
'use strict';
|
|
30312
29948
|
|
|
30313
29949
|
/** @type {import('./range')} */
|
|
30314
29950
|
module.exports = RangeError;
|
|
30315
29951
|
|
|
30316
|
-
},{}],
|
|
29952
|
+
},{}],356:[function(require,module,exports){
|
|
30317
29953
|
'use strict';
|
|
30318
29954
|
|
|
30319
29955
|
/** @type {import('./ref')} */
|
|
30320
29956
|
module.exports = ReferenceError;
|
|
30321
29957
|
|
|
30322
|
-
},{}],
|
|
29958
|
+
},{}],357:[function(require,module,exports){
|
|
30323
29959
|
'use strict';
|
|
30324
29960
|
|
|
30325
29961
|
/** @type {import('./syntax')} */
|
|
30326
29962
|
module.exports = SyntaxError;
|
|
30327
29963
|
|
|
30328
|
-
},{}],
|
|
29964
|
+
},{}],358:[function(require,module,exports){
|
|
30329
29965
|
'use strict';
|
|
30330
29966
|
|
|
30331
29967
|
/** @type {import('./type')} */
|
|
30332
29968
|
module.exports = TypeError;
|
|
30333
29969
|
|
|
30334
|
-
},{}],
|
|
29970
|
+
},{}],359:[function(require,module,exports){
|
|
30335
29971
|
'use strict';
|
|
30336
29972
|
|
|
30337
29973
|
/** @type {import('./uri')} */
|
|
30338
29974
|
module.exports = URIError;
|
|
30339
29975
|
|
|
30340
|
-
},{}],
|
|
29976
|
+
},{}],360:[function(require,module,exports){
|
|
30341
29977
|
'use strict';
|
|
30342
29978
|
|
|
30343
29979
|
/* eslint no-invalid-this: 1 */
|
|
@@ -30423,14 +30059,14 @@ module.exports = function bind(that) {
|
|
|
30423
30059
|
return bound;
|
|
30424
30060
|
};
|
|
30425
30061
|
|
|
30426
|
-
},{}],
|
|
30062
|
+
},{}],361:[function(require,module,exports){
|
|
30427
30063
|
'use strict';
|
|
30428
30064
|
|
|
30429
30065
|
var implementation = require('./implementation');
|
|
30430
30066
|
|
|
30431
30067
|
module.exports = Function.prototype.bind || implementation;
|
|
30432
30068
|
|
|
30433
|
-
},{"./implementation":
|
|
30069
|
+
},{"./implementation":360}],362:[function(require,module,exports){
|
|
30434
30070
|
'use strict';
|
|
30435
30071
|
|
|
30436
30072
|
var undefined;
|
|
@@ -30791,7 +30427,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
30791
30427
|
return value;
|
|
30792
30428
|
};
|
|
30793
30429
|
|
|
30794
|
-
},{"es-errors":
|
|
30430
|
+
},{"es-errors":354,"es-errors/eval":353,"es-errors/range":355,"es-errors/ref":356,"es-errors/syntax":357,"es-errors/type":358,"es-errors/uri":359,"function-bind":361,"has-proto":365,"has-symbols":366,"hasown":368}],363:[function(require,module,exports){
|
|
30795
30431
|
'use strict';
|
|
30796
30432
|
|
|
30797
30433
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -30809,7 +30445,7 @@ if ($gOPD) {
|
|
|
30809
30445
|
|
|
30810
30446
|
module.exports = $gOPD;
|
|
30811
30447
|
|
|
30812
|
-
},{"get-intrinsic":
|
|
30448
|
+
},{"get-intrinsic":362}],364:[function(require,module,exports){
|
|
30813
30449
|
'use strict';
|
|
30814
30450
|
|
|
30815
30451
|
var $defineProperty = require('es-define-property');
|
|
@@ -30833,7 +30469,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
30833
30469
|
|
|
30834
30470
|
module.exports = hasPropertyDescriptors;
|
|
30835
30471
|
|
|
30836
|
-
},{"es-define-property":
|
|
30472
|
+
},{"es-define-property":352}],365:[function(require,module,exports){
|
|
30837
30473
|
'use strict';
|
|
30838
30474
|
|
|
30839
30475
|
var test = {
|
|
@@ -30850,7 +30486,7 @@ module.exports = function hasProto() {
|
|
|
30850
30486
|
&& !(test instanceof $Object);
|
|
30851
30487
|
};
|
|
30852
30488
|
|
|
30853
|
-
},{}],
|
|
30489
|
+
},{}],366:[function(require,module,exports){
|
|
30854
30490
|
'use strict';
|
|
30855
30491
|
|
|
30856
30492
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -30865,7 +30501,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
30865
30501
|
return hasSymbolSham();
|
|
30866
30502
|
};
|
|
30867
30503
|
|
|
30868
|
-
},{"./shams":
|
|
30504
|
+
},{"./shams":367}],367:[function(require,module,exports){
|
|
30869
30505
|
'use strict';
|
|
30870
30506
|
|
|
30871
30507
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -30909,7 +30545,7 @@ module.exports = function hasSymbols() {
|
|
|
30909
30545
|
return true;
|
|
30910
30546
|
};
|
|
30911
30547
|
|
|
30912
|
-
},{}],
|
|
30548
|
+
},{}],368:[function(require,module,exports){
|
|
30913
30549
|
'use strict';
|
|
30914
30550
|
|
|
30915
30551
|
var call = Function.prototype.call;
|
|
@@ -30919,7 +30555,7 @@ var bind = require('function-bind');
|
|
|
30919
30555
|
/** @type {import('.')} */
|
|
30920
30556
|
module.exports = bind.call(call, $hasOwn);
|
|
30921
30557
|
|
|
30922
|
-
},{"function-bind":
|
|
30558
|
+
},{"function-bind":361}],369:[function(require,module,exports){
|
|
30923
30559
|
// Generated by CoffeeScript 2.7.0
|
|
30924
30560
|
// # node-http-status
|
|
30925
30561
|
|
|
@@ -31550,13 +31186,13 @@ module.exports = {
|
|
|
31550
31186
|
}
|
|
31551
31187
|
};
|
|
31552
31188
|
|
|
31553
|
-
},{}],
|
|
31189
|
+
},{}],370:[function(require,module,exports){
|
|
31554
31190
|
(function (process,global){
|
|
31555
31191
|
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;
|
|
31556
31192
|
|
|
31557
31193
|
|
|
31558
31194
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
31559
|
-
},{"_process":
|
|
31195
|
+
},{"_process":374}],371:[function(require,module,exports){
|
|
31560
31196
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
31561
31197
|
var e, m
|
|
31562
31198
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -31642,7 +31278,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
31642
31278
|
buffer[offset + i - d] |= s * 128
|
|
31643
31279
|
}
|
|
31644
31280
|
|
|
31645
|
-
},{}],
|
|
31281
|
+
},{}],372:[function(require,module,exports){
|
|
31646
31282
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
31647
31283
|
// on the global object (window or self)
|
|
31648
31284
|
//
|
|
@@ -31650,7 +31286,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
31650
31286
|
require('whatwg-fetch');
|
|
31651
31287
|
module.exports = self.fetch.bind(self);
|
|
31652
31288
|
|
|
31653
|
-
},{"whatwg-fetch":
|
|
31289
|
+
},{"whatwg-fetch":386}],373:[function(require,module,exports){
|
|
31654
31290
|
(function (global){
|
|
31655
31291
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
31656
31292
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
@@ -32181,7 +31817,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
32181
31817
|
}
|
|
32182
31818
|
|
|
32183
31819
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
32184
|
-
},{"./util.inspect":
|
|
31820
|
+
},{"./util.inspect":344}],374:[function(require,module,exports){
|
|
32185
31821
|
// shim for using process in browser
|
|
32186
31822
|
var process = module.exports = {};
|
|
32187
31823
|
|
|
@@ -32367,7 +32003,7 @@ process.chdir = function (dir) {
|
|
|
32367
32003
|
};
|
|
32368
32004
|
process.umask = function() { return 0; };
|
|
32369
32005
|
|
|
32370
|
-
},{}],
|
|
32006
|
+
},{}],375:[function(require,module,exports){
|
|
32371
32007
|
'use strict';
|
|
32372
32008
|
|
|
32373
32009
|
var replace = String.prototype.replace;
|
|
@@ -32392,7 +32028,7 @@ module.exports = {
|
|
|
32392
32028
|
RFC3986: Format.RFC3986
|
|
32393
32029
|
};
|
|
32394
32030
|
|
|
32395
|
-
},{}],
|
|
32031
|
+
},{}],376:[function(require,module,exports){
|
|
32396
32032
|
'use strict';
|
|
32397
32033
|
|
|
32398
32034
|
var stringify = require('./stringify');
|
|
@@ -32405,7 +32041,7 @@ module.exports = {
|
|
|
32405
32041
|
stringify: stringify
|
|
32406
32042
|
};
|
|
32407
32043
|
|
|
32408
|
-
},{"./formats":
|
|
32044
|
+
},{"./formats":375,"./parse":377,"./stringify":378}],377:[function(require,module,exports){
|
|
32409
32045
|
'use strict';
|
|
32410
32046
|
|
|
32411
32047
|
var utils = require('./utils');
|
|
@@ -32695,7 +32331,7 @@ module.exports = function (str, opts) {
|
|
|
32695
32331
|
return utils.compact(obj);
|
|
32696
32332
|
};
|
|
32697
32333
|
|
|
32698
|
-
},{"./utils":
|
|
32334
|
+
},{"./utils":379}],378:[function(require,module,exports){
|
|
32699
32335
|
'use strict';
|
|
32700
32336
|
|
|
32701
32337
|
var getSideChannel = require('side-channel');
|
|
@@ -33048,7 +32684,7 @@ module.exports = function (object, opts) {
|
|
|
33048
32684
|
return joined.length > 0 ? prefix + joined : '';
|
|
33049
32685
|
};
|
|
33050
32686
|
|
|
33051
|
-
},{"./formats":
|
|
32687
|
+
},{"./formats":375,"./utils":379,"side-channel":385}],379:[function(require,module,exports){
|
|
33052
32688
|
'use strict';
|
|
33053
32689
|
|
|
33054
32690
|
var formats = require('./formats');
|
|
@@ -33315,7 +32951,7 @@ module.exports = {
|
|
|
33315
32951
|
merge: merge
|
|
33316
32952
|
};
|
|
33317
32953
|
|
|
33318
|
-
},{"./formats":
|
|
32954
|
+
},{"./formats":375}],380:[function(require,module,exports){
|
|
33319
32955
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
33320
32956
|
//
|
|
33321
32957
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -33401,7 +33037,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
33401
33037
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
33402
33038
|
};
|
|
33403
33039
|
|
|
33404
|
-
},{}],
|
|
33040
|
+
},{}],381:[function(require,module,exports){
|
|
33405
33041
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
33406
33042
|
//
|
|
33407
33043
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -33488,13 +33124,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
33488
33124
|
return res;
|
|
33489
33125
|
};
|
|
33490
33126
|
|
|
33491
|
-
},{}],
|
|
33127
|
+
},{}],382:[function(require,module,exports){
|
|
33492
33128
|
'use strict';
|
|
33493
33129
|
|
|
33494
33130
|
exports.decode = exports.parse = require('./decode');
|
|
33495
33131
|
exports.encode = exports.stringify = require('./encode');
|
|
33496
33132
|
|
|
33497
|
-
},{"./decode":
|
|
33133
|
+
},{"./decode":380,"./encode":381}],383:[function(require,module,exports){
|
|
33498
33134
|
'use strict';
|
|
33499
33135
|
|
|
33500
33136
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -33538,7 +33174,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
33538
33174
|
return fn;
|
|
33539
33175
|
};
|
|
33540
33176
|
|
|
33541
|
-
},{"define-data-property":
|
|
33177
|
+
},{"define-data-property":351,"es-errors/type":358,"get-intrinsic":362,"gopd":363,"has-property-descriptors":364}],384:[function(require,module,exports){
|
|
33542
33178
|
'use strict'
|
|
33543
33179
|
/* eslint no-proto: 0 */
|
|
33544
33180
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -33557,7 +33193,7 @@ function mixinProperties (obj, proto) {
|
|
|
33557
33193
|
return obj
|
|
33558
33194
|
}
|
|
33559
33195
|
|
|
33560
|
-
},{}],
|
|
33196
|
+
},{}],385:[function(require,module,exports){
|
|
33561
33197
|
'use strict';
|
|
33562
33198
|
|
|
33563
33199
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -33688,7 +33324,7 @@ module.exports = function getSideChannel() {
|
|
|
33688
33324
|
return channel;
|
|
33689
33325
|
};
|
|
33690
33326
|
|
|
33691
|
-
},{"call-bind/callBound":
|
|
33327
|
+
},{"call-bind/callBound":346,"es-errors/type":358,"get-intrinsic":362,"object-inspect":373}],386:[function(require,module,exports){
|
|
33692
33328
|
(function (global){
|
|
33693
33329
|
(function (global, factory) {
|
|
33694
33330
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|