@cinerino/sdk 3.157.0-alpha.2 → 3.157.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example/playground/public/lib/bundle.js +1106 -625
- package/lib/abstract/chevre/event.d.ts +14 -0
- package/lib/abstract/chevre/event.js +16 -0
- package/lib/abstract/chevre/holdReservation.d.ts +64 -0
- package/lib/abstract/chevre/{orderNumber.js → holdReservation.js} +60 -18
- package/lib/abstract/chevre/reservation.d.ts +0 -3
- package/lib/abstract/chevre/reservation.js +11 -16
- package/lib/abstract/chevre/seller/factory.d.ts +8 -0
- package/lib/abstract/chevre/seller/factory.js +2 -0
- package/lib/abstract/chevre/seller.d.ts +50 -0
- package/lib/abstract/chevre/seller.js +110 -0
- package/lib/abstract/chevre.d.ts +6 -6
- package/lib/abstract/chevre.js +12 -12
- package/lib/abstract/service/seller.d.ts +14 -0
- package/lib/abstract/service/seller.js +28 -0
- package/lib/bundle.js +719 -498
- package/package.json +2 -2
- package/lib/abstract/chevre/orderNumber.d.ts +0 -12
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
|
2
2
|
var cinerino = window.cinerino = require('./lib/browser.js');
|
|
3
|
-
},{"./lib/browser.js":
|
|
3
|
+
},{"./lib/browser.js":100}],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":59}],3:[function(require,module,exports){
|
|
22
22
|
"use strict";
|
|
23
23
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
24
24
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -96,7 +96,7 @@ var StubAuthClient = /** @class */ (function () {
|
|
|
96
96
|
}());
|
|
97
97
|
exports.StubAuthClient = StubAuthClient;
|
|
98
98
|
|
|
99
|
-
},{"../transporters":
|
|
99
|
+
},{"../transporters":90}],4:[function(require,module,exports){
|
|
100
100
|
"use strict";
|
|
101
101
|
var __extends = (this && this.__extends) || (function () {
|
|
102
102
|
var extendStatics = function (d, b) {
|
|
@@ -147,6 +147,7 @@ var me_1 = require("./chevre/me");
|
|
|
147
147
|
var merchantReturnPolicy_1 = require("./chevre/merchantReturnPolicy");
|
|
148
148
|
var offer_1 = require("./chevre/offer");
|
|
149
149
|
var offerCatalog_1 = require("./chevre/offerCatalog");
|
|
150
|
+
var offerItemCondition_1 = require("./chevre/offerItemCondition");
|
|
150
151
|
var order_1 = require("./chevre/order");
|
|
151
152
|
var orderNumber_1 = require("./chevre/orderNumber");
|
|
152
153
|
var ownershipInfo_1 = require("./chevre/ownershipInfo");
|
|
@@ -527,6 +528,17 @@ var service;
|
|
|
527
528
|
return OfferCatalog;
|
|
528
529
|
}(offerCatalog_1.OfferCatalogService));
|
|
529
530
|
service.OfferCatalog = OfferCatalog;
|
|
531
|
+
/**
|
|
532
|
+
* アイテムコンディションサービス
|
|
533
|
+
*/
|
|
534
|
+
var OfferItemCondition = /** @class */ (function (_super) {
|
|
535
|
+
__extends(OfferItemCondition, _super);
|
|
536
|
+
function OfferItemCondition() {
|
|
537
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
538
|
+
}
|
|
539
|
+
return OfferItemCondition;
|
|
540
|
+
}(offerItemCondition_1.OfferItemConditionService));
|
|
541
|
+
service.OfferItemCondition = OfferItemCondition;
|
|
530
542
|
/**
|
|
531
543
|
* 販売者サービス
|
|
532
544
|
*/
|
|
@@ -714,7 +726,7 @@ var service;
|
|
|
714
726
|
service.UserPool = UserPool;
|
|
715
727
|
})(service = exports.service || (exports.service = {}));
|
|
716
728
|
|
|
717
|
-
},{"./chevre/account":5,"./chevre/accountTitle":6,"./chevre/accountTransaction":7,"./chevre/accountingReport":8,"./chevre/action":9,"./chevre/additionalProperty":10,"./chevre/aggregation":11,"./chevre/assetTransaction":12,"./chevre/assetTransaction/cancelReservation":13,"./chevre/assetTransaction/moneyTransfer":14,"./chevre/assetTransaction/pay":15,"./chevre/assetTransaction/refund":16,"./chevre/assetTransaction/registerService":17,"./chevre/assetTransaction/reserve":18,"./chevre/authorization":19,"./chevre/award":20,"./chevre/categoryCode":21,"./chevre/comment":22,"./chevre/creativeWork":23,"./chevre/customer":24,"./chevre/emailMessage":25,"./chevre/event":26,"./chevre/iam":27,"./chevre/me":28,"./chevre/merchantReturnPolicy":29,"./chevre/offer":30,"./chevre/offerCatalog":31,"./chevre/
|
|
729
|
+
},{"./chevre/account":5,"./chevre/accountTitle":6,"./chevre/accountTransaction":7,"./chevre/accountingReport":8,"./chevre/action":9,"./chevre/additionalProperty":10,"./chevre/aggregation":11,"./chevre/assetTransaction":12,"./chevre/assetTransaction/cancelReservation":13,"./chevre/assetTransaction/moneyTransfer":14,"./chevre/assetTransaction/pay":15,"./chevre/assetTransaction/refund":16,"./chevre/assetTransaction/registerService":17,"./chevre/assetTransaction/reserve":18,"./chevre/authorization":19,"./chevre/award":20,"./chevre/categoryCode":21,"./chevre/comment":22,"./chevre/creativeWork":23,"./chevre/customer":24,"./chevre/emailMessage":25,"./chevre/event":26,"./chevre/iam":27,"./chevre/me":28,"./chevre/merchantReturnPolicy":29,"./chevre/offer":30,"./chevre/offerCatalog":31,"./chevre/offerItemCondition":32,"./chevre/order":33,"./chevre/orderNumber":34,"./chevre/ownershipInfo":36,"./chevre/payment":37,"./chevre/permit":39,"./chevre/person":40,"./chevre/person/ownershipInfo":41,"./chevre/place":42,"./chevre/priceSpecification":43,"./chevre/product":44,"./chevre/project":45,"./chevre/reservation":46,"./chevre/seller":48,"./chevre/task":49,"./chevre/token":50,"./chevre/transaction/moneyTransfer":52,"./chevre/transaction/placeOrder":53,"./chevre/transaction/returnOrder":55,"./chevre/transactionNumber":51,"./chevre/trip":56,"./chevre/userPool":57,"./factory":58}],5:[function(require,module,exports){
|
|
718
730
|
"use strict";
|
|
719
731
|
var __extends = (this && this.__extends) || (function () {
|
|
720
732
|
var extendStatics = function (d, b) {
|
|
@@ -839,21 +851,6 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
839
851
|
});
|
|
840
852
|
});
|
|
841
853
|
};
|
|
842
|
-
/**
|
|
843
|
-
* 口座を解約する
|
|
844
|
-
*/
|
|
845
|
-
// public async close(params: {
|
|
846
|
-
// /**
|
|
847
|
-
// * 口座番号
|
|
848
|
-
// */
|
|
849
|
-
// accountNumber: string;
|
|
850
|
-
// }): Promise<void> {
|
|
851
|
-
// await this.fetch({
|
|
852
|
-
// uri: `/accounts/${params.accountNumber}/close`,
|
|
853
|
-
// method: 'PUT',
|
|
854
|
-
// expectedStatusCodes: [NO_CONTENT]
|
|
855
|
-
// });
|
|
856
|
-
// }
|
|
857
854
|
/**
|
|
858
855
|
* 口座を検索する
|
|
859
856
|
*/
|
|
@@ -886,7 +883,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
886
883
|
}(service_1.Service));
|
|
887
884
|
exports.AccountService = AccountService;
|
|
888
885
|
|
|
889
|
-
},{"../service":
|
|
886
|
+
},{"../service":63,"http-status":289}],6:[function(require,module,exports){
|
|
890
887
|
"use strict";
|
|
891
888
|
var __extends = (this && this.__extends) || (function () {
|
|
892
889
|
var extendStatics = function (d, b) {
|
|
@@ -1223,7 +1220,7 @@ var AccountTitleService = /** @class */ (function (_super) {
|
|
|
1223
1220
|
}(service_1.Service));
|
|
1224
1221
|
exports.AccountTitleService = AccountTitleService;
|
|
1225
1222
|
|
|
1226
|
-
},{"../factory":
|
|
1223
|
+
},{"../factory":58,"../service":63,"http-status":289}],7:[function(require,module,exports){
|
|
1227
1224
|
"use strict";
|
|
1228
1225
|
var __extends = (this && this.__extends) || (function () {
|
|
1229
1226
|
var extendStatics = function (d, b) {
|
|
@@ -1320,7 +1317,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
1320
1317
|
}(service_1.Service));
|
|
1321
1318
|
exports.AccountTransactionService = AccountTransactionService;
|
|
1322
1319
|
|
|
1323
|
-
},{"../service":
|
|
1320
|
+
},{"../service":63,"http-status":289}],8:[function(require,module,exports){
|
|
1324
1321
|
"use strict";
|
|
1325
1322
|
var __extends = (this && this.__extends) || (function () {
|
|
1326
1323
|
var extendStatics = function (d, b) {
|
|
@@ -1417,7 +1414,7 @@ var AccountingReportService = /** @class */ (function (_super) {
|
|
|
1417
1414
|
}(service_1.Service));
|
|
1418
1415
|
exports.AccountingReportService = AccountingReportService;
|
|
1419
1416
|
|
|
1420
|
-
},{"../service":
|
|
1417
|
+
},{"../service":63,"http-status":289}],9:[function(require,module,exports){
|
|
1421
1418
|
"use strict";
|
|
1422
1419
|
var __extends = (this && this.__extends) || (function () {
|
|
1423
1420
|
var extendStatics = function (d, b) {
|
|
@@ -1530,7 +1527,7 @@ var ActionService = /** @class */ (function (_super) {
|
|
|
1530
1527
|
}(service_1.Service));
|
|
1531
1528
|
exports.ActionService = ActionService;
|
|
1532
1529
|
|
|
1533
|
-
},{"../service":
|
|
1530
|
+
},{"../service":63,"http-status":289}],10:[function(require,module,exports){
|
|
1534
1531
|
"use strict";
|
|
1535
1532
|
var __extends = (this && this.__extends) || (function () {
|
|
1536
1533
|
var extendStatics = function (d, b) {
|
|
@@ -1694,7 +1691,7 @@ var AdditionalPropertyService = /** @class */ (function (_super) {
|
|
|
1694
1691
|
}(service_1.Service));
|
|
1695
1692
|
exports.AdditionalPropertyService = AdditionalPropertyService;
|
|
1696
1693
|
|
|
1697
|
-
},{"../service":
|
|
1694
|
+
},{"../service":63,"http-status":289}],11:[function(require,module,exports){
|
|
1698
1695
|
"use strict";
|
|
1699
1696
|
var __extends = (this && this.__extends) || (function () {
|
|
1700
1697
|
var extendStatics = function (d, b) {
|
|
@@ -1788,7 +1785,7 @@ var AggregationService = /** @class */ (function (_super) {
|
|
|
1788
1785
|
}(service_1.Service));
|
|
1789
1786
|
exports.AggregationService = AggregationService;
|
|
1790
1787
|
|
|
1791
|
-
},{"../service":
|
|
1788
|
+
},{"../service":63,"http-status":289}],12:[function(require,module,exports){
|
|
1792
1789
|
"use strict";
|
|
1793
1790
|
var __extends = (this && this.__extends) || (function () {
|
|
1794
1791
|
var extendStatics = function (d, b) {
|
|
@@ -1885,7 +1882,7 @@ var AssetTransactionService = /** @class */ (function (_super) {
|
|
|
1885
1882
|
}(service_1.Service));
|
|
1886
1883
|
exports.AssetTransactionService = AssetTransactionService;
|
|
1887
1884
|
|
|
1888
|
-
},{"../service":
|
|
1885
|
+
},{"../service":63,"http-status":289}],13:[function(require,module,exports){
|
|
1889
1886
|
"use strict";
|
|
1890
1887
|
var __extends = (this && this.__extends) || (function () {
|
|
1891
1888
|
var extendStatics = function (d, b) {
|
|
@@ -1938,6 +1935,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
1938
1935
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
1939
1936
|
}
|
|
1940
1937
|
};
|
|
1938
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
1939
|
+
var t = {};
|
|
1940
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
1941
|
+
t[p] = s[p];
|
|
1942
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
1943
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
1944
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
1945
|
+
t[p[i]] = s[p[i]];
|
|
1946
|
+
}
|
|
1947
|
+
return t;
|
|
1948
|
+
};
|
|
1941
1949
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1942
1950
|
exports.CancelReservationAssetTransactionService = void 0;
|
|
1943
1951
|
var http_status_1 = require("http-status");
|
|
@@ -1994,14 +2002,17 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
1994
2002
|
*/
|
|
1995
2003
|
CancelReservationAssetTransactionService.prototype.confirm = function (params) {
|
|
1996
2004
|
return __awaiter(this, void 0, void 0, function () {
|
|
2005
|
+
var id, body;
|
|
1997
2006
|
return __generator(this, function (_a) {
|
|
1998
2007
|
switch (_a.label) {
|
|
1999
|
-
case 0:
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2008
|
+
case 0:
|
|
2009
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
2010
|
+
return [4 /*yield*/, this.fetch({
|
|
2011
|
+
uri: "/assetTransactions/cancelReservation/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2012
|
+
method: 'PUT',
|
|
2013
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
2014
|
+
body: body
|
|
2015
|
+
})];
|
|
2005
2016
|
case 1:
|
|
2006
2017
|
_a.sent();
|
|
2007
2018
|
return [2 /*return*/];
|
|
@@ -2019,8 +2030,8 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
2019
2030
|
case 0: return [4 /*yield*/, this.fetch({
|
|
2020
2031
|
uri: "/assetTransactions/cancelReservation/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2021
2032
|
method: 'PUT',
|
|
2022
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2023
|
-
body: params
|
|
2033
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2034
|
+
// body: params
|
|
2024
2035
|
})];
|
|
2025
2036
|
case 1:
|
|
2026
2037
|
_a.sent();
|
|
@@ -2033,7 +2044,7 @@ var CancelReservationAssetTransactionService = /** @class */ (function (_super)
|
|
|
2033
2044
|
}(service_1.Service));
|
|
2034
2045
|
exports.CancelReservationAssetTransactionService = CancelReservationAssetTransactionService;
|
|
2035
2046
|
|
|
2036
|
-
},{"../../service":
|
|
2047
|
+
},{"../../service":63,"http-status":289}],14:[function(require,module,exports){
|
|
2037
2048
|
"use strict";
|
|
2038
2049
|
var __extends = (this && this.__extends) || (function () {
|
|
2039
2050
|
var extendStatics = function (d, b) {
|
|
@@ -2123,16 +2134,19 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2123
2134
|
*/
|
|
2124
2135
|
MoneyTransferAssetTransactionService.prototype.confirm = function (params) {
|
|
2125
2136
|
return __awaiter(this, void 0, void 0, function () {
|
|
2137
|
+
var transactionNumber, id;
|
|
2126
2138
|
return __generator(this, function (_a) {
|
|
2127
2139
|
switch (_a.label) {
|
|
2128
|
-
case 0:
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
:
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2140
|
+
case 0:
|
|
2141
|
+
transactionNumber = params.transactionNumber, id = params.id;
|
|
2142
|
+
return [4 /*yield*/, this.fetch({
|
|
2143
|
+
uri: (typeof transactionNumber === 'string')
|
|
2144
|
+
? "/assetTransactions/" + factory.assetTransactionType.MoneyTransfer + "/" + transactionNumber + "/confirm?transactionNumber=1"
|
|
2145
|
+
: "/assetTransactions/" + factory.assetTransactionType.MoneyTransfer + "/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2146
|
+
method: 'PUT',
|
|
2147
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2148
|
+
// body: params
|
|
2149
|
+
})];
|
|
2136
2150
|
case 1:
|
|
2137
2151
|
_a.sent();
|
|
2138
2152
|
return [2 /*return*/];
|
|
@@ -2152,8 +2166,8 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2152
2166
|
? "/assetTransactions/" + factory.assetTransactionType.MoneyTransfer + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
2153
2167
|
: "/assetTransactions/" + factory.assetTransactionType.MoneyTransfer + "/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2154
2168
|
method: 'PUT',
|
|
2155
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2156
|
-
body: params
|
|
2169
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2170
|
+
// body: params
|
|
2157
2171
|
})];
|
|
2158
2172
|
case 1:
|
|
2159
2173
|
_a.sent();
|
|
@@ -2187,7 +2201,7 @@ var MoneyTransferAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2187
2201
|
}(service_1.Service));
|
|
2188
2202
|
exports.MoneyTransferAssetTransactionService = MoneyTransferAssetTransactionService;
|
|
2189
2203
|
|
|
2190
|
-
},{"../../factory":
|
|
2204
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],15:[function(require,module,exports){
|
|
2191
2205
|
"use strict";
|
|
2192
2206
|
var __extends = (this && this.__extends) || (function () {
|
|
2193
2207
|
var extendStatics = function (d, b) {
|
|
@@ -2240,6 +2254,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2240
2254
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2241
2255
|
}
|
|
2242
2256
|
};
|
|
2257
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2258
|
+
var t = {};
|
|
2259
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2260
|
+
t[p] = s[p];
|
|
2261
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2262
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2263
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2264
|
+
t[p[i]] = s[p[i]];
|
|
2265
|
+
}
|
|
2266
|
+
return t;
|
|
2267
|
+
};
|
|
2243
2268
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2244
2269
|
exports.PayAssetTransactionService = void 0;
|
|
2245
2270
|
var http_status_1 = require("http-status");
|
|
@@ -2337,16 +2362,19 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2337
2362
|
*/
|
|
2338
2363
|
PayAssetTransactionService.prototype.confirm = function (params) {
|
|
2339
2364
|
return __awaiter(this, void 0, void 0, function () {
|
|
2365
|
+
var transactionNumber, id, body;
|
|
2340
2366
|
return __generator(this, function (_a) {
|
|
2341
2367
|
switch (_a.label) {
|
|
2342
|
-
case 0:
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
:
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2368
|
+
case 0:
|
|
2369
|
+
transactionNumber = params.transactionNumber, id = params.id, body = __rest(params, ["transactionNumber", "id"]);
|
|
2370
|
+
return [4 /*yield*/, this.fetch({
|
|
2371
|
+
uri: (typeof transactionNumber === 'string')
|
|
2372
|
+
? "/assetTransactions/" + factory.assetTransactionType.Pay + "/" + transactionNumber + "/confirm?transactionNumber=1"
|
|
2373
|
+
: "/assetTransactions/" + factory.assetTransactionType.Pay + "/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2374
|
+
method: 'PUT',
|
|
2375
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
2376
|
+
body: body
|
|
2377
|
+
})];
|
|
2350
2378
|
case 1:
|
|
2351
2379
|
_a.sent();
|
|
2352
2380
|
return [2 /*return*/];
|
|
@@ -2366,8 +2394,8 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2366
2394
|
? "/assetTransactions/" + factory.assetTransactionType.Pay + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
2367
2395
|
: "/assetTransactions/" + factory.assetTransactionType.Pay + "/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2368
2396
|
method: 'PUT',
|
|
2369
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2370
|
-
body: params
|
|
2397
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2398
|
+
// body: params
|
|
2371
2399
|
})];
|
|
2372
2400
|
case 1:
|
|
2373
2401
|
_a.sent();
|
|
@@ -2398,7 +2426,7 @@ var PayAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2398
2426
|
}(service_1.Service));
|
|
2399
2427
|
exports.PayAssetTransactionService = PayAssetTransactionService;
|
|
2400
2428
|
|
|
2401
|
-
},{"../../factory":
|
|
2429
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],16:[function(require,module,exports){
|
|
2402
2430
|
"use strict";
|
|
2403
2431
|
var __extends = (this && this.__extends) || (function () {
|
|
2404
2432
|
var extendStatics = function (d, b) {
|
|
@@ -2451,6 +2479,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2451
2479
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2452
2480
|
}
|
|
2453
2481
|
};
|
|
2482
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2483
|
+
var t = {};
|
|
2484
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2485
|
+
t[p] = s[p];
|
|
2486
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2487
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2488
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2489
|
+
t[p[i]] = s[p[i]];
|
|
2490
|
+
}
|
|
2491
|
+
return t;
|
|
2492
|
+
};
|
|
2454
2493
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2455
2494
|
exports.RefundAssetTransactionService = void 0;
|
|
2456
2495
|
var http_status_1 = require("http-status");
|
|
@@ -2488,16 +2527,19 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2488
2527
|
*/
|
|
2489
2528
|
RefundAssetTransactionService.prototype.confirm = function (params) {
|
|
2490
2529
|
return __awaiter(this, void 0, void 0, function () {
|
|
2530
|
+
var transactionNumber, id, body;
|
|
2491
2531
|
return __generator(this, function (_a) {
|
|
2492
2532
|
switch (_a.label) {
|
|
2493
|
-
case 0:
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
:
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2533
|
+
case 0:
|
|
2534
|
+
transactionNumber = params.transactionNumber, id = params.id, body = __rest(params, ["transactionNumber", "id"]);
|
|
2535
|
+
return [4 /*yield*/, this.fetch({
|
|
2536
|
+
uri: (typeof params.transactionNumber === 'string')
|
|
2537
|
+
? "/assetTransactions/" + factory.assetTransactionType.Refund + "/" + transactionNumber + "/confirm?transactionNumber=1"
|
|
2538
|
+
: "/assetTransactions/" + factory.assetTransactionType.Refund + "/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2539
|
+
method: 'PUT',
|
|
2540
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
2541
|
+
body: body
|
|
2542
|
+
})];
|
|
2501
2543
|
case 1:
|
|
2502
2544
|
_a.sent();
|
|
2503
2545
|
return [2 /*return*/];
|
|
@@ -2517,8 +2559,8 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2517
2559
|
? "/assetTransactions/" + factory.assetTransactionType.Refund + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
2518
2560
|
: "/assetTransactions/" + factory.assetTransactionType.Refund + "/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2519
2561
|
method: 'PUT',
|
|
2520
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2521
|
-
body: params
|
|
2562
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2563
|
+
// body: params
|
|
2522
2564
|
})];
|
|
2523
2565
|
case 1:
|
|
2524
2566
|
_a.sent();
|
|
@@ -2531,7 +2573,7 @@ var RefundAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2531
2573
|
}(service_1.Service));
|
|
2532
2574
|
exports.RefundAssetTransactionService = RefundAssetTransactionService;
|
|
2533
2575
|
|
|
2534
|
-
},{"../../factory":
|
|
2576
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],17:[function(require,module,exports){
|
|
2535
2577
|
"use strict";
|
|
2536
2578
|
var __extends = (this && this.__extends) || (function () {
|
|
2537
2579
|
var extendStatics = function (d, b) {
|
|
@@ -2584,6 +2626,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2584
2626
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2585
2627
|
}
|
|
2586
2628
|
};
|
|
2629
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2630
|
+
var t = {};
|
|
2631
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2632
|
+
t[p] = s[p];
|
|
2633
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2634
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2635
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2636
|
+
t[p[i]] = s[p[i]];
|
|
2637
|
+
}
|
|
2638
|
+
return t;
|
|
2639
|
+
};
|
|
2587
2640
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2588
2641
|
exports.RegisterServiceAssetTransactionService = void 0;
|
|
2589
2642
|
var http_status_1 = require("http-status");
|
|
@@ -2621,16 +2674,19 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2621
2674
|
*/
|
|
2622
2675
|
RegisterServiceAssetTransactionService.prototype.confirm = function (params) {
|
|
2623
2676
|
return __awaiter(this, void 0, void 0, function () {
|
|
2677
|
+
var transactionNumber, id, body;
|
|
2624
2678
|
return __generator(this, function (_a) {
|
|
2625
2679
|
switch (_a.label) {
|
|
2626
|
-
case 0:
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
:
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2680
|
+
case 0:
|
|
2681
|
+
transactionNumber = params.transactionNumber, id = params.id, body = __rest(params, ["transactionNumber", "id"]);
|
|
2682
|
+
return [4 /*yield*/, this.fetch({
|
|
2683
|
+
uri: (typeof transactionNumber === 'string')
|
|
2684
|
+
? "/assetTransactions/" + factory.assetTransactionType.RegisterService + "/" + transactionNumber + "/confirm?transactionNumber=1"
|
|
2685
|
+
: "/assetTransactions/" + factory.assetTransactionType.RegisterService + "/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2686
|
+
method: 'PUT',
|
|
2687
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
2688
|
+
body: body
|
|
2689
|
+
})];
|
|
2634
2690
|
case 1:
|
|
2635
2691
|
_a.sent();
|
|
2636
2692
|
return [2 /*return*/];
|
|
@@ -2650,8 +2706,8 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2650
2706
|
? "/assetTransactions/" + factory.assetTransactionType.RegisterService + "/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
2651
2707
|
: "/assetTransactions/" + factory.assetTransactionType.RegisterService + "/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2652
2708
|
method: 'PUT',
|
|
2653
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2654
|
-
body: params
|
|
2709
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2710
|
+
// body: params
|
|
2655
2711
|
})];
|
|
2656
2712
|
case 1:
|
|
2657
2713
|
_a.sent();
|
|
@@ -2664,7 +2720,7 @@ var RegisterServiceAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2664
2720
|
}(service_1.Service));
|
|
2665
2721
|
exports.RegisterServiceAssetTransactionService = RegisterServiceAssetTransactionService;
|
|
2666
2722
|
|
|
2667
|
-
},{"../../factory":
|
|
2723
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],18:[function(require,module,exports){
|
|
2668
2724
|
"use strict";
|
|
2669
2725
|
var __extends = (this && this.__extends) || (function () {
|
|
2670
2726
|
var extendStatics = function (d, b) {
|
|
@@ -2717,6 +2773,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2717
2773
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2718
2774
|
}
|
|
2719
2775
|
};
|
|
2776
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2777
|
+
var t = {};
|
|
2778
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
2779
|
+
t[p] = s[p];
|
|
2780
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
2781
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
2782
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
2783
|
+
t[p[i]] = s[p[i]];
|
|
2784
|
+
}
|
|
2785
|
+
return t;
|
|
2786
|
+
};
|
|
2720
2787
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2721
2788
|
exports.ReserveAssetTransactionService = void 0;
|
|
2722
2789
|
var http_status_1 = require("http-status");
|
|
@@ -2771,16 +2838,19 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2771
2838
|
*/
|
|
2772
2839
|
ReserveAssetTransactionService.prototype.confirm = function (params) {
|
|
2773
2840
|
return __awaiter(this, void 0, void 0, function () {
|
|
2841
|
+
var transactionNumber, id, body;
|
|
2774
2842
|
return __generator(this, function (_a) {
|
|
2775
2843
|
switch (_a.label) {
|
|
2776
|
-
case 0:
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
:
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2844
|
+
case 0:
|
|
2845
|
+
transactionNumber = params.transactionNumber, id = params.id, body = __rest(params, ["transactionNumber", "id"]);
|
|
2846
|
+
return [4 /*yield*/, this.fetch({
|
|
2847
|
+
uri: (typeof transactionNumber === 'string')
|
|
2848
|
+
? "/assetTransactions/reserve/" + transactionNumber + "/confirm?transactionNumber=1"
|
|
2849
|
+
: "/assetTransactions/reserve/" + encodeURIComponent(String(id)) + "/confirm",
|
|
2850
|
+
method: 'PUT',
|
|
2851
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
2852
|
+
body: body
|
|
2853
|
+
})];
|
|
2784
2854
|
case 1:
|
|
2785
2855
|
_a.sent();
|
|
2786
2856
|
return [2 /*return*/];
|
|
@@ -2800,8 +2870,8 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2800
2870
|
? "/assetTransactions/reserve/" + params.transactionNumber + "/cancel?transactionNumber=1"
|
|
2801
2871
|
: "/assetTransactions/reserve/" + encodeURIComponent(String(params.id)) + "/cancel",
|
|
2802
2872
|
method: 'PUT',
|
|
2803
|
-
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2804
|
-
body: params
|
|
2873
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
2874
|
+
// body: params
|
|
2805
2875
|
})];
|
|
2806
2876
|
case 1:
|
|
2807
2877
|
_a.sent();
|
|
@@ -2814,7 +2884,7 @@ var ReserveAssetTransactionService = /** @class */ (function (_super) {
|
|
|
2814
2884
|
}(service_1.Service));
|
|
2815
2885
|
exports.ReserveAssetTransactionService = ReserveAssetTransactionService;
|
|
2816
2886
|
|
|
2817
|
-
},{"../../service":
|
|
2887
|
+
},{"../../service":63,"http-status":289}],19:[function(require,module,exports){
|
|
2818
2888
|
"use strict";
|
|
2819
2889
|
var __extends = (this && this.__extends) || (function () {
|
|
2820
2890
|
var extendStatics = function (d, b) {
|
|
@@ -2930,7 +3000,7 @@ var AuthorizationService = /** @class */ (function (_super) {
|
|
|
2930
3000
|
}(service_1.Service));
|
|
2931
3001
|
exports.AuthorizationService = AuthorizationService;
|
|
2932
3002
|
|
|
2933
|
-
},{"../service":
|
|
3003
|
+
},{"../service":63,"http-status":289}],20:[function(require,module,exports){
|
|
2934
3004
|
"use strict";
|
|
2935
3005
|
var __extends = (this && this.__extends) || (function () {
|
|
2936
3006
|
var extendStatics = function (d, b) {
|
|
@@ -2983,6 +3053,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
2983
3053
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
2984
3054
|
}
|
|
2985
3055
|
};
|
|
3056
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3057
|
+
var t = {};
|
|
3058
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
3059
|
+
t[p] = s[p];
|
|
3060
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
3061
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
3062
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
3063
|
+
t[p[i]] = s[p[i]];
|
|
3064
|
+
}
|
|
3065
|
+
return t;
|
|
3066
|
+
};
|
|
2986
3067
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2987
3068
|
exports.AwardService = void 0;
|
|
2988
3069
|
var http_status_1 = require("http-status");
|
|
@@ -3019,13 +3100,17 @@ var AwardService = /** @class */ (function (_super) {
|
|
|
3019
3100
|
*/
|
|
3020
3101
|
AwardService.prototype.voidPointAward = function (params) {
|
|
3021
3102
|
return __awaiter(this, void 0, void 0, function () {
|
|
3103
|
+
var id, body;
|
|
3022
3104
|
return __generator(this, function (_a) {
|
|
3023
3105
|
switch (_a.label) {
|
|
3024
|
-
case 0:
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3106
|
+
case 0:
|
|
3107
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
3108
|
+
return [4 /*yield*/, this.fetch({
|
|
3109
|
+
uri: "/awards/authorize/" + id + "/void",
|
|
3110
|
+
method: 'PUT',
|
|
3111
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
3112
|
+
body: body
|
|
3113
|
+
})];
|
|
3029
3114
|
case 1:
|
|
3030
3115
|
_a.sent();
|
|
3031
3116
|
return [2 /*return*/];
|
|
@@ -3037,7 +3122,7 @@ var AwardService = /** @class */ (function (_super) {
|
|
|
3037
3122
|
}(service_1.Service));
|
|
3038
3123
|
exports.AwardService = AwardService;
|
|
3039
3124
|
|
|
3040
|
-
},{"../service":
|
|
3125
|
+
},{"../service":63,"http-status":289}],21:[function(require,module,exports){
|
|
3041
3126
|
"use strict";
|
|
3042
3127
|
var __extends = (this && this.__extends) || (function () {
|
|
3043
3128
|
var extendStatics = function (d, b) {
|
|
@@ -3201,7 +3286,7 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
3201
3286
|
}(service_1.Service));
|
|
3202
3287
|
exports.CategoryCodeService = CategoryCodeService;
|
|
3203
3288
|
|
|
3204
|
-
},{"../service":
|
|
3289
|
+
},{"../service":63,"http-status":289}],22:[function(require,module,exports){
|
|
3205
3290
|
"use strict";
|
|
3206
3291
|
var __extends = (this && this.__extends) || (function () {
|
|
3207
3292
|
var extendStatics = function (d, b) {
|
|
@@ -3317,7 +3402,7 @@ var CommentService = /** @class */ (function (_super) {
|
|
|
3317
3402
|
}(service_1.Service));
|
|
3318
3403
|
exports.CommentService = CommentService;
|
|
3319
3404
|
|
|
3320
|
-
},{"../service":
|
|
3405
|
+
},{"../service":63,"http-status":289}],23:[function(require,module,exports){
|
|
3321
3406
|
"use strict";
|
|
3322
3407
|
var __extends = (this && this.__extends) || (function () {
|
|
3323
3408
|
var extendStatics = function (d, b) {
|
|
@@ -3475,7 +3560,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
3475
3560
|
}(service_1.Service));
|
|
3476
3561
|
exports.CreativeWorkService = CreativeWorkService;
|
|
3477
3562
|
|
|
3478
|
-
},{"../service":
|
|
3563
|
+
},{"../service":63,"http-status":289}],24:[function(require,module,exports){
|
|
3479
3564
|
"use strict";
|
|
3480
3565
|
var __extends = (this && this.__extends) || (function () {
|
|
3481
3566
|
var extendStatics = function (d, b) {
|
|
@@ -3528,6 +3613,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3528
3613
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3529
3614
|
}
|
|
3530
3615
|
};
|
|
3616
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3617
|
+
var t = {};
|
|
3618
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
3619
|
+
t[p] = s[p];
|
|
3620
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
3621
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
3622
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
3623
|
+
t[p[i]] = s[p[i]];
|
|
3624
|
+
}
|
|
3625
|
+
return t;
|
|
3626
|
+
};
|
|
3531
3627
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3532
3628
|
exports.CustomerService = void 0;
|
|
3533
3629
|
var http_status_1 = require("http-status");
|
|
@@ -3564,12 +3660,14 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
3564
3660
|
*/
|
|
3565
3661
|
CustomerService.prototype.findById = function (params) {
|
|
3566
3662
|
return __awaiter(this, void 0, void 0, function () {
|
|
3663
|
+
var id, query;
|
|
3567
3664
|
var _this = this;
|
|
3568
3665
|
return __generator(this, function (_a) {
|
|
3666
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
3569
3667
|
return [2 /*return*/, this.fetch({
|
|
3570
|
-
uri: "/customers/" +
|
|
3668
|
+
uri: "/customers/" + id,
|
|
3571
3669
|
method: 'GET',
|
|
3572
|
-
qs:
|
|
3670
|
+
qs: query,
|
|
3573
3671
|
expectedStatusCodes: [http_status_1.OK]
|
|
3574
3672
|
})
|
|
3575
3673
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -3649,7 +3747,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
3649
3747
|
}(service_1.Service));
|
|
3650
3748
|
exports.CustomerService = CustomerService;
|
|
3651
3749
|
|
|
3652
|
-
},{"../service":
|
|
3750
|
+
},{"../service":63,"http-status":289}],25:[function(require,module,exports){
|
|
3653
3751
|
"use strict";
|
|
3654
3752
|
var __extends = (this && this.__extends) || (function () {
|
|
3655
3753
|
var extendStatics = function (d, b) {
|
|
@@ -3743,7 +3841,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
3743
3841
|
return [2 /*return*/, this.fetch({
|
|
3744
3842
|
uri: "/emailMessages/" + params.id,
|
|
3745
3843
|
method: 'GET',
|
|
3746
|
-
qs: params,
|
|
3844
|
+
// qs: params,
|
|
3747
3845
|
expectedStatusCodes: [http_status_1.OK]
|
|
3748
3846
|
})
|
|
3749
3847
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -3823,7 +3921,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
3823
3921
|
}(service_1.Service));
|
|
3824
3922
|
exports.EmailMessageService = EmailMessageService;
|
|
3825
3923
|
|
|
3826
|
-
},{"../service":
|
|
3924
|
+
},{"../service":63,"http-status":289}],26:[function(require,module,exports){
|
|
3827
3925
|
"use strict";
|
|
3828
3926
|
var __extends = (this && this.__extends) || (function () {
|
|
3829
3927
|
var extendStatics = function (d, b) {
|
|
@@ -3876,6 +3974,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
3876
3974
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
3877
3975
|
}
|
|
3878
3976
|
};
|
|
3977
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3978
|
+
var t = {};
|
|
3979
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
3980
|
+
t[p] = s[p];
|
|
3981
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
3982
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
3983
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
3984
|
+
t[p[i]] = s[p[i]];
|
|
3985
|
+
}
|
|
3986
|
+
return t;
|
|
3987
|
+
};
|
|
3879
3988
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3880
3989
|
exports.EventService = void 0;
|
|
3881
3990
|
var http_status_1 = require("http-status");
|
|
@@ -4076,12 +4185,14 @@ var EventService = /** @class */ (function (_super) {
|
|
|
4076
4185
|
*/
|
|
4077
4186
|
EventService.prototype.searchTicketOffers = function (params) {
|
|
4078
4187
|
return __awaiter(this, void 0, void 0, function () {
|
|
4188
|
+
var id, query;
|
|
4079
4189
|
var _this = this;
|
|
4080
4190
|
return __generator(this, function (_a) {
|
|
4191
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
4081
4192
|
return [2 /*return*/, this.fetch({
|
|
4082
|
-
uri: "/events/" + encodeURIComponent(String(
|
|
4193
|
+
uri: "/events/" + encodeURIComponent(String(id)) + "/offers/ticket",
|
|
4083
4194
|
method: 'GET',
|
|
4084
|
-
qs:
|
|
4195
|
+
qs: query,
|
|
4085
4196
|
expectedStatusCodes: [http_status_1.OK]
|
|
4086
4197
|
})
|
|
4087
4198
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -4095,12 +4206,14 @@ var EventService = /** @class */ (function (_super) {
|
|
|
4095
4206
|
*/
|
|
4096
4207
|
EventService.prototype.searchSeats = function (params) {
|
|
4097
4208
|
return __awaiter(this, void 0, void 0, function () {
|
|
4209
|
+
var id, query;
|
|
4098
4210
|
var _this = this;
|
|
4099
4211
|
return __generator(this, function (_a) {
|
|
4212
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
4100
4213
|
return [2 /*return*/, this.fetch({
|
|
4101
|
-
uri: "/events/" + encodeURIComponent(String(
|
|
4214
|
+
uri: "/events/" + encodeURIComponent(String(id)) + "/seats",
|
|
4102
4215
|
method: 'GET',
|
|
4103
|
-
qs:
|
|
4216
|
+
qs: query,
|
|
4104
4217
|
expectedStatusCodes: [http_status_1.OK]
|
|
4105
4218
|
})
|
|
4106
4219
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
@@ -4122,7 +4235,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
4122
4235
|
}(service_1.Service));
|
|
4123
4236
|
exports.EventService = EventService;
|
|
4124
4237
|
|
|
4125
|
-
},{"../service":
|
|
4238
|
+
},{"../service":63,"http-status":289}],27:[function(require,module,exports){
|
|
4126
4239
|
"use strict";
|
|
4127
4240
|
var __extends = (this && this.__extends) || (function () {
|
|
4128
4241
|
var extendStatics = function (d, b) {
|
|
@@ -4175,6 +4288,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4175
4288
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4176
4289
|
}
|
|
4177
4290
|
};
|
|
4291
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
4292
|
+
var t = {};
|
|
4293
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4294
|
+
t[p] = s[p];
|
|
4295
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
4296
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
4297
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
4298
|
+
t[p[i]] = s[p[i]];
|
|
4299
|
+
}
|
|
4300
|
+
return t;
|
|
4301
|
+
};
|
|
4178
4302
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4179
4303
|
exports.IAMService = void 0;
|
|
4180
4304
|
var http_status_1 = require("http-status");
|
|
@@ -4256,14 +4380,17 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
4256
4380
|
*/
|
|
4257
4381
|
IAMService.prototype.updateUserProfile = function (params) {
|
|
4258
4382
|
return __awaiter(this, void 0, void 0, function () {
|
|
4383
|
+
var id, query;
|
|
4259
4384
|
return __generator(this, function (_a) {
|
|
4260
4385
|
switch (_a.label) {
|
|
4261
|
-
case 0:
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4386
|
+
case 0:
|
|
4387
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
4388
|
+
return [4 /*yield*/, this.fetch({
|
|
4389
|
+
uri: "/iam/users/" + params.id + "/profile",
|
|
4390
|
+
method: 'PATCH',
|
|
4391
|
+
body: query,
|
|
4392
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
4393
|
+
})];
|
|
4267
4394
|
case 1:
|
|
4268
4395
|
_a.sent();
|
|
4269
4396
|
return [2 /*return*/];
|
|
@@ -4445,7 +4572,7 @@ var IAMService = /** @class */ (function (_super) {
|
|
|
4445
4572
|
}(service_1.Service));
|
|
4446
4573
|
exports.IAMService = IAMService;
|
|
4447
4574
|
|
|
4448
|
-
},{"../service":
|
|
4575
|
+
},{"../service":63,"http-status":289}],28:[function(require,module,exports){
|
|
4449
4576
|
"use strict";
|
|
4450
4577
|
var __extends = (this && this.__extends) || (function () {
|
|
4451
4578
|
var extendStatics = function (d, b) {
|
|
@@ -4542,7 +4669,7 @@ var MeService = /** @class */ (function (_super) {
|
|
|
4542
4669
|
}(service_1.Service));
|
|
4543
4670
|
exports.MeService = MeService;
|
|
4544
4671
|
|
|
4545
|
-
},{"../service":
|
|
4672
|
+
},{"../service":63,"http-status":289}],29:[function(require,module,exports){
|
|
4546
4673
|
"use strict";
|
|
4547
4674
|
var __extends = (this && this.__extends) || (function () {
|
|
4548
4675
|
var extendStatics = function (d, b) {
|
|
@@ -4700,7 +4827,7 @@ var MerchantReturnPolicyService = /** @class */ (function (_super) {
|
|
|
4700
4827
|
}(service_1.Service));
|
|
4701
4828
|
exports.MerchantReturnPolicyService = MerchantReturnPolicyService;
|
|
4702
4829
|
|
|
4703
|
-
},{"../service":
|
|
4830
|
+
},{"../service":63,"http-status":289}],30:[function(require,module,exports){
|
|
4704
4831
|
"use strict";
|
|
4705
4832
|
var __extends = (this && this.__extends) || (function () {
|
|
4706
4833
|
var extendStatics = function (d, b) {
|
|
@@ -4764,6 +4891,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
4764
4891
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
4765
4892
|
}
|
|
4766
4893
|
};
|
|
4894
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
4895
|
+
var t = {};
|
|
4896
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4897
|
+
t[p] = s[p];
|
|
4898
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
4899
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
4900
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
4901
|
+
t[p[i]] = s[p[i]];
|
|
4902
|
+
}
|
|
4903
|
+
return t;
|
|
4904
|
+
};
|
|
4767
4905
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4768
4906
|
exports.OfferService = exports.FlgMember = void 0;
|
|
4769
4907
|
var http_status_1 = require("http-status");
|
|
@@ -4933,14 +5071,17 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
4933
5071
|
*/
|
|
4934
5072
|
OfferService.prototype.voidAuthorization = function (params) {
|
|
4935
5073
|
return __awaiter(this, void 0, void 0, function () {
|
|
5074
|
+
var id, object, body;
|
|
4936
5075
|
return __generator(this, function (_a) {
|
|
4937
5076
|
switch (_a.label) {
|
|
4938
|
-
case 0:
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
5077
|
+
case 0:
|
|
5078
|
+
id = params.id, object = params.object, body = __rest(params, ["id", "object"]);
|
|
5079
|
+
return [4 /*yield*/, this.fetch({
|
|
5080
|
+
uri: "/offers/" + object.itemOffered.typeOf + "/authorize/" + id + "/void",
|
|
5081
|
+
method: 'PUT',
|
|
5082
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
5083
|
+
body: body
|
|
5084
|
+
})];
|
|
4944
5085
|
case 1:
|
|
4945
5086
|
_a.sent();
|
|
4946
5087
|
return [2 /*return*/];
|
|
@@ -4972,13 +5113,15 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
4972
5113
|
*/
|
|
4973
5114
|
OfferService.prototype.voidAuthorizationByCOA = function (params) {
|
|
4974
5115
|
return __awaiter(this, void 0, void 0, function () {
|
|
5116
|
+
var id, body;
|
|
4975
5117
|
var _this = this;
|
|
4976
5118
|
return __generator(this, function (_a) {
|
|
5119
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
4977
5120
|
return [2 /*return*/, this.fetch({
|
|
4978
|
-
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" +
|
|
5121
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + id + "/void",
|
|
4979
5122
|
method: 'PUT',
|
|
4980
5123
|
expectedStatusCodes: [http_status_1.OK],
|
|
4981
|
-
body:
|
|
5124
|
+
body: body
|
|
4982
5125
|
})
|
|
4983
5126
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
4984
5127
|
return [2 /*return*/, response.json()];
|
|
@@ -4991,13 +5134,15 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
4991
5134
|
*/
|
|
4992
5135
|
OfferService.prototype.updateEventServiceByCOA = function (params) {
|
|
4993
5136
|
return __awaiter(this, void 0, void 0, function () {
|
|
5137
|
+
var id, body;
|
|
4994
5138
|
var _this = this;
|
|
4995
5139
|
return __generator(this, function (_a) {
|
|
5140
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
4996
5141
|
return [2 /*return*/, this.fetch({
|
|
4997
|
-
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" +
|
|
5142
|
+
uri: "/offers/" + factory.product.ProductType.EventService + "ByCOA/authorize/" + id,
|
|
4998
5143
|
method: 'PATCH',
|
|
4999
5144
|
expectedStatusCodes: [http_status_1.OK],
|
|
5000
|
-
body:
|
|
5145
|
+
body: body
|
|
5001
5146
|
})
|
|
5002
5147
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
5003
5148
|
return [2 /*return*/, response.json()];
|
|
@@ -5009,7 +5154,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
5009
5154
|
}(service_1.Service));
|
|
5010
5155
|
exports.OfferService = OfferService;
|
|
5011
5156
|
|
|
5012
|
-
},{"../factory":
|
|
5157
|
+
},{"../factory":58,"../service":63,"http-status":289}],31:[function(require,module,exports){
|
|
5013
5158
|
"use strict";
|
|
5014
5159
|
var __extends = (this && this.__extends) || (function () {
|
|
5015
5160
|
var extendStatics = function (d, b) {
|
|
@@ -5062,6 +5207,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5062
5207
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5063
5208
|
}
|
|
5064
5209
|
};
|
|
5210
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
5211
|
+
var t = {};
|
|
5212
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5213
|
+
t[p] = s[p];
|
|
5214
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
5215
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
5216
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
5217
|
+
t[p[i]] = s[p[i]];
|
|
5218
|
+
}
|
|
5219
|
+
return t;
|
|
5220
|
+
};
|
|
5065
5221
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5066
5222
|
exports.OfferCatalogService = void 0;
|
|
5067
5223
|
var http_status_1 = require("http-status");
|
|
@@ -5097,9 +5253,7 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
5097
5253
|
* オファーカタログ検索
|
|
5098
5254
|
* レスポンス最適化(2023-02-28~)
|
|
5099
5255
|
*/
|
|
5100
|
-
OfferCatalogService.prototype.search = function (params
|
|
5101
|
-
// ): Promise<ISearchResult<factory.offerCatalog.IOfferCatalog[]>> {
|
|
5102
|
-
) {
|
|
5256
|
+
OfferCatalogService.prototype.search = function (params) {
|
|
5103
5257
|
return __awaiter(this, void 0, void 0, function () {
|
|
5104
5258
|
var _this = this;
|
|
5105
5259
|
return __generator(this, function (_a) {
|
|
@@ -5184,11 +5338,123 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
5184
5338
|
});
|
|
5185
5339
|
};
|
|
5186
5340
|
OfferCatalogService.prototype.searchItemListElement = function (params) {
|
|
5341
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5342
|
+
var id, query;
|
|
5343
|
+
var _this = this;
|
|
5344
|
+
return __generator(this, function (_a) {
|
|
5345
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
5346
|
+
return [2 /*return*/, this.fetch({
|
|
5347
|
+
uri: "/offerCatalogs/" + encodeURIComponent(String(id)) + "/itemListElement",
|
|
5348
|
+
method: 'GET',
|
|
5349
|
+
qs: query,
|
|
5350
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
5351
|
+
})
|
|
5352
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
5353
|
+
var _a;
|
|
5354
|
+
return __generator(this, function (_b) {
|
|
5355
|
+
switch (_b.label) {
|
|
5356
|
+
case 0:
|
|
5357
|
+
_a = {};
|
|
5358
|
+
return [4 /*yield*/, response.json()];
|
|
5359
|
+
case 1: return [2 /*return*/, (_a.data = _b.sent(),
|
|
5360
|
+
_a)];
|
|
5361
|
+
}
|
|
5362
|
+
});
|
|
5363
|
+
}); })];
|
|
5364
|
+
});
|
|
5365
|
+
});
|
|
5366
|
+
};
|
|
5367
|
+
return OfferCatalogService;
|
|
5368
|
+
}(service_1.Service));
|
|
5369
|
+
exports.OfferCatalogService = OfferCatalogService;
|
|
5370
|
+
|
|
5371
|
+
},{"../service":63,"http-status":289}],32:[function(require,module,exports){
|
|
5372
|
+
"use strict";
|
|
5373
|
+
var __extends = (this && this.__extends) || (function () {
|
|
5374
|
+
var extendStatics = function (d, b) {
|
|
5375
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5376
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5377
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5378
|
+
return extendStatics(d, b);
|
|
5379
|
+
};
|
|
5380
|
+
return function (d, b) {
|
|
5381
|
+
if (typeof b !== "function" && b !== null)
|
|
5382
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5383
|
+
extendStatics(d, b);
|
|
5384
|
+
function __() { this.constructor = d; }
|
|
5385
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5386
|
+
};
|
|
5387
|
+
})();
|
|
5388
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
5389
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
5390
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5391
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5392
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
5393
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
5394
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
5395
|
+
});
|
|
5396
|
+
};
|
|
5397
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
5398
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
5399
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
5400
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
5401
|
+
function step(op) {
|
|
5402
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
5403
|
+
while (_) try {
|
|
5404
|
+
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;
|
|
5405
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
5406
|
+
switch (op[0]) {
|
|
5407
|
+
case 0: case 1: t = op; break;
|
|
5408
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
5409
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
5410
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
5411
|
+
default:
|
|
5412
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
5413
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
5414
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
5415
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
5416
|
+
if (t[2]) _.ops.pop();
|
|
5417
|
+
_.trys.pop(); continue;
|
|
5418
|
+
}
|
|
5419
|
+
op = body.call(thisArg, _);
|
|
5420
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
5421
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5422
|
+
}
|
|
5423
|
+
};
|
|
5424
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5425
|
+
exports.OfferItemConditionService = void 0;
|
|
5426
|
+
var http_status_1 = require("http-status");
|
|
5427
|
+
var service_1 = require("../service");
|
|
5428
|
+
/**
|
|
5429
|
+
* アイテムコンディションサービス
|
|
5430
|
+
*/
|
|
5431
|
+
var OfferItemConditionService = /** @class */ (function (_super) {
|
|
5432
|
+
__extends(OfferItemConditionService, _super);
|
|
5433
|
+
function OfferItemConditionService() {
|
|
5434
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
5435
|
+
}
|
|
5436
|
+
OfferItemConditionService.prototype.create = function (params) {
|
|
5187
5437
|
return __awaiter(this, void 0, void 0, function () {
|
|
5188
5438
|
var _this = this;
|
|
5189
5439
|
return __generator(this, function (_a) {
|
|
5190
5440
|
return [2 /*return*/, this.fetch({
|
|
5191
|
-
uri:
|
|
5441
|
+
uri: '/offerItemConditions',
|
|
5442
|
+
method: 'POST',
|
|
5443
|
+
body: params,
|
|
5444
|
+
expectedStatusCodes: [http_status_1.CREATED]
|
|
5445
|
+
})
|
|
5446
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
5447
|
+
return [2 /*return*/, response.json()];
|
|
5448
|
+
}); }); })];
|
|
5449
|
+
});
|
|
5450
|
+
});
|
|
5451
|
+
};
|
|
5452
|
+
OfferItemConditionService.prototype.search = function (params) {
|
|
5453
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5454
|
+
var _this = this;
|
|
5455
|
+
return __generator(this, function (_a) {
|
|
5456
|
+
return [2 /*return*/, this.fetch({
|
|
5457
|
+
uri: '/offerItemConditions',
|
|
5192
5458
|
method: 'GET',
|
|
5193
5459
|
qs: params,
|
|
5194
5460
|
expectedStatusCodes: [http_status_1.OK]
|
|
@@ -5208,11 +5474,59 @@ var OfferCatalogService = /** @class */ (function (_super) {
|
|
|
5208
5474
|
});
|
|
5209
5475
|
});
|
|
5210
5476
|
};
|
|
5211
|
-
|
|
5477
|
+
OfferItemConditionService.prototype.findById = function (params) {
|
|
5478
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5479
|
+
var _this = this;
|
|
5480
|
+
return __generator(this, function (_a) {
|
|
5481
|
+
return [2 /*return*/, this.fetch({
|
|
5482
|
+
uri: "/offerItemConditions/" + encodeURIComponent(String(params.id)),
|
|
5483
|
+
method: 'GET',
|
|
5484
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
5485
|
+
})
|
|
5486
|
+
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
5487
|
+
return [2 /*return*/, response.json()];
|
|
5488
|
+
}); }); })];
|
|
5489
|
+
});
|
|
5490
|
+
});
|
|
5491
|
+
};
|
|
5492
|
+
OfferItemConditionService.prototype.update = function (params) {
|
|
5493
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5494
|
+
return __generator(this, function (_a) {
|
|
5495
|
+
switch (_a.label) {
|
|
5496
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
5497
|
+
uri: "/offerItemConditions/" + encodeURIComponent(String(params.id)),
|
|
5498
|
+
method: 'PUT',
|
|
5499
|
+
body: params,
|
|
5500
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
5501
|
+
})];
|
|
5502
|
+
case 1:
|
|
5503
|
+
_a.sent();
|
|
5504
|
+
return [2 /*return*/];
|
|
5505
|
+
}
|
|
5506
|
+
});
|
|
5507
|
+
});
|
|
5508
|
+
};
|
|
5509
|
+
OfferItemConditionService.prototype.deleteById = function (params) {
|
|
5510
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
5511
|
+
return __generator(this, function (_a) {
|
|
5512
|
+
switch (_a.label) {
|
|
5513
|
+
case 0: return [4 /*yield*/, this.fetch({
|
|
5514
|
+
uri: "/offerItemConditions/" + encodeURIComponent(String(params.id)),
|
|
5515
|
+
method: 'DELETE',
|
|
5516
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
5517
|
+
})];
|
|
5518
|
+
case 1:
|
|
5519
|
+
_a.sent();
|
|
5520
|
+
return [2 /*return*/];
|
|
5521
|
+
}
|
|
5522
|
+
});
|
|
5523
|
+
});
|
|
5524
|
+
};
|
|
5525
|
+
return OfferItemConditionService;
|
|
5212
5526
|
}(service_1.Service));
|
|
5213
|
-
exports.
|
|
5527
|
+
exports.OfferItemConditionService = OfferItemConditionService;
|
|
5214
5528
|
|
|
5215
|
-
},{"../service":
|
|
5529
|
+
},{"../service":63,"http-status":289}],33:[function(require,module,exports){
|
|
5216
5530
|
"use strict";
|
|
5217
5531
|
var __extends = (this && this.__extends) || (function () {
|
|
5218
5532
|
var extendStatics = function (d, b) {
|
|
@@ -5265,6 +5579,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5265
5579
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5266
5580
|
}
|
|
5267
5581
|
};
|
|
5582
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
5583
|
+
var t = {};
|
|
5584
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5585
|
+
t[p] = s[p];
|
|
5586
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
5587
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
5588
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
5589
|
+
t[p[i]] = s[p[i]];
|
|
5590
|
+
}
|
|
5591
|
+
return t;
|
|
5592
|
+
};
|
|
5268
5593
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5269
5594
|
exports.OrderService = void 0;
|
|
5270
5595
|
var http_status_1 = require("http-status");
|
|
@@ -5409,7 +5734,9 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5409
5734
|
case 0: return [4 /*yield*/, this.fetch({
|
|
5410
5735
|
uri: "/orders/" + params.orderNumber + "/" + factory.orderStatus.OrderDelivered,
|
|
5411
5736
|
method: 'PUT',
|
|
5412
|
-
body:
|
|
5737
|
+
body: {
|
|
5738
|
+
confirmationNumber: params.confirmationNumber
|
|
5739
|
+
},
|
|
5413
5740
|
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
5414
5741
|
})];
|
|
5415
5742
|
case 1:
|
|
@@ -5424,14 +5751,17 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5424
5751
|
*/
|
|
5425
5752
|
OrderService.prototype.returnOrder = function (params) {
|
|
5426
5753
|
return __awaiter(this, void 0, void 0, function () {
|
|
5754
|
+
var dateReturned, orderNumber, returner;
|
|
5427
5755
|
return __generator(this, function (_a) {
|
|
5428
5756
|
switch (_a.label) {
|
|
5429
|
-
case 0:
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5757
|
+
case 0:
|
|
5758
|
+
dateReturned = params.dateReturned, orderNumber = params.orderNumber, returner = params.returner;
|
|
5759
|
+
return [4 /*yield*/, this.fetch({
|
|
5760
|
+
uri: "/orders/" + orderNumber + "/" + factory.orderStatus.OrderReturned,
|
|
5761
|
+
method: 'PUT',
|
|
5762
|
+
body: { dateReturned: dateReturned, returner: returner },
|
|
5763
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
5764
|
+
})];
|
|
5435
5765
|
case 1:
|
|
5436
5766
|
_a.sent();
|
|
5437
5767
|
return [2 /*return*/];
|
|
@@ -5444,14 +5774,17 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5444
5774
|
*/
|
|
5445
5775
|
OrderService.prototype.updateChangeableAttributes = function (params) {
|
|
5446
5776
|
return __awaiter(this, void 0, void 0, function () {
|
|
5777
|
+
var orderNumber, body;
|
|
5447
5778
|
return __generator(this, function (_a) {
|
|
5448
5779
|
switch (_a.label) {
|
|
5449
|
-
case 0:
|
|
5450
|
-
|
|
5451
|
-
|
|
5452
|
-
|
|
5453
|
-
|
|
5454
|
-
|
|
5780
|
+
case 0:
|
|
5781
|
+
orderNumber = params.orderNumber, body = __rest(params, ["orderNumber"]);
|
|
5782
|
+
return [4 /*yield*/, this.fetch({
|
|
5783
|
+
uri: "/orders/" + orderNumber,
|
|
5784
|
+
method: 'PATCH',
|
|
5785
|
+
body: body,
|
|
5786
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
5787
|
+
})];
|
|
5455
5788
|
case 1:
|
|
5456
5789
|
_a.sent();
|
|
5457
5790
|
return [2 /*return*/];
|
|
@@ -5548,12 +5881,14 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5548
5881
|
*/
|
|
5549
5882
|
OrderService.prototype.searchAcceptedOffersByConfirmationNumber = function (params) {
|
|
5550
5883
|
return __awaiter(this, void 0, void 0, function () {
|
|
5884
|
+
var orderNumber, body;
|
|
5551
5885
|
var _this = this;
|
|
5552
5886
|
return __generator(this, function (_a) {
|
|
5887
|
+
orderNumber = params.orderNumber, body = __rest(params, ["orderNumber"]);
|
|
5553
5888
|
return [2 /*return*/, this.fetch({
|
|
5554
|
-
uri: "/orders/" +
|
|
5889
|
+
uri: "/orders/" + orderNumber + "/acceptedOffersByConfirmationNumber",
|
|
5555
5890
|
method: 'POST',
|
|
5556
|
-
body:
|
|
5891
|
+
body: body,
|
|
5557
5892
|
expectedStatusCodes: [http_status_1.OK]
|
|
5558
5893
|
})
|
|
5559
5894
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -5605,7 +5940,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
5605
5940
|
}(service_1.Service));
|
|
5606
5941
|
exports.OrderService = OrderService;
|
|
5607
5942
|
|
|
5608
|
-
},{"../factory":
|
|
5943
|
+
},{"../factory":58,"../service":63,"http-status":289}],34:[function(require,module,exports){
|
|
5609
5944
|
"use strict";
|
|
5610
5945
|
var __extends = (this && this.__extends) || (function () {
|
|
5611
5946
|
var extendStatics = function (d, b) {
|
|
@@ -5693,11 +6028,11 @@ var OrderNumberService = /** @class */ (function (_super) {
|
|
|
5693
6028
|
}(service_1.Service));
|
|
5694
6029
|
exports.OrderNumberService = OrderNumberService;
|
|
5695
6030
|
|
|
5696
|
-
},{"../service":
|
|
6031
|
+
},{"../service":63,"http-status":289}],35:[function(require,module,exports){
|
|
5697
6032
|
"use strict";
|
|
5698
6033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5699
6034
|
|
|
5700
|
-
},{}],
|
|
6035
|
+
},{}],36:[function(require,module,exports){
|
|
5701
6036
|
"use strict";
|
|
5702
6037
|
var __extends = (this && this.__extends) || (function () {
|
|
5703
6038
|
var extendStatics = function (d, b) {
|
|
@@ -5794,7 +6129,7 @@ var OwnershipInfoService = /** @class */ (function (_super) {
|
|
|
5794
6129
|
}(service_1.Service));
|
|
5795
6130
|
exports.OwnershipInfoService = OwnershipInfoService;
|
|
5796
6131
|
|
|
5797
|
-
},{"../service":
|
|
6132
|
+
},{"../service":63,"http-status":289}],37:[function(require,module,exports){
|
|
5798
6133
|
"use strict";
|
|
5799
6134
|
var __extends = (this && this.__extends) || (function () {
|
|
5800
6135
|
var extendStatics = function (d, b) {
|
|
@@ -5847,6 +6182,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
5847
6182
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
5848
6183
|
}
|
|
5849
6184
|
};
|
|
6185
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
6186
|
+
var t = {};
|
|
6187
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
6188
|
+
t[p] = s[p];
|
|
6189
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6190
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
6191
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
6192
|
+
t[p[i]] = s[p[i]];
|
|
6193
|
+
}
|
|
6194
|
+
return t;
|
|
6195
|
+
};
|
|
5850
6196
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5851
6197
|
exports.PaymentService = void 0;
|
|
5852
6198
|
var http_status_1 = require("http-status");
|
|
@@ -5980,14 +6326,17 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
5980
6326
|
*/
|
|
5981
6327
|
PaymentService.prototype.voidAnyPayment = function (params) {
|
|
5982
6328
|
return __awaiter(this, void 0, void 0, function () {
|
|
6329
|
+
var id, body;
|
|
5983
6330
|
return __generator(this, function (_a) {
|
|
5984
6331
|
switch (_a.label) {
|
|
5985
|
-
case 0:
|
|
5986
|
-
|
|
5987
|
-
|
|
5988
|
-
|
|
5989
|
-
|
|
5990
|
-
|
|
6332
|
+
case 0:
|
|
6333
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
6334
|
+
return [4 /*yield*/, this.fetch({
|
|
6335
|
+
uri: "/payment/" + factory.service.paymentService.PaymentServiceType.FaceToFace + "/authorize/" + id + "/void",
|
|
6336
|
+
method: 'PUT',
|
|
6337
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
6338
|
+
body: body
|
|
6339
|
+
})];
|
|
5991
6340
|
case 1:
|
|
5992
6341
|
_a.sent();
|
|
5993
6342
|
return [2 /*return*/];
|
|
@@ -6000,14 +6349,17 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
6000
6349
|
*/
|
|
6001
6350
|
PaymentService.prototype.voidTransaction = function (params) {
|
|
6002
6351
|
return __awaiter(this, void 0, void 0, function () {
|
|
6352
|
+
var id, object, body;
|
|
6003
6353
|
return __generator(this, function (_a) {
|
|
6004
6354
|
switch (_a.label) {
|
|
6005
|
-
case 0:
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6355
|
+
case 0:
|
|
6356
|
+
id = params.id, object = params.object, body = __rest(params, ["id", "object"]);
|
|
6357
|
+
return [4 /*yield*/, this.fetch({
|
|
6358
|
+
uri: "/payment/" + object.typeOf + "/authorize/" + id + "/void",
|
|
6359
|
+
method: 'PUT',
|
|
6360
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
6361
|
+
body: body
|
|
6362
|
+
})];
|
|
6011
6363
|
case 1:
|
|
6012
6364
|
_a.sent();
|
|
6013
6365
|
return [2 /*return*/];
|
|
@@ -6019,9 +6371,9 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
6019
6371
|
}(service_1.Service));
|
|
6020
6372
|
exports.PaymentService = PaymentService;
|
|
6021
6373
|
|
|
6022
|
-
},{"../factory":
|
|
6023
|
-
arguments[4][
|
|
6024
|
-
},{"dup":
|
|
6374
|
+
},{"../factory":58,"../service":63,"http-status":289}],38:[function(require,module,exports){
|
|
6375
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
6376
|
+
},{"dup":35}],39:[function(require,module,exports){
|
|
6025
6377
|
"use strict";
|
|
6026
6378
|
var __extends = (this && this.__extends) || (function () {
|
|
6027
6379
|
var extendStatics = function (d, b) {
|
|
@@ -6177,7 +6529,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
6177
6529
|
}(service_1.Service));
|
|
6178
6530
|
exports.PermitService = PermitService;
|
|
6179
6531
|
|
|
6180
|
-
},{"../service":
|
|
6532
|
+
},{"../service":63,"http-status":289}],40:[function(require,module,exports){
|
|
6181
6533
|
"use strict";
|
|
6182
6534
|
var __extends = (this && this.__extends) || (function () {
|
|
6183
6535
|
var extendStatics = function (d, b) {
|
|
@@ -6413,7 +6765,7 @@ var PersonService = /** @class */ (function (_super) {
|
|
|
6413
6765
|
}(service_1.Service));
|
|
6414
6766
|
exports.PersonService = PersonService;
|
|
6415
6767
|
|
|
6416
|
-
},{"../service":
|
|
6768
|
+
},{"../service":63,"http-status":289}],41:[function(require,module,exports){
|
|
6417
6769
|
"use strict";
|
|
6418
6770
|
var __extends = (this && this.__extends) || (function () {
|
|
6419
6771
|
var extendStatics = function (d, b) {
|
|
@@ -6466,6 +6818,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
6466
6818
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
6467
6819
|
}
|
|
6468
6820
|
};
|
|
6821
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
6822
|
+
var t = {};
|
|
6823
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
6824
|
+
t[p] = s[p];
|
|
6825
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6826
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
6827
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
6828
|
+
t[p[i]] = s[p[i]];
|
|
6829
|
+
}
|
|
6830
|
+
return t;
|
|
6831
|
+
};
|
|
6469
6832
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6470
6833
|
exports.PersonOwnershipInfoService = void 0;
|
|
6471
6834
|
var http_status_1 = require("http-status");
|
|
@@ -6609,8 +6972,8 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
6609
6972
|
return [2 /*return*/, this.fetch({
|
|
6610
6973
|
uri: "/people/" + id + "/ownershipInfos/" + params.ownershipInfoId + "/authorize",
|
|
6611
6974
|
method: 'POST',
|
|
6612
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
6613
|
-
body: params
|
|
6975
|
+
expectedStatusCodes: [http_status_1.OK]
|
|
6976
|
+
// body: params
|
|
6614
6977
|
})
|
|
6615
6978
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
6616
6979
|
return [2 /*return*/, response.json()];
|
|
@@ -6623,14 +6986,15 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
6623
6986
|
*/
|
|
6624
6987
|
PersonOwnershipInfoService.prototype.searchPaymentCardMoneyTransferActions = function (params) {
|
|
6625
6988
|
return __awaiter(this, void 0, void 0, function () {
|
|
6626
|
-
var id;
|
|
6989
|
+
var id, ownershipInfoId, query, personId;
|
|
6627
6990
|
var _this = this;
|
|
6628
6991
|
return __generator(this, function (_a) {
|
|
6629
|
-
id =
|
|
6992
|
+
id = params.id, ownershipInfoId = params.ownershipInfoId, query = __rest(params, ["id", "ownershipInfoId"]);
|
|
6993
|
+
personId = (typeof id === 'string') ? id : 'me';
|
|
6630
6994
|
return [2 /*return*/, this.fetch({
|
|
6631
|
-
uri: "/people/" +
|
|
6995
|
+
uri: "/people/" + personId + "/ownershipInfos/" + ownershipInfoId + "/actions/moneyTransfer",
|
|
6632
6996
|
method: 'GET',
|
|
6633
|
-
qs:
|
|
6997
|
+
qs: query,
|
|
6634
6998
|
expectedStatusCodes: [http_status_1.OK]
|
|
6635
6999
|
})
|
|
6636
7000
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () {
|
|
@@ -6652,7 +7016,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
6652
7016
|
}(service_1.Service));
|
|
6653
7017
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
6654
7018
|
|
|
6655
|
-
},{"../../service":
|
|
7019
|
+
},{"../../service":63,"http-status":289}],42:[function(require,module,exports){
|
|
6656
7020
|
"use strict";
|
|
6657
7021
|
var __extends = (this && this.__extends) || (function () {
|
|
6658
7022
|
var extendStatics = function (d, b) {
|
|
@@ -7155,7 +7519,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
7155
7519
|
}(service_1.Service));
|
|
7156
7520
|
exports.PlaceService = PlaceService;
|
|
7157
7521
|
|
|
7158
|
-
},{"../factory":
|
|
7522
|
+
},{"../factory":58,"../service":63,"http-status":289}],43:[function(require,module,exports){
|
|
7159
7523
|
"use strict";
|
|
7160
7524
|
var __extends = (this && this.__extends) || (function () {
|
|
7161
7525
|
var extendStatics = function (d, b) {
|
|
@@ -7319,7 +7683,7 @@ var PriceSpecificationService = /** @class */ (function (_super) {
|
|
|
7319
7683
|
}(service_1.Service));
|
|
7320
7684
|
exports.PriceSpecificationService = PriceSpecificationService;
|
|
7321
7685
|
|
|
7322
|
-
},{"../service":
|
|
7686
|
+
},{"../service":63,"http-status":289}],44:[function(require,module,exports){
|
|
7323
7687
|
"use strict";
|
|
7324
7688
|
var __extends = (this && this.__extends) || (function () {
|
|
7325
7689
|
var extendStatics = function (d, b) {
|
|
@@ -7372,6 +7736,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7372
7736
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7373
7737
|
}
|
|
7374
7738
|
};
|
|
7739
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
7740
|
+
var t = {};
|
|
7741
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
7742
|
+
t[p] = s[p];
|
|
7743
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7744
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7745
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
7746
|
+
t[p[i]] = s[p[i]];
|
|
7747
|
+
}
|
|
7748
|
+
return t;
|
|
7749
|
+
};
|
|
7375
7750
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7376
7751
|
exports.ProductService = void 0;
|
|
7377
7752
|
var http_status_1 = require("http-status");
|
|
@@ -7453,12 +7828,15 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
7453
7828
|
};
|
|
7454
7829
|
ProductService.prototype.findById = function (params) {
|
|
7455
7830
|
return __awaiter(this, void 0, void 0, function () {
|
|
7831
|
+
var id, query;
|
|
7456
7832
|
var _this = this;
|
|
7457
7833
|
return __generator(this, function (_a) {
|
|
7834
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
7458
7835
|
return [2 /*return*/, this.fetch({
|
|
7459
|
-
uri: "/products/" + encodeURIComponent(String(
|
|
7836
|
+
uri: "/products/" + encodeURIComponent(String(id)),
|
|
7460
7837
|
method: 'GET',
|
|
7461
|
-
expectedStatusCodes: [http_status_1.OK]
|
|
7838
|
+
expectedStatusCodes: [http_status_1.OK],
|
|
7839
|
+
qs: query
|
|
7462
7840
|
})
|
|
7463
7841
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
7464
7842
|
return [2 /*return*/, response.json()];
|
|
@@ -7504,12 +7882,14 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
7504
7882
|
*/
|
|
7505
7883
|
ProductService.prototype.searchOffers = function (params) {
|
|
7506
7884
|
return __awaiter(this, void 0, void 0, function () {
|
|
7885
|
+
var id, query;
|
|
7507
7886
|
var _this = this;
|
|
7508
7887
|
return __generator(this, function (_a) {
|
|
7888
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
7509
7889
|
return [2 /*return*/, this.fetch({
|
|
7510
|
-
uri: "/products/" + encodeURIComponent(String(
|
|
7890
|
+
uri: "/products/" + encodeURIComponent(String(id)) + "/offers",
|
|
7511
7891
|
method: 'GET',
|
|
7512
|
-
qs:
|
|
7892
|
+
qs: query,
|
|
7513
7893
|
expectedStatusCodes: [http_status_1.OK]
|
|
7514
7894
|
})
|
|
7515
7895
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -7522,7 +7902,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
7522
7902
|
}(service_1.Service));
|
|
7523
7903
|
exports.ProductService = ProductService;
|
|
7524
7904
|
|
|
7525
|
-
},{"../service":
|
|
7905
|
+
},{"../service":63,"http-status":289}],45:[function(require,module,exports){
|
|
7526
7906
|
"use strict";
|
|
7527
7907
|
var __extends = (this && this.__extends) || (function () {
|
|
7528
7908
|
var extendStatics = function (d, b) {
|
|
@@ -7575,6 +7955,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7575
7955
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7576
7956
|
}
|
|
7577
7957
|
};
|
|
7958
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
7959
|
+
var t = {};
|
|
7960
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
7961
|
+
t[p] = s[p];
|
|
7962
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7963
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7964
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
7965
|
+
t[p[i]] = s[p[i]];
|
|
7966
|
+
}
|
|
7967
|
+
return t;
|
|
7968
|
+
};
|
|
7578
7969
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7579
7970
|
exports.ProjectService = void 0;
|
|
7580
7971
|
var http_status_1 = require("http-status");
|
|
@@ -7639,12 +8030,14 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
7639
8030
|
*/
|
|
7640
8031
|
ProjectService.prototype.findById = function (params) {
|
|
7641
8032
|
return __awaiter(this, void 0, void 0, function () {
|
|
8033
|
+
var id, query;
|
|
7642
8034
|
var _this = this;
|
|
7643
8035
|
return __generator(this, function (_a) {
|
|
8036
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
7644
8037
|
return [2 /*return*/, this.fetch({
|
|
7645
|
-
uri: "/projects/" +
|
|
8038
|
+
uri: "/projects/" + id,
|
|
7646
8039
|
method: 'GET',
|
|
7647
|
-
qs:
|
|
8040
|
+
qs: query,
|
|
7648
8041
|
expectedStatusCodes: [http_status_1.OK]
|
|
7649
8042
|
})
|
|
7650
8043
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -7658,14 +8051,17 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
7658
8051
|
*/
|
|
7659
8052
|
ProjectService.prototype.update = function (params) {
|
|
7660
8053
|
return __awaiter(this, void 0, void 0, function () {
|
|
8054
|
+
var id, body;
|
|
7661
8055
|
return __generator(this, function (_a) {
|
|
7662
8056
|
switch (_a.label) {
|
|
7663
|
-
case 0:
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
8057
|
+
case 0:
|
|
8058
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
8059
|
+
return [4 /*yield*/, this.fetch({
|
|
8060
|
+
uri: "/projects/" + id,
|
|
8061
|
+
method: 'PATCH',
|
|
8062
|
+
body: body,
|
|
8063
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
8064
|
+
})];
|
|
7669
8065
|
case 1:
|
|
7670
8066
|
_a.sent();
|
|
7671
8067
|
return [2 /*return*/];
|
|
@@ -7746,7 +8142,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
7746
8142
|
}(service_1.Service));
|
|
7747
8143
|
exports.ProjectService = ProjectService;
|
|
7748
8144
|
|
|
7749
|
-
},{"../service":
|
|
8145
|
+
},{"../service":63,"http-status":289}],46:[function(require,module,exports){
|
|
7750
8146
|
"use strict";
|
|
7751
8147
|
var __extends = (this && this.__extends) || (function () {
|
|
7752
8148
|
var extendStatics = function (d, b) {
|
|
@@ -7842,22 +8238,17 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
7842
8238
|
/**
|
|
7843
8239
|
* 予約取得
|
|
7844
8240
|
*/
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
-
return [2 /*return*/, response.json()];
|
|
7857
|
-
}); }); })];
|
|
7858
|
-
});
|
|
7859
|
-
});
|
|
7860
|
-
};
|
|
8241
|
+
// public async findById<T extends factory.reservationType>(params: {
|
|
8242
|
+
// id: string;
|
|
8243
|
+
// }): Promise<factory.reservation.IReservation<T>> {
|
|
8244
|
+
// return this.fetch({
|
|
8245
|
+
// uri: `/reservations/${encodeURIComponent(String(params.id))}`,
|
|
8246
|
+
// method: 'GET',
|
|
8247
|
+
// // qs: params,
|
|
8248
|
+
// expectedStatusCodes: [OK]
|
|
8249
|
+
// })
|
|
8250
|
+
// .then(async (response) => response.json());
|
|
8251
|
+
// }
|
|
7861
8252
|
/**
|
|
7862
8253
|
* 予約部分更新
|
|
7863
8254
|
*/
|
|
@@ -7938,9 +8329,9 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
7938
8329
|
}(service_1.Service));
|
|
7939
8330
|
exports.ReservationService = ReservationService;
|
|
7940
8331
|
|
|
7941
|
-
},{"../service":
|
|
7942
|
-
arguments[4][
|
|
7943
|
-
},{"dup":
|
|
8332
|
+
},{"../service":63,"http-status":289}],47:[function(require,module,exports){
|
|
8333
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
8334
|
+
},{"dup":35}],48:[function(require,module,exports){
|
|
7944
8335
|
"use strict";
|
|
7945
8336
|
var __extends = (this && this.__extends) || (function () {
|
|
7946
8337
|
var extendStatics = function (d, b) {
|
|
@@ -7993,6 +8384,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
7993
8384
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
7994
8385
|
}
|
|
7995
8386
|
};
|
|
8387
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
8388
|
+
var t = {};
|
|
8389
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
8390
|
+
t[p] = s[p];
|
|
8391
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
8392
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8393
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8394
|
+
t[p[i]] = s[p[i]];
|
|
8395
|
+
}
|
|
8396
|
+
return t;
|
|
8397
|
+
};
|
|
7996
8398
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7997
8399
|
exports.SellerService = void 0;
|
|
7998
8400
|
var http_status_1 = require("http-status");
|
|
@@ -8029,12 +8431,14 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
8029
8431
|
*/
|
|
8030
8432
|
SellerService.prototype.findById = function (params) {
|
|
8031
8433
|
return __awaiter(this, void 0, void 0, function () {
|
|
8434
|
+
var id, query;
|
|
8032
8435
|
var _this = this;
|
|
8033
8436
|
return __generator(this, function (_a) {
|
|
8437
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
8034
8438
|
return [2 /*return*/, this.fetch({
|
|
8035
|
-
uri: "/sellers/" +
|
|
8439
|
+
uri: "/sellers/" + id,
|
|
8036
8440
|
method: 'GET',
|
|
8037
|
-
qs:
|
|
8441
|
+
qs: query,
|
|
8038
8442
|
expectedStatusCodes: [http_status_1.OK]
|
|
8039
8443
|
})
|
|
8040
8444
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -8114,7 +8518,7 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
8114
8518
|
}(service_1.Service));
|
|
8115
8519
|
exports.SellerService = SellerService;
|
|
8116
8520
|
|
|
8117
|
-
},{"../service":
|
|
8521
|
+
},{"../service":63,"http-status":289}],49:[function(require,module,exports){
|
|
8118
8522
|
"use strict";
|
|
8119
8523
|
var __extends = (this && this.__extends) || (function () {
|
|
8120
8524
|
var extendStatics = function (d, b) {
|
|
@@ -8248,7 +8652,7 @@ var TaskService = /** @class */ (function (_super) {
|
|
|
8248
8652
|
}(service_1.Service));
|
|
8249
8653
|
exports.TaskService = TaskService;
|
|
8250
8654
|
|
|
8251
|
-
},{"../service":
|
|
8655
|
+
},{"../service":63,"http-status":289}],50:[function(require,module,exports){
|
|
8252
8656
|
"use strict";
|
|
8253
8657
|
var __extends = (this && this.__extends) || (function () {
|
|
8254
8658
|
var extendStatics = function (d, b) {
|
|
@@ -8336,7 +8740,7 @@ var TokenService = /** @class */ (function (_super) {
|
|
|
8336
8740
|
}(service_1.Service));
|
|
8337
8741
|
exports.TokenService = TokenService;
|
|
8338
8742
|
|
|
8339
|
-
},{"../service":
|
|
8743
|
+
},{"../service":63,"http-status":289}],51:[function(require,module,exports){
|
|
8340
8744
|
"use strict";
|
|
8341
8745
|
var __extends = (this && this.__extends) || (function () {
|
|
8342
8746
|
var extendStatics = function (d, b) {
|
|
@@ -8424,7 +8828,7 @@ var TransactionNumberService = /** @class */ (function (_super) {
|
|
|
8424
8828
|
}(service_1.Service));
|
|
8425
8829
|
exports.TransactionNumberService = TransactionNumberService;
|
|
8426
8830
|
|
|
8427
|
-
},{"../service":
|
|
8831
|
+
},{"../service":63,"http-status":289}],52:[function(require,module,exports){
|
|
8428
8832
|
"use strict";
|
|
8429
8833
|
var __extends = (this && this.__extends) || (function () {
|
|
8430
8834
|
var extendStatics = function (d, b) {
|
|
@@ -8477,6 +8881,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8477
8881
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8478
8882
|
}
|
|
8479
8883
|
};
|
|
8884
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
8885
|
+
var t = {};
|
|
8886
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
8887
|
+
t[p] = s[p];
|
|
8888
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
8889
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8890
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8891
|
+
t[p[i]] = s[p[i]];
|
|
8892
|
+
}
|
|
8893
|
+
return t;
|
|
8894
|
+
};
|
|
8480
8895
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8481
8896
|
exports.MoneyTransferTransactionService = void 0;
|
|
8482
8897
|
var http_status_1 = require("http-status");
|
|
@@ -8603,12 +9018,14 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
8603
9018
|
*/
|
|
8604
9019
|
MoneyTransferTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
8605
9020
|
return __awaiter(this, void 0, void 0, function () {
|
|
9021
|
+
var id, query;
|
|
8606
9022
|
var _this = this;
|
|
8607
9023
|
return __generator(this, function (_a) {
|
|
9024
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
8608
9025
|
return [2 /*return*/, this.fetch({
|
|
8609
|
-
uri: "/transactions/" + this.typeOf + "/" +
|
|
9026
|
+
uri: "/transactions/" + this.typeOf + "/" + id + "/actions",
|
|
8610
9027
|
method: 'GET',
|
|
8611
|
-
qs:
|
|
9028
|
+
qs: query,
|
|
8612
9029
|
expectedStatusCodes: [http_status_1.OK]
|
|
8613
9030
|
})
|
|
8614
9031
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -8621,7 +9038,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
8621
9038
|
}(service_1.Service));
|
|
8622
9039
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
8623
9040
|
|
|
8624
|
-
},{"../../factory":
|
|
9041
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],53:[function(require,module,exports){
|
|
8625
9042
|
"use strict";
|
|
8626
9043
|
var __extends = (this && this.__extends) || (function () {
|
|
8627
9044
|
var extendStatics = function (d, b) {
|
|
@@ -8674,6 +9091,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8674
9091
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8675
9092
|
}
|
|
8676
9093
|
};
|
|
9094
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
9095
|
+
var t = {};
|
|
9096
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
9097
|
+
t[p] = s[p];
|
|
9098
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
9099
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
9100
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9101
|
+
t[p[i]] = s[p[i]];
|
|
9102
|
+
}
|
|
9103
|
+
return t;
|
|
9104
|
+
};
|
|
8677
9105
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8678
9106
|
exports.PlaceOrderTransactionService = void 0;
|
|
8679
9107
|
var http_status_1 = require("http-status");
|
|
@@ -8750,14 +9178,17 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
8750
9178
|
*/
|
|
8751
9179
|
PlaceOrderTransactionService.prototype.changeExpiringDate = function (params) {
|
|
8752
9180
|
return __awaiter(this, void 0, void 0, function () {
|
|
9181
|
+
var id, body;
|
|
8753
9182
|
return __generator(this, function (_a) {
|
|
8754
9183
|
switch (_a.label) {
|
|
8755
|
-
case 0:
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
9184
|
+
case 0:
|
|
9185
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
9186
|
+
return [4 /*yield*/, this.fetch({
|
|
9187
|
+
uri: "/transactions/" + this.typeOf + "/" + id + "/expires",
|
|
9188
|
+
method: 'PUT',
|
|
9189
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT],
|
|
9190
|
+
body: body
|
|
9191
|
+
})];
|
|
8761
9192
|
case 1:
|
|
8762
9193
|
_a.sent();
|
|
8763
9194
|
return [2 /*return*/];
|
|
@@ -8770,13 +9201,15 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
8770
9201
|
*/
|
|
8771
9202
|
PlaceOrderTransactionService.prototype.confirm = function (params) {
|
|
8772
9203
|
return __awaiter(this, void 0, void 0, function () {
|
|
9204
|
+
var id, body;
|
|
8773
9205
|
var _this = this;
|
|
8774
9206
|
return __generator(this, function (_a) {
|
|
9207
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
8775
9208
|
return [2 /*return*/, this.fetch({
|
|
8776
|
-
uri: "/transactions/" + this.typeOf + "/" +
|
|
9209
|
+
uri: "/transactions/" + this.typeOf + "/" + id + "/confirm",
|
|
8777
9210
|
method: 'PUT',
|
|
8778
9211
|
expectedStatusCodes: [http_status_1.OK],
|
|
8779
|
-
body:
|
|
9212
|
+
body: body
|
|
8780
9213
|
})
|
|
8781
9214
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
8782
9215
|
return [2 /*return*/, response.json()];
|
|
@@ -8837,12 +9270,14 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
8837
9270
|
*/
|
|
8838
9271
|
PlaceOrderTransactionService.prototype.searchActionsByTransactionId = function (params) {
|
|
8839
9272
|
return __awaiter(this, void 0, void 0, function () {
|
|
9273
|
+
var id, query;
|
|
8840
9274
|
var _this = this;
|
|
8841
9275
|
return __generator(this, function (_a) {
|
|
9276
|
+
id = params.id, query = __rest(params, ["id"]);
|
|
8842
9277
|
return [2 /*return*/, this.fetch({
|
|
8843
|
-
uri: "/transactions/" + this.typeOf + "/" +
|
|
9278
|
+
uri: "/transactions/" + this.typeOf + "/" + id + "/actions",
|
|
8844
9279
|
method: 'GET',
|
|
8845
|
-
qs:
|
|
9280
|
+
qs: query,
|
|
8846
9281
|
expectedStatusCodes: [http_status_1.OK]
|
|
8847
9282
|
})
|
|
8848
9283
|
.then(function (response) { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
|
|
@@ -8855,9 +9290,9 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
8855
9290
|
}(service_1.Service));
|
|
8856
9291
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
8857
9292
|
|
|
8858
|
-
},{"../../factory":
|
|
8859
|
-
arguments[4][
|
|
8860
|
-
},{"dup":
|
|
9293
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],54:[function(require,module,exports){
|
|
9294
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
9295
|
+
},{"dup":35}],55:[function(require,module,exports){
|
|
8861
9296
|
"use strict";
|
|
8862
9297
|
var __extends = (this && this.__extends) || (function () {
|
|
8863
9298
|
var extendStatics = function (d, b) {
|
|
@@ -8910,6 +9345,17 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
8910
9345
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
8911
9346
|
}
|
|
8912
9347
|
};
|
|
9348
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
9349
|
+
var t = {};
|
|
9350
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
9351
|
+
t[p] = s[p];
|
|
9352
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
9353
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
9354
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9355
|
+
t[p[i]] = s[p[i]];
|
|
9356
|
+
}
|
|
9357
|
+
return t;
|
|
9358
|
+
};
|
|
8913
9359
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8914
9360
|
exports.ReturnOrderTransactionService = void 0;
|
|
8915
9361
|
var http_status_1 = require("http-status");
|
|
@@ -8997,14 +9443,17 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
8997
9443
|
*/
|
|
8998
9444
|
ReturnOrderTransactionService.prototype.confirm = function (params) {
|
|
8999
9445
|
return __awaiter(this, void 0, void 0, function () {
|
|
9446
|
+
var id, body;
|
|
9000
9447
|
return __generator(this, function (_a) {
|
|
9001
9448
|
switch (_a.label) {
|
|
9002
|
-
case 0:
|
|
9003
|
-
|
|
9004
|
-
|
|
9005
|
-
|
|
9006
|
-
|
|
9007
|
-
|
|
9449
|
+
case 0:
|
|
9450
|
+
id = params.id, body = __rest(params, ["id"]);
|
|
9451
|
+
return [4 /*yield*/, this.fetch({
|
|
9452
|
+
uri: "/transactions/" + this.typeOf + "/" + id + "/confirm",
|
|
9453
|
+
method: 'PUT',
|
|
9454
|
+
body: body,
|
|
9455
|
+
expectedStatusCodes: [http_status_1.NO_CONTENT]
|
|
9456
|
+
})];
|
|
9008
9457
|
case 1:
|
|
9009
9458
|
_a.sent();
|
|
9010
9459
|
return [2 /*return*/];
|
|
@@ -9016,7 +9465,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
9016
9465
|
}(service_1.Service));
|
|
9017
9466
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
9018
9467
|
|
|
9019
|
-
},{"../../factory":
|
|
9468
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],56:[function(require,module,exports){
|
|
9020
9469
|
"use strict";
|
|
9021
9470
|
var __extends = (this && this.__extends) || (function () {
|
|
9022
9471
|
var extendStatics = function (d, b) {
|
|
@@ -9189,7 +9638,7 @@ var TripService = /** @class */ (function (_super) {
|
|
|
9189
9638
|
}(service_1.Service));
|
|
9190
9639
|
exports.TripService = TripService;
|
|
9191
9640
|
|
|
9192
|
-
},{"../service":
|
|
9641
|
+
},{"../service":63,"http-status":289}],57:[function(require,module,exports){
|
|
9193
9642
|
"use strict";
|
|
9194
9643
|
var __extends = (this && this.__extends) || (function () {
|
|
9195
9644
|
var extendStatics = function (d, b) {
|
|
@@ -9322,7 +9771,7 @@ var UserPoolService = /** @class */ (function (_super) {
|
|
|
9322
9771
|
}(service_1.Service));
|
|
9323
9772
|
exports.UserPoolService = UserPoolService;
|
|
9324
9773
|
|
|
9325
|
-
},{"../service":
|
|
9774
|
+
},{"../service":63,"http-status":289}],58:[function(require,module,exports){
|
|
9326
9775
|
"use strict";
|
|
9327
9776
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
9328
9777
|
if (k2 === undefined) k2 = k;
|
|
@@ -9340,7 +9789,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9340
9789
|
*/
|
|
9341
9790
|
__exportStar(require("@chevre/factory"), exports);
|
|
9342
9791
|
|
|
9343
|
-
},{"@chevre/factory":
|
|
9792
|
+
},{"@chevre/factory":178}],59:[function(require,module,exports){
|
|
9344
9793
|
"use strict";
|
|
9345
9794
|
var __extends = (this && this.__extends) || (function () {
|
|
9346
9795
|
var extendStatics = function (d, b) {
|
|
@@ -9374,12 +9823,12 @@ var ReservationServiceFactory = require("./service/reservation/factory");
|
|
|
9374
9823
|
var PlaceOrderTransactionServiceFactory = require("./chevre/transaction/placeOrder/factory");
|
|
9375
9824
|
var account_1 = require("./service/account");
|
|
9376
9825
|
var categoryCode_1 = require("./service/categoryCode");
|
|
9826
|
+
var comment_1 = require("./service/comment");
|
|
9377
9827
|
var creativeWork_1 = require("./service/creativeWork");
|
|
9378
9828
|
var customer_1 = require("./service/customer");
|
|
9379
9829
|
var delivery_1 = require("./service/delivery");
|
|
9380
9830
|
var emailMessage_1 = require("./service/emailMessage");
|
|
9381
9831
|
var event_1 = require("./service/event");
|
|
9382
|
-
// import { IAMService } from './service/iam';
|
|
9383
9832
|
var offer_1 = require("./service/offer");
|
|
9384
9833
|
var order_1 = require("./service/order");
|
|
9385
9834
|
var payment_1 = require("./service/payment");
|
|
@@ -9476,6 +9925,17 @@ var service;
|
|
|
9476
9925
|
return CategoryCode;
|
|
9477
9926
|
}(categoryCode_1.CategoryCodeService));
|
|
9478
9927
|
service.CategoryCode = CategoryCode;
|
|
9928
|
+
/**
|
|
9929
|
+
* コメントサービス
|
|
9930
|
+
*/
|
|
9931
|
+
var Comment = /** @class */ (function (_super) {
|
|
9932
|
+
__extends(Comment, _super);
|
|
9933
|
+
function Comment() {
|
|
9934
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
9935
|
+
}
|
|
9936
|
+
return Comment;
|
|
9937
|
+
}(comment_1.CommentService));
|
|
9938
|
+
service.Comment = Comment;
|
|
9479
9939
|
/**
|
|
9480
9940
|
* 作品サービス
|
|
9481
9941
|
*/
|
|
@@ -9748,7 +10208,7 @@ var service;
|
|
|
9748
10208
|
service.txn = transaction;
|
|
9749
10209
|
})(service = exports.service || (exports.service = {}));
|
|
9750
10210
|
|
|
9751
|
-
},{"./auth/authClient":3,"./chevre":4,"./chevre/payment/factory":
|
|
10211
|
+
},{"./auth/authClient":3,"./chevre":4,"./chevre/payment/factory":38,"./chevre/transaction/placeOrder/factory":54,"./factory":58,"./pecorino":60,"./service":63,"./service/account":64,"./service/categoryCode":65,"./service/comment":66,"./service/creativeWork":67,"./service/customer":68,"./service/delivery":69,"./service/emailMessage":70,"./service/event":71,"./service/offer":72,"./service/order":73,"./service/order/factory":74,"./service/payment":75,"./service/permit":76,"./service/person":77,"./service/person/ownershipInfo":78,"./service/place":79,"./service/product":80,"./service/project":81,"./service/reservation":82,"./service/reservation/factory":83,"./service/seller":84,"./service/token":85,"./service/transaction/moneyTransfer":86,"./service/transaction/placeOrder":87,"./service/transaction/placeOrder4sskts":88,"./service/transaction/returnOrder":89,"./transporters":90}],60:[function(require,module,exports){
|
|
9752
10212
|
"use strict";
|
|
9753
10213
|
var __extends = (this && this.__extends) || (function () {
|
|
9754
10214
|
var extendStatics = function (d, b) {
|
|
@@ -9801,7 +10261,7 @@ var service;
|
|
|
9801
10261
|
service.AccountTransaction = AccountTransaction;
|
|
9802
10262
|
})(service = exports.service || (exports.service = {}));
|
|
9803
10263
|
|
|
9804
|
-
},{"./factory":
|
|
10264
|
+
},{"./factory":58,"./pecorino/accountTransaction":61,"./pecorino/permit":62}],61:[function(require,module,exports){
|
|
9805
10265
|
"use strict";
|
|
9806
10266
|
var __extends = (this && this.__extends) || (function () {
|
|
9807
10267
|
var extendStatics = function (d, b) {
|
|
@@ -9961,7 +10421,7 @@ var AccountTransactionService = /** @class */ (function (_super) {
|
|
|
9961
10421
|
}(service_1.Service));
|
|
9962
10422
|
exports.AccountTransactionService = AccountTransactionService;
|
|
9963
10423
|
|
|
9964
|
-
},{"../service":
|
|
10424
|
+
},{"../service":63,"http-status":289}],62:[function(require,module,exports){
|
|
9965
10425
|
"use strict";
|
|
9966
10426
|
var __extends = (this && this.__extends) || (function () {
|
|
9967
10427
|
var extendStatics = function (d, b) {
|
|
@@ -10070,7 +10530,7 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
10070
10530
|
}(service_1.Service));
|
|
10071
10531
|
exports.PermitService = PermitService;
|
|
10072
10532
|
|
|
10073
|
-
},{"../service":
|
|
10533
|
+
},{"../service":63,"http-status":289}],63:[function(require,module,exports){
|
|
10074
10534
|
"use strict";
|
|
10075
10535
|
var __assign = (this && this.__assign) || function () {
|
|
10076
10536
|
__assign = Object.assign || function(t) {
|
|
@@ -10177,7 +10637,7 @@ var Service = /** @class */ (function () {
|
|
|
10177
10637
|
}());
|
|
10178
10638
|
exports.Service = Service;
|
|
10179
10639
|
|
|
10180
|
-
},{"./transporters":
|
|
10640
|
+
},{"./transporters":90,"qs":296}],64:[function(require,module,exports){
|
|
10181
10641
|
"use strict";
|
|
10182
10642
|
var __extends = (this && this.__extends) || (function () {
|
|
10183
10643
|
var extendStatics = function (d, b) {
|
|
@@ -10286,7 +10746,7 @@ var AccountService = /** @class */ (function (_super) {
|
|
|
10286
10746
|
}(service_1.Service));
|
|
10287
10747
|
exports.AccountService = AccountService;
|
|
10288
10748
|
|
|
10289
|
-
},{"../service":
|
|
10749
|
+
},{"../service":63,"http-status":289}],65:[function(require,module,exports){
|
|
10290
10750
|
"use strict";
|
|
10291
10751
|
var __extends = (this && this.__extends) || (function () {
|
|
10292
10752
|
var extendStatics = function (d, b) {
|
|
@@ -10383,7 +10843,9 @@ var CategoryCodeService = /** @class */ (function (_super) {
|
|
|
10383
10843
|
}(service_1.Service));
|
|
10384
10844
|
exports.CategoryCodeService = CategoryCodeService;
|
|
10385
10845
|
|
|
10386
|
-
},{"../service":
|
|
10846
|
+
},{"../service":63,"http-status":289}],66:[function(require,module,exports){
|
|
10847
|
+
arguments[4][22][0].apply(exports,arguments)
|
|
10848
|
+
},{"../service":63,"dup":22,"http-status":289}],67:[function(require,module,exports){
|
|
10387
10849
|
"use strict";
|
|
10388
10850
|
var __extends = (this && this.__extends) || (function () {
|
|
10389
10851
|
var extendStatics = function (d, b) {
|
|
@@ -10480,7 +10942,7 @@ var CreativeWorkService = /** @class */ (function (_super) {
|
|
|
10480
10942
|
}(service_1.Service));
|
|
10481
10943
|
exports.CreativeWorkService = CreativeWorkService;
|
|
10482
10944
|
|
|
10483
|
-
},{"../service":
|
|
10945
|
+
},{"../service":63,"http-status":289}],68:[function(require,module,exports){
|
|
10484
10946
|
"use strict";
|
|
10485
10947
|
var __extends = (this && this.__extends) || (function () {
|
|
10486
10948
|
var extendStatics = function (d, b) {
|
|
@@ -10595,7 +11057,7 @@ var CustomerService = /** @class */ (function (_super) {
|
|
|
10595
11057
|
}(service_1.Service));
|
|
10596
11058
|
exports.CustomerService = CustomerService;
|
|
10597
11059
|
|
|
10598
|
-
},{"../service":
|
|
11060
|
+
},{"../service":63,"http-status":289}],69:[function(require,module,exports){
|
|
10599
11061
|
"use strict";
|
|
10600
11062
|
var __extends = (this && this.__extends) || (function () {
|
|
10601
11063
|
var extendStatics = function (d, b) {
|
|
@@ -10687,7 +11149,7 @@ var DeliveryService = /** @class */ (function (_super) {
|
|
|
10687
11149
|
}(service_1.Service));
|
|
10688
11150
|
exports.DeliveryService = DeliveryService;
|
|
10689
11151
|
|
|
10690
|
-
},{"../service":
|
|
11152
|
+
},{"../service":63,"http-status":289}],70:[function(require,module,exports){
|
|
10691
11153
|
"use strict";
|
|
10692
11154
|
var __extends = (this && this.__extends) || (function () {
|
|
10693
11155
|
var extendStatics = function (d, b) {
|
|
@@ -10784,7 +11246,7 @@ var EmailMessageService = /** @class */ (function (_super) {
|
|
|
10784
11246
|
}(service_1.Service));
|
|
10785
11247
|
exports.EmailMessageService = EmailMessageService;
|
|
10786
11248
|
|
|
10787
|
-
},{"../service":
|
|
11249
|
+
},{"../service":63,"http-status":289}],71:[function(require,module,exports){
|
|
10788
11250
|
"use strict";
|
|
10789
11251
|
var __extends = (this && this.__extends) || (function () {
|
|
10790
11252
|
var extendStatics = function (d, b) {
|
|
@@ -11006,7 +11468,7 @@ var EventService = /** @class */ (function (_super) {
|
|
|
11006
11468
|
}(service_1.Service));
|
|
11007
11469
|
exports.EventService = EventService;
|
|
11008
11470
|
|
|
11009
|
-
},{"../service":
|
|
11471
|
+
},{"../service":63,"http-status":289}],72:[function(require,module,exports){
|
|
11010
11472
|
"use strict";
|
|
11011
11473
|
var __extends = (this && this.__extends) || (function () {
|
|
11012
11474
|
var extendStatics = function (d, b) {
|
|
@@ -11163,7 +11625,7 @@ var OfferService = /** @class */ (function (_super) {
|
|
|
11163
11625
|
}(service_1.Service));
|
|
11164
11626
|
exports.OfferService = OfferService;
|
|
11165
11627
|
|
|
11166
|
-
},{"../service":
|
|
11628
|
+
},{"../service":63,"http-status":289}],73:[function(require,module,exports){
|
|
11167
11629
|
"use strict";
|
|
11168
11630
|
var __extends = (this && this.__extends) || (function () {
|
|
11169
11631
|
var extendStatics = function (d, b) {
|
|
@@ -11473,7 +11935,7 @@ var OrderService = /** @class */ (function (_super) {
|
|
|
11473
11935
|
}(service_1.Service));
|
|
11474
11936
|
exports.OrderService = OrderService;
|
|
11475
11937
|
|
|
11476
|
-
},{"../service":
|
|
11938
|
+
},{"../service":63,"http-status":289}],74:[function(require,module,exports){
|
|
11477
11939
|
"use strict";
|
|
11478
11940
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
11479
11941
|
if (k2 === undefined) k2 = k;
|
|
@@ -11488,7 +11950,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
11488
11950
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11489
11951
|
__exportStar(require("../../chevre/order/factory"), exports);
|
|
11490
11952
|
|
|
11491
|
-
},{"../../chevre/order/factory":
|
|
11953
|
+
},{"../../chevre/order/factory":35}],75:[function(require,module,exports){
|
|
11492
11954
|
"use strict";
|
|
11493
11955
|
var __extends = (this && this.__extends) || (function () {
|
|
11494
11956
|
var extendStatics = function (d, b) {
|
|
@@ -11751,7 +12213,7 @@ var PaymentService = /** @class */ (function (_super) {
|
|
|
11751
12213
|
}(service_1.Service));
|
|
11752
12214
|
exports.PaymentService = PaymentService;
|
|
11753
12215
|
|
|
11754
|
-
},{"../factory":
|
|
12216
|
+
},{"../factory":58,"../service":63,"http-status":289}],76:[function(require,module,exports){
|
|
11755
12217
|
"use strict";
|
|
11756
12218
|
var __extends = (this && this.__extends) || (function () {
|
|
11757
12219
|
var extendStatics = function (d, b) {
|
|
@@ -11877,9 +12339,9 @@ var PermitService = /** @class */ (function (_super) {
|
|
|
11877
12339
|
}(service_1.Service));
|
|
11878
12340
|
exports.PermitService = PermitService;
|
|
11879
12341
|
|
|
11880
|
-
},{"../service":
|
|
11881
|
-
arguments[4][
|
|
11882
|
-
},{"../service":
|
|
12342
|
+
},{"../service":63,"http-status":289}],77:[function(require,module,exports){
|
|
12343
|
+
arguments[4][40][0].apply(exports,arguments)
|
|
12344
|
+
},{"../service":63,"dup":40,"http-status":289}],78:[function(require,module,exports){
|
|
11883
12345
|
"use strict";
|
|
11884
12346
|
var __extends = (this && this.__extends) || (function () {
|
|
11885
12347
|
var extendStatics = function (d, b) {
|
|
@@ -12244,7 +12706,7 @@ var PersonOwnershipInfoService = /** @class */ (function (_super) {
|
|
|
12244
12706
|
}(service_1.Service));
|
|
12245
12707
|
exports.PersonOwnershipInfoService = PersonOwnershipInfoService;
|
|
12246
12708
|
|
|
12247
|
-
},{"../../factory":
|
|
12709
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],79:[function(require,module,exports){
|
|
12248
12710
|
"use strict";
|
|
12249
12711
|
var __extends = (this && this.__extends) || (function () {
|
|
12250
12712
|
var extendStatics = function (d, b) {
|
|
@@ -12426,7 +12888,7 @@ var PlaceService = /** @class */ (function (_super) {
|
|
|
12426
12888
|
}(service_1.Service));
|
|
12427
12889
|
exports.PlaceService = PlaceService;
|
|
12428
12890
|
|
|
12429
|
-
},{"../factory":
|
|
12891
|
+
},{"../factory":58,"../service":63,"http-status":289}],80:[function(require,module,exports){
|
|
12430
12892
|
"use strict";
|
|
12431
12893
|
var __extends = (this && this.__extends) || (function () {
|
|
12432
12894
|
var extendStatics = function (d, b) {
|
|
@@ -12542,7 +13004,7 @@ var ProductService = /** @class */ (function (_super) {
|
|
|
12542
13004
|
}(service_1.Service));
|
|
12543
13005
|
exports.ProductService = ProductService;
|
|
12544
13006
|
|
|
12545
|
-
},{"../service":
|
|
13007
|
+
},{"../service":63,"http-status":289}],81:[function(require,module,exports){
|
|
12546
13008
|
"use strict";
|
|
12547
13009
|
var __extends = (this && this.__extends) || (function () {
|
|
12548
13010
|
var extendStatics = function (d, b) {
|
|
@@ -12689,7 +13151,7 @@ var ProjectService = /** @class */ (function (_super) {
|
|
|
12689
13151
|
}(service_1.Service));
|
|
12690
13152
|
exports.ProjectService = ProjectService;
|
|
12691
13153
|
|
|
12692
|
-
},{"../service":
|
|
13154
|
+
},{"../service":63,"http-status":289}],82:[function(require,module,exports){
|
|
12693
13155
|
"use strict";
|
|
12694
13156
|
var __extends = (this && this.__extends) || (function () {
|
|
12695
13157
|
var extendStatics = function (d, b) {
|
|
@@ -12855,7 +13317,7 @@ var ReservationService = /** @class */ (function (_super) {
|
|
|
12855
13317
|
}(service_1.Service));
|
|
12856
13318
|
exports.ReservationService = ReservationService;
|
|
12857
13319
|
|
|
12858
|
-
},{"../service":
|
|
13320
|
+
},{"../service":63,"http-status":289}],83:[function(require,module,exports){
|
|
12859
13321
|
"use strict";
|
|
12860
13322
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
12861
13323
|
if (k2 === undefined) k2 = k;
|
|
@@ -12870,7 +13332,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12870
13332
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12871
13333
|
__exportStar(require("../../chevre/reservation/factory"), exports);
|
|
12872
13334
|
|
|
12873
|
-
},{"../../chevre/reservation/factory":
|
|
13335
|
+
},{"../../chevre/reservation/factory":47}],84:[function(require,module,exports){
|
|
12874
13336
|
"use strict";
|
|
12875
13337
|
var __extends = (this && this.__extends) || (function () {
|
|
12876
13338
|
var extendStatics = function (d, b) {
|
|
@@ -12985,9 +13447,9 @@ var SellerService = /** @class */ (function (_super) {
|
|
|
12985
13447
|
}(service_1.Service));
|
|
12986
13448
|
exports.SellerService = SellerService;
|
|
12987
13449
|
|
|
12988
|
-
},{"../service":
|
|
12989
|
-
arguments[4][
|
|
12990
|
-
},{"../service":
|
|
13450
|
+
},{"../service":63,"http-status":289}],85:[function(require,module,exports){
|
|
13451
|
+
arguments[4][50][0].apply(exports,arguments)
|
|
13452
|
+
},{"../service":63,"dup":50,"http-status":289}],86:[function(require,module,exports){
|
|
12991
13453
|
"use strict";
|
|
12992
13454
|
var __extends = (this && this.__extends) || (function () {
|
|
12993
13455
|
var extendStatics = function (d, b) {
|
|
@@ -13137,7 +13599,7 @@ var MoneyTransferTransactionService = /** @class */ (function (_super) {
|
|
|
13137
13599
|
}(service_1.Service));
|
|
13138
13600
|
exports.MoneyTransferTransactionService = MoneyTransferTransactionService;
|
|
13139
13601
|
|
|
13140
|
-
},{"../../factory":
|
|
13602
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],87:[function(require,module,exports){
|
|
13141
13603
|
"use strict";
|
|
13142
13604
|
var __extends = (this && this.__extends) || (function () {
|
|
13143
13605
|
var extendStatics = function (d, b) {
|
|
@@ -13395,7 +13857,7 @@ var PlaceOrderTransactionService = /** @class */ (function (_super) {
|
|
|
13395
13857
|
}(service_1.Service));
|
|
13396
13858
|
exports.PlaceOrderTransactionService = PlaceOrderTransactionService;
|
|
13397
13859
|
|
|
13398
|
-
},{"../../factory":
|
|
13860
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],88:[function(require,module,exports){
|
|
13399
13861
|
"use strict";
|
|
13400
13862
|
var __extends = (this && this.__extends) || (function () {
|
|
13401
13863
|
var extendStatics = function (d, b) {
|
|
@@ -13539,7 +14001,7 @@ var PlaceOrderTransaction4ssktsService = /** @class */ (function (_super) {
|
|
|
13539
14001
|
}(placeOrder_1.PlaceOrderTransactionService));
|
|
13540
14002
|
exports.PlaceOrderTransaction4ssktsService = PlaceOrderTransaction4ssktsService;
|
|
13541
14003
|
|
|
13542
|
-
},{"./placeOrder":
|
|
14004
|
+
},{"./placeOrder":87,"http-status":289}],89:[function(require,module,exports){
|
|
13543
14005
|
"use strict";
|
|
13544
14006
|
var __extends = (this && this.__extends) || (function () {
|
|
13545
14007
|
var extendStatics = function (d, b) {
|
|
@@ -13670,7 +14132,7 @@ var ReturnOrderTransactionService = /** @class */ (function (_super) {
|
|
|
13670
14132
|
}(service_1.Service));
|
|
13671
14133
|
exports.ReturnOrderTransactionService = ReturnOrderTransactionService;
|
|
13672
14134
|
|
|
13673
|
-
},{"../../factory":
|
|
14135
|
+
},{"../../factory":58,"../../service":63,"http-status":289}],90:[function(require,module,exports){
|
|
13674
14136
|
"use strict";
|
|
13675
14137
|
var __extends = (this && this.__extends) || (function () {
|
|
13676
14138
|
var extendStatics = function (d, b) {
|
|
@@ -13867,7 +14329,7 @@ var StubTransporter = /** @class */ (function () {
|
|
|
13867
14329
|
}());
|
|
13868
14330
|
exports.StubTransporter = StubTransporter;
|
|
13869
14331
|
|
|
13870
|
-
},{"debug":
|
|
14332
|
+
},{"debug":281,"isomorphic-fetch":292}],91:[function(require,module,exports){
|
|
13871
14333
|
"use strict";
|
|
13872
14334
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
13873
14335
|
/* istanbul ignore file */
|
|
@@ -14224,7 +14686,7 @@ var ImplicitGrantClient = /** @class */ (function (_super) {
|
|
|
14224
14686
|
}(oAuth2client_1.default));
|
|
14225
14687
|
exports.ImplicitGrantClient = ImplicitGrantClient;
|
|
14226
14688
|
|
|
14227
|
-
},{"./implicitGrantClient/error":
|
|
14689
|
+
},{"./implicitGrantClient/error":92,"./implicitGrantClient/popupAuthenticationHandler":94,"./implicitGrantClient/silentAuthenticationHandler":96,"./implicitGrantClient/silentLogoutHandler":97,"./oAuth2client":99,"debug":281,"idtoken-verifier":290,"qs":296}],92:[function(require,module,exports){
|
|
14228
14690
|
"use strict";
|
|
14229
14691
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14230
14692
|
/* istanbul ignore file */
|
|
@@ -14257,7 +14719,7 @@ var AuthorizeError = /** @class */ (function (_super) {
|
|
|
14257
14719
|
}(Error));
|
|
14258
14720
|
exports.AuthorizeError = AuthorizeError;
|
|
14259
14721
|
|
|
14260
|
-
},{}],
|
|
14722
|
+
},{}],93:[function(require,module,exports){
|
|
14261
14723
|
"use strict";
|
|
14262
14724
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14263
14725
|
/* istanbul ignore file */
|
|
@@ -14343,7 +14805,7 @@ var IframeHandler = /** @class */ (function () {
|
|
|
14343
14805
|
}());
|
|
14344
14806
|
exports.default = IframeHandler;
|
|
14345
14807
|
|
|
14346
|
-
},{"debug":
|
|
14808
|
+
},{"debug":281}],94:[function(require,module,exports){
|
|
14347
14809
|
"use strict";
|
|
14348
14810
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14349
14811
|
/* istanbul ignore file */
|
|
@@ -14453,7 +14915,7 @@ var PopupAuthenticationHandler = /** @class */ (function () {
|
|
|
14453
14915
|
}());
|
|
14454
14916
|
exports.default = PopupAuthenticationHandler;
|
|
14455
14917
|
|
|
14456
|
-
},{"./error":
|
|
14918
|
+
},{"./error":92,"./popupHandler":95}],95:[function(require,module,exports){
|
|
14457
14919
|
"use strict";
|
|
14458
14920
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14459
14921
|
/* istanbul ignore file */
|
|
@@ -14539,7 +15001,7 @@ var PopupHandler = /** @class */ (function () {
|
|
|
14539
15001
|
}());
|
|
14540
15002
|
exports.default = PopupHandler;
|
|
14541
15003
|
|
|
14542
|
-
},{"debug":
|
|
15004
|
+
},{"debug":281}],96:[function(require,module,exports){
|
|
14543
15005
|
"use strict";
|
|
14544
15006
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14545
15007
|
/* istanbul ignore file */
|
|
@@ -14649,7 +15111,7 @@ var SilentAuthenticationHandler = /** @class */ (function () {
|
|
|
14649
15111
|
}());
|
|
14650
15112
|
exports.default = SilentAuthenticationHandler;
|
|
14651
15113
|
|
|
14652
|
-
},{"./error":
|
|
15114
|
+
},{"./error":92,"./iframeHandler":93}],97:[function(require,module,exports){
|
|
14653
15115
|
"use strict";
|
|
14654
15116
|
// tslint:disable-next-line:no-single-line-block-comment
|
|
14655
15117
|
/* istanbul ignore file */
|
|
@@ -14759,7 +15221,7 @@ var SilentLogoutHandler = /** @class */ (function () {
|
|
|
14759
15221
|
}());
|
|
14760
15222
|
exports.default = SilentLogoutHandler;
|
|
14761
15223
|
|
|
14762
|
-
},{"./error":
|
|
15224
|
+
},{"./error":92,"./iframeHandler":93}],98:[function(require,module,exports){
|
|
14763
15225
|
"use strict";
|
|
14764
15226
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14765
15227
|
exports.LoginTicket = void 0;
|
|
@@ -14788,7 +15250,7 @@ var LoginTicket = /** @class */ (function () {
|
|
|
14788
15250
|
}());
|
|
14789
15251
|
exports.LoginTicket = LoginTicket;
|
|
14790
15252
|
|
|
14791
|
-
},{}],
|
|
15253
|
+
},{}],99:[function(require,module,exports){
|
|
14792
15254
|
(function (Buffer){
|
|
14793
15255
|
"use strict";
|
|
14794
15256
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -15296,7 +15758,7 @@ var OAuth2client = /** @class */ (function () {
|
|
|
15296
15758
|
exports.default = OAuth2client;
|
|
15297
15759
|
|
|
15298
15760
|
}).call(this,require("buffer").Buffer)
|
|
15299
|
-
},{"../abstract":2,"./loginTicket":
|
|
15761
|
+
},{"../abstract":2,"./loginTicket":98,"buffer":277,"crypto":276,"debug":281,"http-status":289,"isomorphic-fetch":292,"querystring":302}],100:[function(require,module,exports){
|
|
15300
15762
|
"use strict";
|
|
15301
15763
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15302
15764
|
exports.createAuthInstance = exports.transporters = exports.service = exports.factory = void 0;
|
|
@@ -15321,7 +15783,7 @@ function createAuthInstance(options) {
|
|
|
15321
15783
|
}
|
|
15322
15784
|
exports.createAuthInstance = createAuthInstance;
|
|
15323
15785
|
|
|
15324
|
-
},{"./abstract":2,"./auth/implicitGrantClient":
|
|
15786
|
+
},{"./abstract":2,"./auth/implicitGrantClient":91}],101:[function(require,module,exports){
|
|
15325
15787
|
"use strict";
|
|
15326
15788
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15327
15789
|
exports.transactionType = exports.transaction = exports.action = void 0;
|
|
@@ -15355,9 +15817,9 @@ var transaction;
|
|
|
15355
15817
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
15356
15818
|
exports.transactionType = transactionType_1.AccountTransactionType;
|
|
15357
15819
|
|
|
15358
|
-
},{"./account/action/moneyTransfer":
|
|
15359
|
-
arguments[4][
|
|
15360
|
-
},{"dup":
|
|
15820
|
+
},{"./account/action/moneyTransfer":104,"./account/transaction/deposit":106,"./account/transaction/transfer":107,"./account/transaction/withdraw":108,"./account/transactionType":105}],102:[function(require,module,exports){
|
|
15821
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15822
|
+
},{"dup":35}],103:[function(require,module,exports){
|
|
15361
15823
|
"use strict";
|
|
15362
15824
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15363
15825
|
exports.AccountType = void 0;
|
|
@@ -15378,9 +15840,9 @@ var AccountType;
|
|
|
15378
15840
|
AccountType["Transactional"] = "Transactional";
|
|
15379
15841
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
15380
15842
|
|
|
15381
|
-
},{}],
|
|
15382
|
-
arguments[4][
|
|
15383
|
-
},{"dup":
|
|
15843
|
+
},{}],104:[function(require,module,exports){
|
|
15844
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15845
|
+
},{"dup":35}],105:[function(require,module,exports){
|
|
15384
15846
|
"use strict";
|
|
15385
15847
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15386
15848
|
exports.AccountTransactionType = void 0;
|
|
@@ -15403,13 +15865,13 @@ var AccountTransactionType;
|
|
|
15403
15865
|
AccountTransactionType["Transfer"] = "Transfer";
|
|
15404
15866
|
})(AccountTransactionType = exports.AccountTransactionType || (exports.AccountTransactionType = {}));
|
|
15405
15867
|
|
|
15406
|
-
},{}],
|
|
15407
|
-
arguments[4][
|
|
15408
|
-
},{"dup":
|
|
15409
|
-
arguments[4][
|
|
15410
|
-
},{"dup":
|
|
15411
|
-
arguments[4][
|
|
15412
|
-
},{"dup":
|
|
15868
|
+
},{}],106:[function(require,module,exports){
|
|
15869
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15870
|
+
},{"dup":35}],107:[function(require,module,exports){
|
|
15871
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15872
|
+
},{"dup":35}],108:[function(require,module,exports){
|
|
15873
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15874
|
+
},{"dup":35}],109:[function(require,module,exports){
|
|
15413
15875
|
"use strict";
|
|
15414
15876
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15415
15877
|
exports.ActionStatusType = void 0;
|
|
@@ -15425,7 +15887,7 @@ var ActionStatusType;
|
|
|
15425
15887
|
ActionStatusType["CanceledActionStatus"] = "CanceledActionStatus";
|
|
15426
15888
|
})(ActionStatusType = exports.ActionStatusType || (exports.ActionStatusType = {}));
|
|
15427
15889
|
|
|
15428
|
-
},{}],
|
|
15890
|
+
},{}],110:[function(require,module,exports){
|
|
15429
15891
|
"use strict";
|
|
15430
15892
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15431
15893
|
exports.ActionType = void 0;
|
|
@@ -15457,7 +15919,7 @@ var ActionType;
|
|
|
15457
15919
|
ActionType["UseAction"] = "UseAction";
|
|
15458
15920
|
})(ActionType = exports.ActionType || (exports.ActionType = {}));
|
|
15459
15921
|
|
|
15460
|
-
},{}],
|
|
15922
|
+
},{}],111:[function(require,module,exports){
|
|
15461
15923
|
"use strict";
|
|
15462
15924
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15463
15925
|
exports.ObjectType = void 0;
|
|
@@ -15466,11 +15928,11 @@ var ObjectType;
|
|
|
15466
15928
|
ObjectType["PointAward"] = "PointAward";
|
|
15467
15929
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
15468
15930
|
|
|
15469
|
-
},{}],
|
|
15470
|
-
arguments[4][
|
|
15471
|
-
},{"dup":
|
|
15472
|
-
arguments[4][
|
|
15473
|
-
},{"dup":
|
|
15931
|
+
},{}],112:[function(require,module,exports){
|
|
15932
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15933
|
+
},{"dup":35}],113:[function(require,module,exports){
|
|
15934
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15935
|
+
},{"dup":35}],114:[function(require,module,exports){
|
|
15474
15936
|
"use strict";
|
|
15475
15937
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15476
15938
|
exports.ObjectType = void 0;
|
|
@@ -15479,7 +15941,7 @@ var ObjectType;
|
|
|
15479
15941
|
ObjectType["SeatReservation"] = "SeatReservation";
|
|
15480
15942
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
15481
15943
|
|
|
15482
|
-
},{}],
|
|
15944
|
+
},{}],115:[function(require,module,exports){
|
|
15483
15945
|
"use strict";
|
|
15484
15946
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15485
15947
|
exports.ServiceIdentifier = exports.ResultType = void 0;
|
|
@@ -15493,11 +15955,11 @@ var ServiceIdentifier;
|
|
|
15493
15955
|
ServiceIdentifier["Chevre"] = "Chevre";
|
|
15494
15956
|
})(ServiceIdentifier = exports.ServiceIdentifier || (exports.ServiceIdentifier = {}));
|
|
15495
15957
|
|
|
15496
|
-
},{}],
|
|
15497
|
-
arguments[4][
|
|
15498
|
-
},{"dup":
|
|
15499
|
-
arguments[4][
|
|
15500
|
-
},{"dup":
|
|
15958
|
+
},{}],116:[function(require,module,exports){
|
|
15959
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15960
|
+
},{"dup":35}],117:[function(require,module,exports){
|
|
15961
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15962
|
+
},{"dup":35}],118:[function(require,module,exports){
|
|
15501
15963
|
"use strict";
|
|
15502
15964
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15503
15965
|
exports.ObjectType = void 0;
|
|
@@ -15506,56 +15968,56 @@ var ObjectType;
|
|
|
15506
15968
|
ObjectType["Ticket"] = "Ticket";
|
|
15507
15969
|
})(ObjectType = exports.ObjectType || (exports.ObjectType = {}));
|
|
15508
15970
|
|
|
15509
|
-
},{}],
|
|
15510
|
-
arguments[4][
|
|
15511
|
-
},{"dup":
|
|
15512
|
-
arguments[4][
|
|
15513
|
-
},{"dup":
|
|
15514
|
-
arguments[4][
|
|
15515
|
-
},{"dup":
|
|
15516
|
-
arguments[4][
|
|
15517
|
-
},{"dup":
|
|
15518
|
-
arguments[4][
|
|
15519
|
-
},{"dup":
|
|
15520
|
-
arguments[4][
|
|
15521
|
-
},{"dup":
|
|
15522
|
-
arguments[4][
|
|
15523
|
-
},{"dup":
|
|
15524
|
-
arguments[4][
|
|
15525
|
-
},{"dup":
|
|
15526
|
-
arguments[4][
|
|
15527
|
-
},{"dup":
|
|
15528
|
-
arguments[4][
|
|
15529
|
-
},{"dup":
|
|
15530
|
-
arguments[4][
|
|
15531
|
-
},{"dup":
|
|
15971
|
+
},{}],119:[function(require,module,exports){
|
|
15972
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15973
|
+
},{"dup":35}],120:[function(require,module,exports){
|
|
15974
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15975
|
+
},{"dup":35}],121:[function(require,module,exports){
|
|
15976
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15977
|
+
},{"dup":35}],122:[function(require,module,exports){
|
|
15978
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15979
|
+
},{"dup":35}],123:[function(require,module,exports){
|
|
15980
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15981
|
+
},{"dup":35}],124:[function(require,module,exports){
|
|
15982
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15983
|
+
},{"dup":35}],125:[function(require,module,exports){
|
|
15984
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15985
|
+
},{"dup":35}],126:[function(require,module,exports){
|
|
15986
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15987
|
+
},{"dup":35}],127:[function(require,module,exports){
|
|
15988
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15989
|
+
},{"dup":35}],128:[function(require,module,exports){
|
|
15990
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15991
|
+
},{"dup":35}],129:[function(require,module,exports){
|
|
15992
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
15993
|
+
},{"dup":35}],130:[function(require,module,exports){
|
|
15532
15994
|
"use strict";
|
|
15533
15995
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15534
15996
|
exports.ObjectType = void 0;
|
|
15535
15997
|
var point_1 = require("../../authorize/award/point");
|
|
15536
15998
|
exports.ObjectType = point_1.ObjectType;
|
|
15537
15999
|
|
|
15538
|
-
},{"../../authorize/award/point":
|
|
15539
|
-
arguments[4][
|
|
15540
|
-
},{"dup":
|
|
15541
|
-
arguments[4][
|
|
15542
|
-
},{"dup":
|
|
15543
|
-
arguments[4][
|
|
15544
|
-
},{"dup":
|
|
15545
|
-
arguments[4][
|
|
15546
|
-
},{"dup":
|
|
15547
|
-
arguments[4][
|
|
15548
|
-
},{"dup":
|
|
15549
|
-
arguments[4][
|
|
15550
|
-
},{"dup":
|
|
15551
|
-
arguments[4][
|
|
15552
|
-
},{"dup":
|
|
15553
|
-
arguments[4][
|
|
15554
|
-
},{"dup":
|
|
15555
|
-
arguments[4][
|
|
15556
|
-
},{"dup":
|
|
15557
|
-
arguments[4][
|
|
15558
|
-
},{"dup":
|
|
16000
|
+
},{"../../authorize/award/point":111}],131:[function(require,module,exports){
|
|
16001
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16002
|
+
},{"dup":35}],132:[function(require,module,exports){
|
|
16003
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16004
|
+
},{"dup":35}],133:[function(require,module,exports){
|
|
16005
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16006
|
+
},{"dup":35}],134:[function(require,module,exports){
|
|
16007
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16008
|
+
},{"dup":35}],135:[function(require,module,exports){
|
|
16009
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16010
|
+
},{"dup":35}],136:[function(require,module,exports){
|
|
16011
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16012
|
+
},{"dup":35}],137:[function(require,module,exports){
|
|
16013
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16014
|
+
},{"dup":35}],138:[function(require,module,exports){
|
|
16015
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16016
|
+
},{"dup":35}],139:[function(require,module,exports){
|
|
16017
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16018
|
+
},{"dup":35}],140:[function(require,module,exports){
|
|
16019
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16020
|
+
},{"dup":35}],141:[function(require,module,exports){
|
|
15559
16021
|
"use strict";
|
|
15560
16022
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15561
16023
|
exports.AssetTransactionType = void 0;
|
|
@@ -15592,21 +16054,21 @@ var AssetTransactionType;
|
|
|
15592
16054
|
AssetTransactionType["RegisterService"] = "RegisterService";
|
|
15593
16055
|
})(AssetTransactionType = exports.AssetTransactionType || (exports.AssetTransactionType = {}));
|
|
15594
16056
|
|
|
15595
|
-
},{}],
|
|
15596
|
-
arguments[4][
|
|
15597
|
-
},{"dup":
|
|
15598
|
-
arguments[4][
|
|
15599
|
-
},{"dup":
|
|
15600
|
-
arguments[4][
|
|
15601
|
-
},{"dup":
|
|
15602
|
-
arguments[4][
|
|
15603
|
-
},{"dup":
|
|
15604
|
-
arguments[4][
|
|
15605
|
-
},{"dup":
|
|
15606
|
-
arguments[4][
|
|
15607
|
-
},{"dup":
|
|
15608
|
-
arguments[4][
|
|
15609
|
-
},{"dup":
|
|
16057
|
+
},{}],142:[function(require,module,exports){
|
|
16058
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16059
|
+
},{"dup":35}],143:[function(require,module,exports){
|
|
16060
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16061
|
+
},{"dup":35}],144:[function(require,module,exports){
|
|
16062
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16063
|
+
},{"dup":35}],145:[function(require,module,exports){
|
|
16064
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16065
|
+
},{"dup":35}],146:[function(require,module,exports){
|
|
16066
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16067
|
+
},{"dup":35}],147:[function(require,module,exports){
|
|
16068
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16069
|
+
},{"dup":35}],148:[function(require,module,exports){
|
|
16070
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16071
|
+
},{"dup":35}],149:[function(require,module,exports){
|
|
15610
16072
|
"use strict";
|
|
15611
16073
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15612
16074
|
exports.CategorySetIdentifier = void 0;
|
|
@@ -15658,7 +16120,7 @@ var CategorySetIdentifier;
|
|
|
15658
16120
|
CategorySetIdentifier["VideoFormatType"] = "VideoFormatType";
|
|
15659
16121
|
})(CategorySetIdentifier = exports.CategorySetIdentifier || (exports.CategorySetIdentifier = {}));
|
|
15660
16122
|
|
|
15661
|
-
},{}],
|
|
16123
|
+
},{}],150:[function(require,module,exports){
|
|
15662
16124
|
"use strict";
|
|
15663
16125
|
/**
|
|
15664
16126
|
* アプリケーションクライアントユーザーファクトリー
|
|
@@ -15666,9 +16128,9 @@ var CategorySetIdentifier;
|
|
|
15666
16128
|
*/
|
|
15667
16129
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15668
16130
|
|
|
15669
|
-
},{}],
|
|
15670
|
-
arguments[4][
|
|
15671
|
-
},{"dup":
|
|
16131
|
+
},{}],151:[function(require,module,exports){
|
|
16132
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16133
|
+
},{"dup":35}],152:[function(require,module,exports){
|
|
15672
16134
|
"use strict";
|
|
15673
16135
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15674
16136
|
exports.CreativeWorkType = void 0;
|
|
@@ -15683,9 +16145,9 @@ var CreativeWorkType;
|
|
|
15683
16145
|
CreativeWorkType["WebApplication"] = "WebApplication";
|
|
15684
16146
|
})(CreativeWorkType = exports.CreativeWorkType || (exports.CreativeWorkType = {}));
|
|
15685
16147
|
|
|
15686
|
-
},{}],
|
|
15687
|
-
arguments[4][
|
|
15688
|
-
},{"dup":
|
|
16148
|
+
},{}],153:[function(require,module,exports){
|
|
16149
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16150
|
+
},{"dup":35}],154:[function(require,module,exports){
|
|
15689
16151
|
"use strict";
|
|
15690
16152
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15691
16153
|
exports.AboutIdentifier = void 0;
|
|
@@ -15697,13 +16159,13 @@ var AboutIdentifier;
|
|
|
15697
16159
|
AboutIdentifier["OnEventStatusChanged"] = "OnEventStatusChanged";
|
|
15698
16160
|
})(AboutIdentifier = exports.AboutIdentifier || (exports.AboutIdentifier = {}));
|
|
15699
16161
|
|
|
15700
|
-
},{}],
|
|
15701
|
-
arguments[4][
|
|
15702
|
-
},{"dup":
|
|
15703
|
-
arguments[4][
|
|
15704
|
-
},{"dup":
|
|
15705
|
-
arguments[4][
|
|
15706
|
-
},{"dup":
|
|
16162
|
+
},{}],155:[function(require,module,exports){
|
|
16163
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16164
|
+
},{"dup":35}],156:[function(require,module,exports){
|
|
16165
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16166
|
+
},{"dup":35}],157:[function(require,module,exports){
|
|
16167
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16168
|
+
},{"dup":35}],158:[function(require,module,exports){
|
|
15707
16169
|
"use strict";
|
|
15708
16170
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15709
16171
|
exports.Video = exports.Text = exports.Multipart = exports.Model = exports.Message = exports.Image = exports.Example = exports.Font = exports.Audio = exports.Application = void 0;
|
|
@@ -15746,7 +16208,7 @@ var Video;
|
|
|
15746
16208
|
(function (Video) {
|
|
15747
16209
|
})(Video = exports.Video || (exports.Video = {}));
|
|
15748
16210
|
|
|
15749
|
-
},{}],
|
|
16211
|
+
},{}],159:[function(require,module,exports){
|
|
15750
16212
|
"use strict";
|
|
15751
16213
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15752
16214
|
exports.ErrorCode = void 0;
|
|
@@ -15767,7 +16229,7 @@ var ErrorCode;
|
|
|
15767
16229
|
ErrorCode["Unauthorized"] = "Unauthorized";
|
|
15768
16230
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
15769
16231
|
|
|
15770
|
-
},{}],
|
|
16232
|
+
},{}],160:[function(require,module,exports){
|
|
15771
16233
|
"use strict";
|
|
15772
16234
|
var __extends = (this && this.__extends) || (function () {
|
|
15773
16235
|
var extendStatics = function (d, b) {
|
|
@@ -15812,7 +16274,7 @@ var AlreadyInUseError = /** @class */ (function (_super) {
|
|
|
15812
16274
|
}(chevre_1.ChevreError));
|
|
15813
16275
|
exports.AlreadyInUseError = AlreadyInUseError;
|
|
15814
16276
|
|
|
15815
|
-
},{"../errorCode":
|
|
16277
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],161:[function(require,module,exports){
|
|
15816
16278
|
"use strict";
|
|
15817
16279
|
var __extends = (this && this.__extends) || (function () {
|
|
15818
16280
|
var extendStatics = function (d, b) {
|
|
@@ -15856,7 +16318,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
15856
16318
|
}(chevre_1.ChevreError));
|
|
15857
16319
|
exports.ArgumentError = ArgumentError;
|
|
15858
16320
|
|
|
15859
|
-
},{"../errorCode":
|
|
16321
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],162:[function(require,module,exports){
|
|
15860
16322
|
"use strict";
|
|
15861
16323
|
var __extends = (this && this.__extends) || (function () {
|
|
15862
16324
|
var extendStatics = function (d, b) {
|
|
@@ -15900,7 +16362,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
15900
16362
|
}(chevre_1.ChevreError));
|
|
15901
16363
|
exports.ArgumentNullError = ArgumentNullError;
|
|
15902
16364
|
|
|
15903
|
-
},{"../errorCode":
|
|
16365
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],163:[function(require,module,exports){
|
|
15904
16366
|
"use strict";
|
|
15905
16367
|
var __extends = (this && this.__extends) || (function () {
|
|
15906
16368
|
var extendStatics = function (d, b) {
|
|
@@ -15939,7 +16401,7 @@ var ChevreError = /** @class */ (function (_super) {
|
|
|
15939
16401
|
}(Error));
|
|
15940
16402
|
exports.ChevreError = ChevreError;
|
|
15941
16403
|
|
|
15942
|
-
},{"setprototypeof":
|
|
16404
|
+
},{"setprototypeof":303}],164:[function(require,module,exports){
|
|
15943
16405
|
"use strict";
|
|
15944
16406
|
var __extends = (this && this.__extends) || (function () {
|
|
15945
16407
|
var extendStatics = function (d, b) {
|
|
@@ -15982,7 +16444,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
15982
16444
|
}(chevre_1.ChevreError));
|
|
15983
16445
|
exports.ForbiddenError = ForbiddenError;
|
|
15984
16446
|
|
|
15985
|
-
},{"../errorCode":
|
|
16447
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],165:[function(require,module,exports){
|
|
15986
16448
|
"use strict";
|
|
15987
16449
|
var __extends = (this && this.__extends) || (function () {
|
|
15988
16450
|
var extendStatics = function (d, b) {
|
|
@@ -16025,7 +16487,7 @@ var GatewayTimeoutError = /** @class */ (function (_super) {
|
|
|
16025
16487
|
}(chevre_1.ChevreError));
|
|
16026
16488
|
exports.GatewayTimeoutError = GatewayTimeoutError;
|
|
16027
16489
|
|
|
16028
|
-
},{"../errorCode":
|
|
16490
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],166:[function(require,module,exports){
|
|
16029
16491
|
"use strict";
|
|
16030
16492
|
var __extends = (this && this.__extends) || (function () {
|
|
16031
16493
|
var extendStatics = function (d, b) {
|
|
@@ -16069,7 +16531,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
16069
16531
|
}(chevre_1.ChevreError));
|
|
16070
16532
|
exports.NotFoundError = NotFoundError;
|
|
16071
16533
|
|
|
16072
|
-
},{"../errorCode":
|
|
16534
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],167:[function(require,module,exports){
|
|
16073
16535
|
"use strict";
|
|
16074
16536
|
var __extends = (this && this.__extends) || (function () {
|
|
16075
16537
|
var extendStatics = function (d, b) {
|
|
@@ -16112,7 +16574,7 @@ var NotImplementedError = /** @class */ (function (_super) {
|
|
|
16112
16574
|
}(chevre_1.ChevreError));
|
|
16113
16575
|
exports.NotImplementedError = NotImplementedError;
|
|
16114
16576
|
|
|
16115
|
-
},{"../errorCode":
|
|
16577
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],168:[function(require,module,exports){
|
|
16116
16578
|
"use strict";
|
|
16117
16579
|
var __extends = (this && this.__extends) || (function () {
|
|
16118
16580
|
var extendStatics = function (d, b) {
|
|
@@ -16155,7 +16617,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
16155
16617
|
}(chevre_1.ChevreError));
|
|
16156
16618
|
exports.RateLimitExceededError = RateLimitExceededError;
|
|
16157
16619
|
|
|
16158
|
-
},{"../errorCode":
|
|
16620
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],169:[function(require,module,exports){
|
|
16159
16621
|
"use strict";
|
|
16160
16622
|
var __extends = (this && this.__extends) || (function () {
|
|
16161
16623
|
var extendStatics = function (d, b) {
|
|
@@ -16198,7 +16660,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
16198
16660
|
}(chevre_1.ChevreError));
|
|
16199
16661
|
exports.ServiceUnavailableError = ServiceUnavailableError;
|
|
16200
16662
|
|
|
16201
|
-
},{"../errorCode":
|
|
16663
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],170:[function(require,module,exports){
|
|
16202
16664
|
"use strict";
|
|
16203
16665
|
var __extends = (this && this.__extends) || (function () {
|
|
16204
16666
|
var extendStatics = function (d, b) {
|
|
@@ -16241,7 +16703,7 @@ var UnauthorizedError = /** @class */ (function (_super) {
|
|
|
16241
16703
|
}(chevre_1.ChevreError));
|
|
16242
16704
|
exports.UnauthorizedError = UnauthorizedError;
|
|
16243
16705
|
|
|
16244
|
-
},{"../errorCode":
|
|
16706
|
+
},{"../errorCode":159,"./chevre":163,"setprototypeof":303}],171:[function(require,module,exports){
|
|
16245
16707
|
"use strict";
|
|
16246
16708
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16247
16709
|
exports.Unauthorized = exports.ServiceUnavailable = exports.RateLimitExceeded = exports.NotImplemented = exports.NotFound = exports.GatewayTimeout = exports.Forbidden = exports.Chevre = exports.ArgumentNull = exports.Argument = exports.AlreadyInUse = void 0;
|
|
@@ -16271,7 +16733,7 @@ Object.defineProperty(exports, "ServiceUnavailable", { enumerable: true, get: fu
|
|
|
16271
16733
|
var unauthorized_1 = require("./error/unauthorized");
|
|
16272
16734
|
Object.defineProperty(exports, "Unauthorized", { enumerable: true, get: function () { return unauthorized_1.UnauthorizedError; } });
|
|
16273
16735
|
|
|
16274
|
-
},{"./error/alreadyInUse":
|
|
16736
|
+
},{"./error/alreadyInUse":160,"./error/argument":161,"./error/argumentNull":162,"./error/chevre":163,"./error/forbidden":164,"./error/gatewayTimeout":165,"./error/notFound":166,"./error/notImplemented":167,"./error/rateLimitExceeded":168,"./error/serviceUnavailable":169,"./error/unauthorized":170}],172:[function(require,module,exports){
|
|
16275
16737
|
"use strict";
|
|
16276
16738
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16277
16739
|
exports.EventStatusType = void 0;
|
|
@@ -16286,7 +16748,7 @@ var EventStatusType;
|
|
|
16286
16748
|
EventStatusType["EventScheduled"] = "EventScheduled";
|
|
16287
16749
|
})(EventStatusType = exports.EventStatusType || (exports.EventStatusType = {}));
|
|
16288
16750
|
|
|
16289
|
-
},{}],
|
|
16751
|
+
},{}],173:[function(require,module,exports){
|
|
16290
16752
|
"use strict";
|
|
16291
16753
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16292
16754
|
exports.EventType = void 0;
|
|
@@ -16300,13 +16762,13 @@ var EventType;
|
|
|
16300
16762
|
EventType["ScreeningEventSeries"] = "ScreeningEventSeries";
|
|
16301
16763
|
})(EventType = exports.EventType || (exports.EventType = {}));
|
|
16302
16764
|
|
|
16303
|
-
},{}],
|
|
16304
|
-
arguments[4][
|
|
16305
|
-
},{"dup":
|
|
16306
|
-
arguments[4][
|
|
16307
|
-
},{"dup":
|
|
16308
|
-
arguments[4][
|
|
16309
|
-
},{"dup":
|
|
16765
|
+
},{}],174:[function(require,module,exports){
|
|
16766
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16767
|
+
},{"dup":35}],175:[function(require,module,exports){
|
|
16768
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16769
|
+
},{"dup":35}],176:[function(require,module,exports){
|
|
16770
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
16771
|
+
},{"dup":35}],177:[function(require,module,exports){
|
|
16310
16772
|
"use strict";
|
|
16311
16773
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16312
16774
|
exports.RoleType = void 0;
|
|
@@ -16315,11 +16777,11 @@ var RoleType;
|
|
|
16315
16777
|
RoleType["OrganizationRole"] = "OrganizationRole";
|
|
16316
16778
|
})(RoleType = exports.RoleType || (exports.RoleType = {}));
|
|
16317
16779
|
|
|
16318
|
-
},{}],
|
|
16780
|
+
},{}],178:[function(require,module,exports){
|
|
16319
16781
|
"use strict";
|
|
16320
16782
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16321
|
-
exports.
|
|
16322
|
-
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = void 0;
|
|
16783
|
+
exports.propertyValue = exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
16784
|
+
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionTasksExportationStatus = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.quantitativeValue = exports.qualitativeValue = void 0;
|
|
16323
16785
|
/**
|
|
16324
16786
|
* factory
|
|
16325
16787
|
*/
|
|
@@ -16385,6 +16847,7 @@ var MerchantReturnPolicyFactory = require("./merchantReturnPolicy");
|
|
|
16385
16847
|
var MonetaryAmountFactory = require("./monetaryAmount");
|
|
16386
16848
|
var OfferFactory = require("./offer");
|
|
16387
16849
|
var OfferCatalogFactory = require("./offerCatalog");
|
|
16850
|
+
var OfferItemConditionFactory = require("./offerItemCondition");
|
|
16388
16851
|
var offerType_1 = require("./offerType");
|
|
16389
16852
|
var OrderFactory = require("./order");
|
|
16390
16853
|
var orderStatus_1 = require("./orderStatus");
|
|
@@ -16434,11 +16897,14 @@ var CancelAccountMoneyTransferTaskFactory = require("./task/cancelAccountMoneyTr
|
|
|
16434
16897
|
var CancelMoneyTransferTaskFactory = require("./task/cancelMoneyTransfer");
|
|
16435
16898
|
var CancelPendingReservationTaskFactory = require("./task/cancelPendingReservation");
|
|
16436
16899
|
var CancelReservationTaskFactory = require("./task/cancelReservation");
|
|
16437
|
-
var
|
|
16900
|
+
var DeleteTransactionTaskFactory = require("./task/deleteTransaction");
|
|
16438
16901
|
var ImportEventCapacitiesFromCOATaskFactory = require("./task/importEventCapacitiesFromCOA");
|
|
16439
16902
|
var ImportEventsFromCOATaskFactory = require("./task/importEventsFromCOA");
|
|
16440
16903
|
var ImportOffersFromCOATaskFactory = require("./task/importOffersFromCOA");
|
|
16441
16904
|
var MoneyTransferTaskFactory = require("./task/moneyTransfer");
|
|
16905
|
+
var OnAuthorizationCreatedTaskFactory = require("./task/onAuthorizationCreated");
|
|
16906
|
+
var OnEventChangedTaskFactory = require("./task/onEventChanged");
|
|
16907
|
+
var OnResourceUpdatedTaskFactory = require("./task/onResourceUpdated");
|
|
16442
16908
|
var OrderProgramMembershipTaskFactory = require("./task/orderProgramMembership");
|
|
16443
16909
|
var PayTaskFactory = require("./task/pay");
|
|
16444
16910
|
var RefundTaskFactory = require("./task/refund");
|
|
@@ -16446,6 +16912,7 @@ var RegisterServiceTaskFactory = require("./task/registerService");
|
|
|
16446
16912
|
var ReserveTaskFactory = require("./task/reserve");
|
|
16447
16913
|
var SendEmailMessageTaskFactory = require("./task/sendEmailMessage");
|
|
16448
16914
|
var TriggerWebhookTaskFactory = require("./task/triggerWebhook");
|
|
16915
|
+
var UseReservationTaskFactory = require("./task/useReservation");
|
|
16449
16916
|
var VoidPaymentTaskFactory = require("./task/voidPayment");
|
|
16450
16917
|
var taskName_1 = require("./taskName");
|
|
16451
16918
|
var taskStatus_1 = require("./taskStatus");
|
|
@@ -16619,6 +17086,7 @@ exports.merchantReturnPolicy = MerchantReturnPolicyFactory;
|
|
|
16619
17086
|
exports.monetaryAmount = MonetaryAmountFactory;
|
|
16620
17087
|
exports.offer = OfferFactory;
|
|
16621
17088
|
exports.offerCatalog = OfferCatalogFactory;
|
|
17089
|
+
exports.offerItemCondition = OfferItemConditionFactory;
|
|
16622
17090
|
exports.offerType = offerType_1.OfferType;
|
|
16623
17091
|
exports.order = OrderFactory;
|
|
16624
17092
|
exports.orderStatus = orderStatus_1.OrderStatus;
|
|
@@ -16681,7 +17149,7 @@ var task;
|
|
|
16681
17149
|
task.cancelMoneyTransfer = CancelMoneyTransferTaskFactory;
|
|
16682
17150
|
task.cancelPendingReservation = CancelPendingReservationTaskFactory;
|
|
16683
17151
|
task.cancelReservation = CancelReservationTaskFactory;
|
|
16684
|
-
task.
|
|
17152
|
+
task.deleteTransaction = DeleteTransactionTaskFactory;
|
|
16685
17153
|
task.importEventCapacitiesFromCOA = ImportEventCapacitiesFromCOATaskFactory;
|
|
16686
17154
|
task.importEventsFromCOA = ImportEventsFromCOATaskFactory;
|
|
16687
17155
|
task.importOffersFromCOA = ImportOffersFromCOATaskFactory;
|
|
@@ -16692,7 +17160,11 @@ var task;
|
|
|
16692
17160
|
task.reserve = ReserveTaskFactory;
|
|
16693
17161
|
task.sendEmailMessage = SendEmailMessageTaskFactory;
|
|
16694
17162
|
task.triggerWebhook = TriggerWebhookTaskFactory;
|
|
17163
|
+
task.useReservation = UseReservationTaskFactory;
|
|
16695
17164
|
task.voidPayment = VoidPaymentTaskFactory;
|
|
17165
|
+
task.onAuthorizationCreated = OnAuthorizationCreatedTaskFactory;
|
|
17166
|
+
task.onEventChanged = OnEventChangedTaskFactory;
|
|
17167
|
+
task.onResourceUpdated = OnResourceUpdatedTaskFactory;
|
|
16696
17168
|
task.orderProgramMembership = OrderProgramMembershipTaskFactory;
|
|
16697
17169
|
task.accountMoneyTransfer = AccountMoneyTransferTaskFactory;
|
|
16698
17170
|
task.cancelAccountMoneyTransfer = CancelAccountMoneyTransferTaskFactory;
|
|
@@ -16733,9 +17205,9 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
16733
17205
|
exports.unitCode = unitCode_1.UnitCode;
|
|
16734
17206
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
16735
17207
|
|
|
16736
|
-
},{"./account":
|
|
16737
|
-
arguments[4][
|
|
16738
|
-
},{"dup":
|
|
17208
|
+
},{"./account":101,"./accountTitle":102,"./accountType":103,"./action/authorize/award/point":111,"./action/authorize/offer/moneyTransfer":112,"./action/authorize/offer/product":113,"./action/authorize/offer/seatReservation":114,"./action/authorize/paymentMethod/any":115,"./action/cancel/reservation":116,"./action/check/paymentMethod/movieTicket":117,"./action/check/token":118,"./action/consume/use/reservation":119,"./action/interact/confirm/moneyTransfer":120,"./action/interact/confirm/pay":121,"./action/interact/confirm/registerService":122,"./action/interact/confirm/reservation":123,"./action/interact/inform":124,"./action/interact/register/service":125,"./action/reserve":126,"./action/trade/order":127,"./action/trade/pay":128,"./action/trade/refund":129,"./action/transfer/give/pointAward":130,"./action/transfer/moneyTransfer":131,"./action/transfer/return/moneyTransfer":132,"./action/transfer/return/order":133,"./action/transfer/return/paymentMethod":134,"./action/transfer/return/pointAward":135,"./action/transfer/return/reserveTransaction":136,"./action/transfer/send/message/email":137,"./action/transfer/send/order":138,"./action/update/delete/member":139,"./actionStatusType":109,"./actionType":110,"./additionalProperty":140,"./assetTransaction/cancelReservation":142,"./assetTransaction/moneyTransfer":143,"./assetTransaction/pay":144,"./assetTransaction/refund":145,"./assetTransaction/registerService":146,"./assetTransaction/reserve":147,"./assetTransactionType":141,"./authorization":148,"./categoryCode":149,"./clientUser":150,"./cognito":151,"./creativeWork/comment":153,"./creativeWork/message/email":154,"./creativeWork/movie":155,"./creativeWork/softwareApplication/webApplication":156,"./creativeWorkType":152,"./customer":157,"./encodingFormat":158,"./errorCode":159,"./errors":171,"./event/anyEvent":174,"./event/screeningEvent":175,"./event/screeningEventSeries":176,"./eventStatusType":172,"./eventType":173,"./iam":177,"./invoice":179,"./itemAvailability":180,"./language":181,"./merchantReturnPolicy":182,"./monetaryAmount":183,"./offer":184,"./offerCatalog":185,"./offerItemCondition":186,"./offerType":187,"./order":188,"./orderStatus":189,"./organization":190,"./organizationType":191,"./ownershipInfo":192,"./paymentMethod/paymentCard/creditCard":193,"./paymentMethod/paymentCard/movieTicket":194,"./paymentStatusType":195,"./permit":196,"./person":197,"./personType":198,"./place/busStop":200,"./place/movieTheater":201,"./place/screeningRoom":202,"./place/screeningRoomSection":203,"./place/seat":204,"./placeType":199,"./priceCurrency":205,"./priceSpecification/unitPriceSpecification":207,"./priceSpecificationType":206,"./product":208,"./programMembership":209,"./project":210,"./propertyValue":211,"./propertyValue/locationFeatureSpecification":212,"./qualitativeValue":213,"./quantitativeValue":214,"./report/accountingReport":215,"./reservation/busReservation":218,"./reservation/event":219,"./reservationStatusType":216,"./reservationType":217,"./seller":220,"./service/paymentService":221,"./service/webAPI":222,"./sortType":223,"./task/accountMoneyTransfer":226,"./task/aggregateScreeningEvent":227,"./task/aggregateUseActionsOnEvent":228,"./task/cancelAccountMoneyTransfer":229,"./task/cancelMoneyTransfer":230,"./task/cancelPendingReservation":231,"./task/cancelReservation":232,"./task/deleteTransaction":233,"./task/importEventCapacitiesFromCOA":234,"./task/importEventsFromCOA":235,"./task/importOffersFromCOA":236,"./task/moneyTransfer":237,"./task/onAuthorizationCreated":238,"./task/onEventChanged":239,"./task/onResourceUpdated":240,"./task/orderProgramMembership":241,"./task/pay":242,"./task/refund":243,"./task/registerService":244,"./task/reserve":245,"./task/sendEmailMessage":246,"./task/triggerWebhook":247,"./task/useReservation":248,"./task/voidPayment":249,"./taskName":224,"./taskStatus":225,"./thing":250,"./transaction/moneyTransfer":254,"./transaction/placeOrder":255,"./transaction/returnOrder":256,"./transactionStatusType":251,"./transactionTasksExportationStatus":252,"./transactionType":253,"./trip/busTrip":258,"./tripType":257,"./unitCode":259,"./unitPriceOffer":260,"@waiter/factory":274}],179:[function(require,module,exports){
|
|
17209
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17210
|
+
},{"dup":35}],180:[function(require,module,exports){
|
|
16739
17211
|
"use strict";
|
|
16740
17212
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16741
17213
|
exports.ItemAvailability = void 0;
|
|
@@ -16755,9 +17227,9 @@ var ItemAvailability;
|
|
|
16755
17227
|
ItemAvailability["SoldOut"] = "SoldOut";
|
|
16756
17228
|
})(ItemAvailability = exports.ItemAvailability || (exports.ItemAvailability = {}));
|
|
16757
17229
|
|
|
16758
|
-
},{}],
|
|
16759
|
-
arguments[4][
|
|
16760
|
-
},{"dup":
|
|
17230
|
+
},{}],181:[function(require,module,exports){
|
|
17231
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17232
|
+
},{"dup":35}],182:[function(require,module,exports){
|
|
16761
17233
|
"use strict";
|
|
16762
17234
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16763
17235
|
exports.MerchantReturnEnumeration = exports.ReturnFeesEnumeration = exports.RefundTypeEnumeration = void 0;
|
|
@@ -16808,13 +17280,15 @@ var MerchantReturnEnumeration;
|
|
|
16808
17280
|
MerchantReturnEnumeration["MerchantReturnUnspecified"] = "MerchantReturnUnspecified";
|
|
16809
17281
|
})(MerchantReturnEnumeration = exports.MerchantReturnEnumeration || (exports.MerchantReturnEnumeration = {}));
|
|
16810
17282
|
|
|
16811
|
-
},{}],
|
|
16812
|
-
arguments[4][
|
|
16813
|
-
},{"dup":
|
|
16814
|
-
arguments[4][
|
|
16815
|
-
},{"dup":
|
|
16816
|
-
arguments[4][
|
|
16817
|
-
},{"dup":
|
|
17283
|
+
},{}],183:[function(require,module,exports){
|
|
17284
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17285
|
+
},{"dup":35}],184:[function(require,module,exports){
|
|
17286
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17287
|
+
},{"dup":35}],185:[function(require,module,exports){
|
|
17288
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17289
|
+
},{"dup":35}],186:[function(require,module,exports){
|
|
17290
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17291
|
+
},{"dup":35}],187:[function(require,module,exports){
|
|
16818
17292
|
"use strict";
|
|
16819
17293
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16820
17294
|
exports.OfferType = void 0;
|
|
@@ -16827,7 +17301,7 @@ var OfferType;
|
|
|
16827
17301
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
16828
17302
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
16829
17303
|
|
|
16830
|
-
},{}],
|
|
17304
|
+
},{}],188:[function(require,module,exports){
|
|
16831
17305
|
"use strict";
|
|
16832
17306
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16833
17307
|
exports.OrderType = void 0;
|
|
@@ -16836,7 +17310,7 @@ var OrderType;
|
|
|
16836
17310
|
OrderType["Order"] = "Order";
|
|
16837
17311
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
16838
17312
|
|
|
16839
|
-
},{}],
|
|
17313
|
+
},{}],189:[function(require,module,exports){
|
|
16840
17314
|
"use strict";
|
|
16841
17315
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16842
17316
|
exports.OrderStatus = void 0;
|
|
@@ -16855,9 +17329,9 @@ var OrderStatus;
|
|
|
16855
17329
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
16856
17330
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
16857
17331
|
|
|
16858
|
-
},{}],
|
|
16859
|
-
arguments[4][
|
|
16860
|
-
},{"dup":
|
|
17332
|
+
},{}],190:[function(require,module,exports){
|
|
17333
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17334
|
+
},{"dup":35}],191:[function(require,module,exports){
|
|
16861
17335
|
"use strict";
|
|
16862
17336
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16863
17337
|
exports.OrganizationType = void 0;
|
|
@@ -16882,13 +17356,13 @@ var OrganizationType;
|
|
|
16882
17356
|
OrganizationType["Project"] = "Project";
|
|
16883
17357
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
16884
17358
|
|
|
16885
|
-
},{}],
|
|
16886
|
-
arguments[4][
|
|
16887
|
-
},{"dup":
|
|
16888
|
-
arguments[4][
|
|
16889
|
-
},{"dup":
|
|
16890
|
-
arguments[4][
|
|
16891
|
-
},{"dup":
|
|
17359
|
+
},{}],192:[function(require,module,exports){
|
|
17360
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17361
|
+
},{"dup":35}],193:[function(require,module,exports){
|
|
17362
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17363
|
+
},{"dup":35}],194:[function(require,module,exports){
|
|
17364
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17365
|
+
},{"dup":35}],195:[function(require,module,exports){
|
|
16892
17366
|
"use strict";
|
|
16893
17367
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16894
17368
|
exports.PaymentStatusType = void 0;
|
|
@@ -16904,7 +17378,7 @@ var PaymentStatusType;
|
|
|
16904
17378
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
16905
17379
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
16906
17380
|
|
|
16907
|
-
},{}],
|
|
17381
|
+
},{}],196:[function(require,module,exports){
|
|
16908
17382
|
"use strict";
|
|
16909
17383
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16910
17384
|
exports.PermitType = void 0;
|
|
@@ -16913,9 +17387,9 @@ var PermitType;
|
|
|
16913
17387
|
PermitType["Permit"] = "Permit";
|
|
16914
17388
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
16915
17389
|
|
|
16916
|
-
},{}],
|
|
16917
|
-
arguments[4][
|
|
16918
|
-
},{"dup":
|
|
17390
|
+
},{}],197:[function(require,module,exports){
|
|
17391
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17392
|
+
},{"dup":35}],198:[function(require,module,exports){
|
|
16919
17393
|
"use strict";
|
|
16920
17394
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16921
17395
|
exports.PersonType = void 0;
|
|
@@ -16927,7 +17401,7 @@ var PersonType;
|
|
|
16927
17401
|
PersonType["Person"] = "Person";
|
|
16928
17402
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
16929
17403
|
|
|
16930
|
-
},{}],
|
|
17404
|
+
},{}],199:[function(require,module,exports){
|
|
16931
17405
|
"use strict";
|
|
16932
17406
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16933
17407
|
exports.PlaceType = void 0;
|
|
@@ -16945,17 +17419,17 @@ var PlaceType;
|
|
|
16945
17419
|
PlaceType["Seat"] = "Seat";
|
|
16946
17420
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
16947
17421
|
|
|
16948
|
-
},{}],
|
|
16949
|
-
arguments[4][
|
|
16950
|
-
},{"dup":
|
|
16951
|
-
arguments[4][
|
|
16952
|
-
},{"dup":
|
|
16953
|
-
arguments[4][
|
|
16954
|
-
},{"dup":
|
|
16955
|
-
arguments[4][
|
|
16956
|
-
},{"dup":
|
|
16957
|
-
arguments[4][
|
|
16958
|
-
},{"dup":
|
|
17422
|
+
},{}],200:[function(require,module,exports){
|
|
17423
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17424
|
+
},{"dup":35}],201:[function(require,module,exports){
|
|
17425
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17426
|
+
},{"dup":35}],202:[function(require,module,exports){
|
|
17427
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17428
|
+
},{"dup":35}],203:[function(require,module,exports){
|
|
17429
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17430
|
+
},{"dup":35}],204:[function(require,module,exports){
|
|
17431
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17432
|
+
},{"dup":35}],205:[function(require,module,exports){
|
|
16959
17433
|
"use strict";
|
|
16960
17434
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16961
17435
|
exports.PriceCurrency = void 0;
|
|
@@ -16969,7 +17443,7 @@ var PriceCurrency;
|
|
|
16969
17443
|
PriceCurrency["JPY"] = "JPY";
|
|
16970
17444
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
16971
17445
|
|
|
16972
|
-
},{}],
|
|
17446
|
+
},{}],206:[function(require,module,exports){
|
|
16973
17447
|
"use strict";
|
|
16974
17448
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16975
17449
|
exports.PriceSpecificationType = void 0;
|
|
@@ -17000,9 +17474,9 @@ var PriceSpecificationType;
|
|
|
17000
17474
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
17001
17475
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
17002
17476
|
|
|
17003
|
-
},{}],
|
|
17004
|
-
arguments[4][
|
|
17005
|
-
},{"dup":
|
|
17477
|
+
},{}],207:[function(require,module,exports){
|
|
17478
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17479
|
+
},{"dup":35}],208:[function(require,module,exports){
|
|
17006
17480
|
"use strict";
|
|
17007
17481
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17008
17482
|
exports.ProductType = void 0;
|
|
@@ -17033,7 +17507,7 @@ var ProductType;
|
|
|
17033
17507
|
ProductType["Transportation"] = "Transportation";
|
|
17034
17508
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
17035
17509
|
|
|
17036
|
-
},{}],
|
|
17510
|
+
},{}],209:[function(require,module,exports){
|
|
17037
17511
|
"use strict";
|
|
17038
17512
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17039
17513
|
exports.ProgramMembershipType = void 0;
|
|
@@ -17042,9 +17516,9 @@ var ProgramMembershipType;
|
|
|
17042
17516
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
17043
17517
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
17044
17518
|
|
|
17045
|
-
},{}],
|
|
17046
|
-
arguments[4][
|
|
17047
|
-
},{"dup":
|
|
17519
|
+
},{}],210:[function(require,module,exports){
|
|
17520
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17521
|
+
},{"dup":35}],211:[function(require,module,exports){
|
|
17048
17522
|
"use strict";
|
|
17049
17523
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17050
17524
|
exports.PropertyValueType = void 0;
|
|
@@ -17053,11 +17527,11 @@ var PropertyValueType;
|
|
|
17053
17527
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
17054
17528
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
17055
17529
|
|
|
17056
|
-
},{}],
|
|
17057
|
-
arguments[4][
|
|
17058
|
-
},{"dup":
|
|
17059
|
-
arguments[4][
|
|
17060
|
-
},{"dup":
|
|
17530
|
+
},{}],212:[function(require,module,exports){
|
|
17531
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17532
|
+
},{"dup":35}],213:[function(require,module,exports){
|
|
17533
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17534
|
+
},{"dup":35}],214:[function(require,module,exports){
|
|
17061
17535
|
"use strict";
|
|
17062
17536
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17063
17537
|
exports.StringValue = void 0;
|
|
@@ -17066,9 +17540,9 @@ var StringValue;
|
|
|
17066
17540
|
StringValue["Infinity"] = "Infinity";
|
|
17067
17541
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
17068
17542
|
|
|
17069
|
-
},{}],
|
|
17070
|
-
arguments[4][
|
|
17071
|
-
},{"dup":
|
|
17543
|
+
},{}],215:[function(require,module,exports){
|
|
17544
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17545
|
+
},{"dup":35}],216:[function(require,module,exports){
|
|
17072
17546
|
"use strict";
|
|
17073
17547
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17074
17548
|
exports.ReservationStatusType = void 0;
|
|
@@ -17095,7 +17569,7 @@ var ReservationStatusType;
|
|
|
17095
17569
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
17096
17570
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
17097
17571
|
|
|
17098
|
-
},{}],
|
|
17572
|
+
},{}],217:[function(require,module,exports){
|
|
17099
17573
|
"use strict";
|
|
17100
17574
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17101
17575
|
exports.ReservationType = void 0;
|
|
@@ -17109,13 +17583,13 @@ var ReservationType;
|
|
|
17109
17583
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
17110
17584
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
17111
17585
|
|
|
17112
|
-
},{}],
|
|
17113
|
-
arguments[4][
|
|
17114
|
-
},{"dup":
|
|
17115
|
-
arguments[4][
|
|
17116
|
-
},{"dup":
|
|
17117
|
-
arguments[4][
|
|
17118
|
-
},{"dup":
|
|
17586
|
+
},{}],218:[function(require,module,exports){
|
|
17587
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17588
|
+
},{"dup":35}],219:[function(require,module,exports){
|
|
17589
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17590
|
+
},{"dup":35}],220:[function(require,module,exports){
|
|
17591
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17592
|
+
},{"dup":35}],221:[function(require,module,exports){
|
|
17119
17593
|
"use strict";
|
|
17120
17594
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17121
17595
|
exports.PaymentServiceType = void 0;
|
|
@@ -17127,7 +17601,7 @@ var PaymentServiceType;
|
|
|
17127
17601
|
PaymentServiceType["PaymentCard"] = "PaymentCard";
|
|
17128
17602
|
})(PaymentServiceType = exports.PaymentServiceType || (exports.PaymentServiceType = {}));
|
|
17129
17603
|
|
|
17130
|
-
},{}],
|
|
17604
|
+
},{}],222:[function(require,module,exports){
|
|
17131
17605
|
"use strict";
|
|
17132
17606
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17133
17607
|
exports.Identifier = void 0;
|
|
@@ -17137,7 +17611,7 @@ var Identifier;
|
|
|
17137
17611
|
Identifier["Chevre"] = "Chevre";
|
|
17138
17612
|
})(Identifier = exports.Identifier || (exports.Identifier = {}));
|
|
17139
17613
|
|
|
17140
|
-
},{}],
|
|
17614
|
+
},{}],223:[function(require,module,exports){
|
|
17141
17615
|
"use strict";
|
|
17142
17616
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17143
17617
|
exports.SortType = void 0;
|
|
@@ -17150,7 +17624,7 @@ var SortType;
|
|
|
17150
17624
|
SortType[SortType["Descending"] = -1] = "Descending";
|
|
17151
17625
|
})(SortType = exports.SortType || (exports.SortType = {}));
|
|
17152
17626
|
|
|
17153
|
-
},{}],
|
|
17627
|
+
},{}],224:[function(require,module,exports){
|
|
17154
17628
|
"use strict";
|
|
17155
17629
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17156
17630
|
exports.TaskName = void 0;
|
|
@@ -17159,31 +17633,19 @@ exports.TaskName = void 0;
|
|
|
17159
17633
|
*/
|
|
17160
17634
|
var TaskName;
|
|
17161
17635
|
(function (TaskName) {
|
|
17162
|
-
TaskName["Reserve"] = "reserve";
|
|
17163
|
-
TaskName["CancelReservation"] = "cancelReservation";
|
|
17164
|
-
TaskName["CancelPendingReservation"] = "cancelPendingReservation";
|
|
17165
|
-
TaskName["AggregateScreeningEvent"] = "aggregateScreeningEvent";
|
|
17166
|
-
TaskName["AggregateUseActionsOnEvent"] = "aggregateUseActionsOnEvent";
|
|
17167
|
-
TaskName["DeleteAssetTransaction"] = "deleteAssetTransaction";
|
|
17168
|
-
TaskName["DeleteOrder"] = "deleteOrder";
|
|
17169
|
-
TaskName["DeleteTransaction"] = "deleteTransaction";
|
|
17170
|
-
TaskName["ImportEventCapacitiesFromCOA"] = "importEventCapacitiesFromCOA";
|
|
17171
|
-
TaskName["ImportEventsFromCOA"] = "importEventsFromCOA";
|
|
17172
|
-
TaskName["ImportOffersFromCOA"] = "importOffersFromCOA";
|
|
17173
|
-
TaskName["CancelMoneyTransfer"] = "cancelMoneyTransfer";
|
|
17174
|
-
TaskName["MoneyTransfer"] = "moneyTransfer";
|
|
17175
|
-
TaskName["Refund"] = "refund";
|
|
17176
|
-
TaskName["RegisterService"] = "registerService";
|
|
17177
|
-
TaskName["Pay"] = "pay";
|
|
17178
17636
|
/**
|
|
17179
|
-
*
|
|
17637
|
+
* 口座転送
|
|
17180
17638
|
*/
|
|
17181
|
-
TaskName["
|
|
17639
|
+
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
17640
|
+
TaskName["AggregateScreeningEvent"] = "aggregateScreeningEvent";
|
|
17641
|
+
TaskName["AggregateUseActionsOnEvent"] = "aggregateUseActionsOnEvent";
|
|
17182
17642
|
/**
|
|
17183
|
-
*
|
|
17643
|
+
* 口座転送中止
|
|
17184
17644
|
*/
|
|
17185
|
-
TaskName["
|
|
17186
|
-
TaskName["
|
|
17645
|
+
TaskName["CancelAccountMoneyTransfer"] = "cancelAccountMoneyTransfer";
|
|
17646
|
+
TaskName["CancelMoneyTransfer"] = "cancelMoneyTransfer";
|
|
17647
|
+
TaskName["CancelReservation"] = "cancelReservation";
|
|
17648
|
+
TaskName["CancelPendingReservation"] = "cancelPendingReservation";
|
|
17187
17649
|
/**
|
|
17188
17650
|
* 通貨転送
|
|
17189
17651
|
*/
|
|
@@ -17204,22 +17666,34 @@ var TaskName;
|
|
|
17204
17666
|
* 予約資産取引確定
|
|
17205
17667
|
*/
|
|
17206
17668
|
TaskName["ConfirmReserveTransaction"] = "confirmReserveTransaction";
|
|
17207
|
-
|
|
17208
|
-
|
|
17209
|
-
*/
|
|
17210
|
-
TaskName["DeleteMember"] = "deleteMember";
|
|
17669
|
+
// DeleteMember = 'deleteMember',
|
|
17670
|
+
TaskName["DeleteTransaction"] = "deleteTransaction";
|
|
17211
17671
|
/**
|
|
17212
17672
|
* ポイント特典付与
|
|
17213
17673
|
*/
|
|
17214
17674
|
TaskName["GivePointAward"] = "givePointAward";
|
|
17675
|
+
TaskName["ImportEventCapacitiesFromCOA"] = "importEventCapacitiesFromCOA";
|
|
17676
|
+
TaskName["ImportEventsFromCOA"] = "importEventsFromCOA";
|
|
17677
|
+
TaskName["ImportOffersFromCOA"] = "importOffersFromCOA";
|
|
17678
|
+
TaskName["MoneyTransfer"] = "moneyTransfer";
|
|
17679
|
+
TaskName["OnAuthorizationCreated"] = "onAuthorizationCreated";
|
|
17680
|
+
TaskName["OnEventChanged"] = "onEventChanged";
|
|
17681
|
+
TaskName["OnResourceUpdated"] = "onResourceUpdated";
|
|
17215
17682
|
/**
|
|
17216
17683
|
* メンバーシップ注文
|
|
17217
17684
|
*/
|
|
17218
17685
|
TaskName["OrderProgramMembership"] = "orderProgramMembership";
|
|
17686
|
+
TaskName["Pay"] = "pay";
|
|
17219
17687
|
/**
|
|
17220
17688
|
* 注文受付
|
|
17221
17689
|
*/
|
|
17222
17690
|
TaskName["PlaceOrder"] = "placeOrder";
|
|
17691
|
+
TaskName["Refund"] = "refund";
|
|
17692
|
+
TaskName["RegisterService"] = "registerService";
|
|
17693
|
+
/**
|
|
17694
|
+
* Eメールメッセージ送信
|
|
17695
|
+
*/
|
|
17696
|
+
TaskName["Reserve"] = "reserve";
|
|
17223
17697
|
/**
|
|
17224
17698
|
* 注文返品
|
|
17225
17699
|
*/
|
|
@@ -17240,10 +17714,17 @@ var TaskName;
|
|
|
17240
17714
|
* 予約資産取引返却
|
|
17241
17715
|
*/
|
|
17242
17716
|
TaskName["ReturnReserveTransaction"] = "returnReserveTransaction";
|
|
17717
|
+
TaskName["SendEmailMessage"] = "sendEmailMessage";
|
|
17243
17718
|
/**
|
|
17244
17719
|
* 注文配送
|
|
17245
17720
|
*/
|
|
17246
17721
|
TaskName["SendOrder"] = "sendOrder";
|
|
17722
|
+
/**
|
|
17723
|
+
* ウェブフックをたたく
|
|
17724
|
+
*/
|
|
17725
|
+
TaskName["TriggerWebhook"] = "triggerWebhook";
|
|
17726
|
+
TaskName["UseReservation"] = "useReservation";
|
|
17727
|
+
TaskName["VoidPayment"] = "voidPayment";
|
|
17247
17728
|
/**
|
|
17248
17729
|
* 通貨転送中止
|
|
17249
17730
|
*/
|
|
@@ -17260,17 +17741,9 @@ var TaskName;
|
|
|
17260
17741
|
* 予約中止
|
|
17261
17742
|
*/
|
|
17262
17743
|
TaskName["VoidReserveTransaction"] = "voidReserveTransaction";
|
|
17263
|
-
/**
|
|
17264
|
-
* 口座転送中止
|
|
17265
|
-
*/
|
|
17266
|
-
TaskName["CancelAccountMoneyTransfer"] = "cancelAccountMoneyTransfer";
|
|
17267
|
-
/**
|
|
17268
|
-
* 口座転送
|
|
17269
|
-
*/
|
|
17270
|
-
TaskName["AccountMoneyTransfer"] = "accountMoneyTransfer";
|
|
17271
17744
|
})(TaskName = exports.TaskName || (exports.TaskName = {}));
|
|
17272
17745
|
|
|
17273
|
-
},{}],
|
|
17746
|
+
},{}],225:[function(require,module,exports){
|
|
17274
17747
|
"use strict";
|
|
17275
17748
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17276
17749
|
exports.TaskStatus = void 0;
|
|
@@ -17297,49 +17770,57 @@ var TaskStatus;
|
|
|
17297
17770
|
TaskStatus["Aborted"] = "Aborted";
|
|
17298
17771
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
17299
17772
|
|
|
17300
|
-
},{}],
|
|
17301
|
-
arguments[4][
|
|
17302
|
-
},{"dup":
|
|
17303
|
-
arguments[4][
|
|
17304
|
-
},{"dup":
|
|
17305
|
-
arguments[4][
|
|
17306
|
-
},{"dup":
|
|
17307
|
-
arguments[4][
|
|
17308
|
-
},{"dup":
|
|
17309
|
-
arguments[4][
|
|
17310
|
-
},{"dup":
|
|
17311
|
-
arguments[4][
|
|
17312
|
-
},{"dup":
|
|
17313
|
-
arguments[4][
|
|
17314
|
-
},{"dup":
|
|
17315
|
-
arguments[4][
|
|
17316
|
-
},{"dup":
|
|
17317
|
-
arguments[4][
|
|
17318
|
-
},{"dup":
|
|
17319
|
-
arguments[4][
|
|
17320
|
-
},{"dup":
|
|
17321
|
-
arguments[4][
|
|
17322
|
-
},{"dup":
|
|
17323
|
-
arguments[4][
|
|
17324
|
-
},{"dup":
|
|
17325
|
-
arguments[4][
|
|
17326
|
-
},{"dup":
|
|
17327
|
-
arguments[4][
|
|
17328
|
-
},{"dup":
|
|
17329
|
-
arguments[4][
|
|
17330
|
-
},{"dup":
|
|
17331
|
-
arguments[4][
|
|
17332
|
-
},{"dup":
|
|
17333
|
-
arguments[4][
|
|
17334
|
-
},{"dup":
|
|
17335
|
-
arguments[4][
|
|
17336
|
-
},{"dup":
|
|
17337
|
-
arguments[4][
|
|
17338
|
-
},{"dup":
|
|
17339
|
-
arguments[4][
|
|
17340
|
-
},{"dup":
|
|
17341
|
-
arguments[4][
|
|
17342
|
-
},{"dup":
|
|
17773
|
+
},{}],226:[function(require,module,exports){
|
|
17774
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17775
|
+
},{"dup":35}],227:[function(require,module,exports){
|
|
17776
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17777
|
+
},{"dup":35}],228:[function(require,module,exports){
|
|
17778
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17779
|
+
},{"dup":35}],229:[function(require,module,exports){
|
|
17780
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17781
|
+
},{"dup":35}],230:[function(require,module,exports){
|
|
17782
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17783
|
+
},{"dup":35}],231:[function(require,module,exports){
|
|
17784
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17785
|
+
},{"dup":35}],232:[function(require,module,exports){
|
|
17786
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17787
|
+
},{"dup":35}],233:[function(require,module,exports){
|
|
17788
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17789
|
+
},{"dup":35}],234:[function(require,module,exports){
|
|
17790
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17791
|
+
},{"dup":35}],235:[function(require,module,exports){
|
|
17792
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17793
|
+
},{"dup":35}],236:[function(require,module,exports){
|
|
17794
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17795
|
+
},{"dup":35}],237:[function(require,module,exports){
|
|
17796
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17797
|
+
},{"dup":35}],238:[function(require,module,exports){
|
|
17798
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17799
|
+
},{"dup":35}],239:[function(require,module,exports){
|
|
17800
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17801
|
+
},{"dup":35}],240:[function(require,module,exports){
|
|
17802
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17803
|
+
},{"dup":35}],241:[function(require,module,exports){
|
|
17804
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17805
|
+
},{"dup":35}],242:[function(require,module,exports){
|
|
17806
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17807
|
+
},{"dup":35}],243:[function(require,module,exports){
|
|
17808
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17809
|
+
},{"dup":35}],244:[function(require,module,exports){
|
|
17810
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17811
|
+
},{"dup":35}],245:[function(require,module,exports){
|
|
17812
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17813
|
+
},{"dup":35}],246:[function(require,module,exports){
|
|
17814
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17815
|
+
},{"dup":35}],247:[function(require,module,exports){
|
|
17816
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17817
|
+
},{"dup":35}],248:[function(require,module,exports){
|
|
17818
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17819
|
+
},{"dup":35}],249:[function(require,module,exports){
|
|
17820
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17821
|
+
},{"dup":35}],250:[function(require,module,exports){
|
|
17822
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17823
|
+
},{"dup":35}],251:[function(require,module,exports){
|
|
17343
17824
|
"use strict";
|
|
17344
17825
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17345
17826
|
exports.TransactionStatusType = void 0;
|
|
@@ -17354,7 +17835,7 @@ var TransactionStatusType;
|
|
|
17354
17835
|
TransactionStatusType["Expired"] = "Expired";
|
|
17355
17836
|
})(TransactionStatusType = exports.TransactionStatusType || (exports.TransactionStatusType = {}));
|
|
17356
17837
|
|
|
17357
|
-
},{}],
|
|
17838
|
+
},{}],252:[function(require,module,exports){
|
|
17358
17839
|
"use strict";
|
|
17359
17840
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17360
17841
|
exports.TransactionTasksExportationStatus = void 0;
|
|
@@ -17377,7 +17858,7 @@ var TransactionTasksExportationStatus;
|
|
|
17377
17858
|
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
17378
17859
|
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|
|
17379
17860
|
|
|
17380
|
-
},{}],
|
|
17861
|
+
},{}],253:[function(require,module,exports){
|
|
17381
17862
|
"use strict";
|
|
17382
17863
|
/**
|
|
17383
17864
|
* 取引タイプ
|
|
@@ -17400,11 +17881,11 @@ var TransactionType;
|
|
|
17400
17881
|
TransactionType["ReturnOrder"] = "ReturnOrder";
|
|
17401
17882
|
})(TransactionType = exports.TransactionType || (exports.TransactionType = {}));
|
|
17402
17883
|
|
|
17403
|
-
},{}],
|
|
17404
|
-
arguments[4][
|
|
17405
|
-
},{"dup":
|
|
17406
|
-
arguments[4][
|
|
17407
|
-
},{"dup":
|
|
17884
|
+
},{}],254:[function(require,module,exports){
|
|
17885
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17886
|
+
},{"dup":35}],255:[function(require,module,exports){
|
|
17887
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17888
|
+
},{"dup":35}],256:[function(require,module,exports){
|
|
17408
17889
|
"use strict";
|
|
17409
17890
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17410
17891
|
exports.Reason = void 0;
|
|
@@ -17423,7 +17904,7 @@ var Reason;
|
|
|
17423
17904
|
Reason["Seller"] = "Seller";
|
|
17424
17905
|
})(Reason = exports.Reason || (exports.Reason = {}));
|
|
17425
17906
|
|
|
17426
|
-
},{}],
|
|
17907
|
+
},{}],257:[function(require,module,exports){
|
|
17427
17908
|
"use strict";
|
|
17428
17909
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17429
17910
|
exports.TripType = void 0;
|
|
@@ -17436,9 +17917,9 @@ var TripType;
|
|
|
17436
17917
|
TripType["Trip"] = "Trip";
|
|
17437
17918
|
})(TripType = exports.TripType || (exports.TripType = {}));
|
|
17438
17919
|
|
|
17439
|
-
},{}],
|
|
17440
|
-
arguments[4][
|
|
17441
|
-
},{"dup":
|
|
17920
|
+
},{}],258:[function(require,module,exports){
|
|
17921
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17922
|
+
},{"dup":35}],259:[function(require,module,exports){
|
|
17442
17923
|
"use strict";
|
|
17443
17924
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17444
17925
|
exports.UnitCode = void 0;
|
|
@@ -17465,11 +17946,11 @@ var UnitCode;
|
|
|
17465
17946
|
UnitCode["Sec"] = "SEC";
|
|
17466
17947
|
})(UnitCode = exports.UnitCode || (exports.UnitCode = {}));
|
|
17467
17948
|
|
|
17468
|
-
},{}],
|
|
17469
|
-
arguments[4][
|
|
17470
|
-
},{"dup":
|
|
17471
|
-
arguments[4][
|
|
17472
|
-
},{"dup":
|
|
17949
|
+
},{}],260:[function(require,module,exports){
|
|
17950
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17951
|
+
},{"dup":35}],261:[function(require,module,exports){
|
|
17952
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
17953
|
+
},{"dup":35}],262:[function(require,module,exports){
|
|
17473
17954
|
"use strict";
|
|
17474
17955
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17475
17956
|
/**
|
|
@@ -17488,7 +17969,7 @@ var ErrorCode;
|
|
|
17488
17969
|
})(ErrorCode || (ErrorCode = {}));
|
|
17489
17970
|
exports.default = ErrorCode;
|
|
17490
17971
|
|
|
17491
|
-
},{}],
|
|
17972
|
+
},{}],263:[function(require,module,exports){
|
|
17492
17973
|
"use strict";
|
|
17493
17974
|
var __extends = (this && this.__extends) || (function () {
|
|
17494
17975
|
var extendStatics = function (d, b) {
|
|
@@ -17529,7 +18010,7 @@ var ArgumentError = /** @class */ (function (_super) {
|
|
|
17529
18010
|
}(waiter_1.WaiterError));
|
|
17530
18011
|
exports.default = ArgumentError;
|
|
17531
18012
|
|
|
17532
|
-
},{"../errorCode":
|
|
18013
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],264:[function(require,module,exports){
|
|
17533
18014
|
"use strict";
|
|
17534
18015
|
var __extends = (this && this.__extends) || (function () {
|
|
17535
18016
|
var extendStatics = function (d, b) {
|
|
@@ -17570,7 +18051,7 @@ var ArgumentNullError = /** @class */ (function (_super) {
|
|
|
17570
18051
|
}(waiter_1.WaiterError));
|
|
17571
18052
|
exports.default = ArgumentNullError;
|
|
17572
18053
|
|
|
17573
|
-
},{"../errorCode":
|
|
18054
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],265:[function(require,module,exports){
|
|
17574
18055
|
"use strict";
|
|
17575
18056
|
var __extends = (this && this.__extends) || (function () {
|
|
17576
18057
|
var extendStatics = function (d, b) {
|
|
@@ -17610,7 +18091,7 @@ var ForbiddenError = /** @class */ (function (_super) {
|
|
|
17610
18091
|
}(waiter_1.WaiterError));
|
|
17611
18092
|
exports.default = ForbiddenError;
|
|
17612
18093
|
|
|
17613
|
-
},{"../errorCode":
|
|
18094
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],266:[function(require,module,exports){
|
|
17614
18095
|
"use strict";
|
|
17615
18096
|
var __extends = (this && this.__extends) || (function () {
|
|
17616
18097
|
var extendStatics = function (d, b) {
|
|
@@ -17651,7 +18132,7 @@ var NotFoundError = /** @class */ (function (_super) {
|
|
|
17651
18132
|
}(waiter_1.WaiterError));
|
|
17652
18133
|
exports.default = NotFoundError;
|
|
17653
18134
|
|
|
17654
|
-
},{"../errorCode":
|
|
18135
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],267:[function(require,module,exports){
|
|
17655
18136
|
"use strict";
|
|
17656
18137
|
var __extends = (this && this.__extends) || (function () {
|
|
17657
18138
|
var extendStatics = function (d, b) {
|
|
@@ -17691,7 +18172,7 @@ var RateLimitExceededError = /** @class */ (function (_super) {
|
|
|
17691
18172
|
}(waiter_1.WaiterError));
|
|
17692
18173
|
exports.default = RateLimitExceededError;
|
|
17693
18174
|
|
|
17694
|
-
},{"../errorCode":
|
|
18175
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],268:[function(require,module,exports){
|
|
17695
18176
|
"use strict";
|
|
17696
18177
|
var __extends = (this && this.__extends) || (function () {
|
|
17697
18178
|
var extendStatics = function (d, b) {
|
|
@@ -17731,7 +18212,7 @@ var ServiceUnavailableError = /** @class */ (function (_super) {
|
|
|
17731
18212
|
}(waiter_1.WaiterError));
|
|
17732
18213
|
exports.default = ServiceUnavailableError;
|
|
17733
18214
|
|
|
17734
|
-
},{"../errorCode":
|
|
18215
|
+
},{"../errorCode":262,"./waiter":269,"setprototypeof":303}],269:[function(require,module,exports){
|
|
17735
18216
|
"use strict";
|
|
17736
18217
|
var __extends = (this && this.__extends) || (function () {
|
|
17737
18218
|
var extendStatics = function (d, b) {
|
|
@@ -17764,7 +18245,7 @@ var WaiterError = /** @class */ (function (_super) {
|
|
|
17764
18245
|
}(Error));
|
|
17765
18246
|
exports.WaiterError = WaiterError;
|
|
17766
18247
|
|
|
17767
|
-
},{}],
|
|
18248
|
+
},{}],270:[function(require,module,exports){
|
|
17768
18249
|
"use strict";
|
|
17769
18250
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17770
18251
|
/**
|
|
@@ -17785,13 +18266,13 @@ exports.ServiceUnavailable = serviceUnavailable_1.default;
|
|
|
17785
18266
|
var waiter_1 = require("./error/waiter");
|
|
17786
18267
|
exports.Waiter = waiter_1.WaiterError;
|
|
17787
18268
|
|
|
17788
|
-
},{"./error/argument":
|
|
17789
|
-
arguments[4][
|
|
17790
|
-
},{"dup":
|
|
17791
|
-
arguments[4][
|
|
17792
|
-
},{"dup":
|
|
17793
|
-
arguments[4][
|
|
17794
|
-
},{"dup":
|
|
18269
|
+
},{"./error/argument":263,"./error/argumentNull":264,"./error/forbidden":265,"./error/notFound":266,"./error/rateLimitExceeded":267,"./error/serviceUnavailable":268,"./error/waiter":269}],271:[function(require,module,exports){
|
|
18270
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
18271
|
+
},{"dup":35}],272:[function(require,module,exports){
|
|
18272
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
18273
|
+
},{"dup":35}],273:[function(require,module,exports){
|
|
18274
|
+
arguments[4][35][0].apply(exports,arguments)
|
|
18275
|
+
},{"dup":35}],274:[function(require,module,exports){
|
|
17795
18276
|
"use strict";
|
|
17796
18277
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17797
18278
|
/**
|
|
@@ -17810,7 +18291,7 @@ exports.passport = passport;
|
|
|
17810
18291
|
exports.project = project;
|
|
17811
18292
|
exports.rule = rule;
|
|
17812
18293
|
|
|
17813
|
-
},{"./factory/client":
|
|
18294
|
+
},{"./factory/client":261,"./factory/errorCode":262,"./factory/errors":270,"./factory/passport":271,"./factory/project":272,"./factory/rule":273}],275:[function(require,module,exports){
|
|
17814
18295
|
'use strict'
|
|
17815
18296
|
|
|
17816
18297
|
exports.byteLength = byteLength
|
|
@@ -17964,9 +18445,9 @@ function fromByteArray (uint8) {
|
|
|
17964
18445
|
return parts.join('')
|
|
17965
18446
|
}
|
|
17966
18447
|
|
|
17967
|
-
},{}],
|
|
18448
|
+
},{}],276:[function(require,module,exports){
|
|
17968
18449
|
|
|
17969
|
-
},{}],
|
|
18450
|
+
},{}],277:[function(require,module,exports){
|
|
17970
18451
|
(function (Buffer){
|
|
17971
18452
|
/*!
|
|
17972
18453
|
* The buffer module from node.js, for the browser.
|
|
@@ -19747,7 +20228,7 @@ function numberIsNaN (obj) {
|
|
|
19747
20228
|
}
|
|
19748
20229
|
|
|
19749
20230
|
}).call(this,require("buffer").Buffer)
|
|
19750
|
-
},{"base64-js":
|
|
20231
|
+
},{"base64-js":275,"buffer":277,"ieee754":291}],278:[function(require,module,exports){
|
|
19751
20232
|
'use strict';
|
|
19752
20233
|
|
|
19753
20234
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -19764,7 +20245,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
|
|
|
19764
20245
|
return intrinsic;
|
|
19765
20246
|
};
|
|
19766
20247
|
|
|
19767
|
-
},{"./":
|
|
20248
|
+
},{"./":279,"get-intrinsic":285}],279:[function(require,module,exports){
|
|
19768
20249
|
'use strict';
|
|
19769
20250
|
|
|
19770
20251
|
var bind = require('function-bind');
|
|
@@ -19813,7 +20294,7 @@ if ($defineProperty) {
|
|
|
19813
20294
|
module.exports.apply = applyBind;
|
|
19814
20295
|
}
|
|
19815
20296
|
|
|
19816
|
-
},{"function-bind":
|
|
20297
|
+
},{"function-bind":284,"get-intrinsic":285}],280:[function(require,module,exports){
|
|
19817
20298
|
/**
|
|
19818
20299
|
* Helpers.
|
|
19819
20300
|
*/
|
|
@@ -19977,7 +20458,7 @@ function plural(ms, msAbs, n, name) {
|
|
|
19977
20458
|
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
19978
20459
|
}
|
|
19979
20460
|
|
|
19980
|
-
},{}],
|
|
20461
|
+
},{}],281:[function(require,module,exports){
|
|
19981
20462
|
(function (process){
|
|
19982
20463
|
"use strict";
|
|
19983
20464
|
|
|
@@ -20161,7 +20642,7 @@ formatters.j = function (v) {
|
|
|
20161
20642
|
|
|
20162
20643
|
|
|
20163
20644
|
}).call(this,require('_process'))
|
|
20164
|
-
},{"./common":
|
|
20645
|
+
},{"./common":282,"_process":294}],282:[function(require,module,exports){
|
|
20165
20646
|
"use strict";
|
|
20166
20647
|
|
|
20167
20648
|
/**
|
|
@@ -20412,7 +20893,7 @@ function setup(env) {
|
|
|
20412
20893
|
module.exports = setup;
|
|
20413
20894
|
|
|
20414
20895
|
|
|
20415
|
-
},{"ms":
|
|
20896
|
+
},{"ms":280}],283:[function(require,module,exports){
|
|
20416
20897
|
'use strict';
|
|
20417
20898
|
|
|
20418
20899
|
/* eslint no-invalid-this: 1 */
|
|
@@ -20466,14 +20947,14 @@ module.exports = function bind(that) {
|
|
|
20466
20947
|
return bound;
|
|
20467
20948
|
};
|
|
20468
20949
|
|
|
20469
|
-
},{}],
|
|
20950
|
+
},{}],284:[function(require,module,exports){
|
|
20470
20951
|
'use strict';
|
|
20471
20952
|
|
|
20472
20953
|
var implementation = require('./implementation');
|
|
20473
20954
|
|
|
20474
20955
|
module.exports = Function.prototype.bind || implementation;
|
|
20475
20956
|
|
|
20476
|
-
},{"./implementation":
|
|
20957
|
+
},{"./implementation":283}],285:[function(require,module,exports){
|
|
20477
20958
|
'use strict';
|
|
20478
20959
|
|
|
20479
20960
|
var undefined;
|
|
@@ -20805,7 +21286,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
|
|
|
20805
21286
|
return value;
|
|
20806
21287
|
};
|
|
20807
21288
|
|
|
20808
|
-
},{"function-bind":
|
|
21289
|
+
},{"function-bind":284,"has":288,"has-symbols":286}],286:[function(require,module,exports){
|
|
20809
21290
|
'use strict';
|
|
20810
21291
|
|
|
20811
21292
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
@@ -20820,7 +21301,7 @@ module.exports = function hasNativeSymbols() {
|
|
|
20820
21301
|
return hasSymbolSham();
|
|
20821
21302
|
};
|
|
20822
21303
|
|
|
20823
|
-
},{"./shams":
|
|
21304
|
+
},{"./shams":287}],287:[function(require,module,exports){
|
|
20824
21305
|
'use strict';
|
|
20825
21306
|
|
|
20826
21307
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
@@ -20864,14 +21345,14 @@ module.exports = function hasSymbols() {
|
|
|
20864
21345
|
return true;
|
|
20865
21346
|
};
|
|
20866
21347
|
|
|
20867
|
-
},{}],
|
|
21348
|
+
},{}],288:[function(require,module,exports){
|
|
20868
21349
|
'use strict';
|
|
20869
21350
|
|
|
20870
21351
|
var bind = require('function-bind');
|
|
20871
21352
|
|
|
20872
21353
|
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
|
|
20873
21354
|
|
|
20874
|
-
},{"function-bind":
|
|
21355
|
+
},{"function-bind":284}],289:[function(require,module,exports){
|
|
20875
21356
|
// Generated by CoffeeScript 2.3.0
|
|
20876
21357
|
// # node-http-status
|
|
20877
21358
|
|
|
@@ -21496,13 +21977,13 @@ module.exports = {
|
|
|
21496
21977
|
}
|
|
21497
21978
|
};
|
|
21498
21979
|
|
|
21499
|
-
},{}],
|
|
21980
|
+
},{}],290:[function(require,module,exports){
|
|
21500
21981
|
(function (process,global){
|
|
21501
21982
|
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;
|
|
21502
21983
|
|
|
21503
21984
|
|
|
21504
21985
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
21505
|
-
},{"_process":
|
|
21986
|
+
},{"_process":294}],291:[function(require,module,exports){
|
|
21506
21987
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
21507
21988
|
var e, m
|
|
21508
21989
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -21588,7 +22069,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21588
22069
|
buffer[offset + i - d] |= s * 128
|
|
21589
22070
|
}
|
|
21590
22071
|
|
|
21591
|
-
},{}],
|
|
22072
|
+
},{}],292:[function(require,module,exports){
|
|
21592
22073
|
// the whatwg-fetch polyfill installs the fetch() function
|
|
21593
22074
|
// on the global object (window or self)
|
|
21594
22075
|
//
|
|
@@ -21596,7 +22077,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
21596
22077
|
require('whatwg-fetch');
|
|
21597
22078
|
module.exports = self.fetch.bind(self);
|
|
21598
22079
|
|
|
21599
|
-
},{"whatwg-fetch":
|
|
22080
|
+
},{"whatwg-fetch":305}],293:[function(require,module,exports){
|
|
21600
22081
|
var hasMap = typeof Map === 'function' && Map.prototype;
|
|
21601
22082
|
var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
|
|
21602
22083
|
var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
|
|
@@ -22114,7 +22595,7 @@ function arrObjKeys(obj, inspect) {
|
|
|
22114
22595
|
return xs;
|
|
22115
22596
|
}
|
|
22116
22597
|
|
|
22117
|
-
},{"./util.inspect":
|
|
22598
|
+
},{"./util.inspect":276}],294:[function(require,module,exports){
|
|
22118
22599
|
// shim for using process in browser
|
|
22119
22600
|
var process = module.exports = {};
|
|
22120
22601
|
|
|
@@ -22300,7 +22781,7 @@ process.chdir = function (dir) {
|
|
|
22300
22781
|
};
|
|
22301
22782
|
process.umask = function() { return 0; };
|
|
22302
22783
|
|
|
22303
|
-
},{}],
|
|
22784
|
+
},{}],295:[function(require,module,exports){
|
|
22304
22785
|
'use strict';
|
|
22305
22786
|
|
|
22306
22787
|
var replace = String.prototype.replace;
|
|
@@ -22325,7 +22806,7 @@ module.exports = {
|
|
|
22325
22806
|
RFC3986: Format.RFC3986
|
|
22326
22807
|
};
|
|
22327
22808
|
|
|
22328
|
-
},{}],
|
|
22809
|
+
},{}],296:[function(require,module,exports){
|
|
22329
22810
|
'use strict';
|
|
22330
22811
|
|
|
22331
22812
|
var stringify = require('./stringify');
|
|
@@ -22338,7 +22819,7 @@ module.exports = {
|
|
|
22338
22819
|
stringify: stringify
|
|
22339
22820
|
};
|
|
22340
22821
|
|
|
22341
|
-
},{"./formats":
|
|
22822
|
+
},{"./formats":295,"./parse":297,"./stringify":298}],297:[function(require,module,exports){
|
|
22342
22823
|
'use strict';
|
|
22343
22824
|
|
|
22344
22825
|
var utils = require('./utils');
|
|
@@ -22603,7 +23084,7 @@ module.exports = function (str, opts) {
|
|
|
22603
23084
|
return utils.compact(obj);
|
|
22604
23085
|
};
|
|
22605
23086
|
|
|
22606
|
-
},{"./utils":
|
|
23087
|
+
},{"./utils":299}],298:[function(require,module,exports){
|
|
22607
23088
|
'use strict';
|
|
22608
23089
|
|
|
22609
23090
|
var getSideChannel = require('side-channel');
|
|
@@ -22931,7 +23412,7 @@ module.exports = function (object, opts) {
|
|
|
22931
23412
|
return joined.length > 0 ? prefix + joined : '';
|
|
22932
23413
|
};
|
|
22933
23414
|
|
|
22934
|
-
},{"./formats":
|
|
23415
|
+
},{"./formats":295,"./utils":299,"side-channel":304}],299:[function(require,module,exports){
|
|
22935
23416
|
'use strict';
|
|
22936
23417
|
|
|
22937
23418
|
var formats = require('./formats');
|
|
@@ -23185,7 +23666,7 @@ module.exports = {
|
|
|
23185
23666
|
merge: merge
|
|
23186
23667
|
};
|
|
23187
23668
|
|
|
23188
|
-
},{"./formats":
|
|
23669
|
+
},{"./formats":295}],300:[function(require,module,exports){
|
|
23189
23670
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23190
23671
|
//
|
|
23191
23672
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23271,7 +23752,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
23271
23752
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
23272
23753
|
};
|
|
23273
23754
|
|
|
23274
|
-
},{}],
|
|
23755
|
+
},{}],301:[function(require,module,exports){
|
|
23275
23756
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
23276
23757
|
//
|
|
23277
23758
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -23358,13 +23839,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
23358
23839
|
return res;
|
|
23359
23840
|
};
|
|
23360
23841
|
|
|
23361
|
-
},{}],
|
|
23842
|
+
},{}],302:[function(require,module,exports){
|
|
23362
23843
|
'use strict';
|
|
23363
23844
|
|
|
23364
23845
|
exports.decode = exports.parse = require('./decode');
|
|
23365
23846
|
exports.encode = exports.stringify = require('./encode');
|
|
23366
23847
|
|
|
23367
|
-
},{"./decode":
|
|
23848
|
+
},{"./decode":300,"./encode":301}],303:[function(require,module,exports){
|
|
23368
23849
|
'use strict'
|
|
23369
23850
|
/* eslint no-proto: 0 */
|
|
23370
23851
|
module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties)
|
|
@@ -23383,7 +23864,7 @@ function mixinProperties (obj, proto) {
|
|
|
23383
23864
|
return obj
|
|
23384
23865
|
}
|
|
23385
23866
|
|
|
23386
|
-
},{}],
|
|
23867
|
+
},{}],304:[function(require,module,exports){
|
|
23387
23868
|
'use strict';
|
|
23388
23869
|
|
|
23389
23870
|
var GetIntrinsic = require('get-intrinsic');
|
|
@@ -23509,7 +23990,7 @@ module.exports = function getSideChannel() {
|
|
|
23509
23990
|
return channel;
|
|
23510
23991
|
};
|
|
23511
23992
|
|
|
23512
|
-
},{"call-bind/callBound":
|
|
23993
|
+
},{"call-bind/callBound":278,"get-intrinsic":285,"object-inspect":293}],305:[function(require,module,exports){
|
|
23513
23994
|
(function(self) {
|
|
23514
23995
|
'use strict';
|
|
23515
23996
|
|