@cinerino/sdk 13.2.0 → 13.3.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/src/chevre/transaction/processPlaceOrderMembership.ts +5 -4
- package/example/src/cloud/{adminSearchOrders.ts → admin/adminFindReservations.ts} +7 -6
- package/example/src/cloud/transaction/authorizeCreditCardAsyncForcibly.ts +1 -1
- package/example/src/cloud/transaction/paymentAsyncForce.ts +6 -0
- package/example/src/cloud/transaction/placeOrderUsingAcceptedPaymentMethod.ts +2 -19
- package/example/src/cloud/transaction/placeOrderUsingAcceptedPaymentMethodMovieTicket.ts +248 -0
- package/example/src/cloud/transaction/processPlaceOrderByCreditCard3DS.ts +2 -0
- package/lib/abstract/chevreAdmin/reservation.d.ts +2 -2
- package/lib/abstract/chevreAsset/person/ownershipInfo.d.ts +1 -2
- package/lib/abstract/chevreConsole/ownershipInfo.d.ts +1 -2
- package/lib/abstract/chevreConsole/person/ownershipInfo.d.ts +1 -2
- package/lib/abstract/chevreConsole.d.ts +0 -9
- package/lib/abstract/chevreConsole.js +0 -21
- package/lib/abstract/chevreTxn.d.ts +0 -9
- package/lib/abstract/chevreTxn.js +0 -20
- package/lib/abstract/cloud/admin/reservation.d.ts +4 -2
- package/lib/bundle.js +566 -978
- package/package.json +2 -2
- package/lib/abstract/chevreConsole/transaction/moneyTransfer.d.ts +0 -23
- package/lib/abstract/chevreConsole/transaction/moneyTransfer.js +0 -130
- package/lib/abstract/chevreTxn/transaction/moneyTransfer.d.ts +0 -36
- package/lib/abstract/chevreTxn/transaction/moneyTransfer.js +0 -148
package/lib/bundle.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
2
2
|
var cinerino = window.cinerino = require('./lib/browser.js');
|
|
3
|
-
},{"./lib/browser.js":
|
|
3
|
+
},{"./lib/browser.js":202}],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":184}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
var __assign = (this && this.__assign) || function () {
|
|
24
24
|
__assign = Object.assign || function(t) {
|
|
@@ -496,7 +496,7 @@ var AcceptedPaymentMethodService = /** @class */ (function (_super) {
|
|
|
496
496
|
}(service_1.Service));
|
|
497
497
|
exports.AcceptedPaymentMethodService = AcceptedPaymentMethodService;
|
|
498
498
|
|
|
499
|
-
},{"../service":
|
|
499
|
+
},{"../service":188,"http-status":476}],5:[function(require,module,exports){
|
|
500
500
|
"use strict";
|
|
501
501
|
var __extends = (this && this.__extends) || (function () {
|
|
502
502
|
var extendStatics = function (d, b) {
|
|
@@ -593,7 +593,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
593
593
|
}(service_1.Service));
|
|
594
594
|
exports.CategoryCodeService = CategoryCodeService;
|
|
595
595
|
|
|
596
|
-
},{"../service":
|
|
596
|
+
},{"../service":188,"http-status":476}],6:[function(require,module,exports){
|
|
597
597
|
"use strict";
|
|
598
598
|
var __extends = (this && this.__extends) || (function () {
|
|
599
599
|
var extendStatics = function (d, b) {
|
|
@@ -687,7 +687,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
687
687
|
}(service_1.Service));
|
|
688
688
|
exports.CreativeWorkService = CreativeWorkService;
|
|
689
689
|
|
|
690
|
-
},{"../service":
|
|
690
|
+
},{"../service":188,"http-status":476}],7:[function(require,module,exports){
|
|
691
691
|
"use strict";
|
|
692
692
|
var __extends = (this && this.__extends) || (function () {
|
|
693
693
|
var extendStatics = function (d, b) {
|
|
@@ -784,7 +784,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
784
784
|
}(service_1.Service));
|
|
785
785
|
exports.EmailMessageService = EmailMessageService;
|
|
786
786
|
|
|
787
|
-
},{"../service":
|
|
787
|
+
},{"../service":188,"http-status":476}],8:[function(require,module,exports){
|
|
788
788
|
"use strict";
|
|
789
789
|
var __extends = (this && this.__extends) || (function () {
|
|
790
790
|
var extendStatics = function (d, b) {
|
|
@@ -1069,7 +1069,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
1069
1069
|
}(service_1.Service));
|
|
1070
1070
|
exports.EventService = EventService;
|
|
1071
1071
|
|
|
1072
|
-
},{"../factory":
|
|
1072
|
+
},{"../factory":183,"../service":188,"http-status":476}],9:[function(require,module,exports){
|
|
1073
1073
|
"use strict";
|
|
1074
1074
|
var __extends = (this && this.__extends) || (function () {
|
|
1075
1075
|
var extendStatics = function (d, b) {
|
|
@@ -1155,7 +1155,7 @@ var EventOfferService = /** @class */ (function (_super) {
|
|
|
1155
1155
|
}(service_1.Service));
|
|
1156
1156
|
exports.EventOfferService = EventOfferService;
|
|
1157
1157
|
|
|
1158
|
-
},{"../service":
|
|
1158
|
+
},{"../service":188,"http-status":476}],10:[function(require,module,exports){
|
|
1159
1159
|
"use strict";
|
|
1160
1160
|
var __extends = (this && this.__extends) || (function () {
|
|
1161
1161
|
var extendStatics = function (d, b) {
|
|
@@ -1240,7 +1240,7 @@ var EventSeriesService = /** @class */ (function (_super) {
|
|
|
1240
1240
|
}(service_1.Service));
|
|
1241
1241
|
exports.EventSeriesService = EventSeriesService;
|
|
1242
1242
|
|
|
1243
|
-
},{"../service":
|
|
1243
|
+
},{"../service":188,"http-status":476}],11:[function(require,module,exports){
|
|
1244
1244
|
"use strict";
|
|
1245
1245
|
var __extends = (this && this.__extends) || (function () {
|
|
1246
1246
|
var extendStatics = function (d, b) {
|
|
@@ -1329,7 +1329,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
1329
1329
|
}(service_1.Service));
|
|
1330
1330
|
exports.NoteService = NoteService;
|
|
1331
1331
|
|
|
1332
|
-
},{"../service":
|
|
1332
|
+
},{"../service":188,"http-status":476}],12:[function(require,module,exports){
|
|
1333
1333
|
"use strict";
|
|
1334
1334
|
var __extends = (this && this.__extends) || (function () {
|
|
1335
1335
|
var extendStatics = function (d, b) {
|
|
@@ -1419,7 +1419,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
1419
1419
|
}(service_1.Service));
|
|
1420
1420
|
exports.PaymentProductService = PaymentProductService;
|
|
1421
1421
|
|
|
1422
|
-
},{"../service":
|
|
1422
|
+
},{"../service":188,"http-status":476}],13:[function(require,module,exports){
|
|
1423
1423
|
"use strict";
|
|
1424
1424
|
var __extends = (this && this.__extends) || (function () {
|
|
1425
1425
|
var extendStatics = function (d, b) {
|
|
@@ -1666,7 +1666,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
1666
1666
|
}(service_1.Service));
|
|
1667
1667
|
exports.PlaceService = PlaceService;
|
|
1668
1668
|
|
|
1669
|
-
},{"../factory":
|
|
1669
|
+
},{"../factory":183,"../service":188,"http-status":476}],14:[function(require,module,exports){
|
|
1670
1670
|
"use strict";
|
|
1671
1671
|
var __extends = (this && this.__extends) || (function () {
|
|
1672
1672
|
var extendStatics = function (d, b) {
|
|
@@ -1752,7 +1752,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
1752
1752
|
}(service_1.Service));
|
|
1753
1753
|
exports.HasPOSService = HasPOSService;
|
|
1754
1754
|
|
|
1755
|
-
},{"../../factory":
|
|
1755
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],15:[function(require,module,exports){
|
|
1756
1756
|
"use strict";
|
|
1757
1757
|
var __extends = (this && this.__extends) || (function () {
|
|
1758
1758
|
var extendStatics = function (d, b) {
|
|
@@ -1907,7 +1907,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
1907
1907
|
}(service_1.Service));
|
|
1908
1908
|
exports.ProductService = ProductService;
|
|
1909
1909
|
|
|
1910
|
-
},{"../service":
|
|
1910
|
+
},{"../service":188,"http-status":476}],16:[function(require,module,exports){
|
|
1911
1911
|
"use strict";
|
|
1912
1912
|
var __extends = (this && this.__extends) || (function () {
|
|
1913
1913
|
var extendStatics = function (d, b) {
|
|
@@ -1993,7 +1993,7 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
1993
1993
|
}(service_1.Service));
|
|
1994
1994
|
exports.ProductOfferService = ProductOfferService;
|
|
1995
1995
|
|
|
1996
|
-
},{"../service":
|
|
1996
|
+
},{"../service":188,"http-status":476}],17:[function(require,module,exports){
|
|
1997
1997
|
"use strict";
|
|
1998
1998
|
var __extends = (this && this.__extends) || (function () {
|
|
1999
1999
|
var extendStatics = function (d, b) {
|
|
@@ -2084,7 +2084,7 @@ var SeatOfferService = /** @class */ (function (_super) {
|
|
|
2084
2084
|
}(service_1.Service));
|
|
2085
2085
|
exports.SeatOfferService = SeatOfferService;
|
|
2086
2086
|
|
|
2087
|
-
},{"../service":
|
|
2087
|
+
},{"../service":188,"http-status":476}],18:[function(require,module,exports){
|
|
2088
2088
|
"use strict";
|
|
2089
2089
|
var __extends = (this && this.__extends) || (function () {
|
|
2090
2090
|
var extendStatics = function (d, b) {
|
|
@@ -2235,7 +2235,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
2235
2235
|
}(service_1.Service));
|
|
2236
2236
|
exports.SellerService = SellerService;
|
|
2237
2237
|
|
|
2238
|
-
},{"../service":
|
|
2238
|
+
},{"../service":188,"http-status":476}],19:[function(require,module,exports){
|
|
2239
2239
|
"use strict";
|
|
2240
2240
|
var __extends = (this && this.__extends) || (function () {
|
|
2241
2241
|
var extendStatics = function (d, b) {
|
|
@@ -2332,7 +2332,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
2332
2332
|
}(service_1.Service));
|
|
2333
2333
|
exports.TripService = TripService;
|
|
2334
2334
|
|
|
2335
|
-
},{"../service":
|
|
2335
|
+
},{"../service":188,"http-status":476}],20:[function(require,module,exports){
|
|
2336
2336
|
"use strict";
|
|
2337
2337
|
var __assign = (this && this.__assign) || function () {
|
|
2338
2338
|
__assign = Object.assign || function(t) {
|
|
@@ -2521,7 +2521,7 @@ var SyncService = /** @class */ (function (_super) {
|
|
|
2521
2521
|
}(service_1.Service));
|
|
2522
2522
|
exports.SyncService = SyncService;
|
|
2523
2523
|
|
|
2524
|
-
},{"../service":
|
|
2524
|
+
},{"../service":188,"http-status":476}],22:[function(require,module,exports){
|
|
2525
2525
|
"use strict";
|
|
2526
2526
|
var __assign = (this && this.__assign) || function () {
|
|
2527
2527
|
__assign = Object.assign || function(t) {
|
|
@@ -3232,7 +3232,7 @@ var AcceptedPaymentMethodService = /** @class */ (function (_super) {
|
|
|
3232
3232
|
}(service_1.Service));
|
|
3233
3233
|
exports.AcceptedPaymentMethodService = AcceptedPaymentMethodService;
|
|
3234
3234
|
|
|
3235
|
-
},{"../service":
|
|
3235
|
+
},{"../service":188,"http-status":476}],24:[function(require,module,exports){
|
|
3236
3236
|
"use strict";
|
|
3237
3237
|
var __extends = (this && this.__extends) || (function () {
|
|
3238
3238
|
var extendStatics = function (d, b) {
|
|
@@ -3321,7 +3321,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
3321
3321
|
}(service_1.Service));
|
|
3322
3322
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
3323
3323
|
|
|
3324
|
-
},{"../../service":
|
|
3324
|
+
},{"../../service":188,"http-status":476}],25:[function(require,module,exports){
|
|
3325
3325
|
"use strict";
|
|
3326
3326
|
var __extends = (this && this.__extends) || (function () {
|
|
3327
3327
|
var extendStatics = function (d, b) {
|
|
@@ -3409,7 +3409,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
3409
3409
|
}(service_1.Service));
|
|
3410
3410
|
exports.AuthorizationService = AuthorizationService;
|
|
3411
3411
|
|
|
3412
|
-
},{"../service":
|
|
3412
|
+
},{"../service":188,"http-status":476}],26:[function(require,module,exports){
|
|
3413
3413
|
"use strict";
|
|
3414
3414
|
var __extends = (this && this.__extends) || (function () {
|
|
3415
3415
|
var extendStatics = function (d, b) {
|
|
@@ -3497,7 +3497,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
3497
3497
|
}(service_1.Service));
|
|
3498
3498
|
exports.CustomerService = CustomerService;
|
|
3499
3499
|
|
|
3500
|
-
},{"../service":
|
|
3500
|
+
},{"../service":188,"http-status":476}],27:[function(require,module,exports){
|
|
3501
3501
|
"use strict";
|
|
3502
3502
|
var __extends = (this && this.__extends) || (function () {
|
|
3503
3503
|
var extendStatics = function (d, b) {
|
|
@@ -3697,7 +3697,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
3697
3697
|
}(service_1.Service));
|
|
3698
3698
|
exports.EventService = EventService;
|
|
3699
3699
|
|
|
3700
|
-
},{"../service":
|
|
3700
|
+
},{"../service":188,"http-status":476}],28:[function(require,module,exports){
|
|
3701
3701
|
"use strict";
|
|
3702
3702
|
var __extends = (this && this.__extends) || (function () {
|
|
3703
3703
|
var extendStatics = function (d, b) {
|
|
@@ -3853,7 +3853,7 @@ var EventOfferService = /** @class */ (function (_super) {
|
|
|
3853
3853
|
}(service_1.Service));
|
|
3854
3854
|
exports.EventOfferService = EventOfferService;
|
|
3855
3855
|
|
|
3856
|
-
},{"../service":
|
|
3856
|
+
},{"../service":188,"http-status":476}],29:[function(require,module,exports){
|
|
3857
3857
|
"use strict";
|
|
3858
3858
|
var __extends = (this && this.__extends) || (function () {
|
|
3859
3859
|
var extendStatics = function (d, b) {
|
|
@@ -3975,7 +3975,7 @@ var EventSeriesService = /** @class */ (function (_super) {
|
|
|
3975
3975
|
}(service_1.Service));
|
|
3976
3976
|
exports.EventSeriesService = EventSeriesService;
|
|
3977
3977
|
|
|
3978
|
-
},{"../service":
|
|
3978
|
+
},{"../service":188,"http-status":476}],30:[function(require,module,exports){
|
|
3979
3979
|
"use strict";
|
|
3980
3980
|
var __extends = (this && this.__extends) || (function () {
|
|
3981
3981
|
var extendStatics = function (d, b) {
|
|
@@ -4095,7 +4095,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
4095
4095
|
}(service_1.Service));
|
|
4096
4096
|
exports.MeService = MeService;
|
|
4097
4097
|
|
|
4098
|
-
},{"../service":
|
|
4098
|
+
},{"../service":188,"http-status":476}],31:[function(require,module,exports){
|
|
4099
4099
|
"use strict";
|
|
4100
4100
|
var __extends = (this && this.__extends) || (function () {
|
|
4101
4101
|
var extendStatics = function (d, b) {
|
|
@@ -4184,7 +4184,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
4184
4184
|
}(service_1.Service));
|
|
4185
4185
|
exports.MemberService = MemberService;
|
|
4186
4186
|
|
|
4187
|
-
},{"../factory":
|
|
4187
|
+
},{"../factory":183,"../service":188,"http-status":476}],32:[function(require,module,exports){
|
|
4188
4188
|
"use strict";
|
|
4189
4189
|
var __extends = (this && this.__extends) || (function () {
|
|
4190
4190
|
var extendStatics = function (d, b) {
|
|
@@ -4293,7 +4293,7 @@ var MovieService = /** @class */ (function (_super) {
|
|
|
4293
4293
|
}(service_1.Service));
|
|
4294
4294
|
exports.MovieService = MovieService;
|
|
4295
4295
|
|
|
4296
|
-
},{"../service":
|
|
4296
|
+
},{"../service":188,"http-status":476}],33:[function(require,module,exports){
|
|
4297
4297
|
"use strict";
|
|
4298
4298
|
var __extends = (this && this.__extends) || (function () {
|
|
4299
4299
|
var extendStatics = function (d, b) {
|
|
@@ -4494,7 +4494,7 @@ var MovieTheaterService = /** @class */ (function (_super) {
|
|
|
4494
4494
|
}(service_1.Service));
|
|
4495
4495
|
exports.MovieTheaterService = MovieTheaterService;
|
|
4496
4496
|
|
|
4497
|
-
},{"../service":
|
|
4497
|
+
},{"../service":188,"http-status":476}],34:[function(require,module,exports){
|
|
4498
4498
|
"use strict";
|
|
4499
4499
|
var __extends = (this && this.__extends) || (function () {
|
|
4500
4500
|
var extendStatics = function (d, b) {
|
|
@@ -4622,7 +4622,7 @@ var NoteService = /** @class */ (function (_super) {
|
|
|
4622
4622
|
}(service_1.Service));
|
|
4623
4623
|
exports.NoteService = NoteService;
|
|
4624
4624
|
|
|
4625
|
-
},{"../service":
|
|
4625
|
+
},{"../service":188,"http-status":476}],35:[function(require,module,exports){
|
|
4626
4626
|
"use strict";
|
|
4627
4627
|
var __extends = (this && this.__extends) || (function () {
|
|
4628
4628
|
var extendStatics = function (d, b) {
|
|
@@ -4745,7 +4745,7 @@ var NoteAboutOrderService = /** @class */ (function (_super) {
|
|
|
4745
4745
|
}(service_1.Service));
|
|
4746
4746
|
exports.NoteAboutOrderService = NoteAboutOrderService;
|
|
4747
4747
|
|
|
4748
|
-
},{"../service":
|
|
4748
|
+
},{"../service":188,"http-status":476}],36:[function(require,module,exports){
|
|
4749
4749
|
"use strict";
|
|
4750
4750
|
var __extends = (this && this.__extends) || (function () {
|
|
4751
4751
|
var extendStatics = function (d, b) {
|
|
@@ -4859,7 +4859,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
4859
4859
|
}(service_1.Service));
|
|
4860
4860
|
exports.OfferService = OfferService;
|
|
4861
4861
|
|
|
4862
|
-
},{"../service":
|
|
4862
|
+
},{"../service":188,"http-status":476}],37:[function(require,module,exports){
|
|
4863
4863
|
"use strict";
|
|
4864
4864
|
var __extends = (this && this.__extends) || (function () {
|
|
4865
4865
|
var extendStatics = function (d, b) {
|
|
@@ -4957,7 +4957,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
4957
4957
|
}(service_1.Service));
|
|
4958
4958
|
exports.OfferCatalogService = OfferCatalogService;
|
|
4959
4959
|
|
|
4960
|
-
},{"../service":
|
|
4960
|
+
},{"../service":188,"http-status":476}],38:[function(require,module,exports){
|
|
4961
4961
|
"use strict";
|
|
4962
4962
|
var __extends = (this && this.__extends) || (function () {
|
|
4963
4963
|
var extendStatics = function (d, b) {
|
|
@@ -5070,7 +5070,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
5070
5070
|
}(service_1.Service));
|
|
5071
5071
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
5072
5072
|
|
|
5073
|
-
},{"../service":
|
|
5073
|
+
},{"../service":188,"http-status":476}],39:[function(require,module,exports){
|
|
5074
5074
|
"use strict";
|
|
5075
5075
|
var __extends = (this && this.__extends) || (function () {
|
|
5076
5076
|
var extendStatics = function (d, b) {
|
|
@@ -5257,7 +5257,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5257
5257
|
}(service_1.Service));
|
|
5258
5258
|
exports.OrderService = OrderService;
|
|
5259
5259
|
|
|
5260
|
-
},{"../service":
|
|
5260
|
+
},{"../service":188,"http-status":476}],40:[function(require,module,exports){
|
|
5261
5261
|
"use strict";
|
|
5262
5262
|
var __extends = (this && this.__extends) || (function () {
|
|
5263
5263
|
var extendStatics = function (d, b) {
|
|
@@ -5352,7 +5352,7 @@ var PaymentMethodService = /** @class */ (function (_super) {
|
|
|
5352
5352
|
}(service_1.Service));
|
|
5353
5353
|
exports.PaymentMethodService = PaymentMethodService;
|
|
5354
5354
|
|
|
5355
|
-
},{"../service":
|
|
5355
|
+
},{"../service":188,"http-status":476}],41:[function(require,module,exports){
|
|
5356
5356
|
"use strict";
|
|
5357
5357
|
var __extends = (this && this.__extends) || (function () {
|
|
5358
5358
|
var extendStatics = function (d, b) {
|
|
@@ -5485,7 +5485,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
5485
5485
|
}(service_1.Service));
|
|
5486
5486
|
exports.ProductService = ProductService;
|
|
5487
5487
|
|
|
5488
|
-
},{"../service":
|
|
5488
|
+
},{"../service":188,"http-status":476}],42:[function(require,module,exports){
|
|
5489
5489
|
"use strict";
|
|
5490
5490
|
var __extends = (this && this.__extends) || (function () {
|
|
5491
5491
|
var extendStatics = function (d, b) {
|
|
@@ -5647,7 +5647,7 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
5647
5647
|
}(service_1.Service));
|
|
5648
5648
|
exports.ProductOfferService = ProductOfferService;
|
|
5649
5649
|
|
|
5650
|
-
},{"../service":
|
|
5650
|
+
},{"../service":188,"http-status":476}],43:[function(require,module,exports){
|
|
5651
5651
|
"use strict";
|
|
5652
5652
|
var __extends = (this && this.__extends) || (function () {
|
|
5653
5653
|
var extendStatics = function (d, b) {
|
|
@@ -5797,7 +5797,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
5797
5797
|
}(service_1.Service));
|
|
5798
5798
|
exports.ReservationService = ReservationService;
|
|
5799
5799
|
|
|
5800
|
-
},{"../service":
|
|
5800
|
+
},{"../service":188,"http-status":476}],44:[function(require,module,exports){
|
|
5801
5801
|
"use strict";
|
|
5802
5802
|
var __extends = (this && this.__extends) || (function () {
|
|
5803
5803
|
var extendStatics = function (d, b) {
|
|
@@ -5916,7 +5916,7 @@ var RoomService = /** @class */ (function (_super) {
|
|
|
5916
5916
|
}(service_1.Service));
|
|
5917
5917
|
exports.RoomService = RoomService;
|
|
5918
5918
|
|
|
5919
|
-
},{"../service":
|
|
5919
|
+
},{"../service":188,"http-status":476}],45:[function(require,module,exports){
|
|
5920
5920
|
"use strict";
|
|
5921
5921
|
var __extends = (this && this.__extends) || (function () {
|
|
5922
5922
|
var extendStatics = function (d, b) {
|
|
@@ -6070,7 +6070,7 @@ var SeatService = /** @class */ (function (_super) {
|
|
|
6070
6070
|
}(service_1.Service));
|
|
6071
6071
|
exports.SeatService = SeatService;
|
|
6072
6072
|
|
|
6073
|
-
},{"../service":
|
|
6073
|
+
},{"../service":188,"http-status":476}],46:[function(require,module,exports){
|
|
6074
6074
|
"use strict";
|
|
6075
6075
|
var __extends = (this && this.__extends) || (function () {
|
|
6076
6076
|
var extendStatics = function (d, b) {
|
|
@@ -6189,7 +6189,7 @@ var SeatSectionService = /** @class */ (function (_super) {
|
|
|
6189
6189
|
}(service_1.Service));
|
|
6190
6190
|
exports.SeatSectionService = SeatSectionService;
|
|
6191
6191
|
|
|
6192
|
-
},{"../service":
|
|
6192
|
+
},{"../service":188,"http-status":476}],47:[function(require,module,exports){
|
|
6193
6193
|
"use strict";
|
|
6194
6194
|
var __extends = (this && this.__extends) || (function () {
|
|
6195
6195
|
var extendStatics = function (d, b) {
|
|
@@ -6281,7 +6281,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
6281
6281
|
}(service_1.Service));
|
|
6282
6282
|
exports.SellerService = SellerService;
|
|
6283
6283
|
|
|
6284
|
-
},{"../service":
|
|
6284
|
+
},{"../service":188,"http-status":476}],48:[function(require,module,exports){
|
|
6285
6285
|
"use strict";
|
|
6286
6286
|
var __assign = (this && this.__assign) || function () {
|
|
6287
6287
|
__assign = Object.assign || function(t) {
|
|
@@ -6732,7 +6732,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
6732
6732
|
}(service_1.Service));
|
|
6733
6733
|
exports.OrderService = OrderService;
|
|
6734
6734
|
|
|
6735
|
-
},{"../factory":
|
|
6735
|
+
},{"../factory":183,"../service":188,"http-status":476}],50:[function(require,module,exports){
|
|
6736
6736
|
"use strict";
|
|
6737
6737
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6738
6738
|
|
|
@@ -6844,7 +6844,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
6844
6844
|
}(service_1.Service));
|
|
6845
6845
|
exports.PermitService = PermitService;
|
|
6846
6846
|
|
|
6847
|
-
},{"../service":
|
|
6847
|
+
},{"../service":188,"http-status":476}],52:[function(require,module,exports){
|
|
6848
6848
|
"use strict";
|
|
6849
6849
|
var __extends = (this && this.__extends) || (function () {
|
|
6850
6850
|
var extendStatics = function (d, b) {
|
|
@@ -7021,7 +7021,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
7021
7021
|
}(service_1.Service));
|
|
7022
7022
|
exports.PersonService = PersonService;
|
|
7023
7023
|
|
|
7024
|
-
},{"../service":
|
|
7024
|
+
},{"../service":188,"http-status":476}],53:[function(require,module,exports){
|
|
7025
7025
|
"use strict";
|
|
7026
7026
|
var __extends = (this && this.__extends) || (function () {
|
|
7027
7027
|
var extendStatics = function (d, b) {
|
|
@@ -7180,7 +7180,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
7180
7180
|
}(service_1.Service));
|
|
7181
7181
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
7182
7182
|
|
|
7183
|
-
},{"../../service":
|
|
7183
|
+
},{"../../service":188,"http-status":476}],54:[function(require,module,exports){
|
|
7184
7184
|
"use strict";
|
|
7185
7185
|
var __extends = (this && this.__extends) || (function () {
|
|
7186
7186
|
var extendStatics = function (d, b) {
|
|
@@ -7288,7 +7288,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
7288
7288
|
}(service_1.Service));
|
|
7289
7289
|
exports.ReservationService = ReservationService;
|
|
7290
7290
|
|
|
7291
|
-
},{"../service":
|
|
7291
|
+
},{"../service":188,"http-status":476}],55:[function(require,module,exports){
|
|
7292
7292
|
"use strict";
|
|
7293
7293
|
// import { OK } from 'http-status';
|
|
7294
7294
|
var __extends = (this && this.__extends) || (function () {
|
|
@@ -7321,7 +7321,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
7321
7321
|
}(service_1.Service));
|
|
7322
7322
|
exports.TokenService = TokenService;
|
|
7323
7323
|
|
|
7324
|
-
},{"../service":
|
|
7324
|
+
},{"../service":188}],56:[function(require,module,exports){
|
|
7325
7325
|
"use strict";
|
|
7326
7326
|
var __assign = (this && this.__assign) || function () {
|
|
7327
7327
|
__assign = Object.assign || function(t) {
|
|
@@ -7575,9 +7575,6 @@ var service;
|
|
|
7575
7575
|
*/
|
|
7576
7576
|
var transaction;
|
|
7577
7577
|
(function (transaction) {
|
|
7578
|
-
var MoneyTransfer;
|
|
7579
|
-
(function (MoneyTransfer) {
|
|
7580
|
-
})(MoneyTransfer = transaction.MoneyTransfer || (transaction.MoneyTransfer = {}));
|
|
7581
7578
|
var PlaceOrder;
|
|
7582
7579
|
(function (PlaceOrder) {
|
|
7583
7580
|
})(PlaceOrder = transaction.PlaceOrder || (transaction.PlaceOrder = {}));
|
|
@@ -8664,24 +8661,6 @@ var ChevreConsole = /** @class */ (function () {
|
|
|
8664
8661
|
});
|
|
8665
8662
|
});
|
|
8666
8663
|
};
|
|
8667
|
-
ChevreConsole.prototype.createMoneyTransferTransactionInstance = function (params) {
|
|
8668
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
8669
|
-
var _a;
|
|
8670
|
-
return __generator(this, function (_b) {
|
|
8671
|
-
switch (_b.label) {
|
|
8672
|
-
case 0:
|
|
8673
|
-
if (!(service.transaction.MoneyTransfer.svc === undefined)) return [3 /*break*/, 2];
|
|
8674
|
-
_a = service.transaction.MoneyTransfer;
|
|
8675
|
-
return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevreConsole/transaction/moneyTransfer'); })];
|
|
8676
|
-
case 1:
|
|
8677
|
-
_a.svc =
|
|
8678
|
-
(_b.sent()).MoneyTransferTransactionService;
|
|
8679
|
-
_b.label = 2;
|
|
8680
|
-
case 2: return [2 /*return*/, new service.transaction.MoneyTransfer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: [] }))];
|
|
8681
|
-
}
|
|
8682
|
-
});
|
|
8683
|
-
});
|
|
8684
|
-
};
|
|
8685
8664
|
ChevreConsole.prototype.createPlaceOrderTransactionInstance = function (params) {
|
|
8686
8665
|
return __awaiter(this, void 0, void 0, function () {
|
|
8687
8666
|
var _a;
|
|
@@ -8788,7 +8767,7 @@ var ChevreConsole = /** @class */ (function () {
|
|
|
8788
8767
|
}());
|
|
8789
8768
|
exports.ChevreConsole = ChevreConsole;
|
|
8790
8769
|
|
|
8791
|
-
},{"./chevreConsole/account":57,"./chevreConsole/accountTitle":58,"./chevreConsole/accountTransaction":59,"./chevreConsole/accountingReport":60,"./chevreConsole/action":61,"./chevreConsole/additionalProperty":62,"./chevreConsole/advanceBookingRequirement":63,"./chevreConsole/aggregateOffer":64,"./chevreConsole/aggregateReservation":65,"./chevreConsole/aggregation":66,"./chevreConsole/assetTransaction":67,"./chevreConsole/assetTransaction/moneyTransfer":68,"./chevreConsole/assetTransaction/pay":69,"./chevreConsole/assetTransaction/registerService":70,"./chevreConsole/assetTransaction/reserve":71,"./chevreConsole/authorization":72,"./chevreConsole/categoryCode":73,"./chevreConsole/comment":74,"./chevreConsole/creativeWork":75,"./chevreConsole/customer":76,"./chevreConsole/customerType":77,"./chevreConsole/emailMessage":78,"./chevreConsole/event":79,"./chevreConsole/eventSeries":80,"./chevreConsole/hasMerchantReturnPolicy":81,"./chevreConsole/iam":82,"./chevreConsole/identity":83,"./chevreConsole/identityProvider":84,"./chevreConsole/issuer":85,"./chevreConsole/me":86,"./chevreConsole/member":87,"./chevreConsole/memberProgram":88,"./chevreConsole/merchantReturnPolicy":89,"./chevreConsole/message":90,"./chevreConsole/movieTicketType":91,"./chevreConsole/offer":92,"./chevreConsole/offerCatalog":93,"./chevreConsole/offerCatalogItem":94,"./chevreConsole/offerItemCondition":95,"./chevreConsole/order":96,"./chevreConsole/ownershipInfo":97,"./chevreConsole/paymentService":98,"./chevreConsole/paymentServiceChannel":99,"./chevreConsole/pendingReservation":100,"./chevreConsole/permission":101,"./chevreConsole/permit":102,"./chevreConsole/person":103,"./chevreConsole/person/ownershipInfo":104,"./chevreConsole/place":105,"./chevreConsole/place/hasPOS":106,"./chevreConsole/priceSpecification":107,"./chevreConsole/product":108,"./chevreConsole/productModel":109,"./chevreConsole/project":110,"./chevreConsole/projectMakesOffer":111,"./chevreConsole/reservation":112,"./chevreConsole/seller":113,"./chevreConsole/sellerMakesOffer":114,"./chevreConsole/sellerReturnPolicy":115,"./chevreConsole/task":116,"./chevreConsole/ticket":117,"./chevreConsole/token":118,"./chevreConsole/transaction/
|
|
8770
|
+
},{"./chevreConsole/account":57,"./chevreConsole/accountTitle":58,"./chevreConsole/accountTransaction":59,"./chevreConsole/accountingReport":60,"./chevreConsole/action":61,"./chevreConsole/additionalProperty":62,"./chevreConsole/advanceBookingRequirement":63,"./chevreConsole/aggregateOffer":64,"./chevreConsole/aggregateReservation":65,"./chevreConsole/aggregation":66,"./chevreConsole/assetTransaction":67,"./chevreConsole/assetTransaction/moneyTransfer":68,"./chevreConsole/assetTransaction/pay":69,"./chevreConsole/assetTransaction/registerService":70,"./chevreConsole/assetTransaction/reserve":71,"./chevreConsole/authorization":72,"./chevreConsole/categoryCode":73,"./chevreConsole/comment":74,"./chevreConsole/creativeWork":75,"./chevreConsole/customer":76,"./chevreConsole/customerType":77,"./chevreConsole/emailMessage":78,"./chevreConsole/event":79,"./chevreConsole/eventSeries":80,"./chevreConsole/hasMerchantReturnPolicy":81,"./chevreConsole/iam":82,"./chevreConsole/identity":83,"./chevreConsole/identityProvider":84,"./chevreConsole/issuer":85,"./chevreConsole/me":86,"./chevreConsole/member":87,"./chevreConsole/memberProgram":88,"./chevreConsole/merchantReturnPolicy":89,"./chevreConsole/message":90,"./chevreConsole/movieTicketType":91,"./chevreConsole/offer":92,"./chevreConsole/offerCatalog":93,"./chevreConsole/offerCatalogItem":94,"./chevreConsole/offerItemCondition":95,"./chevreConsole/order":96,"./chevreConsole/ownershipInfo":97,"./chevreConsole/paymentService":98,"./chevreConsole/paymentServiceChannel":99,"./chevreConsole/pendingReservation":100,"./chevreConsole/permission":101,"./chevreConsole/permit":102,"./chevreConsole/person":103,"./chevreConsole/person/ownershipInfo":104,"./chevreConsole/place":105,"./chevreConsole/place/hasPOS":106,"./chevreConsole/priceSpecification":107,"./chevreConsole/product":108,"./chevreConsole/productModel":109,"./chevreConsole/project":110,"./chevreConsole/projectMakesOffer":111,"./chevreConsole/reservation":112,"./chevreConsole/seller":113,"./chevreConsole/sellerMakesOffer":114,"./chevreConsole/sellerReturnPolicy":115,"./chevreConsole/task":116,"./chevreConsole/ticket":117,"./chevreConsole/token":118,"./chevreConsole/transaction/placeOrder":119,"./chevreConsole/transaction/returnOrder":120,"./chevreConsole/transactionNumber":121,"./chevreConsole/trip":122,"./chevreConsole/userPool":123,"./chevreConsole/webSite":124}],57:[function(require,module,exports){
|
|
8792
8771
|
"use strict";
|
|
8793
8772
|
var __extends = (this && this.__extends) || (function () {
|
|
8794
8773
|
var extendStatics = function (d, b) {
|
|
@@ -8925,7 +8904,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
8925
8904
|
}(service_1.Service));
|
|
8926
8905
|
exports.AccountService = AccountService;
|
|
8927
8906
|
|
|
8928
|
-
},{"../service":
|
|
8907
|
+
},{"../service":188,"http-status":476}],58:[function(require,module,exports){
|
|
8929
8908
|
"use strict";
|
|
8930
8909
|
var __extends = (this && this.__extends) || (function () {
|
|
8931
8910
|
var extendStatics = function (d, b) {
|
|
@@ -9262,7 +9241,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
9262
9241
|
}(service_1.Service));
|
|
9263
9242
|
exports.AccountTitleService = AccountTitleService;
|
|
9264
9243
|
|
|
9265
|
-
},{"../factory":
|
|
9244
|
+
},{"../factory":183,"../service":188,"http-status":476}],59:[function(require,module,exports){
|
|
9266
9245
|
"use strict";
|
|
9267
9246
|
var __extends = (this && this.__extends) || (function () {
|
|
9268
9247
|
var extendStatics = function (d, b) {
|
|
@@ -9359,7 +9338,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
9359
9338
|
}(service_1.Service));
|
|
9360
9339
|
exports.AccountTransactionService = AccountTransactionService;
|
|
9361
9340
|
|
|
9362
|
-
},{"../service":
|
|
9341
|
+
},{"../service":188,"http-status":476}],60:[function(require,module,exports){
|
|
9363
9342
|
"use strict";
|
|
9364
9343
|
var __extends = (this && this.__extends) || (function () {
|
|
9365
9344
|
var extendStatics = function (d, b) {
|
|
@@ -9456,7 +9435,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
9456
9435
|
}(service_1.Service));
|
|
9457
9436
|
exports.AccountingReportService = AccountingReportService;
|
|
9458
9437
|
|
|
9459
|
-
},{"../service":
|
|
9438
|
+
},{"../service":188,"http-status":476}],61:[function(require,module,exports){
|
|
9460
9439
|
"use strict";
|
|
9461
9440
|
var __extends = (this && this.__extends) || (function () {
|
|
9462
9441
|
var extendStatics = function (d, b) {
|
|
@@ -9584,7 +9563,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
9584
9563
|
}(service_1.Service));
|
|
9585
9564
|
exports.ActionService = ActionService;
|
|
9586
9565
|
|
|
9587
|
-
},{"../service":
|
|
9566
|
+
},{"../service":188,"http-status":476}],62:[function(require,module,exports){
|
|
9588
9567
|
"use strict";
|
|
9589
9568
|
var __extends = (this && this.__extends) || (function () {
|
|
9590
9569
|
var extendStatics = function (d, b) {
|
|
@@ -9748,7 +9727,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
9748
9727
|
}(service_1.Service));
|
|
9749
9728
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
9750
9729
|
|
|
9751
|
-
},{"../service":
|
|
9730
|
+
},{"../service":188,"http-status":476}],63:[function(require,module,exports){
|
|
9752
9731
|
"use strict";
|
|
9753
9732
|
var __extends = (this && this.__extends) || (function () {
|
|
9754
9733
|
var extendStatics = function (d, b) {
|
|
@@ -9899,7 +9878,7 @@ var AdvanceBookingRequirementService = /** @class */ (function (_super) {
|
|
|
9899
9878
|
}(service_1.Service));
|
|
9900
9879
|
exports.AdvanceBookingRequirementService = AdvanceBookingRequirementService;
|
|
9901
9880
|
|
|
9902
|
-
},{"../service":
|
|
9881
|
+
},{"../service":188,"http-status":476}],64:[function(require,module,exports){
|
|
9903
9882
|
"use strict";
|
|
9904
9883
|
var __extends = (this && this.__extends) || (function () {
|
|
9905
9884
|
var extendStatics = function (d, b) {
|
|
@@ -10015,7 +9994,7 @@ var AggregateOfferService = /** @class */ (function (_super) {
|
|
|
10015
9994
|
}(service_1.Service));
|
|
10016
9995
|
exports.AggregateOfferService = AggregateOfferService;
|
|
10017
9996
|
|
|
10018
|
-
},{"../service":
|
|
9997
|
+
},{"../service":188,"http-status":476}],65:[function(require,module,exports){
|
|
10019
9998
|
"use strict";
|
|
10020
9999
|
var __extends = (this && this.__extends) || (function () {
|
|
10021
10000
|
var extendStatics = function (d, b) {
|
|
@@ -10100,7 +10079,7 @@ var AggregateReservationService = /** @class */ (function (_super) {
|
|
|
10100
10079
|
}(service_1.Service));
|
|
10101
10080
|
exports.AggregateReservationService = AggregateReservationService;
|
|
10102
10081
|
|
|
10103
|
-
},{"../service":
|
|
10082
|
+
},{"../service":188,"http-status":476}],66:[function(require,module,exports){
|
|
10104
10083
|
"use strict";
|
|
10105
10084
|
var __extends = (this && this.__extends) || (function () {
|
|
10106
10085
|
var extendStatics = function (d, b) {
|
|
@@ -10196,7 +10175,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
10196
10175
|
}(service_1.Service));
|
|
10197
10176
|
exports.AggregationService = AggregationService;
|
|
10198
10177
|
|
|
10199
|
-
},{"../service":
|
|
10178
|
+
},{"../service":188,"http-status":476}],67:[function(require,module,exports){
|
|
10200
10179
|
"use strict";
|
|
10201
10180
|
var __extends = (this && this.__extends) || (function () {
|
|
10202
10181
|
var extendStatics = function (d, b) {
|
|
@@ -10293,7 +10272,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
10293
10272
|
}(service_1.Service));
|
|
10294
10273
|
exports.AssetTransactionService = AssetTransactionService;
|
|
10295
10274
|
|
|
10296
|
-
},{"../service":
|
|
10275
|
+
},{"../service":188,"http-status":476}],68:[function(require,module,exports){
|
|
10297
10276
|
"use strict";
|
|
10298
10277
|
var __extends = (this && this.__extends) || (function () {
|
|
10299
10278
|
var extendStatics = function (d, b) {
|
|
@@ -10429,7 +10408,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
10429
10408
|
}(service_1.Service));
|
|
10430
10409
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
10431
10410
|
|
|
10432
|
-
},{"../../factory":
|
|
10411
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],69:[function(require,module,exports){
|
|
10433
10412
|
"use strict";
|
|
10434
10413
|
var __extends = (this && this.__extends) || (function () {
|
|
10435
10414
|
var extendStatics = function (d, b) {
|
|
@@ -10635,7 +10614,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
10635
10614
|
}(service_1.Service));
|
|
10636
10615
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
10637
10616
|
|
|
10638
|
-
},{"../../factory":
|
|
10617
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],70:[function(require,module,exports){
|
|
10639
10618
|
"use strict";
|
|
10640
10619
|
var __extends = (this && this.__extends) || (function () {
|
|
10641
10620
|
var extendStatics = function (d, b) {
|
|
@@ -10782,7 +10761,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
10782
10761
|
}(service_1.Service));
|
|
10783
10762
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
10784
10763
|
|
|
10785
|
-
},{"../../factory":
|
|
10764
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],71:[function(require,module,exports){
|
|
10786
10765
|
"use strict";
|
|
10787
10766
|
var __extends = (this && this.__extends) || (function () {
|
|
10788
10767
|
var extendStatics = function (d, b) {
|
|
@@ -10946,7 +10925,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
10946
10925
|
}(service_1.Service));
|
|
10947
10926
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
10948
10927
|
|
|
10949
|
-
},{"../../service":
|
|
10928
|
+
},{"../../service":188,"http-status":476}],72:[function(require,module,exports){
|
|
10950
10929
|
"use strict";
|
|
10951
10930
|
var __extends = (this && this.__extends) || (function () {
|
|
10952
10931
|
var extendStatics = function (d, b) {
|
|
@@ -11034,7 +11013,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
11034
11013
|
}(service_1.Service));
|
|
11035
11014
|
exports.AuthorizationService = AuthorizationService;
|
|
11036
11015
|
|
|
11037
|
-
},{"../service":
|
|
11016
|
+
},{"../service":188,"http-status":476}],73:[function(require,module,exports){
|
|
11038
11017
|
"use strict";
|
|
11039
11018
|
var __extends = (this && this.__extends) || (function () {
|
|
11040
11019
|
var extendStatics = function (d, b) {
|
|
@@ -11206,7 +11185,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
11206
11185
|
}(service_1.Service));
|
|
11207
11186
|
exports.CategoryCodeService = CategoryCodeService;
|
|
11208
11187
|
|
|
11209
|
-
},{"../service":
|
|
11188
|
+
},{"../service":188,"http-status":476}],74:[function(require,module,exports){
|
|
11210
11189
|
"use strict";
|
|
11211
11190
|
var __extends = (this && this.__extends) || (function () {
|
|
11212
11191
|
var extendStatics = function (d, b) {
|
|
@@ -11322,7 +11301,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
11322
11301
|
}(service_1.Service));
|
|
11323
11302
|
exports.CommentService = CommentService;
|
|
11324
11303
|
|
|
11325
|
-
},{"../service":
|
|
11304
|
+
},{"../service":188,"http-status":476}],75:[function(require,module,exports){
|
|
11326
11305
|
"use strict";
|
|
11327
11306
|
var __extends = (this && this.__extends) || (function () {
|
|
11328
11307
|
var extendStatics = function (d, b) {
|
|
@@ -11466,7 +11445,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
11466
11445
|
}(service_1.Service));
|
|
11467
11446
|
exports.CreativeWorkService = CreativeWorkService;
|
|
11468
11447
|
|
|
11469
|
-
},{"../service":
|
|
11448
|
+
},{"../service":188,"http-status":476}],76:[function(require,module,exports){
|
|
11470
11449
|
"use strict";
|
|
11471
11450
|
var __extends = (this && this.__extends) || (function () {
|
|
11472
11451
|
var extendStatics = function (d, b) {
|
|
@@ -11593,7 +11572,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
11593
11572
|
}(service_1.Service));
|
|
11594
11573
|
exports.CustomerService = CustomerService;
|
|
11595
11574
|
|
|
11596
|
-
},{"../service":
|
|
11575
|
+
},{"../service":188,"http-status":476}],77:[function(require,module,exports){
|
|
11597
11576
|
"use strict";
|
|
11598
11577
|
var __extends = (this && this.__extends) || (function () {
|
|
11599
11578
|
var extendStatics = function (d, b) {
|
|
@@ -11681,7 +11660,7 @@ var CustomerTypeService = /** @class */ (function (_super) {
|
|
|
11681
11660
|
}(service_1.Service));
|
|
11682
11661
|
exports.CustomerTypeService = CustomerTypeService;
|
|
11683
11662
|
|
|
11684
|
-
},{"../service":
|
|
11663
|
+
},{"../service":188,"http-status":476}],78:[function(require,module,exports){
|
|
11685
11664
|
"use strict";
|
|
11686
11665
|
var __extends = (this && this.__extends) || (function () {
|
|
11687
11666
|
var extendStatics = function (d, b) {
|
|
@@ -11855,7 +11834,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
11855
11834
|
}(service_1.Service));
|
|
11856
11835
|
exports.EmailMessageService = EmailMessageService;
|
|
11857
11836
|
|
|
11858
|
-
},{"../service":
|
|
11837
|
+
},{"../service":188,"http-status":476}],79:[function(require,module,exports){
|
|
11859
11838
|
"use strict";
|
|
11860
11839
|
var __extends = (this && this.__extends) || (function () {
|
|
11861
11840
|
var extendStatics = function (d, b) {
|
|
@@ -12071,7 +12050,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
12071
12050
|
}(service_1.Service));
|
|
12072
12051
|
exports.EventService = EventService;
|
|
12073
12052
|
|
|
12074
|
-
},{"../factory":
|
|
12053
|
+
},{"../factory":183,"../service":188,"http-status":476}],80:[function(require,module,exports){
|
|
12075
12054
|
"use strict";
|
|
12076
12055
|
var __extends = (this && this.__extends) || (function () {
|
|
12077
12056
|
var extendStatics = function (d, b) {
|
|
@@ -12233,7 +12212,7 @@ var EventSeriesService = /** @class */ (function (_super) {
|
|
|
12233
12212
|
}(service_1.Service));
|
|
12234
12213
|
exports.EventSeriesService = EventSeriesService;
|
|
12235
12214
|
|
|
12236
|
-
},{"../factory":
|
|
12215
|
+
},{"../factory":183,"../service":188,"http-status":476}],81:[function(require,module,exports){
|
|
12237
12216
|
"use strict";
|
|
12238
12217
|
var __extends = (this && this.__extends) || (function () {
|
|
12239
12218
|
var extendStatics = function (d, b) {
|
|
@@ -12317,7 +12296,7 @@ var HasMerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
12317
12296
|
}(service_1.Service));
|
|
12318
12297
|
exports.HasMerchantReturnPolicyService = HasMerchantReturnPolicyService;
|
|
12319
12298
|
|
|
12320
|
-
},{"../service":
|
|
12299
|
+
},{"../service":188,"http-status":476}],82:[function(require,module,exports){
|
|
12321
12300
|
"use strict";
|
|
12322
12301
|
var __extends = (this && this.__extends) || (function () {
|
|
12323
12302
|
var extendStatics = function (d, b) {
|
|
@@ -12675,7 +12654,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
12675
12654
|
}(service_1.Service));
|
|
12676
12655
|
exports.IAMService = IAMService;
|
|
12677
12656
|
|
|
12678
|
-
},{"../service":
|
|
12657
|
+
},{"../service":188,"http-status":476}],83:[function(require,module,exports){
|
|
12679
12658
|
"use strict";
|
|
12680
12659
|
var __extends = (this && this.__extends) || (function () {
|
|
12681
12660
|
var extendStatics = function (d, b) {
|
|
@@ -12826,7 +12805,7 @@ var IdentityService = /** @class */ (function (_super) {
|
|
|
12826
12805
|
}(service_1.Service));
|
|
12827
12806
|
exports.IdentityService = IdentityService;
|
|
12828
12807
|
|
|
12829
|
-
},{"../service":
|
|
12808
|
+
},{"../service":188,"http-status":476}],84:[function(require,module,exports){
|
|
12830
12809
|
"use strict";
|
|
12831
12810
|
var __extends = (this && this.__extends) || (function () {
|
|
12832
12811
|
var extendStatics = function (d, b) {
|
|
@@ -12977,7 +12956,7 @@ var IdentityProviderService = /** @class */ (function (_super) {
|
|
|
12977
12956
|
}(service_1.Service));
|
|
12978
12957
|
exports.IdentityProviderService = IdentityProviderService;
|
|
12979
12958
|
|
|
12980
|
-
},{"../service":
|
|
12959
|
+
},{"../service":188,"http-status":476}],85:[function(require,module,exports){
|
|
12981
12960
|
"use strict";
|
|
12982
12961
|
var __extends = (this && this.__extends) || (function () {
|
|
12983
12962
|
var extendStatics = function (d, b) {
|
|
@@ -13147,7 +13126,7 @@ var IssuerService = /** @class */ (function (_super) {
|
|
|
13147
13126
|
}(service_1.Service));
|
|
13148
13127
|
exports.IssuerService = IssuerService;
|
|
13149
13128
|
|
|
13150
|
-
},{"../service":
|
|
13129
|
+
},{"../service":188,"http-status":476}],86:[function(require,module,exports){
|
|
13151
13130
|
"use strict";
|
|
13152
13131
|
var __extends = (this && this.__extends) || (function () {
|
|
13153
13132
|
var extendStatics = function (d, b) {
|
|
@@ -13273,7 +13252,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
13273
13252
|
}(service_1.Service));
|
|
13274
13253
|
exports.MeService = MeService;
|
|
13275
13254
|
|
|
13276
|
-
},{"../service":
|
|
13255
|
+
},{"../service":188,"http-status":476}],87:[function(require,module,exports){
|
|
13277
13256
|
"use strict";
|
|
13278
13257
|
var __extends = (this && this.__extends) || (function () {
|
|
13279
13258
|
var extendStatics = function (d, b) {
|
|
@@ -13475,7 +13454,7 @@ var MemberService = /** @class */ (function (_super) {
|
|
|
13475
13454
|
}(service_1.Service));
|
|
13476
13455
|
exports.MemberService = MemberService;
|
|
13477
13456
|
|
|
13478
|
-
},{"../factory":
|
|
13457
|
+
},{"../factory":183,"../service":188,"http-status":476}],88:[function(require,module,exports){
|
|
13479
13458
|
"use strict";
|
|
13480
13459
|
var __extends = (this && this.__extends) || (function () {
|
|
13481
13460
|
var extendStatics = function (d, b) {
|
|
@@ -13644,7 +13623,7 @@ var MemberProgramService = /** @class */ (function (_super) {
|
|
|
13644
13623
|
}(service_1.Service));
|
|
13645
13624
|
exports.MemberProgramService = MemberProgramService;
|
|
13646
13625
|
|
|
13647
|
-
},{"../service":
|
|
13626
|
+
},{"../service":188,"http-status":476}],89:[function(require,module,exports){
|
|
13648
13627
|
"use strict";
|
|
13649
13628
|
var __extends = (this && this.__extends) || (function () {
|
|
13650
13629
|
var extendStatics = function (d, b) {
|
|
@@ -13802,7 +13781,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
13802
13781
|
}(service_1.Service));
|
|
13803
13782
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
13804
13783
|
|
|
13805
|
-
},{"../service":
|
|
13784
|
+
},{"../service":188,"http-status":476}],90:[function(require,module,exports){
|
|
13806
13785
|
"use strict";
|
|
13807
13786
|
var __extends = (this && this.__extends) || (function () {
|
|
13808
13787
|
var extendStatics = function (d, b) {
|
|
@@ -13887,7 +13866,7 @@ var MessageService = /** @class */ (function (_super) {
|
|
|
13887
13866
|
}(service_1.Service));
|
|
13888
13867
|
exports.MessageService = MessageService;
|
|
13889
13868
|
|
|
13890
|
-
},{"../service":
|
|
13869
|
+
},{"../service":188,"http-status":476}],91:[function(require,module,exports){
|
|
13891
13870
|
"use strict";
|
|
13892
13871
|
var __extends = (this && this.__extends) || (function () {
|
|
13893
13872
|
var extendStatics = function (d, b) {
|
|
@@ -14035,7 +14014,7 @@ var MovieTicketTypeService = /** @class */ (function (_super) {
|
|
|
14035
14014
|
}(service_1.Service));
|
|
14036
14015
|
exports.MovieTicketTypeService = MovieTicketTypeService;
|
|
14037
14016
|
|
|
14038
|
-
},{"../service":
|
|
14017
|
+
},{"../service":188,"http-status":476}],92:[function(require,module,exports){
|
|
14039
14018
|
"use strict";
|
|
14040
14019
|
var __extends = (this && this.__extends) || (function () {
|
|
14041
14020
|
var extendStatics = function (d, b) {
|
|
@@ -14162,7 +14141,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
14162
14141
|
}(service_1.Service));
|
|
14163
14142
|
exports.OfferService = OfferService;
|
|
14164
14143
|
|
|
14165
|
-
},{"../service":
|
|
14144
|
+
},{"../service":188,"http-status":476}],93:[function(require,module,exports){
|
|
14166
14145
|
"use strict";
|
|
14167
14146
|
var __extends = (this && this.__extends) || (function () {
|
|
14168
14147
|
var extendStatics = function (d, b) {
|
|
@@ -14376,7 +14355,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
14376
14355
|
}(service_1.Service));
|
|
14377
14356
|
exports.OfferCatalogService = OfferCatalogService;
|
|
14378
14357
|
|
|
14379
|
-
},{"../service":
|
|
14358
|
+
},{"../service":188,"http-status":476}],94:[function(require,module,exports){
|
|
14380
14359
|
"use strict";
|
|
14381
14360
|
var __extends = (this && this.__extends) || (function () {
|
|
14382
14361
|
var extendStatics = function (d, b) {
|
|
@@ -14559,7 +14538,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
14559
14538
|
}(service_1.Service));
|
|
14560
14539
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
14561
14540
|
|
|
14562
|
-
},{"../service":
|
|
14541
|
+
},{"../service":188,"http-status":476}],95:[function(require,module,exports){
|
|
14563
14542
|
"use strict";
|
|
14564
14543
|
var __extends = (this && this.__extends) || (function () {
|
|
14565
14544
|
var extendStatics = function (d, b) {
|
|
@@ -14712,7 +14691,7 @@ var OfferItemConditionService = /** @class */ (function (_super) {
|
|
|
14712
14691
|
}(service_1.Service));
|
|
14713
14692
|
exports.OfferItemConditionService = OfferItemConditionService;
|
|
14714
14693
|
|
|
14715
|
-
},{"../service":
|
|
14694
|
+
},{"../service":188,"http-status":476}],96:[function(require,module,exports){
|
|
14716
14695
|
"use strict";
|
|
14717
14696
|
var __extends = (this && this.__extends) || (function () {
|
|
14718
14697
|
var extendStatics = function (d, b) {
|
|
@@ -14906,7 +14885,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
14906
14885
|
}(service_1.Service));
|
|
14907
14886
|
exports.OrderService = OrderService;
|
|
14908
14887
|
|
|
14909
|
-
},{"../factory":
|
|
14888
|
+
},{"../factory":183,"../service":188,"http-status":476}],97:[function(require,module,exports){
|
|
14910
14889
|
"use strict";
|
|
14911
14890
|
var __extends = (this && this.__extends) || (function () {
|
|
14912
14891
|
var extendStatics = function (d, b) {
|
|
@@ -15003,7 +14982,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
15003
14982
|
}(service_1.Service));
|
|
15004
14983
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
15005
14984
|
|
|
15006
|
-
},{"../service":
|
|
14985
|
+
},{"../service":188,"http-status":476}],98:[function(require,module,exports){
|
|
15007
14986
|
"use strict";
|
|
15008
14987
|
var __extends = (this && this.__extends) || (function () {
|
|
15009
14988
|
var extendStatics = function (d, b) {
|
|
@@ -15208,7 +15187,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
15208
15187
|
}(service_1.Service));
|
|
15209
15188
|
exports.PaymentProductService = PaymentProductService;
|
|
15210
15189
|
|
|
15211
|
-
},{"../service":
|
|
15190
|
+
},{"../service":188,"http-status":476}],99:[function(require,module,exports){
|
|
15212
15191
|
"use strict";
|
|
15213
15192
|
var __extends = (this && this.__extends) || (function () {
|
|
15214
15193
|
var extendStatics = function (d, b) {
|
|
@@ -15359,7 +15338,7 @@ var PaymentServiceChannelService = /** @class */ (function (_super) {
|
|
|
15359
15338
|
}(service_1.Service));
|
|
15360
15339
|
exports.PaymentServiceChannelService = PaymentServiceChannelService;
|
|
15361
15340
|
|
|
15362
|
-
},{"../service":
|
|
15341
|
+
},{"../service":188,"http-status":476}],100:[function(require,module,exports){
|
|
15363
15342
|
"use strict";
|
|
15364
15343
|
var __extends = (this && this.__extends) || (function () {
|
|
15365
15344
|
var extendStatics = function (d, b) {
|
|
@@ -15465,7 +15444,7 @@ var PendingReservationService = /** @class */ (function (_super) {
|
|
|
15465
15444
|
}(service_1.Service));
|
|
15466
15445
|
exports.PendingReservationService = PendingReservationService;
|
|
15467
15446
|
|
|
15468
|
-
},{"../service":
|
|
15447
|
+
},{"../service":188,"http-status":476}],101:[function(require,module,exports){
|
|
15469
15448
|
"use strict";
|
|
15470
15449
|
var __extends = (this && this.__extends) || (function () {
|
|
15471
15450
|
var extendStatics = function (d, b) {
|
|
@@ -15576,7 +15555,7 @@ var PermissionService = /** @class */ (function (_super) {
|
|
|
15576
15555
|
}(service_1.Service));
|
|
15577
15556
|
exports.PermissionService = PermissionService;
|
|
15578
15557
|
|
|
15579
|
-
},{"../service":
|
|
15558
|
+
},{"../service":188,"http-status":476}],102:[function(require,module,exports){
|
|
15580
15559
|
"use strict";
|
|
15581
15560
|
var __extends = (this && this.__extends) || (function () {
|
|
15582
15561
|
var extendStatics = function (d, b) {
|
|
@@ -15712,7 +15691,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
15712
15691
|
}(service_1.Service));
|
|
15713
15692
|
exports.PermitService = PermitService;
|
|
15714
15693
|
|
|
15715
|
-
},{"../service":
|
|
15694
|
+
},{"../service":188,"http-status":476}],103:[function(require,module,exports){
|
|
15716
15695
|
"use strict";
|
|
15717
15696
|
var __extends = (this && this.__extends) || (function () {
|
|
15718
15697
|
var extendStatics = function (d, b) {
|
|
@@ -15948,7 +15927,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
15948
15927
|
}(service_1.Service));
|
|
15949
15928
|
exports.PersonService = PersonService;
|
|
15950
15929
|
|
|
15951
|
-
},{"../service":
|
|
15930
|
+
},{"../service":188,"http-status":476}],104:[function(require,module,exports){
|
|
15952
15931
|
"use strict";
|
|
15953
15932
|
var __extends = (this && this.__extends) || (function () {
|
|
15954
15933
|
var extendStatics = function (d, b) {
|
|
@@ -16177,7 +16156,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
16177
16156
|
}(service_1.Service));
|
|
16178
16157
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
16179
16158
|
|
|
16180
|
-
},{"../../service":
|
|
16159
|
+
},{"../../service":188,"http-status":476}],105:[function(require,module,exports){
|
|
16181
16160
|
"use strict";
|
|
16182
16161
|
var __extends = (this && this.__extends) || (function () {
|
|
16183
16162
|
var extendStatics = function (d, b) {
|
|
@@ -16684,7 +16663,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
16684
16663
|
}(service_1.Service));
|
|
16685
16664
|
exports.PlaceService = PlaceService;
|
|
16686
16665
|
|
|
16687
|
-
},{"../factory":
|
|
16666
|
+
},{"../factory":183,"../service":188,"http-status":476}],106:[function(require,module,exports){
|
|
16688
16667
|
"use strict";
|
|
16689
16668
|
var __extends = (this && this.__extends) || (function () {
|
|
16690
16669
|
var extendStatics = function (d, b) {
|
|
@@ -16820,7 +16799,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
16820
16799
|
}(service_1.Service));
|
|
16821
16800
|
exports.HasPOSService = HasPOSService;
|
|
16822
16801
|
|
|
16823
|
-
},{"../../factory":
|
|
16802
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],107:[function(require,module,exports){
|
|
16824
16803
|
"use strict";
|
|
16825
16804
|
var __extends = (this && this.__extends) || (function () {
|
|
16826
16805
|
var extendStatics = function (d, b) {
|
|
@@ -16971,7 +16950,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
16971
16950
|
}(service_1.Service));
|
|
16972
16951
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
16973
16952
|
|
|
16974
|
-
},{"../service":
|
|
16953
|
+
},{"../service":188,"http-status":476}],108:[function(require,module,exports){
|
|
16975
16954
|
"use strict";
|
|
16976
16955
|
var __extends = (this && this.__extends) || (function () {
|
|
16977
16956
|
var extendStatics = function (d, b) {
|
|
@@ -17157,7 +17136,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
17157
17136
|
}(service_1.Service));
|
|
17158
17137
|
exports.ProductService = ProductService;
|
|
17159
17138
|
|
|
17160
|
-
},{"../service":
|
|
17139
|
+
},{"../service":188,"http-status":476}],109:[function(require,module,exports){
|
|
17161
17140
|
"use strict";
|
|
17162
17141
|
var __extends = (this && this.__extends) || (function () {
|
|
17163
17142
|
var extendStatics = function (d, b) {
|
|
@@ -17291,7 +17270,7 @@ var ProductModelService = /** @class */ (function (_super) {
|
|
|
17291
17270
|
}(service_1.Service));
|
|
17292
17271
|
exports.ProductModelService = ProductModelService;
|
|
17293
17272
|
|
|
17294
|
-
},{"../service":
|
|
17273
|
+
},{"../service":188,"http-status":476}],110:[function(require,module,exports){
|
|
17295
17274
|
"use strict";
|
|
17296
17275
|
var __extends = (this && this.__extends) || (function () {
|
|
17297
17276
|
var extendStatics = function (d, b) {
|
|
@@ -17462,7 +17441,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
17462
17441
|
}(service_1.Service));
|
|
17463
17442
|
exports.ProjectService = ProjectService;
|
|
17464
17443
|
|
|
17465
|
-
},{"../service":
|
|
17444
|
+
},{"../service":188,"http-status":476}],111:[function(require,module,exports){
|
|
17466
17445
|
"use strict";
|
|
17467
17446
|
var __extends = (this && this.__extends) || (function () {
|
|
17468
17447
|
var extendStatics = function (d, b) {
|
|
@@ -17597,7 +17576,7 @@ var ProjectMakesOfferService = /** @class */ (function (_super) {
|
|
|
17597
17576
|
}(service_1.Service));
|
|
17598
17577
|
exports.ProjectMakesOfferService = ProjectMakesOfferService;
|
|
17599
17578
|
|
|
17600
|
-
},{"../service":
|
|
17579
|
+
},{"../service":188,"http-status":476}],112:[function(require,module,exports){
|
|
17601
17580
|
"use strict";
|
|
17602
17581
|
var __extends = (this && this.__extends) || (function () {
|
|
17603
17582
|
var extendStatics = function (d, b) {
|
|
@@ -17686,7 +17665,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
17686
17665
|
}(service_1.Service));
|
|
17687
17666
|
exports.ReservationService = ReservationService;
|
|
17688
17667
|
|
|
17689
|
-
},{"../service":
|
|
17668
|
+
},{"../service":188,"http-status":476}],113:[function(require,module,exports){
|
|
17690
17669
|
"use strict";
|
|
17691
17670
|
var __extends = (this && this.__extends) || (function () {
|
|
17692
17671
|
var extendStatics = function (d, b) {
|
|
@@ -18163,7 +18142,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
18163
18142
|
}(service_1.Service));
|
|
18164
18143
|
exports.SellerService = SellerService;
|
|
18165
18144
|
|
|
18166
|
-
},{"../service":
|
|
18145
|
+
},{"../service":188,"http-status":476}],114:[function(require,module,exports){
|
|
18167
18146
|
"use strict";
|
|
18168
18147
|
var __extends = (this && this.__extends) || (function () {
|
|
18169
18148
|
var extendStatics = function (d, b) {
|
|
@@ -18282,7 +18261,7 @@ var SellerMakesOfferService = /** @class */ (function (_super) {
|
|
|
18282
18261
|
}(service_1.Service));
|
|
18283
18262
|
exports.SellerMakesOfferService = SellerMakesOfferService;
|
|
18284
18263
|
|
|
18285
|
-
},{"../service":
|
|
18264
|
+
},{"../service":188,"http-status":476}],115:[function(require,module,exports){
|
|
18286
18265
|
"use strict";
|
|
18287
18266
|
var __extends = (this && this.__extends) || (function () {
|
|
18288
18267
|
var extendStatics = function (d, b) {
|
|
@@ -18450,7 +18429,7 @@ var SellerReturnPolicyService = /** @class */ (function (_super) {
|
|
|
18450
18429
|
}(service_1.Service));
|
|
18451
18430
|
exports.SellerReturnPolicyService = SellerReturnPolicyService;
|
|
18452
18431
|
|
|
18453
|
-
},{"../service":
|
|
18432
|
+
},{"../service":188,"http-status":476}],116:[function(require,module,exports){
|
|
18454
18433
|
"use strict";
|
|
18455
18434
|
var __extends = (this && this.__extends) || (function () {
|
|
18456
18435
|
var extendStatics = function (d, b) {
|
|
@@ -18574,7 +18553,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
18574
18553
|
}(service_1.Service));
|
|
18575
18554
|
exports.TaskService = TaskService;
|
|
18576
18555
|
|
|
18577
|
-
},{"../service":
|
|
18556
|
+
},{"../service":188,"http-status":476}],117:[function(require,module,exports){
|
|
18578
18557
|
"use strict";
|
|
18579
18558
|
var __extends = (this && this.__extends) || (function () {
|
|
18580
18559
|
var extendStatics = function (d, b) {
|
|
@@ -18659,141 +18638,9 @@ var TicketService = /** @class */ (function (_super) {
|
|
|
18659
18638
|
}(service_1.Service));
|
|
18660
18639
|
exports.TicketService = TicketService;
|
|
18661
18640
|
|
|
18662
|
-
},{"../service":
|
|
18641
|
+
},{"../service":188,"http-status":476}],118:[function(require,module,exports){
|
|
18663
18642
|
arguments[4][55][0].apply(exports,arguments)
|
|
18664
|
-
},{"../service":
|
|
18665
|
-
"use strict";
|
|
18666
|
-
var __extends = (this && this.__extends) || (function () {
|
|
18667
|
-
var extendStatics = function (d, b) {
|
|
18668
|
-
extendStatics = Object.setPrototypeOf ||
|
|
18669
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
18670
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
18671
|
-
return extendStatics(d, b);
|
|
18672
|
-
};
|
|
18673
|
-
return function (d, b) {
|
|
18674
|
-
if (typeof b !== "function" && b !== null)
|
|
18675
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
18676
|
-
extendStatics(d, b);
|
|
18677
|
-
function __() { this.constructor = d; }
|
|
18678
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18679
|
-
};
|
|
18680
|
-
})();
|
|
18681
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18682
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
18683
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18684
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
18685
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
18686
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
18687
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
18688
|
-
});
|
|
18689
|
-
};
|
|
18690
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
18691
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
18692
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
18693
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
18694
|
-
function step(op) {
|
|
18695
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
18696
|
-
while (_) try {
|
|
18697
|
-
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;
|
|
18698
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
18699
|
-
switch (op[0]) {
|
|
18700
|
-
case 0: case 1: t = op; break;
|
|
18701
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
18702
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
18703
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
18704
|
-
default:
|
|
18705
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
18706
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
18707
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
18708
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
18709
|
-
if (t[2]) _.ops.pop();
|
|
18710
|
-
_.trys.pop(); continue;
|
|
18711
|
-
}
|
|
18712
|
-
op = body.call(thisArg, _);
|
|
18713
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
18714
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
18715
|
-
}
|
|
18716
|
-
};
|
|
18717
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
18718
|
-
var t = {};
|
|
18719
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
18720
|
-
t[p] = s[p];
|
|
18721
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18722
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18723
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
18724
|
-
t[p[i]] = s[p[i]];
|
|
18725
|
-
}
|
|
18726
|
-
return t;
|
|
18727
|
-
};
|
|
18728
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18729
|
-
exports.MoneyTransferTransactionService = void 0;
|
|
18730
|
-
var http_status_1 = require("http-status");
|
|
18731
|
-
var factory = require("../../factory");
|
|
18732
|
-
var service_1 = require("../../service");
|
|
18733
|
-
/**
|
|
18734
|
-
* 通貨転送取引サービス
|
|
18735
|
-
*/
|
|
18736
|
-
var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
18737
|
-
__extends(MoneyTransferTransactionService, _super);
|
|
18738
|
-
function MoneyTransferTransactionService() {
|
|
18739
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
18740
|
-
_this.typeOf = factory.transactionType.MoneyTransfer;
|
|
18741
|
-
return _this;
|
|
18742
|
-
}
|
|
18743
|
-
/**
|
|
18744
|
-
* 取引検索
|
|
18745
|
-
*/
|
|
18746
|
-
MoneyTransferTransactionService.prototype.search = function (params) {
|
|
18747
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18748
|
-
var _this = this;
|
|
18749
|
-
return __generator(this, function (_a) {
|
|
18750
|
-
return [2 /*return*/, this.fetch({
|
|
18751
|
-
uri: "/transactions/" + this.typeOf,
|
|
18752
|
-
method: 'GET',
|
|
18753
|
-
qs: params,
|
|
18754
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
18755
|
-
})
|
|
18756
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
18757
|
-
var _a;
|
|
18758
|
-
return __generator(this, function (_b) {
|
|
18759
|
-
switch (_b.label) {
|
|
18760
|
-
case 0:
|
|
18761
|
-
_a = {};
|
|
18762
|
-
return [4 /*yield*/, response.json()];
|
|
18763
|
-
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
18764
|
-
_a)];
|
|
18765
|
-
}
|
|
18766
|
-
});
|
|
18767
|
-
}); })];
|
|
18768
|
-
});
|
|
18769
|
-
});
|
|
18770
|
-
};
|
|
18771
|
-
/**
|
|
18772
|
-
* 取引に対するアクションを検索する
|
|
18773
|
-
*/
|
|
18774
|
-
MoneyTransferTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
18775
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
18776
|
-
var id, query;
|
|
18777
|
-
var _this = this;
|
|
18778
|
-
return __generator(this, function (_a) {
|
|
18779
|
-
id = params.id, query = __rest(params, ["id"]);
|
|
18780
|
-
return [2 /*return*/, this.fetch({
|
|
18781
|
-
uri: "/transactions/" + this.typeOf + "/" + id + "/actions",
|
|
18782
|
-
method: 'GET',
|
|
18783
|
-
qs: query,
|
|
18784
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
18785
|
-
})
|
|
18786
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
18787
|
-
return [2 /*return*/, response.json()];
|
|
18788
|
-
}); }); })];
|
|
18789
|
-
});
|
|
18790
|
-
});
|
|
18791
|
-
};
|
|
18792
|
-
return MoneyTransferTransactionService;
|
|
18793
|
-
}(service_1.Service));
|
|
18794
|
-
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
18795
|
-
|
|
18796
|
-
},{"../../factory":185,"../../service":190,"http-status":482}],120:[function(require,module,exports){
|
|
18643
|
+
},{"../service":188,"dup":55}],119:[function(require,module,exports){
|
|
18797
18644
|
"use strict";
|
|
18798
18645
|
var __extends = (this && this.__extends) || (function () {
|
|
18799
18646
|
var extendStatics = function (d, b) {
|
|
@@ -18925,7 +18772,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
18925
18772
|
}(service_1.Service));
|
|
18926
18773
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
18927
18774
|
|
|
18928
|
-
},{"../../factory":
|
|
18775
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],120:[function(require,module,exports){
|
|
18929
18776
|
"use strict";
|
|
18930
18777
|
var __extends = (this && this.__extends) || (function () {
|
|
18931
18778
|
var extendStatics = function (d, b) {
|
|
@@ -19025,7 +18872,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
19025
18872
|
}(service_1.Service));
|
|
19026
18873
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
19027
18874
|
|
|
19028
|
-
},{"../../factory":
|
|
18875
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],121:[function(require,module,exports){
|
|
19029
18876
|
"use strict";
|
|
19030
18877
|
var __extends = (this && this.__extends) || (function () {
|
|
19031
18878
|
var extendStatics = function (d, b) {
|
|
@@ -19113,7 +18960,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
19113
18960
|
}(service_1.Service));
|
|
19114
18961
|
exports.TransactionNumberService = TransactionNumberService;
|
|
19115
18962
|
|
|
19116
|
-
},{"../service":
|
|
18963
|
+
},{"../service":188,"http-status":476}],122:[function(require,module,exports){
|
|
19117
18964
|
"use strict";
|
|
19118
18965
|
var __extends = (this && this.__extends) || (function () {
|
|
19119
18966
|
var extendStatics = function (d, b) {
|
|
@@ -19286,7 +19133,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
19286
19133
|
}(service_1.Service));
|
|
19287
19134
|
exports.TripService = TripService;
|
|
19288
19135
|
|
|
19289
|
-
},{"../service":
|
|
19136
|
+
},{"../service":188,"http-status":476}],123:[function(require,module,exports){
|
|
19290
19137
|
"use strict";
|
|
19291
19138
|
var __extends = (this && this.__extends) || (function () {
|
|
19292
19139
|
var extendStatics = function (d, b) {
|
|
@@ -19419,7 +19266,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
19419
19266
|
}(service_1.Service));
|
|
19420
19267
|
exports.UserPoolService = UserPoolService;
|
|
19421
19268
|
|
|
19422
|
-
},{"../service":
|
|
19269
|
+
},{"../service":188,"http-status":476}],124:[function(require,module,exports){
|
|
19423
19270
|
"use strict";
|
|
19424
19271
|
var __extends = (this && this.__extends) || (function () {
|
|
19425
19272
|
var extendStatics = function (d, b) {
|
|
@@ -19559,7 +19406,7 @@ var WebSiteService = /** @class */ (function (_super) {
|
|
|
19559
19406
|
}(service_1.Service));
|
|
19560
19407
|
exports.WebSiteService = WebSiteService;
|
|
19561
19408
|
|
|
19562
|
-
},{"../service":
|
|
19409
|
+
},{"../service":188,"http-status":476}],125:[function(require,module,exports){
|
|
19563
19410
|
"use strict";
|
|
19564
19411
|
var __assign = (this && this.__assign) || function () {
|
|
19565
19412
|
__assign = Object.assign || function(t) {
|
|
@@ -19649,7 +19496,7 @@ var ChevrePay = /** @class */ (function () {
|
|
|
19649
19496
|
}());
|
|
19650
19497
|
exports.ChevrePay = ChevrePay;
|
|
19651
19498
|
|
|
19652
|
-
},{"./chevrePay/payment":
|
|
19499
|
+
},{"./chevrePay/payment":126}],126:[function(require,module,exports){
|
|
19653
19500
|
"use strict";
|
|
19654
19501
|
var __extends = (this && this.__extends) || (function () {
|
|
19655
19502
|
var extendStatics = function (d, b) {
|
|
@@ -20177,9 +20024,9 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
20177
20024
|
}(service_1.Service));
|
|
20178
20025
|
exports.PaymentService = PaymentService;
|
|
20179
20026
|
|
|
20180
|
-
},{"../factory":
|
|
20027
|
+
},{"../factory":183,"../service":188,"http-status":476}],127:[function(require,module,exports){
|
|
20181
20028
|
arguments[4][50][0].apply(exports,arguments)
|
|
20182
|
-
},{"dup":50}],
|
|
20029
|
+
},{"dup":50}],128:[function(require,module,exports){
|
|
20183
20030
|
"use strict";
|
|
20184
20031
|
var __assign = (this && this.__assign) || function () {
|
|
20185
20032
|
__assign = Object.assign || function(t) {
|
|
@@ -20269,7 +20116,7 @@ var ChevreTxc = /** @class */ (function () {
|
|
|
20269
20116
|
}());
|
|
20270
20117
|
exports.ChevreTxc = ChevreTxc;
|
|
20271
20118
|
|
|
20272
|
-
},{"./chevreTxc/offer":
|
|
20119
|
+
},{"./chevreTxc/offer":129}],129:[function(require,module,exports){
|
|
20273
20120
|
"use strict";
|
|
20274
20121
|
var __extends = (this && this.__extends) || (function () {
|
|
20275
20122
|
var extendStatics = function (d, b) {
|
|
@@ -20461,7 +20308,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
20461
20308
|
}(service_1.Service));
|
|
20462
20309
|
exports.OfferService = OfferService;
|
|
20463
20310
|
|
|
20464
|
-
},{"../factory":
|
|
20311
|
+
},{"../factory":183,"../service":188,"http-status":476}],130:[function(require,module,exports){
|
|
20465
20312
|
"use strict";
|
|
20466
20313
|
var __assign = (this && this.__assign) || function () {
|
|
20467
20314
|
__assign = Object.assign || function(t) {
|
|
@@ -20527,9 +20374,6 @@ var service;
|
|
|
20527
20374
|
*/
|
|
20528
20375
|
var transaction;
|
|
20529
20376
|
(function (transaction) {
|
|
20530
|
-
var MoneyTransfer;
|
|
20531
|
-
(function (MoneyTransfer) {
|
|
20532
|
-
})(MoneyTransfer = transaction.MoneyTransfer || (transaction.MoneyTransfer = {}));
|
|
20533
20377
|
var PlaceOrder;
|
|
20534
20378
|
(function (PlaceOrder) {
|
|
20535
20379
|
})(PlaceOrder = transaction.PlaceOrder || (transaction.PlaceOrder = {}));
|
|
@@ -20562,23 +20406,6 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
20562
20406
|
});
|
|
20563
20407
|
});
|
|
20564
20408
|
};
|
|
20565
|
-
ChevreTxn.prototype.createMoneyTransferTransactionInstance = function (params) {
|
|
20566
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
20567
|
-
var _a;
|
|
20568
|
-
return __generator(this, function (_b) {
|
|
20569
|
-
switch (_b.label) {
|
|
20570
|
-
case 0:
|
|
20571
|
-
if (!(service.transaction.MoneyTransfer.svc === undefined)) return [3 /*break*/, 2];
|
|
20572
|
-
_a = service.transaction.MoneyTransfer;
|
|
20573
|
-
return [4 /*yield*/, Promise.resolve().then(function () { return require('./chevreTxn/transaction/moneyTransfer'); })];
|
|
20574
|
-
case 1:
|
|
20575
|
-
_a.svc = (_b.sent()).MoneyTransferTransactionService;
|
|
20576
|
-
_b.label = 2;
|
|
20577
|
-
case 2: return [2 /*return*/, new service.transaction.MoneyTransfer.svc(__assign(__assign(__assign({}, this.options), params), { retryableStatusCodes: __spreadArray([], (Array.isArray(params.retryableStatusCodes)) ? params.retryableStatusCodes : []) }))];
|
|
20578
|
-
}
|
|
20579
|
-
});
|
|
20580
|
-
});
|
|
20581
|
-
};
|
|
20582
20409
|
ChevreTxn.prototype.createPlaceOrderTransactionInstance = function (params) {
|
|
20583
20410
|
return __awaiter(this, void 0, void 0, function () {
|
|
20584
20411
|
var _a;
|
|
@@ -20617,7 +20444,7 @@ var ChevreTxn = /** @class */ (function () {
|
|
|
20617
20444
|
}());
|
|
20618
20445
|
exports.ChevreTxn = ChevreTxn;
|
|
20619
20446
|
|
|
20620
|
-
},{"./chevreTxn/offer":
|
|
20447
|
+
},{"./chevreTxn/offer":131,"./chevreTxn/transaction/placeOrder":132,"./chevreTxn/transaction/returnOrder":134}],131:[function(require,module,exports){
|
|
20621
20448
|
"use strict";
|
|
20622
20449
|
var __extends = (this && this.__extends) || (function () {
|
|
20623
20450
|
var extendStatics = function (d, b) {
|
|
@@ -20799,157 +20626,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
20799
20626
|
}(service_1.Service));
|
|
20800
20627
|
exports.OfferService = OfferService;
|
|
20801
20628
|
|
|
20802
|
-
},{"../factory":
|
|
20803
|
-
"use strict";
|
|
20804
|
-
var __extends = (this && this.__extends) || (function () {
|
|
20805
|
-
var extendStatics = function (d, b) {
|
|
20806
|
-
extendStatics = Object.setPrototypeOf ||
|
|
20807
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
20808
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
20809
|
-
return extendStatics(d, b);
|
|
20810
|
-
};
|
|
20811
|
-
return function (d, b) {
|
|
20812
|
-
if (typeof b !== "function" && b !== null)
|
|
20813
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
20814
|
-
extendStatics(d, b);
|
|
20815
|
-
function __() { this.constructor = d; }
|
|
20816
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
20817
|
-
};
|
|
20818
|
-
})();
|
|
20819
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
20820
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
20821
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
20822
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
20823
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20824
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
20825
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20826
|
-
});
|
|
20827
|
-
};
|
|
20828
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
20829
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
20830
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
20831
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
20832
|
-
function step(op) {
|
|
20833
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
20834
|
-
while (_) try {
|
|
20835
|
-
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;
|
|
20836
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
20837
|
-
switch (op[0]) {
|
|
20838
|
-
case 0: case 1: t = op; break;
|
|
20839
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
20840
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
20841
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
20842
|
-
default:
|
|
20843
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
20844
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
20845
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
20846
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
20847
|
-
if (t[2]) _.ops.pop();
|
|
20848
|
-
_.trys.pop(); continue;
|
|
20849
|
-
}
|
|
20850
|
-
op = body.call(thisArg, _);
|
|
20851
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
20852
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
20853
|
-
}
|
|
20854
|
-
};
|
|
20855
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20856
|
-
exports.MoneyTransferTransactionService = void 0;
|
|
20857
|
-
var http_status_1 = require("http-status");
|
|
20858
|
-
var factory = require("../../factory");
|
|
20859
|
-
var service_1 = require("../../service");
|
|
20860
|
-
/**
|
|
20861
|
-
* 通貨転送取引サービス
|
|
20862
|
-
*/
|
|
20863
|
-
var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
20864
|
-
__extends(MoneyTransferTransactionService, _super);
|
|
20865
|
-
function MoneyTransferTransactionService() {
|
|
20866
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
20867
|
-
_this.typeOf = factory.transactionType.MoneyTransfer;
|
|
20868
|
-
return _this;
|
|
20869
|
-
}
|
|
20870
|
-
/**
|
|
20871
|
-
* 取引を開始する
|
|
20872
|
-
*/
|
|
20873
|
-
MoneyTransferTransactionService.prototype.start = function (params) {
|
|
20874
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
20875
|
-
var _this = this;
|
|
20876
|
-
return __generator(this, function (_a) {
|
|
20877
|
-
return [2 /*return*/, this.fetch({
|
|
20878
|
-
uri: "/transactions/" + this.typeOf + "/start",
|
|
20879
|
-
method: 'POST',
|
|
20880
|
-
body: params,
|
|
20881
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
20882
|
-
})
|
|
20883
|
-
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
20884
|
-
return [2 /*return*/, response.json()];
|
|
20885
|
-
}); }); })];
|
|
20886
|
-
});
|
|
20887
|
-
});
|
|
20888
|
-
};
|
|
20889
|
-
/**
|
|
20890
|
-
* 取引人プロフィール変更
|
|
20891
|
-
*/
|
|
20892
|
-
MoneyTransferTransactionService.prototype.setProfile = function (params) {
|
|
20893
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
20894
|
-
return __generator(this, function (_a) {
|
|
20895
|
-
switch (_a.label) {
|
|
20896
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
20897
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/agent",
|
|
20898
|
-
method: 'PUT',
|
|
20899
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
20900
|
-
body: params.agent
|
|
20901
|
-
})];
|
|
20902
|
-
case 1:
|
|
20903
|
-
_a.sent();
|
|
20904
|
-
return [2 /*return*/];
|
|
20905
|
-
}
|
|
20906
|
-
});
|
|
20907
|
-
});
|
|
20908
|
-
};
|
|
20909
|
-
/**
|
|
20910
|
-
* 取引確定
|
|
20911
|
-
*/
|
|
20912
|
-
MoneyTransferTransactionService.prototype.confirm = function (params) {
|
|
20913
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
20914
|
-
return __generator(this, function (_a) {
|
|
20915
|
-
switch (_a.label) {
|
|
20916
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
20917
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/confirm",
|
|
20918
|
-
method: 'PUT',
|
|
20919
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
20920
|
-
})];
|
|
20921
|
-
case 1:
|
|
20922
|
-
_a.sent();
|
|
20923
|
-
return [2 /*return*/];
|
|
20924
|
-
}
|
|
20925
|
-
});
|
|
20926
|
-
});
|
|
20927
|
-
};
|
|
20928
|
-
/**
|
|
20929
|
-
* 明示的に取引を中止する
|
|
20930
|
-
* 既に確定済、あるいは、期限切れの取引に対して実行するとArgumentエラーが返されます。
|
|
20931
|
-
*/
|
|
20932
|
-
MoneyTransferTransactionService.prototype.cancel = function (params) {
|
|
20933
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
20934
|
-
return __generator(this, function (_a) {
|
|
20935
|
-
switch (_a.label) {
|
|
20936
|
-
case 0: return [4 /*yield*/, this.fetch({
|
|
20937
|
-
uri: "/transactions/" + this.typeOf + "/" + params.id + "/cancel",
|
|
20938
|
-
method: 'PUT',
|
|
20939
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
20940
|
-
})];
|
|
20941
|
-
case 1:
|
|
20942
|
-
_a.sent();
|
|
20943
|
-
return [2 /*return*/];
|
|
20944
|
-
}
|
|
20945
|
-
});
|
|
20946
|
-
});
|
|
20947
|
-
};
|
|
20948
|
-
return MoneyTransferTransactionService;
|
|
20949
|
-
}(service_1.Service));
|
|
20950
|
-
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
20951
|
-
|
|
20952
|
-
},{"../../factory":185,"../../service":190,"http-status":482}],134:[function(require,module,exports){
|
|
20629
|
+
},{"../factory":183,"../service":188,"http-status":476}],132:[function(require,module,exports){
|
|
20953
20630
|
"use strict";
|
|
20954
20631
|
var __extends = (this && this.__extends) || (function () {
|
|
20955
20632
|
var extendStatics = function (d, b) {
|
|
@@ -21152,9 +20829,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21152
20829
|
}(service_1.Service));
|
|
21153
20830
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
21154
20831
|
|
|
21155
|
-
},{"../../factory":
|
|
20832
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],133:[function(require,module,exports){
|
|
21156
20833
|
arguments[4][50][0].apply(exports,arguments)
|
|
21157
|
-
},{"dup":50}],
|
|
20834
|
+
},{"dup":50}],134:[function(require,module,exports){
|
|
21158
20835
|
"use strict";
|
|
21159
20836
|
var __extends = (this && this.__extends) || (function () {
|
|
21160
20837
|
var extendStatics = function (d, b) {
|
|
@@ -21320,7 +20997,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
21320
20997
|
}(service_1.Service));
|
|
21321
20998
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
21322
20999
|
|
|
21323
|
-
},{"../../factory":
|
|
21000
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],135:[function(require,module,exports){
|
|
21324
21001
|
"use strict";
|
|
21325
21002
|
var __extends = (this && this.__extends) || (function () {
|
|
21326
21003
|
var extendStatics = function (d, b) {
|
|
@@ -21438,7 +21115,7 @@ var service;
|
|
|
21438
21115
|
service.Seller = Seller;
|
|
21439
21116
|
})(service = exports.service || (exports.service = {}));
|
|
21440
21117
|
|
|
21441
|
-
},{"../service":
|
|
21118
|
+
},{"../service":188,"./service/categoryCode":136,"./service/emailMessage":137,"./service/event":138,"./service/place":139,"./service/place/hasPOS":140,"./service/seller":141}],136:[function(require,module,exports){
|
|
21442
21119
|
"use strict";
|
|
21443
21120
|
var __extends = (this && this.__extends) || (function () {
|
|
21444
21121
|
var extendStatics = function (d, b) {
|
|
@@ -21546,7 +21223,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
21546
21223
|
}(service_1.Service));
|
|
21547
21224
|
exports.CategoryCodeService = CategoryCodeService;
|
|
21548
21225
|
|
|
21549
|
-
},{"../../service":
|
|
21226
|
+
},{"../../service":188,"http-status":476}],137:[function(require,module,exports){
|
|
21550
21227
|
"use strict";
|
|
21551
21228
|
var __extends = (this && this.__extends) || (function () {
|
|
21552
21229
|
var extendStatics = function (d, b) {
|
|
@@ -21654,7 +21331,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
21654
21331
|
}(service_1.Service));
|
|
21655
21332
|
exports.EmailMessageService = EmailMessageService;
|
|
21656
21333
|
|
|
21657
|
-
},{"../../service":
|
|
21334
|
+
},{"../../service":188,"http-status":476}],138:[function(require,module,exports){
|
|
21658
21335
|
"use strict";
|
|
21659
21336
|
var __extends = (this && this.__extends) || (function () {
|
|
21660
21337
|
var extendStatics = function (d, b) {
|
|
@@ -22039,7 +21716,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
22039
21716
|
}(service_1.Service));
|
|
22040
21717
|
exports.EventService = EventService;
|
|
22041
21718
|
|
|
22042
|
-
},{"../../factory":
|
|
21719
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],139:[function(require,module,exports){
|
|
22043
21720
|
"use strict";
|
|
22044
21721
|
var __extends = (this && this.__extends) || (function () {
|
|
22045
21722
|
var extendStatics = function (d, b) {
|
|
@@ -22176,7 +21853,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
22176
21853
|
}(service_1.Service));
|
|
22177
21854
|
exports.PlaceService = PlaceService;
|
|
22178
21855
|
|
|
22179
|
-
},{"../../factory":
|
|
21856
|
+
},{"../../factory":183,"../../service":188,"http-status":476}],140:[function(require,module,exports){
|
|
22180
21857
|
"use strict";
|
|
22181
21858
|
var __extends = (this && this.__extends) || (function () {
|
|
22182
21859
|
var extendStatics = function (d, b) {
|
|
@@ -22276,7 +21953,7 @@ var HasPOSService = /** @class */ (function (_super) {
|
|
|
22276
21953
|
}(service_1.Service));
|
|
22277
21954
|
exports.HasPOSService = HasPOSService;
|
|
22278
21955
|
|
|
22279
|
-
},{"../../../factory":
|
|
21956
|
+
},{"../../../factory":183,"../../../service":188,"http-status":476}],141:[function(require,module,exports){
|
|
22280
21957
|
"use strict";
|
|
22281
21958
|
var __extends = (this && this.__extends) || (function () {
|
|
22282
21959
|
var extendStatics = function (d, b) {
|
|
@@ -22475,7 +22152,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
22475
22152
|
}(service_1.Service));
|
|
22476
22153
|
exports.SellerService = SellerService;
|
|
22477
22154
|
|
|
22478
|
-
},{"../../service":
|
|
22155
|
+
},{"../../service":188,"http-status":476}],142:[function(require,module,exports){
|
|
22479
22156
|
"use strict";
|
|
22480
22157
|
var __assign = (this && this.__assign) || function () {
|
|
22481
22158
|
__assign = Object.assign || function(t) {
|
|
@@ -22888,7 +22565,7 @@ var CloudAdmin = /** @class */ (function () {
|
|
|
22888
22565
|
}());
|
|
22889
22566
|
exports.CloudAdmin = CloudAdmin;
|
|
22890
22567
|
|
|
22891
|
-
},{"./admin/acceptedPaymentMethod":
|
|
22568
|
+
},{"./admin/acceptedPaymentMethod":143,"./admin/creativeWork":144,"./admin/customer":145,"./admin/event":146,"./admin/eventOffer":147,"./admin/eventSeries":148,"./admin/me":149,"./admin/noteAboutOrder":150,"./admin/offer":151,"./admin/offerCatalog":152,"./admin/offerCatalogItem":153,"./admin/order":154,"./admin/paymentMethod":155,"./admin/product":156,"./admin/productOffer":157,"./admin/reservation":158,"./admin/seller":159}],143:[function(require,module,exports){
|
|
22892
22569
|
"use strict";
|
|
22893
22570
|
var __extends = (this && this.__extends) || (function () {
|
|
22894
22571
|
var extendStatics = function (d, b) {
|
|
@@ -23003,7 +22680,7 @@ var AcceptedPaymentMethodService = /** @class */ (function (_super) {
|
|
|
23003
22680
|
}(service_1.Service));
|
|
23004
22681
|
exports.AcceptedPaymentMethodService = AcceptedPaymentMethodService;
|
|
23005
22682
|
|
|
23006
|
-
},{"../../index":
|
|
22683
|
+
},{"../../index":184,"../../service":188}],144:[function(require,module,exports){
|
|
23007
22684
|
"use strict";
|
|
23008
22685
|
var __extends = (this && this.__extends) || (function () {
|
|
23009
22686
|
var extendStatics = function (d, b) {
|
|
@@ -23103,7 +22780,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
23103
22780
|
}(service_1.Service));
|
|
23104
22781
|
exports.CreativeWorkService = CreativeWorkService;
|
|
23105
22782
|
|
|
23106
|
-
},{"../../index":
|
|
22783
|
+
},{"../../index":184,"../../service":188}],145:[function(require,module,exports){
|
|
23107
22784
|
"use strict";
|
|
23108
22785
|
var __extends = (this && this.__extends) || (function () {
|
|
23109
22786
|
var extendStatics = function (d, b) {
|
|
@@ -23213,7 +22890,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
23213
22890
|
}(service_1.Service));
|
|
23214
22891
|
exports.CustomerService = CustomerService;
|
|
23215
22892
|
|
|
23216
|
-
},{"../../index":
|
|
22893
|
+
},{"../../index":184,"../../service":188}],146:[function(require,module,exports){
|
|
23217
22894
|
"use strict";
|
|
23218
22895
|
var __extends = (this && this.__extends) || (function () {
|
|
23219
22896
|
var extendStatics = function (d, b) {
|
|
@@ -23429,7 +23106,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
23429
23106
|
}(service_1.Service));
|
|
23430
23107
|
exports.EventService = EventService;
|
|
23431
23108
|
|
|
23432
|
-
},{"../../factory":
|
|
23109
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],147:[function(require,module,exports){
|
|
23433
23110
|
"use strict";
|
|
23434
23111
|
var __extends = (this && this.__extends) || (function () {
|
|
23435
23112
|
var extendStatics = function (d, b) {
|
|
@@ -23576,7 +23253,7 @@ var EventOfferService = /** @class */ (function (_super) {
|
|
|
23576
23253
|
}(service_1.Service));
|
|
23577
23254
|
exports.EventOfferService = EventOfferService;
|
|
23578
23255
|
|
|
23579
|
-
},{"../../index":
|
|
23256
|
+
},{"../../index":184,"../../service":188}],148:[function(require,module,exports){
|
|
23580
23257
|
"use strict";
|
|
23581
23258
|
var __extends = (this && this.__extends) || (function () {
|
|
23582
23259
|
var extendStatics = function (d, b) {
|
|
@@ -23687,7 +23364,7 @@ var EventSeriesService = /** @class */ (function (_super) {
|
|
|
23687
23364
|
}(service_1.Service));
|
|
23688
23365
|
exports.EventSeriesService = EventSeriesService;
|
|
23689
23366
|
|
|
23690
|
-
},{"../../index":
|
|
23367
|
+
},{"../../index":184,"../../service":188}],149:[function(require,module,exports){
|
|
23691
23368
|
"use strict";
|
|
23692
23369
|
var __extends = (this && this.__extends) || (function () {
|
|
23693
23370
|
var extendStatics = function (d, b) {
|
|
@@ -23809,7 +23486,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
23809
23486
|
}(service_1.Service));
|
|
23810
23487
|
exports.MeService = MeService;
|
|
23811
23488
|
|
|
23812
|
-
},{"../../index":
|
|
23489
|
+
},{"../../index":184,"../../service":188}],150:[function(require,module,exports){
|
|
23813
23490
|
"use strict";
|
|
23814
23491
|
var __extends = (this && this.__extends) || (function () {
|
|
23815
23492
|
var extendStatics = function (d, b) {
|
|
@@ -23982,7 +23659,7 @@ var NoteAboutOrderService = /** @class */ (function (_super) {
|
|
|
23982
23659
|
}(service_1.Service));
|
|
23983
23660
|
exports.NoteAboutOrderService = NoteAboutOrderService;
|
|
23984
23661
|
|
|
23985
|
-
},{"../../index":
|
|
23662
|
+
},{"../../index":184,"../../service":188}],151:[function(require,module,exports){
|
|
23986
23663
|
"use strict";
|
|
23987
23664
|
var __extends = (this && this.__extends) || (function () {
|
|
23988
23665
|
var extendStatics = function (d, b) {
|
|
@@ -24171,7 +23848,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
24171
23848
|
}(service_1.Service));
|
|
24172
23849
|
exports.OfferService = OfferService;
|
|
24173
23850
|
|
|
24174
|
-
},{"../../factory":
|
|
23851
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],152:[function(require,module,exports){
|
|
24175
23852
|
"use strict";
|
|
24176
23853
|
var __extends = (this && this.__extends) || (function () {
|
|
24177
23854
|
var extendStatics = function (d, b) {
|
|
@@ -24292,7 +23969,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
24292
23969
|
}(service_1.Service));
|
|
24293
23970
|
exports.OfferCatalogService = OfferCatalogService;
|
|
24294
23971
|
|
|
24295
|
-
},{"../../factory":
|
|
23972
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],153:[function(require,module,exports){
|
|
24296
23973
|
"use strict";
|
|
24297
23974
|
var __extends = (this && this.__extends) || (function () {
|
|
24298
23975
|
var extendStatics = function (d, b) {
|
|
@@ -24428,7 +24105,7 @@ var OfferCatalogItemService = /** @class */ (function (_super) {
|
|
|
24428
24105
|
}(service_1.Service));
|
|
24429
24106
|
exports.OfferCatalogItemService = OfferCatalogItemService;
|
|
24430
24107
|
|
|
24431
|
-
},{"../../index":
|
|
24108
|
+
},{"../../index":184,"../../service":188}],154:[function(require,module,exports){
|
|
24432
24109
|
"use strict";
|
|
24433
24110
|
var __extends = (this && this.__extends) || (function () {
|
|
24434
24111
|
var extendStatics = function (d, b) {
|
|
@@ -24667,7 +24344,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
24667
24344
|
}(service_1.Service));
|
|
24668
24345
|
exports.OrderService = OrderService;
|
|
24669
24346
|
|
|
24670
|
-
},{"../../factory":
|
|
24347
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],155:[function(require,module,exports){
|
|
24671
24348
|
"use strict";
|
|
24672
24349
|
var __extends = (this && this.__extends) || (function () {
|
|
24673
24350
|
var extendStatics = function (d, b) {
|
|
@@ -24762,7 +24439,7 @@ var PaymentMethodService = /** @class */ (function (_super) {
|
|
|
24762
24439
|
}(service_1.Service));
|
|
24763
24440
|
exports.PaymentMethodService = PaymentMethodService;
|
|
24764
24441
|
|
|
24765
|
-
},{"../../index":
|
|
24442
|
+
},{"../../index":184,"../../service":188}],156:[function(require,module,exports){
|
|
24766
24443
|
"use strict";
|
|
24767
24444
|
var __extends = (this && this.__extends) || (function () {
|
|
24768
24445
|
var extendStatics = function (d, b) {
|
|
@@ -24870,7 +24547,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
24870
24547
|
}(service_1.Service));
|
|
24871
24548
|
exports.ProductService = ProductService;
|
|
24872
24549
|
|
|
24873
|
-
},{"../../factory":
|
|
24550
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],157:[function(require,module,exports){
|
|
24874
24551
|
"use strict";
|
|
24875
24552
|
var __extends = (this && this.__extends) || (function () {
|
|
24876
24553
|
var extendStatics = function (d, b) {
|
|
@@ -25025,7 +24702,7 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
25025
24702
|
}(service_1.Service));
|
|
25026
24703
|
exports.ProductOfferService = ProductOfferService;
|
|
25027
24704
|
|
|
25028
|
-
},{"../../index":
|
|
24705
|
+
},{"../../index":184,"../../service":188}],158:[function(require,module,exports){
|
|
25029
24706
|
"use strict";
|
|
25030
24707
|
var __extends = (this && this.__extends) || (function () {
|
|
25031
24708
|
var extendStatics = function (d, b) {
|
|
@@ -25253,7 +24930,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
25253
24930
|
}(service_1.Service));
|
|
25254
24931
|
exports.ReservationService = ReservationService;
|
|
25255
24932
|
|
|
25256
|
-
},{"../../factory":
|
|
24933
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],159:[function(require,module,exports){
|
|
25257
24934
|
"use strict";
|
|
25258
24935
|
var __extends = (this && this.__extends) || (function () {
|
|
25259
24936
|
var extendStatics = function (d, b) {
|
|
@@ -25342,7 +25019,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
25342
25019
|
}(service_1.Service));
|
|
25343
25020
|
exports.SellerService = SellerService;
|
|
25344
25021
|
|
|
25345
|
-
},{"../../index":
|
|
25022
|
+
},{"../../index":184,"../../service":188}],160:[function(require,module,exports){
|
|
25346
25023
|
"use strict";
|
|
25347
25024
|
var __assign = (this && this.__assign) || function () {
|
|
25348
25025
|
__assign = Object.assign || function(t) {
|
|
@@ -25519,7 +25196,7 @@ var CloudAsset = /** @class */ (function () {
|
|
|
25519
25196
|
}());
|
|
25520
25197
|
exports.CloudAsset = CloudAsset;
|
|
25521
25198
|
|
|
25522
|
-
},{"../chevreAsset/order/factory":50,"./asset/delivery":
|
|
25199
|
+
},{"../chevreAsset/order/factory":50,"./asset/delivery":161,"./asset/order":162,"./asset/reservation":163,"./asset/token":164,"http-status":476}],161:[function(require,module,exports){
|
|
25523
25200
|
"use strict";
|
|
25524
25201
|
var __extends = (this && this.__extends) || (function () {
|
|
25525
25202
|
var extendStatics = function (d, b) {
|
|
@@ -25626,7 +25303,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
25626
25303
|
}(service_1.Service));
|
|
25627
25304
|
exports.DeliveryService = DeliveryService;
|
|
25628
25305
|
|
|
25629
|
-
},{"../../index":
|
|
25306
|
+
},{"../../index":184,"../../service":188}],162:[function(require,module,exports){
|
|
25630
25307
|
"use strict";
|
|
25631
25308
|
var __extends = (this && this.__extends) || (function () {
|
|
25632
25309
|
var extendStatics = function (d, b) {
|
|
@@ -25928,7 +25605,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
25928
25605
|
}(service_1.Service));
|
|
25929
25606
|
exports.OrderService = OrderService;
|
|
25930
25607
|
|
|
25931
|
-
},{"../../index":
|
|
25608
|
+
},{"../../index":184,"../../service":188}],163:[function(require,module,exports){
|
|
25932
25609
|
"use strict";
|
|
25933
25610
|
var __extends = (this && this.__extends) || (function () {
|
|
25934
25611
|
var extendStatics = function (d, b) {
|
|
@@ -26054,7 +25731,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
26054
25731
|
}(service_1.Service));
|
|
26055
25732
|
exports.ReservationService = ReservationService;
|
|
26056
25733
|
|
|
26057
|
-
},{"../../index":
|
|
25734
|
+
},{"../../index":184,"../../service":188}],164:[function(require,module,exports){
|
|
26058
25735
|
"use strict";
|
|
26059
25736
|
var __extends = (this && this.__extends) || (function () {
|
|
26060
25737
|
var extendStatics = function (d, b) {
|
|
@@ -26087,7 +25764,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
26087
25764
|
}(service_1.Service));
|
|
26088
25765
|
exports.TokenService = TokenService;
|
|
26089
25766
|
|
|
26090
|
-
},{"../../service":
|
|
25767
|
+
},{"../../service":188}],165:[function(require,module,exports){
|
|
26091
25768
|
"use strict";
|
|
26092
25769
|
var __assign = (this && this.__assign) || function () {
|
|
26093
25770
|
__assign = Object.assign || function(t) {
|
|
@@ -26188,7 +25865,7 @@ var CloudPay = /** @class */ (function () {
|
|
|
26188
25865
|
}());
|
|
26189
25866
|
exports.CloudPay = CloudPay;
|
|
26190
25867
|
|
|
26191
|
-
},{"../chevrePay/payment/factory":
|
|
25868
|
+
},{"../chevrePay/payment/factory":127,"./pay/payment":166,"http-status":476}],166:[function(require,module,exports){
|
|
26192
25869
|
"use strict";
|
|
26193
25870
|
var __extends = (this && this.__extends) || (function () {
|
|
26194
25871
|
var extendStatics = function (d, b) {
|
|
@@ -26920,7 +26597,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
26920
26597
|
}(service_1.Service));
|
|
26921
26598
|
exports.PaymentService = PaymentService;
|
|
26922
26599
|
|
|
26923
|
-
},{"../../factory":
|
|
26600
|
+
},{"../../factory":183,"../../index":184,"../../service":188,"http-status":476}],167:[function(require,module,exports){
|
|
26924
26601
|
"use strict";
|
|
26925
26602
|
var __assign = (this && this.__assign) || function () {
|
|
26926
26603
|
__assign = Object.assign || function(t) {
|
|
@@ -27178,7 +26855,7 @@ var CloudSearch = /** @class */ (function () {
|
|
|
27178
26855
|
}());
|
|
27179
26856
|
exports.CloudSearch = CloudSearch;
|
|
27180
26857
|
|
|
27181
|
-
},{"./search/acceptedPaymentMethod":
|
|
26858
|
+
},{"./search/acceptedPaymentMethod":168,"./search/creativeWork":169,"./search/eventOffer":170,"./search/paymentService":171,"./search/place":172,"./search/product":173,"./search/productOffer":174,"./search/seatOffer":175,"http-status":476}],168:[function(require,module,exports){
|
|
27182
26859
|
"use strict";
|
|
27183
26860
|
var __extends = (this && this.__extends) || (function () {
|
|
27184
26861
|
var extendStatics = function (d, b) {
|
|
@@ -27269,7 +26946,7 @@ var AcceptedPaymentMethodService = /** @class */ (function (_super) {
|
|
|
27269
26946
|
}(service_1.Service));
|
|
27270
26947
|
exports.AcceptedPaymentMethodService = AcceptedPaymentMethodService;
|
|
27271
26948
|
|
|
27272
|
-
},{"../../service":
|
|
26949
|
+
},{"../../service":188,"http-status":476}],169:[function(require,module,exports){
|
|
27273
26950
|
"use strict";
|
|
27274
26951
|
var __extends = (this && this.__extends) || (function () {
|
|
27275
26952
|
var extendStatics = function (d, b) {
|
|
@@ -27360,7 +27037,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
27360
27037
|
}(service_1.Service));
|
|
27361
27038
|
exports.CreativeWorkService = CreativeWorkService;
|
|
27362
27039
|
|
|
27363
|
-
},{"../../service":
|
|
27040
|
+
},{"../../service":188,"http-status":476}],170:[function(require,module,exports){
|
|
27364
27041
|
"use strict";
|
|
27365
27042
|
var __extends = (this && this.__extends) || (function () {
|
|
27366
27043
|
var extendStatics = function (d, b) {
|
|
@@ -27451,7 +27128,7 @@ var EventOfferService = /** @class */ (function (_super) {
|
|
|
27451
27128
|
}(service_1.Service));
|
|
27452
27129
|
exports.EventOfferService = EventOfferService;
|
|
27453
27130
|
|
|
27454
|
-
},{"../../service":
|
|
27131
|
+
},{"../../service":188,"http-status":476}],171:[function(require,module,exports){
|
|
27455
27132
|
"use strict";
|
|
27456
27133
|
var __extends = (this && this.__extends) || (function () {
|
|
27457
27134
|
var extendStatics = function (d, b) {
|
|
@@ -27544,7 +27221,7 @@ var PaymentProductService = /** @class */ (function (_super) {
|
|
|
27544
27221
|
}(service_1.Service));
|
|
27545
27222
|
exports.PaymentProductService = PaymentProductService;
|
|
27546
27223
|
|
|
27547
|
-
},{"../../service":
|
|
27224
|
+
},{"../../service":188,"http-status":476}],172:[function(require,module,exports){
|
|
27548
27225
|
"use strict";
|
|
27549
27226
|
var __extends = (this && this.__extends) || (function () {
|
|
27550
27227
|
var extendStatics = function (d, b) {
|
|
@@ -27655,7 +27332,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
27655
27332
|
}(service_1.Service));
|
|
27656
27333
|
exports.PlaceService = PlaceService;
|
|
27657
27334
|
|
|
27658
|
-
},{"../../service":
|
|
27335
|
+
},{"../../service":188,"http-status":476}],173:[function(require,module,exports){
|
|
27659
27336
|
"use strict";
|
|
27660
27337
|
var __extends = (this && this.__extends) || (function () {
|
|
27661
27338
|
var extendStatics = function (d, b) {
|
|
@@ -27790,7 +27467,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
27790
27467
|
}(service_1.Service));
|
|
27791
27468
|
exports.ProductService = ProductService;
|
|
27792
27469
|
|
|
27793
|
-
},{"../../service":
|
|
27470
|
+
},{"../../service":188,"http-status":476}],174:[function(require,module,exports){
|
|
27794
27471
|
"use strict";
|
|
27795
27472
|
var __extends = (this && this.__extends) || (function () {
|
|
27796
27473
|
var extendStatics = function (d, b) {
|
|
@@ -27881,7 +27558,7 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
27881
27558
|
}(service_1.Service));
|
|
27882
27559
|
exports.ProductOfferService = ProductOfferService;
|
|
27883
27560
|
|
|
27884
|
-
},{"../../service":
|
|
27561
|
+
},{"../../service":188,"http-status":476}],175:[function(require,module,exports){
|
|
27885
27562
|
"use strict";
|
|
27886
27563
|
var __extends = (this && this.__extends) || (function () {
|
|
27887
27564
|
var extendStatics = function (d, b) {
|
|
@@ -27972,7 +27649,7 @@ var SeatOfferService = /** @class */ (function (_super) {
|
|
|
27972
27649
|
}(service_1.Service));
|
|
27973
27650
|
exports.SeatOfferService = SeatOfferService;
|
|
27974
27651
|
|
|
27975
|
-
},{"../../service":
|
|
27652
|
+
},{"../../service":188,"http-status":476}],176:[function(require,module,exports){
|
|
27976
27653
|
"use strict";
|
|
27977
27654
|
var __assign = (this && this.__assign) || function () {
|
|
27978
27655
|
__assign = Object.assign || function(t) {
|
|
@@ -28073,7 +27750,7 @@ var CloudTxc = /** @class */ (function () {
|
|
|
28073
27750
|
}());
|
|
28074
27751
|
exports.CloudTxc = CloudTxc;
|
|
28075
27752
|
|
|
28076
|
-
},{"./txc/transaction/placeOrder":
|
|
27753
|
+
},{"./txc/transaction/placeOrder":178,"http-status":476}],177:[function(require,module,exports){
|
|
28077
27754
|
"use strict";
|
|
28078
27755
|
var __assign = (this && this.__assign) || function () {
|
|
28079
27756
|
__assign = Object.assign || function(t) {
|
|
@@ -28285,7 +27962,7 @@ function voidAuthorizeOfferAsync(params) {
|
|
|
28285
27962
|
}
|
|
28286
27963
|
exports.voidAuthorizeOfferAsync = voidAuthorizeOfferAsync;
|
|
28287
27964
|
|
|
28288
|
-
},{"../../../factory":
|
|
27965
|
+
},{"../../../factory":183}],178:[function(require,module,exports){
|
|
28289
27966
|
"use strict";
|
|
28290
27967
|
var __extends = (this && this.__extends) || (function () {
|
|
28291
27968
|
var extendStatics = function (d, b) {
|
|
@@ -28522,7 +28199,7 @@ var PlaceOrderCOAService = /** @class */ (function (_super) {
|
|
|
28522
28199
|
}(service_1.Service));
|
|
28523
28200
|
exports.PlaceOrderCOAService = PlaceOrderCOAService;
|
|
28524
28201
|
|
|
28525
|
-
},{"../../../factory":
|
|
28202
|
+
},{"../../../factory":183,"../../../index":184,"../../../service":188,"./forceAsync":177}],179:[function(require,module,exports){
|
|
28526
28203
|
"use strict";
|
|
28527
28204
|
var __assign = (this && this.__assign) || function () {
|
|
28528
28205
|
__assign = Object.assign || function(t) {
|
|
@@ -28668,7 +28345,7 @@ var CloudTxn = /** @class */ (function () {
|
|
|
28668
28345
|
}());
|
|
28669
28346
|
exports.CloudTxn = CloudTxn;
|
|
28670
28347
|
|
|
28671
|
-
},{"../chevreTxn/transaction/placeOrder/factory":
|
|
28348
|
+
},{"../chevreTxn/transaction/placeOrder/factory":133,"./txn/offer":180,"./txn/transaction/placeOrder":181,"./txn/transaction/returnOrder":182,"http-status":476}],180:[function(require,module,exports){
|
|
28672
28349
|
"use strict";
|
|
28673
28350
|
var __extends = (this && this.__extends) || (function () {
|
|
28674
28351
|
var extendStatics = function (d, b) {
|
|
@@ -28841,7 +28518,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
28841
28518
|
}(service_1.Service));
|
|
28842
28519
|
exports.OfferService = OfferService;
|
|
28843
28520
|
|
|
28844
|
-
},{"../../factory":
|
|
28521
|
+
},{"../../factory":183,"../../index":184,"../../service":188}],181:[function(require,module,exports){
|
|
28845
28522
|
"use strict";
|
|
28846
28523
|
var __extends = (this && this.__extends) || (function () {
|
|
28847
28524
|
var extendStatics = function (d, b) {
|
|
@@ -29108,7 +28785,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
29108
28785
|
}(service_1.Service));
|
|
29109
28786
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
29110
28787
|
|
|
29111
|
-
},{"../../../index":
|
|
28788
|
+
},{"../../../index":184,"../../../service":188,"http-status":476}],182:[function(require,module,exports){
|
|
29112
28789
|
"use strict";
|
|
29113
28790
|
var __extends = (this && this.__extends) || (function () {
|
|
29114
28791
|
var extendStatics = function (d, b) {
|
|
@@ -29273,7 +28950,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
29273
28950
|
}(service_1.Service));
|
|
29274
28951
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
29275
28952
|
|
|
29276
|
-
},{"../../../index":
|
|
28953
|
+
},{"../../../index":184,"../../../service":188}],183:[function(require,module,exports){
|
|
29277
28954
|
"use strict";
|
|
29278
28955
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
29279
28956
|
if (k2 === undefined) k2 = k;
|
|
@@ -29291,7 +28968,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29291
28968
|
*/
|
|
29292
28969
|
__exportStar(require("@chevre/factory"), exports);
|
|
29293
28970
|
|
|
29294
|
-
},{"@chevre/factory":
|
|
28971
|
+
},{"@chevre/factory":301}],184:[function(require,module,exports){
|
|
29295
28972
|
"use strict";
|
|
29296
28973
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
29297
28974
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -29753,7 +29430,7 @@ exports.loadWaiterAdmin = loadWaiterAdmin;
|
|
|
29753
29430
|
// export class StubAuth extends StubAuthClient { }
|
|
29754
29431
|
// }
|
|
29755
29432
|
|
|
29756
|
-
},{"./chevre":3,"./chevreAdmic":20,"./chevreAdmin":22,"./chevreAsset":48,"./chevreConsole":56,"./chevrePay":
|
|
29433
|
+
},{"./chevre":3,"./chevreAdmic":20,"./chevreAdmin":22,"./chevreAsset":48,"./chevreConsole":56,"./chevrePay":125,"./chevreTxc":128,"./chevreTxn":130,"./cinerino/default":135,"./cloud/admin":142,"./cloud/asset":160,"./cloud/pay":165,"./cloud/search":167,"./cloud/txc":176,"./cloud/txn":179,"./factory":183,"./pecorino":185,"./transporters":189,"./waiterAdmin":190}],185:[function(require,module,exports){
|
|
29757
29434
|
"use strict";
|
|
29758
29435
|
var __extends = (this && this.__extends) || (function () {
|
|
29759
29436
|
var extendStatics = function (d, b) {
|
|
@@ -29806,7 +29483,7 @@ var service;
|
|
|
29806
29483
|
service.AccountTransaction = AccountTransaction;
|
|
29807
29484
|
})(service = exports.service || (exports.service = {}));
|
|
29808
29485
|
|
|
29809
|
-
},{"./factory":
|
|
29486
|
+
},{"./factory":183,"./pecorino/accountTransaction":186,"./pecorino/permit":187}],186:[function(require,module,exports){
|
|
29810
29487
|
"use strict";
|
|
29811
29488
|
var __extends = (this && this.__extends) || (function () {
|
|
29812
29489
|
var extendStatics = function (d, b) {
|
|
@@ -29977,7 +29654,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
29977
29654
|
}(service_1.Service));
|
|
29978
29655
|
exports.AccountTransactionService = AccountTransactionService;
|
|
29979
29656
|
|
|
29980
|
-
},{"../service":
|
|
29657
|
+
},{"../service":188,"http-status":476}],187:[function(require,module,exports){
|
|
29981
29658
|
"use strict";
|
|
29982
29659
|
var __extends = (this && this.__extends) || (function () {
|
|
29983
29660
|
var extendStatics = function (d, b) {
|
|
@@ -30097,7 +29774,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
30097
29774
|
}(service_1.Service));
|
|
30098
29775
|
exports.PermitService = PermitService;
|
|
30099
29776
|
|
|
30100
|
-
},{"../service":
|
|
29777
|
+
},{"../service":188,"http-status":476}],188:[function(require,module,exports){
|
|
30101
29778
|
"use strict";
|
|
30102
29779
|
var __assign = (this && this.__assign) || function () {
|
|
30103
29780
|
__assign = Object.assign || function(t) {
|
|
@@ -30225,7 +29902,7 @@ var Service = /** @class */ (function () {
|
|
|
30225
29902
|
}());
|
|
30226
29903
|
exports.Service = Service;
|
|
30227
29904
|
|
|
30228
|
-
},{"./transporters":
|
|
29905
|
+
},{"./transporters":189,"qs":491}],189:[function(require,module,exports){
|
|
30229
29906
|
"use strict";
|
|
30230
29907
|
var __extends = (this && this.__extends) || (function () {
|
|
30231
29908
|
var extendStatics = function (d, b) {
|
|
@@ -30422,7 +30099,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
30422
30099
|
}());
|
|
30423
30100
|
exports.StubTransporter = StubTransporter;
|
|
30424
30101
|
|
|
30425
|
-
},{"debug":
|
|
30102
|
+
},{"debug":451,"isomorphic-fetch":479}],190:[function(require,module,exports){
|
|
30426
30103
|
"use strict";
|
|
30427
30104
|
var __assign = (this && this.__assign) || function () {
|
|
30428
30105
|
__assign = Object.assign || function(t) {
|
|
@@ -30527,7 +30204,7 @@ var WaiterAdmin = /** @class */ (function () {
|
|
|
30527
30204
|
}());
|
|
30528
30205
|
exports.WaiterAdmin = WaiterAdmin;
|
|
30529
30206
|
|
|
30530
|
-
},{"./waiterAdmin/rule":
|
|
30207
|
+
},{"./waiterAdmin/rule":191,"./waiterAdmin/ruleSet":192}],191:[function(require,module,exports){
|
|
30531
30208
|
"use strict";
|
|
30532
30209
|
var __extends = (this && this.__extends) || (function () {
|
|
30533
30210
|
var extendStatics = function (d, b) {
|
|
@@ -30615,7 +30292,7 @@ var RuleService = /** @class */ (function (_super) {
|
|
|
30615
30292
|
}(service_1.Service));
|
|
30616
30293
|
exports.RuleService = RuleService;
|
|
30617
30294
|
|
|
30618
|
-
},{"../service":
|
|
30295
|
+
},{"../service":188,"http-status":476}],192:[function(require,module,exports){
|
|
30619
30296
|
"use strict";
|
|
30620
30297
|
var __extends = (this && this.__extends) || (function () {
|
|
30621
30298
|
var extendStatics = function (d, b) {
|
|
@@ -30723,7 +30400,7 @@ var RuleSetService = /** @class */ (function (_super) {
|
|
|
30723
30400
|
}(service_1.Service));
|
|
30724
30401
|
exports.RuleSetService = RuleSetService;
|
|
30725
30402
|
|
|
30726
|
-
},{"../service":
|
|
30403
|
+
},{"../service":188,"http-status":476}],193:[function(require,module,exports){
|
|
30727
30404
|
"use strict";
|
|
30728
30405
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
30729
30406
|
/* istanbul ignore file */
|
|
@@ -31079,7 +30756,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
31079
30756
|
}(oAuth2client_1.default));
|
|
31080
30757
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
31081
30758
|
|
|
31082
|
-
},{"./implicitGrantClient/error":
|
|
30759
|
+
},{"./implicitGrantClient/error":194,"./implicitGrantClient/popupAuthenticationHandler":196,"./implicitGrantClient/silentAuthenticationHandler":198,"./implicitGrantClient/silentLogoutHandler":199,"./oAuth2client":201,"debug":451,"idtoken-verifier":477,"qs":491}],194:[function(require,module,exports){
|
|
31083
30760
|
"use strict";
|
|
31084
30761
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31085
30762
|
/* istanbul ignore file */
|
|
@@ -31112,7 +30789,7 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
31112
30789
|
}(Error));
|
|
31113
30790
|
exports.AuthorizeError = AuthorizeError;
|
|
31114
30791
|
|
|
31115
|
-
},{}],
|
|
30792
|
+
},{}],195:[function(require,module,exports){
|
|
31116
30793
|
"use strict";
|
|
31117
30794
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31118
30795
|
/* istanbul ignore file */
|
|
@@ -31198,7 +30875,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
31198
30875
|
}());
|
|
31199
30876
|
exports.default = IframeHandler;
|
|
31200
30877
|
|
|
31201
|
-
},{"debug":
|
|
30878
|
+
},{"debug":451}],196:[function(require,module,exports){
|
|
31202
30879
|
"use strict";
|
|
31203
30880
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31204
30881
|
/* istanbul ignore file */
|
|
@@ -31308,7 +30985,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
31308
30985
|
}());
|
|
31309
30986
|
exports.default = PopupAuthenticationHandler;
|
|
31310
30987
|
|
|
31311
|
-
},{"./error":
|
|
30988
|
+
},{"./error":194,"./popupHandler":197}],197:[function(require,module,exports){
|
|
31312
30989
|
"use strict";
|
|
31313
30990
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31314
30991
|
/* istanbul ignore file */
|
|
@@ -31394,7 +31071,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
31394
31071
|
}());
|
|
31395
31072
|
exports.default = PopupHandler;
|
|
31396
31073
|
|
|
31397
|
-
},{"debug":
|
|
31074
|
+
},{"debug":451}],198:[function(require,module,exports){
|
|
31398
31075
|
"use strict";
|
|
31399
31076
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31400
31077
|
/* istanbul ignore file */
|
|
@@ -31504,7 +31181,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
31504
31181
|
}());
|
|
31505
31182
|
exports.default = SilentAuthenticationHandler;
|
|
31506
31183
|
|
|
31507
|
-
},{"./error":
|
|
31184
|
+
},{"./error":194,"./iframeHandler":195}],199:[function(require,module,exports){
|
|
31508
31185
|
"use strict";
|
|
31509
31186
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
31510
31187
|
/* istanbul ignore file */
|
|
@@ -31614,7 +31291,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
31614
31291
|
}());
|
|
31615
31292
|
exports.default = SilentLogoutHandler;
|
|
31616
31293
|
|
|
31617
|
-
},{"./error":
|
|
31294
|
+
},{"./error":194,"./iframeHandler":195}],200:[function(require,module,exports){
|
|
31618
31295
|
"use strict";
|
|
31619
31296
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31620
31297
|
exports.LoginTicket = void 0;
|
|
@@ -31643,7 +31320,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
31643
31320
|
}());
|
|
31644
31321
|
exports.LoginTicket = LoginTicket;
|
|
31645
31322
|
|
|
31646
|
-
},{}],
|
|
31323
|
+
},{}],201:[function(require,module,exports){
|
|
31647
31324
|
(function (Buffer){
|
|
31648
31325
|
"use strict";
|
|
31649
31326
|
var __assign = (this && this.__assign) || function () {
|
|
@@ -32230,7 +31907,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
32230
31907
|
exports.default = OAuth2client;
|
|
32231
31908
|
|
|
32232
31909
|
}).call(this,require("buffer").Buffer)
|
|
32233
|
-
},{"../abstract/transporters":
|
|
31910
|
+
},{"../abstract/transporters":189,"./loginTicket":200,"buffer":442,"crypto":441,"debug":451,"http-status":476,"isomorphic-fetch":479,"querystring":497}],202:[function(require,module,exports){
|
|
32234
31911
|
"use strict";
|
|
32235
31912
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32236
31913
|
exports.createAuthInstance = exports.transporters = exports.factory = exports.loadService = exports.loadCloudTxn = exports.loadCloudTxc = exports.loadCloudSearch = exports.loadCloudPay = exports.loadCloudAsset = exports.loadCloudAdmin = void 0;
|
|
@@ -32258,7 +31935,7 @@ function createAuthInstance(options) {
|
|
|
32258
31935
|
}
|
|
32259
31936
|
exports.createAuthInstance = createAuthInstance;
|
|
32260
31937
|
|
|
32261
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
31938
|
+
},{"./abstract":2,"./auth/implicitGrantClient":193}],203:[function(require,module,exports){
|
|
32262
31939
|
"use strict";
|
|
32263
31940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32264
31941
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -32283,24 +31960,24 @@ var WithdrawTransactionFactory = require("./account/transaction/withdraw");
|
|
|
32283
31960
|
var action;
|
|
32284
31961
|
(function (action) {
|
|
32285
31962
|
action.moneyTransfer = MoneyTransferActionFactory;
|
|
32286
|
-
})(action
|
|
31963
|
+
})(action || (exports.action = action = {}));
|
|
32287
31964
|
var transaction;
|
|
32288
31965
|
(function (transaction) {
|
|
32289
31966
|
transaction.withdraw = WithdrawTransactionFactory;
|
|
32290
31967
|
transaction.deposit = DepositTransactionFactory;
|
|
32291
31968
|
transaction.transfer = TransferTransactionFactory;
|
|
32292
|
-
})(transaction
|
|
31969
|
+
})(transaction || (exports.transaction = transaction = {}));
|
|
32293
31970
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
32294
31971
|
|
|
32295
|
-
},{"./account/action/moneyTransfer":
|
|
31972
|
+
},{"./account/action/moneyTransfer":204,"./account/transaction/deposit":205,"./account/transaction/transfer":206,"./account/transaction/withdraw":207,"./account/transactionType":208}],204:[function(require,module,exports){
|
|
32296
31973
|
arguments[4][50][0].apply(exports,arguments)
|
|
32297
|
-
},{"dup":50}],
|
|
31974
|
+
},{"dup":50}],205:[function(require,module,exports){
|
|
32298
31975
|
arguments[4][50][0].apply(exports,arguments)
|
|
32299
|
-
},{"dup":50}],
|
|
31976
|
+
},{"dup":50}],206:[function(require,module,exports){
|
|
32300
31977
|
arguments[4][50][0].apply(exports,arguments)
|
|
32301
|
-
},{"dup":50}],
|
|
31978
|
+
},{"dup":50}],207:[function(require,module,exports){
|
|
32302
31979
|
arguments[4][50][0].apply(exports,arguments)
|
|
32303
|
-
},{"dup":50}],
|
|
31980
|
+
},{"dup":50}],208:[function(require,module,exports){
|
|
32304
31981
|
"use strict";
|
|
32305
31982
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32306
31983
|
exports.AccountTransactionType = void 0;
|
|
@@ -32321,11 +31998,11 @@ var AccountTransactionType;
|
|
|
32321
31998
|
* 転送取引
|
|
32322
31999
|
*/
|
|
32323
32000
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
32324
|
-
})(AccountTransactionType
|
|
32001
|
+
})(AccountTransactionType || (exports.AccountTransactionType = AccountTransactionType = {}));
|
|
32325
32002
|
|
|
32326
|
-
},{}],
|
|
32003
|
+
},{}],209:[function(require,module,exports){
|
|
32327
32004
|
arguments[4][50][0].apply(exports,arguments)
|
|
32328
|
-
},{"dup":50}],
|
|
32005
|
+
},{"dup":50}],210:[function(require,module,exports){
|
|
32329
32006
|
"use strict";
|
|
32330
32007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32331
32008
|
exports.AccountType = void 0;
|
|
@@ -32344,9 +32021,9 @@ var AccountType;
|
|
|
32344
32021
|
AccountType["Savings"] = "Savings";
|
|
32345
32022
|
AccountType["Transaction"] = "Transaction";
|
|
32346
32023
|
AccountType["Transactional"] = "Transactional";
|
|
32347
|
-
})(AccountType
|
|
32024
|
+
})(AccountType || (exports.AccountType = AccountType = {}));
|
|
32348
32025
|
|
|
32349
|
-
},{}],
|
|
32026
|
+
},{}],211:[function(require,module,exports){
|
|
32350
32027
|
"use strict";
|
|
32351
32028
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32352
32029
|
exports.FlgMember = void 0;
|
|
@@ -32363,40 +32040,50 @@ var FlgMember;
|
|
|
32363
32040
|
* 会員
|
|
32364
32041
|
*/
|
|
32365
32042
|
FlgMember["Member"] = "1";
|
|
32366
|
-
})(FlgMember
|
|
32043
|
+
})(FlgMember || (exports.FlgMember = FlgMember = {}));
|
|
32367
32044
|
|
|
32368
|
-
},{}],
|
|
32045
|
+
},{}],212:[function(require,module,exports){
|
|
32369
32046
|
arguments[4][50][0].apply(exports,arguments)
|
|
32370
|
-
},{"dup":50}],
|
|
32047
|
+
},{"dup":50}],213:[function(require,module,exports){
|
|
32371
32048
|
arguments[4][50][0].apply(exports,arguments)
|
|
32372
|
-
},{"dup":50}],
|
|
32049
|
+
},{"dup":50}],214:[function(require,module,exports){
|
|
32373
32050
|
"use strict";
|
|
32374
32051
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32375
32052
|
exports.ObjectType = void 0;
|
|
32376
32053
|
var ObjectType;
|
|
32377
32054
|
(function (ObjectType) {
|
|
32378
32055
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
32379
|
-
|
|
32056
|
+
ObjectType["AggregateOffer"] = "AggregateOffer";
|
|
32057
|
+
})(ObjectType || (exports.ObjectType = ObjectType = {}));
|
|
32380
32058
|
|
|
32381
|
-
},{}],
|
|
32382
|
-
|
|
32383
|
-
|
|
32384
|
-
|
|
32385
|
-
|
|
32059
|
+
},{}],215:[function(require,module,exports){
|
|
32060
|
+
"use strict";
|
|
32061
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32062
|
+
exports.ObjectType = void 0;
|
|
32063
|
+
var any_1 = require("./any");
|
|
32064
|
+
Object.defineProperty(exports, "ObjectType", { enumerable: true, get: function () { return any_1.ObjectType; } });
|
|
32065
|
+
|
|
32066
|
+
},{"./any":214}],216:[function(require,module,exports){
|
|
32067
|
+
arguments[4][215][0].apply(exports,arguments)
|
|
32068
|
+
},{"./any":214,"dup":215}],217:[function(require,module,exports){
|
|
32386
32069
|
"use strict";
|
|
32387
32070
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32388
32071
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
32389
32072
|
var ResultType;
|
|
32390
32073
|
(function (ResultType) {
|
|
32391
32074
|
ResultType["Payment"] = "Payment";
|
|
32392
|
-
})(ResultType
|
|
32075
|
+
})(ResultType || (exports.ResultType = ResultType = {}));
|
|
32393
32076
|
var ServiceIdentifier;
|
|
32394
32077
|
(function (ServiceIdentifier) {
|
|
32395
32078
|
// 現時点で決済取引はChevreのみ対応
|
|
32396
32079
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
32397
|
-
})(ServiceIdentifier
|
|
32080
|
+
})(ServiceIdentifier || (exports.ServiceIdentifier = ServiceIdentifier = {}));
|
|
32398
32081
|
|
|
32399
|
-
},{}],
|
|
32082
|
+
},{}],218:[function(require,module,exports){
|
|
32083
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
32084
|
+
},{"dup":50}],219:[function(require,module,exports){
|
|
32085
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
32086
|
+
},{"dup":50}],220:[function(require,module,exports){
|
|
32400
32087
|
arguments[4][50][0].apply(exports,arguments)
|
|
32401
32088
|
},{"dup":50}],221:[function(require,module,exports){
|
|
32402
32089
|
arguments[4][50][0].apply(exports,arguments)
|
|
@@ -32425,21 +32112,21 @@ arguments[4][50][0].apply(exports,arguments)
|
|
|
32425
32112
|
},{"dup":50}],233:[function(require,module,exports){
|
|
32426
32113
|
arguments[4][50][0].apply(exports,arguments)
|
|
32427
32114
|
},{"dup":50}],234:[function(require,module,exports){
|
|
32428
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32429
|
-
},{"dup":50}],235:[function(require,module,exports){
|
|
32430
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32431
|
-
},{"dup":50}],236:[function(require,module,exports){
|
|
32432
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32433
|
-
},{"dup":50}],237:[function(require,module,exports){
|
|
32434
32115
|
"use strict";
|
|
32435
32116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32436
32117
|
exports.ObjectType = void 0;
|
|
32437
32118
|
var ObjectType;
|
|
32438
32119
|
(function (ObjectType) {
|
|
32439
32120
|
ObjectType["PointAward"] = "PointAward";
|
|
32440
|
-
})(ObjectType
|
|
32121
|
+
})(ObjectType || (exports.ObjectType = ObjectType = {}));
|
|
32441
32122
|
|
|
32442
|
-
},{}],
|
|
32123
|
+
},{}],235:[function(require,module,exports){
|
|
32124
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
32125
|
+
},{"dup":50}],236:[function(require,module,exports){
|
|
32126
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
32127
|
+
},{"dup":50}],237:[function(require,module,exports){
|
|
32128
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
32129
|
+
},{"dup":50}],238:[function(require,module,exports){
|
|
32443
32130
|
arguments[4][50][0].apply(exports,arguments)
|
|
32444
32131
|
},{"dup":50}],239:[function(require,module,exports){
|
|
32445
32132
|
arguments[4][50][0].apply(exports,arguments)
|
|
@@ -32448,14 +32135,6 @@ arguments[4][50][0].apply(exports,arguments)
|
|
|
32448
32135
|
},{"dup":50}],241:[function(require,module,exports){
|
|
32449
32136
|
arguments[4][50][0].apply(exports,arguments)
|
|
32450
32137
|
},{"dup":50}],242:[function(require,module,exports){
|
|
32451
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32452
|
-
},{"dup":50}],243:[function(require,module,exports){
|
|
32453
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32454
|
-
},{"dup":50}],244:[function(require,module,exports){
|
|
32455
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32456
|
-
},{"dup":50}],245:[function(require,module,exports){
|
|
32457
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
32458
|
-
},{"dup":50}],246:[function(require,module,exports){
|
|
32459
32138
|
"use strict";
|
|
32460
32139
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
32461
32140
|
if (k2 === undefined) k2 = k;
|
|
@@ -32474,13 +32153,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
32474
32153
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32475
32154
|
__exportStar(require("./add/object"), exports);
|
|
32476
32155
|
|
|
32477
|
-
},{"./add/object":
|
|
32156
|
+
},{"./add/object":243}],243:[function(require,module,exports){
|
|
32478
32157
|
"use strict";
|
|
32479
32158
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32480
32159
|
// | IObjectAsEventSeriesAttributes[]
|
|
32481
32160
|
// | IObjectAsEventBySchedule;
|
|
32482
32161
|
|
|
32483
|
-
},{}],
|
|
32162
|
+
},{}],244:[function(require,module,exports){
|
|
32484
32163
|
"use strict";
|
|
32485
32164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32486
32165
|
exports.ObjectAsTransactionSpecifyingMethod = void 0;
|
|
@@ -32491,11 +32170,11 @@ var ObjectAsTransactionSpecifyingMethod;
|
|
|
32491
32170
|
(function (ObjectAsTransactionSpecifyingMethod) {
|
|
32492
32171
|
ObjectAsTransactionSpecifyingMethod["Id"] = "Id";
|
|
32493
32172
|
ObjectAsTransactionSpecifyingMethod["AgentId"] = "AgentId";
|
|
32494
|
-
})(ObjectAsTransactionSpecifyingMethod
|
|
32173
|
+
})(ObjectAsTransactionSpecifyingMethod || (exports.ObjectAsTransactionSpecifyingMethod = ObjectAsTransactionSpecifyingMethod = {}));
|
|
32495
32174
|
|
|
32496
|
-
},{}],
|
|
32175
|
+
},{}],245:[function(require,module,exports){
|
|
32497
32176
|
arguments[4][50][0].apply(exports,arguments)
|
|
32498
|
-
},{"dup":50}],
|
|
32177
|
+
},{"dup":50}],246:[function(require,module,exports){
|
|
32499
32178
|
"use strict";
|
|
32500
32179
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
32501
32180
|
if (k2 === undefined) k2 = k;
|
|
@@ -32516,13 +32195,13 @@ __exportStar(require("./update/object"), exports);
|
|
|
32516
32195
|
__exportStar(require("./update/result"), exports);
|
|
32517
32196
|
__exportStar(require("./update/targetCollection"), exports);
|
|
32518
32197
|
|
|
32519
|
-
},{"./update/object":
|
|
32198
|
+
},{"./update/object":247,"./update/result":248,"./update/targetCollection":249}],247:[function(require,module,exports){
|
|
32520
32199
|
arguments[4][50][0].apply(exports,arguments)
|
|
32521
|
-
},{"dup":50}],
|
|
32200
|
+
},{"dup":50}],248:[function(require,module,exports){
|
|
32522
32201
|
arguments[4][50][0].apply(exports,arguments)
|
|
32523
|
-
},{"dup":50}],
|
|
32202
|
+
},{"dup":50}],249:[function(require,module,exports){
|
|
32524
32203
|
arguments[4][50][0].apply(exports,arguments)
|
|
32525
|
-
},{"dup":50}],
|
|
32204
|
+
},{"dup":50}],250:[function(require,module,exports){
|
|
32526
32205
|
"use strict";
|
|
32527
32206
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32528
32207
|
exports.ActionStatusType = void 0;
|
|
@@ -32536,9 +32215,9 @@ var ActionStatusType;
|
|
|
32536
32215
|
ActionStatusType["FailedActionStatus"] = "FailedActionStatus";
|
|
32537
32216
|
ActionStatusType["PotentialActionStatus"] = "PotentialActionStatus";
|
|
32538
32217
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
32539
|
-
})(ActionStatusType
|
|
32218
|
+
})(ActionStatusType || (exports.ActionStatusType = ActionStatusType = {}));
|
|
32540
32219
|
|
|
32541
|
-
},{}],
|
|
32220
|
+
},{}],251:[function(require,module,exports){
|
|
32542
32221
|
"use strict";
|
|
32543
32222
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32544
32223
|
exports.ActionType = void 0;
|
|
@@ -32569,13 +32248,13 @@ var ActionType;
|
|
|
32569
32248
|
ActionType["UnRegisterAction"] = "UnRegisterAction";
|
|
32570
32249
|
ActionType["UpdateAction"] = "UpdateAction";
|
|
32571
32250
|
ActionType["UseAction"] = "UseAction";
|
|
32572
|
-
})(ActionType
|
|
32251
|
+
})(ActionType || (exports.ActionType = ActionType = {}));
|
|
32573
32252
|
|
|
32574
|
-
},{}],
|
|
32253
|
+
},{}],252:[function(require,module,exports){
|
|
32575
32254
|
arguments[4][50][0].apply(exports,arguments)
|
|
32576
|
-
},{"dup":50}],
|
|
32255
|
+
},{"dup":50}],253:[function(require,module,exports){
|
|
32577
32256
|
arguments[4][50][0].apply(exports,arguments)
|
|
32578
|
-
},{"dup":50}],
|
|
32257
|
+
},{"dup":50}],254:[function(require,module,exports){
|
|
32579
32258
|
"use strict";
|
|
32580
32259
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32581
32260
|
exports.AggregationType = void 0;
|
|
@@ -32596,21 +32275,21 @@ var AggregationType;
|
|
|
32596
32275
|
AggregationType["AggregateReserveAction"] = "AggregateReserveAction";
|
|
32597
32276
|
AggregationType["AggregateTask"] = "AggregateTask";
|
|
32598
32277
|
AggregationType["AggregateUseAction"] = "AggregateUseAction";
|
|
32599
|
-
})(AggregationType
|
|
32278
|
+
})(AggregationType || (exports.AggregationType = AggregationType = {}));
|
|
32600
32279
|
|
|
32601
|
-
},{}],
|
|
32280
|
+
},{}],255:[function(require,module,exports){
|
|
32602
32281
|
arguments[4][50][0].apply(exports,arguments)
|
|
32603
|
-
},{"dup":50}],
|
|
32282
|
+
},{"dup":50}],256:[function(require,module,exports){
|
|
32604
32283
|
arguments[4][50][0].apply(exports,arguments)
|
|
32605
|
-
},{"dup":50}],
|
|
32284
|
+
},{"dup":50}],257:[function(require,module,exports){
|
|
32606
32285
|
arguments[4][50][0].apply(exports,arguments)
|
|
32607
|
-
},{"dup":50}],
|
|
32286
|
+
},{"dup":50}],258:[function(require,module,exports){
|
|
32608
32287
|
arguments[4][50][0].apply(exports,arguments)
|
|
32609
|
-
},{"dup":50}],
|
|
32288
|
+
},{"dup":50}],259:[function(require,module,exports){
|
|
32610
32289
|
arguments[4][50][0].apply(exports,arguments)
|
|
32611
|
-
},{"dup":50}],
|
|
32290
|
+
},{"dup":50}],260:[function(require,module,exports){
|
|
32612
32291
|
arguments[4][50][0].apply(exports,arguments)
|
|
32613
|
-
},{"dup":50}],
|
|
32292
|
+
},{"dup":50}],261:[function(require,module,exports){
|
|
32614
32293
|
"use strict";
|
|
32615
32294
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32616
32295
|
exports.AssetTransactionType = void 0;
|
|
@@ -32648,11 +32327,11 @@ var AssetTransactionType;
|
|
|
32648
32327
|
* 資産取引docは存在しない
|
|
32649
32328
|
*/
|
|
32650
32329
|
AssetTransactionType["COAReserveTransaction"] = "COAReserveTransaction";
|
|
32651
|
-
})(AssetTransactionType
|
|
32330
|
+
})(AssetTransactionType || (exports.AssetTransactionType = AssetTransactionType = {}));
|
|
32652
32331
|
|
|
32653
|
-
},{}],
|
|
32332
|
+
},{}],262:[function(require,module,exports){
|
|
32654
32333
|
arguments[4][50][0].apply(exports,arguments)
|
|
32655
|
-
},{"dup":50}],
|
|
32334
|
+
},{"dup":50}],263:[function(require,module,exports){
|
|
32656
32335
|
"use strict";
|
|
32657
32336
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32658
32337
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -32702,9 +32381,9 @@ var CategorySetIdentifier;
|
|
|
32702
32381
|
* 上映方式タイプ
|
|
32703
32382
|
*/
|
|
32704
32383
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
32705
|
-
})(CategorySetIdentifier
|
|
32384
|
+
})(CategorySetIdentifier || (exports.CategorySetIdentifier = CategorySetIdentifier = {}));
|
|
32706
32385
|
|
|
32707
|
-
},{}],
|
|
32386
|
+
},{}],264:[function(require,module,exports){
|
|
32708
32387
|
"use strict";
|
|
32709
32388
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32710
32389
|
exports.CertificationStatusEnumeration = void 0;
|
|
@@ -32712,21 +32391,21 @@ var CertificationStatusEnumeration;
|
|
|
32712
32391
|
(function (CertificationStatusEnumeration) {
|
|
32713
32392
|
CertificationStatusEnumeration["CertificationActive"] = "CertificationActive";
|
|
32714
32393
|
CertificationStatusEnumeration["CertificationInactive"] = "CertificationInactive";
|
|
32715
|
-
})(CertificationStatusEnumeration
|
|
32394
|
+
})(CertificationStatusEnumeration || (exports.CertificationStatusEnumeration = CertificationStatusEnumeration = {}));
|
|
32716
32395
|
|
|
32717
|
-
},{}],
|
|
32396
|
+
},{}],265:[function(require,module,exports){
|
|
32718
32397
|
arguments[4][50][0].apply(exports,arguments)
|
|
32719
|
-
},{"dup":50}],
|
|
32398
|
+
},{"dup":50}],266:[function(require,module,exports){
|
|
32720
32399
|
arguments[4][50][0].apply(exports,arguments)
|
|
32721
|
-
},{"dup":50}],
|
|
32400
|
+
},{"dup":50}],267:[function(require,module,exports){
|
|
32722
32401
|
arguments[4][50][0].apply(exports,arguments)
|
|
32723
|
-
},{"dup":50}],
|
|
32402
|
+
},{"dup":50}],268:[function(require,module,exports){
|
|
32724
32403
|
arguments[4][50][0].apply(exports,arguments)
|
|
32725
|
-
},{"dup":50}],
|
|
32404
|
+
},{"dup":50}],269:[function(require,module,exports){
|
|
32726
32405
|
arguments[4][50][0].apply(exports,arguments)
|
|
32727
|
-
},{"dup":50}],
|
|
32406
|
+
},{"dup":50}],270:[function(require,module,exports){
|
|
32728
32407
|
arguments[4][50][0].apply(exports,arguments)
|
|
32729
|
-
},{"dup":50}],
|
|
32408
|
+
},{"dup":50}],271:[function(require,module,exports){
|
|
32730
32409
|
"use strict";
|
|
32731
32410
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32732
32411
|
exports.AboutIdentifier = void 0;
|
|
@@ -32736,11 +32415,11 @@ var AboutIdentifier;
|
|
|
32736
32415
|
AboutIdentifier["OnOrderRefunded"] = "OnOrderRefunded";
|
|
32737
32416
|
AboutIdentifier["OnOrderReturned"] = "OnOrderReturned";
|
|
32738
32417
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
32739
|
-
})(AboutIdentifier
|
|
32418
|
+
})(AboutIdentifier || (exports.AboutIdentifier = AboutIdentifier = {}));
|
|
32740
32419
|
|
|
32741
|
-
},{}],
|
|
32420
|
+
},{}],272:[function(require,module,exports){
|
|
32742
32421
|
arguments[4][50][0].apply(exports,arguments)
|
|
32743
|
-
},{"dup":50}],
|
|
32422
|
+
},{"dup":50}],273:[function(require,module,exports){
|
|
32744
32423
|
"use strict";
|
|
32745
32424
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32746
32425
|
exports.PermissionGranteeAudienceType = exports.DigitalDocumentPermissionType = void 0;
|
|
@@ -32748,17 +32427,17 @@ var DigitalDocumentPermissionType;
|
|
|
32748
32427
|
(function (DigitalDocumentPermissionType) {
|
|
32749
32428
|
DigitalDocumentPermissionType["ReadPermission"] = "ReadPermission";
|
|
32750
32429
|
DigitalDocumentPermissionType["WritePermission"] = "WritePermission";
|
|
32751
|
-
})(DigitalDocumentPermissionType
|
|
32430
|
+
})(DigitalDocumentPermissionType || (exports.DigitalDocumentPermissionType = DigitalDocumentPermissionType = {}));
|
|
32752
32431
|
var PermissionGranteeAudienceType;
|
|
32753
32432
|
(function (PermissionGranteeAudienceType) {
|
|
32754
32433
|
PermissionGranteeAudienceType["Public"] = "public";
|
|
32755
|
-
})(PermissionGranteeAudienceType
|
|
32434
|
+
})(PermissionGranteeAudienceType || (exports.PermissionGranteeAudienceType = PermissionGranteeAudienceType = {}));
|
|
32756
32435
|
|
|
32757
|
-
},{}],
|
|
32436
|
+
},{}],274:[function(require,module,exports){
|
|
32758
32437
|
arguments[4][50][0].apply(exports,arguments)
|
|
32759
|
-
},{"dup":50}],
|
|
32438
|
+
},{"dup":50}],275:[function(require,module,exports){
|
|
32760
32439
|
arguments[4][50][0].apply(exports,arguments)
|
|
32761
|
-
},{"dup":50}],
|
|
32440
|
+
},{"dup":50}],276:[function(require,module,exports){
|
|
32762
32441
|
"use strict";
|
|
32763
32442
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32764
32443
|
exports.CreativeWorkType = void 0;
|
|
@@ -32775,11 +32454,11 @@ var CreativeWorkType;
|
|
|
32775
32454
|
CreativeWorkType["SoftwareApplication"] = "SoftwareApplication";
|
|
32776
32455
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
32777
32456
|
CreativeWorkType["WebSite"] = "WebSite";
|
|
32778
|
-
})(CreativeWorkType
|
|
32457
|
+
})(CreativeWorkType || (exports.CreativeWorkType = CreativeWorkType = {}));
|
|
32779
32458
|
|
|
32780
|
-
},{}],
|
|
32459
|
+
},{}],277:[function(require,module,exports){
|
|
32781
32460
|
arguments[4][50][0].apply(exports,arguments)
|
|
32782
|
-
},{"dup":50}],
|
|
32461
|
+
},{"dup":50}],278:[function(require,module,exports){
|
|
32783
32462
|
"use strict";
|
|
32784
32463
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32785
32464
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -32792,39 +32471,39 @@ var Application;
|
|
|
32792
32471
|
(function (Application) {
|
|
32793
32472
|
Application["pdf"] = "application/pdf";
|
|
32794
32473
|
Application["json"] = "application/json";
|
|
32795
|
-
})(Application
|
|
32474
|
+
})(Application || (exports.Application = Application = {}));
|
|
32796
32475
|
var Audio;
|
|
32797
32476
|
(function (Audio) {
|
|
32798
|
-
})(Audio
|
|
32477
|
+
})(Audio || (exports.Audio = Audio = {}));
|
|
32799
32478
|
var Font;
|
|
32800
32479
|
(function (Font) {
|
|
32801
|
-
})(Font
|
|
32480
|
+
})(Font || (exports.Font = Font = {}));
|
|
32802
32481
|
var Example;
|
|
32803
32482
|
(function (Example) {
|
|
32804
|
-
})(Example
|
|
32483
|
+
})(Example || (exports.Example = Example = {}));
|
|
32805
32484
|
var Image;
|
|
32806
32485
|
(function (Image) {
|
|
32807
|
-
})(Image
|
|
32486
|
+
})(Image || (exports.Image = Image = {}));
|
|
32808
32487
|
var Message;
|
|
32809
32488
|
(function (Message) {
|
|
32810
|
-
})(Message
|
|
32489
|
+
})(Message || (exports.Message = Message = {}));
|
|
32811
32490
|
var Model;
|
|
32812
32491
|
(function (Model) {
|
|
32813
|
-
})(Model
|
|
32492
|
+
})(Model || (exports.Model = Model = {}));
|
|
32814
32493
|
var Multipart;
|
|
32815
32494
|
(function (Multipart) {
|
|
32816
|
-
})(Multipart
|
|
32495
|
+
})(Multipart || (exports.Multipart = Multipart = {}));
|
|
32817
32496
|
var Text;
|
|
32818
32497
|
(function (Text) {
|
|
32819
32498
|
Text["csv"] = "text/csv";
|
|
32820
|
-
})(Text
|
|
32499
|
+
})(Text || (exports.Text = Text = {}));
|
|
32821
32500
|
var Video;
|
|
32822
32501
|
(function (Video) {
|
|
32823
|
-
})(Video
|
|
32502
|
+
})(Video || (exports.Video = Video = {}));
|
|
32824
32503
|
|
|
32825
|
-
},{}],
|
|
32504
|
+
},{}],279:[function(require,module,exports){
|
|
32826
32505
|
arguments[4][50][0].apply(exports,arguments)
|
|
32827
|
-
},{"dup":50}],
|
|
32506
|
+
},{"dup":50}],280:[function(require,module,exports){
|
|
32828
32507
|
"use strict";
|
|
32829
32508
|
var __extends = (this && this.__extends) || (function () {
|
|
32830
32509
|
var extendStatics = function (d, b) {
|
|
@@ -32843,8 +32522,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
32843
32522
|
})();
|
|
32844
32523
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32845
32524
|
exports.AlreadyInUseError = void 0;
|
|
32846
|
-
//
|
|
32847
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32525
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
32848
32526
|
var errorCode_1 = require("../errorCode");
|
|
32849
32527
|
var chevre_1 = require("./chevre");
|
|
32850
32528
|
/**
|
|
@@ -32858,7 +32536,6 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
32858
32536
|
if (message === undefined || message.length === 0) {
|
|
32859
32537
|
actualMessage = "The specified '".concat(entityName, "' value is already in use for: ").concat(fieldNames.join(', '), ".");
|
|
32860
32538
|
}
|
|
32861
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
32862
32539
|
/* istanbul ignore next */
|
|
32863
32540
|
_this = _super.call(this, errorCode_1.ErrorCode.AlreadyInUse, actualMessage) || this;
|
|
32864
32541
|
_this.entityName = entityName;
|
|
@@ -32870,7 +32547,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
32870
32547
|
}(chevre_1.ChevreError));
|
|
32871
32548
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
32872
32549
|
|
|
32873
|
-
},{"../errorCode":
|
|
32550
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],281:[function(require,module,exports){
|
|
32874
32551
|
"use strict";
|
|
32875
32552
|
var __extends = (this && this.__extends) || (function () {
|
|
32876
32553
|
var extendStatics = function (d, b) {
|
|
@@ -32889,8 +32566,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
32889
32566
|
})();
|
|
32890
32567
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32891
32568
|
exports.ArgumentError = void 0;
|
|
32892
|
-
//
|
|
32893
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32569
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
32894
32570
|
var errorCode_1 = require("../errorCode");
|
|
32895
32571
|
var chevre_1 = require("./chevre");
|
|
32896
32572
|
/**
|
|
@@ -32904,7 +32580,6 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
32904
32580
|
if (message === undefined || message.length === 0) {
|
|
32905
32581
|
actualMessage = "Invalid or missing argument supplied: ".concat(argumentName, ".");
|
|
32906
32582
|
}
|
|
32907
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
32908
32583
|
/* istanbul ignore next */
|
|
32909
32584
|
_this = _super.call(this, errorCode_1.ErrorCode.Argument, actualMessage) || this;
|
|
32910
32585
|
_this.argumentName = argumentName;
|
|
@@ -32915,7 +32590,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
32915
32590
|
}(chevre_1.ChevreError));
|
|
32916
32591
|
exports.ArgumentError = ArgumentError;
|
|
32917
32592
|
|
|
32918
|
-
},{"../errorCode":
|
|
32593
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],282:[function(require,module,exports){
|
|
32919
32594
|
"use strict";
|
|
32920
32595
|
var __extends = (this && this.__extends) || (function () {
|
|
32921
32596
|
var extendStatics = function (d, b) {
|
|
@@ -32934,8 +32609,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
32934
32609
|
})();
|
|
32935
32610
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32936
32611
|
exports.ArgumentNullError = void 0;
|
|
32937
|
-
//
|
|
32938
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32612
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
32939
32613
|
var errorCode_1 = require("../errorCode");
|
|
32940
32614
|
var chevre_1 = require("./chevre");
|
|
32941
32615
|
/**
|
|
@@ -32949,7 +32623,6 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
32949
32623
|
if (message === undefined || message.length === 0) {
|
|
32950
32624
|
actualMessage = "Missing argument: ".concat(argumentName, ".");
|
|
32951
32625
|
}
|
|
32952
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
32953
32626
|
/* istanbul ignore next */
|
|
32954
32627
|
_this = _super.call(this, errorCode_1.ErrorCode.ArgumentNull, actualMessage) || this;
|
|
32955
32628
|
_this.argumentName = argumentName;
|
|
@@ -32960,7 +32633,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
32960
32633
|
}(chevre_1.ChevreError));
|
|
32961
32634
|
exports.ArgumentNullError = ArgumentNullError;
|
|
32962
32635
|
|
|
32963
|
-
},{"../errorCode":
|
|
32636
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],283:[function(require,module,exports){
|
|
32964
32637
|
"use strict";
|
|
32965
32638
|
var __extends = (this && this.__extends) || (function () {
|
|
32966
32639
|
var extendStatics = function (d, b) {
|
|
@@ -32979,14 +32652,12 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
32979
32652
|
})();
|
|
32980
32653
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32981
32654
|
exports.ChevreError = void 0;
|
|
32982
|
-
//
|
|
32983
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32655
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
32984
32656
|
/**
|
|
32985
32657
|
* ChevreError
|
|
32986
32658
|
*/
|
|
32987
32659
|
var ChevreError = /** @class */ (function (_super) {
|
|
32988
32660
|
__extends(ChevreError, _super);
|
|
32989
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
32990
32661
|
/* istanbul ignore next */
|
|
32991
32662
|
function ChevreError(code, message) {
|
|
32992
32663
|
var _this = _super.call(this, message) || this;
|
|
@@ -32999,7 +32670,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
32999
32670
|
}(Error));
|
|
33000
32671
|
exports.ChevreError = ChevreError;
|
|
33001
32672
|
|
|
33002
|
-
},{"setprototypeof":
|
|
32673
|
+
},{"setprototypeof":499}],284:[function(require,module,exports){
|
|
33003
32674
|
"use strict";
|
|
33004
32675
|
var __extends = (this && this.__extends) || (function () {
|
|
33005
32676
|
var extendStatics = function (d, b) {
|
|
@@ -33018,8 +32689,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33018
32689
|
})();
|
|
33019
32690
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33020
32691
|
exports.ForbiddenError = void 0;
|
|
33021
|
-
//
|
|
33022
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32692
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33023
32693
|
var errorCode_1 = require("../errorCode");
|
|
33024
32694
|
var chevre_1 = require("./chevre");
|
|
33025
32695
|
/**
|
|
@@ -33033,7 +32703,6 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
33033
32703
|
if (message === undefined || message.length === 0) {
|
|
33034
32704
|
actualMessage = 'Forbidden.';
|
|
33035
32705
|
}
|
|
33036
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33037
32706
|
/* istanbul ignore next */
|
|
33038
32707
|
_this = _super.call(this, errorCode_1.ErrorCode.Forbidden, actualMessage) || this;
|
|
33039
32708
|
setPrototypeOf(_this, ForbiddenError.prototype);
|
|
@@ -33043,7 +32712,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
33043
32712
|
}(chevre_1.ChevreError));
|
|
33044
32713
|
exports.ForbiddenError = ForbiddenError;
|
|
33045
32714
|
|
|
33046
|
-
},{"../errorCode":
|
|
32715
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],285:[function(require,module,exports){
|
|
33047
32716
|
"use strict";
|
|
33048
32717
|
var __extends = (this && this.__extends) || (function () {
|
|
33049
32718
|
var extendStatics = function (d, b) {
|
|
@@ -33062,8 +32731,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33062
32731
|
})();
|
|
33063
32732
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33064
32733
|
exports.GatewayTimeoutError = void 0;
|
|
33065
|
-
//
|
|
33066
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32734
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33067
32735
|
var errorCode_1 = require("../errorCode");
|
|
33068
32736
|
var chevre_1 = require("./chevre");
|
|
33069
32737
|
/**
|
|
@@ -33077,7 +32745,6 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
33077
32745
|
if (message === undefined || message.length === 0) {
|
|
33078
32746
|
actualMessage = 'Gateway Timeout';
|
|
33079
32747
|
}
|
|
33080
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33081
32748
|
/* istanbul ignore next */
|
|
33082
32749
|
_this = _super.call(this, errorCode_1.ErrorCode.GatewayTimeout, actualMessage) || this;
|
|
33083
32750
|
setPrototypeOf(_this, GatewayTimeoutError.prototype);
|
|
@@ -33087,7 +32754,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
33087
32754
|
}(chevre_1.ChevreError));
|
|
33088
32755
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
33089
32756
|
|
|
33090
|
-
},{"../errorCode":
|
|
32757
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],286:[function(require,module,exports){
|
|
33091
32758
|
"use strict";
|
|
33092
32759
|
var __extends = (this && this.__extends) || (function () {
|
|
33093
32760
|
var extendStatics = function (d, b) {
|
|
@@ -33106,8 +32773,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33106
32773
|
})();
|
|
33107
32774
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33108
32775
|
exports.InternalError = void 0;
|
|
33109
|
-
//
|
|
33110
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32776
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33111
32777
|
var errorCode_1 = require("../errorCode");
|
|
33112
32778
|
var chevre_1 = require("./chevre");
|
|
33113
32779
|
/**
|
|
@@ -33121,7 +32787,6 @@ var InternalError = /** @class */ (function (_super) {
|
|
|
33121
32787
|
if (message === undefined || message.length === 0) {
|
|
33122
32788
|
actualMessage = 'Internal server error.';
|
|
33123
32789
|
}
|
|
33124
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33125
32790
|
/* istanbul ignore next */
|
|
33126
32791
|
_this = _super.call(this, errorCode_1.ErrorCode.Internal, actualMessage) || this;
|
|
33127
32792
|
setPrototypeOf(_this, InternalError.prototype);
|
|
@@ -33131,7 +32796,7 @@ var InternalError = /** @class */ (function (_super) {
|
|
|
33131
32796
|
}(chevre_1.ChevreError));
|
|
33132
32797
|
exports.InternalError = InternalError;
|
|
33133
32798
|
|
|
33134
|
-
},{"../errorCode":
|
|
32799
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],287:[function(require,module,exports){
|
|
33135
32800
|
"use strict";
|
|
33136
32801
|
var __extends = (this && this.__extends) || (function () {
|
|
33137
32802
|
var extendStatics = function (d, b) {
|
|
@@ -33150,8 +32815,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33150
32815
|
})();
|
|
33151
32816
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33152
32817
|
exports.NotFoundError = void 0;
|
|
33153
|
-
//
|
|
33154
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32818
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33155
32819
|
var errorCode_1 = require("../errorCode");
|
|
33156
32820
|
var chevre_1 = require("./chevre");
|
|
33157
32821
|
/**
|
|
@@ -33165,7 +32829,6 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
33165
32829
|
if (message === undefined || message.length === 0) {
|
|
33166
32830
|
actualMessage = "Not Found: ".concat(entityName, ".");
|
|
33167
32831
|
}
|
|
33168
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33169
32832
|
/* istanbul ignore next */
|
|
33170
32833
|
_this = _super.call(this, errorCode_1.ErrorCode.NotFound, actualMessage) || this;
|
|
33171
32834
|
_this.entityName = entityName;
|
|
@@ -33176,7 +32839,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
33176
32839
|
}(chevre_1.ChevreError));
|
|
33177
32840
|
exports.NotFoundError = NotFoundError;
|
|
33178
32841
|
|
|
33179
|
-
},{"../errorCode":
|
|
32842
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],288:[function(require,module,exports){
|
|
33180
32843
|
"use strict";
|
|
33181
32844
|
var __extends = (this && this.__extends) || (function () {
|
|
33182
32845
|
var extendStatics = function (d, b) {
|
|
@@ -33195,8 +32858,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33195
32858
|
})();
|
|
33196
32859
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33197
32860
|
exports.NotImplementedError = void 0;
|
|
33198
|
-
//
|
|
33199
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32861
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33200
32862
|
var errorCode_1 = require("../errorCode");
|
|
33201
32863
|
var chevre_1 = require("./chevre");
|
|
33202
32864
|
/**
|
|
@@ -33210,7 +32872,6 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
33210
32872
|
if (message === undefined || message.length === 0) {
|
|
33211
32873
|
actualMessage = 'Method is not yet implemented.';
|
|
33212
32874
|
}
|
|
33213
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33214
32875
|
/* istanbul ignore next */
|
|
33215
32876
|
_this = _super.call(this, errorCode_1.ErrorCode.NotImplemented, actualMessage) || this;
|
|
33216
32877
|
setPrototypeOf(_this, NotImplementedError.prototype);
|
|
@@ -33220,7 +32881,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
33220
32881
|
}(chevre_1.ChevreError));
|
|
33221
32882
|
exports.NotImplementedError = NotImplementedError;
|
|
33222
32883
|
|
|
33223
|
-
},{"../errorCode":
|
|
32884
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],289:[function(require,module,exports){
|
|
33224
32885
|
"use strict";
|
|
33225
32886
|
var __extends = (this && this.__extends) || (function () {
|
|
33226
32887
|
var extendStatics = function (d, b) {
|
|
@@ -33239,8 +32900,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33239
32900
|
})();
|
|
33240
32901
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33241
32902
|
exports.RateLimitExceededError = void 0;
|
|
33242
|
-
//
|
|
33243
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32903
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33244
32904
|
var errorCode_1 = require("../errorCode");
|
|
33245
32905
|
var chevre_1 = require("./chevre");
|
|
33246
32906
|
/**
|
|
@@ -33254,7 +32914,6 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
33254
32914
|
if (message === undefined || message.length === 0) {
|
|
33255
32915
|
actualMessage = 'Rate limit exceeded.';
|
|
33256
32916
|
}
|
|
33257
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33258
32917
|
/* istanbul ignore next */
|
|
33259
32918
|
_this = _super.call(this, errorCode_1.ErrorCode.RateLimitExceeded, actualMessage) || this;
|
|
33260
32919
|
setPrototypeOf(_this, RateLimitExceededError.prototype);
|
|
@@ -33264,7 +32923,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
33264
32923
|
}(chevre_1.ChevreError));
|
|
33265
32924
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
33266
32925
|
|
|
33267
|
-
},{"../errorCode":
|
|
32926
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],290:[function(require,module,exports){
|
|
33268
32927
|
"use strict";
|
|
33269
32928
|
var __extends = (this && this.__extends) || (function () {
|
|
33270
32929
|
var extendStatics = function (d, b) {
|
|
@@ -33283,8 +32942,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33283
32942
|
})();
|
|
33284
32943
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33285
32944
|
exports.ServiceUnavailableError = void 0;
|
|
33286
|
-
//
|
|
33287
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32945
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33288
32946
|
var errorCode_1 = require("../errorCode");
|
|
33289
32947
|
var chevre_1 = require("./chevre");
|
|
33290
32948
|
/**
|
|
@@ -33298,7 +32956,6 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
33298
32956
|
if (message === undefined || message.length === 0) {
|
|
33299
32957
|
actualMessage = 'Service unavailable temporarily.';
|
|
33300
32958
|
}
|
|
33301
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33302
32959
|
/* istanbul ignore next */
|
|
33303
32960
|
_this = _super.call(this, errorCode_1.ErrorCode.ServiceUnavailable, actualMessage) || this;
|
|
33304
32961
|
setPrototypeOf(_this, ServiceUnavailableError.prototype);
|
|
@@ -33308,7 +32965,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
33308
32965
|
}(chevre_1.ChevreError));
|
|
33309
32966
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
33310
32967
|
|
|
33311
|
-
},{"../errorCode":
|
|
32968
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],291:[function(require,module,exports){
|
|
33312
32969
|
"use strict";
|
|
33313
32970
|
var __extends = (this && this.__extends) || (function () {
|
|
33314
32971
|
var extendStatics = function (d, b) {
|
|
@@ -33327,8 +32984,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33327
32984
|
})();
|
|
33328
32985
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33329
32986
|
exports.UnauthorizedError = void 0;
|
|
33330
|
-
//
|
|
33331
|
-
var setPrototypeOf = require("setprototypeof");
|
|
32987
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33332
32988
|
var errorCode_1 = require("../errorCode");
|
|
33333
32989
|
var chevre_1 = require("./chevre");
|
|
33334
32990
|
/**
|
|
@@ -33342,7 +32998,6 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
33342
32998
|
if (message === undefined || message.length === 0) {
|
|
33343
32999
|
actualMessage = 'Unauthorized.';
|
|
33344
33000
|
}
|
|
33345
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33346
33001
|
/* istanbul ignore next */
|
|
33347
33002
|
_this = _super.call(this, errorCode_1.ErrorCode.Unauthorized, actualMessage) || this;
|
|
33348
33003
|
setPrototypeOf(_this, UnauthorizedError.prototype);
|
|
@@ -33352,7 +33007,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
33352
33007
|
}(chevre_1.ChevreError));
|
|
33353
33008
|
exports.UnauthorizedError = UnauthorizedError;
|
|
33354
33009
|
|
|
33355
|
-
},{"../errorCode":
|
|
33010
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],292:[function(require,module,exports){
|
|
33356
33011
|
"use strict";
|
|
33357
33012
|
var __extends = (this && this.__extends) || (function () {
|
|
33358
33013
|
var extendStatics = function (d, b) {
|
|
@@ -33371,8 +33026,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
33371
33026
|
})();
|
|
33372
33027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33373
33028
|
exports.UnknownError = void 0;
|
|
33374
|
-
//
|
|
33375
|
-
var setPrototypeOf = require("setprototypeof");
|
|
33029
|
+
var setPrototypeOf = require("setprototypeof"); // eslint-disable-line @typescript-eslint/no-require-imports
|
|
33376
33030
|
var errorCode_1 = require("../errorCode");
|
|
33377
33031
|
var chevre_1 = require("./chevre");
|
|
33378
33032
|
/**
|
|
@@ -33386,7 +33040,6 @@ var UnknownError = /** @class */ (function (_super) {
|
|
|
33386
33040
|
if (message === undefined || message.length === 0) {
|
|
33387
33041
|
actualMessage = 'Unknown server error.';
|
|
33388
33042
|
}
|
|
33389
|
-
// tslint:disable-next-line:no-single-line-block-comment
|
|
33390
33043
|
/* istanbul ignore next */
|
|
33391
33044
|
_this = _super.call(this, errorCode_1.ErrorCode.Unknown, actualMessage) || this;
|
|
33392
33045
|
setPrototypeOf(_this, UnknownError.prototype);
|
|
@@ -33396,7 +33049,7 @@ var UnknownError = /** @class */ (function (_super) {
|
|
|
33396
33049
|
}(chevre_1.ChevreError));
|
|
33397
33050
|
exports.UnknownError = UnknownError;
|
|
33398
33051
|
|
|
33399
|
-
},{"../errorCode":
|
|
33052
|
+
},{"../errorCode":293,"./chevre":283,"setprototypeof":499}],293:[function(require,module,exports){
|
|
33400
33053
|
"use strict";
|
|
33401
33054
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33402
33055
|
exports.ErrorCode = void 0;
|
|
@@ -33417,9 +33070,9 @@ var ErrorCode;
|
|
|
33417
33070
|
ErrorCode["ServiceUnavailable"] = "ServiceUnavailable";
|
|
33418
33071
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
33419
33072
|
ErrorCode["Unknown"] = "Unknown";
|
|
33420
|
-
})(ErrorCode
|
|
33073
|
+
})(ErrorCode || (exports.ErrorCode = ErrorCode = {}));
|
|
33421
33074
|
|
|
33422
|
-
},{}],
|
|
33075
|
+
},{}],294:[function(require,module,exports){
|
|
33423
33076
|
"use strict";
|
|
33424
33077
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33425
33078
|
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;
|
|
@@ -33453,11 +33106,11 @@ Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function
|
|
|
33453
33106
|
var unknown_1 = require("./error/unknown");
|
|
33454
33107
|
Object.defineProperty(exports, "Unknown", { enumerable: true, get: function () { return unknown_1.UnknownError; } });
|
|
33455
33108
|
|
|
33456
|
-
},{"./error/alreadyInUse":
|
|
33109
|
+
},{"./error/alreadyInUse":280,"./error/argument":281,"./error/argumentNull":282,"./error/chevre":283,"./error/forbidden":284,"./error/gatewayTimeout":285,"./error/internal":286,"./error/notFound":287,"./error/notImplemented":288,"./error/rateLimitExceeded":289,"./error/serviceUnavailable":290,"./error/unauthorized":291,"./error/unknown":292}],295:[function(require,module,exports){
|
|
33457
33110
|
arguments[4][50][0].apply(exports,arguments)
|
|
33458
|
-
},{"dup":50}],
|
|
33111
|
+
},{"dup":50}],296:[function(require,module,exports){
|
|
33459
33112
|
arguments[4][50][0].apply(exports,arguments)
|
|
33460
|
-
},{"dup":50}],
|
|
33113
|
+
},{"dup":50}],297:[function(require,module,exports){
|
|
33461
33114
|
"use strict";
|
|
33462
33115
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33463
33116
|
exports.EventStatusType = void 0;
|
|
@@ -33470,9 +33123,9 @@ var EventStatusType;
|
|
|
33470
33123
|
EventStatusType["EventPostponed"] = "EventPostponed";
|
|
33471
33124
|
EventStatusType["EventRescheduled"] = "EventRescheduled";
|
|
33472
33125
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
33473
|
-
})(EventStatusType
|
|
33126
|
+
})(EventStatusType || (exports.EventStatusType = EventStatusType = {}));
|
|
33474
33127
|
|
|
33475
|
-
},{}],
|
|
33128
|
+
},{}],298:[function(require,module,exports){
|
|
33476
33129
|
"use strict";
|
|
33477
33130
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33478
33131
|
exports.EventType = void 0;
|
|
@@ -33484,30 +33137,27 @@ var EventType;
|
|
|
33484
33137
|
// Event = 'Event', // discontinue(2025-10-04~)
|
|
33485
33138
|
EventType["ScreeningEvent"] = "ScreeningEvent";
|
|
33486
33139
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
33487
|
-
})(EventType
|
|
33140
|
+
})(EventType || (exports.EventType = EventType = {}));
|
|
33488
33141
|
|
|
33489
|
-
},{}],
|
|
33142
|
+
},{}],299:[function(require,module,exports){
|
|
33490
33143
|
arguments[4][50][0].apply(exports,arguments)
|
|
33491
|
-
},{"dup":50}],
|
|
33144
|
+
},{"dup":50}],300:[function(require,module,exports){
|
|
33492
33145
|
arguments[4][50][0].apply(exports,arguments)
|
|
33493
|
-
},{"dup":50}],
|
|
33146
|
+
},{"dup":50}],301:[function(require,module,exports){
|
|
33494
33147
|
"use strict";
|
|
33495
33148
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33496
|
-
exports.
|
|
33497
|
-
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.RESERVED_CODE_VALUES = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.
|
|
33149
|
+
exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.notification = exports.movieTicketType = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.eventSeries = exports.eventOffer = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.CertificationStatusEnumeration = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.aggregation = exports.advanceBookingRequirement = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.acceptedPaymentMethodOffer = exports.errorCode = exports.errors = exports.project = exports.cognito = exports.waiter = void 0;
|
|
33150
|
+
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.RESERVED_CODE_VALUES = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.productOffer = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = void 0;
|
|
33498
33151
|
/**
|
|
33499
33152
|
* factory
|
|
33500
33153
|
*/
|
|
33501
|
-
|
|
33502
|
-
|
|
33503
|
-
exports.cognito = cognito;
|
|
33504
|
-
exports.waiter = waiter;
|
|
33154
|
+
exports.waiter = require("@waiter/factory");
|
|
33155
|
+
exports.cognito = require("./cognito");
|
|
33505
33156
|
var AccountFactory = require("./account");
|
|
33506
33157
|
var AcceptCOAOfferActionFactory = require("./action/accept/coaOffer");
|
|
33507
33158
|
var AcceptPayActionFactory = require("./action/accept/pay");
|
|
33508
33159
|
var AuthorizeInvoiceActionFactory = require("./action/authorize/invoice");
|
|
33509
33160
|
var AuthorizeEventServiceOfferActionFactory = require("./action/authorize/offer/eventService");
|
|
33510
|
-
var AuthorizeMoneyTransferOfferActionFactory = require("./action/authorize/offer/moneyTransfer");
|
|
33511
33161
|
var AuthorizeProductOfferActionFactory = require("./action/authorize/offer/product");
|
|
33512
33162
|
var AuthorizeAnyPaymentActionFactory = require("./action/authorize/paymentMethod/any");
|
|
33513
33163
|
var AuthorizeTicketedObjectActionFactory = require("./action/authorize/ticketedObject");
|
|
@@ -33517,7 +33167,6 @@ var CheckMovieTicketActionFactory = require("./action/check/paymentMethod/movieT
|
|
|
33517
33167
|
var CheckThingActionFactory = require("./action/check/thing");
|
|
33518
33168
|
var UseReservationActionFactory = require("./action/consume/use/reservation");
|
|
33519
33169
|
var CreateActionFactory = require("./action/create");
|
|
33520
|
-
var ConfirmMoneyTransferActionFactory = require("./action/interact/confirm/moneyTransfer");
|
|
33521
33170
|
var ConfirmPayActionFactory = require("./action/interact/confirm/pay");
|
|
33522
33171
|
var ConfirmRegisterServiceActionFactory = require("./action/interact/confirm/registerService");
|
|
33523
33172
|
var ConfirmReservationActionFactory = require("./action/interact/confirm/reservation");
|
|
@@ -33530,7 +33179,6 @@ var RefundActionFactory = require("./action/trade/refund");
|
|
|
33530
33179
|
var GivePointAwardActionFactory = require("./action/transfer/give/pointAward");
|
|
33531
33180
|
var MoneyTransferActionFactory = require("./action/transfer/moneyTransfer");
|
|
33532
33181
|
var ReturnInvoiceActionFactory = require("./action/transfer/return/invoice");
|
|
33533
|
-
var ReturnMoneyTransferActionFactory = require("./action/transfer/return/moneyTransfer");
|
|
33534
33182
|
var ReturnOrderActionFactory = require("./action/transfer/return/order");
|
|
33535
33183
|
var ReturnPointAwardActionFactory = require("./action/transfer/return/pointAward");
|
|
33536
33184
|
var ReturnReserveTransactionActionFactory = require("./action/transfer/return/reserveTransaction");
|
|
@@ -33611,14 +33259,14 @@ var UnitPriceSpecificationFactory = require("./priceSpecification/unitPriceSpeci
|
|
|
33611
33259
|
var priceSpecificationType_1 = require("./priceSpecificationType");
|
|
33612
33260
|
var ProductFactory = require("./product");
|
|
33613
33261
|
var ProgramMembershipFactory = require("./programMembership");
|
|
33614
|
-
|
|
33262
|
+
// import * as project from './project';
|
|
33263
|
+
exports.project = require("./project");
|
|
33615
33264
|
var PropertyValueFactory = require("./propertyValue");
|
|
33616
33265
|
var LocationFeatureSpecificationFactory = require("./propertyValue/locationFeatureSpecification");
|
|
33617
33266
|
var QualitativeValueFactory = require("./qualitativeValue");
|
|
33618
33267
|
var QuantitativeValueFactory = require("./quantitativeValue");
|
|
33619
33268
|
var RecipeFactory = require("./recipe");
|
|
33620
33269
|
var AccountingReportFactory = require("./report/accountingReport");
|
|
33621
|
-
var BusReservationFactory = require("./reservation/busReservation");
|
|
33622
33270
|
var EventReservationFactory = require("./reservation/event");
|
|
33623
33271
|
var reservationStatusType_1 = require("./reservationStatusType");
|
|
33624
33272
|
var reservationType_1 = require("./reservationType");
|
|
@@ -33701,13 +33349,13 @@ var RegisterServiceAssetTransactionFactory = require("./assetTransaction/registe
|
|
|
33701
33349
|
var ReserveAssetTransactionFactory = require("./assetTransaction/reserve");
|
|
33702
33350
|
var assetTransactionType_1 = require("./assetTransactionType");
|
|
33703
33351
|
var transactionStatusType_1 = require("./transactionStatusType");
|
|
33704
|
-
var MoneyTransferTransactionFactory = require("./transaction/moneyTransfer");
|
|
33705
33352
|
var PlaceOrderTransactionFactory = require("./transaction/placeOrder");
|
|
33706
33353
|
var ReturnOrderTransactionFactory = require("./transaction/returnOrder");
|
|
33707
33354
|
var transactionType_1 = require("./transactionType");
|
|
33708
33355
|
var errorCode_1 = require("./errorCode");
|
|
33709
|
-
|
|
33710
|
-
exports.errors = errors;
|
|
33356
|
+
// import * as errors from './errors';
|
|
33357
|
+
exports.errors = require("./errors");
|
|
33358
|
+
// export import errors = errors;
|
|
33711
33359
|
exports.errorCode = errorCode_1.ErrorCode;
|
|
33712
33360
|
exports.acceptedPaymentMethodOffer = AcceptedPaymentMethodOfferFactory;
|
|
33713
33361
|
exports.account = AccountFactory;
|
|
@@ -33722,38 +33370,29 @@ var action;
|
|
|
33722
33370
|
})(accept = action.accept || (action.accept = {}));
|
|
33723
33371
|
var authorize;
|
|
33724
33372
|
(function (authorize) {
|
|
33725
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33726
33373
|
var paymentMethod;
|
|
33727
33374
|
(function (paymentMethod) {
|
|
33728
33375
|
paymentMethod.any = AuthorizeAnyPaymentActionFactory;
|
|
33729
33376
|
})(paymentMethod = authorize.paymentMethod || (authorize.paymentMethod = {}));
|
|
33730
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33731
33377
|
var offer;
|
|
33732
33378
|
(function (offer) {
|
|
33733
33379
|
offer.eventService = AuthorizeEventServiceOfferActionFactory;
|
|
33734
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33735
|
-
offer.moneyTransfer = AuthorizeMoneyTransferOfferActionFactory;
|
|
33736
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33737
33380
|
offer.product = AuthorizeProductOfferActionFactory;
|
|
33738
33381
|
})(offer = authorize.offer || (authorize.offer = {}));
|
|
33739
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33740
33382
|
authorize.invoice = AuthorizeInvoiceActionFactory;
|
|
33741
33383
|
authorize.ticketedObject = AuthorizeTicketedObjectActionFactory;
|
|
33742
33384
|
})(authorize = action.authorize || (action.authorize = {}));
|
|
33743
33385
|
var cancel;
|
|
33744
33386
|
(function (cancel) {
|
|
33745
33387
|
cancel.coaReserve = CancelCOAReserveActionFactory;
|
|
33746
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33747
33388
|
cancel.reservation = CancelReservationActionFactory;
|
|
33748
33389
|
})(cancel = action.cancel || (action.cancel = {}));
|
|
33749
33390
|
var check;
|
|
33750
33391
|
(function (check) {
|
|
33751
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33752
33392
|
var paymentMethod;
|
|
33753
33393
|
(function (paymentMethod) {
|
|
33754
33394
|
paymentMethod.movieTicket = CheckMovieTicketActionFactory;
|
|
33755
33395
|
})(paymentMethod = check.paymentMethod || (check.paymentMethod = {}));
|
|
33756
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33757
33396
|
check.thing = CheckThingActionFactory;
|
|
33758
33397
|
// export import token = CheckTokenActionFactory; // discontinue(2025-09-22~)
|
|
33759
33398
|
})(check = action.check || (action.check = {}));
|
|
@@ -33762,22 +33401,18 @@ var action;
|
|
|
33762
33401
|
(function (interact) {
|
|
33763
33402
|
var confirm;
|
|
33764
33403
|
(function (confirm) {
|
|
33765
|
-
confirm.moneyTransfer = ConfirmMoneyTransferActionFactory;
|
|
33766
33404
|
confirm.registerService = ConfirmRegisterServiceActionFactory;
|
|
33767
33405
|
confirm.pay = ConfirmPayActionFactory;
|
|
33768
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33769
33406
|
confirm.reservation = ConfirmReservationActionFactory;
|
|
33770
33407
|
})(confirm = interact.confirm || (interact.confirm = {}));
|
|
33771
33408
|
interact.inform = InformActionFactory;
|
|
33772
33409
|
var register;
|
|
33773
33410
|
(function (register) {
|
|
33774
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33775
33411
|
register.service = RegisterServiceActionFactory;
|
|
33776
33412
|
})(register = interact.register || (interact.register = {}));
|
|
33777
33413
|
})(interact = action.interact || (action.interact = {}));
|
|
33778
33414
|
var trade;
|
|
33779
33415
|
(function (trade) {
|
|
33780
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33781
33416
|
trade.order = OrderActionFactory;
|
|
33782
33417
|
trade.pay = PayActionFactory;
|
|
33783
33418
|
trade.refund = RefundActionFactory;
|
|
@@ -33787,7 +33422,6 @@ var action;
|
|
|
33787
33422
|
transfer.moneyTransfer = MoneyTransferActionFactory;
|
|
33788
33423
|
var give;
|
|
33789
33424
|
(function (give) {
|
|
33790
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33791
33425
|
give.pointAward = GivePointAwardActionFactory;
|
|
33792
33426
|
})(give = transfer.give || (transfer.give = {}));
|
|
33793
33427
|
/**
|
|
@@ -33796,11 +33430,7 @@ var action;
|
|
|
33796
33430
|
*/
|
|
33797
33431
|
var returnAction;
|
|
33798
33432
|
(function (returnAction) {
|
|
33799
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33800
33433
|
returnAction.invoice = ReturnInvoiceActionFactory;
|
|
33801
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33802
|
-
returnAction.moneyTransfer = ReturnMoneyTransferActionFactory;
|
|
33803
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33804
33434
|
returnAction.order = ReturnOrderActionFactory;
|
|
33805
33435
|
returnAction.pointAward = ReturnPointAwardActionFactory;
|
|
33806
33436
|
returnAction.reserveTransaction = ReturnReserveTransactionActionFactory;
|
|
@@ -33811,7 +33441,6 @@ var action;
|
|
|
33811
33441
|
(function (message) {
|
|
33812
33442
|
message.email = SendEmailMessageActionFactory;
|
|
33813
33443
|
})(message = send.message || (send.message = {}));
|
|
33814
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33815
33444
|
send.order = SendOrderActionFactory;
|
|
33816
33445
|
})(send = transfer.send || (transfer.send = {}));
|
|
33817
33446
|
})(transfer = action.transfer || (action.transfer = {}));
|
|
@@ -33820,19 +33449,17 @@ var action;
|
|
|
33820
33449
|
update.add = AddActionFactory;
|
|
33821
33450
|
update.deleteAction = DeleteActionFactory;
|
|
33822
33451
|
update.replace = ReplaceActionFactory;
|
|
33823
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33824
33452
|
update.update = UpdateActionFactory;
|
|
33825
33453
|
})(update = action.update || (action.update = {}));
|
|
33826
33454
|
var consume;
|
|
33827
33455
|
(function (consume) {
|
|
33828
33456
|
var use;
|
|
33829
33457
|
(function (use) {
|
|
33830
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33831
33458
|
use.reservation = UseReservationActionFactory;
|
|
33832
33459
|
})(use = consume.use || (consume.use = {}));
|
|
33833
33460
|
})(consume = action.consume || (action.consume = {}));
|
|
33834
33461
|
action.reserve = ReserveActionFactory;
|
|
33835
|
-
})(action
|
|
33462
|
+
})(action || (exports.action = action = {}));
|
|
33836
33463
|
exports.accountTitle = AccountTitleFactory;
|
|
33837
33464
|
exports.accountType = accountType_1.AccountType;
|
|
33838
33465
|
exports.additionalProperty = AdditionalPropertyFactory;
|
|
@@ -33850,7 +33477,6 @@ var creativeWork;
|
|
|
33850
33477
|
/**
|
|
33851
33478
|
* マシーンアイデンティティ
|
|
33852
33479
|
*/
|
|
33853
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33854
33480
|
certification.softwareApplication = softwareApplicationCertification;
|
|
33855
33481
|
/**
|
|
33856
33482
|
* アプリケーションアイデンティティ
|
|
@@ -33877,11 +33503,10 @@ var creativeWork;
|
|
|
33877
33503
|
var softwareApplication;
|
|
33878
33504
|
(function (softwareApplication) {
|
|
33879
33505
|
// export import ISoftwareApplication = SoftwareApplicationFactory.ISoftwareApplication;
|
|
33880
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33881
33506
|
softwareApplication.softwareApplication = SoftwareApplicationFactory;
|
|
33882
33507
|
softwareApplication.webApplication = WebApplicationFactory;
|
|
33883
33508
|
})(softwareApplication = creativeWork.softwareApplication || (creativeWork.softwareApplication = {}));
|
|
33884
|
-
})(creativeWork
|
|
33509
|
+
})(creativeWork || (exports.creativeWork = creativeWork = {}));
|
|
33885
33510
|
exports.creativeWorkType = creativeWorkType_1.CreativeWorkType;
|
|
33886
33511
|
exports.customer = CustomerFactory;
|
|
33887
33512
|
var event;
|
|
@@ -33903,7 +33528,7 @@ var event;
|
|
|
33903
33528
|
// never;
|
|
33904
33529
|
event.screeningEvent = ScreeningEventFactory;
|
|
33905
33530
|
// export import screeningEventSeries = ScreeningEventSeriesFactory;
|
|
33906
|
-
})(event
|
|
33531
|
+
})(event || (exports.event = event = {}));
|
|
33907
33532
|
exports.eventOffer = EventOfferFactory;
|
|
33908
33533
|
exports.eventSeries = ScreeningEventSeriesFactory; // reimplement from event.screeningEventSeries
|
|
33909
33534
|
exports.encodingFormat = EncodingFormat;
|
|
@@ -33919,37 +33544,23 @@ exports.monetaryAmount = MonetaryAmountFactory;
|
|
|
33919
33544
|
exports.movieTicketType = MovieTicketTypeFactory;
|
|
33920
33545
|
var notification;
|
|
33921
33546
|
(function (notification) {
|
|
33922
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33923
33547
|
notification.event = EventNotification;
|
|
33924
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33925
33548
|
notification.eventSeries = EventSeriesNotification;
|
|
33926
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33927
33549
|
notification.order = OrderNotification;
|
|
33928
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33929
33550
|
notification.reservation = ReservationNotification;
|
|
33930
33551
|
notification.payAction = PayActionNotification;
|
|
33931
33552
|
notification.refundAction = RefundActionNotification;
|
|
33932
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33933
33553
|
notification.accountTitle = AccountTitleNotification;
|
|
33934
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33935
33554
|
notification.categoryCode = CategoryCodeNotification;
|
|
33936
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33937
33555
|
notification.creativeWork = CreativeWorkNotification;
|
|
33938
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33939
33556
|
notification.offer = OfferNotification;
|
|
33940
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33941
33557
|
notification.offerCatalog = OfferCatalogNotification;
|
|
33942
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33943
33558
|
notification.person = PersonNotification;
|
|
33944
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33945
33559
|
notification.place = PlaceNotification;
|
|
33946
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33947
33560
|
notification.product = ProductNotification;
|
|
33948
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33949
33561
|
notification.task = TaskNotification;
|
|
33950
|
-
// tslint:disable-next-line:no-shadowed-variable
|
|
33951
33562
|
notification.transaction = TransactionNotification;
|
|
33952
|
-
})(notification
|
|
33563
|
+
})(notification || (exports.notification = notification = {}));
|
|
33953
33564
|
exports.offer = OfferFactory;
|
|
33954
33565
|
exports.offerCatalog = OfferCatalogFactory;
|
|
33955
33566
|
exports.offerItemCondition = OfferItemConditionFactory;
|
|
@@ -33966,7 +33577,7 @@ var paymentMethod;
|
|
|
33966
33577
|
paymentCard.creditCard = CreditCardFactory;
|
|
33967
33578
|
paymentCard.movieTicket = MovieTicketFactory;
|
|
33968
33579
|
})(paymentCard = paymentMethod.paymentCard || (paymentMethod.paymentCard = {}));
|
|
33969
|
-
})(paymentMethod
|
|
33580
|
+
})(paymentMethod || (exports.paymentMethod = paymentMethod = {}));
|
|
33970
33581
|
exports.paymentStatusType = paymentStatusType_1.PaymentStatusType;
|
|
33971
33582
|
exports.permit = PermitFactory;
|
|
33972
33583
|
exports.person = PersonFactory;
|
|
@@ -33980,41 +33591,40 @@ var place;
|
|
|
33980
33591
|
place.screeningRoom = ScreeningRoomPlaceFactory;
|
|
33981
33592
|
place.screeningRoomSection = ScreeningRoomSectionPlaceFactory;
|
|
33982
33593
|
place.seat = SeatPlaceFactory;
|
|
33983
|
-
})(place
|
|
33594
|
+
})(place || (exports.place = place = {}));
|
|
33984
33595
|
exports.placeType = placeType_1.PlaceType;
|
|
33985
33596
|
var priceSpecification;
|
|
33986
33597
|
(function (priceSpecification) {
|
|
33987
33598
|
priceSpecification.unitPrice = UnitPriceSpecificationFactory;
|
|
33988
|
-
})(priceSpecification
|
|
33599
|
+
})(priceSpecification || (exports.priceSpecification = priceSpecification = {}));
|
|
33989
33600
|
exports.priceSpecificationType = priceSpecificationType_1.PriceSpecificationType;
|
|
33990
33601
|
exports.programMembership = ProgramMembershipFactory;
|
|
33991
33602
|
exports.product = ProductFactory;
|
|
33992
33603
|
exports.productOffer = ProductOfferFactory;
|
|
33993
|
-
|
|
33604
|
+
// export import project = project;
|
|
33994
33605
|
var propertyValue;
|
|
33995
33606
|
(function (propertyValue) {
|
|
33996
33607
|
propertyValue.PropertyValueType = PropertyValueFactory.PropertyValueType;
|
|
33997
33608
|
propertyValue.locationFeatureSpecification = LocationFeatureSpecificationFactory;
|
|
33998
|
-
})(propertyValue
|
|
33609
|
+
})(propertyValue || (exports.propertyValue = propertyValue = {}));
|
|
33999
33610
|
exports.qualitativeValue = QualitativeValueFactory;
|
|
34000
33611
|
exports.quantitativeValue = QuantitativeValueFactory;
|
|
34001
33612
|
exports.recipe = RecipeFactory;
|
|
34002
33613
|
var report;
|
|
34003
33614
|
(function (report) {
|
|
34004
33615
|
report.accountingReport = AccountingReportFactory;
|
|
34005
|
-
})(report
|
|
33616
|
+
})(report || (exports.report = report = {}));
|
|
34006
33617
|
var reservation;
|
|
34007
33618
|
(function (reservation) {
|
|
34008
|
-
reservation.busReservation = BusReservationFactory;
|
|
34009
33619
|
reservation.eventReservation = EventReservationFactory;
|
|
34010
|
-
})(reservation
|
|
33620
|
+
})(reservation || (exports.reservation = reservation = {}));
|
|
34011
33621
|
exports.reservationStatusType = reservationStatusType_1.ReservationStatusType;
|
|
34012
33622
|
exports.reservationType = reservationType_1.ReservationType;
|
|
34013
33623
|
var role;
|
|
34014
33624
|
(function (role) {
|
|
34015
33625
|
role.RoleType = RoleFactory.RoleType;
|
|
34016
33626
|
role.organizationRole = OrganizationRoleFactory;
|
|
34017
|
-
})(role
|
|
33627
|
+
})(role || (exports.role = role = {}));
|
|
34018
33628
|
exports.schedule = ScheduleFactory;
|
|
34019
33629
|
exports.seller = SellerFactory;
|
|
34020
33630
|
exports.sellerReturnPolicy = SellerReturnPolicyFactory;
|
|
@@ -34057,12 +33667,12 @@ var task;
|
|
|
34057
33667
|
task.onResourceUpdated = OnResourceUpdatedTaskFactory;
|
|
34058
33668
|
task.accountMoneyTransfer = AccountMoneyTransferTaskFactory;
|
|
34059
33669
|
task.cancelAccountMoneyTransfer = CancelAccountMoneyTransferTaskFactory;
|
|
34060
|
-
})(task
|
|
33670
|
+
})(task || (exports.task = task = {}));
|
|
34061
33671
|
var service;
|
|
34062
33672
|
(function (service) {
|
|
34063
33673
|
service.paymentService = PaymentServiceFactory;
|
|
34064
33674
|
service.webAPI = WebAPIServiceFactory;
|
|
34065
|
-
})(service
|
|
33675
|
+
})(service || (exports.service = service = {}));
|
|
34066
33676
|
exports.serviceChannel = ServiceChannelFactory;
|
|
34067
33677
|
exports.sortType = sortType_1.SortType;
|
|
34068
33678
|
exports.taskName = taskName_1.TaskName;
|
|
@@ -34071,7 +33681,7 @@ exports.thing = ThingFactory;
|
|
|
34071
33681
|
var trip;
|
|
34072
33682
|
(function (trip) {
|
|
34073
33683
|
trip.busTrip = BusTripFactory;
|
|
34074
|
-
})(trip
|
|
33684
|
+
})(trip || (exports.trip = trip = {}));
|
|
34075
33685
|
exports.tripType = tripType_1.TripType;
|
|
34076
33686
|
var assetTransaction;
|
|
34077
33687
|
(function (assetTransaction) {
|
|
@@ -34081,13 +33691,12 @@ var assetTransaction;
|
|
|
34081
33691
|
assetTransaction.refund = RefundAssetTransactionFactory;
|
|
34082
33692
|
assetTransaction.registerService = RegisterServiceAssetTransactionFactory;
|
|
34083
33693
|
assetTransaction.reserve = ReserveAssetTransactionFactory;
|
|
34084
|
-
})(assetTransaction
|
|
33694
|
+
})(assetTransaction || (exports.assetTransaction = assetTransaction = {}));
|
|
34085
33695
|
var transaction;
|
|
34086
33696
|
(function (transaction) {
|
|
34087
|
-
transaction.moneyTransfer = MoneyTransferTransactionFactory;
|
|
34088
33697
|
transaction.placeOrder = PlaceOrderTransactionFactory;
|
|
34089
33698
|
transaction.returnOrder = ReturnOrderTransactionFactory;
|
|
34090
|
-
})(transaction
|
|
33699
|
+
})(transaction || (exports.transaction = transaction = {}));
|
|
34091
33700
|
exports.transactionType = transactionType_1.TransactionType;
|
|
34092
33701
|
exports.transactionStatusType = transactionStatusType_1.TransactionStatusType;
|
|
34093
33702
|
// export import transactionTasksExportationStatus = TransactionTasksExportationStatus; // discontinue(2024-06-20~)
|
|
@@ -34095,9 +33704,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
34095
33704
|
exports.unitCode = unitCode_1.UnitCode;
|
|
34096
33705
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
34097
33706
|
|
|
34098
|
-
},{"./account":
|
|
33707
|
+
},{"./account":203,"./accountTitle":209,"./accountType":210,"./action/accept/coaOffer":211,"./action/accept/pay":212,"./action/authorize/invoice":213,"./action/authorize/offer/eventService":215,"./action/authorize/offer/product":216,"./action/authorize/paymentMethod/any":217,"./action/authorize/ticketedObject":218,"./action/cancel/coaReserve":219,"./action/cancel/reservation":220,"./action/check/paymentMethod/movieTicket":221,"./action/check/thing":222,"./action/consume/use/reservation":223,"./action/create":224,"./action/interact/confirm/pay":225,"./action/interact/confirm/registerService":226,"./action/interact/confirm/reservation":227,"./action/interact/inform":228,"./action/interact/register/service":229,"./action/reserve":230,"./action/trade/order":231,"./action/trade/pay":232,"./action/trade/refund":233,"./action/transfer/give/pointAward":234,"./action/transfer/moneyTransfer":235,"./action/transfer/return/invoice":236,"./action/transfer/return/order":237,"./action/transfer/return/pointAward":238,"./action/transfer/return/reserveTransaction":239,"./action/transfer/send/message/email":240,"./action/transfer/send/order":241,"./action/update/add":242,"./action/update/delete":244,"./action/update/replace":245,"./action/update/update":246,"./actionStatusType":250,"./actionType":251,"./additionalProperty":252,"./advanceBookingRequirement":253,"./aggregation":254,"./assetTransaction/cancelReservation":255,"./assetTransaction/moneyTransfer":256,"./assetTransaction/pay":257,"./assetTransaction/refund":258,"./assetTransaction/registerService":259,"./assetTransaction/reserve":260,"./assetTransactionType":261,"./authorization":262,"./categoryCode":263,"./certificationStatusEnumeration":264,"./clientUser":265,"./cognito":266,"./creativeWork/certification/softwareApplication":267,"./creativeWork/certification/webApplication":268,"./creativeWork/certification/webSite":269,"./creativeWork/comment":270,"./creativeWork/message/email":271,"./creativeWork/movie":272,"./creativeWork/noteDigitalDocument":273,"./creativeWork/softwareApplication":274,"./creativeWork/softwareApplication/webApplication":275,"./creativeWorkType":276,"./customer":277,"./encodingFormat":278,"./entryPoint":279,"./errorCode":293,"./errors":294,"./event/screeningEvent":295,"./event/screeningEventSeries":296,"./eventStatusType":297,"./eventType":298,"./iam":299,"./identityProvider":300,"./invoice":302,"./itemAvailability":303,"./language":304,"./merchantReturnPolicy":305,"./monetaryAmount":306,"./movieTicketType":307,"./notification/accountTitle":308,"./notification/categoryCode":309,"./notification/creativeWork":310,"./notification/event":311,"./notification/eventSeries":312,"./notification/offer":313,"./notification/offerCatalog":314,"./notification/order":315,"./notification/payAction":316,"./notification/person":317,"./notification/place":318,"./notification/product":319,"./notification/refundAction":320,"./notification/reservation":321,"./notification/task":322,"./notification/transaction":323,"./offer":324,"./offer/acceptedPaymentMethod":325,"./offer/aggregateOffer":326,"./offer/eventOffer":327,"./offer/productOffer":328,"./offerCatalog":329,"./offerItemCondition":330,"./offerType":331,"./order":332,"./orderStatus":333,"./organization":334,"./organizationType":335,"./ownershipInfo":336,"./paymentMethod/paymentCard/creditCard":337,"./paymentMethod/paymentCard/movieTicket":338,"./paymentStatusType":339,"./permit":340,"./person":341,"./personType":342,"./place/busStop":343,"./place/entranceGate":344,"./place/movieTheater":345,"./place/screeningRoom":346,"./place/screeningRoomSection":347,"./place/seat":348,"./placeType":349,"./potentialAction":350,"./priceCurrency":351,"./priceSpecification/unitPriceSpecification":352,"./priceSpecificationType":353,"./product":354,"./programMembership":355,"./project":356,"./propertyValue":357,"./propertyValue/locationFeatureSpecification":358,"./qualitativeValue":359,"./quantitativeValue":360,"./recipe":361,"./report/accountingReport":362,"./reservation/event":363,"./reservationStatusType":364,"./reservationType":365,"./reservedCodeValues":366,"./role":367,"./role/organizationRole":368,"./schedule":369,"./seller":370,"./sellerReturnPolicy":371,"./service/paymentService":372,"./service/webAPI":373,"./serviceChannel":374,"./sortType":375,"./task/acceptCOAOffer":376,"./task/accountMoneyTransfer":377,"./task/aggregateOffers":378,"./task/aggregateOnSystem":379,"./task/aggregateScreeningEvent":380,"./task/authorizePayment":381,"./task/cancelAccountMoneyTransfer":382,"./task/cancelMoneyTransfer":383,"./task/cancelPendingReservation":384,"./task/cancelReservation":385,"./task/checkMovieTicket":386,"./task/checkResource":387,"./task/confirmReserveTransaction":388,"./task/createAccountingReport":389,"./task/deletePerson":390,"./task/deleteTransaction":391,"./task/handleNotification":392,"./task/importEventCapacitiesFromCOA":393,"./task/importEventsFromCOA":394,"./task/importOffersFromCOA":395,"./task/invalidatePaymentUrl":396,"./task/moneyTransfer":397,"./task/onAssetTransactionStatusChanged":398,"./task/onAuthorizationCreated":399,"./task/onEventChanged":400,"./task/onResourceDeleted":401,"./task/onResourceUpdated":402,"./task/pay":403,"./task/publishPaymentUrl":404,"./task/refund":405,"./task/registerService":406,"./task/reserve":407,"./task/sendEmailMessage":408,"./task/syncResourcesFromCOA":409,"./task/triggerWebhook":410,"./task/useReservation":411,"./task/voidPayment":412,"./taskName":413,"./taskStatus":414,"./thing":415,"./transaction/placeOrder":416,"./transaction/returnOrder":417,"./transactionStatusType":418,"./transactionType":419,"./trip/busTrip":420,"./tripType":421,"./unitCode":422,"./unitPriceOffer":423,"@waiter/factory":439}],302:[function(require,module,exports){
|
|
34099
33708
|
arguments[4][50][0].apply(exports,arguments)
|
|
34100
|
-
},{"dup":50}],
|
|
33709
|
+
},{"dup":50}],303:[function(require,module,exports){
|
|
34101
33710
|
"use strict";
|
|
34102
33711
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34103
33712
|
exports.ItemAvailability = void 0;
|
|
@@ -34115,11 +33724,11 @@ var ItemAvailability;
|
|
|
34115
33724
|
ItemAvailability["PreOrder"] = "PreOrder";
|
|
34116
33725
|
ItemAvailability["PreSale"] = "PreSale";
|
|
34117
33726
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
34118
|
-
})(ItemAvailability
|
|
33727
|
+
})(ItemAvailability || (exports.ItemAvailability = ItemAvailability = {}));
|
|
34119
33728
|
|
|
34120
|
-
},{}],
|
|
33729
|
+
},{}],304:[function(require,module,exports){
|
|
34121
33730
|
arguments[4][50][0].apply(exports,arguments)
|
|
34122
|
-
},{"dup":50}],
|
|
33731
|
+
},{"dup":50}],305:[function(require,module,exports){
|
|
34123
33732
|
"use strict";
|
|
34124
33733
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34125
33734
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -34128,7 +33737,7 @@ var RefundTypeEnumeration;
|
|
|
34128
33737
|
RefundTypeEnumeration["ExchangeRefund"] = "ExchangeRefund";
|
|
34129
33738
|
RefundTypeEnumeration["FullRefund"] = "FullRefund";
|
|
34130
33739
|
RefundTypeEnumeration["StoreCreditRefund"] = "StoreCreditRefund";
|
|
34131
|
-
})(RefundTypeEnumeration
|
|
33740
|
+
})(RefundTypeEnumeration || (exports.RefundTypeEnumeration = RefundTypeEnumeration = {}));
|
|
34132
33741
|
var ReturnFeesEnumeration;
|
|
34133
33742
|
(function (ReturnFeesEnumeration) {
|
|
34134
33743
|
/**
|
|
@@ -34145,7 +33754,7 @@ var ReturnFeesEnumeration;
|
|
|
34145
33754
|
*/
|
|
34146
33755
|
ReturnFeesEnumeration["ReturnFeesCustomerResponsibility"] = "ReturnFeesCustomerResponsibility";
|
|
34147
33756
|
// ReturnShippingFees = 'ReturnShippingFees'
|
|
34148
|
-
})(ReturnFeesEnumeration
|
|
33757
|
+
})(ReturnFeesEnumeration || (exports.ReturnFeesEnumeration = ReturnFeesEnumeration = {}));
|
|
34149
33758
|
/**
|
|
34150
33759
|
* 返品ポリシーインターフェース
|
|
34151
33760
|
* {@link https://schema.org/MerchantReturnEnumeration}
|
|
@@ -34168,11 +33777,11 @@ var MerchantReturnEnumeration;
|
|
|
34168
33777
|
* a product return policy is not specified here.
|
|
34169
33778
|
*/
|
|
34170
33779
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
34171
|
-
})(MerchantReturnEnumeration
|
|
33780
|
+
})(MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = MerchantReturnEnumeration = {}));
|
|
34172
33781
|
|
|
34173
|
-
},{}],
|
|
33782
|
+
},{}],306:[function(require,module,exports){
|
|
34174
33783
|
arguments[4][50][0].apply(exports,arguments)
|
|
34175
|
-
},{"dup":50}],
|
|
33784
|
+
},{"dup":50}],307:[function(require,module,exports){
|
|
34176
33785
|
"use strict";
|
|
34177
33786
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34178
33787
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -34182,9 +33791,17 @@ var CategorySetIdentifier;
|
|
|
34182
33791
|
* 決済カード区分
|
|
34183
33792
|
*/
|
|
34184
33793
|
CategorySetIdentifier["MovieTicketType"] = "MovieTicketType";
|
|
34185
|
-
})(CategorySetIdentifier
|
|
33794
|
+
})(CategorySetIdentifier || (exports.CategorySetIdentifier = CategorySetIdentifier = {}));
|
|
34186
33795
|
|
|
34187
|
-
},{}],
|
|
33796
|
+
},{}],308:[function(require,module,exports){
|
|
33797
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
33798
|
+
},{"dup":50}],309:[function(require,module,exports){
|
|
33799
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
33800
|
+
},{"dup":50}],310:[function(require,module,exports){
|
|
33801
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
33802
|
+
},{"dup":50}],311:[function(require,module,exports){
|
|
33803
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
33804
|
+
},{"dup":50}],312:[function(require,module,exports){
|
|
34188
33805
|
arguments[4][50][0].apply(exports,arguments)
|
|
34189
33806
|
},{"dup":50}],313:[function(require,module,exports){
|
|
34190
33807
|
arguments[4][50][0].apply(exports,arguments)
|
|
@@ -34207,14 +33824,6 @@ arguments[4][50][0].apply(exports,arguments)
|
|
|
34207
33824
|
},{"dup":50}],322:[function(require,module,exports){
|
|
34208
33825
|
arguments[4][50][0].apply(exports,arguments)
|
|
34209
33826
|
},{"dup":50}],323:[function(require,module,exports){
|
|
34210
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34211
|
-
},{"dup":50}],324:[function(require,module,exports){
|
|
34212
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34213
|
-
},{"dup":50}],325:[function(require,module,exports){
|
|
34214
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34215
|
-
},{"dup":50}],326:[function(require,module,exports){
|
|
34216
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34217
|
-
},{"dup":50}],327:[function(require,module,exports){
|
|
34218
33827
|
"use strict";
|
|
34219
33828
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34220
33829
|
// id: string;
|
|
@@ -34226,19 +33835,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
34226
33835
|
// ...(transaction.endDate !== undefined) ? { endDate: transaction.endDate } : undefined
|
|
34227
33836
|
// }
|
|
34228
33837
|
|
|
34229
|
-
},{}],
|
|
33838
|
+
},{}],324:[function(require,module,exports){
|
|
34230
33839
|
arguments[4][50][0].apply(exports,arguments)
|
|
34231
|
-
},{"dup":50}],
|
|
33840
|
+
},{"dup":50}],325:[function(require,module,exports){
|
|
34232
33841
|
arguments[4][50][0].apply(exports,arguments)
|
|
34233
|
-
},{"dup":50}],
|
|
33842
|
+
},{"dup":50}],326:[function(require,module,exports){
|
|
34234
33843
|
arguments[4][50][0].apply(exports,arguments)
|
|
34235
|
-
},{"dup":50}],
|
|
33844
|
+
},{"dup":50}],327:[function(require,module,exports){
|
|
34236
33845
|
arguments[4][50][0].apply(exports,arguments)
|
|
34237
|
-
},{"dup":50}],
|
|
33846
|
+
},{"dup":50}],328:[function(require,module,exports){
|
|
34238
33847
|
arguments[4][50][0].apply(exports,arguments)
|
|
34239
|
-
},{"dup":50}],
|
|
33848
|
+
},{"dup":50}],329:[function(require,module,exports){
|
|
34240
33849
|
arguments[4][50][0].apply(exports,arguments)
|
|
34241
|
-
},{"dup":50}],
|
|
33850
|
+
},{"dup":50}],330:[function(require,module,exports){
|
|
34242
33851
|
"use strict";
|
|
34243
33852
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34244
33853
|
exports.OfferItemCondition = void 0;
|
|
@@ -34249,9 +33858,9 @@ exports.OfferItemCondition = void 0;
|
|
|
34249
33858
|
var OfferItemCondition;
|
|
34250
33859
|
(function (OfferItemCondition) {
|
|
34251
33860
|
OfferItemCondition["NewCondition"] = "NewCondition";
|
|
34252
|
-
})(OfferItemCondition
|
|
33861
|
+
})(OfferItemCondition || (exports.OfferItemCondition = OfferItemCondition = {}));
|
|
34253
33862
|
|
|
34254
|
-
},{}],
|
|
33863
|
+
},{}],331:[function(require,module,exports){
|
|
34255
33864
|
"use strict";
|
|
34256
33865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34257
33866
|
exports.OfferType = void 0;
|
|
@@ -34262,18 +33871,18 @@ var OfferType;
|
|
|
34262
33871
|
(function (OfferType) {
|
|
34263
33872
|
OfferType["Offer"] = "Offer";
|
|
34264
33873
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
34265
|
-
})(OfferType
|
|
33874
|
+
})(OfferType || (exports.OfferType = OfferType = {}));
|
|
34266
33875
|
|
|
34267
|
-
},{}],
|
|
33876
|
+
},{}],332:[function(require,module,exports){
|
|
34268
33877
|
"use strict";
|
|
34269
33878
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34270
33879
|
exports.OrderType = void 0;
|
|
34271
33880
|
var OrderType;
|
|
34272
33881
|
(function (OrderType) {
|
|
34273
33882
|
OrderType["Order"] = "Order";
|
|
34274
|
-
})(OrderType
|
|
33883
|
+
})(OrderType || (exports.OrderType = OrderType = {}));
|
|
34275
33884
|
|
|
34276
|
-
},{}],
|
|
33885
|
+
},{}],333:[function(require,module,exports){
|
|
34277
33886
|
"use strict";
|
|
34278
33887
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34279
33888
|
exports.OrderStatus = void 0;
|
|
@@ -34290,11 +33899,11 @@ var OrderStatus;
|
|
|
34290
33899
|
// OrderProblem = 'OrderProblem',
|
|
34291
33900
|
OrderStatus["OrderProcessing"] = "OrderProcessing";
|
|
34292
33901
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
34293
|
-
})(OrderStatus
|
|
33902
|
+
})(OrderStatus || (exports.OrderStatus = OrderStatus = {}));
|
|
34294
33903
|
|
|
34295
|
-
},{}],
|
|
33904
|
+
},{}],334:[function(require,module,exports){
|
|
34296
33905
|
arguments[4][50][0].apply(exports,arguments)
|
|
34297
|
-
},{"dup":50}],
|
|
33906
|
+
},{"dup":50}],335:[function(require,module,exports){
|
|
34298
33907
|
"use strict";
|
|
34299
33908
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34300
33909
|
exports.OrganizationType = void 0;
|
|
@@ -34317,15 +33926,15 @@ var OrganizationType;
|
|
|
34317
33926
|
* プロジェクト
|
|
34318
33927
|
*/
|
|
34319
33928
|
OrganizationType["Project"] = "Project";
|
|
34320
|
-
})(OrganizationType
|
|
33929
|
+
})(OrganizationType || (exports.OrganizationType = OrganizationType = {}));
|
|
34321
33930
|
|
|
34322
|
-
},{}],
|
|
33931
|
+
},{}],336:[function(require,module,exports){
|
|
34323
33932
|
arguments[4][50][0].apply(exports,arguments)
|
|
34324
|
-
},{"dup":50}],
|
|
33933
|
+
},{"dup":50}],337:[function(require,module,exports){
|
|
34325
33934
|
arguments[4][50][0].apply(exports,arguments)
|
|
34326
|
-
},{"dup":50}],
|
|
33935
|
+
},{"dup":50}],338:[function(require,module,exports){
|
|
34327
33936
|
arguments[4][50][0].apply(exports,arguments)
|
|
34328
|
-
},{"dup":50}],
|
|
33937
|
+
},{"dup":50}],339:[function(require,module,exports){
|
|
34329
33938
|
"use strict";
|
|
34330
33939
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34331
33940
|
exports.PaymentStatusType = void 0;
|
|
@@ -34339,20 +33948,20 @@ var PaymentStatusType;
|
|
|
34339
33948
|
PaymentStatusType["PaymentDeclined"] = "PaymentDeclined";
|
|
34340
33949
|
PaymentStatusType["PaymentDue"] = "PaymentDue";
|
|
34341
33950
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
34342
|
-
})(PaymentStatusType
|
|
33951
|
+
})(PaymentStatusType || (exports.PaymentStatusType = PaymentStatusType = {}));
|
|
34343
33952
|
|
|
34344
|
-
},{}],
|
|
33953
|
+
},{}],340:[function(require,module,exports){
|
|
34345
33954
|
"use strict";
|
|
34346
33955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34347
33956
|
exports.PermitType = void 0;
|
|
34348
33957
|
var PermitType;
|
|
34349
33958
|
(function (PermitType) {
|
|
34350
33959
|
PermitType["Permit"] = "Permit";
|
|
34351
|
-
})(PermitType
|
|
33960
|
+
})(PermitType || (exports.PermitType = PermitType = {}));
|
|
34352
33961
|
|
|
34353
|
-
},{}],
|
|
33962
|
+
},{}],341:[function(require,module,exports){
|
|
34354
33963
|
arguments[4][50][0].apply(exports,arguments)
|
|
34355
|
-
},{"dup":50}],
|
|
33964
|
+
},{"dup":50}],342:[function(require,module,exports){
|
|
34356
33965
|
"use strict";
|
|
34357
33966
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34358
33967
|
exports.PersonType = void 0;
|
|
@@ -34362,21 +33971,21 @@ exports.PersonType = void 0;
|
|
|
34362
33971
|
var PersonType;
|
|
34363
33972
|
(function (PersonType) {
|
|
34364
33973
|
PersonType["Person"] = "Person";
|
|
34365
|
-
})(PersonType
|
|
33974
|
+
})(PersonType || (exports.PersonType = PersonType = {}));
|
|
34366
33975
|
|
|
34367
|
-
},{}],
|
|
33976
|
+
},{}],343:[function(require,module,exports){
|
|
34368
33977
|
arguments[4][50][0].apply(exports,arguments)
|
|
34369
|
-
},{"dup":50}],
|
|
33978
|
+
},{"dup":50}],344:[function(require,module,exports){
|
|
34370
33979
|
arguments[4][50][0].apply(exports,arguments)
|
|
34371
|
-
},{"dup":50}],
|
|
33980
|
+
},{"dup":50}],345:[function(require,module,exports){
|
|
34372
33981
|
arguments[4][50][0].apply(exports,arguments)
|
|
34373
|
-
},{"dup":50}],
|
|
33982
|
+
},{"dup":50}],346:[function(require,module,exports){
|
|
34374
33983
|
arguments[4][50][0].apply(exports,arguments)
|
|
34375
|
-
},{"dup":50}],
|
|
33984
|
+
},{"dup":50}],347:[function(require,module,exports){
|
|
34376
33985
|
arguments[4][50][0].apply(exports,arguments)
|
|
34377
|
-
},{"dup":50}],
|
|
33986
|
+
},{"dup":50}],348:[function(require,module,exports){
|
|
34378
33987
|
arguments[4][50][0].apply(exports,arguments)
|
|
34379
|
-
},{"dup":50}],
|
|
33988
|
+
},{"dup":50}],349:[function(require,module,exports){
|
|
34380
33989
|
"use strict";
|
|
34381
33990
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34382
33991
|
exports.PlaceType = void 0;
|
|
@@ -34393,11 +34002,11 @@ var PlaceType;
|
|
|
34393
34002
|
PlaceType["ScreeningRoom"] = "ScreeningRoom";
|
|
34394
34003
|
PlaceType["ScreeningRoomSection"] = "ScreeningRoomSection";
|
|
34395
34004
|
PlaceType["Seat"] = "Seat";
|
|
34396
|
-
})(PlaceType
|
|
34005
|
+
})(PlaceType || (exports.PlaceType = PlaceType = {}));
|
|
34397
34006
|
|
|
34398
|
-
},{}],
|
|
34007
|
+
},{}],350:[function(require,module,exports){
|
|
34399
34008
|
arguments[4][50][0].apply(exports,arguments)
|
|
34400
|
-
},{"dup":50}],
|
|
34009
|
+
},{"dup":50}],351:[function(require,module,exports){
|
|
34401
34010
|
"use strict";
|
|
34402
34011
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34403
34012
|
exports.PriceCurrency = void 0;
|
|
@@ -34409,11 +34018,11 @@ exports.PriceCurrency = void 0;
|
|
|
34409
34018
|
var PriceCurrency;
|
|
34410
34019
|
(function (PriceCurrency) {
|
|
34411
34020
|
PriceCurrency["JPY"] = "JPY";
|
|
34412
|
-
})(PriceCurrency
|
|
34021
|
+
})(PriceCurrency || (exports.PriceCurrency = PriceCurrency = {}));
|
|
34413
34022
|
|
|
34414
|
-
},{}],
|
|
34023
|
+
},{}],352:[function(require,module,exports){
|
|
34415
34024
|
arguments[4][50][0].apply(exports,arguments)
|
|
34416
|
-
},{"dup":50}],
|
|
34025
|
+
},{"dup":50}],353:[function(require,module,exports){
|
|
34417
34026
|
"use strict";
|
|
34418
34027
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34419
34028
|
exports.PriceSpecificationType = void 0;
|
|
@@ -34442,9 +34051,9 @@ var PriceSpecificationType;
|
|
|
34442
34051
|
* 単価仕様
|
|
34443
34052
|
*/
|
|
34444
34053
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
34445
|
-
})(PriceSpecificationType
|
|
34054
|
+
})(PriceSpecificationType || (exports.PriceSpecificationType = PriceSpecificationType = {}));
|
|
34446
34055
|
|
|
34447
|
-
},{}],
|
|
34056
|
+
},{}],354:[function(require,module,exports){
|
|
34448
34057
|
"use strict";
|
|
34449
34058
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34450
34059
|
exports.ProductType = void 0;
|
|
@@ -34473,42 +34082,42 @@ var ProductType;
|
|
|
34473
34082
|
* 旅客サービス
|
|
34474
34083
|
*/
|
|
34475
34084
|
ProductType["Transportation"] = "Transportation";
|
|
34476
|
-
})(ProductType
|
|
34085
|
+
})(ProductType || (exports.ProductType = ProductType = {}));
|
|
34477
34086
|
|
|
34478
|
-
},{}],
|
|
34087
|
+
},{}],355:[function(require,module,exports){
|
|
34479
34088
|
"use strict";
|
|
34480
34089
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34481
34090
|
exports.ProgramMembershipType = void 0;
|
|
34482
34091
|
var ProgramMembershipType;
|
|
34483
34092
|
(function (ProgramMembershipType) {
|
|
34484
34093
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
34485
|
-
})(ProgramMembershipType
|
|
34094
|
+
})(ProgramMembershipType || (exports.ProgramMembershipType = ProgramMembershipType = {}));
|
|
34486
34095
|
|
|
34487
|
-
},{}],
|
|
34096
|
+
},{}],356:[function(require,module,exports){
|
|
34488
34097
|
arguments[4][50][0].apply(exports,arguments)
|
|
34489
|
-
},{"dup":50}],
|
|
34098
|
+
},{"dup":50}],357:[function(require,module,exports){
|
|
34490
34099
|
"use strict";
|
|
34491
34100
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34492
34101
|
exports.PropertyValueType = void 0;
|
|
34493
34102
|
var PropertyValueType;
|
|
34494
34103
|
(function (PropertyValueType) {
|
|
34495
34104
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
34496
|
-
})(PropertyValueType
|
|
34105
|
+
})(PropertyValueType || (exports.PropertyValueType = PropertyValueType = {}));
|
|
34497
34106
|
|
|
34498
|
-
},{}],
|
|
34107
|
+
},{}],358:[function(require,module,exports){
|
|
34499
34108
|
arguments[4][50][0].apply(exports,arguments)
|
|
34500
|
-
},{"dup":50}],
|
|
34109
|
+
},{"dup":50}],359:[function(require,module,exports){
|
|
34501
34110
|
arguments[4][50][0].apply(exports,arguments)
|
|
34502
|
-
},{"dup":50}],
|
|
34111
|
+
},{"dup":50}],360:[function(require,module,exports){
|
|
34503
34112
|
"use strict";
|
|
34504
34113
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34505
34114
|
exports.StringValue = void 0;
|
|
34506
34115
|
var StringValue;
|
|
34507
34116
|
(function (StringValue) {
|
|
34508
34117
|
StringValue["Infinity"] = "Infinity";
|
|
34509
|
-
})(StringValue
|
|
34118
|
+
})(StringValue || (exports.StringValue = StringValue = {}));
|
|
34510
34119
|
|
|
34511
|
-
},{}],
|
|
34120
|
+
},{}],361:[function(require,module,exports){
|
|
34512
34121
|
"use strict";
|
|
34513
34122
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34514
34123
|
exports.StepIdentifier = exports.RecipeCategory = void 0;
|
|
@@ -34527,7 +34136,7 @@ var RecipeCategory;
|
|
|
34527
34136
|
RecipeCategory["authorizeInvoice"] = "authorizeInvoice";
|
|
34528
34137
|
RecipeCategory["authorizeInvoice3ds"] = "authorizeInvoice3ds";
|
|
34529
34138
|
RecipeCategory["sendEmailMessage"] = "sendEmailMessage";
|
|
34530
|
-
})(RecipeCategory
|
|
34139
|
+
})(RecipeCategory || (exports.RecipeCategory = RecipeCategory = {}));
|
|
34531
34140
|
var StepIdentifier;
|
|
34532
34141
|
(function (StepIdentifier) {
|
|
34533
34142
|
StepIdentifier["entryTran"] = "entryTran";
|
|
@@ -34544,15 +34153,13 @@ var StepIdentifier;
|
|
|
34544
34153
|
StepIdentifier["delReserve"] = "delReserve";
|
|
34545
34154
|
StepIdentifier["delTmpReserve"] = "delTmpReserve";
|
|
34546
34155
|
StepIdentifier["sendMultiple"] = "sendMultiple";
|
|
34547
|
-
})(StepIdentifier
|
|
34156
|
+
})(StepIdentifier || (exports.StepIdentifier = StepIdentifier = {}));
|
|
34548
34157
|
|
|
34549
|
-
},{}],
|
|
34550
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34551
|
-
},{"dup":50}],367:[function(require,module,exports){
|
|
34158
|
+
},{}],362:[function(require,module,exports){
|
|
34552
34159
|
arguments[4][50][0].apply(exports,arguments)
|
|
34553
|
-
},{"dup":50}],
|
|
34160
|
+
},{"dup":50}],363:[function(require,module,exports){
|
|
34554
34161
|
arguments[4][50][0].apply(exports,arguments)
|
|
34555
|
-
},{"dup":50}],
|
|
34162
|
+
},{"dup":50}],364:[function(require,module,exports){
|
|
34556
34163
|
"use strict";
|
|
34557
34164
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34558
34165
|
exports.ReservationStatusType = void 0;
|
|
@@ -34577,9 +34184,9 @@ var ReservationStatusType;
|
|
|
34577
34184
|
* The status of a reservation when a request has been sent, but not confirmed.
|
|
34578
34185
|
*/
|
|
34579
34186
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
34580
|
-
})(ReservationStatusType
|
|
34187
|
+
})(ReservationStatusType || (exports.ReservationStatusType = ReservationStatusType = {}));
|
|
34581
34188
|
|
|
34582
|
-
},{}],
|
|
34189
|
+
},{}],365:[function(require,module,exports){
|
|
34583
34190
|
"use strict";
|
|
34584
34191
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34585
34192
|
exports.ReservationType = void 0;
|
|
@@ -34588,12 +34195,12 @@ exports.ReservationType = void 0;
|
|
|
34588
34195
|
*/
|
|
34589
34196
|
var ReservationType;
|
|
34590
34197
|
(function (ReservationType) {
|
|
34591
|
-
|
|
34198
|
+
// BusReservation = 'BusReservation',
|
|
34592
34199
|
ReservationType["EventReservation"] = "EventReservation";
|
|
34593
34200
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
34594
|
-
})(ReservationType
|
|
34201
|
+
})(ReservationType || (exports.ReservationType = ReservationType = {}));
|
|
34595
34202
|
|
|
34596
|
-
},{}],
|
|
34203
|
+
},{}],366:[function(require,module,exports){
|
|
34597
34204
|
"use strict";
|
|
34598
34205
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34599
34206
|
exports.RESERVED_CODE_VALUES = void 0;
|
|
@@ -34704,7 +34311,7 @@ exports.RESERVED_CODE_VALUES = [
|
|
|
34704
34311
|
reservationStatusType_1.ReservationStatusType.ReservationPending,
|
|
34705
34312
|
'ReservationHold',
|
|
34706
34313
|
reservationStatusType_1.ReservationStatusType.ReservationPending,
|
|
34707
|
-
|
|
34314
|
+
'BusReservation',
|
|
34708
34315
|
reservationType_1.ReservationType.EventReservation,
|
|
34709
34316
|
reservationType_1.ReservationType.ReservationPackage,
|
|
34710
34317
|
sortType_1.SortType.Ascending,
|
|
@@ -34718,7 +34325,6 @@ exports.RESERVED_CODE_VALUES = [
|
|
|
34718
34325
|
transactionStatusType_1.TransactionStatusType.Confirmed,
|
|
34719
34326
|
transactionStatusType_1.TransactionStatusType.Expired,
|
|
34720
34327
|
transactionStatusType_1.TransactionStatusType.InProgress,
|
|
34721
|
-
transactionType_1.TransactionType.MoneyTransfer,
|
|
34722
34328
|
transactionType_1.TransactionType.PlaceOrder,
|
|
34723
34329
|
transactionType_1.TransactionType.ReturnOrder,
|
|
34724
34330
|
unitCode_1.UnitCode.Ann,
|
|
@@ -34737,16 +34343,16 @@ exports.RESERVED_CODE_VALUES = [
|
|
|
34737
34343
|
'Fan'
|
|
34738
34344
|
];
|
|
34739
34345
|
|
|
34740
|
-
},{"./account":
|
|
34346
|
+
},{"./account":203,"./assetTransactionType":261,"./certificationStatusEnumeration":264,"./creativeWorkType":276,"./eventStatusType":297,"./eventType":298,"./merchantReturnPolicy":305,"./offerType":331,"./order":332,"./orderStatus":333,"./organizationType":335,"./paymentStatusType":339,"./personType":342,"./placeType":349,"./priceCurrency":351,"./priceSpecificationType":353,"./product":354,"./reservationStatusType":364,"./reservationType":365,"./sortType":375,"./taskStatus":414,"./transactionStatusType":418,"./transactionType":419,"./unitCode":422}],367:[function(require,module,exports){
|
|
34741
34347
|
"use strict";
|
|
34742
34348
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34743
34349
|
exports.RoleType = void 0;
|
|
34744
34350
|
var RoleType;
|
|
34745
34351
|
(function (RoleType) {
|
|
34746
34352
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
34747
|
-
})(RoleType
|
|
34353
|
+
})(RoleType || (exports.RoleType = RoleType = {}));
|
|
34748
34354
|
|
|
34749
|
-
},{}],
|
|
34355
|
+
},{}],368:[function(require,module,exports){
|
|
34750
34356
|
"use strict";
|
|
34751
34357
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34752
34358
|
exports.RoleName = void 0;
|
|
@@ -34806,15 +34412,15 @@ var RoleName;
|
|
|
34806
34412
|
* adminapisの在庫管理ロール
|
|
34807
34413
|
*/
|
|
34808
34414
|
RoleName["AdminInventoryManager"] = "admin.inventoryManager";
|
|
34809
|
-
})(RoleName
|
|
34415
|
+
})(RoleName || (exports.RoleName = RoleName = {}));
|
|
34810
34416
|
|
|
34811
|
-
},{}],
|
|
34417
|
+
},{}],369:[function(require,module,exports){
|
|
34812
34418
|
arguments[4][50][0].apply(exports,arguments)
|
|
34813
|
-
},{"dup":50}],
|
|
34419
|
+
},{"dup":50}],370:[function(require,module,exports){
|
|
34814
34420
|
arguments[4][50][0].apply(exports,arguments)
|
|
34815
|
-
},{"dup":50}],
|
|
34421
|
+
},{"dup":50}],371:[function(require,module,exports){
|
|
34816
34422
|
arguments[4][50][0].apply(exports,arguments)
|
|
34817
|
-
},{"dup":50}],
|
|
34423
|
+
},{"dup":50}],372:[function(require,module,exports){
|
|
34818
34424
|
"use strict";
|
|
34819
34425
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34820
34426
|
exports.PaymentServiceType = void 0;
|
|
@@ -34824,9 +34430,9 @@ var PaymentServiceType;
|
|
|
34824
34430
|
PaymentServiceType["FaceToFace"] = "FaceToFace";
|
|
34825
34431
|
PaymentServiceType["MovieTicket"] = "MovieTicket";
|
|
34826
34432
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
34827
|
-
})(PaymentServiceType
|
|
34433
|
+
})(PaymentServiceType || (exports.PaymentServiceType = PaymentServiceType = {}));
|
|
34828
34434
|
|
|
34829
|
-
},{}],
|
|
34435
|
+
},{}],373:[function(require,module,exports){
|
|
34830
34436
|
"use strict";
|
|
34831
34437
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34832
34438
|
exports.Identifier = void 0;
|
|
@@ -34834,11 +34440,11 @@ var Identifier;
|
|
|
34834
34440
|
(function (Identifier) {
|
|
34835
34441
|
Identifier["COA"] = "COA";
|
|
34836
34442
|
Identifier["Chevre"] = "Chevre";
|
|
34837
|
-
})(Identifier
|
|
34443
|
+
})(Identifier || (exports.Identifier = Identifier = {}));
|
|
34838
34444
|
|
|
34839
|
-
},{}],
|
|
34445
|
+
},{}],374:[function(require,module,exports){
|
|
34840
34446
|
arguments[4][50][0].apply(exports,arguments)
|
|
34841
|
-
},{"dup":50}],
|
|
34447
|
+
},{"dup":50}],375:[function(require,module,exports){
|
|
34842
34448
|
"use strict";
|
|
34843
34449
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34844
34450
|
exports.SortType = void 0;
|
|
@@ -34849,9 +34455,19 @@ var SortType;
|
|
|
34849
34455
|
(function (SortType) {
|
|
34850
34456
|
SortType[SortType["Ascending"] = 1] = "Ascending";
|
|
34851
34457
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
34852
|
-
})(SortType
|
|
34458
|
+
})(SortType || (exports.SortType = SortType = {}));
|
|
34853
34459
|
|
|
34854
|
-
},{}],
|
|
34460
|
+
},{}],376:[function(require,module,exports){
|
|
34461
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
34462
|
+
},{"dup":50}],377:[function(require,module,exports){
|
|
34463
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
34464
|
+
},{"dup":50}],378:[function(require,module,exports){
|
|
34465
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
34466
|
+
},{"dup":50}],379:[function(require,module,exports){
|
|
34467
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
34468
|
+
},{"dup":50}],380:[function(require,module,exports){
|
|
34469
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
34470
|
+
},{"dup":50}],381:[function(require,module,exports){
|
|
34855
34471
|
arguments[4][50][0].apply(exports,arguments)
|
|
34856
34472
|
},{"dup":50}],382:[function(require,module,exports){
|
|
34857
34473
|
arguments[4][50][0].apply(exports,arguments)
|
|
@@ -34916,16 +34532,6 @@ arguments[4][50][0].apply(exports,arguments)
|
|
|
34916
34532
|
},{"dup":50}],412:[function(require,module,exports){
|
|
34917
34533
|
arguments[4][50][0].apply(exports,arguments)
|
|
34918
34534
|
},{"dup":50}],413:[function(require,module,exports){
|
|
34919
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34920
|
-
},{"dup":50}],414:[function(require,module,exports){
|
|
34921
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34922
|
-
},{"dup":50}],415:[function(require,module,exports){
|
|
34923
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34924
|
-
},{"dup":50}],416:[function(require,module,exports){
|
|
34925
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34926
|
-
},{"dup":50}],417:[function(require,module,exports){
|
|
34927
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
34928
|
-
},{"dup":50}],418:[function(require,module,exports){
|
|
34929
34535
|
"use strict";
|
|
34930
34536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34931
34537
|
exports.TaskName = void 0;
|
|
@@ -34961,10 +34567,6 @@ var TaskName;
|
|
|
34961
34567
|
* リソース検証
|
|
34962
34568
|
*/
|
|
34963
34569
|
TaskName["CheckResource"] = "checkResource";
|
|
34964
|
-
/**
|
|
34965
|
-
* 通貨転送
|
|
34966
|
-
*/
|
|
34967
|
-
TaskName["ConfirmMoneyTransfer"] = "confirmMoneyTransfer";
|
|
34968
34570
|
/**
|
|
34969
34571
|
* サービス登録
|
|
34970
34572
|
*/
|
|
@@ -35027,10 +34629,6 @@ var TaskName;
|
|
|
35027
34629
|
* 注文返品
|
|
35028
34630
|
*/
|
|
35029
34631
|
TaskName["ReturnOrder"] = "returnOrder";
|
|
35030
|
-
/**
|
|
35031
|
-
* 入金返却
|
|
35032
|
-
*/
|
|
35033
|
-
TaskName["ReturnMoneyTransfer"] = "returnMoneyTransfer";
|
|
35034
34632
|
/**
|
|
35035
34633
|
* 決済資産取引返却
|
|
35036
34634
|
*/
|
|
@@ -35055,10 +34653,6 @@ var TaskName;
|
|
|
35055
34653
|
TaskName["TriggerWebhook"] = "triggerWebhook";
|
|
35056
34654
|
TaskName["UseReservation"] = "useReservation";
|
|
35057
34655
|
TaskName["VoidPayment"] = "voidPayment";
|
|
35058
|
-
/**
|
|
35059
|
-
* 通貨転送中止
|
|
35060
|
-
*/
|
|
35061
|
-
TaskName["VoidMoneyTransferTransaction"] = "voidMoneyTransferTransaction";
|
|
35062
34656
|
/**
|
|
35063
34657
|
* 決済中止
|
|
35064
34658
|
*/
|
|
@@ -35071,9 +34665,9 @@ var TaskName;
|
|
|
35071
34665
|
* 予約中止
|
|
35072
34666
|
*/
|
|
35073
34667
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
35074
|
-
})(TaskName
|
|
34668
|
+
})(TaskName || (exports.TaskName = TaskName = {}));
|
|
35075
34669
|
|
|
35076
|
-
},{}],
|
|
34670
|
+
},{}],414:[function(require,module,exports){
|
|
35077
34671
|
"use strict";
|
|
35078
34672
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35079
34673
|
exports.TaskStatus = void 0;
|
|
@@ -35103,15 +34697,13 @@ var TaskStatus;
|
|
|
35103
34697
|
* 2025-03-01~
|
|
35104
34698
|
*/
|
|
35105
34699
|
TaskStatus["Expired"] = "Expired";
|
|
35106
|
-
})(TaskStatus
|
|
34700
|
+
})(TaskStatus || (exports.TaskStatus = TaskStatus = {}));
|
|
35107
34701
|
|
|
35108
|
-
},{}],
|
|
34702
|
+
},{}],415:[function(require,module,exports){
|
|
35109
34703
|
arguments[4][50][0].apply(exports,arguments)
|
|
35110
|
-
},{"dup":50}],
|
|
35111
|
-
arguments[4][50][0].apply(exports,arguments)
|
|
35112
|
-
},{"dup":50}],422:[function(require,module,exports){
|
|
34704
|
+
},{"dup":50}],416:[function(require,module,exports){
|
|
35113
34705
|
arguments[4][50][0].apply(exports,arguments)
|
|
35114
|
-
},{"dup":50}],
|
|
34706
|
+
},{"dup":50}],417:[function(require,module,exports){
|
|
35115
34707
|
"use strict";
|
|
35116
34708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35117
34709
|
exports.Reason = void 0;
|
|
@@ -35128,9 +34720,9 @@ var Reason;
|
|
|
35128
34720
|
* 販売者都合での返品
|
|
35129
34721
|
*/
|
|
35130
34722
|
Reason["Seller"] = "Seller";
|
|
35131
|
-
})(Reason
|
|
34723
|
+
})(Reason || (exports.Reason = Reason = {}));
|
|
35132
34724
|
|
|
35133
|
-
},{}],
|
|
34725
|
+
},{}],418:[function(require,module,exports){
|
|
35134
34726
|
"use strict";
|
|
35135
34727
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35136
34728
|
exports.TransactionStatusType = void 0;
|
|
@@ -35143,9 +34735,9 @@ var TransactionStatusType;
|
|
|
35143
34735
|
TransactionStatusType["Canceled"] = "Canceled";
|
|
35144
34736
|
TransactionStatusType["Confirmed"] = "Confirmed";
|
|
35145
34737
|
TransactionStatusType["Expired"] = "Expired";
|
|
35146
|
-
})(TransactionStatusType
|
|
34738
|
+
})(TransactionStatusType || (exports.TransactionStatusType = TransactionStatusType = {}));
|
|
35147
34739
|
|
|
35148
|
-
},{}],
|
|
34740
|
+
},{}],419:[function(require,module,exports){
|
|
35149
34741
|
"use strict";
|
|
35150
34742
|
/**
|
|
35151
34743
|
* 取引タイプ
|
|
@@ -35154,10 +34746,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
35154
34746
|
exports.TransactionType = void 0;
|
|
35155
34747
|
var TransactionType;
|
|
35156
34748
|
(function (TransactionType) {
|
|
35157
|
-
/**
|
|
35158
|
-
* 通貨転送
|
|
35159
|
-
*/
|
|
35160
|
-
TransactionType["MoneyTransfer"] = "MoneyTransfer";
|
|
35161
34749
|
/**
|
|
35162
34750
|
* 注文取引
|
|
35163
34751
|
*/
|
|
@@ -35166,11 +34754,11 @@ var TransactionType;
|
|
|
35166
34754
|
* 注文返品取引
|
|
35167
34755
|
*/
|
|
35168
34756
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
35169
|
-
})(TransactionType
|
|
34757
|
+
})(TransactionType || (exports.TransactionType = TransactionType = {}));
|
|
35170
34758
|
|
|
35171
|
-
},{}],
|
|
34759
|
+
},{}],420:[function(require,module,exports){
|
|
35172
34760
|
arguments[4][50][0].apply(exports,arguments)
|
|
35173
|
-
},{"dup":50}],
|
|
34761
|
+
},{"dup":50}],421:[function(require,module,exports){
|
|
35174
34762
|
"use strict";
|
|
35175
34763
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35176
34764
|
exports.TripType = void 0;
|
|
@@ -35181,9 +34769,9 @@ var TripType;
|
|
|
35181
34769
|
(function (TripType) {
|
|
35182
34770
|
TripType["BusTrip"] = "BusTrip";
|
|
35183
34771
|
TripType["Trip"] = "Trip";
|
|
35184
|
-
})(TripType
|
|
34772
|
+
})(TripType || (exports.TripType = TripType = {}));
|
|
35185
34773
|
|
|
35186
|
-
},{}],
|
|
34774
|
+
},{}],422:[function(require,module,exports){
|
|
35187
34775
|
"use strict";
|
|
35188
34776
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35189
34777
|
exports.UnitCode = void 0;
|
|
@@ -35208,13 +34796,13 @@ var UnitCode;
|
|
|
35208
34796
|
* 秒
|
|
35209
34797
|
*/
|
|
35210
34798
|
UnitCode["Sec"] = "SEC";
|
|
35211
|
-
})(UnitCode
|
|
34799
|
+
})(UnitCode || (exports.UnitCode = UnitCode = {}));
|
|
35212
34800
|
|
|
35213
|
-
},{}],
|
|
34801
|
+
},{}],423:[function(require,module,exports){
|
|
35214
34802
|
arguments[4][50][0].apply(exports,arguments)
|
|
35215
|
-
},{"dup":50}],
|
|
34803
|
+
},{"dup":50}],424:[function(require,module,exports){
|
|
35216
34804
|
arguments[4][50][0].apply(exports,arguments)
|
|
35217
|
-
},{"dup":50}],
|
|
34805
|
+
},{"dup":50}],425:[function(require,module,exports){
|
|
35218
34806
|
"use strict";
|
|
35219
34807
|
var __extends = (this && this.__extends) || (function () {
|
|
35220
34808
|
var extendStatics = function (d, b) {
|
|
@@ -35255,7 +34843,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
35255
34843
|
}(waiter_1.WaiterError));
|
|
35256
34844
|
exports.ArgumentError = ArgumentError;
|
|
35257
34845
|
|
|
35258
|
-
},{"../errorCode":
|
|
34846
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],426:[function(require,module,exports){
|
|
35259
34847
|
"use strict";
|
|
35260
34848
|
var __extends = (this && this.__extends) || (function () {
|
|
35261
34849
|
var extendStatics = function (d, b) {
|
|
@@ -35296,7 +34884,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
35296
34884
|
}(waiter_1.WaiterError));
|
|
35297
34885
|
exports.ArgumentNullError = ArgumentNullError;
|
|
35298
34886
|
|
|
35299
|
-
},{"../errorCode":
|
|
34887
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],427:[function(require,module,exports){
|
|
35300
34888
|
"use strict";
|
|
35301
34889
|
var __extends = (this && this.__extends) || (function () {
|
|
35302
34890
|
var extendStatics = function (d, b) {
|
|
@@ -35336,7 +34924,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
35336
34924
|
}(waiter_1.WaiterError));
|
|
35337
34925
|
exports.ForbiddenError = ForbiddenError;
|
|
35338
34926
|
|
|
35339
|
-
},{"../errorCode":
|
|
34927
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],428:[function(require,module,exports){
|
|
35340
34928
|
"use strict";
|
|
35341
34929
|
var __extends = (this && this.__extends) || (function () {
|
|
35342
34930
|
var extendStatics = function (d, b) {
|
|
@@ -35377,7 +34965,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
35377
34965
|
}(waiter_1.WaiterError));
|
|
35378
34966
|
exports.NotFoundError = NotFoundError;
|
|
35379
34967
|
|
|
35380
|
-
},{"../errorCode":
|
|
34968
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],429:[function(require,module,exports){
|
|
35381
34969
|
"use strict";
|
|
35382
34970
|
var __extends = (this && this.__extends) || (function () {
|
|
35383
34971
|
var extendStatics = function (d, b) {
|
|
@@ -35417,7 +35005,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
35417
35005
|
}(waiter_1.WaiterError));
|
|
35418
35006
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
35419
35007
|
|
|
35420
|
-
},{"../errorCode":
|
|
35008
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],430:[function(require,module,exports){
|
|
35421
35009
|
"use strict";
|
|
35422
35010
|
var __extends = (this && this.__extends) || (function () {
|
|
35423
35011
|
var extendStatics = function (d, b) {
|
|
@@ -35457,7 +35045,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
35457
35045
|
}(waiter_1.WaiterError));
|
|
35458
35046
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
35459
35047
|
|
|
35460
|
-
},{"../errorCode":
|
|
35048
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],431:[function(require,module,exports){
|
|
35461
35049
|
"use strict";
|
|
35462
35050
|
var __extends = (this && this.__extends) || (function () {
|
|
35463
35051
|
var extendStatics = function (d, b) {
|
|
@@ -35497,7 +35085,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
35497
35085
|
}(waiter_1.WaiterError));
|
|
35498
35086
|
exports.UnauthorizedError = UnauthorizedError;
|
|
35499
35087
|
|
|
35500
|
-
},{"../errorCode":
|
|
35088
|
+
},{"../errorCode":433,"./waiter":432,"setprototypeof":499}],432:[function(require,module,exports){
|
|
35501
35089
|
"use strict";
|
|
35502
35090
|
var __extends = (this && this.__extends) || (function () {
|
|
35503
35091
|
var extendStatics = function (d, b) {
|
|
@@ -35530,7 +35118,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
35530
35118
|
}(Error));
|
|
35531
35119
|
exports.WaiterError = WaiterError;
|
|
35532
35120
|
|
|
35533
|
-
},{}],
|
|
35121
|
+
},{}],433:[function(require,module,exports){
|
|
35534
35122
|
"use strict";
|
|
35535
35123
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35536
35124
|
/**
|
|
@@ -35549,7 +35137,7 @@ var ErrorCode;
|
|
|
35549
35137
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
35550
35138
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
35551
35139
|
|
|
35552
|
-
},{}],
|
|
35140
|
+
},{}],434:[function(require,module,exports){
|
|
35553
35141
|
"use strict";
|
|
35554
35142
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35555
35143
|
/**
|
|
@@ -35572,15 +35160,15 @@ exports.Unauthorized = unauthorized_1.UnauthorizedError;
|
|
|
35572
35160
|
var waiter_1 = require("./error/waiter");
|
|
35573
35161
|
exports.Waiter = waiter_1.WaiterError;
|
|
35574
35162
|
|
|
35575
|
-
},{"./error/argument":
|
|
35163
|
+
},{"./error/argument":425,"./error/argumentNull":426,"./error/forbidden":427,"./error/notFound":428,"./error/rateLimitExceeded":429,"./error/serviceUnavailable":430,"./error/unauthorized":431,"./error/waiter":432}],435:[function(require,module,exports){
|
|
35576
35164
|
arguments[4][50][0].apply(exports,arguments)
|
|
35577
|
-
},{"dup":50}],
|
|
35165
|
+
},{"dup":50}],436:[function(require,module,exports){
|
|
35578
35166
|
arguments[4][50][0].apply(exports,arguments)
|
|
35579
|
-
},{"dup":50}],
|
|
35167
|
+
},{"dup":50}],437:[function(require,module,exports){
|
|
35580
35168
|
arguments[4][50][0].apply(exports,arguments)
|
|
35581
|
-
},{"dup":50}],
|
|
35169
|
+
},{"dup":50}],438:[function(require,module,exports){
|
|
35582
35170
|
arguments[4][50][0].apply(exports,arguments)
|
|
35583
|
-
},{"dup":50}],
|
|
35171
|
+
},{"dup":50}],439:[function(require,module,exports){
|
|
35584
35172
|
"use strict";
|
|
35585
35173
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35586
35174
|
/**
|
|
@@ -35601,7 +35189,7 @@ exports.rule = rule;
|
|
|
35601
35189
|
var ruleSet = require("./factory/ruleSet");
|
|
35602
35190
|
exports.ruleSet = ruleSet;
|
|
35603
35191
|
|
|
35604
|
-
},{"./factory/client":
|
|
35192
|
+
},{"./factory/client":424,"./factory/errorCode":433,"./factory/errors":434,"./factory/passport":435,"./factory/project":436,"./factory/rule":437,"./factory/ruleSet":438}],440:[function(require,module,exports){
|
|
35605
35193
|
'use strict'
|
|
35606
35194
|
|
|
35607
35195
|
exports.byteLength = byteLength
|
|
@@ -35753,9 +35341,9 @@ function fromByteArray (uint8) {
|
|
|
35753
35341
|
return parts.join('')
|
|
35754
35342
|
}
|
|
35755
35343
|
|
|
35756
|
-
},{}],
|
|
35344
|
+
},{}],441:[function(require,module,exports){
|
|
35757
35345
|
|
|
35758
|
-
},{}],
|
|
35346
|
+
},{}],442:[function(require,module,exports){
|
|
35759
35347
|
(function (Buffer){
|
|
35760
35348
|
/*!
|
|
35761
35349
|
* The buffer module from node.js, for the browser.
|
|
@@ -37536,7 +37124,7 @@ function numberIsNaN (obj) {
|
|
|
37536
37124
|
}
|
|
37537
37125
|
|
|
37538
37126
|
}).call(this,require("buffer").Buffer)
|
|
37539
|
-
},{"base64-js":
|
|
37127
|
+
},{"base64-js":440,"buffer":442,"ieee754":478}],443:[function(require,module,exports){
|
|
37540
37128
|
'use strict';
|
|
37541
37129
|
|
|
37542
37130
|
var bind = require('function-bind');
|
|
@@ -37548,19 +37136,19 @@ var $reflectApply = require('./reflectApply');
|
|
|
37548
37136
|
/** @type {import('./actualApply')} */
|
|
37549
37137
|
module.exports = $reflectApply || bind.call($call, $apply);
|
|
37550
37138
|
|
|
37551
|
-
},{"./functionApply":
|
|
37139
|
+
},{"./functionApply":444,"./functionCall":445,"./reflectApply":447,"function-bind":465}],444:[function(require,module,exports){
|
|
37552
37140
|
'use strict';
|
|
37553
37141
|
|
|
37554
37142
|
/** @type {import('./functionApply')} */
|
|
37555
37143
|
module.exports = Function.prototype.apply;
|
|
37556
37144
|
|
|
37557
|
-
},{}],
|
|
37145
|
+
},{}],445:[function(require,module,exports){
|
|
37558
37146
|
'use strict';
|
|
37559
37147
|
|
|
37560
37148
|
/** @type {import('./functionCall')} */
|
|
37561
37149
|
module.exports = Function.prototype.call;
|
|
37562
37150
|
|
|
37563
|
-
},{}],
|
|
37151
|
+
},{}],446:[function(require,module,exports){
|
|
37564
37152
|
'use strict';
|
|
37565
37153
|
|
|
37566
37154
|
var bind = require('function-bind');
|
|
@@ -37577,13 +37165,13 @@ module.exports = function callBindBasic(args) {
|
|
|
37577
37165
|
return $actualApply(bind, $call, args);
|
|
37578
37166
|
};
|
|
37579
37167
|
|
|
37580
|
-
},{"./actualApply":
|
|
37168
|
+
},{"./actualApply":443,"./functionCall":445,"es-errors/type":461,"function-bind":465}],447:[function(require,module,exports){
|
|
37581
37169
|
'use strict';
|
|
37582
37170
|
|
|
37583
37171
|
/** @type {import('./reflectApply')} */
|
|
37584
37172
|
module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
37585
37173
|
|
|
37586
|
-
},{}],
|
|
37174
|
+
},{}],448:[function(require,module,exports){
|
|
37587
37175
|
'use strict';
|
|
37588
37176
|
|
|
37589
37177
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -37600,7 +37188,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
37600
37188
|
return intrinsic;
|
|
37601
37189
|
};
|
|
37602
37190
|
|
|
37603
|
-
},{"./":
|
|
37191
|
+
},{"./":449,"get-intrinsic":466}],449:[function(require,module,exports){
|
|
37604
37192
|
'use strict';
|
|
37605
37193
|
|
|
37606
37194
|
var bind = require('function-bind');
|
|
@@ -37637,7 +37225,7 @@ if ($defineProperty) {
|
|
|
37637
37225
|
module.exports.apply = applyBind;
|
|
37638
37226
|
}
|
|
37639
37227
|
|
|
37640
|
-
},{"es-define-property":
|
|
37228
|
+
},{"es-define-property":455,"es-errors/type":461,"function-bind":465,"get-intrinsic":466,"set-function-length":498}],450:[function(require,module,exports){
|
|
37641
37229
|
/**
|
|
37642
37230
|
* Helpers.
|
|
37643
37231
|
*/
|
|
@@ -37801,7 +37389,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
37801
37389
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
37802
37390
|
}
|
|
37803
37391
|
|
|
37804
|
-
},{}],
|
|
37392
|
+
},{}],451:[function(require,module,exports){
|
|
37805
37393
|
(function (process){
|
|
37806
37394
|
"use strict";
|
|
37807
37395
|
|
|
@@ -37985,7 +37573,7 @@ formatters.j = function (v) {
|
|
|
37985
37573
|
|
|
37986
37574
|
|
|
37987
37575
|
}).call(this,require('_process'))
|
|
37988
|
-
},{"./common":
|
|
37576
|
+
},{"./common":452,"_process":489}],452:[function(require,module,exports){
|
|
37989
37577
|
"use strict";
|
|
37990
37578
|
|
|
37991
37579
|
/**
|
|
@@ -38236,7 +37824,7 @@ function setup(env) {
|
|
|
38236
37824
|
module.exports = setup;
|
|
38237
37825
|
|
|
38238
37826
|
|
|
38239
|
-
},{"ms":
|
|
37827
|
+
},{"ms":450}],453:[function(require,module,exports){
|
|
38240
37828
|
'use strict';
|
|
38241
37829
|
|
|
38242
37830
|
var $defineProperty = require('es-define-property');
|
|
@@ -38294,7 +37882,7 @@ module.exports = function defineDataProperty(
|
|
|
38294
37882
|
}
|
|
38295
37883
|
};
|
|
38296
37884
|
|
|
38297
|
-
},{"es-define-property":
|
|
37885
|
+
},{"es-define-property":455,"es-errors/syntax":460,"es-errors/type":461,"gopd":471}],454:[function(require,module,exports){
|
|
38298
37886
|
'use strict';
|
|
38299
37887
|
|
|
38300
37888
|
var callBind = require('call-bind-apply-helpers');
|
|
@@ -38326,7 +37914,7 @@ module.exports = desc && typeof desc.get === 'function'
|
|
|
38326
37914
|
}
|
|
38327
37915
|
: false;
|
|
38328
37916
|
|
|
38329
|
-
},{"call-bind-apply-helpers":
|
|
37917
|
+
},{"call-bind-apply-helpers":446,"gopd":471}],455:[function(require,module,exports){
|
|
38330
37918
|
'use strict';
|
|
38331
37919
|
|
|
38332
37920
|
/** @type {import('.')} */
|
|
@@ -38342,55 +37930,55 @@ if ($defineProperty) {
|
|
|
38342
37930
|
|
|
38343
37931
|
module.exports = $defineProperty;
|
|
38344
37932
|
|
|
38345
|
-
},{}],
|
|
37933
|
+
},{}],456:[function(require,module,exports){
|
|
38346
37934
|
'use strict';
|
|
38347
37935
|
|
|
38348
37936
|
/** @type {import('./eval')} */
|
|
38349
37937
|
module.exports = EvalError;
|
|
38350
37938
|
|
|
38351
|
-
},{}],
|
|
37939
|
+
},{}],457:[function(require,module,exports){
|
|
38352
37940
|
'use strict';
|
|
38353
37941
|
|
|
38354
37942
|
/** @type {import('.')} */
|
|
38355
37943
|
module.exports = Error;
|
|
38356
37944
|
|
|
38357
|
-
},{}],
|
|
37945
|
+
},{}],458:[function(require,module,exports){
|
|
38358
37946
|
'use strict';
|
|
38359
37947
|
|
|
38360
37948
|
/** @type {import('./range')} */
|
|
38361
37949
|
module.exports = RangeError;
|
|
38362
37950
|
|
|
38363
|
-
},{}],
|
|
37951
|
+
},{}],459:[function(require,module,exports){
|
|
38364
37952
|
'use strict';
|
|
38365
37953
|
|
|
38366
37954
|
/** @type {import('./ref')} */
|
|
38367
37955
|
module.exports = ReferenceError;
|
|
38368
37956
|
|
|
38369
|
-
},{}],
|
|
37957
|
+
},{}],460:[function(require,module,exports){
|
|
38370
37958
|
'use strict';
|
|
38371
37959
|
|
|
38372
37960
|
/** @type {import('./syntax')} */
|
|
38373
37961
|
module.exports = SyntaxError;
|
|
38374
37962
|
|
|
38375
|
-
},{}],
|
|
37963
|
+
},{}],461:[function(require,module,exports){
|
|
38376
37964
|
'use strict';
|
|
38377
37965
|
|
|
38378
37966
|
/** @type {import('./type')} */
|
|
38379
37967
|
module.exports = TypeError;
|
|
38380
37968
|
|
|
38381
|
-
},{}],
|
|
37969
|
+
},{}],462:[function(require,module,exports){
|
|
38382
37970
|
'use strict';
|
|
38383
37971
|
|
|
38384
37972
|
/** @type {import('./uri')} */
|
|
38385
37973
|
module.exports = URIError;
|
|
38386
37974
|
|
|
38387
|
-
},{}],
|
|
37975
|
+
},{}],463:[function(require,module,exports){
|
|
38388
37976
|
'use strict';
|
|
38389
37977
|
|
|
38390
37978
|
/** @type {import('.')} */
|
|
38391
37979
|
module.exports = Object;
|
|
38392
37980
|
|
|
38393
|
-
},{}],
|
|
37981
|
+
},{}],464:[function(require,module,exports){
|
|
38394
37982
|
'use strict';
|
|
38395
37983
|
|
|
38396
37984
|
/* eslint no-invalid-this: 1 */
|
|
@@ -38476,14 +38064,14 @@ module.exports = function bind(that) {
|
|
|
38476
38064
|
return bound;
|
|
38477
38065
|
};
|
|
38478
38066
|
|
|
38479
|
-
},{}],
|
|
38067
|
+
},{}],465:[function(require,module,exports){
|
|
38480
38068
|
'use strict';
|
|
38481
38069
|
|
|
38482
38070
|
var implementation = require('./implementation');
|
|
38483
38071
|
|
|
38484
38072
|
module.exports = Function.prototype.bind || implementation;
|
|
38485
38073
|
|
|
38486
|
-
},{"./implementation":
|
|
38074
|
+
},{"./implementation":464}],466:[function(require,module,exports){
|
|
38487
38075
|
'use strict';
|
|
38488
38076
|
|
|
38489
38077
|
var undefined;
|
|
@@ -38863,7 +38451,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
38863
38451
|
return value;
|
|
38864
38452
|
};
|
|
38865
38453
|
|
|
38866
|
-
},{"call-bind-apply-helpers/functionApply":
|
|
38454
|
+
},{"call-bind-apply-helpers/functionApply":444,"call-bind-apply-helpers/functionCall":445,"es-define-property":455,"es-errors":457,"es-errors/eval":456,"es-errors/range":458,"es-errors/ref":459,"es-errors/syntax":460,"es-errors/type":461,"es-errors/uri":462,"es-object-atoms":463,"function-bind":465,"get-proto":469,"get-proto/Object.getPrototypeOf":467,"get-proto/Reflect.getPrototypeOf":468,"gopd":471,"has-symbols":473,"hasown":475,"math-intrinsics/abs":480,"math-intrinsics/floor":481,"math-intrinsics/max":483,"math-intrinsics/min":484,"math-intrinsics/pow":485,"math-intrinsics/round":486,"math-intrinsics/sign":487}],467:[function(require,module,exports){
|
|
38867
38455
|
'use strict';
|
|
38868
38456
|
|
|
38869
38457
|
var $Object = require('es-object-atoms');
|
|
@@ -38871,13 +38459,13 @@ var $Object = require('es-object-atoms');
|
|
|
38871
38459
|
/** @type {import('./Object.getPrototypeOf')} */
|
|
38872
38460
|
module.exports = $Object.getPrototypeOf || null;
|
|
38873
38461
|
|
|
38874
|
-
},{"es-object-atoms":
|
|
38462
|
+
},{"es-object-atoms":463}],468:[function(require,module,exports){
|
|
38875
38463
|
'use strict';
|
|
38876
38464
|
|
|
38877
38465
|
/** @type {import('./Reflect.getPrototypeOf')} */
|
|
38878
38466
|
module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
|
|
38879
38467
|
|
|
38880
|
-
},{}],
|
|
38468
|
+
},{}],469:[function(require,module,exports){
|
|
38881
38469
|
'use strict';
|
|
38882
38470
|
|
|
38883
38471
|
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
@@ -38906,13 +38494,13 @@ module.exports = reflectGetProto
|
|
|
38906
38494
|
}
|
|
38907
38495
|
: null;
|
|
38908
38496
|
|
|
38909
|
-
},{"./Object.getPrototypeOf":
|
|
38497
|
+
},{"./Object.getPrototypeOf":467,"./Reflect.getPrototypeOf":468,"dunder-proto/get":454}],470:[function(require,module,exports){
|
|
38910
38498
|
'use strict';
|
|
38911
38499
|
|
|
38912
38500
|
/** @type {import('./gOPD')} */
|
|
38913
38501
|
module.exports = Object.getOwnPropertyDescriptor;
|
|
38914
38502
|
|
|
38915
|
-
},{}],
|
|
38503
|
+
},{}],471:[function(require,module,exports){
|
|
38916
38504
|
'use strict';
|
|
38917
38505
|
|
|
38918
38506
|
/** @type {import('.')} */
|
|
@@ -38929,7 +38517,7 @@ if ($gOPD) {
|
|
|
38929
38517
|
|
|
38930
38518
|
module.exports = $gOPD;
|
|
38931
38519
|
|
|
38932
|
-
},{"./gOPD":
|
|
38520
|
+
},{"./gOPD":470}],472:[function(require,module,exports){
|
|
38933
38521
|
'use strict';
|
|
38934
38522
|
|
|
38935
38523
|
var $defineProperty = require('es-define-property');
|
|
@@ -38953,7 +38541,7 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
|
|
|
38953
38541
|
|
|
38954
38542
|
module.exports = hasPropertyDescriptors;
|
|
38955
38543
|
|
|
38956
|
-
},{"es-define-property":
|
|
38544
|
+
},{"es-define-property":455}],473:[function(require,module,exports){
|
|
38957
38545
|
'use strict';
|
|
38958
38546
|
|
|
38959
38547
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -38969,7 +38557,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
38969
38557
|
return hasSymbolSham();
|
|
38970
38558
|
};
|
|
38971
38559
|
|
|
38972
|
-
},{"./shams":
|
|
38560
|
+
},{"./shams":474}],474:[function(require,module,exports){
|
|
38973
38561
|
'use strict';
|
|
38974
38562
|
|
|
38975
38563
|
/** @type {import('./shams')} */
|
|
@@ -39016,7 +38604,7 @@ module.exports = function hasSymbols() {
|
|
|
39016
38604
|
return true;
|
|
39017
38605
|
};
|
|
39018
38606
|
|
|
39019
|
-
},{}],
|
|
38607
|
+
},{}],475:[function(require,module,exports){
|
|
39020
38608
|
'use strict';
|
|
39021
38609
|
|
|
39022
38610
|
var call = Function.prototype.call;
|
|
@@ -39026,7 +38614,7 @@ var bind = require('function-bind');
|
|
|
39026
38614
|
/** @type {import('.')} */
|
|
39027
38615
|
module.exports = bind.call(call, $hasOwn);
|
|
39028
38616
|
|
|
39029
|
-
},{"function-bind":
|
|
38617
|
+
},{"function-bind":465}],476:[function(require,module,exports){
|
|
39030
38618
|
// Generated by CoffeeScript 2.7.0
|
|
39031
38619
|
// # node-http-status
|
|
39032
38620
|
|
|
@@ -39657,13 +39245,13 @@ module.exports = {
|
|
|
39657
39245
|
}
|
|
39658
39246
|
};
|
|
39659
39247
|
|
|
39660
|
-
},{}],
|
|
39248
|
+
},{}],477:[function(require,module,exports){
|
|
39661
39249
|
(function (process,global){
|
|
39662
39250
|
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;
|
|
39663
39251
|
|
|
39664
39252
|
|
|
39665
39253
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
39666
|
-
},{"_process":
|
|
39254
|
+
},{"_process":489}],478:[function(require,module,exports){
|
|
39667
39255
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
39668
39256
|
var e, m
|
|
39669
39257
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -39749,7 +39337,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
39749
39337
|
buffer[offset + i - d] |= s * 128
|
|
39750
39338
|
}
|
|
39751
39339
|
|
|
39752
|
-
},{}],
|
|
39340
|
+
},{}],479:[function(require,module,exports){
|
|
39753
39341
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
39754
39342
|
// on the global object (window or self)
|
|
39755
39343
|
//
|
|
@@ -39757,19 +39345,19 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
39757
39345
|
require('whatwg-fetch');
|
|
39758
39346
|
module.exports = self.fetch.bind(self);
|
|
39759
39347
|
|
|
39760
|
-
},{"whatwg-fetch":
|
|
39348
|
+
},{"whatwg-fetch":501}],480:[function(require,module,exports){
|
|
39761
39349
|
'use strict';
|
|
39762
39350
|
|
|
39763
39351
|
/** @type {import('./abs')} */
|
|
39764
39352
|
module.exports = Math.abs;
|
|
39765
39353
|
|
|
39766
|
-
},{}],
|
|
39354
|
+
},{}],481:[function(require,module,exports){
|
|
39767
39355
|
'use strict';
|
|
39768
39356
|
|
|
39769
39357
|
/** @type {import('./floor')} */
|
|
39770
39358
|
module.exports = Math.floor;
|
|
39771
39359
|
|
|
39772
|
-
},{}],
|
|
39360
|
+
},{}],482:[function(require,module,exports){
|
|
39773
39361
|
'use strict';
|
|
39774
39362
|
|
|
39775
39363
|
/** @type {import('./isNaN')} */
|
|
@@ -39777,31 +39365,31 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
39777
39365
|
return a !== a;
|
|
39778
39366
|
};
|
|
39779
39367
|
|
|
39780
|
-
},{}],
|
|
39368
|
+
},{}],483:[function(require,module,exports){
|
|
39781
39369
|
'use strict';
|
|
39782
39370
|
|
|
39783
39371
|
/** @type {import('./max')} */
|
|
39784
39372
|
module.exports = Math.max;
|
|
39785
39373
|
|
|
39786
|
-
},{}],
|
|
39374
|
+
},{}],484:[function(require,module,exports){
|
|
39787
39375
|
'use strict';
|
|
39788
39376
|
|
|
39789
39377
|
/** @type {import('./min')} */
|
|
39790
39378
|
module.exports = Math.min;
|
|
39791
39379
|
|
|
39792
|
-
},{}],
|
|
39380
|
+
},{}],485:[function(require,module,exports){
|
|
39793
39381
|
'use strict';
|
|
39794
39382
|
|
|
39795
39383
|
/** @type {import('./pow')} */
|
|
39796
39384
|
module.exports = Math.pow;
|
|
39797
39385
|
|
|
39798
|
-
},{}],
|
|
39386
|
+
},{}],486:[function(require,module,exports){
|
|
39799
39387
|
'use strict';
|
|
39800
39388
|
|
|
39801
39389
|
/** @type {import('./round')} */
|
|
39802
39390
|
module.exports = Math.round;
|
|
39803
39391
|
|
|
39804
|
-
},{}],
|
|
39392
|
+
},{}],487:[function(require,module,exports){
|
|
39805
39393
|
'use strict';
|
|
39806
39394
|
|
|
39807
39395
|
var $isNaN = require('./isNaN');
|
|
@@ -39814,7 +39402,7 @@ module.exports = function sign(number) {
|
|
|
39814
39402
|
return number < 0 ? -1 : +1;
|
|
39815
39403
|
};
|
|
39816
39404
|
|
|
39817
|
-
},{"./isNaN":
|
|
39405
|
+
},{"./isNaN":482}],488:[function(require,module,exports){
|
|
39818
39406
|
(function (global){
|
|
39819
39407
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
39820
39408
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
@@ -40345,7 +39933,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
40345
39933
|
}
|
|
40346
39934
|
|
|
40347
39935
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
40348
|
-
},{"./util.inspect":
|
|
39936
|
+
},{"./util.inspect":441}],489:[function(require,module,exports){
|
|
40349
39937
|
// shim for using process in browser
|
|
40350
39938
|
var process = module.exports = {};
|
|
40351
39939
|
|
|
@@ -40531,7 +40119,7 @@ process.chdir = function (dir) {
|
|
|
40531
40119
|
};
|
|
40532
40120
|
process.umask = function() { return 0; };
|
|
40533
40121
|
|
|
40534
|
-
},{}],
|
|
40122
|
+
},{}],490:[function(require,module,exports){
|
|
40535
40123
|
'use strict';
|
|
40536
40124
|
|
|
40537
40125
|
var replace = String.prototype.replace;
|
|
@@ -40556,7 +40144,7 @@ module.exports = {
|
|
|
40556
40144
|
RFC3986: Format.RFC3986
|
|
40557
40145
|
};
|
|
40558
40146
|
|
|
40559
|
-
},{}],
|
|
40147
|
+
},{}],491:[function(require,module,exports){
|
|
40560
40148
|
'use strict';
|
|
40561
40149
|
|
|
40562
40150
|
var stringify = require('./stringify');
|
|
@@ -40569,7 +40157,7 @@ module.exports = {
|
|
|
40569
40157
|
stringify: stringify
|
|
40570
40158
|
};
|
|
40571
40159
|
|
|
40572
|
-
},{"./formats":
|
|
40160
|
+
},{"./formats":490,"./parse":492,"./stringify":493}],492:[function(require,module,exports){
|
|
40573
40161
|
'use strict';
|
|
40574
40162
|
|
|
40575
40163
|
var utils = require('./utils');
|
|
@@ -40859,7 +40447,7 @@ module.exports = function (str, opts) {
|
|
|
40859
40447
|
return utils.compact(obj);
|
|
40860
40448
|
};
|
|
40861
40449
|
|
|
40862
|
-
},{"./utils":
|
|
40450
|
+
},{"./utils":494}],493:[function(require,module,exports){
|
|
40863
40451
|
'use strict';
|
|
40864
40452
|
|
|
40865
40453
|
var getSideChannel = require('side-channel');
|
|
@@ -41212,7 +40800,7 @@ module.exports = function (object, opts) {
|
|
|
41212
40800
|
return joined.length > 0 ? prefix + joined : '';
|
|
41213
40801
|
};
|
|
41214
40802
|
|
|
41215
|
-
},{"./formats":
|
|
40803
|
+
},{"./formats":490,"./utils":494,"side-channel":500}],494:[function(require,module,exports){
|
|
41216
40804
|
'use strict';
|
|
41217
40805
|
|
|
41218
40806
|
var formats = require('./formats');
|
|
@@ -41479,7 +41067,7 @@ module.exports = {
|
|
|
41479
41067
|
merge: merge
|
|
41480
41068
|
};
|
|
41481
41069
|
|
|
41482
|
-
},{"./formats":
|
|
41070
|
+
},{"./formats":490}],495:[function(require,module,exports){
|
|
41483
41071
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
41484
41072
|
//
|
|
41485
41073
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -41565,7 +41153,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
41565
41153
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
41566
41154
|
};
|
|
41567
41155
|
|
|
41568
|
-
},{}],
|
|
41156
|
+
},{}],496:[function(require,module,exports){
|
|
41569
41157
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
41570
41158
|
//
|
|
41571
41159
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -41652,13 +41240,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
41652
41240
|
return res;
|
|
41653
41241
|
};
|
|
41654
41242
|
|
|
41655
|
-
},{}],
|
|
41243
|
+
},{}],497:[function(require,module,exports){
|
|
41656
41244
|
'use strict';
|
|
41657
41245
|
|
|
41658
41246
|
exports.decode = exports.parse = require('./decode');
|
|
41659
41247
|
exports.encode = exports.stringify = require('./encode');
|
|
41660
41248
|
|
|
41661
|
-
},{"./decode":
|
|
41249
|
+
},{"./decode":495,"./encode":496}],498:[function(require,module,exports){
|
|
41662
41250
|
'use strict';
|
|
41663
41251
|
|
|
41664
41252
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -41702,7 +41290,7 @@ module.exports = function setFunctionLength(fn, length) {
|
|
|
41702
41290
|
return fn;
|
|
41703
41291
|
};
|
|
41704
41292
|
|
|
41705
|
-
},{"define-data-property":
|
|
41293
|
+
},{"define-data-property":453,"es-errors/type":461,"get-intrinsic":466,"gopd":471,"has-property-descriptors":472}],499:[function(require,module,exports){
|
|
41706
41294
|
'use strict'
|
|
41707
41295
|
/* eslint no-proto: 0 */
|
|
41708
41296
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -41721,7 +41309,7 @@ function mixinProperties (obj, proto) {
|
|
|
41721
41309
|
return obj
|
|
41722
41310
|
}
|
|
41723
41311
|
|
|
41724
|
-
},{}],
|
|
41312
|
+
},{}],500:[function(require,module,exports){
|
|
41725
41313
|
'use strict';
|
|
41726
41314
|
|
|
41727
41315
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -41852,7 +41440,7 @@ module.exports = function getSideChannel() {
|
|
|
41852
41440
|
return channel;
|
|
41853
41441
|
};
|
|
41854
41442
|
|
|
41855
|
-
},{"call-bind/callBound":
|
|
41443
|
+
},{"call-bind/callBound":448,"es-errors/type":461,"get-intrinsic":466,"object-inspect":488}],501:[function(require,module,exports){
|
|
41856
41444
|
(function (global){
|
|
41857
41445
|
(function (global, factory) {
|
|
41858
41446
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|