diff --git a/dist/netlicensing-client.js b/dist/netlicensing-client.js index 6f68df3..dd1e7e7 100644 --- a/dist/netlicensing-client.js +++ b/dist/netlicensing-client.js @@ -21,13 +21,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { +var _default = exports["default"] = { BASIC_AUTHENTICATION: 'BASIC_AUTH', APIKEY_IDENTIFICATION: 'APIKEY', ANONYMOUS_IDENTIFICATION: 'ANONYMOUS', @@ -89,8 +89,8 @@ var _default = { DESCRIPTION: 'description', LICENSING_INFO: 'licensingInfo', DISCOUNTS: 'discounts', - /** - * @deprecated use ProductModule.PROP_LICENSEE_SECRET_MODE instead + /** + * @deprecated use ProductModule.PROP_LICENSEE_SECRET_MODE instead */ PROP_LICENSEE_SECRET_MODE: 'licenseeSecretMode', PROP_VAT_MODE: 'vatMode', @@ -100,8 +100,8 @@ var _default = { AMOUNT_PERCENT: 'amountPercent' }, LicenseeSecretMode: { - /** - * @deprecated DISABLED mode is deprecated + /** + * @deprecated DISABLED mode is deprecated */ DISABLED: 'DISABLED', PREDEFINED: 'PREDEFINED', @@ -156,8 +156,8 @@ var _default = { VAT_MODE: 'vatMode', LICENSE_TRANSACTION_JOIN: 'licenseTransactionJoin', SOURCE_SHOP_ONLY: 'shopOnly', - /** - * @deprecated + /** + * @deprecated */ Status: { CANCELLED: 'CANCELLED', @@ -172,8 +172,8 @@ var _default = { LICENSEE_NUMBER: 'licenseeNumber', SOURCE_LICENSEE_NUMBER: 'sourceLicenseeNumber', PROP_LICENSEE_NAME: 'licenseeName', - /** - * @deprecated use License.PROP_LICENSEE_SECRET + /** + * @deprecated use License.PROP_LICENSEE_SECRET */ PROP_LICENSEE_SECRET: 'licenseeSecret', PROP_MARKED_FOR_TRANSFER: 'markedForTransfer' @@ -225,7 +225,6 @@ var _default = { } } }; -exports["default"] = _default; /***/ }), @@ -242,10 +241,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Bundle = _interopRequireDefault(__webpack_require__(2044)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Bundle.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -262,10 +260,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Country = _interopRequireDefault(__webpack_require__(187)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Country.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -282,10 +279,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _License = _interopRequireDefault(__webpack_require__(9763)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _License.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -302,10 +298,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _LicenseTemplate = _interopRequireDefault(__webpack_require__(767)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _LicenseTemplate.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -322,10 +317,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Licensee = _interopRequireDefault(__webpack_require__(2948)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Licensee.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -342,10 +336,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Notification = _interopRequireDefault(__webpack_require__(5433)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Notification.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -381,8 +374,7 @@ var itemToObject = function itemToObject(item) { } return object; }; -var _default = itemToObject; -exports["default"] = _default; +var _default = exports["default"] = itemToObject; /***/ }), @@ -399,10 +391,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _PaymentMethod = _interopRequireDefault(__webpack_require__(5088)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _PaymentMethod.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -419,7 +410,7 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Product = _interopRequireDefault(__webpack_require__(7143)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { var object = (0, _itemToObject.default)(item); var discounts = object.discount; delete object.discount; @@ -427,7 +418,6 @@ var _default = function _default(item) { product.setProductDiscounts(discounts); return product; }; -exports["default"] = _default; /***/ }), @@ -444,10 +434,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _ProductModule = _interopRequireDefault(__webpack_require__(3886)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _ProductModule.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -464,10 +453,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Token = _interopRequireDefault(__webpack_require__(8132)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Token.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -487,7 +475,7 @@ var _Transaction = _interopRequireDefault(__webpack_require__(39)); var _License = _interopRequireDefault(__webpack_require__(9763)); var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089)); var _Constants = _interopRequireDefault(__webpack_require__(1480)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { var object = (0, _itemToObject.default)(item); var licenseTransactionJoin = object.licenseTransactionJoin; delete object.licenseTransactionJoin; @@ -508,7 +496,6 @@ var _default = function _default(item) { } return transaction; }; -exports["default"] = _default; /***/ }), @@ -529,35 +516,35 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _CastsUtils = _interopRequireDefault(__webpack_require__(553)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The entity properties. - * @type {{}} - * @private +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The entity properties. + * @type {{}} + * @private */ var propertiesMap = new WeakMap(); -/** - * List of properties that was defined - * @type {{}} - * @private +/** + * List of properties that was defined + * @type {{}} + * @private */ var definedMap = new WeakMap(); -/** - * List of properties that need be casts - * @type {{}} - * @private +/** + * List of properties that need be casts + * @type {{}} + * @private */ var castsMap = new WeakMap(); -var BaseEntity = /*#__PURE__*/function () { +var BaseEntity = exports["default"] = /*#__PURE__*/function () { function BaseEntity(_ref) { var properties = _ref.properties, casts = _ref.casts; @@ -570,11 +557,11 @@ var BaseEntity = /*#__PURE__*/function () { } } - /** - * Set a given property on the entity. - * @param property - * @param value - * @returns {BaseEntity} + /** + * Set a given property on the entity. + * @param property + * @param value + * @returns {BaseEntity} */ (0, _createClass2.default)(BaseEntity, [{ key: "setProperty", @@ -594,11 +581,11 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Alias for setProperty - * @param property - * @param value - * @returns {BaseEntity} + /** + * Alias for setProperty + * @param property + * @param value + * @returns {BaseEntity} */ }, { key: "addProperty", @@ -606,10 +593,10 @@ var BaseEntity = /*#__PURE__*/function () { return this.setProperty(property, value); } - /** - * Set the entity properties. - * @param properties - * @returns {BaseEntity} + /** + * Set the entity properties. + * @param properties + * @returns {BaseEntity} */ }, { key: "setProperties", @@ -625,10 +612,10 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Check if we has property - * @param property - * @protected + /** + * Check if we has property + * @param property + * @protected */ }, { key: "hasProperty", @@ -636,11 +623,11 @@ var BaseEntity = /*#__PURE__*/function () { return Object.prototype.hasOwnProperty.call(propertiesMap.get(this), property); } - /** - * Get an property from the entity. - * @param property - * @param def - * @returns {*} + /** + * Get an property from the entity. + * @param property + * @param def + * @returns {*} */ }, { key: "getProperty", @@ -648,8 +635,8 @@ var BaseEntity = /*#__PURE__*/function () { return Object.prototype.hasOwnProperty.call(propertiesMap.get(this), property) ? propertiesMap.get(this)[property] : def; } - /** - * Get all of the current properties on the entity. + /** + * Get all of the current properties on the entity. */ }, { key: "getProperties", @@ -657,10 +644,10 @@ var BaseEntity = /*#__PURE__*/function () { return _objectSpread({}, propertiesMap.get(this)); } - /** - * Remove property - * @param property - * @returns {BaseEntity} + /** + * Remove property + * @param property + * @returns {BaseEntity} */ }, { key: "removeProperty", @@ -671,9 +658,9 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Remove properties - * @param properties + /** + * Remove properties + * @param properties */ }, { key: "removeProperties", @@ -691,10 +678,10 @@ var BaseEntity = /*#__PURE__*/function () { return (0, _CastsUtils.default)(castsMap.get(this)[property], value); } - /** - * Check if property has defined - * @param property - * @protected + /** + * Check if property has defined + * @param property + * @protected */ }, { key: "hasDefine", @@ -702,10 +689,10 @@ var BaseEntity = /*#__PURE__*/function () { return Boolean(definedMap.get(this)[property]); } - /** - * Define property getter and setter - * @param property - * @protected + /** + * Define property getter and setter + * @param property + * @protected */ }, { key: "define", @@ -733,10 +720,10 @@ var BaseEntity = /*#__PURE__*/function () { Object.defineProperty(this, property, descriptors); } - /** - * Remove property getter and setter - * @param property - * @protected + /** + * Remove property getter and setter + * @param property + * @protected */ }, { key: "removeDefine", @@ -747,8 +734,8 @@ var BaseEntity = /*#__PURE__*/function () { delete this[property]; } - /** - * Get properties map + /** + * Get properties map */ }, { key: "asPropertiesMap", @@ -766,7 +753,6 @@ var BaseEntity = /*#__PURE__*/function () { }]); return BaseEntity; }(); -exports["default"] = BaseEntity; /***/ }), @@ -788,33 +774,33 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * NetLicensing Bundle entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the bundle. Vendor can assign this number when creating a bundle or - * let NetLicensing generate one. - * @property string number - * - * If set to false, the bundle is disabled. - * @property boolean active - * - * Bundle name. - * @property string name - * - * Arbitrary additional user properties of string type may be associated with each bundle. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * NetLicensing Bundle entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the bundle. Vendor can assign this number when creating a bundle or + * let NetLicensing generate one. + * @property string number + * + * If set to false, the bundle is disabled. + * @property boolean active + * + * Bundle name. + * @property string name + * + * Arbitrary additional user properties of string type may be associated with each bundle. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor */ -var Bundle = /*#__PURE__*/function (_BaseEntity) { +var Bundle = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Bundle, _BaseEntity); var _super = _createSuper(Bundle); function Bundle(properties) { @@ -898,7 +884,6 @@ var Bundle = /*#__PURE__*/function (_BaseEntity) { }]); return Bundle; }(_BaseEntity2.default); -exports["default"] = Bundle; /***/ }), @@ -920,26 +905,26 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Country entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * @property code - Unique code of country. - * - * @property name - Unique name of country - * - * @property vatPercent - Country vat. - * - * @property isEu - is country in EU. +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Country entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * @property code - Unique code of country. + * + * @property name - Unique name of country + * + * @property vatPercent - Country vat. + * + * @property isEu - is country in EU. */ -var Country = /*#__PURE__*/function (_BaseEntity) { +var Country = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Country, _BaseEntity); var _super = _createSuper(Country); function Country(properties) { @@ -998,7 +983,6 @@ var Country = /*#__PURE__*/function (_BaseEntity) { }]); return Country; }(_BaseEntity2.default); -exports["default"] = Country; /***/ }), @@ -1020,48 +1004,48 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * License entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products/licensees of a vendor) that identifies the license. Vendor can - * assign this number when creating a license or let NetLicensing generate one. Read-only after corresponding creation - * transaction status is set to closed. - * @property string number - * - * Name for the licensed item. Set from license template on creation, if not specified explicitly. - * @property string name - * - * If set to false, the license is disabled. License can be re-enabled, but as long as it is disabled, - * the license is excluded from the validation process. - * @property boolean active - * - * price for the license. If >0, it must always be accompanied by the currency specification. Read-only, - * set from license template on creation. - * @property float price - * - * specifies currency for the license price. Check data types to discover which currencies are - * supported. Read-only, set from license template on creation. - * @property string currency - * - * If set to true, this license is not shown in NetLicensing Shop as purchased license. Set from license - * template on creation, if not specified explicitly. - * @property boolean hidden - * - * @property string startDate - * - * Arbitrary additional user properties of string type may be associated with each license. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted, licenseeNumber, - * licenseTemplateNumber. +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * License entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products/licensees of a vendor) that identifies the license. Vendor can + * assign this number when creating a license or let NetLicensing generate one. Read-only after corresponding creation + * transaction status is set to closed. + * @property string number + * + * Name for the licensed item. Set from license template on creation, if not specified explicitly. + * @property string name + * + * If set to false, the license is disabled. License can be re-enabled, but as long as it is disabled, + * the license is excluded from the validation process. + * @property boolean active + * + * price for the license. If >0, it must always be accompanied by the currency specification. Read-only, + * set from license template on creation. + * @property float price + * + * specifies currency for the license price. Check data types to discover which currencies are + * supported. Read-only, set from license template on creation. + * @property string currency + * + * If set to true, this license is not shown in NetLicensing Shop as purchased license. Set from license + * template on creation, if not specified explicitly. + * @property boolean hidden + * + * @property string startDate + * + * Arbitrary additional user properties of string type may be associated with each license. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted, licenseeNumber, + * licenseTemplateNumber. */ -var License = /*#__PURE__*/function (_BaseEntity) { +var License = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(License, _BaseEntity); var _super = _createSuper(License); function License(properties) { @@ -1170,7 +1154,6 @@ var License = /*#__PURE__*/function (_BaseEntity) { }]); return License; }(_BaseEntity2.default); -exports["default"] = License; /***/ }), @@ -1192,69 +1175,69 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * License template entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the license template. Vendor can - * assign this number when creating a license template or let NetLicensing generate one. - * Read-only after creation of the first license from this license template. - * @property string number - * - * If set to false, the license template is disabled. Licensee can not obtain any new licenses off this - * license template. - * @property boolean active - * - * Name for the licensed item. - * @property string name - * - * Type of licenses created from this license template. Supported types: "FEATURE", "TIMEVOLUME", - * "FLOATING", "QUANTITY" - * @property string licenseType - * - * Price for the license. If >0, it must always be accompanied by the currency specification. - * @property double price - * - * Specifies currency for the license price. Check data types to discover which currencies are - * supported. - * @property string currency - * - * If set to true, every new licensee automatically gets one license out of this license template on - * creation. Automatic licenses must have their price set to 0. - * @property boolean automatic - * - * If set to true, this license template is not shown in NetLicensing Shop as offered for purchase. - * @property boolean hidden - * - * If set to true, licenses from this license template are not visible to the end customer, but - * participate in validation. - * @property boolean hideLicenses - * - * If set to true, this license template defines grace period of validity granted after subscription expiration. - * @property boolean gracePeriod - * - * Mandatory for 'TIMEVOLUME' license type. - * @property integer timeVolume - * - * Time volume period for 'TIMEVOLUME' license type. Supported types: "DAY", "WEEK", "MONTH", "YEAR" - * @property integer timeVolumePeriod - * - * Mandatory for 'FLOATING' license type. - * @property integer maxSessions - * - * Mandatory for 'QUANTITY' license type. - * @property integer quantity - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * License template entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the license template. Vendor can + * assign this number when creating a license template or let NetLicensing generate one. + * Read-only after creation of the first license from this license template. + * @property string number + * + * If set to false, the license template is disabled. Licensee can not obtain any new licenses off this + * license template. + * @property boolean active + * + * Name for the licensed item. + * @property string name + * + * Type of licenses created from this license template. Supported types: "FEATURE", "TIMEVOLUME", + * "FLOATING", "QUANTITY" + * @property string licenseType + * + * Price for the license. If >0, it must always be accompanied by the currency specification. + * @property double price + * + * Specifies currency for the license price. Check data types to discover which currencies are + * supported. + * @property string currency + * + * If set to true, every new licensee automatically gets one license out of this license template on + * creation. Automatic licenses must have their price set to 0. + * @property boolean automatic + * + * If set to true, this license template is not shown in NetLicensing Shop as offered for purchase. + * @property boolean hidden + * + * If set to true, licenses from this license template are not visible to the end customer, but + * participate in validation. + * @property boolean hideLicenses + * + * If set to true, this license template defines grace period of validity granted after subscription expiration. + * @property boolean gracePeriod + * + * Mandatory for 'TIMEVOLUME' license type. + * @property integer timeVolume + * + * Time volume period for 'TIMEVOLUME' license type. Supported types: "DAY", "WEEK", "MONTH", "YEAR" + * @property integer timeVolumePeriod + * + * Mandatory for 'FLOATING' license type. + * @property integer maxSessions + * + * Mandatory for 'QUANTITY' license type. + * @property integer quantity + * + * @constructor */ -var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) { +var LicenseTemplate = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(LicenseTemplate, _BaseEntity); var _super = _createSuper(LicenseTemplate); function LicenseTemplate(properties) { @@ -1419,7 +1402,6 @@ var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) { }]); return LicenseTemplate; }(_BaseEntity2.default); -exports["default"] = LicenseTemplate; /***/ }), @@ -1436,13 +1418,13 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var LicenseTransactionJoin = /*#__PURE__*/function () { +var LicenseTransactionJoin = exports["default"] = /*#__PURE__*/function () { function LicenseTransactionJoin(transaction, license) { (0, _classCallCheck2.default)(this, LicenseTransactionJoin); this.transaction = transaction; @@ -1473,7 +1455,6 @@ var LicenseTransactionJoin = /*#__PURE__*/function () { }]); return LicenseTransactionJoin; }(); -exports["default"] = LicenseTransactionJoin; /***/ }), @@ -1495,41 +1476,41 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Licensee entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the licensee. Vendor can assign this - * number when creating a licensee or let NetLicensing generate one. Read-only after creation of the first license for - * the licensee. - * @property string number - * - * Licensee name. - * @property string name - * - * If set to false, the licensee is disabled. Licensee can not obtain new licenses, and validation is - * disabled (tbd). - * @property boolean active - * - * Licensee Secret for licensee - * @property string licenseeSecret - * - * Mark licensee for transfer. - * @property boolean markedForTransfer - * - * Arbitrary additional user properties of string type may be associated with each licensee. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted, productNumber - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Licensee entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the licensee. Vendor can assign this + * number when creating a licensee or let NetLicensing generate one. Read-only after creation of the first license for + * the licensee. + * @property string number + * + * Licensee name. + * @property string name + * + * If set to false, the licensee is disabled. Licensee can not obtain new licenses, and validation is + * disabled (tbd). + * @property boolean active + * + * Licensee Secret for licensee + * @property string licenseeSecret + * + * Mark licensee for transfer. + * @property boolean markedForTransfer + * + * Arbitrary additional user properties of string type may be associated with each licensee. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted, productNumber + * + * @constructor */ -var Licensee = /*#__PURE__*/function (_BaseEntity) { +var Licensee = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Licensee, _BaseEntity); var _super = _createSuper(Licensee); function Licensee(properties) { @@ -1588,8 +1569,8 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('productNumber', def); } - /** - * @deprecated + /** + * @deprecated */ }, { key: "setLicenseeSecret", @@ -1597,8 +1578,8 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { return this.setProperty('licenseeSecret', licenseeSecret); } - /** - * @deprecated + /** + * @deprecated */ }, { key: "getLicenseeSecret", @@ -1623,7 +1604,6 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { }]); return Licensee; }(_BaseEntity2.default); -exports["default"] = Licensee; /***/ }), @@ -1645,45 +1625,45 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * NetLicensing Notification entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the notification. Vendor can assign this number when creating a notification or - * let NetLicensing generate one. - * @property string number - * - * If set to false, the notification is disabled. The notification will not be fired when the event triggered. - * @property boolean active - * - * Notification name. - * @property string name - * - * Notification type. Indicate the method of transmitting notification, ex: EMAIL, WEBHOOK. - * @property float type - * - * Comma separated string of events that fire the notification when emitted. - * @property string events - * - * Notification response payload. - * @property string payload - * - * Notification response url. Optional. Uses only for WEBHOOK type notification. - * @property string url - * - * Arbitrary additional user properties of string type may be associated with each notification. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * NetLicensing Notification entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the notification. Vendor can assign this number when creating a notification or + * let NetLicensing generate one. + * @property string number + * + * If set to false, the notification is disabled. The notification will not be fired when the event triggered. + * @property boolean active + * + * Notification name. + * @property string name + * + * Notification type. Indicate the method of transmitting notification, ex: EMAIL, WEBHOOK. + * @property float type + * + * Comma separated string of events that fire the notification when emitted. + * @property string events + * + * Notification response payload. + * @property string payload + * + * Notification response url. Optional. Uses only for WEBHOOK type notification. + * @property string url + * + * Arbitrary additional user properties of string type may be associated with each notification. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor */ -var Notification = /*#__PURE__*/function (_BaseEntity) { +var Notification = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Notification, _BaseEntity); var _super = _createSuper(Notification); function Notification(properties) { @@ -1775,7 +1755,6 @@ var Notification = /*#__PURE__*/function (_BaseEntity) { }]); return Notification; }(_BaseEntity2.default); -exports["default"] = Notification; /***/ }), @@ -1797,21 +1776,21 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * PaymentMethod entity used internally by NetLicensing. - * - * @property string number - * @property boolean active - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * PaymentMethod entity used internally by NetLicensing. + * + * @property string number + * @property boolean active + * + * @constructor */ -var PaymentMethod = /*#__PURE__*/function (_BaseEntity) { +var PaymentMethod = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(PaymentMethod, _BaseEntity); var _super = _createSuper(PaymentMethod); function PaymentMethod(properties) { @@ -1859,7 +1838,6 @@ var PaymentMethod = /*#__PURE__*/function (_BaseEntity) { }]); return PaymentMethod; }(_BaseEntity2.default); -exports["default"] = PaymentMethod; /***/ }), @@ -1884,73 +1862,73 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); var _ProductDiscount = _interopRequireDefault(__webpack_require__(3144)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The discounts map - * @type {{}} - * @private +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The discounts map + * @type {{}} + * @private */ var discountsMap = new WeakMap(); -/** - * An identifier that show if discounts was touched - * @type {{}} - * @private +/** + * An identifier that show if discounts was touched + * @type {{}} + * @private */ var discountsTouched = new WeakMap(); -/** - * NetLicensing Product entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the product. Vendor can assign this number when creating a product or - * let NetLicensing generate one. Read-only after creation of the first licensee for the product. - * @property string number - * - * If set to false, the product is disabled. No new licensees can be registered for the product, - * existing licensees can not obtain new licenses. - * @property boolean active - * - * Product name. Together with the version identifies the product for the end customer. - * @property string name - * - * Product version. Convenience parameter, additional to the product name. - * @property float version - * - * If set to 'true', non-existing licensees will be created at first validation attempt. - * @property boolean licenseeAutoCreate - * - * Licensee secret mode for product.Supported types: "DISABLED", "PREDEFINED", "CLIENT" - * @property boolean licenseeSecretMode - * - * Product description. Optional. - * @property string description - * - * Licensing information. Optional. - * @property string licensingInfo - * - * @property boolean inUse - * - * Arbitrary additional user properties of string type may be associated with each product. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor - */ -var Product = /*#__PURE__*/function (_BaseEntity) { - (0, _inherits2.default)(Product, _BaseEntity); - var _super = _createSuper(Product); - function Product(properties) { - var _this; - (0, _classCallCheck2.default)(this, Product); - _this = _super.call(this, { - properties: properties, - // The attributes that should be cast to native types. +/** + * NetLicensing Product entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the product. Vendor can assign this number when creating a product or + * let NetLicensing generate one. Read-only after creation of the first licensee for the product. + * @property string number + * + * If set to false, the product is disabled. No new licensees can be registered for the product, + * existing licensees can not obtain new licenses. + * @property boolean active + * + * Product name. Together with the version identifies the product for the end customer. + * @property string name + * + * Product version. Convenience parameter, additional to the product name. + * @property float version + * + * If set to 'true', non-existing licensees will be created at first validation attempt. + * @property boolean licenseeAutoCreate + * + * Licensee secret mode for product.Supported types: "DISABLED", "PREDEFINED", "CLIENT" + * @property boolean licenseeSecretMode + * + * Product description. Optional. + * @property string description + * + * Licensing information. Optional. + * @property string licensingInfo + * + * @property boolean inUse + * + * Arbitrary additional user properties of string type may be associated with each product. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor + */ +var Product = exports["default"] = /*#__PURE__*/function (_BaseEntity) { + (0, _inherits2.default)(Product, _BaseEntity); + var _super = _createSuper(Product); + function Product(properties) { + var _this; + (0, _classCallCheck2.default)(this, Product); + _this = _super.call(this, { + properties: properties, + // The attributes that should be cast to native types. casts: { number: 'string', active: 'boolean', @@ -2018,8 +1996,8 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('licenseeAutoCreate', def); } - /** - * @deprecated use ProductModule.setLicenseeSecretMode instead + /** + * @deprecated use ProductModule.setLicenseeSecretMode instead */ }, { key: "setLicenseeSecretMode", @@ -2027,8 +2005,8 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.setProperty('licenseeSecretMode', licenseeSecretMode); } - /** - * @deprecated use ProductModule.getLicenseeSecretMode instead + /** + * @deprecated use ProductModule.getLicenseeSecretMode instead */ }, { key: "getLicenseeSecretMode", @@ -2061,11 +2039,11 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('inUse', def); } - /** - * Add discount to product - * - * @param discount NetLicensing.ProductDiscount - * @returns {NetLicensing.Product} + /** + * Add discount to product + * + * @param discount NetLicensing.ProductDiscount + * @returns {NetLicensing.Product} */ }, { key: "addDiscount", @@ -2081,9 +2059,9 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this; } - /** - * Set discounts to product - * @param discounts + /** + * Set discounts to product + * @param discounts */ }, { key: "setProductDiscounts", @@ -2102,9 +2080,9 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this; } - /** - * Get array of objects discounts - * @returns {Array} + /** + * Get array of objects discounts + * @returns {Array} */ }, { key: "getProductDiscounts", @@ -2128,7 +2106,6 @@ var Product = /*#__PURE__*/function (_BaseEntity) { }]); return Product; }(_BaseEntity2.default); -exports["default"] = Product; /***/ }), @@ -2150,13 +2127,13 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -var ProductDiscount = /*#__PURE__*/function (_BaseEntity) { +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +var ProductDiscount = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(ProductDiscount, _BaseEntity); var _super = _createSuper(ProductDiscount); function ProductDiscount(properties) { @@ -2225,7 +2202,6 @@ var ProductDiscount = /*#__PURE__*/function (_BaseEntity) { }]); return ProductDiscount; }(_BaseEntity2.default); -exports["default"] = ProductDiscount; /***/ }), @@ -2247,51 +2223,51 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Product module entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the product module. Vendor can assign - * this number when creating a product module or let NetLicensing generate one. Read-only after creation of the first - * licensee for the product. - * @property string number - * - * If set to false, the product module is disabled. Licensees can not obtain any new licenses for this - * product module. - * @property boolean active - * - * Product module name that is visible to the end customers in NetLicensing Shop. - * @property string name - * - * Licensing model applied to this product module. Defines what license templates can be - * configured for the product module and how licenses for this product module are processed during validation. - * @property string licensingModel - * - * Maximum checkout validity (days). Mandatory for 'Floating' licensing model. - * @property integer maxCheckoutValidity - * - * Remaining time volume for yellow level. Mandatory for 'Rental' licensing model. - * @property integer yellowThreshold - * - * Remaining time volume for red level. Mandatory for 'Rental' licensing model. - * @property integer redThreshold - * - * License template. Mandatory for 'Try & Buy' licensing model. Supported types: "TIMEVOLUME", "FEATURE". - * @property string licenseTemplate - * - * Licensee secret mode for product.Supported types: "PREDEFINED", "CLIENT" - * @property boolean licenseeSecretMode - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Product module entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the product module. Vendor can assign + * this number when creating a product module or let NetLicensing generate one. Read-only after creation of the first + * licensee for the product. + * @property string number + * + * If set to false, the product module is disabled. Licensees can not obtain any new licenses for this + * product module. + * @property boolean active + * + * Product module name that is visible to the end customers in NetLicensing Shop. + * @property string name + * + * Licensing model applied to this product module. Defines what license templates can be + * configured for the product module and how licenses for this product module are processed during validation. + * @property string licensingModel + * + * Maximum checkout validity (days). Mandatory for 'Floating' licensing model. + * @property integer maxCheckoutValidity + * + * Remaining time volume for yellow level. Mandatory for 'Rental' licensing model. + * @property integer yellowThreshold + * + * Remaining time volume for red level. Mandatory for 'Rental' licensing model. + * @property integer redThreshold + * + * License template. Mandatory for 'Try & Buy' licensing model. Supported types: "TIMEVOLUME", "FEATURE". + * @property string licenseTemplate + * + * Licensee secret mode for product.Supported types: "PREDEFINED", "CLIENT" + * @property boolean licenseeSecretMode + * + * @constructor */ -var ProductModule = /*#__PURE__*/function (_BaseEntity) { +var ProductModule = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(ProductModule, _BaseEntity); var _super = _createSuper(ProductModule); function ProductModule(properties) { @@ -2411,7 +2387,6 @@ var ProductModule = /*#__PURE__*/function (_BaseEntity) { }]); return ProductModule; }(_BaseEntity2.default); -exports["default"] = ProductModule; /***/ }), @@ -2433,39 +2408,39 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Product module entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number - * @property string number - * - * If set to false, the token is disabled. - * @property boolean active - * - * Expiration Time - * @property string expirationTime - * - * @property string vendorNumber - * - * Token type to be generated. - * DEFAULT - default one-time token (will be expired after first request) - * SHOP - shop token is used to redirect customer to the netlicensingShop(licenseeNumber is mandatory) - * APIKEY - APIKey-token - * @property string tokenType - * - * @property string licenseeNumber - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Product module entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number + * @property string number + * + * If set to false, the token is disabled. + * @property boolean active + * + * Expiration Time + * @property string expirationTime + * + * @property string vendorNumber + * + * Token type to be generated. + * DEFAULT - default one-time token (will be expired after first request) + * SHOP - shop token is used to redirect customer to the netlicensingShop(licenseeNumber is mandatory) + * APIKEY - APIKey-token + * @property string tokenType + * + * @property string licenseeNumber + * + * @constructor */ -var Token = /*#__PURE__*/function (_BaseEntity) { +var Token = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Token, _BaseEntity); var _super = _createSuper(Token); function Token(properties) { @@ -2589,11 +2564,11 @@ var Token = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('shopURL', def); } - /** - * @deprecated - * @alias setApiKeyRole - * @param role - * @returns {*} + /** + * @deprecated + * @alias setApiKeyRole + * @param role + * @returns {*} */ }, { key: "setRole", @@ -2601,11 +2576,11 @@ var Token = /*#__PURE__*/function (_BaseEntity) { return this.setApiKeyRole(role); } - /** - * @deprecated - * @alias getApiKeyRole - * @param def - * @returns {*} + /** + * @deprecated + * @alias getApiKeyRole + * @param def + * @returns {*} */ }, { key: "getRole", @@ -2625,7 +2600,6 @@ var Token = /*#__PURE__*/function (_BaseEntity) { }]); return Token; }(_BaseEntity2.default); -exports["default"] = Token; /***/ }), @@ -2649,48 +2623,48 @@ var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089)); var _License = _interopRequireDefault(__webpack_require__(9763)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Transaction entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the transaction. This number is - * always generated by NetLicensing. - * @property string number - * - * always true for transactions - * @property boolean active - * - * Status of transaction. "CANCELLED", "CLOSED", "PENDING". - * @property string status - * - * "SHOP". AUTO transaction for internal use only. - * @property string source - * - * grand total for SHOP transaction (see source). - * @property float grandTotal - * - * discount for SHOP transaction (see source). - * @property float discount - * - * specifies currency for money fields (grandTotal and discount). Check data types to discover which - * @property string currency - * - * Date created. Optional. - * @property string dateCreated - * - * Date closed. Optional. - * @property string dateClosed - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Transaction entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the transaction. This number is + * always generated by NetLicensing. + * @property string number + * + * always true for transactions + * @property boolean active + * + * Status of transaction. "CANCELLED", "CLOSED", "PENDING". + * @property string status + * + * "SHOP". AUTO transaction for internal use only. + * @property string source + * + * grand total for SHOP transaction (see source). + * @property float grandTotal + * + * discount for SHOP transaction (see source). + * @property float discount + * + * specifies currency for money fields (grandTotal and discount). Check data types to discover which + * @property string currency + * + * Date created. Optional. + * @property string dateCreated + * + * Date closed. Optional. + * @property string dateClosed + * + * @constructor */ -var Transaction = /*#__PURE__*/function (_BaseEntity) { +var Transaction = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Transaction, _BaseEntity); var _super = _createSuper(Transaction); function Transaction(properties) { @@ -2852,7 +2826,6 @@ var Transaction = /*#__PURE__*/function (_BaseEntity) { }]); return Transaction; }(_BaseEntity2.default); -exports["default"] = Transaction; /***/ }), @@ -2875,7 +2848,7 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _wrapNativeSuper2 = _interopRequireDefault(__webpack_require__(3496)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } -var NlicError = /*#__PURE__*/function (_Error) { +var NlicError = exports["default"] = /*#__PURE__*/function (_Error) { (0, _inherits2.default)(NlicError, _Error); var _super = _createSuper(NlicError); function NlicError() { @@ -2916,7 +2889,6 @@ var NlicError = /*#__PURE__*/function (_Error) { }]); return NlicError; }( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Error)); -exports["default"] = NlicError; /***/ }), @@ -2942,32 +2914,32 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToBundle = _interopRequireDefault(__webpack_require__(9892)); var _itemToLicense = _interopRequireDefault(__webpack_require__(3887)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Bundle Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/bundle-services - * - * @constructor +/** + * JS representation of the Bundle Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/bundle-services + * + * @constructor */ -var _default = { - /** - * Creates new bundle with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#create-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param bundle NetLicensing.Bundle - * - * return the newly created bundle object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new bundle with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#create-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param bundle NetLicensing.Bundle + * + * return the newly created bundle object in promise + * @returns {Promise} */ create: function create(context, bundle) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -2992,18 +2964,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets bundle by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#get-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the bundle number - * @param number string - * - * return the bundle object in promise - * @returns {Promise} + /** + * Gets bundle by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#get-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the bundle number + * @param number string + * + * return the bundle object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3029,18 +3001,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns bundle of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#bundles-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of bundle entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns bundle of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#bundles-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of bundle entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -3079,21 +3051,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates bundle properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#update-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param bundle NetLicensing.Bundle - * - * updated bundle in promise. - * @returns {Promise} + /** + * Updates bundle properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#update-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param bundle NetLicensing.Bundle + * + * updated bundle in promise. + * @returns {Promise} */ update: function update(context, number, bundle) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -3119,21 +3091,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes bundle.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#delete-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes bundle.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#delete-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -3142,21 +3114,21 @@ var _default = { }; return _Service.default.delete(context, "".concat(_Constants.default.Bundle.ENDPOINT_PATH, "/").concat(number), queryParams); }, - /** - * Obtain bundle.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#obtain-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * licensee number - * @param bundleObtainParameters NetLicensing.BundleObtainParameters - * - * return array of licenses - * @returns {Promise} + /** + * Obtain bundle.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#obtain-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * licensee number + * @param bundleObtainParameters NetLicensing.BundleObtainParameters + * + * return array of licenses + * @returns {Promise} */ obtain: function obtain(context, number, bundleObtainParameters) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() { @@ -3187,7 +3159,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -3211,44 +3182,44 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToLicense = _interopRequireDefault(__webpack_require__(3887)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the License Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/license-services - * - * @constructor +/** + * JS representation of the License Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/license-services + * + * @constructor */ -var _default = { - /** - * Creates new license object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#create-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent licensee to which the new license is to be added - * @param licenseeNumber string - * - * license template that the license is created from - * @param licenseTemplateNumber string - * - * For privileged logins specifies transaction for the license creation. For regular logins new - * transaction always created implicitly, and the operation will be in a separate transaction. - * Transaction is generated with the provided transactionNumber, or, if transactionNumber is null, with - * auto-generated number. - * @param transactionNumber null|string - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param license NetLicensing.License - * - * return the newly created license object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new license object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#create-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent licensee to which the new license is to be added + * @param licenseeNumber string + * + * license template that the license is created from + * @param licenseTemplateNumber string + * + * For privileged logins specifies transaction for the license creation. For regular logins new + * transaction always created implicitly, and the operation will be in a separate transaction. + * Transaction is generated with the provided transactionNumber, or, if transactionNumber is null, with + * auto-generated number. + * @param transactionNumber null|string + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param license NetLicensing.License + * + * return the newly created license object in promise + * @returns {Promise} */ create: function create(context, licenseeNumber, licenseTemplateNumber, transactionNumber, license) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -3278,18 +3249,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets license by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#get-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the license number - * @param number string - * - * return the license in promise - * @returns {Promise} + /** + * Gets license by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#get-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the license number + * @param number string + * + * return the license in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3315,18 +3286,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns licenses of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#licenses-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * return array of licenses (of all products) or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns licenses of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#licenses-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * return array of licenses (of all products) or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -3365,25 +3336,25 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates license properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#update-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license number - * @param number string - * - * transaction for the license update. Created implicitly if transactionNumber is null. In this case the - * operation will be in a separate transaction. - * @param transactionNumber string|null - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param license NetLicensing.License - * - * return updated license in promise. - * @returns {Promise} + /** + * Updates license properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#update-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license number + * @param number string + * + * transaction for the license update. Created implicitly if transactionNumber is null. In this case the + * operation will be in a separate transaction. + * @param transactionNumber string|null + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param license NetLicensing.License + * + * return updated license in promise. + * @returns {Promise} */ update: function update(context, number, transactionNumber, license) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -3410,23 +3381,23 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes license.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#delete-license - * - * When any license is deleted, corresponding transaction is created automatically. - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes license.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#delete-license + * + * When any license is deleted, corresponding transaction is created automatically. + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -3436,7 +3407,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.License.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -3460,35 +3430,35 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToLicenseTemplate = _interopRequireDefault(__webpack_require__(3255)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the ProductModule Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/license-template-services - * - * @constructor +/** + * JS representation of the ProductModule Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/license-template-services + * + * @constructor */ -var _default = { - /** - * Creates new license template object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#create-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent product module to which the new license template is to be added - * @param productModuleNumber - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param licenseTemplate NetLicensing.LicenseTemplate - * - * the newly created license template object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new license template object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#create-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent product module to which the new license template is to be added + * @param productModuleNumber + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param licenseTemplate NetLicensing.LicenseTemplate + * + * the newly created license template object in promise + * @returns {Promise} */ create: function create(context, productModuleNumber, licenseTemplate) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -3515,18 +3485,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets license template by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#get-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the license template number - * @param number string - * - * return the license template object in promise - * @returns {Promise} + /** + * Gets license template by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#get-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the license template number + * @param number string + * + * return the license template object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3552,18 +3522,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all license templates of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#license-templates-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of license templates (of all products/modules) or null/empty list if nothing found in promise. - * @returns {Promise} + /** + * Returns all license templates of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#license-templates-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of license templates (of all products/modules) or null/empty list if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -3602,21 +3572,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates license template properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#update-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license template number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param licenseTemplate NetLicensing.LicenseTemplate - * - * updated license template in promise. - * @returns {Promise} + /** + * Updates license template properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#update-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license template number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param licenseTemplate NetLicensing.LicenseTemplate + * + * updated license template in promise. + * @returns {Promise} */ update: function update(context, number, licenseTemplate) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -3643,21 +3613,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes license template.See NetLicensingAPI JavaDoc for details: - * @see https://netlicensing.io/wiki/license-template-services#delete-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license template number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes license template.See NetLicensingAPI JavaDoc for details: + * @see https://netlicensing.io/wiki/license-template-services#delete-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license template number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -3667,7 +3637,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.LicenseTemplate.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -3705,7 +3674,7 @@ var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); * * @constructor */ -var _default = { +var _default = exports["default"] = { /** * Creates new licensee object with given properties.See NetLicensingAPI for details: * @see https://netlicensing.io/wiki/licensee-services#create-licensee @@ -3998,7 +3967,6 @@ var _default = { return _Service.default.post(context, "".concat(_Constants.default.Licensee.ENDPOINT_PATH, "/").concat(number, "/").concat(_Constants.default.Licensee.ENDPOINT_PATH_TRANSFER), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -4022,32 +3990,32 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToNotification = _interopRequireDefault(__webpack_require__(6546)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Notification Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/notification-services - * - * @constructor +/** + * JS representation of the Notification Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/notification-services + * + * @constructor */ -var _default = { - /** - * Creates new notification with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#create-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param notification NetLicensing.Notification - * - * return the newly created notification object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new notification with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#create-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param notification NetLicensing.Notification + * + * return the newly created notification object in promise + * @returns {Promise} */ create: function create(context, notification) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4072,18 +4040,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets notification by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#get-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the notification number - * @param number string - * - * return the notification object in promise - * @returns {Promise} + /** + * Gets notification by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#get-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the notification number + * @param number string + * + * return the notification object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4109,18 +4077,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns notifications of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#notifications-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of notification entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns notifications of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#notifications-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of notification entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4159,21 +4127,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates notification properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#update-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * notification number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param notification NetLicensing.Notification - * - * updated notification in promise. - * @returns {Promise} + /** + * Updates notification properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#update-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * notification number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param notification NetLicensing.Notification + * + * updated notification in promise. + * @returns {Promise} */ update: function update(context, number, notification) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -4199,25 +4167,24 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes notification.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#delete-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * notification number - * @param number string - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes notification.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#delete-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * notification number + * @param number string + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); return _Service.default.delete(context, "".concat(_Constants.default.Notification.ENDPOINT_PATH, "/").concat(number)); } }; -exports["default"] = _default; /***/ }), @@ -4241,25 +4208,25 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToPaymentMethod = _interopRequireDefault(__webpack_require__(797)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { - /** - * Gets payment method by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#get-payment-method - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the payment method number - * @param number string - * - * return the payment method in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Gets payment method by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#get-payment-method + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the payment method number + * @param number string + * + * return the payment method in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4285,18 +4252,18 @@ var _default = { }, _callee); }))(); }, - /** - * Returns payment methods of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#payment-methods-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of payment method entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns payment methods of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#payment-methods-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of payment method entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4335,21 +4302,21 @@ var _default = { }, _callee2); }))(); }, - /** - * Updates payment method properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#update-payment-method - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the payment method number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param paymentMethod NetLicensing.PaymentMethod - * - * return updated payment method in promise. - * @returns {Promise} + /** + * Updates payment method properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#update-payment-method + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the payment method number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param paymentMethod NetLicensing.PaymentMethod + * + * return updated payment method in promise. + * @returns {Promise} */ update: function update(context, number, paymentMethod) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4377,7 +4344,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -4401,35 +4367,35 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToProductModule = _interopRequireDefault(__webpack_require__(2514)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the ProductModule Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/product-module-services - * - * @constructor +/** + * JS representation of the ProductModule Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/product-module-services + * + * @constructor */ -var _default = { - /** - * Creates new product module object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#create-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent product to which the new product module is to be added - * @param productNumber string - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param productModule NetLicensing.ProductModule - * - * the newly created product module object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new product module object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#create-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent product to which the new product module is to be added + * @param productNumber string + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param productModule NetLicensing.ProductModule + * + * the newly created product module object in promise + * @returns {Promise} */ create: function create(context, productNumber, productModule) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4456,18 +4422,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets product module by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#get-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the product module number - * @param number string - * - * return the product module object in promise - * @returns {Promise} + /** + * Gets product module by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#get-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the product module number + * @param number string + * + * return the product module object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4493,18 +4459,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns products of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#product-modules-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of product modules entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns products of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#product-modules-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of product modules entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4543,21 +4509,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates product module properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#update-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product module number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param productModule NetLicensing.ProductModule - * - * updated product module in promise. - * @returns {Promise} + /** + * Updates product module properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#update-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product module number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param productModule NetLicensing.ProductModule + * + * updated product module in promise. + * @returns {Promise} */ update: function update(context, number, productModule) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -4583,21 +4549,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes product module.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#delete-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product module number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes product module.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#delete-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product module number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -4607,7 +4573,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.ProductModule.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -4631,32 +4596,32 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToProduct = _interopRequireDefault(__webpack_require__(1255)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Product Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/product-services - * - * @constructor +/** + * JS representation of the Product Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/product-services + * + * @constructor */ -var _default = { - /** - * Creates new product with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#create-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param product NetLicensing.Product - * - * return the newly created product object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new product with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#create-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param product NetLicensing.Product + * + * return the newly created product object in promise + * @returns {Promise} */ create: function create(context, product) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4681,18 +4646,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets product by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#get-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the product number - * @param number string - * - * return the product object in promise - * @returns {Promise} + /** + * Gets product by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#get-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the product number + * @param number string + * + * return the product object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4718,18 +4683,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns products of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#products-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of product entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns products of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#products-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of product entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4768,21 +4733,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates product properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#update-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param product NetLicensing.Product - * - * updated product in promise. - * @returns {Promise} + /** + * Updates product properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#update-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param product NetLicensing.Product + * + * updated product in promise. + * @returns {Promise} */ update: function update(context, number, product) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -4808,21 +4773,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes product.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#delete-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes product.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#delete-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -4832,7 +4797,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.Product.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -4865,7 +4829,7 @@ var _package = _interopRequireDefault(__webpack_require__(4147)); var httpXHR = {}; var axiosInstance = null; -var Service = /*#__PURE__*/function () { +var Service = exports["default"] = /*#__PURE__*/function () { function Service() { (0, _classCallCheck2.default)(this, Service); } @@ -5092,7 +5056,6 @@ var Service = /*#__PURE__*/function () { }]); return Service; }(); -exports["default"] = Service; /***/ }), @@ -5116,31 +5079,31 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToToken = _interopRequireDefault(__webpack_require__(4073)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Token Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/token-services - * - * @constructor +/** + * JS representation of the Token Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/token-services + * + * @constructor */ -var _default = { - /** - * Creates new token.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#create-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param token NetLicensing.Token - * - * return created token in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new token.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#create-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param token NetLicensing.Token + * + * return created token in promise + * @returns {Promise} */ create: function create(context, token) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5165,18 +5128,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets token by its number..See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#get-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the token number - * @param number - * - * return the token in promise - * @returns {Promise} + /** + * Gets token by its number..See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#get-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the token number + * @param number + * + * return the token in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5202,18 +5165,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns tokens of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#tokens-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of token entities or empty array if nothing found. - * @return array + /** + * Returns tokens of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#tokens-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of token entities or empty array if nothing found. + * @return array */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5252,25 +5215,24 @@ var _default = { }, _callee3); }))(); }, - /** - * Delete token by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#delete-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the token number - * @param number string - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Delete token by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#delete-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the token number + * @param number string + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); return _Service.default.delete(context, "".concat(_Constants.default.Token.ENDPOINT_PATH, "/").concat(number)); } }; -exports["default"] = _default; /***/ }), @@ -5294,40 +5256,40 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToTransaction = _interopRequireDefault(__webpack_require__(1198)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Transaction Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/transaction-services - * - * Transaction is created each time change to LicenseService licenses happens. For instance licenses are - * obtained by a licensee, licenses disabled by vendor, licenses deleted, etc. Transaction is created no matter what - * source has initiated the change to licenses: it can be either a direct purchase of licenses by a licensee via - * NetLicensing Shop, or licenses can be given to a licensee by a vendor. Licenses can also be assigned implicitly by - * NetLicensing if it is defined so by a license model (e.g. evaluation license may be given automatically). All these - * events are reflected in transactions. Of all the transaction handling routines only read-only routines are exposed to - * the public API, as transactions are only allowed to be created and modified by NetLicensing internally. - * - * @constructor +/** + * JS representation of the Transaction Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/transaction-services + * + * Transaction is created each time change to LicenseService licenses happens. For instance licenses are + * obtained by a licensee, licenses disabled by vendor, licenses deleted, etc. Transaction is created no matter what + * source has initiated the change to licenses: it can be either a direct purchase of licenses by a licensee via + * NetLicensing Shop, or licenses can be given to a licensee by a vendor. Licenses can also be assigned implicitly by + * NetLicensing if it is defined so by a license model (e.g. evaluation license may be given automatically). All these + * events are reflected in transactions. Of all the transaction handling routines only read-only routines are exposed to + * the public API, as transactions are only allowed to be created and modified by NetLicensing internally. + * + * @constructor */ -var _default = { - /** - * Creates new transaction object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#create-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param transaction NetLicensing.Transaction - * - * return the newly created transaction object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new transaction object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#create-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param transaction NetLicensing.Transaction + * + * return the newly created transaction object in promise + * @returns {Promise} */ create: function create(context, transaction) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5352,18 +5314,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets transaction by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#get-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the transaction number - * @param number string - * - * return the transaction in promise - * @returns {Promise} + /** + * Gets transaction by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#get-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the transaction number + * @param number string + * + * return the transaction in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5389,18 +5351,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all transactions of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#transactions-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string - * - * array of transaction entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns all transactions of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#transactions-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string + * + * array of transaction entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5439,21 +5401,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates transaction properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#update-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * transaction number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param transaction NetLicensing.Transaction - * - * return updated transaction in promise. - * @returns {Promise} + /** + * Updates transaction properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#update-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * transaction number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param transaction NetLicensing.Transaction + * + * return updated transaction in promise. + * @returns {Promise} */ update: function update(context, number, transaction) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -5480,7 +5442,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -5504,27 +5465,27 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Page = _interopRequireDefault(__webpack_require__(9407)); var _itemToCountry = _interopRequireDefault(__webpack_require__(3213)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Utility Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/utility-services - * @constructor +/** + * JS representation of the Utility Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/utility-services + * @constructor */ -var _default = { - /** - * Returns all license types. See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/utility-services#license-types-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * array of available license types or empty array if nothing found in promise. - * @returns {Promise} +var _default = exports["default"] = { + /** + * Returns all license types. See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/utility-services#license-types-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * array of available license types or empty array if nothing found in promise. + * @returns {Promise} */ listLicenseTypes: function listLicenseTypes(context) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5550,15 +5511,15 @@ var _default = { }, _callee); }))(); }, - /** - * Returns all license models. See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/utility-services#licensing-models-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * array of available license models or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns all license models. See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/utility-services#licensing-models-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * array of available license models or empty array if nothing found in promise. + * @returns {Promise} */ listLicensingModels: function listLicensingModels(context) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5584,17 +5545,17 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all countries. - * - * determines the vendor on whose behalf the call is performed - * @param context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter - * - * collection of available countries or null/empty list if nothing found in promise. - * @returns {Promise} + /** + * Returns all countries. + * + * determines the vendor on whose behalf the call is performed + * @param context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter + * + * collection of available countries or null/empty list if nothing found in promise. + * @returns {Promise} */ listCountries: function listCountries(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5634,7 +5595,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -5648,14 +5608,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ // Cast an attribute to a native JS type. -var _default = function _default(key, value) { +var _default = exports["default"] = function _default(key, value) { switch (key.trim().toLowerCase()) { case 'str': case 'string': @@ -5690,7 +5650,6 @@ var _default = function _default(key, value) { return value; } }; -exports["default"] = _default; /***/ }), @@ -5704,13 +5663,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { +var _default = exports["default"] = { isValid: function isValid(value) { var valid = value !== undefined && typeof value !== 'function'; if (typeof value === 'number') valid = Number.isFinite(value) && !Number.isNaN(value); @@ -5725,7 +5684,6 @@ var _default = { if (!parameter) throw new TypeError("Parameter ".concat(parameterName, " cannot be null or empty string")); } }; -exports["default"] = _default; /***/ }), @@ -5741,7 +5699,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; var _slicedToArray2 = _interopRequireDefault(__webpack_require__(7424)); -var _default = { +var _default = exports["default"] = { FILTER_DELIMITER: ';', FILTER_PAIR_DELIMITER: '=', encode: function encode() { @@ -5770,7 +5728,6 @@ var _default = { return filter; } }; -exports["default"] = _default; /***/ }), @@ -5787,13 +5744,13 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var BundleObtainParameters = /*#__PURE__*/function () { +var BundleObtainParameters = exports["default"] = /*#__PURE__*/function () { function BundleObtainParameters() { (0, _classCallCheck2.default)(this, BundleObtainParameters); this.licenseeNumber = ''; @@ -5812,7 +5769,6 @@ var BundleObtainParameters = /*#__PURE__*/function () { }]); return BundleObtainParameters; }(); -exports["default"] = BundleObtainParameters; /***/ }), @@ -5833,34 +5789,34 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _Constants = _interopRequireDefault(__webpack_require__(1480)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The context values. - * @type {{}} - * @private +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The context values. + * @type {{}} + * @private */ var valuesMap = new WeakMap(); -/** - * List of values that was defined - * @type {{}} - * @private +/** + * List of values that was defined + * @type {{}} + * @private */ var definedMap = new WeakMap(); -/** - * Context defaults - * @type {{baseUrl: string, securityMode}} - * @private +/** + * Context defaults + * @type {{baseUrl: string, securityMode}} + * @private */ var defaultsMap = new WeakMap(); -var Context = /*#__PURE__*/function () { +var Context = exports["default"] = /*#__PURE__*/function () { function Context(values) { (0, _classCallCheck2.default)(this, Context); defaultsMap.set(this, { @@ -5932,11 +5888,11 @@ var Context = /*#__PURE__*/function () { return this.getValue('vendorNumber', def); } - /** - * Set a given values on the context. - * @param key - * @param value - * @returns {Context} + /** + * Set a given values on the context. + * @param key + * @param value + * @returns {Context} */ }, { key: "setValue", @@ -5956,10 +5912,10 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Set the array of context values. - * @param values - * @returns {Context} + /** + * Set the array of context values. + * @param values + * @returns {Context} */ }, { key: "setValues", @@ -5975,11 +5931,11 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Get an value from the context. - * @param key - * @param def - * @returns {*} + /** + * Get an value from the context. + * @param key + * @param def + * @returns {*} */ }, { key: "getValue", @@ -5987,8 +5943,8 @@ var Context = /*#__PURE__*/function () { return key in valuesMap.get(this) ? valuesMap.get(this)[key] : def; } - /** - * Get all of the current value on the context. + /** + * Get all of the current value on the context. */ }, { key: "getValues", @@ -5996,10 +5952,10 @@ var Context = /*#__PURE__*/function () { return _objectSpread({}, valuesMap.get(this)); } - /** - * Remove value - * @param key - * @returns {Context} + /** + * Remove value + * @param key + * @returns {Context} */ }, { key: "removeValue", @@ -6010,9 +5966,9 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Remove values - * @param keys + /** + * Remove values + * @param keys */ }, { key: "removeValues", @@ -6024,11 +5980,11 @@ var Context = /*#__PURE__*/function () { }); } - /** - * Define value getter and setter - * @param key - * @param onlyGetter - * @private + /** + * Define value getter and setter + * @param key + * @param onlyGetter + * @private */ }, { key: "define", @@ -6058,10 +6014,10 @@ var Context = /*#__PURE__*/function () { Object.defineProperty(this, key, descriptors); } - /** - * Check if value has defined - * @param key - * @private + /** + * Check if value has defined + * @param key + * @private */ }, { key: "hasDefine", @@ -6069,10 +6025,10 @@ var Context = /*#__PURE__*/function () { return Boolean(definedMap.get(this)[key]); } - /** - * Remove value getter and setter - * @param key - * @private + /** + * Remove value getter and setter + * @param key + * @private */ }, { key: "removeDefine", @@ -6085,7 +6041,6 @@ var Context = /*#__PURE__*/function () { }]); return Context; }(); -exports["default"] = Context; /***/ }), @@ -6099,7 +6054,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -var _default = function _default() { +var _default = exports["default"] = function _default() { var content = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var pageNumber = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; var itemsNumber = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0; @@ -6135,7 +6090,6 @@ var _default = function _default() { } }); }; -exports["default"] = _default; /***/ }), @@ -6153,15 +6107,15 @@ exports["default"] = void 0; var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416)); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** * @author Labs64 * @license Apache-2.0 * @link https://netlicensing.io * @copyright 2017 Labs64 NetLicensing */ -var ValidationParameters = /*#__PURE__*/function () { +var ValidationParameters = exports["default"] = /*#__PURE__*/function () { function ValidationParameters() { (0, _classCallCheck2.default)(this, ValidationParameters); this.parameters = {}; @@ -6330,7 +6284,6 @@ var ValidationParameters = /*#__PURE__*/function () { }]); return ValidationParameters; }(); -exports["default"] = ValidationParameters; /***/ }), @@ -6350,14 +6303,14 @@ var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416)); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -var ValidationResults = /*#__PURE__*/function () { +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +var ValidationResults = exports["default"] = /*#__PURE__*/function () { function ValidationResults() { (0, _classCallCheck2.default)(this, ValidationResults); this.validators = {}; @@ -6416,7 +6369,6 @@ var ValidationResults = /*#__PURE__*/function () { }]); return ValidationResults; }(); -exports["default"] = ValidationResults; /***/ }), @@ -6676,7 +6628,11 @@ module.exports = _interopRequireDefault, module.exports.__esModule = true, modul /***/ ((module) => { function _isNativeFunction(fn) { - return Function.toString.call(fn).indexOf("[native code]") !== -1; + try { + return Function.toString.call(fn).indexOf("[native code]") !== -1; + } catch (e) { + return typeof fn === "function"; + } } module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -6703,31 +6659,31 @@ module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, mo /***/ 8872: /***/ ((module) => { -function _iterableToArrayLimit(arr, i) { - var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; - if (null != _i) { - var _s, - _e, - _x, - _r, - _arr = [], - _n = !0, - _d = !1; +function _iterableToArrayLimit(r, l) { + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (null != t) { + var e, + n, + i, + u, + a = [], + f = !0, + o = !1; try { - if (_x = (_i = _i.call(arr)).next, 0 === i) { - if (Object(_i) !== _i) return; - _n = !1; - } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); - } catch (err) { - _d = !0, _e = err; + if (i = (t = t.call(r)).next, 0 === l) { + if (Object(t) !== t) return; + f = !1; + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); + } catch (r) { + o = !0, n = r; } finally { try { - if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { - if (_d) throw _e; + if (o) throw n; } } - return _arr; + return a; } } module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -6768,304 +6724,304 @@ var _typeof = (__webpack_require__(8698)["default"]); function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ module.exports = _regeneratorRuntime = function _regeneratorRuntime() { - return exports; + return e; }, module.exports.__esModule = true, module.exports["default"] = module.exports; - var exports = {}, - Op = Object.prototype, - hasOwn = Op.hasOwnProperty, - defineProperty = Object.defineProperty || function (obj, key, desc) { - obj[key] = desc.value; + var t, + e = {}, + r = Object.prototype, + n = r.hasOwnProperty, + o = Object.defineProperty || function (t, e, r) { + t[e] = r.value; }, - $Symbol = "function" == typeof Symbol ? Symbol : {}, - iteratorSymbol = $Symbol.iterator || "@@iterator", - asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", - toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; - function define(obj, key, value) { - return Object.defineProperty(obj, key, { - value: value, + i = "function" == typeof Symbol ? Symbol : {}, + a = i.iterator || "@@iterator", + c = i.asyncIterator || "@@asyncIterator", + u = i.toStringTag || "@@toStringTag"; + function define(t, e, r) { + return Object.defineProperty(t, e, { + value: r, enumerable: !0, configurable: !0, writable: !0 - }), obj[key]; + }), t[e]; } try { define({}, ""); - } catch (err) { - define = function define(obj, key, value) { - return obj[key] = value; + } catch (t) { + define = function define(t, e, r) { + return t[e] = r; }; } - function wrap(innerFn, outerFn, self, tryLocsList) { - var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, - generator = Object.create(protoGenerator.prototype), - context = new Context(tryLocsList || []); - return defineProperty(generator, "_invoke", { - value: makeInvokeMethod(innerFn, self, context) - }), generator; + function wrap(t, e, r, n) { + var i = e && e.prototype instanceof Generator ? e : Generator, + a = Object.create(i.prototype), + c = new Context(n || []); + return o(a, "_invoke", { + value: makeInvokeMethod(t, r, c) + }), a; } - function tryCatch(fn, obj, arg) { + function tryCatch(t, e, r) { try { return { type: "normal", - arg: fn.call(obj, arg) + arg: t.call(e, r) }; - } catch (err) { + } catch (t) { return { type: "throw", - arg: err + arg: t }; } } - exports.wrap = wrap; - var ContinueSentinel = {}; + e.wrap = wrap; + var h = "suspendedStart", + l = "suspendedYield", + f = "executing", + s = "completed", + y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} - var IteratorPrototype = {}; - define(IteratorPrototype, iteratorSymbol, function () { + var p = {}; + define(p, a, function () { return this; }); - var getProto = Object.getPrototypeOf, - NativeIteratorPrototype = getProto && getProto(getProto(values([]))); - NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); - var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); - function defineIteratorMethods(prototype) { - ["next", "throw", "return"].forEach(function (method) { - define(prototype, method, function (arg) { - return this._invoke(method, arg); + var d = Object.getPrototypeOf, + v = d && d(d(values([]))); + v && v !== r && n.call(v, a) && (p = v); + var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); + function defineIteratorMethods(t) { + ["next", "throw", "return"].forEach(function (e) { + define(t, e, function (t) { + return this._invoke(e, t); }); }); } - function AsyncIterator(generator, PromiseImpl) { - function invoke(method, arg, resolve, reject) { - var record = tryCatch(generator[method], generator, arg); - if ("throw" !== record.type) { - var result = record.arg, - value = result.value; - return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { - invoke("next", value, resolve, reject); - }, function (err) { - invoke("throw", err, resolve, reject); - }) : PromiseImpl.resolve(value).then(function (unwrapped) { - result.value = unwrapped, resolve(result); - }, function (error) { - return invoke("throw", error, resolve, reject); + function AsyncIterator(t, e) { + function invoke(r, o, i, a) { + var c = tryCatch(t[r], t, o); + if ("throw" !== c.type) { + var u = c.arg, + h = u.value; + return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { + invoke("next", t, i, a); + }, function (t) { + invoke("throw", t, i, a); + }) : e.resolve(h).then(function (t) { + u.value = t, i(u); + }, function (t) { + return invoke("throw", t, i, a); }); } - reject(record.arg); + a(c.arg); } - var previousPromise; - defineProperty(this, "_invoke", { - value: function value(method, arg) { + var r; + o(this, "_invoke", { + value: function value(t, n) { function callInvokeWithMethodAndArg() { - return new PromiseImpl(function (resolve, reject) { - invoke(method, arg, resolve, reject); + return new e(function (e, r) { + invoke(t, n, e, r); }); } - return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } - function makeInvokeMethod(innerFn, self, context) { - var state = "suspendedStart"; - return function (method, arg) { - if ("executing" === state) throw new Error("Generator is already running"); - if ("completed" === state) { - if ("throw" === method) throw arg; - return doneResult(); + function makeInvokeMethod(e, r, n) { + var o = h; + return function (i, a) { + if (o === f) throw new Error("Generator is already running"); + if (o === s) { + if ("throw" === i) throw a; + return { + value: t, + done: !0 + }; } - for (context.method = method, context.arg = arg;;) { - var delegate = context.delegate; - if (delegate) { - var delegateResult = maybeInvokeDelegate(delegate, context); - if (delegateResult) { - if (delegateResult === ContinueSentinel) continue; - return delegateResult; + for (n.method = i, n.arg = a;;) { + var c = n.delegate; + if (c) { + var u = maybeInvokeDelegate(c, n); + if (u) { + if (u === y) continue; + return u; } } - if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { - if ("suspendedStart" === state) throw state = "completed", context.arg; - context.dispatchException(context.arg); - } else "return" === context.method && context.abrupt("return", context.arg); - state = "executing"; - var record = tryCatch(innerFn, self, context); - if ("normal" === record.type) { - if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; + if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { + if (o === h) throw o = s, n.arg; + n.dispatchException(n.arg); + } else "return" === n.method && n.abrupt("return", n.arg); + o = f; + var p = tryCatch(e, r, n); + if ("normal" === p.type) { + if (o = n.done ? s : l, p.arg === y) continue; return { - value: record.arg, - done: context.done + value: p.arg, + done: n.done }; } - "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); + "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } - function maybeInvokeDelegate(delegate, context) { - var methodName = context.method, - method = delegate.iterator[methodName]; - if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; - var record = tryCatch(method, delegate.iterator, context.arg); - if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; - var info = record.arg; - return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); - } - function pushTryEntry(locs) { - var entry = { - tryLoc: locs[0] + function maybeInvokeDelegate(e, r) { + var n = r.method, + o = e.iterator[n]; + if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; + var i = tryCatch(o, e.iterator, r.arg); + if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; + var a = i.arg; + return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); + } + function pushTryEntry(t) { + var e = { + tryLoc: t[0] }; - 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); + 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } - function resetTryEntry(entry) { - var record = entry.completion || {}; - record.type = "normal", delete record.arg, entry.completion = record; + function resetTryEntry(t) { + var e = t.completion || {}; + e.type = "normal", delete e.arg, t.completion = e; } - function Context(tryLocsList) { + function Context(t) { this.tryEntries = [{ tryLoc: "root" - }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); - } - function values(iterable) { - if (iterable) { - var iteratorMethod = iterable[iteratorSymbol]; - if (iteratorMethod) return iteratorMethod.call(iterable); - if ("function" == typeof iterable.next) return iterable; - if (!isNaN(iterable.length)) { - var i = -1, - next = function next() { - for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; - return next.value = undefined, next.done = !0, next; + }], t.forEach(pushTryEntry, this), this.reset(!0); + } + function values(e) { + if (e || "" === e) { + var r = e[a]; + if (r) return r.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) { + var o = -1, + i = function next() { + for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; + return next.value = t, next.done = !0, next; }; - return next.next = next; + return i.next = i; } } - return { - next: doneResult - }; - } - function doneResult() { - return { - value: undefined, - done: !0 - }; + throw new TypeError(_typeof(e) + " is not iterable"); } - return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { + return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 - }), defineProperty(GeneratorFunctionPrototype, "constructor", { + }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 - }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { - var ctor = "function" == typeof genFun && genFun.constructor; - return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); - }, exports.mark = function (genFun) { - return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; - }, exports.awrap = function (arg) { + }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { + var e = "function" == typeof t && t.constructor; + return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); + }, e.mark = function (t) { + return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; + }, e.awrap = function (t) { return { - __await: arg + __await: t }; - }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { + }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; - }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { - void 0 === PromiseImpl && (PromiseImpl = Promise); - var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); - return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { - return result.done ? result.value : iter.next(); + }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { + void 0 === i && (i = Promise); + var a = new AsyncIterator(wrap(t, r, n, o), i); + return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { + return t.done ? t.value : a.next(); }); - }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { + }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; - }), define(Gp, "toString", function () { + }), define(g, "toString", function () { return "[object Generator]"; - }), exports.keys = function (val) { - var object = Object(val), - keys = []; - for (var key in object) keys.push(key); - return keys.reverse(), function next() { - for (; keys.length;) { - var key = keys.pop(); - if (key in object) return next.value = key, next.done = !1, next; + }), e.keys = function (t) { + var e = Object(t), + r = []; + for (var n in e) r.push(n); + return r.reverse(), function next() { + for (; r.length;) { + var t = r.pop(); + if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; - }, exports.values = values, Context.prototype = { + }, e.values = values, Context.prototype = { constructor: Context, - reset: function reset(skipTempReset) { - if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); + reset: function reset(e) { + if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; - var rootRecord = this.tryEntries[0].completion; - if ("throw" === rootRecord.type) throw rootRecord.arg; + var t = this.tryEntries[0].completion; + if ("throw" === t.type) throw t.arg; return this.rval; }, - dispatchException: function dispatchException(exception) { - if (this.done) throw exception; - var context = this; - function handle(loc, caught) { - return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; + dispatchException: function dispatchException(e) { + if (this.done) throw e; + var r = this; + function handle(n, o) { + return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i], - record = entry.completion; - if ("root" === entry.tryLoc) return handle("end"); - if (entry.tryLoc <= this.prev) { - var hasCatch = hasOwn.call(entry, "catchLoc"), - hasFinally = hasOwn.call(entry, "finallyLoc"); - if (hasCatch && hasFinally) { - if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); - if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); - } else if (hasCatch) { - if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); + for (var o = this.tryEntries.length - 1; o >= 0; --o) { + var i = this.tryEntries[o], + a = i.completion; + if ("root" === i.tryLoc) return handle("end"); + if (i.tryLoc <= this.prev) { + var c = n.call(i, "catchLoc"), + u = n.call(i, "finallyLoc"); + if (c && u) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); + } else if (c) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { - if (!hasFinally) throw new Error("try statement without catch or finally"); - if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); + if (!u) throw new Error("try statement without catch or finally"); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, - abrupt: function abrupt(type, arg) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { - var finallyEntry = entry; + abrupt: function abrupt(t, e) { + for (var r = this.tryEntries.length - 1; r >= 0; --r) { + var o = this.tryEntries[r]; + if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { + var i = o; break; } } - finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); - var record = finallyEntry ? finallyEntry.completion : {}; - return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); + i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); + var a = i ? i.completion : {}; + return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, - complete: function complete(record, afterLoc) { - if ("throw" === record.type) throw record.arg; - return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; + complete: function complete(t, e) { + if ("throw" === t.type) throw t.arg; + return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, - finish: function finish(finallyLoc) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; + finish: function finish(t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, - "catch": function _catch(tryLoc) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.tryLoc === tryLoc) { - var record = entry.completion; - if ("throw" === record.type) { - var thrown = record.arg; - resetTryEntry(entry); + "catch": function _catch(t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.tryLoc === t) { + var n = r.completion; + if ("throw" === n.type) { + var o = n.arg; + resetTryEntry(r); } - return thrown; + return o; } } throw new Error("illegal catch attempt"); }, - delegateYield: function delegateYield(iterable, resultName, nextLoc) { + delegateYield: function delegateYield(e, r, n) { return this.delegate = { - iterator: values(iterable), - resultName: resultName, - nextLoc: nextLoc - }, "next" === this.method && (this.arg = undefined), ContinueSentinel; + iterator: values(e), + resultName: r, + nextLoc: n + }, "next" === this.method && (this.arg = t), y; } - }, exports; + }, e; } module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -7148,14 +7104,14 @@ module.exports = _toPropertyKey, module.exports.__esModule = true, module.export /***/ 8698: /***/ ((module) => { -function _typeof(obj) { +function _typeof(o) { "@babel/helpers - typeof"; - return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { - return typeof obj; - } : function (obj) { - return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj); + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { + return typeof o; + } : function (o) { + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o); } module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -7240,7 +7196,7 @@ try { /***/ ((module, __unused_webpack_exports, __webpack_require__) => { "use strict"; -// Axios v1.4.0 Copyright (c) 2023 Matt Zabriskie and contributors +// Axios v1.6.2 Copyright (c) 2023 Matt Zabriskie and contributors function bind(fn, thisArg) { @@ -7787,8 +7743,9 @@ const reduceDescriptors = (obj, reducer) => { const reducedDescriptors = {}; forEach(descriptors, (descriptor, name) => { - if (reducer(descriptor, name, obj) !== false) { - reducedDescriptors[name] = descriptor; + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; } }); @@ -7914,7 +7871,7 @@ const isAsyncFn = kindOfTest('AsyncFunction'); const isThenable = (thing) => thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); -var utils = { +var utils$1 = { isArray, isArrayBuffer, isBuffer, @@ -7996,7 +7953,7 @@ function AxiosError(message, code, config, request, response) { response && (this.response = response); } -utils.inherits(AxiosError, Error, { +utils$1.inherits(AxiosError, Error, { toJSON: function toJSON() { return { // Standard @@ -8011,7 +7968,7 @@ utils.inherits(AxiosError, Error, { columnNumber: this.columnNumber, stack: this.stack, // Axios - config: utils.toJSONObject(this.config), + config: utils$1.toJSONObject(this.config), code: this.code, status: this.response && this.response.status ? this.response.status : null }; @@ -8046,7 +8003,7 @@ Object.defineProperty(prototype$1, 'isAxiosError', {value: true}); AxiosError.from = (error, code, config, request, response, customProps) => { const axiosError = Object.create(prototype$1); - utils.toFlatObject(error, axiosError, function filter(obj) { + utils$1.toFlatObject(error, axiosError, function filter(obj) { return obj !== Error.prototype; }, prop => { return prop !== 'isAxiosError'; @@ -8074,7 +8031,7 @@ var httpAdapter = null; * @returns {boolean} */ function isVisitable(thing) { - return utils.isPlainObject(thing) || utils.isArray(thing); + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); } /** @@ -8085,7 +8042,7 @@ function isVisitable(thing) { * @returns {string} the key without the brackets. */ function removeBrackets(key) { - return utils.endsWith(key, '[]') ? key.slice(0, -2) : key; + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; } /** @@ -8114,10 +8071,10 @@ function renderKey(path, key, dots) { * @returns {boolean} */ function isFlatArray(arr) { - return utils.isArray(arr) && !arr.some(isVisitable); + return utils$1.isArray(arr) && !arr.some(isVisitable); } -const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) { +const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { return /^is[A-Z]/.test(prop); }); @@ -8145,7 +8102,7 @@ const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) { * @returns */ function toFormData(obj, formData, options) { - if (!utils.isObject(obj)) { + if (!utils$1.isObject(obj)) { throw new TypeError('target must be an object'); } @@ -8153,13 +8110,13 @@ function toFormData(obj, formData, options) { formData = formData || new (FormData)(); // eslint-disable-next-line no-param-reassign - options = utils.toFlatObject(options, { + options = utils$1.toFlatObject(options, { metaTokens: true, dots: false, indexes: false }, false, function defined(option, source) { // eslint-disable-next-line no-eq-null,eqeqeq - return !utils.isUndefined(source[option]); + return !utils$1.isUndefined(source[option]); }); const metaTokens = options.metaTokens; @@ -8168,24 +8125,24 @@ function toFormData(obj, formData, options) { const dots = options.dots; const indexes = options.indexes; const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; - const useBlob = _Blob && utils.isSpecCompliantForm(formData); + const useBlob = _Blob && utils$1.isSpecCompliantForm(formData); - if (!utils.isFunction(visitor)) { + if (!utils$1.isFunction(visitor)) { throw new TypeError('visitor must be a function'); } function convertValue(value) { if (value === null) return ''; - if (utils.isDate(value)) { + if (utils$1.isDate(value)) { return value.toISOString(); } - if (!useBlob && utils.isBlob(value)) { + if (!useBlob && utils$1.isBlob(value)) { throw new AxiosError('Blob is not supported. Use a Buffer instead.'); } - if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) { + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); } @@ -8206,20 +8163,20 @@ function toFormData(obj, formData, options) { let arr = value; if (value && !path && typeof value === 'object') { - if (utils.endsWith(key, '{}')) { + if (utils$1.endsWith(key, '{}')) { // eslint-disable-next-line no-param-reassign key = metaTokens ? key : key.slice(0, -2); // eslint-disable-next-line no-param-reassign value = JSON.stringify(value); } else if ( - (utils.isArray(value) && isFlatArray(value)) || - ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value)) + (utils$1.isArray(value) && isFlatArray(value)) || + ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)) )) { // eslint-disable-next-line no-param-reassign key = removeBrackets(key); arr.forEach(function each(el, index) { - !(utils.isUndefined(el) || el === null) && formData.append( + !(utils$1.isUndefined(el) || el === null) && formData.append( // eslint-disable-next-line no-nested-ternary indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), convertValue(el) @@ -8247,7 +8204,7 @@ function toFormData(obj, formData, options) { }); function build(value, path) { - if (utils.isUndefined(value)) return; + if (utils$1.isUndefined(value)) return; if (stack.indexOf(value) !== -1) { throw Error('Circular reference detected in ' + path.join('.')); @@ -8255,9 +8212,9 @@ function toFormData(obj, formData, options) { stack.push(value); - utils.forEach(value, function each(el, key) { - const result = !(utils.isUndefined(el) || el === null) && visitor.call( - formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers + utils$1.forEach(value, function each(el, key) { + const result = !(utils$1.isUndefined(el) || el === null) && visitor.call( + formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers ); if (result === true) { @@ -8268,7 +8225,7 @@ function toFormData(obj, formData, options) { stack.pop(); } - if (!utils.isObject(obj)) { + if (!utils$1.isObject(obj)) { throw new TypeError('data must be an object'); } @@ -8372,7 +8329,7 @@ function buildURL(url, params, options) { if (serializeFn) { serializedParams = serializeFn(params, options); } else { - serializedParams = utils.isURLSearchParams(params) ? + serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, options).toString(_encode); } @@ -8447,7 +8404,7 @@ class InterceptorManager { * @returns {void} */ forEach(fn) { - utils.forEach(this.handlers, function forEachHandler(h) { + utils$1.forEach(this.handlers, function forEachHandler(h) { if (h !== null) { fn(h); } @@ -8469,6 +8426,18 @@ var FormData$1 = typeof FormData !== 'undefined' ? FormData : null; var Blob$1 = typeof Blob !== 'undefined' ? Blob : null; +var platform$1 = { + isBrowser: true, + classes: { + URLSearchParams: URLSearchParams$1, + FormData: FormData$1, + Blob: Blob$1 + }, + protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] +}; + +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + /** * Determine if we're running in a standard browser environment * @@ -8486,18 +8455,10 @@ var Blob$1 = typeof Blob !== 'undefined' ? Blob : null; * * @returns {boolean} */ -const isStandardBrowserEnv = (() => { - let product; - if (typeof navigator !== 'undefined' && ( - (product = navigator.product) === 'ReactNative' || - product === 'NativeScript' || - product === 'NS') - ) { - return false; - } - - return typeof window !== 'undefined' && typeof document !== 'undefined'; -})(); +const hasStandardBrowserEnv = ( + (product) => { + return hasBrowserEnv && ['ReactNative', 'NativeScript', 'NS'].indexOf(product) < 0 + })(typeof navigator !== 'undefined' && navigator.product); /** * Determine if we're running in a standard browser webWorker environment @@ -8508,7 +8469,7 @@ const isStandardBrowserEnv = (() => { * `typeof window !== 'undefined' && typeof document !== 'undefined'`. * This leads to a problem when axios post `FormData` in webWorker */ - const isStandardBrowserWebWorkerEnv = (() => { +const hasStandardBrowserWebWorkerEnv = (() => { return ( typeof WorkerGlobalScope !== 'undefined' && // eslint-disable-next-line no-undef @@ -8517,23 +8478,22 @@ const isStandardBrowserEnv = (() => { ); })(); +var utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv +}); var platform = { - isBrowser: true, - classes: { - URLSearchParams: URLSearchParams$1, - FormData: FormData$1, - Blob: Blob$1 - }, - isStandardBrowserEnv, - isStandardBrowserWebWorkerEnv, - protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] + ...utils, + ...platform$1 }; function toURLEncodedForm(data, options) { return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ visitor: function(value, key, path, helpers) { - if (platform.isNode && utils.isBuffer(value)) { + if (platform.isNode && utils$1.isBuffer(value)) { this.append(key, value.toString('base64')); return false; } @@ -8555,7 +8515,7 @@ function parsePropPath(name) { // foo.x.y.z // foo-x-y-z // foo x y z - return utils.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => { return match[0] === '[]' ? '' : match[1] || match[0]; }); } @@ -8592,10 +8552,10 @@ function formDataToJSON(formData) { let name = path[index++]; const isNumericKey = Number.isFinite(+name); const isLast = index >= path.length; - name = !name && utils.isArray(target) ? target.length : name; + name = !name && utils$1.isArray(target) ? target.length : name; if (isLast) { - if (utils.hasOwnProp(target, name)) { + if (utils$1.hasOwnProp(target, name)) { target[name] = [target[name], value]; } else { target[name] = value; @@ -8604,23 +8564,23 @@ function formDataToJSON(formData) { return !isNumericKey; } - if (!target[name] || !utils.isObject(target[name])) { + if (!target[name] || !utils$1.isObject(target[name])) { target[name] = []; } const result = buildPath(path, value, target[name], index); - if (result && utils.isArray(target[name])) { + if (result && utils$1.isArray(target[name])) { target[name] = arrayToObject(target[name]); } return !isNumericKey; } - if (utils.isFormData(formData) && utils.isFunction(formData.entries)) { + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { const obj = {}; - utils.forEachEntry(formData, (name, value) => { + utils$1.forEachEntry(formData, (name, value) => { buildPath(parsePropPath(name), value, obj, 0); }); @@ -8630,10 +8590,6 @@ function formDataToJSON(formData) { return null; } -const DEFAULT_CONTENT_TYPE = { - 'Content-Type': undefined -}; - /** * It takes a string, tries to parse it, and if it fails, it returns the stringified version * of the input @@ -8645,10 +8601,10 @@ const DEFAULT_CONTENT_TYPE = { * @returns {string} A stringified version of the rawValue. */ function stringifySafely(rawValue, parser, encoder) { - if (utils.isString(rawValue)) { + if (utils$1.isString(rawValue)) { try { (parser || JSON.parse)(rawValue); - return utils.trim(rawValue); + return utils$1.trim(rawValue); } catch (e) { if (e.name !== 'SyntaxError') { throw e; @@ -8668,13 +8624,13 @@ const defaults = { transformRequest: [function transformRequest(data, headers) { const contentType = headers.getContentType() || ''; const hasJSONContentType = contentType.indexOf('application/json') > -1; - const isObjectPayload = utils.isObject(data); + const isObjectPayload = utils$1.isObject(data); - if (isObjectPayload && utils.isHTMLForm(data)) { + if (isObjectPayload && utils$1.isHTMLForm(data)) { data = new FormData(data); } - const isFormData = utils.isFormData(data); + const isFormData = utils$1.isFormData(data); if (isFormData) { if (!hasJSONContentType) { @@ -8683,18 +8639,18 @@ const defaults = { return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; } - if (utils.isArrayBuffer(data) || - utils.isBuffer(data) || - utils.isStream(data) || - utils.isFile(data) || - utils.isBlob(data) + if (utils$1.isArrayBuffer(data) || + utils$1.isBuffer(data) || + utils$1.isStream(data) || + utils$1.isFile(data) || + utils$1.isBlob(data) ) { return data; } - if (utils.isArrayBufferView(data)) { + if (utils$1.isArrayBufferView(data)) { return data.buffer; } - if (utils.isURLSearchParams(data)) { + if (utils$1.isURLSearchParams(data)) { headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); return data.toString(); } @@ -8706,7 +8662,7 @@ const defaults = { return toURLEncodedForm(data, this.formSerializer).toString(); } - if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { const _FormData = this.env && this.env.FormData; return toFormData( @@ -8730,7 +8686,7 @@ const defaults = { const forcedJSONParsing = transitional && transitional.forcedJSONParsing; const JSONRequested = this.responseType === 'json'; - if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { const silentJSONParsing = transitional && transitional.silentJSONParsing; const strictJSONParsing = !silentJSONParsing && JSONRequested; @@ -8772,24 +8728,21 @@ const defaults = { headers: { common: { - 'Accept': 'application/json, text/plain, */*' + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined } } }; -utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { +utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { defaults.headers[method] = {}; }); -utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { - defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); -}); - var defaults$1 = defaults; // RawAxiosHeaders whose duplicates are ignored by node // c.f. https://nodejs.org/api/http.html#http_message_headers -const ignoreDuplicateOf = utils.toObjectSet([ +const ignoreDuplicateOf = utils$1.toObjectSet([ 'age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', @@ -8850,7 +8803,7 @@ function normalizeValue(value) { return value; } - return utils.isArray(value) ? value.map(normalizeValue) : String(value); + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); } function parseTokens(str) { @@ -8868,7 +8821,7 @@ function parseTokens(str) { const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { - if (utils.isFunction(filter)) { + if (utils$1.isFunction(filter)) { return filter.call(this, value, header); } @@ -8876,13 +8829,13 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { value = header; } - if (!utils.isString(value)) return; + if (!utils$1.isString(value)) return; - if (utils.isString(filter)) { + if (utils$1.isString(filter)) { return value.indexOf(filter) !== -1; } - if (utils.isRegExp(filter)) { + if (utils$1.isRegExp(filter)) { return filter.test(value); } } @@ -8895,7 +8848,7 @@ function formatHeader(header) { } function buildAccessors(obj, header) { - const accessorName = utils.toCamelCase(' ' + header); + const accessorName = utils$1.toCamelCase(' ' + header); ['get', 'set', 'has'].forEach(methodName => { Object.defineProperty(obj, methodName + accessorName, { @@ -8922,7 +8875,7 @@ class AxiosHeaders { throw new Error('header name must be a non-empty string'); } - const key = utils.findKey(self, lHeader); + const key = utils$1.findKey(self, lHeader); if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { self[key || _header] = normalizeValue(_value); @@ -8930,11 +8883,11 @@ class AxiosHeaders { } const setHeaders = (headers, _rewrite) => - utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); - if (utils.isPlainObject(header) || header instanceof this.constructor) { + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { setHeaders(header, valueOrRewrite); - } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { setHeaders(parseHeaders(header), valueOrRewrite); } else { header != null && setHeader(valueOrRewrite, header, rewrite); @@ -8947,7 +8900,7 @@ class AxiosHeaders { header = normalizeHeader(header); if (header) { - const key = utils.findKey(this, header); + const key = utils$1.findKey(this, header); if (key) { const value = this[key]; @@ -8960,11 +8913,11 @@ class AxiosHeaders { return parseTokens(value); } - if (utils.isFunction(parser)) { + if (utils$1.isFunction(parser)) { return parser.call(this, value, key); } - if (utils.isRegExp(parser)) { + if (utils$1.isRegExp(parser)) { return parser.exec(value); } @@ -8977,7 +8930,7 @@ class AxiosHeaders { header = normalizeHeader(header); if (header) { - const key = utils.findKey(this, header); + const key = utils$1.findKey(this, header); return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); } @@ -8993,7 +8946,7 @@ class AxiosHeaders { _header = normalizeHeader(_header); if (_header) { - const key = utils.findKey(self, _header); + const key = utils$1.findKey(self, _header); if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { delete self[key]; @@ -9003,7 +8956,7 @@ class AxiosHeaders { } } - if (utils.isArray(header)) { + if (utils$1.isArray(header)) { header.forEach(deleteHeader); } else { deleteHeader(header); @@ -9032,8 +8985,8 @@ class AxiosHeaders { const self = this; const headers = {}; - utils.forEach(this, (value, header) => { - const key = utils.findKey(headers, header); + utils$1.forEach(this, (value, header) => { + const key = utils$1.findKey(headers, header); if (key) { self[key] = normalizeValue(value); @@ -9062,8 +9015,8 @@ class AxiosHeaders { toJSON(asStrings) { const obj = Object.create(null); - utils.forEach(this, (value, header) => { - value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value); + utils$1.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); }); return obj; @@ -9110,7 +9063,7 @@ class AxiosHeaders { } } - utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); return this; } @@ -9118,8 +9071,18 @@ class AxiosHeaders { AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); -utils.freezeMethods(AxiosHeaders.prototype); -utils.freezeMethods(AxiosHeaders); +// reserved names hotfix +utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils$1.freezeMethods(AxiosHeaders); var AxiosHeaders$1 = AxiosHeaders; @@ -9137,7 +9100,7 @@ function transformData(fns, response) { const headers = AxiosHeaders$1.from(context.headers); let data = context.data; - utils.forEach(fns, function transform(fn) { + utils$1.forEach(fns, function transform(fn) { data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); }); @@ -9165,7 +9128,7 @@ function CanceledError(message, config, request) { this.name = 'CanceledError'; } -utils.inherits(CanceledError, AxiosError, { +utils$1.inherits(CanceledError, AxiosError, { __CANCEL__: true }); @@ -9193,53 +9156,44 @@ function settle(resolve, reject, response) { } } -var cookies = platform.isStandardBrowserEnv ? +var cookies = platform.hasStandardBrowserEnv ? -// Standard browser envs support document.cookie - (function standardBrowserEnv() { - return { - write: function write(name, value, expires, path, domain, secure) { - const cookie = []; - cookie.push(name + '=' + encodeURIComponent(value)); + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; - if (utils.isNumber(expires)) { - cookie.push('expires=' + new Date(expires).toGMTString()); - } + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); - if (utils.isString(path)) { - cookie.push('path=' + path); - } + utils$1.isString(path) && cookie.push('path=' + path); - if (utils.isString(domain)) { - cookie.push('domain=' + domain); - } + utils$1.isString(domain) && cookie.push('domain=' + domain); - if (secure === true) { - cookie.push('secure'); - } + secure === true && cookie.push('secure'); - document.cookie = cookie.join('; '); - }, + document.cookie = cookie.join('; '); + }, - read: function read(name) { - const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); - return (match ? decodeURIComponent(match[3]) : null); - }, + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, - remove: function remove(name) { - this.write(name, '', Date.now() - 86400000); - } - }; - })() : + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } -// Non standard browser env (web workers, react-native) lack needed support. - (function nonStandardBrowserEnv() { - return { - write: function write() {}, - read: function read() { return null; }, - remove: function remove() {} - }; - })(); + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; /** * Determines whether the specified URL is absolute @@ -9286,7 +9240,7 @@ function buildFullPath(baseURL, requestedURL) { return requestedURL; } -var isURLSameOrigin = platform.isStandardBrowserEnv ? +var isURLSameOrigin = platform.hasStandardBrowserEnv ? // Standard browser envs have full support of the APIs needed to test // whether the request URL is of the same origin as current location. @@ -9296,7 +9250,7 @@ var isURLSameOrigin = platform.isStandardBrowserEnv ? let originURL; /** - * Parse a URL to discover it's components + * Parse a URL to discover its components * * @param {String} url The URL to be parsed * @returns {Object} @@ -9336,7 +9290,7 @@ var isURLSameOrigin = platform.isStandardBrowserEnv ? * @returns {boolean} True if URL shares the same origin, otherwise false */ return function isURLSameOrigin(requestURL) { - const parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL; + const parsed = (utils$1.isString(requestURL)) ? resolveURL(requestURL) : requestURL; return (parsed.protocol === originURL.protocol && parsed.host === originURL.host); }; @@ -9441,7 +9395,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) { return new Promise(function dispatchXhrRequest(resolve, reject) { let requestData = config.data; const requestHeaders = AxiosHeaders$1.from(config.headers).normalize(); - const responseType = config.responseType; + let {responseType, withXSRFToken} = config; let onCanceled; function done() { if (config.cancelToken) { @@ -9453,11 +9407,15 @@ var xhrAdapter = isXHRAdapterSupported && function (config) { } } - if (utils.isFormData(requestData)) { - if (platform.isStandardBrowserEnv || platform.isStandardBrowserWebWorkerEnv) { + let contentType; + + if (utils$1.isFormData(requestData)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { requestHeaders.setContentType(false); // Let the browser set it - } else { - requestHeaders.setContentType('multipart/form-data;', false); // mobile/desktop app frameworks + } else if ((contentType = requestHeaders.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + requestHeaders.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); } } @@ -9573,13 +9531,16 @@ var xhrAdapter = isXHRAdapterSupported && function (config) { // Add xsrf header // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. - if (platform.isStandardBrowserEnv) { - // Add xsrf header - const xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) - && config.xsrfCookieName && cookies.read(config.xsrfCookieName); + if(platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(config)); - if (xsrfValue) { - requestHeaders.set(config.xsrfHeaderName, xsrfValue); + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(fullPath))) { + // Add xsrf header + const xsrfValue = config.xsrfHeaderName && config.xsrfCookieName && cookies.read(config.xsrfCookieName); + + if (xsrfValue) { + requestHeaders.set(config.xsrfHeaderName, xsrfValue); + } } } @@ -9588,13 +9549,13 @@ var xhrAdapter = isXHRAdapterSupported && function (config) { // Add headers to the request if ('setRequestHeader' in request) { - utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { request.setRequestHeader(key, val); }); } // Add withCredentials to request if needed - if (!utils.isUndefined(config.withCredentials)) { + if (!utils$1.isUndefined(config.withCredentials)) { request.withCredentials = !!config.withCredentials; } @@ -9649,8 +9610,8 @@ const knownAdapters = { xhr: xhrAdapter }; -utils.forEach(knownAdapters, (fn, value) => { - if(fn) { +utils$1.forEach(knownAdapters, (fn, value) => { + if (fn) { try { Object.defineProperty(fn, 'name', {value}); } catch (e) { @@ -9660,38 +9621,56 @@ utils.forEach(knownAdapters, (fn, value) => { } }); +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false; + var adapters = { getAdapter: (adapters) => { - adapters = utils.isArray(adapters) ? adapters : [adapters]; + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; const {length} = adapters; let nameOrAdapter; let adapter; + const rejectedReasons = {}; + for (let i = 0; i < length; i++) { nameOrAdapter = adapters[i]; - if((adapter = utils.isString(nameOrAdapter) ? knownAdapters[nameOrAdapter.toLowerCase()] : nameOrAdapter)) { + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError(`Unknown adapter '${id}'`); + } + } + + if (adapter) { break; } + + rejectedReasons[id || '#' + i] = adapter; } if (!adapter) { - if (adapter === false) { - throw new AxiosError( - `Adapter ${nameOrAdapter} is not supported by the environment`, - 'ERR_NOT_SUPPORT' + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') ); - } - throw new Error( - utils.hasOwnProp(knownAdapters, nameOrAdapter) ? - `Adapter '${nameOrAdapter}' is not available in the build` : - `Unknown adapter '${nameOrAdapter}'` - ); - } + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; - if (!utils.isFunction(adapter)) { - throw new TypeError('adapter is not a function'); + throw new AxiosError( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); } return adapter; @@ -9789,11 +9768,11 @@ function mergeConfig(config1, config2) { const config = {}; function getMergedValue(target, source, caseless) { - if (utils.isPlainObject(target) && utils.isPlainObject(source)) { - return utils.merge.call({caseless}, target, source); - } else if (utils.isPlainObject(source)) { - return utils.merge({}, source); - } else if (utils.isArray(source)) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({caseless}, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { return source.slice(); } return source; @@ -9801,25 +9780,25 @@ function mergeConfig(config1, config2) { // eslint-disable-next-line consistent-return function mergeDeepProperties(a, b, caseless) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(a, b, caseless); - } else if (!utils.isUndefined(a)) { + } else if (!utils$1.isUndefined(a)) { return getMergedValue(undefined, a, caseless); } } // eslint-disable-next-line consistent-return function valueFromConfig2(a, b) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(undefined, b); } } // eslint-disable-next-line consistent-return function defaultToConfig2(a, b) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(undefined, b); - } else if (!utils.isUndefined(a)) { + } else if (!utils$1.isUndefined(a)) { return getMergedValue(undefined, a); } } @@ -9844,6 +9823,7 @@ function mergeConfig(config1, config2) { timeout: defaultToConfig2, timeoutMessage: defaultToConfig2, withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, adapter: defaultToConfig2, responseType: defaultToConfig2, xsrfCookieName: defaultToConfig2, @@ -9864,16 +9844,16 @@ function mergeConfig(config1, config2) { headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true) }; - utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { const merge = mergeMap[prop] || mergeDeepProperties; const configValue = merge(config1[prop], config2[prop], prop); - (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); }); return config; } -const VERSION = "1.4.0"; +const VERSION = "1.6.2"; const validators$1 = {}; @@ -10011,7 +9991,7 @@ class Axios { } if (paramsSerializer != null) { - if (utils.isFunction(paramsSerializer)) { + if (utils$1.isFunction(paramsSerializer)) { config.paramsSerializer = { serialize: paramsSerializer }; @@ -10026,15 +10006,13 @@ class Axios { // Set config.method config.method = (config.method || this.defaults.method || 'get').toLowerCase(); - let contextHeaders; - // Flatten headers - contextHeaders = headers && utils.merge( + let contextHeaders = headers && utils$1.merge( headers.common, headers[config.method] ); - contextHeaders && utils.forEach( + headers && utils$1.forEach( ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (method) => { delete headers[method]; @@ -10121,7 +10099,7 @@ class Axios { } // Provide aliases for supported request methods -utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { +utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function(url, config) { return this.request(mergeConfig(config || {}, { @@ -10132,7 +10110,7 @@ utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData }; }); -utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { +utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { /*eslint func-names:0*/ function generateHTTPMethod(isForm) { @@ -10308,7 +10286,7 @@ function spread(callback) { * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false */ function isAxiosError(payload) { - return utils.isObject(payload) && (payload.isAxiosError === true); + return utils$1.isObject(payload) && (payload.isAxiosError === true); } const HttpStatusCode = { @@ -10395,10 +10373,10 @@ function createInstance(defaultConfig) { const instance = bind(Axios$1.prototype.request, context); // Copy axios.prototype to instance - utils.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); + utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); // Copy context to instance - utils.extend(instance, context, null, {allOwnKeys: true}); + utils$1.extend(instance, context, null, {allOwnKeys: true}); // Factory for creating new instances instance.create = function create(instanceConfig) { @@ -10442,7 +10420,9 @@ axios.mergeConfig = mergeConfig; axios.AxiosHeaders = AxiosHeaders$1; -axios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing); +axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; axios.HttpStatusCode = HttpStatusCode$1; @@ -10458,7 +10438,7 @@ module.exports = axios; /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"netlicensing-client","version":"1.2.33","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}'); +module.exports = JSON.parse('{"name":"netlicensing-client","version":"1.2.34","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}'); /***/ }) diff --git a/dist/netlicensing-client.min.js b/dist/netlicensing-client.min.js index ce9af01..b6423cd 100644 --- a/dist/netlicensing-client.min.js +++ b/dist/netlicensing-client.min.js @@ -1,2 +1,2 @@ /*! For license information please see netlicensing-client.min.js.LICENSE.txt */ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NetLicensing",[],t):"object"==typeof exports?exports.NetLicensing=t():e.NetLicensing=t()}(this,(()=>(()=>{var e={1480:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={BASIC_AUTHENTICATION:"BASIC_AUTH",APIKEY_IDENTIFICATION:"APIKEY",ANONYMOUS_IDENTIFICATION:"ANONYMOUS",ACTIVE:"active",NUMBER:"number",NAME:"name",VERSION:"version",DELETED:"deleted",CASCADE:"forceCascade",PRICE:"price",DISCOUNT:"discount",CURRENCY:"currency",IN_USE:"inUse",FILTER:"filter",BASE_URL:"baseUrl",USERNAME:"username",PASSWORD:"password",SECURITY_MODE:"securityMode",LicensingModel:{VALID:"valid",TryAndBuy:{NAME:"TryAndBuy"},Rental:{NAME:"Rental",RED_THRESHOLD:"redThreshold",YELLOW_THRESHOLD:"yellowThreshold"},Subscription:{NAME:"Subscription"},Floating:{NAME:"Floating"},MultiFeature:{NAME:"MultiFeature"},PayPerUse:{NAME:"PayPerUse"},PricingTable:{NAME:"PricingTable"},Quota:{NAME:"Quota"},NodeLocked:{NAME:"NodeLocked"}},Vendor:{VENDOR_NUMBER:"vendorNumber",VENDOR_TYPE:"Vendor"},Product:{ENDPOINT_PATH:"product",PRODUCT_NUMBER:"productNumber",LICENSEE_AUTO_CREATE:"licenseeAutoCreate",DESCRIPTION:"description",LICENSING_INFO:"licensingInfo",DISCOUNTS:"discounts",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode",PROP_VAT_MODE:"vatMode",Discount:{TOTAL_PRICE:"totalPrice",AMOUNT_FIX:"amountFix",AMOUNT_PERCENT:"amountPercent"},LicenseeSecretMode:{DISABLED:"DISABLED",PREDEFINED:"PREDEFINED",CLIENT:"CLIENT"}},ProductModule:{ENDPOINT_PATH:"productmodule",PRODUCT_MODULE_NUMBER:"productModuleNumber",PRODUCT_MODULE_NAME:"productModuleName",LICENSING_MODEL:"licensingModel",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode"},LicenseTemplate:{ENDPOINT_PATH:"licensetemplate",LICENSE_TEMPLATE_NUMBER:"licenseTemplateNumber",LICENSE_TYPE:"licenseType",AUTOMATIC:"automatic",HIDDEN:"hidden",HIDE_LICENSES:"hideLicenses",PROP_LICENSEE_SECRET:"licenseeSecret",LicenseType:{FEATURE:"FEATURE",TIMEVOLUME:"TIMEVOLUME",FLOATING:"FLOATING",QUANTITY:"QUANTITY"}},Token:{ENDPOINT_PATH:"token",EXPIRATION_TIME:"expirationTime",TOKEN_TYPE:"tokenType",API_KEY:"apiKey",TOKEN_PROP_EMAIL:"email",TOKEN_PROP_VENDORNUMBER:"vendorNumber",TOKEN_PROP_SHOP_URL:"shopURL",Type:{DEFAULT:"DEFAULT",SHOP:"SHOP",APIKEY:"APIKEY"}},Transaction:{ENDPOINT_PATH:"transaction",TRANSACTION_NUMBER:"transactionNumber",GRAND_TOTAL:"grandTotal",STATUS:"status",SOURCE:"source",DATE_CREATED:"datecreated",DATE_CLOSED:"dateclosed",VAT:"vat",VAT_MODE:"vatMode",LICENSE_TRANSACTION_JOIN:"licenseTransactionJoin",SOURCE_SHOP_ONLY:"shopOnly",Status:{CANCELLED:"CANCELLED",CLOSED:"CLOSED",PENDING:"PENDING"}},Licensee:{ENDPOINT_PATH:"licensee",ENDPOINT_PATH_VALIDATE:"validate",ENDPOINT_PATH_TRANSFER:"transfer",LICENSEE_NUMBER:"licenseeNumber",SOURCE_LICENSEE_NUMBER:"sourceLicenseeNumber",PROP_LICENSEE_NAME:"licenseeName",PROP_LICENSEE_SECRET:"licenseeSecret",PROP_MARKED_FOR_TRANSFER:"markedForTransfer"},License:{ENDPOINT_PATH:"license",LICENSE_NUMBER:"licenseNumber",HIDDEN:"hidden",PROP_LICENSEE_SECRET:"licenseeSecret"},PaymentMethod:{ENDPOINT_PATH:"paymentmethod"},Utility:{ENDPOINT_PATH:"utility",ENDPOINT_PATH_LICENSE_TYPES:"licenseTypes",ENDPOINT_PATH_LICENSING_MODELS:"licensingModels",ENDPOINT_PATH_COUNTRIES:"countries",LICENSING_MODEL_PROPERTIES:"LicensingModelProperties",LICENSE_TYPE:"LicenseType"},APIKEY:{ROLE_APIKEY_LICENSEE:"ROLE_APIKEY_LICENSEE",ROLE_APIKEY_ANALYTICS:"ROLE_APIKEY_ANALYTICS",ROLE_APIKEY_OPERATION:"ROLE_APIKEY_OPERATION",ROLE_APIKEY_MAINTENANCE:"ROLE_APIKEY_MAINTENANCE",ROLE_APIKEY_ADMIN:"ROLE_APIKEY_ADMIN"},Validation:{FOR_OFFLINE_USE:"forOfflineUse"},WarningLevel:{GREEN:"GREEN",YELLOW:"YELLOW",RED:"RED"},Bundle:{ENDPOINT_PATH:"bundle",ENDPOINT_OBTAIN_PATH:"obtain"},Notification:{ENDPOINT_PATH:"notification",Protocol:{WEBHOOK:"WEBHOOK"},Event:{CREATE_LICENSEE:"CREATE_LICENSEE",CREATE_LICENSE:"CREATE_LICENSE"}}}},9892:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(2044));t.default=function(e){return new a.default((0,o.default)(e))}},3213:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(187));t.default=function(e){return new a.default((0,o.default)(e))}},3887:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(9763));t.default=function(e){return new a.default((0,o.default)(e))}},3255:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(767));t.default=function(e){return new a.default((0,o.default)(e))}},6463:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(2948));t.default=function(e){return new a.default((0,o.default)(e))}},6546:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(5433));t.default=function(e){return new a.default((0,o.default)(e))}},7106:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=function e(t){var r={},n=t.property,o=t.list;return n&&Array.isArray(n)&&n.forEach((function(e){var t=e.name,n=e.value;t&&(r[t]=n)})),o&&Array.isArray(o)&&o.forEach((function(t){var n=t.name;n&&(r[n]=r[n]||[],r[n].push(e(t)))})),r};t.default=r},797:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(5088));t.default=function(e){return new a.default((0,o.default)(e))}},1255:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(7143));t.default=function(e){var t=(0,o.default)(e),r=t.discount;delete t.discount;var n=new a.default(t);return n.setProductDiscounts(r),n}},2514:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(3886));t.default=function(e){return new a.default((0,o.default)(e))}},4073:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(8132));t.default=function(e){return new a.default((0,o.default)(e))}},1198:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(39)),u=n(r(9763)),i=n(r(3089)),s=n(r(1480));t.default=function(e){var t=(0,o.default)(e),r=t.licenseTransactionJoin;delete t.licenseTransactionJoin;var n=new a.default(t);if(r){var c=[];r.forEach((function(e){var t=new i.default;t.setLicense(new u.default({number:e[s.default.License.LICENSE_NUMBER]})),t.setTransaction(new a.default({number:e[s.default.Transaction.TRANSACTION_NUMBER]})),c.push(t)})),n.setLicenseTransactionJoins(c)}return n}},389:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8416)),a=n(r(8698)),u=n(r(6690)),i=n(r(9728)),s=n(r(5661)),c=n(r(553));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicenseTemplateNumbers",value:function(e){var t=Array.isArray(e)?e.join(","):e;return this.setProperty("licenseTemplateNumbers",t)}},{key:"getLicenseTemplateNumbers",value:function(e){var t=this.getProperty("licenseTemplateNumbers",e);return t?t.split(","):t}},{key:"addLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.push(e),this.setLicenseTemplateNumbers(t)}},{key:"removeLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.splice(t.indexOf(e),1),this.setLicenseTemplateNumbers(t)}}]),r}(n(r(389)).default);t.default=l},187:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{code:"string",name:"string",vatPercent:"int",isEu:"boolean"}})}return(0,a.default)(r,[{key:"setCode",value:function(e){return this.setProperty("code",e)}},{key:"getCode",value:function(e){return this.getProperty("code",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVatPercent",value:function(e){return this.setProperty("vatPercent",e)}},{key:"getVatPercent",value:function(e){return this.getProperty("vatPercent",e)}},{key:"setIsEu",value:function(e){return this.setProperty("isEu",e)}},{key:"getIsEu",value:function(e){return this.getProperty("isEu",e)}}]),r}(n(r(389)).default);t.default=l},9763:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",price:"float",hidden:"boolean",parentfeature:"string",timeVolume:"int",startDate:"date",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setParentfeature",value:function(e){return this.setProperty("parentfeature",e)}},{key:"getParentfeature",value:function(e){return this.getProperty("parentfeature",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setStartDate",value:function(e){return this.setProperty("startDate",e)}},{key:"getStartDate",value:function(e){return this.getProperty("startDate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}}]),r}(n(r(389)).default);t.default=l},767:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseType:"string",price:"double",currency:"string",automatic:"boolean",hidden:"boolean",hideLicenses:"boolean",gracePeriod:"boolean",timeVolume:"int",timeVolumePeriod:"string",maxSessions:"int",quantity:"int",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicenseType",value:function(e){return this.setProperty("licenseType",e)}},{key:"getLicenseType",value:function(e){return this.getProperty("licenseType",e)}},{key:"setPrice",value:function(e){return this.setProperty("price",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAutomatic",value:function(e){return this.setProperty("automatic",e)}},{key:"getAutomatic",value:function(e){return this.getProperty("automatic",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setHideLicenses",value:function(e){return this.setProperty("hideLicenses",e)}},{key:"getHideLicenses",value:function(e){return this.getProperty("hideLicenses",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setTimeVolumePeriod",value:function(e){return this.setProperty("timeVolumePeriod",e)}},{key:"getTimeVolumePeriod",value:function(e){return this.getProperty("timeVolumePeriod",e)}},{key:"setMaxSessions",value:function(e){return this.setProperty("maxSessions",e)}},{key:"getMaxSessions",value:function(e){return this.getProperty("maxSessions",e)}},{key:"setQuantity",value:function(e){return this.setProperty("quantity",e)}},{key:"getQuantity",value:function(e){return this.getProperty("quantity",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),r}(n(r(389)).default);t.default=l},3089:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=function(){function e(t,r){(0,o.default)(this,e),this.transaction=t,this.license=r}return(0,a.default)(e,[{key:"setTransaction",value:function(e){return this.transaction=e,this}},{key:"getTransaction",value:function(e){return this.transaction||e}},{key:"setLicense",value:function(e){return this.license=e,this}},{key:"getLicense",value:function(e){return this.license||e}}]),e}();t.default=u},2948:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseeSecret:"string",markedForTransfer:"boolean",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProductNumber",value:function(e){return this.setProperty("productNumber",e)}},{key:"getProductNumber",value:function(e){return this.getProperty("productNumber",e)}},{key:"setLicenseeSecret",value:function(e){return this.setProperty("licenseeSecret",e)}},{key:"getLicenseeSecret",value:function(e){return this.getProperty("licenseeSecret",e)}},{key:"setMarkedForTransfer",value:function(e){return this.setProperty("markedForTransfer",e)}},{key:"getMarkedForTransfer",value:function(e){return this.getProperty("markedForTransfer",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),r}(n(r(389)).default);t.default=l},5433:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",protocol:"string",events:"string",payload:"string",endpoint:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProtocol",value:function(e){return this.setProperty("protocol",e)}},{key:"getProtocol",value:function(e){return this.getProperty("protocol",e)}},{key:"setEvents",value:function(e){return this.setProperty("events",e)}},{key:"getEvents",value:function(e){return this.getProperty("events",e)}},{key:"setPayload",value:function(e){return this.setProperty("payload",e)}},{key:"getPayload",value:function(e){return this.getProperty("payload",e)}},{key:"setEndpoint",value:function(e){return this.setProperty("endpoint",e)}},{key:"getEndpoint",value:function(e){return this.getProperty("endpoint",e)}}]),r}(n(r(389)).default);t.default=l},5088:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean","paypal.subject":"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setPaypalSubject",value:function(e){return this.setProperty("paypal.subject",e)}},{key:"getPaypalSubject",value:function(e){return this.getProperty("paypal.subject",e)}}]),r}(n(r(389)).default);t.default=l},7143:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(6115)),i=n(r(1588)),s=n(r(1655)),c=n(r(4993)),l=n(r(3808)),f=n(r(389)),d=n(r(3144));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,l.default)(e);if(t){var o=(0,l.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,c.default)(this,r)}}var y=new WeakMap,h=new WeakMap,m=function(e){(0,s.default)(r,e);var t=p(r);function r(e){var n;return(0,o.default)(this,r),n=t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",version:"string",description:"string",licensingInfo:"string",licenseeAutoCreate:"boolean",licenseeSecretMode:"string",inUse:"boolean"}}),y.set((0,u.default)(n),[]),h.set((0,u.default)(n),!1),n}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVersion",value:function(e){return this.setProperty("version",e)}},{key:"getVersion",value:function(e){return this.getProperty("version",e)}},{key:"setLicenseeAutoCreate",value:function(e){return this.setProperty("licenseeAutoCreate",e)}},{key:"getLicenseeAutoCreate",value:function(e){return this.getProperty("licenseeAutoCreate",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicensingInfo",value:function(e){return this.setProperty("licensingInfo",e)}},{key:"getLicensingInfo",value:function(e){return this.getProperty("licensingInfo",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"addDiscount",value:function(e){var t=y.get(this),r=e;return"string"==typeof r||r instanceof d.default||(r=new d.default(r)),t.push(r),y.set(this,t),h.set(this,!0),this}},{key:"setProductDiscounts",value:function(e){var t=this;return y.set(this,[]),h.set(this,!0),e?Array.isArray(e)?(e.forEach((function(e){t.addDiscount(e)})),this):(this.addDiscount(e),this):this}},{key:"getProductDiscounts",value:function(){return Object.assign([],y.get(this))}},{key:"asPropertiesMap",value:function(){var e=(0,i.default)((0,l.default)(r.prototype),"asPropertiesMap",this).call(this);return y.get(this).length&&(e.discount=y.get(this).map((function(e){return e.toString()}))),!e.discount&&h.get(this)&&(e.discount=""),e}}]),r}(f.default);t.default=m},3144:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{totalPrice:"float",currency:"string",amountFix:"float",amountPercent:"int"}})}return(0,a.default)(r,[{key:"setTotalPrice",value:function(e){return this.setProperty("totalPrice",e)}},{key:"getTotalPrice",value:function(e){return this.getProperty("totalPrice",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAmountFix",value:function(e){return this.setProperty("amountFix",e).removeProperty("amountPercent")}},{key:"getAmountFix",value:function(e){return this.getProperty("amountFix",e)}},{key:"setAmountPercent",value:function(e){return this.setProperty("amountPercent",e).removeProperty("amountFix")}},{key:"getAmountPercent",value:function(e){return this.getProperty("amountPercent",e)}},{key:"toString",value:function(){var e=this.getTotalPrice(),t=this.getCurrency(),r=0;return this.getAmountFix(null)&&(r=this.getAmountFix()),this.getAmountPercent(null)&&(r="".concat(this.getAmountPercent(),"%")),"".concat(e,";").concat(t,";").concat(r)}}]),r}(n(r(389)).default);t.default=l},3886:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licensingModel:"string",maxCheckoutValidity:"int",yellowThreshold:"int",redThreshold:"int",licenseTemplate:"string",inUse:"boolean",licenseeSecretMode:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicensingModel",value:function(e){return this.setProperty("licensingModel",e)}},{key:"getLicensingModel",value:function(e){return this.getProperty("licensingModel",e)}},{key:"setMaxCheckoutValidity",value:function(e){return this.setProperty("maxCheckoutValidity",e)}},{key:"getMaxCheckoutValidity",value:function(e){return this.getProperty("maxCheckoutValidity",e)}},{key:"setYellowThreshold",value:function(e){return this.setProperty("yellowThreshold",e)}},{key:"getYellowThreshold",value:function(e){return this.getProperty("yellowThreshold",e)}},{key:"setRedThreshold",value:function(e){return this.setProperty("redThreshold",e)}},{key:"getRedThreshold",value:function(e){return this.getProperty("redThreshold",e)}},{key:"setLicenseTemplate",value:function(e){return this.setProperty("licenseTemplate",e)}},{key:"getLicenseTemplate",value:function(e){return this.getProperty("licenseTemplate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}}]),r}(n(r(389)).default);t.default=l},8132:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",expirationTime:"date",vendorNumber:"string",tokenType:"string",licenseeNumber:"string",successURL:"string",successURLTitle:"string",cancelURL:"string",cancelURLTitle:"string",shopURL:"string"}})}return(0,a.default)(r,[{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setExpirationTime",value:function(e){return this.setProperty("expirationTime",e)}},{key:"getExpirationTime",value:function(e){return this.getProperty("expirationTime",e)}},{key:"setVendorNumber",value:function(e){return this.setProperty("vendorNumber",e)}},{key:"getVendorNumber",value:function(e){return this.getProperty("vendorNumber",e)}},{key:"setTokenType",value:function(e){return this.setProperty("tokenType",e)}},{key:"getTokenType",value:function(e){return this.getProperty("tokenType",e)}},{key:"setLicenseeNumber",value:function(e){return this.setProperty("licenseeNumber",e)}},{key:"getLicenseeNumber",value:function(e){return this.getProperty("licenseeNumber",e)}},{key:"setSuccessURL",value:function(e){return this.setProperty("successURL",e)}},{key:"getSuccessURL",value:function(e){return this.getProperty("successURL",e)}},{key:"setSuccessURLTitle",value:function(e){return this.setProperty("successURLTitle",e)}},{key:"getSuccessURLTitle",value:function(e){return this.getProperty("successURLTitle",e)}},{key:"setCancelURL",value:function(e){return this.setProperty("cancelURL",e)}},{key:"getCancelURL",value:function(e){return this.getProperty("cancelURL",e)}},{key:"setCancelURLTitle",value:function(e){return this.setProperty("cancelURLTitle",e)}},{key:"getCancelURLTitle",value:function(e){return this.getProperty("cancelURLTitle",e)}},{key:"getShopURL",value:function(e){return this.getProperty("shopURL",e)}},{key:"setRole",value:function(e){return this.setApiKeyRole(e)}},{key:"getRole",value:function(e){return this.getApiKeyRole(e)}},{key:"setApiKeyRole",value:function(e){return this.setProperty("apiKeyRole",e)}},{key:"getApiKeyRole",value:function(e){return this.getProperty("apiKeyRole",e)}}]),r}(n(r(389)).default);t.default=l},39:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389)),l=n(r(3089)),f=n(r(9763));function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var p=function(e){(0,u.default)(r,e);var t=d(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",name:"string",status:"string",source:"string",grandTotal:"float",discount:"float",currency:"string",dateCreated:"date",dateClosed:"date",active:"boolean",paymentMethod:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setStatus",value:function(e){return this.setProperty("status",e)}},{key:"getStatus",value:function(e){return this.getProperty("status",e)}},{key:"setSource",value:function(e){return this.setProperty("source",e)}},{key:"getSource",value:function(e){return this.getProperty("source",e)}},{key:"setGrandTotal",value:function(e){return this.setProperty("grandTotal",e)}},{key:"getGrandTotal",value:function(e){return this.getProperty("grandTotal",e)}},{key:"setDiscount",value:function(e){return this.setProperty("discount",e)}},{key:"getDiscount",value:function(e){return this.getProperty("discount",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setDateCreated",value:function(e){return this.setProperty("dateCreated",e)}},{key:"getDateCreated",value:function(e){return this.getProperty("dateCreated",e)}},{key:"setDateClosed",value:function(e){return this.setProperty("dateClosed",e)}},{key:"getDateClosed",value:function(e){return this.getProperty("dateClosed",e)}},{key:"setPaymentMethod",value:function(e){return this.setProperty("paymentMethod",e)}},{key:"getPaymentMethod",value:function(e){return this.getProperty("paymentMethod",e)}},{key:"setActive",value:function(){return this.setProperty("active",!0)}},{key:"getLicenseTransactionJoins",value:function(e){return this.getProperty("licenseTransactionJoins",e)}},{key:"setLicenseTransactionJoins",value:function(e){return this.setProperty("licenseTransactionJoins",e)}},{key:"setListLicenseTransactionJoin",value:function(e){if(e){var t=this.getProperty("licenseTransactionJoins",[]),n=new l.default;e.forEach((function(e){"licenseNumber"===e.name&&n.setLicense(new f.default({number:e.value})),"transactionNumber"===e.name&&n.setTransaction(new r({number:e.value}))})),t.push(n),this.setProperty("licenseTransactionJoins",t)}}}]),r}(c.default);t.default=p},2986:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}var l=function(e){(0,u.default)(r,e);var t=c(r);function r(){var e;(0,o.default)(this,r);for(var n=arguments.length,a=new Array(n),u=0;u{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(8416)),u=n(r(7424)),i=n(r(7156)),s=n(r(393)),c=n(r(1480)),l=n(r(5661)),f=n(r(3093)),d=n(r(9892)),p=n(r(3887)),y=n(r(9407)),h={create:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,i,l,f;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,c.default.Bundle.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,a=n.data.items.item,i=a.filter((function(e){return"Bundle"===e.type})),l=(0,u.default)(i,1),f=l[0],r.abrupt("return",(0,d.default)(f));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,i,f,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),r.next=3,s.default.get(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,a=n.data.items.item,i=a.filter((function(e){return"Bundle"===e.type})),f=(0,u.default)(i,1),p=f[0],r.abrupt("return",(0,d.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(l.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:f.default.encode(t);case 5:return r.next=7,s.default.get(e,c.default.Bundle.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,y.default)(u.items.item.filter((function(e){return"Bundle"===e.type})).map((function(e){return(0,d.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,i.default)(o.default.mark((function n(){var a,i,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,s.default.post(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return a=n.sent,i=a.data.items.item,f=i.filter((function(e){return"Bundle"===e.type})),p=(0,u.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){l.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(r)};return s.default.delete(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t),n)},obtain:function(e,t,r){return(0,i.default)(o.default.mark((function n(){var u,i,f,d,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),l.default.paramNotEmpty(r.getLicenseeNumber(),c.default.Licensee.LICENSEE_NUMBER),u=c.default.Bundle,i=u.ENDPOINT_PATH,f=u.ENDPOINT_OBTAIN_PATH,d=(0,a.default)({},c.default.Licensee.LICENSEE_NUMBER,r.getLicenseeNumber()),n.next=6,s.default.post(e,"".concat(i,"/").concat(t,"/").concat(f),d);case 6:return y=n.sent,h=y.data.items.item,n.abrupt("return",h.filter((function(e){return"License"===e.type})).map((function(e){return(0,p.default)(e)})));case 9:case"end":return n.stop()}}),n)})))()}};t.default=h},6486:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(3887)),d=n(r(9407)),p={create:function(e,t,r,n,l){return(0,u.default)(o.default.mark((function u(){var d,p,y,h,m;return o.default.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return i.default.paramNotEmpty(t,s.default.Licensee.LICENSEE_NUMBER),i.default.paramNotEmpty(r,s.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER),l.setProperty(s.default.Licensee.LICENSEE_NUMBER,t),l.setProperty(s.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER,r),n&&l.setProperty(s.default.Transaction.TRANSACTION_NUMBER,n),o.next=7,c.default.post(e,s.default.License.ENDPOINT_PATH,l.asPropertiesMap());case 7:return d=o.sent,p=d.data.items.item,y=p.filter((function(e){return"License"===e.type})),h=(0,a.default)(y,1),m=h[0],o.abrupt("return",(0,f.default)(m));case 11:case"end":return o.stop()}}),u)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"License"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.License.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"License"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r,n){return(0,u.default)(o.default.mark((function u(){var l,d,p,y,h;return o.default.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r&&n.setProperty(s.default.Transaction.TRANSACTION_NUMBER,r),o.next=4,c.default.post(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 4:return l=o.sent,d=l.data.items.item,p=d.filter((function(e){return"License"===e.type})),y=(0,a.default)(p,1),h=y[0],o.abrupt("return",(0,f.default)(h));case 8:case"end":return o.stop()}}),u)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t),n)}};t.default=p},1580:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(3255)),d=n(r(9407)),p={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.ProductModule.PRODUCT_MODULE_NUMBER),r.setProperty(s.default.ProductModule.PRODUCT_MODULE_NUMBER,t),n.next=4,c.default.post(e,s.default.LicenseTemplate.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"LicenseTemplate"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"LicenseTemplate"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.LicenseTemplate.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"LicenseTemplate"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),u="".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n.next=4,c.default.post(e,u,r.asPropertiesMap());case 4:return l=n.sent,d=l.data.items.item,p=d.filter((function(e){return"LicenseTemplate"===e.type})),y=(0,a.default)(p,1),h=y[0],n.abrupt("return",(0,f.default)(h));case 8:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n)}};t.default=p},5498:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(3093)),c=n(r(1480)),l=n(r(393)),f=n(r(3735)),d=n(r(6463)),p=n(r(9407)),y=n(r(7106)),h={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,s,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.Product.PRODUCT_NUMBER),r.setProperty(c.default.Product.PRODUCT_NUMBER,t),n.next=4,l.default.post(e,c.default.Licensee.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,s=u.data.items.item,f=s.filter((function(e){return"Licensee"===e.type})),p=(0,a.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,s,f,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),r.next=3,l.default.get(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,s=u.filter((function(e){return"Licensee"===e.type})),f=(0,a.default)(s,1),p=f[0],r.abrupt("return",(0,d.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:s.default.encode(t);case 5:return r.next=7,l.default.get(e,c.default.Licensee.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,p.default)(u.items.item.filter((function(e){return"Licensee"===e.type})).map((function(e){return(0,d.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,s,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,s=u.data.items.item,f=s.filter((function(e){return"Licensee"===e.type})),p=(0,a.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(r)};return l.default.delete(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t),n)},validate:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var a,u,s,d,p,h,m,v,g;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),a={},r.getProductNumber()&&(a.productNumber=r.getProductNumber()),Object.keys(r.getLicenseeProperties()).forEach((function(e){a[e]=r.getLicenseeProperty(e)})),r.isForOfflineUse()&&(a.forOfflineUse=!0),r.getDryRun()&&(a.dryRun=!0),u=0,s=r.getParameters(),d=Object.prototype.hasOwnProperty,Object.keys(s).forEach((function(e){if(a["".concat(c.default.ProductModule.PRODUCT_MODULE_NUMBER).concat(u)]=e,d.call(s,e)){var t=s[e];Object.keys(t).forEach((function(e){d.call(t,e)&&(a[e+u]=t[e])})),u+=1}})),n.next=12,l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(c.default.Licensee.ENDPOINT_PATH_VALIDATE),a);case 12:return p=n.sent,h=p.data,m=h.items.item,v=h.ttl,(g=new f.default).setTtl(v),m.filter((function(e){return"ProductModuleValidation"===e.type})).forEach((function(e){var t=(0,y.default)(e);g.setProductModuleValidation(t[c.default.ProductModule.PRODUCT_MODULE_NUMBER],t)})),n.abrupt("return",g);case 20:case"end":return n.stop()}}),n)})))()},transfer:function(e,t,r){i.default.paramNotEmpty(t,c.default.NUMBER),i.default.paramNotEmpty(r,c.default.Licensee.SOURCE_LICENSEE_NUMBER);var n={sourceLicenseeNumber:r};return l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(c.default.Licensee.ENDPOINT_PATH_TRANSFER),n)}};t.default=h},3212:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(393)),s=n(r(1480)),c=n(r(5661)),l=n(r(3093)),f=n(r(6546)),d=n(r(9407)),p={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,i.default.post(e,s.default.Notification.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Notification"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,i.default.get(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Notification"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,i.default.get(e,s.default.Notification.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Notification"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,i.default.post(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Notification"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t){return c.default.paramNotEmpty(t,s.default.NUMBER),i.default.delete(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t))}};t.default=p},5225:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(5661)),c=n(r(393)),l=n(r(3093)),f=n(r(797)),d=n(r(9407)),p={get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return s.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,c.default.get(e,"".concat(i.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"PaymentMethod"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(s.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,i.default.PaymentMethod.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"PaymentMethod"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return s.default.paramNotEmpty(t,i.default.NUMBER),u="".concat(i.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t),n.next=4,c.default.post(e,u,r.asPropertiesMap());case 4:return l=n.sent,d=l.data.items.item,p=d.filter((function(e){return"PaymentMethod"===e.type})),y=(0,a.default)(p,1),h=y[0],n.abrupt("return",(0,f.default)(h));case 8:case"end":return n.stop()}}),n)})))()}};t.default=p},7443:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(2514)),d=n(r(9407)),p={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.Product.PRODUCT_NUMBER),r.setProperty(s.default.Product.PRODUCT_NUMBER,t),n.next=4,c.default.post(e,s.default.ProductModule.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"ProductModule"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"ProductModule"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.ProductModule.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"ProductModule"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,c.default.post(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"ProductModule"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t),n)}};t.default=p},5042:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(393)),s=n(r(1480)),c=n(r(5661)),l=n(r(3093)),f=n(r(1255)),d=n(r(9407)),p={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,i.default.post(e,s.default.Product.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Product"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,i.default.get(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Product"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,i.default.get(e,s.default.Product.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Product"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,i.default.post(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Product"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){c.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return i.default.delete(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t),n)}};t.default=p},393:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(7424)),u=n(r(6690)),i=n(r(9728)),s=n(r(7218)),c=n(r(706)),l=n(r(1480)),f=n(r(2986)),d=n(r(4147)),p={},y=null,h=function(){function e(){(0,u.default)(this,e)}return(0,i.default)(e,null,[{key:"getAxiosInstance",value:function(){return y||s.default}},{key:"setAxiosInstance",value:function(e){y=e}},{key:"getLastHttpRequestInfo",value:function(){return p}},{key:"get",value:function(t,r,n){return e.request(t,"get",r,n)}},{key:"post",value:function(t,r,n){return e.request(t,"post",r,n)}},{key:"delete",value:function(t,r,n){return e.request(t,"delete",r,n)}},{key:"request",value:function(t,r,n,o){var u=String(n),i=o||{};if(!u)throw new TypeError("Url template must be specified");if(["get","post","delete"].indexOf(r.toLowerCase())<0)throw new Error("Invalid request type:".concat(r,", allowed requests types: GET, POST, DELETE."));if(!t.getBaseUrl(null))throw new Error("Base url must be specified");var s={url:encodeURI("".concat(t.getBaseUrl(),"/").concat(u)),method:r.toLowerCase(),responseType:"json",headers:{Accept:"application/json","X-Requested-With":"XMLHttpRequest"},transformRequest:[function(t,r){return"application/x-www-form-urlencoded"===r["Content-Type"]?e.toQueryString(t):(r["NetLicensing-Origin"]||(r["NetLicensing-Origin"]="NetLicensing/Javascript ".concat(d.default.version)),t)}]};switch("undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(s.headers["User-agent"]="NetLicensing/Javascript ".concat(d.default.version,"/node&").concat(process.version)),["put","post","patch"].indexOf(s.method)>=0?("post"===s.method&&(s.headers["Content-Type"]="application/x-www-form-urlencoded"),s.data=i):s.params=i,t.getSecurityMode()){case l.default.BASIC_AUTHENTICATION:if(!t.getUsername())throw new Error('Missing parameter "username"');if(!t.getPassword())throw new Error('Missing parameter "password"');s.auth={username:t.getUsername(),password:t.getPassword()};break;case l.default.APIKEY_IDENTIFICATION:if(!t.getApiKey())throw new Error('Missing parameter "apiKey"');s.headers.Authorization="Basic ".concat((0,c.default)("apiKey:".concat(t.getApiKey())));break;case l.default.ANONYMOUS_IDENTIFICATION:break;default:throw new Error("Unknown security mode")}return e.getAxiosInstance()(s).then((function(t){t.infos=e.getInfo(t,[]);var r=t.infos.filter((function(e){return"ERROR"===e.type}));if(r.length){var n=new Error(r[0].value);throw n.config=t.config,n.request=t.request,n.response=t,n}return p=t,t})).catch((function(t){if(t.response){p=t.response;var r=new f.default(t);if(r.config=t.config,r.code=t.code,r.request=t.request,r.response=t.response,t.response.data){r.infos=e.getInfo(t.response,[]);var n=r.infos.filter((function(e){return"ERROR"===e.type})),o=(0,a.default)(n,1)[0],u=void 0===o?{}:o;r.message=u.value||"Unknown"}throw r}throw t}))}},{key:"getInfo",value:function(e,t){try{return e.data.infos.info||t}catch(e){return t}}},{key:"toQueryString",value:function(t,r){var n=[],a=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(u){if(a.call(t,u)){var i=r?"".concat(r,"[").concat(u,"]"):u,s=t[u];s=s instanceof Date?s.toISOString():s,n.push(null!==s&&"object"===(0,o.default)(s)?e.toQueryString(s,i):"".concat(encodeURIComponent(i),"=").concat(encodeURIComponent(s)))}})),n.join("&").replace(/%5B[0-9]+%5D=/g,"=")}}]),e}();t.default=h},731:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(393)),c=n(r(5661)),l=n(r(3093)),f=n(r(4073)),d=n(r(9407)),p={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,i.default.Token.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Token"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,s.default.get(e,"".concat(i.default.Token.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Token"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,s.default.get(e,i.default.Token.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Token"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},delete:function(e,t){return c.default.paramNotEmpty(t,i.default.NUMBER),s.default.delete(e,"".concat(i.default.Token.ENDPOINT_PATH,"/").concat(t))}};t.default=p},5919:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(393)),c=n(r(5661)),l=n(r(3093)),f=n(r(1198)),d=n(r(9407)),p={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,i.default.Transaction.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Transaction"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,s.default.get(e,"".concat(i.default.Transaction.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Transaction"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,s.default.get(e,i.default.Transaction.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Transaction"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),n.next=3,s.default.post(e,"".concat(i.default.Transaction.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Transaction"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()}};t.default=p},7635:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7156)),u=n(r(1480)),i=n(r(393)),s=n(r(5661)),c=n(r(3093)),l=n(r(7106)),f=n(r(9407)),d=n(r(3213)),p={listLicenseTypes:function(e){return(0,a.default)(o.default.mark((function t(){var r,n;return o.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_LICENSE_TYPES));case 2:return r=t.sent,n=r.data,t.abrupt("return",(0,f.default)(n.items.item.filter((function(e){return"LicenseType"===e.type})).map((function(e){return(0,l.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listLicensingModels:function(e){return(0,a.default)(o.default.mark((function t(){var r,n;return o.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_LICENSING_MODELS));case 2:return r=t.sent,n=r.data,t.abrupt("return",(0,f.default)(n.items.item.filter((function(e){return"LicensingModelProperties"===e.type})).map((function(e){return(0,l.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listCountries:function(e,t){return(0,a.default)(o.default.mark((function r(){var n,a,l;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(s.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[u.default.FILTER]="string"==typeof t?t:c.default.encode(t);case 5:return r.next=7,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_COUNTRIES),n);case 7:return a=r.sent,l=a.data,r.abrupt("return",(0,f.default)(l.items.item.filter((function(e){return"Country"===e.type})).map((function(e){return(0,d.default)(e)})),l.items.pagenumber,l.items.itemsnumber,l.items.totalpages,l.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()}};t.default=p},553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(e,t){switch(e.trim().toLowerCase()){case"str":case"string":return String(t);case"int":case"integer":var r=parseInt(t,10);return Number.isNaN(r)?t:r;case"float":case"double":var n=parseFloat(t);return Number.isNaN(n)?t:n;case"bool":case"boolean":switch(t){case"true":case"TRUE":return!0;case"false":case"FALSE":return!1;default:return Boolean(t)}case"date":return"now"===t?"now":new Date(String(t));default:return t}}},5661:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={isValid:function(e){var t=void 0!==e&&"function"!=typeof e;return"number"==typeof e&&(t=Number.isFinite(e)&&!Number.isNaN(e)),t},paramNotNull:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(null===e)throw new TypeError("Parameter ".concat(t," cannot be null"))},paramNotEmpty:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(!e)throw new TypeError("Parameter ".concat(t," cannot be null or empty string"))}};t.default=r},3093:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7424)),a={FILTER_DELIMITER:";",FILTER_PAIR_DELIMITER:"=",encode:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=[],n=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(o){n.call(t,o)&&r.push("".concat(o).concat(e.FILTER_PAIR_DELIMITER).concat(t[o]))})),r.join(this.FILTER_DELIMITER)},decode:function(){var e=this,t={};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").split(this.FILTER_DELIMITER).forEach((function(r){var n=r.split(e.FILTER_PAIR_DELIMITER),a=(0,o.default)(n,2),u=a[0],i=a[1];t[u]=i})),t}};t.default=a},4658:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=function(){function e(){(0,o.default)(this,e),this.licenseeNumber=""}return(0,a.default)(e,[{key:"setLicenseeNumber",value:function(e){return this.licenseeNumber=e,this}},{key:"getLicenseeNumber",value:function(){return this.licenseeNumber}}]),e}();t.default=u},4693:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(8416)),u=n(r(6690)),i=n(r(9728)),s=n(r(1480)),c=n(r(5661));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={getContent:function(){return e},getPageNumber:function(){return t},getItemsNumber:function(){return r},getTotalPages:function(){return n},getTotalItems:function(){return o},hasNext:function(){return n>t+1}},u=Object.keys(a);return new Proxy(e,{get:function(e,t){return-1!==u.indexOf(t)?a[t]:e[t]}})}},4856:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8416)),a=n(r(6690)),u=n(r(9728));function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(8416)),u=n(r(6690)),i=n(r(9728)),s=n(r(5661));function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var l=function(){function e(){(0,u.default)(this,e),this.validators={}}return(0,i.default)(e,[{key:"getValidators",value:function(){return function(e){for(var t=1;t"),r.call(t,n)&&(e+=JSON.stringify(t[n]))})),e+="]"}}]),e}();t.default=l},706:e=>{!function(){"use strict";e.exports=function(e){return(e instanceof Buffer?e:Buffer.from(e.toString(),"binary")).toString("base64")}}()},3897:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r{e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},6115:e=>{e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},7156:e=>{function t(e,t,r,n,o,a,u){try{var i=e[a](u),s=i.value}catch(e){return void r(e)}i.done?t(s):Promise.resolve(s).then(n,o)}e.exports=function(e){return function(){var r=this,n=arguments;return new Promise((function(o,a){var u=e.apply(r,n);function i(e){t(u,o,a,i,s,"next",e)}function s(e){t(u,o,a,i,s,"throw",e)}i(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},6690:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},3515:(e,t,r)=>{var n=r(6015),o=r(9617);function a(t,r,u){return o()?(e.exports=a=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=a=function(e,t,r){var o=[null];o.push.apply(o,t);var a=new(Function.bind.apply(e,o));return r&&n(a,r.prototype),a},e.exports.__esModule=!0,e.exports.default=e.exports),a.apply(null,arguments)}e.exports=a,e.exports.__esModule=!0,e.exports.default=e.exports},9728:(e,t,r)=>{var n=r(4062);function o(e,t){for(var r=0;r{var n=r(4062);e.exports=function(e,t,r){return(t=n(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},1588:(e,t,r)=>{var n=r(1753);function o(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=o=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,r){var o=n(e,t);if(o){var a=Object.getOwnPropertyDescriptor(o,t);return a.get?a.get.call(arguments.length<3?e:r):a.value}},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},3808:e=>{function t(r){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},1655:(e,t,r)=>{var n=r(6015);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&n(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},4836:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},6035:e=>{e.exports=function(e){return-1!==Function.toString.call(e).indexOf("[native code]")},e.exports.__esModule=!0,e.exports.default=e.exports},9617:e=>{e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports.default=e.exports},8872:e=>{e.exports=function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,u,i=[],s=!0,c=!1;try{if(a=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=a.call(r)).done)&&(i.push(n.value),i.length!==t);s=!0);}catch(e){c=!0,o=e}finally{try{if(!s&&null!=r.return&&(u=r.return(),Object(u)!==u))return}finally{if(c)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},2218:e=>{e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},4993:(e,t,r)=>{var n=r(8698).default,o=r(6115);e.exports=function(e,t){if(t&&("object"===n(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return o(e)},e.exports.__esModule=!0,e.exports.default=e.exports},7061:(e,t,r)=>{var n=r(8698).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,a=r.hasOwnProperty,u=Object.defineProperty||function(e,t,r){e[t]=r.value},i="function"==typeof Symbol?Symbol:{},s=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function f(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{f({},"")}catch(e){f=function(e,t,r){return e[t]=r}}function d(e,t,r,n){var o=t&&t.prototype instanceof h?t:h,a=Object.create(o.prototype),i=new R(n||[]);return u(a,"_invoke",{value:T(e,r,i)}),a}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var y={};function h(){}function m(){}function v(){}var g={};f(g,s,(function(){return this}));var b=Object.getPrototypeOf,P=b&&b(b(x([])));P&&P!==r&&a.call(P,s)&&(g=P);var E=v.prototype=h.prototype=Object.create(g);function N(e){["next","throw","return"].forEach((function(t){f(e,t,(function(e){return this._invoke(t,e)}))}))}function O(e,t){function r(o,u,i,s){var c=p(e[o],e,u);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==n(f)&&a.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,i,s)}),(function(e){r("throw",e,i,s)})):t.resolve(f).then((function(e){l.value=e,i(l)}),(function(e){return r("throw",e,i,s)}))}s(c.arg)}var o;u(this,"_invoke",{value:function(e,n){function a(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(a,a):a()}})}function T(e,t,r){var n="suspendedStart";return function(o,a){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw a;return A()}for(r.method=o,r.arg=a;;){var u=r.delegate;if(u){var i=w(u,r);if(i){if(i===y)continue;return i}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=p(e,t,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===y)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function w(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,w(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),y;var o=p(n,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,y;var a=o.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,y):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,y)}function k(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function _(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function R(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function x(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r=0;--n){var o=this.tryEntries[n],u=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var i=a.call(o,"catchLoc"),s=a.call(o,"finallyLoc");if(i&&s){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&a.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),_(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;_(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:x(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),y}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},6015:e=>{function t(r,n){return e.exports=t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r,n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},7424:(e,t,r)=>{var n=r(5372),o=r(8872),a=r(6116),u=r(2218);e.exports=function(e,t){return n(e)||o(e,t)||a(e,t)||u()},e.exports.__esModule=!0,e.exports.default=e.exports},1753:(e,t,r)=>{var n=r(3808);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=n(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports},5036:(e,t,r)=>{var n=r(8698).default;e.exports=function(e,t){if("object"!==n(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!==n(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},4062:(e,t,r)=>{var n=r(8698).default,o=r(5036);e.exports=function(e){var t=o(e,"string");return"symbol"===n(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},8698:e=>{function t(r){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},6116:(e,t,r)=>{var n=r(3897);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},3496:(e,t,r)=>{var n=r(3808),o=r(6015),a=r(6035),u=r(3515);function i(t){var r="function"==typeof Map?new Map:void 0;return e.exports=i=function(e){if(null===e||!a(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,t)}function t(){return u(e,arguments,n(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),o(t,e)},e.exports.__esModule=!0,e.exports.default=e.exports,i(t)}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},4687:(e,t,r)=>{var n=r(7061)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},7218:(e,t,r)=>{"use strict";function n(e,t){return function(){return e.apply(t,arguments)}}const{toString:o}=Object.prototype,{getPrototypeOf:a}=Object,u=(i=Object.create(null),e=>{const t=o.call(e);return i[t]||(i[t]=t.slice(8,-1).toLowerCase())});var i;const s=e=>(e=e.toLowerCase(),t=>u(t)===e),c=e=>t=>typeof t===e,{isArray:l}=Array,f=c("undefined");const d=s("ArrayBuffer");const p=c("string"),y=c("function"),h=c("number"),m=e=>null!==e&&"object"==typeof e,v=e=>{if("object"!==u(e))return!1;const t=a(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},g=s("Date"),b=s("File"),P=s("Blob"),E=s("FileList"),N=s("URLSearchParams");function O(e,t,{allOwnKeys:r=!1}={}){if(null==e)return;let n,o;if("object"!=typeof e&&(e=[e]),l(e))for(n=0,o=e.length;n0;)if(n=r[o],t===n.toLowerCase())return n;return null}const w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:r.g,k=e=>!f(e)&&e!==w;const _=(R="undefined"!=typeof Uint8Array&&a(Uint8Array),e=>R&&e instanceof R);var R;const x=s("HTMLFormElement"),A=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),L=s("RegExp"),M=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};O(r,((r,o)=>{!1!==t(r,o,e)&&(n[o]=r)})),Object.defineProperties(e,n)},S="abcdefghijklmnopqrstuvwxyz",j="0123456789",I={DIGIT:j,ALPHA:S,ALPHA_DIGIT:S+S.toUpperCase()+j};const D=s("AsyncFunction");var U={isArray:l,isArrayBuffer:d,isBuffer:function(e){return null!==e&&!f(e)&&null!==e.constructor&&!f(e.constructor)&&y(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||y(e.append)&&("formdata"===(t=u(e))||"object"===t&&y(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&d(e.buffer),t},isString:p,isNumber:h,isBoolean:e=>!0===e||!1===e,isObject:m,isPlainObject:v,isUndefined:f,isDate:g,isFile:b,isBlob:P,isRegExp:L,isFunction:y,isStream:e=>m(e)&&y(e.pipe),isURLSearchParams:N,isTypedArray:_,isFileList:E,forEach:O,merge:function e(){const{caseless:t}=k(this)&&this||{},r={},n=(n,o)=>{const a=t&&T(r,o)||o;v(r[a])&&v(n)?r[a]=e(r[a],n):v(n)?r[a]=e({},n):l(n)?r[a]=n.slice():r[a]=n};for(let e=0,t=arguments.length;e(O(t,((t,o)=>{r&&y(t)?e[o]=n(t,r):e[o]=t}),{allOwnKeys:o}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:(e,t,r,n)=>{let o,u,i;const s={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),u=o.length;u-- >0;)i=o[u],n&&!n(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==r&&a(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:u,kindOfTest:s,endsWith:(e,t,r)=>{e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return-1!==n&&n===r},toArray:e=>{if(!e)return null;if(l(e))return e;let t=e.length;if(!h(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},forEachEntry:(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=r.next())&&!n.done;){const r=n.value;t.call(e,r[0],r[1])}},matchAll:(e,t)=>{let r;const n=[];for(;null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:x,hasOwnProperty:A,hasOwnProp:A,reduceDescriptors:M,freezeMethods:e=>{M(e,((t,r)=>{if(y(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;const n=e[r];y(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:(e,t)=>{const r={},n=e=>{e.forEach((e=>{r[e]=!0}))};return l(e)?n(e):n(String(e).split(t)),r},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:T,global:w,isContextDefined:k,ALPHABET:I,generateString:(e=16,t=I.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r},isSpecCompliantForm:function(e){return!!(e&&y(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),r=(e,n)=>{if(m(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[n]=e;const o=l(e)?[]:{};return O(e,((e,t)=>{const a=r(e,n+1);!f(a)&&(o[t]=a)})),t[n]=void 0,o}}return e};return r(e,0)},isAsyncFn:D,isThenable:e=>e&&(m(e)||y(e))&&y(e.then)&&y(e.catch)};function C(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o)}U.inherits(C,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:U.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const B=C.prototype,F={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{F[e]={value:e}})),Object.defineProperties(C,F),Object.defineProperty(B,"isAxiosError",{value:!0}),C.from=(e,t,r,n,o,a)=>{const u=Object.create(B);return U.toFlatObject(e,u,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),C.call(u,e.message,t,r,n,o),u.cause=e,u.name=e.name,a&&Object.assign(u,a),u};function H(e){return U.isPlainObject(e)||U.isArray(e)}function V(e){return U.endsWith(e,"[]")?e.slice(0,-2):e}function K(e,t,r){return e?e.concat(t).map((function(e,t){return e=V(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}const q=U.toFlatObject(U,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Y(e,t,r){if(!U.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const n=(r=U.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!U.isUndefined(t[e])}))).metaTokens,o=r.visitor||c,a=r.dots,u=r.indexes,i=(r.Blob||"undefined"!=typeof Blob&&Blob)&&U.isSpecCompliantForm(t);if(!U.isFunction(o))throw new TypeError("visitor must be a function");function s(e){if(null===e)return"";if(U.isDate(e))return e.toISOString();if(!i&&U.isBlob(e))throw new C("Blob is not supported. Use a Buffer instead.");return U.isArrayBuffer(e)||U.isTypedArray(e)?i&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,r,o){let i=e;if(e&&!o&&"object"==typeof e)if(U.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=JSON.stringify(e);else if(U.isArray(e)&&function(e){return U.isArray(e)&&!e.some(H)}(e)||(U.isFileList(e)||U.endsWith(r,"[]"))&&(i=U.toArray(e)))return r=V(r),i.forEach((function(e,n){!U.isUndefined(e)&&null!==e&&t.append(!0===u?K([r],n,a):null===u?r:r+"[]",s(e))})),!1;return!!H(e)||(t.append(K(o,r,a),s(e)),!1)}const l=[],f=Object.assign(q,{defaultVisitor:c,convertValue:s,isVisitable:H});if(!U.isObject(e))throw new TypeError("data must be an object");return function e(r,n){if(!U.isUndefined(r)){if(-1!==l.indexOf(r))throw Error("Circular reference detected in "+n.join("."));l.push(r),U.forEach(r,(function(r,a){!0===(!(U.isUndefined(r)||null===r)&&o.call(t,r,U.isString(a)?a.trim():a,n,f))&&e(r,n?n.concat(a):[a])})),l.pop()}}(e),t}function J(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function G(e,t){this._pairs=[],e&&Y(e,this,t)}const W=G.prototype;function z(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Q(e,t,r){if(!t)return e;const n=r&&r.encode||z,o=r&&r.serialize;let a;if(a=o?o(t,r):U.isURLSearchParams(t)?t.toString():new G(t,r).toString(n),a){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}W.append=function(e,t){this._pairs.push([e,t])},W.toString=function(e){const t=e?function(t){return e.call(this,t,J)}:J;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var $=class{constructor(){this.handlers=[]}use(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){U.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},X={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1};var Z={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:G,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:(()=>{let e;return("undefined"==typeof navigator||"ReactNative"!==(e=navigator.product)&&"NativeScript"!==e&&"NS"!==e)&&("undefined"!=typeof window&&"undefined"!=typeof document)})(),isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]};function ee(e){function t(e,r,n,o){let a=e[o++];const u=Number.isFinite(+a),i=o>=e.length;if(a=!a&&U.isArray(n)?n.length:a,i)return U.hasOwnProp(n,a)?n[a]=[n[a],r]:n[a]=r,!u;n[a]&&U.isObject(n[a])||(n[a]=[]);return t(e,r,n[a],o)&&U.isArray(n[a])&&(n[a]=function(e){const t={},r=Object.keys(e);let n;const o=r.length;let a;for(n=0;n{t(function(e){return U.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),n,r,0)})),r}return null}const te={"Content-Type":void 0};const re={transitional:X,adapter:["xhr","http"],transformRequest:[function(e,t){const r=t.getContentType()||"",n=r.indexOf("application/json")>-1,o=U.isObject(e);o&&U.isHTMLForm(e)&&(e=new FormData(e));if(U.isFormData(e))return n&&n?JSON.stringify(ee(e)):e;if(U.isArrayBuffer(e)||U.isBuffer(e)||U.isStream(e)||U.isFile(e)||U.isBlob(e))return e;if(U.isArrayBufferView(e))return e.buffer;if(U.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Y(e,new Z.classes.URLSearchParams,Object.assign({visitor:function(e,t,r,n){return Z.isNode&&U.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((a=U.isFileList(e))||r.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Y(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||n?(t.setContentType("application/json",!1),function(e,t,r){if(U.isString(e))try{return(t||JSON.parse)(e),U.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||re.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(e&&U.isString(e)&&(r&&!this.responseType||n)){const r=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(r){if("SyntaxError"===e.name)throw C.from(e,C.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Z.classes.FormData,Blob:Z.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};U.forEach(["delete","get","head"],(function(e){re.headers[e]={}})),U.forEach(["post","put","patch"],(function(e){re.headers[e]=U.merge(te)}));var ne=re;const oe=U.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const ae=Symbol("internals");function ue(e){return e&&String(e).trim().toLowerCase()}function ie(e){return!1===e||null==e?e:U.isArray(e)?e.map(ie):String(e)}function se(e,t,r,n,o){return U.isFunction(n)?n.call(this,t,r):(o&&(t=r),U.isString(t)?U.isString(n)?-1!==t.indexOf(n):U.isRegExp(n)?n.test(t):void 0:void 0)}class ce{constructor(e){e&&this.set(e)}set(e,t,r){const n=this;function o(e,t,r){const o=ue(t);if(!o)throw new Error("header name must be a non-empty string");const a=U.findKey(n,o);(!a||void 0===n[a]||!0===r||void 0===r&&!1!==n[a])&&(n[a||t]=ie(e))}const a=(e,t)=>U.forEach(e,((e,r)=>o(e,r,t)));return U.isPlainObject(e)||e instanceof this.constructor?a(e,t):U.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?a((e=>{const t={};let r,n,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),r=e.substring(0,o).trim().toLowerCase(),n=e.substring(o+1).trim(),!r||t[r]&&oe[r]||("set-cookie"===r?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)})),t})(e),t):null!=e&&o(t,e,r),this}get(e,t){if(e=ue(e)){const r=U.findKey(this,e);if(r){const e=this[r];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}(e);if(U.isFunction(t))return t.call(this,e,r);if(U.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=ue(e)){const r=U.findKey(this,e);return!(!r||void 0===this[r]||t&&!se(0,this[r],r,t))}return!1}delete(e,t){const r=this;let n=!1;function o(e){if(e=ue(e)){const o=U.findKey(r,e);!o||t&&!se(0,r[o],o,t)||(delete r[o],n=!0)}}return U.isArray(e)?e.forEach(o):o(e),n}clear(e){const t=Object.keys(this);let r=t.length,n=!1;for(;r--;){const o=t[r];e&&!se(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}normalize(e){const t=this,r={};return U.forEach(this,((n,o)=>{const a=U.findKey(r,o);if(a)return t[a]=ie(n),void delete t[o];const u=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,r)=>t.toUpperCase()+r))}(o):String(o).trim();u!==o&&delete t[o],t[u]=ie(n),r[u]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return U.forEach(this,((r,n)=>{null!=r&&!1!==r&&(t[n]=e&&U.isArray(r)?r.join(", "):r)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const r=new this(e);return t.forEach((e=>r.set(e))),r}static accessor(e){const t=(this[ae]=this[ae]={accessors:{}}).accessors,r=this.prototype;function n(e){const n=ue(e);t[n]||(!function(e,t){const r=U.toCamelCase(" "+t);["get","set","has"].forEach((n=>{Object.defineProperty(e,n+r,{value:function(e,r,o){return this[n].call(this,t,e,r,o)},configurable:!0})}))}(r,e),t[n]=!0)}return U.isArray(e)?e.forEach(n):n(e),this}}ce.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),U.freezeMethods(ce.prototype),U.freezeMethods(ce);var le=ce;function fe(e,t){const r=this||ne,n=t||r,o=le.from(n.headers);let a=n.data;return U.forEach(e,(function(e){a=e.call(r,a,o.normalize(),t?t.status:void 0)})),o.normalize(),a}function de(e){return!(!e||!e.__CANCEL__)}function pe(e,t,r){C.call(this,null==e?"canceled":e,C.ERR_CANCELED,t,r),this.name="CanceledError"}U.inherits(pe,C,{__CANCEL__:!0});var ye=Z.isStandardBrowserEnv?{write:function(e,t,r,n,o,a){const u=[];u.push(e+"="+encodeURIComponent(t)),U.isNumber(r)&&u.push("expires="+new Date(r).toGMTString()),U.isString(n)&&u.push("path="+n),U.isString(o)&&u.push("domain="+o),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function he(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}var me=Z.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let r;function n(r){let n=r;return e&&(t.setAttribute("href",n),n=t.href),t.setAttribute("href",n),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return r=n(window.location.href),function(e){const t=U.isString(e)?n(e):e;return t.protocol===r.protocol&&t.host===r.host}}():function(){return!0};function ve(e,t){let r=0;const n=function(e,t){e=e||10;const r=new Array(e),n=new Array(e);let o,a=0,u=0;return t=void 0!==t?t:1e3,function(i){const s=Date.now(),c=n[u];o||(o=s),r[a]=i,n[a]=s;let l=u,f=0;for(;l!==a;)f+=r[l++],l%=e;if(a=(a+1)%e,a===u&&(u=(u+1)%e),s-o{const a=o.loaded,u=o.lengthComputable?o.total:void 0,i=a-r,s=n(i);r=a;const c={loaded:a,total:u,progress:u?a/u:void 0,bytes:i,rate:s||void 0,estimated:s&&u&&a<=u?(u-a)/s:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}const ge={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,r){let n=e.data;const o=le.from(e.headers).normalize(),a=e.responseType;let u;function i(){e.cancelToken&&e.cancelToken.unsubscribe(u),e.signal&&e.signal.removeEventListener("abort",u)}U.isFormData(n)&&(Z.isStandardBrowserEnv||Z.isStandardBrowserWebWorkerEnv?o.setContentType(!1):o.setContentType("multipart/form-data;",!1));let s=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",r=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(t+":"+r))}const c=he(e.baseURL,e.url);function l(){if(!s)return;const n=le.from("getAllResponseHeaders"in s&&s.getAllResponseHeaders());!function(e,t,r){const n=r.config.validateStatus;r.status&&n&&!n(r.status)?t(new C("Request failed with status code "+r.status,[C.ERR_BAD_REQUEST,C.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}((function(e){t(e),i()}),(function(e){r(e),i()}),{data:a&&"text"!==a&&"json"!==a?s.response:s.responseText,status:s.status,statusText:s.statusText,headers:n,config:e,request:s}),s=null}if(s.open(e.method.toUpperCase(),Q(c,e.params,e.paramsSerializer),!0),s.timeout=e.timeout,"onloadend"in s?s.onloadend=l:s.onreadystatechange=function(){s&&4===s.readyState&&(0!==s.status||s.responseURL&&0===s.responseURL.indexOf("file:"))&&setTimeout(l)},s.onabort=function(){s&&(r(new C("Request aborted",C.ECONNABORTED,e,s)),s=null)},s.onerror=function(){r(new C("Network Error",C.ERR_NETWORK,e,s)),s=null},s.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const n=e.transitional||X;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(new C(t,n.clarifyTimeoutError?C.ETIMEDOUT:C.ECONNABORTED,e,s)),s=null},Z.isStandardBrowserEnv){const t=(e.withCredentials||me(c))&&e.xsrfCookieName&&ye.read(e.xsrfCookieName);t&&o.set(e.xsrfHeaderName,t)}void 0===n&&o.setContentType(null),"setRequestHeader"in s&&U.forEach(o.toJSON(),(function(e,t){s.setRequestHeader(t,e)})),U.isUndefined(e.withCredentials)||(s.withCredentials=!!e.withCredentials),a&&"json"!==a&&(s.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&s.addEventListener("progress",ve(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&s.upload&&s.upload.addEventListener("progress",ve(e.onUploadProgress)),(e.cancelToken||e.signal)&&(u=t=>{s&&(r(!t||t.type?new pe(null,e,s):t),s.abort(),s=null)},e.cancelToken&&e.cancelToken.subscribe(u),e.signal&&(e.signal.aborted?u():e.signal.addEventListener("abort",u)));const f=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(c);f&&-1===Z.protocols.indexOf(f)?r(new C("Unsupported protocol "+f+":",C.ERR_BAD_REQUEST,e)):s.send(n||null)}))}};U.forEach(ge,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));var be=e=>{e=U.isArray(e)?e:[e];const{length:t}=e;let r,n;for(let o=0;oe instanceof le?e.toJSON():e;function Oe(e,t){t=t||{};const r={};function n(e,t,r){return U.isPlainObject(e)&&U.isPlainObject(t)?U.merge.call({caseless:r},e,t):U.isPlainObject(t)?U.merge({},t):U.isArray(t)?t.slice():t}function o(e,t,r){return U.isUndefined(t)?U.isUndefined(e)?void 0:n(void 0,e,r):n(e,t,r)}function a(e,t){if(!U.isUndefined(t))return n(void 0,t)}function u(e,t){return U.isUndefined(t)?U.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function i(r,o,a){return a in t?n(r,o):a in e?n(void 0,r):void 0}const s={url:a,method:a,data:a,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:i,headers:(e,t)=>o(Ne(e),Ne(t),!0)};return U.forEach(Object.keys(Object.assign({},e,t)),(function(n){const a=s[n]||o,u=a(e[n],t[n],n);U.isUndefined(u)&&a!==i||(r[n]=u)})),r}const Te="1.4.0",we={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{we[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));const ke={};we.transitional=function(e,t,r){function n(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(r?". "+r:"")}return(r,o,a)=>{if(!1===e)throw new C(n(o," has been removed"+(t?" in "+t:"")),C.ERR_DEPRECATED);return t&&!ke[o]&&(ke[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,a)}};var _e={assertOptions:function(e,t,r){if("object"!=typeof e)throw new C("options must be an object",C.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let o=n.length;for(;o-- >0;){const a=n[o],u=t[a];if(u){const t=e[a],r=void 0===t||u(t,a,e);if(!0!==r)throw new C("option "+a+" must be "+r,C.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new C("Unknown option "+a,C.ERR_BAD_OPTION)}},validators:we};const Re=_e.validators;class xe{constructor(e){this.defaults=e,this.interceptors={request:new $,response:new $}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Oe(this.defaults,t);const{transitional:r,paramsSerializer:n,headers:o}=t;let a;void 0!==r&&_e.assertOptions(r,{silentJSONParsing:Re.transitional(Re.boolean),forcedJSONParsing:Re.transitional(Re.boolean),clarifyTimeoutError:Re.transitional(Re.boolean)},!1),null!=n&&(U.isFunction(n)?t.paramsSerializer={serialize:n}:_e.assertOptions(n,{encode:Re.function,serialize:Re.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),a=o&&U.merge(o.common,o[t.method]),a&&U.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=le.concat(a,o);const u=[];let i=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,u.unshift(e.fulfilled,e.rejected))}));const s=[];let c;this.interceptors.response.forEach((function(e){s.push(e.fulfilled,e.rejected)}));let l,f=0;if(!i){const e=[Ee.bind(this),void 0];for(e.unshift.apply(e,u),e.push.apply(e,s),l=e.length,c=Promise.resolve(t);f{if(!r._listeners)return;let t=r._listeners.length;for(;t-- >0;)r._listeners[t](e);r._listeners=null})),this.promise.then=e=>{let t;const n=new Promise((e=>{r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e((function(e,n,o){r.reason||(r.reason=new pe(e,n,o),t(r.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Le((function(t){e=t})),cancel:e}}}var Me=Le;const Se={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Se).forEach((([e,t])=>{Se[t]=e}));var je=Se;const Ie=function e(t){const r=new Ae(t),o=n(Ae.prototype.request,r);return U.extend(o,Ae.prototype,r,{allOwnKeys:!0}),U.extend(o,r,null,{allOwnKeys:!0}),o.create=function(r){return e(Oe(t,r))},o}(ne);Ie.Axios=Ae,Ie.CanceledError=pe,Ie.CancelToken=Me,Ie.isCancel=de,Ie.VERSION=Te,Ie.toFormData=Y,Ie.AxiosError=C,Ie.Cancel=Ie.CanceledError,Ie.all=function(e){return Promise.all(e)},Ie.spread=function(e){return function(t){return e.apply(null,t)}},Ie.isAxiosError=function(e){return U.isObject(e)&&!0===e.isAxiosError},Ie.mergeConfig=Oe,Ie.AxiosHeaders=le,Ie.formToJSON=e=>ee(U.isHTMLForm(e)?new FormData(e):e),Ie.HttpStatusCode=je,Ie.default=Ie,e.exports=Ie},4147:e=>{"use strict";e.exports=JSON.parse('{"name":"netlicensing-client","version":"1.2.33","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}')}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();var n={};return(()=>{"use strict";var e=n,t=r(4836);Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BaseEntity",{enumerable:!0,get:function(){return N.default}}),Object.defineProperty(e,"Bundle",{enumerable:!0,get:function(){return j.default}}),Object.defineProperty(e,"BundleObtainParameters",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"BundleService",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"CastsUtils",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"CheckUtils",{enumerable:!0,get:function(){return W.default}}),Object.defineProperty(e,"Constants",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"Context",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(e,"Country",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"FilterUtils",{enumerable:!0,get:function(){return z.default}}),Object.defineProperty(e,"License",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"LicenseService",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"LicenseTemplate",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"LicenseTemplateService",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"LicenseTransactionJoin",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"Licensee",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"LicenseeService",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"NlicError",{enumerable:!0,get:function(){return Q.default}}),Object.defineProperty(e,"Notification",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"NotificationService",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"Page",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"PaymentMethod",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"PaymentMethodService",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"Product",{enumerable:!0,get:function(){return R.default}}),Object.defineProperty(e,"ProductDiscount",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"ProductModule",{enumerable:!0,get:function(){return A.default}}),Object.defineProperty(e,"ProductModuleService",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"ProductService",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"Service",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"Token",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"TokenService",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"Transaction",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"TransactionService",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"UtilityService",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"ValidationParameters",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"ValidationResults",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"itemToBundle",{enumerable:!0,get:function(){return J.default}}),Object.defineProperty(e,"itemToCountry",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"itemToLicense",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"itemToLicenseTemplate",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"itemToLicensee",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"itemToObject",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"itemToPaymentMethod",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"itemToProduct",{enumerable:!0,get:function(){return V.default}}),Object.defineProperty(e,"itemToProductModule",{enumerable:!0,get:function(){return K.default}}),Object.defineProperty(e,"itemToToken",{enumerable:!0,get:function(){return q.default}}),Object.defineProperty(e,"itemToTransaction",{enumerable:!0,get:function(){return Y.default}});var o=t(r(1480)),a=t(r(4693)),u=t(r(9407)),i=t(r(4856)),s=t(r(3735)),c=t(r(4658)),l=t(r(393)),f=t(r(5498)),d=t(r(6486)),p=t(r(1580)),y=t(r(5225)),h=t(r(7443)),m=t(r(5042)),v=t(r(731)),g=t(r(5919)),b=t(r(7635)),P=t(r(1462)),E=t(r(3212)),N=t(r(389)),O=t(r(187)),T=t(r(9763)),w=t(r(2948)),k=t(r(767)),_=t(r(5088)),R=t(r(7143)),x=t(r(3144)),A=t(r(3886)),L=t(r(8132)),M=t(r(39)),S=t(r(3089)),j=t(r(2044)),I=t(r(5433)),D=t(r(3213)),U=t(r(3887)),C=t(r(6463)),B=t(r(3255)),F=t(r(7106)),H=t(r(797)),V=t(r(1255)),K=t(r(2514)),q=t(r(4073)),Y=t(r(1198)),J=t(r(9892)),G=t(r(553)),W=t(r(5661)),z=t(r(3093)),Q=t(r(2986))})(),n})())); \ No newline at end of file +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NetLicensing",[],t):"object"==typeof exports?exports.NetLicensing=t():e.NetLicensing=t()}(this,(()=>(()=>{var e={1480:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={BASIC_AUTHENTICATION:"BASIC_AUTH",APIKEY_IDENTIFICATION:"APIKEY",ANONYMOUS_IDENTIFICATION:"ANONYMOUS",ACTIVE:"active",NUMBER:"number",NAME:"name",VERSION:"version",DELETED:"deleted",CASCADE:"forceCascade",PRICE:"price",DISCOUNT:"discount",CURRENCY:"currency",IN_USE:"inUse",FILTER:"filter",BASE_URL:"baseUrl",USERNAME:"username",PASSWORD:"password",SECURITY_MODE:"securityMode",LicensingModel:{VALID:"valid",TryAndBuy:{NAME:"TryAndBuy"},Rental:{NAME:"Rental",RED_THRESHOLD:"redThreshold",YELLOW_THRESHOLD:"yellowThreshold"},Subscription:{NAME:"Subscription"},Floating:{NAME:"Floating"},MultiFeature:{NAME:"MultiFeature"},PayPerUse:{NAME:"PayPerUse"},PricingTable:{NAME:"PricingTable"},Quota:{NAME:"Quota"},NodeLocked:{NAME:"NodeLocked"}},Vendor:{VENDOR_NUMBER:"vendorNumber",VENDOR_TYPE:"Vendor"},Product:{ENDPOINT_PATH:"product",PRODUCT_NUMBER:"productNumber",LICENSEE_AUTO_CREATE:"licenseeAutoCreate",DESCRIPTION:"description",LICENSING_INFO:"licensingInfo",DISCOUNTS:"discounts",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode",PROP_VAT_MODE:"vatMode",Discount:{TOTAL_PRICE:"totalPrice",AMOUNT_FIX:"amountFix",AMOUNT_PERCENT:"amountPercent"},LicenseeSecretMode:{DISABLED:"DISABLED",PREDEFINED:"PREDEFINED",CLIENT:"CLIENT"}},ProductModule:{ENDPOINT_PATH:"productmodule",PRODUCT_MODULE_NUMBER:"productModuleNumber",PRODUCT_MODULE_NAME:"productModuleName",LICENSING_MODEL:"licensingModel",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode"},LicenseTemplate:{ENDPOINT_PATH:"licensetemplate",LICENSE_TEMPLATE_NUMBER:"licenseTemplateNumber",LICENSE_TYPE:"licenseType",AUTOMATIC:"automatic",HIDDEN:"hidden",HIDE_LICENSES:"hideLicenses",PROP_LICENSEE_SECRET:"licenseeSecret",LicenseType:{FEATURE:"FEATURE",TIMEVOLUME:"TIMEVOLUME",FLOATING:"FLOATING",QUANTITY:"QUANTITY"}},Token:{ENDPOINT_PATH:"token",EXPIRATION_TIME:"expirationTime",TOKEN_TYPE:"tokenType",API_KEY:"apiKey",TOKEN_PROP_EMAIL:"email",TOKEN_PROP_VENDORNUMBER:"vendorNumber",TOKEN_PROP_SHOP_URL:"shopURL",Type:{DEFAULT:"DEFAULT",SHOP:"SHOP",APIKEY:"APIKEY"}},Transaction:{ENDPOINT_PATH:"transaction",TRANSACTION_NUMBER:"transactionNumber",GRAND_TOTAL:"grandTotal",STATUS:"status",SOURCE:"source",DATE_CREATED:"datecreated",DATE_CLOSED:"dateclosed",VAT:"vat",VAT_MODE:"vatMode",LICENSE_TRANSACTION_JOIN:"licenseTransactionJoin",SOURCE_SHOP_ONLY:"shopOnly",Status:{CANCELLED:"CANCELLED",CLOSED:"CLOSED",PENDING:"PENDING"}},Licensee:{ENDPOINT_PATH:"licensee",ENDPOINT_PATH_VALIDATE:"validate",ENDPOINT_PATH_TRANSFER:"transfer",LICENSEE_NUMBER:"licenseeNumber",SOURCE_LICENSEE_NUMBER:"sourceLicenseeNumber",PROP_LICENSEE_NAME:"licenseeName",PROP_LICENSEE_SECRET:"licenseeSecret",PROP_MARKED_FOR_TRANSFER:"markedForTransfer"},License:{ENDPOINT_PATH:"license",LICENSE_NUMBER:"licenseNumber",HIDDEN:"hidden",PROP_LICENSEE_SECRET:"licenseeSecret"},PaymentMethod:{ENDPOINT_PATH:"paymentmethod"},Utility:{ENDPOINT_PATH:"utility",ENDPOINT_PATH_LICENSE_TYPES:"licenseTypes",ENDPOINT_PATH_LICENSING_MODELS:"licensingModels",ENDPOINT_PATH_COUNTRIES:"countries",LICENSING_MODEL_PROPERTIES:"LicensingModelProperties",LICENSE_TYPE:"LicenseType"},APIKEY:{ROLE_APIKEY_LICENSEE:"ROLE_APIKEY_LICENSEE",ROLE_APIKEY_ANALYTICS:"ROLE_APIKEY_ANALYTICS",ROLE_APIKEY_OPERATION:"ROLE_APIKEY_OPERATION",ROLE_APIKEY_MAINTENANCE:"ROLE_APIKEY_MAINTENANCE",ROLE_APIKEY_ADMIN:"ROLE_APIKEY_ADMIN"},Validation:{FOR_OFFLINE_USE:"forOfflineUse"},WarningLevel:{GREEN:"GREEN",YELLOW:"YELLOW",RED:"RED"},Bundle:{ENDPOINT_PATH:"bundle",ENDPOINT_OBTAIN_PATH:"obtain"},Notification:{ENDPOINT_PATH:"notification",Protocol:{WEBHOOK:"WEBHOOK"},Event:{CREATE_LICENSEE:"CREATE_LICENSEE",CREATE_LICENSE:"CREATE_LICENSE"}}}},9892:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(2044));t.default=function(e){return new a.default((0,o.default)(e))}},3213:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(187));t.default=function(e){return new a.default((0,o.default)(e))}},3887:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(9763));t.default=function(e){return new a.default((0,o.default)(e))}},3255:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(767));t.default=function(e){return new a.default((0,o.default)(e))}},6463:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(2948));t.default=function(e){return new a.default((0,o.default)(e))}},6546:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(5433));t.default=function(e){return new a.default((0,o.default)(e))}},7106:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function e(t){var r={},n=t.property,o=t.list;return n&&Array.isArray(n)&&n.forEach((function(e){var t=e.name,n=e.value;t&&(r[t]=n)})),o&&Array.isArray(o)&&o.forEach((function(t){var n=t.name;n&&(r[n]=r[n]||[],r[n].push(e(t)))})),r}},797:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(5088));t.default=function(e){return new a.default((0,o.default)(e))}},1255:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(7143));t.default=function(e){var t=(0,o.default)(e),r=t.discount;delete t.discount;var n=new a.default(t);return n.setProductDiscounts(r),n}},2514:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(3886));t.default=function(e){return new a.default((0,o.default)(e))}},4073:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(8132));t.default=function(e){return new a.default((0,o.default)(e))}},1198:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7106)),a=n(r(39)),u=n(r(9763)),i=n(r(3089)),s=n(r(1480));t.default=function(e){var t=(0,o.default)(e),r=t.licenseTransactionJoin;delete t.licenseTransactionJoin;var n=new a.default(t);if(r){var c=[];r.forEach((function(e){var t=new i.default;t.setLicense(new u.default({number:e[s.default.License.LICENSE_NUMBER]})),t.setTransaction(new a.default({number:e[s.default.Transaction.TRANSACTION_NUMBER]})),c.push(t)})),n.setLicenseTransactionJoins(c)}return n}},389:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8416)),a=n(r(8698)),u=n(r(6690)),i=n(r(9728)),s=n(r(5661)),c=n(r(553));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicenseTemplateNumbers",value:function(e){var t=Array.isArray(e)?e.join(","):e;return this.setProperty("licenseTemplateNumbers",t)}},{key:"getLicenseTemplateNumbers",value:function(e){var t=this.getProperty("licenseTemplateNumbers",e);return t?t.split(","):t}},{key:"addLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.push(e),this.setLicenseTemplateNumbers(t)}},{key:"removeLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.splice(t.indexOf(e),1),this.setLicenseTemplateNumbers(t)}}]),r}(c.default)},187:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{code:"string",name:"string",vatPercent:"int",isEu:"boolean"}})}return(0,a.default)(r,[{key:"setCode",value:function(e){return this.setProperty("code",e)}},{key:"getCode",value:function(e){return this.getProperty("code",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVatPercent",value:function(e){return this.setProperty("vatPercent",e)}},{key:"getVatPercent",value:function(e){return this.getProperty("vatPercent",e)}},{key:"setIsEu",value:function(e){return this.setProperty("isEu",e)}},{key:"getIsEu",value:function(e){return this.getProperty("isEu",e)}}]),r}(c.default)},9763:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",price:"float",hidden:"boolean",parentfeature:"string",timeVolume:"int",startDate:"date",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setParentfeature",value:function(e){return this.setProperty("parentfeature",e)}},{key:"getParentfeature",value:function(e){return this.getProperty("parentfeature",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setStartDate",value:function(e){return this.setProperty("startDate",e)}},{key:"getStartDate",value:function(e){return this.getProperty("startDate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}}]),r}(c.default)},767:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseType:"string",price:"double",currency:"string",automatic:"boolean",hidden:"boolean",hideLicenses:"boolean",gracePeriod:"boolean",timeVolume:"int",timeVolumePeriod:"string",maxSessions:"int",quantity:"int",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicenseType",value:function(e){return this.setProperty("licenseType",e)}},{key:"getLicenseType",value:function(e){return this.getProperty("licenseType",e)}},{key:"setPrice",value:function(e){return this.setProperty("price",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAutomatic",value:function(e){return this.setProperty("automatic",e)}},{key:"getAutomatic",value:function(e){return this.getProperty("automatic",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setHideLicenses",value:function(e){return this.setProperty("hideLicenses",e)}},{key:"getHideLicenses",value:function(e){return this.getProperty("hideLicenses",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setTimeVolumePeriod",value:function(e){return this.setProperty("timeVolumePeriod",e)}},{key:"getTimeVolumePeriod",value:function(e){return this.getProperty("timeVolumePeriod",e)}},{key:"setMaxSessions",value:function(e){return this.setProperty("maxSessions",e)}},{key:"getMaxSessions",value:function(e){return this.getProperty("maxSessions",e)}},{key:"setQuantity",value:function(e){return this.setProperty("quantity",e)}},{key:"getQuantity",value:function(e){return this.getProperty("quantity",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),r}(c.default)},3089:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728));t.default=function(){function e(t,r){(0,o.default)(this,e),this.transaction=t,this.license=r}return(0,a.default)(e,[{key:"setTransaction",value:function(e){return this.transaction=e,this}},{key:"getTransaction",value:function(e){return this.transaction||e}},{key:"setLicense",value:function(e){return this.license=e,this}},{key:"getLicense",value:function(e){return this.license||e}}]),e}()},2948:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseeSecret:"string",markedForTransfer:"boolean",inUse:"boolean"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProductNumber",value:function(e){return this.setProperty("productNumber",e)}},{key:"getProductNumber",value:function(e){return this.getProperty("productNumber",e)}},{key:"setLicenseeSecret",value:function(e){return this.setProperty("licenseeSecret",e)}},{key:"getLicenseeSecret",value:function(e){return this.getProperty("licenseeSecret",e)}},{key:"setMarkedForTransfer",value:function(e){return this.setProperty("markedForTransfer",e)}},{key:"getMarkedForTransfer",value:function(e){return this.getProperty("markedForTransfer",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),r}(c.default)},5433:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",protocol:"string",events:"string",payload:"string",endpoint:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProtocol",value:function(e){return this.setProperty("protocol",e)}},{key:"getProtocol",value:function(e){return this.getProperty("protocol",e)}},{key:"setEvents",value:function(e){return this.setProperty("events",e)}},{key:"getEvents",value:function(e){return this.getProperty("events",e)}},{key:"setPayload",value:function(e){return this.setProperty("payload",e)}},{key:"getPayload",value:function(e){return this.getProperty("payload",e)}},{key:"setEndpoint",value:function(e){return this.setProperty("endpoint",e)}},{key:"getEndpoint",value:function(e){return this.getProperty("endpoint",e)}}]),r}(c.default)},5088:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean","paypal.subject":"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setPaypalSubject",value:function(e){return this.setProperty("paypal.subject",e)}},{key:"getPaypalSubject",value:function(e){return this.getProperty("paypal.subject",e)}}]),r}(c.default)},7143:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(6115)),i=n(r(1588)),s=n(r(1655)),c=n(r(4993)),l=n(r(3808)),f=n(r(389)),d=n(r(3144));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,l.default)(e);if(t){var o=(0,l.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,c.default)(this,r)}}var y=new WeakMap,h=new WeakMap;t.default=function(e){(0,s.default)(r,e);var t=p(r);function r(e){var n;return(0,o.default)(this,r),n=t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",version:"string",description:"string",licensingInfo:"string",licenseeAutoCreate:"boolean",licenseeSecretMode:"string",inUse:"boolean"}}),y.set((0,u.default)(n),[]),h.set((0,u.default)(n),!1),n}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVersion",value:function(e){return this.setProperty("version",e)}},{key:"getVersion",value:function(e){return this.getProperty("version",e)}},{key:"setLicenseeAutoCreate",value:function(e){return this.setProperty("licenseeAutoCreate",e)}},{key:"getLicenseeAutoCreate",value:function(e){return this.getProperty("licenseeAutoCreate",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicensingInfo",value:function(e){return this.setProperty("licensingInfo",e)}},{key:"getLicensingInfo",value:function(e){return this.getProperty("licensingInfo",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"addDiscount",value:function(e){var t=y.get(this),r=e;return"string"==typeof r||r instanceof d.default||(r=new d.default(r)),t.push(r),y.set(this,t),h.set(this,!0),this}},{key:"setProductDiscounts",value:function(e){var t=this;return y.set(this,[]),h.set(this,!0),e?Array.isArray(e)?(e.forEach((function(e){t.addDiscount(e)})),this):(this.addDiscount(e),this):this}},{key:"getProductDiscounts",value:function(){return Object.assign([],y.get(this))}},{key:"asPropertiesMap",value:function(){var e=(0,i.default)((0,l.default)(r.prototype),"asPropertiesMap",this).call(this);return y.get(this).length&&(e.discount=y.get(this).map((function(e){return e.toString()}))),!e.discount&&h.get(this)&&(e.discount=""),e}}]),r}(f.default)},3144:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{totalPrice:"float",currency:"string",amountFix:"float",amountPercent:"int"}})}return(0,a.default)(r,[{key:"setTotalPrice",value:function(e){return this.setProperty("totalPrice",e)}},{key:"getTotalPrice",value:function(e){return this.getProperty("totalPrice",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAmountFix",value:function(e){return this.setProperty("amountFix",e).removeProperty("amountPercent")}},{key:"getAmountFix",value:function(e){return this.getProperty("amountFix",e)}},{key:"setAmountPercent",value:function(e){return this.setProperty("amountPercent",e).removeProperty("amountFix")}},{key:"getAmountPercent",value:function(e){return this.getProperty("amountPercent",e)}},{key:"toString",value:function(){var e=this.getTotalPrice(),t=this.getCurrency(),r=0;return this.getAmountFix(null)&&(r=this.getAmountFix()),this.getAmountPercent(null)&&(r="".concat(this.getAmountPercent(),"%")),"".concat(e,";").concat(t,";").concat(r)}}]),r}(c.default)},3886:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licensingModel:"string",maxCheckoutValidity:"int",yellowThreshold:"int",redThreshold:"int",licenseTemplate:"string",inUse:"boolean",licenseeSecretMode:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicensingModel",value:function(e){return this.setProperty("licensingModel",e)}},{key:"getLicensingModel",value:function(e){return this.getProperty("licensingModel",e)}},{key:"setMaxCheckoutValidity",value:function(e){return this.setProperty("maxCheckoutValidity",e)}},{key:"getMaxCheckoutValidity",value:function(e){return this.getProperty("maxCheckoutValidity",e)}},{key:"setYellowThreshold",value:function(e){return this.setProperty("yellowThreshold",e)}},{key:"getYellowThreshold",value:function(e){return this.getProperty("yellowThreshold",e)}},{key:"setRedThreshold",value:function(e){return this.setProperty("redThreshold",e)}},{key:"getRedThreshold",value:function(e){return this.getProperty("redThreshold",e)}},{key:"setLicenseTemplate",value:function(e){return this.setProperty("licenseTemplate",e)}},{key:"getLicenseTemplate",value:function(e){return this.getProperty("licenseTemplate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}}]),r}(c.default)},8132:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",active:"boolean",expirationTime:"date",vendorNumber:"string",tokenType:"string",licenseeNumber:"string",successURL:"string",successURLTitle:"string",cancelURL:"string",cancelURLTitle:"string",shopURL:"string"}})}return(0,a.default)(r,[{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setExpirationTime",value:function(e){return this.setProperty("expirationTime",e)}},{key:"getExpirationTime",value:function(e){return this.getProperty("expirationTime",e)}},{key:"setVendorNumber",value:function(e){return this.setProperty("vendorNumber",e)}},{key:"getVendorNumber",value:function(e){return this.getProperty("vendorNumber",e)}},{key:"setTokenType",value:function(e){return this.setProperty("tokenType",e)}},{key:"getTokenType",value:function(e){return this.getProperty("tokenType",e)}},{key:"setLicenseeNumber",value:function(e){return this.setProperty("licenseeNumber",e)}},{key:"getLicenseeNumber",value:function(e){return this.getProperty("licenseeNumber",e)}},{key:"setSuccessURL",value:function(e){return this.setProperty("successURL",e)}},{key:"getSuccessURL",value:function(e){return this.getProperty("successURL",e)}},{key:"setSuccessURLTitle",value:function(e){return this.setProperty("successURLTitle",e)}},{key:"getSuccessURLTitle",value:function(e){return this.getProperty("successURLTitle",e)}},{key:"setCancelURL",value:function(e){return this.setProperty("cancelURL",e)}},{key:"getCancelURL",value:function(e){return this.getProperty("cancelURL",e)}},{key:"setCancelURLTitle",value:function(e){return this.setProperty("cancelURLTitle",e)}},{key:"getCancelURLTitle",value:function(e){return this.getProperty("cancelURLTitle",e)}},{key:"getShopURL",value:function(e){return this.getProperty("shopURL",e)}},{key:"setRole",value:function(e){return this.setApiKeyRole(e)}},{key:"getRole",value:function(e){return this.getApiKeyRole(e)}},{key:"setApiKeyRole",value:function(e){return this.setProperty("apiKeyRole",e)}},{key:"getApiKeyRole",value:function(e){return this.getProperty("apiKeyRole",e)}}]),r}(c.default)},39:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(389)),l=n(r(3089)),f=n(r(9763));function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=d(r);function r(e){return(0,o.default)(this,r),t.call(this,{properties:e,casts:{number:"string",name:"string",status:"string",source:"string",grandTotal:"float",discount:"float",currency:"string",dateCreated:"date",dateClosed:"date",active:"boolean",paymentMethod:"string"}})}return(0,a.default)(r,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setStatus",value:function(e){return this.setProperty("status",e)}},{key:"getStatus",value:function(e){return this.getProperty("status",e)}},{key:"setSource",value:function(e){return this.setProperty("source",e)}},{key:"getSource",value:function(e){return this.getProperty("source",e)}},{key:"setGrandTotal",value:function(e){return this.setProperty("grandTotal",e)}},{key:"getGrandTotal",value:function(e){return this.getProperty("grandTotal",e)}},{key:"setDiscount",value:function(e){return this.setProperty("discount",e)}},{key:"getDiscount",value:function(e){return this.getProperty("discount",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setDateCreated",value:function(e){return this.setProperty("dateCreated",e)}},{key:"getDateCreated",value:function(e){return this.getProperty("dateCreated",e)}},{key:"setDateClosed",value:function(e){return this.setProperty("dateClosed",e)}},{key:"getDateClosed",value:function(e){return this.getProperty("dateClosed",e)}},{key:"setPaymentMethod",value:function(e){return this.setProperty("paymentMethod",e)}},{key:"getPaymentMethod",value:function(e){return this.getProperty("paymentMethod",e)}},{key:"setActive",value:function(){return this.setProperty("active",!0)}},{key:"getLicenseTransactionJoins",value:function(e){return this.getProperty("licenseTransactionJoins",e)}},{key:"setLicenseTransactionJoins",value:function(e){return this.setProperty("licenseTransactionJoins",e)}},{key:"setListLicenseTransactionJoin",value:function(e){if(e){var t=this.getProperty("licenseTransactionJoins",[]),n=new l.default;e.forEach((function(e){"licenseNumber"===e.name&&n.setLicense(new f.default({number:e.value})),"transactionNumber"===e.name&&n.setTransaction(new r({number:e.value}))})),t.push(n),this.setProperty("licenseTransactionJoins",t)}}}]),r}(c.default)},2986:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728)),u=n(r(1655)),i=n(r(4993)),s=n(r(3808)),c=n(r(3496));function l(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return(0,i.default)(this,r)}}t.default=function(e){(0,u.default)(r,e);var t=l(r);function r(){var e;(0,o.default)(this,r);for(var n=arguments.length,a=new Array(n),u=0;u{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(8416)),u=n(r(7424)),i=n(r(7156)),s=n(r(393)),c=n(r(1480)),l=n(r(5661)),f=n(r(3093)),d=n(r(9892)),p=n(r(3887)),y=n(r(9407));t.default={create:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,i,l,f;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,c.default.Bundle.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,a=n.data.items.item,i=a.filter((function(e){return"Bundle"===e.type})),l=(0,u.default)(i,1),f=l[0],r.abrupt("return",(0,d.default)(f));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,i,f,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),r.next=3,s.default.get(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,a=n.data.items.item,i=a.filter((function(e){return"Bundle"===e.type})),f=(0,u.default)(i,1),p=f[0],r.abrupt("return",(0,d.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,i.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(l.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:f.default.encode(t);case 5:return r.next=7,s.default.get(e,c.default.Bundle.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,y.default)(u.items.item.filter((function(e){return"Bundle"===e.type})).map((function(e){return(0,d.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,i.default)(o.default.mark((function n(){var a,i,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,s.default.post(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return a=n.sent,i=a.data.items.item,f=i.filter((function(e){return"Bundle"===e.type})),p=(0,u.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){l.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(r)};return s.default.delete(e,"".concat(c.default.Bundle.ENDPOINT_PATH,"/").concat(t),n)},obtain:function(e,t,r){return(0,i.default)(o.default.mark((function n(){var u,i,f,d,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return l.default.paramNotEmpty(t,c.default.NUMBER),l.default.paramNotEmpty(r.getLicenseeNumber(),c.default.Licensee.LICENSEE_NUMBER),u=c.default.Bundle,i=u.ENDPOINT_PATH,f=u.ENDPOINT_OBTAIN_PATH,d=(0,a.default)({},c.default.Licensee.LICENSEE_NUMBER,r.getLicenseeNumber()),n.next=6,s.default.post(e,"".concat(i,"/").concat(t,"/").concat(f),d);case 6:return y=n.sent,h=y.data.items.item,n.abrupt("return",h.filter((function(e){return"License"===e.type})).map((function(e){return(0,p.default)(e)})));case 9:case"end":return n.stop()}}),n)})))()}}},6486:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(3887)),d=n(r(9407));t.default={create:function(e,t,r,n,l){return(0,u.default)(o.default.mark((function u(){var d,p,y,h,m;return o.default.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return i.default.paramNotEmpty(t,s.default.Licensee.LICENSEE_NUMBER),i.default.paramNotEmpty(r,s.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER),l.setProperty(s.default.Licensee.LICENSEE_NUMBER,t),l.setProperty(s.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER,r),n&&l.setProperty(s.default.Transaction.TRANSACTION_NUMBER,n),o.next=7,c.default.post(e,s.default.License.ENDPOINT_PATH,l.asPropertiesMap());case 7:return d=o.sent,p=d.data.items.item,y=p.filter((function(e){return"License"===e.type})),h=(0,a.default)(y,1),m=h[0],o.abrupt("return",(0,f.default)(m));case 11:case"end":return o.stop()}}),u)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"License"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.License.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"License"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r,n){return(0,u.default)(o.default.mark((function u(){var l,d,p,y,h;return o.default.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r&&n.setProperty(s.default.Transaction.TRANSACTION_NUMBER,r),o.next=4,c.default.post(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 4:return l=o.sent,d=l.data.items.item,p=d.filter((function(e){return"License"===e.type})),y=(0,a.default)(p,1),h=y[0],o.abrupt("return",(0,f.default)(h));case 8:case"end":return o.stop()}}),u)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.License.ENDPOINT_PATH,"/").concat(t),n)}}},1580:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(3255)),d=n(r(9407));t.default={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.ProductModule.PRODUCT_MODULE_NUMBER),r.setProperty(s.default.ProductModule.PRODUCT_MODULE_NUMBER,t),n.next=4,c.default.post(e,s.default.LicenseTemplate.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"LicenseTemplate"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"LicenseTemplate"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.LicenseTemplate.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"LicenseTemplate"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),u="".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n.next=4,c.default.post(e,u,r.asPropertiesMap());case 4:return l=n.sent,d=l.data.items.item,p=d.filter((function(e){return"LicenseTemplate"===e.type})),y=(0,a.default)(p,1),h=y[0],n.abrupt("return",(0,f.default)(h));case 8:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n)}}},5498:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(3093)),c=n(r(1480)),l=n(r(393)),f=n(r(3735)),d=n(r(6463)),p=n(r(9407)),y=n(r(7106));t.default={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,s,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.Product.PRODUCT_NUMBER),r.setProperty(c.default.Product.PRODUCT_NUMBER,t),n.next=4,l.default.post(e,c.default.Licensee.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,s=u.data.items.item,f=s.filter((function(e){return"Licensee"===e.type})),p=(0,a.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,s,f,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),r.next=3,l.default.get(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,s=u.filter((function(e){return"Licensee"===e.type})),f=(0,a.default)(s,1),p=f[0],r.abrupt("return",(0,d.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:s.default.encode(t);case 5:return r.next=7,l.default.get(e,c.default.Licensee.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,p.default)(u.items.item.filter((function(e){return"Licensee"===e.type})).map((function(e){return(0,d.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,s,f,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,s=u.data.items.item,f=s.filter((function(e){return"Licensee"===e.type})),p=(0,a.default)(f,1),y=p[0],n.abrupt("return",(0,d.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(r)};return l.default.delete(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t),n)},validate:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var a,u,s,d,p,h,m,v,g;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,c.default.NUMBER),a={},r.getProductNumber()&&(a.productNumber=r.getProductNumber()),Object.keys(r.getLicenseeProperties()).forEach((function(e){a[e]=r.getLicenseeProperty(e)})),r.isForOfflineUse()&&(a.forOfflineUse=!0),r.getDryRun()&&(a.dryRun=!0),u=0,s=r.getParameters(),d=Object.prototype.hasOwnProperty,Object.keys(s).forEach((function(e){if(a["".concat(c.default.ProductModule.PRODUCT_MODULE_NUMBER).concat(u)]=e,d.call(s,e)){var t=s[e];Object.keys(t).forEach((function(e){d.call(t,e)&&(a[e+u]=t[e])})),u+=1}})),n.next=12,l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(c.default.Licensee.ENDPOINT_PATH_VALIDATE),a);case 12:return p=n.sent,h=p.data,m=h.items.item,v=h.ttl,(g=new f.default).setTtl(v),m.filter((function(e){return"ProductModuleValidation"===e.type})).forEach((function(e){var t=(0,y.default)(e);g.setProductModuleValidation(t[c.default.ProductModule.PRODUCT_MODULE_NUMBER],t)})),n.abrupt("return",g);case 20:case"end":return n.stop()}}),n)})))()},transfer:function(e,t,r){i.default.paramNotEmpty(t,c.default.NUMBER),i.default.paramNotEmpty(r,c.default.Licensee.SOURCE_LICENSEE_NUMBER);var n={sourceLicenseeNumber:r};return l.default.post(e,"".concat(c.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(c.default.Licensee.ENDPOINT_PATH_TRANSFER),n)}}},3212:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(393)),s=n(r(1480)),c=n(r(5661)),l=n(r(3093)),f=n(r(6546)),d=n(r(9407));t.default={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,i.default.post(e,s.default.Notification.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Notification"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,i.default.get(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Notification"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,i.default.get(e,s.default.Notification.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Notification"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,i.default.post(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Notification"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t){return c.default.paramNotEmpty(t,s.default.NUMBER),i.default.delete(e,"".concat(s.default.Notification.ENDPOINT_PATH,"/").concat(t))}}},5225:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(5661)),c=n(r(393)),l=n(r(3093)),f=n(r(797)),d=n(r(9407));t.default={get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return s.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,c.default.get(e,"".concat(i.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"PaymentMethod"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(s.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,i.default.PaymentMethod.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"PaymentMethod"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y,h;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return s.default.paramNotEmpty(t,i.default.NUMBER),u="".concat(i.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t),n.next=4,c.default.post(e,u,r.asPropertiesMap());case 4:return l=n.sent,d=l.data.items.item,p=d.filter((function(e){return"PaymentMethod"===e.type})),y=(0,a.default)(p,1),h=y[0],n.abrupt("return",(0,f.default)(h));case 8:case"end":return n.stop()}}),n)})))()}}},7443:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(5661)),s=n(r(1480)),c=n(r(393)),l=n(r(3093)),f=n(r(2514)),d=n(r(9407));t.default={create:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.Product.PRODUCT_NUMBER),r.setProperty(s.default.Product.PRODUCT_NUMBER,t),n.next=4,c.default.post(e,s.default.ProductModule.ENDPOINT_PATH,r.asPropertiesMap());case 4:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"ProductModule"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,c.default.get(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"ProductModule"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(i.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,c.default.get(e,s.default.ProductModule.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"ProductModule"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return i.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,c.default.post(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"ProductModule"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){i.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return c.default.delete(e,"".concat(s.default.ProductModule.ENDPOINT_PATH,"/").concat(t),n)}}},5042:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(393)),s=n(r(1480)),c=n(r(5661)),l=n(r(3093)),f=n(r(1255)),d=n(r(9407));t.default={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,i.default.post(e,s.default.Product.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Product"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),r.next=3,i.default.get(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Product"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,i.default.get(e,s.default.Product.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Product"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,s.default.NUMBER),n.next=3,i.default.post(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Product"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,r){c.default.paramNotEmpty(t,s.default.NUMBER);var n={forceCascade:Boolean(r)};return i.default.delete(e,"".concat(s.default.Product.ENDPOINT_PATH,"/").concat(t),n)}}},393:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(7424)),u=n(r(6690)),i=n(r(9728)),s=n(r(7218)),c=n(r(706)),l=n(r(1480)),f=n(r(2986)),d=n(r(4147)),p={},y=null;t.default=function(){function e(){(0,u.default)(this,e)}return(0,i.default)(e,null,[{key:"getAxiosInstance",value:function(){return y||s.default}},{key:"setAxiosInstance",value:function(e){y=e}},{key:"getLastHttpRequestInfo",value:function(){return p}},{key:"get",value:function(t,r,n){return e.request(t,"get",r,n)}},{key:"post",value:function(t,r,n){return e.request(t,"post",r,n)}},{key:"delete",value:function(t,r,n){return e.request(t,"delete",r,n)}},{key:"request",value:function(t,r,n,o){var u=String(n),i=o||{};if(!u)throw new TypeError("Url template must be specified");if(["get","post","delete"].indexOf(r.toLowerCase())<0)throw new Error("Invalid request type:".concat(r,", allowed requests types: GET, POST, DELETE."));if(!t.getBaseUrl(null))throw new Error("Base url must be specified");var s={url:encodeURI("".concat(t.getBaseUrl(),"/").concat(u)),method:r.toLowerCase(),responseType:"json",headers:{Accept:"application/json","X-Requested-With":"XMLHttpRequest"},transformRequest:[function(t,r){return"application/x-www-form-urlencoded"===r["Content-Type"]?e.toQueryString(t):(r["NetLicensing-Origin"]||(r["NetLicensing-Origin"]="NetLicensing/Javascript ".concat(d.default.version)),t)}]};switch("undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(s.headers["User-agent"]="NetLicensing/Javascript ".concat(d.default.version,"/node&").concat(process.version)),["put","post","patch"].indexOf(s.method)>=0?("post"===s.method&&(s.headers["Content-Type"]="application/x-www-form-urlencoded"),s.data=i):s.params=i,t.getSecurityMode()){case l.default.BASIC_AUTHENTICATION:if(!t.getUsername())throw new Error('Missing parameter "username"');if(!t.getPassword())throw new Error('Missing parameter "password"');s.auth={username:t.getUsername(),password:t.getPassword()};break;case l.default.APIKEY_IDENTIFICATION:if(!t.getApiKey())throw new Error('Missing parameter "apiKey"');s.headers.Authorization="Basic ".concat((0,c.default)("apiKey:".concat(t.getApiKey())));break;case l.default.ANONYMOUS_IDENTIFICATION:break;default:throw new Error("Unknown security mode")}return e.getAxiosInstance()(s).then((function(t){t.infos=e.getInfo(t,[]);var r=t.infos.filter((function(e){return"ERROR"===e.type}));if(r.length){var n=new Error(r[0].value);throw n.config=t.config,n.request=t.request,n.response=t,n}return p=t,t})).catch((function(t){if(t.response){p=t.response;var r=new f.default(t);if(r.config=t.config,r.code=t.code,r.request=t.request,r.response=t.response,t.response.data){r.infos=e.getInfo(t.response,[]);var n=r.infos.filter((function(e){return"ERROR"===e.type})),o=(0,a.default)(n,1)[0],u=void 0===o?{}:o;r.message=u.value||"Unknown"}throw r}throw t}))}},{key:"getInfo",value:function(e,t){try{return e.data.infos.info||t}catch(e){return t}}},{key:"toQueryString",value:function(t,r){var n=[],a=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(u){if(a.call(t,u)){var i=r?"".concat(r,"[").concat(u,"]"):u,s=t[u];s=s instanceof Date?s.toISOString():s,n.push(null!==s&&"object"===(0,o.default)(s)?e.toQueryString(s,i):"".concat(encodeURIComponent(i),"=").concat(encodeURIComponent(s)))}})),n.join("&").replace(/%5B[0-9]+%5D=/g,"=")}}]),e}()},731:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(393)),c=n(r(5661)),l=n(r(3093)),f=n(r(4073)),d=n(r(9407));t.default={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,i.default.Token.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Token"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,s.default.get(e,"".concat(i.default.Token.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Token"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,s.default.get(e,i.default.Token.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Token"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},delete:function(e,t){return c.default.paramNotEmpty(t,i.default.NUMBER),s.default.delete(e,"".concat(i.default.Token.ENDPOINT_PATH,"/").concat(t))}}},5919:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7424)),u=n(r(7156)),i=n(r(1480)),s=n(r(393)),c=n(r(5661)),l=n(r(3093)),f=n(r(1198)),d=n(r(9407));t.default={create:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,c,l,d;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,s.default.post(e,i.default.Transaction.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=r.sent,u=n.data.items.item,c=u.filter((function(e){return"Transaction"===e.type})),l=(0,a.default)(c,1),d=l[0],r.abrupt("return",(0,f.default)(d));case 6:case"end":return r.stop()}}),r)})))()},get:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,u,l,d,p;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),r.next=3,s.default.get(e,"".concat(i.default.Transaction.ENDPOINT_PATH,"/").concat(t));case 3:return n=r.sent,u=n.data.items.item,l=u.filter((function(e){return"Transaction"===e.type})),d=(0,a.default)(l,1),p=d[0],r.abrupt("return",(0,f.default)(p));case 7:case"end":return r.stop()}}),r)})))()},list:function(e,t){return(0,u.default)(o.default.mark((function r(){var n,a,u;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(c.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[i.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return r.next=7,s.default.get(e,i.default.Transaction.ENDPOINT_PATH,n);case 7:return a=r.sent,u=a.data,r.abrupt("return",(0,d.default)(u.items.item.filter((function(e){return"Transaction"===e.type})).map((function(e){return(0,f.default)(e)})),u.items.pagenumber,u.items.itemsnumber,u.items.totalpages,u.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()},update:function(e,t,r){return(0,u.default)(o.default.mark((function n(){var u,l,d,p,y;return o.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,i.default.NUMBER),n.next=3,s.default.post(e,"".concat(i.default.Transaction.ENDPOINT_PATH,"/").concat(t),r.asPropertiesMap());case 3:return u=n.sent,l=u.data.items.item,d=l.filter((function(e){return"Transaction"===e.type})),p=(0,a.default)(d,1),y=p[0],n.abrupt("return",(0,f.default)(y));case 7:case"end":return n.stop()}}),n)})))()}}},7635:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(4687)),a=n(r(7156)),u=n(r(1480)),i=n(r(393)),s=n(r(5661)),c=n(r(3093)),l=n(r(7106)),f=n(r(9407)),d=n(r(3213));t.default={listLicenseTypes:function(e){return(0,a.default)(o.default.mark((function t(){var r,n;return o.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_LICENSE_TYPES));case 2:return r=t.sent,n=r.data,t.abrupt("return",(0,f.default)(n.items.item.filter((function(e){return"LicenseType"===e.type})).map((function(e){return(0,l.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listLicensingModels:function(e){return(0,a.default)(o.default.mark((function t(){var r,n;return o.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_LICENSING_MODELS));case 2:return r=t.sent,n=r.data,t.abrupt("return",(0,f.default)(n.items.item.filter((function(e){return"LicensingModelProperties"===e.type})).map((function(e){return(0,l.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listCountries:function(e,t){return(0,a.default)(o.default.mark((function r(){var n,a,l;return o.default.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(n={},!t){r.next=5;break}if(s.default.isValid(t)){r.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[u.default.FILTER]="string"==typeof t?t:c.default.encode(t);case 5:return r.next=7,i.default.get(e,"".concat(u.default.Utility.ENDPOINT_PATH,"/").concat(u.default.Utility.ENDPOINT_PATH_COUNTRIES),n);case 7:return a=r.sent,l=a.data,r.abrupt("return",(0,f.default)(l.items.item.filter((function(e){return"Country"===e.type})).map((function(e){return(0,d.default)(e)})),l.items.pagenumber,l.items.itemsnumber,l.items.totalpages,l.items.totalitems));case 10:case"end":return r.stop()}}),r)})))()}}},553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(e,t){switch(e.trim().toLowerCase()){case"str":case"string":return String(t);case"int":case"integer":var r=parseInt(t,10);return Number.isNaN(r)?t:r;case"float":case"double":var n=parseFloat(t);return Number.isNaN(n)?t:n;case"bool":case"boolean":switch(t){case"true":case"TRUE":return!0;case"false":case"FALSE":return!1;default:return Boolean(t)}case"date":return"now"===t?"now":new Date(String(t));default:return t}}},5661:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={isValid:function(e){var t=void 0!==e&&"function"!=typeof e;return"number"==typeof e&&(t=Number.isFinite(e)&&!Number.isNaN(e)),t},paramNotNull:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(null===e)throw new TypeError("Parameter ".concat(t," cannot be null"))},paramNotEmpty:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(!e)throw new TypeError("Parameter ".concat(t," cannot be null or empty string"))}}},3093:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(7424));t.default={FILTER_DELIMITER:";",FILTER_PAIR_DELIMITER:"=",encode:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=[],n=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(o){n.call(t,o)&&r.push("".concat(o).concat(e.FILTER_PAIR_DELIMITER).concat(t[o]))})),r.join(this.FILTER_DELIMITER)},decode:function(){var e=this,t={};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").split(this.FILTER_DELIMITER).forEach((function(r){var n=r.split(e.FILTER_PAIR_DELIMITER),a=(0,o.default)(n,2),u=a[0],i=a[1];t[u]=i})),t}}},4658:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(6690)),a=n(r(9728));t.default=function(){function e(){(0,o.default)(this,e),this.licenseeNumber=""}return(0,a.default)(e,[{key:"setLicenseeNumber",value:function(e){return this.licenseeNumber=e,this}},{key:"getLicenseeNumber",value:function(){return this.licenseeNumber}}]),e}()},4693:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(8416)),u=n(r(6690)),i=n(r(9728)),s=n(r(1480)),c=n(r(5661));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={getContent:function(){return e},getPageNumber:function(){return t},getItemsNumber:function(){return r},getTotalPages:function(){return n},getTotalItems:function(){return o},hasNext:function(){return n>t+1}},u=Object.keys(a);return new Proxy(e,{get:function(e,t){return-1!==u.indexOf(t)?a[t]:e[t]}})}},4856:(e,t,r)=>{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8416)),a=n(r(6690)),u=n(r(9728));function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t{"use strict";var n=r(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(r(8698)),a=n(r(8416)),u=n(r(6690)),i=n(r(9728)),s=n(r(5661));function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}t.default=function(){function e(){(0,u.default)(this,e),this.validators={}}return(0,i.default)(e,[{key:"getValidators",value:function(){return function(e){for(var t=1;t"),r.call(t,n)&&(e+=JSON.stringify(t[n]))})),e+="]"}}]),e}()},706:e=>{!function(){"use strict";e.exports=function(e){return(e instanceof Buffer?e:Buffer.from(e.toString(),"binary")).toString("base64")}}()},3897:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r{e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},6115:e=>{e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},7156:e=>{function t(e,t,r,n,o,a,u){try{var i=e[a](u),s=i.value}catch(e){return void r(e)}i.done?t(s):Promise.resolve(s).then(n,o)}e.exports=function(e){return function(){var r=this,n=arguments;return new Promise((function(o,a){var u=e.apply(r,n);function i(e){t(u,o,a,i,s,"next",e)}function s(e){t(u,o,a,i,s,"throw",e)}i(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},6690:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},3515:(e,t,r)=>{var n=r(6015),o=r(9617);function a(t,r,u){return o()?(e.exports=a=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=a=function(e,t,r){var o=[null];o.push.apply(o,t);var a=new(Function.bind.apply(e,o));return r&&n(a,r.prototype),a},e.exports.__esModule=!0,e.exports.default=e.exports),a.apply(null,arguments)}e.exports=a,e.exports.__esModule=!0,e.exports.default=e.exports},9728:(e,t,r)=>{var n=r(4062);function o(e,t){for(var r=0;r{var n=r(4062);e.exports=function(e,t,r){return(t=n(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports},1588:(e,t,r)=>{var n=r(1753);function o(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=o=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,r){var o=n(e,t);if(o){var a=Object.getOwnPropertyDescriptor(o,t);return a.get?a.get.call(arguments.length<3?e:r):a.value}},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},3808:e=>{function t(r){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},1655:(e,t,r)=>{var n=r(6015);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&n(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},4836:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},6035:e=>{e.exports=function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}},e.exports.__esModule=!0,e.exports.default=e.exports},9617:e=>{e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports.default=e.exports},8872:e=>{e.exports=function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,u,i=[],s=!0,c=!1;try{if(a=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=a.call(r)).done)&&(i.push(n.value),i.length!==t);s=!0);}catch(e){c=!0,o=e}finally{try{if(!s&&null!=r.return&&(u=r.return(),Object(u)!==u))return}finally{if(c)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},2218:e=>{e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},4993:(e,t,r)=>{var n=r(8698).default,o=r(6115);e.exports=function(e,t){if(t&&("object"===n(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return o(e)},e.exports.__esModule=!0,e.exports.default=e.exports},7061:(e,t,r)=>{var n=r(8698).default;function o(){"use strict";e.exports=o=function(){return r},e.exports.__esModule=!0,e.exports.default=e.exports;var t,r={},a=Object.prototype,u=a.hasOwnProperty,i=Object.defineProperty||function(e,t,r){e[t]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",l=s.asyncIterator||"@@asyncIterator",f=s.toStringTag||"@@toStringTag";function d(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(t){d=function(e,t,r){return e[t]=r}}function p(e,t,r,n){var o=t&&t.prototype instanceof P?t:P,a=Object.create(o.prototype),u=new S(n||[]);return i(a,"_invoke",{value:x(e,r,u)}),a}function y(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}r.wrap=p;var h="suspendedStart",m="suspendedYield",v="executing",g="completed",b={};function P(){}function E(){}function N(){}var O={};d(O,c,(function(){return this}));var T=Object.getPrototypeOf,w=T&&T(T(j([])));w&&w!==a&&u.call(w,c)&&(O=w);var _=N.prototype=P.prototype=Object.create(O);function k(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function R(e,t){function r(o,a,i,s){var c=y(e[o],e,a);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==n(f)&&u.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,i,s)}),(function(e){r("throw",e,i,s)})):t.resolve(f).then((function(e){l.value=e,i(l)}),(function(e){return r("throw",e,i,s)}))}s(c.arg)}var o;i(this,"_invoke",{value:function(e,n){function a(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(a,a):a()}})}function x(e,r,n){var o=h;return function(a,u){if(o===v)throw new Error("Generator is already running");if(o===g){if("throw"===a)throw u;return{value:t,done:!0}}for(n.method=a,n.arg=u;;){var i=n.delegate;if(i){var s=A(i,n);if(s){if(s===b)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=g,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=v;var c=y(e,r,n);if("normal"===c.type){if(o=n.done?g:m,c.arg===b)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(o=g,n.method="throw",n.arg=c.arg)}}}function A(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,A(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),b;var a=y(o,e.iterator,r.arg);if("throw"===a.type)return r.method="throw",r.arg=a.arg,r.delegate=null,b;var u=a.arg;return u?u.done?(r[e.resultName]=u.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,b):u:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,b)}function L(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function M(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(L,this),this.reset(!0)}function j(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function r(){for(;++o=0;--o){var a=this.tryEntries[o],i=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var s=u.call(a,"catchLoc"),c=u.call(a,"finallyLoc");if(s&&c){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&u.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),M(r),b}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;M(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:j(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),b}},r}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},6015:e=>{function t(r,n){return e.exports=t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r,n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},7424:(e,t,r)=>{var n=r(5372),o=r(8872),a=r(6116),u=r(2218);e.exports=function(e,t){return n(e)||o(e,t)||a(e,t)||u()},e.exports.__esModule=!0,e.exports.default=e.exports},1753:(e,t,r)=>{var n=r(3808);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=n(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports},5036:(e,t,r)=>{var n=r(8698).default;e.exports=function(e,t){if("object"!==n(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!==n(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},4062:(e,t,r)=>{var n=r(8698).default,o=r(5036);e.exports=function(e){var t=o(e,"string");return"symbol"===n(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},8698:e=>{function t(r){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},6116:(e,t,r)=>{var n=r(3897);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},3496:(e,t,r)=>{var n=r(3808),o=r(6015),a=r(6035),u=r(3515);function i(t){var r="function"==typeof Map?new Map:void 0;return e.exports=i=function(e){if(null===e||!a(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,t)}function t(){return u(e,arguments,n(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),o(t,e)},e.exports.__esModule=!0,e.exports.default=e.exports,i(t)}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},4687:(e,t,r)=>{var n=r(7061)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},7218:(e,t,r)=>{"use strict";function n(e,t){return function(){return e.apply(t,arguments)}}const{toString:o}=Object.prototype,{getPrototypeOf:a}=Object,u=(i=Object.create(null),e=>{const t=o.call(e);return i[t]||(i[t]=t.slice(8,-1).toLowerCase())});var i;const s=e=>(e=e.toLowerCase(),t=>u(t)===e),c=e=>t=>typeof t===e,{isArray:l}=Array,f=c("undefined");const d=s("ArrayBuffer");const p=c("string"),y=c("function"),h=c("number"),m=e=>null!==e&&"object"==typeof e,v=e=>{if("object"!==u(e))return!1;const t=a(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},g=s("Date"),b=s("File"),P=s("Blob"),E=s("FileList"),N=s("URLSearchParams");function O(e,t,{allOwnKeys:r=!1}={}){if(null==e)return;let n,o;if("object"!=typeof e&&(e=[e]),l(e))for(n=0,o=e.length;n0;)if(n=r[o],t===n.toLowerCase())return n;return null}const w="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:r.g,_=e=>!f(e)&&e!==w;const k=(R="undefined"!=typeof Uint8Array&&a(Uint8Array),e=>R&&e instanceof R);var R;const x=s("HTMLFormElement"),A=(({hasOwnProperty:e})=>(t,r)=>e.call(t,r))(Object.prototype),L=s("RegExp"),M=(e,t)=>{const r=Object.getOwnPropertyDescriptors(e),n={};O(r,((r,o)=>{let a;!1!==(a=t(r,o,e))&&(n[o]=a||r)})),Object.defineProperties(e,n)},S="abcdefghijklmnopqrstuvwxyz",j="0123456789",I={DIGIT:j,ALPHA:S,ALPHA_DIGIT:S+S.toUpperCase()+j};const D=s("AsyncFunction");var U={isArray:l,isArrayBuffer:d,isBuffer:function(e){return null!==e&&!f(e)&&null!==e.constructor&&!f(e.constructor)&&y(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||y(e.append)&&("formdata"===(t=u(e))||"object"===t&&y(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&d(e.buffer),t},isString:p,isNumber:h,isBoolean:e=>!0===e||!1===e,isObject:m,isPlainObject:v,isUndefined:f,isDate:g,isFile:b,isBlob:P,isRegExp:L,isFunction:y,isStream:e=>m(e)&&y(e.pipe),isURLSearchParams:N,isTypedArray:k,isFileList:E,forEach:O,merge:function e(){const{caseless:t}=_(this)&&this||{},r={},n=(n,o)=>{const a=t&&T(r,o)||o;v(r[a])&&v(n)?r[a]=e(r[a],n):v(n)?r[a]=e({},n):l(n)?r[a]=n.slice():r[a]=n};for(let e=0,t=arguments.length;e(O(t,((t,o)=>{r&&y(t)?e[o]=n(t,r):e[o]=t}),{allOwnKeys:o}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,r,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:(e,t,r,n)=>{let o,u,i;const s={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),u=o.length;u-- >0;)i=o[u],n&&!n(i,e,t)||s[i]||(t[i]=e[i],s[i]=!0);e=!1!==r&&a(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:u,kindOfTest:s,endsWith:(e,t,r)=>{e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;const n=e.indexOf(t,r);return-1!==n&&n===r},toArray:e=>{if(!e)return null;if(l(e))return e;let t=e.length;if(!h(t))return null;const r=new Array(t);for(;t-- >0;)r[t]=e[t];return r},forEachEntry:(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=r.next())&&!n.done;){const r=n.value;t.call(e,r[0],r[1])}},matchAll:(e,t)=>{let r;const n=[];for(;null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:x,hasOwnProperty:A,hasOwnProp:A,reduceDescriptors:M,freezeMethods:e=>{M(e,((t,r)=>{if(y(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;const n=e[r];y(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:(e,t)=>{const r={},n=e=>{e.forEach((e=>{r[e]=!0}))};return l(e)?n(e):n(String(e).split(t)),r},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:T,global:w,isContextDefined:_,ALPHABET:I,generateString:(e=16,t=I.ALPHA_DIGIT)=>{let r="";const{length:n}=t;for(;e--;)r+=t[Math.random()*n|0];return r},isSpecCompliantForm:function(e){return!!(e&&y(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),r=(e,n)=>{if(m(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[n]=e;const o=l(e)?[]:{};return O(e,((e,t)=>{const a=r(e,n+1);!f(a)&&(o[t]=a)})),t[n]=void 0,o}}return e};return r(e,0)},isAsyncFn:D,isThenable:e=>e&&(m(e)||y(e))&&y(e.then)&&y(e.catch)};function C(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o)}U.inherits(C,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:U.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const B=C.prototype,F={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{F[e]={value:e}})),Object.defineProperties(C,F),Object.defineProperty(B,"isAxiosError",{value:!0}),C.from=(e,t,r,n,o,a)=>{const u=Object.create(B);return U.toFlatObject(e,u,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),C.call(u,e.message,t,r,n,o),u.cause=e,u.name=e.name,a&&Object.assign(u,a),u};function H(e){return U.isPlainObject(e)||U.isArray(e)}function V(e){return U.endsWith(e,"[]")?e.slice(0,-2):e}function K(e,t,r){return e?e.concat(t).map((function(e,t){return e=V(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}const q=U.toFlatObject(U,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Y(e,t,r){if(!U.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const n=(r=U.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!U.isUndefined(t[e])}))).metaTokens,o=r.visitor||c,a=r.dots,u=r.indexes,i=(r.Blob||"undefined"!=typeof Blob&&Blob)&&U.isSpecCompliantForm(t);if(!U.isFunction(o))throw new TypeError("visitor must be a function");function s(e){if(null===e)return"";if(U.isDate(e))return e.toISOString();if(!i&&U.isBlob(e))throw new C("Blob is not supported. Use a Buffer instead.");return U.isArrayBuffer(e)||U.isTypedArray(e)?i&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,r,o){let i=e;if(e&&!o&&"object"==typeof e)if(U.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=JSON.stringify(e);else if(U.isArray(e)&&function(e){return U.isArray(e)&&!e.some(H)}(e)||(U.isFileList(e)||U.endsWith(r,"[]"))&&(i=U.toArray(e)))return r=V(r),i.forEach((function(e,n){!U.isUndefined(e)&&null!==e&&t.append(!0===u?K([r],n,a):null===u?r:r+"[]",s(e))})),!1;return!!H(e)||(t.append(K(o,r,a),s(e)),!1)}const l=[],f=Object.assign(q,{defaultVisitor:c,convertValue:s,isVisitable:H});if(!U.isObject(e))throw new TypeError("data must be an object");return function e(r,n){if(!U.isUndefined(r)){if(-1!==l.indexOf(r))throw Error("Circular reference detected in "+n.join("."));l.push(r),U.forEach(r,(function(r,a){!0===(!(U.isUndefined(r)||null===r)&&o.call(t,r,U.isString(a)?a.trim():a,n,f))&&e(r,n?n.concat(a):[a])})),l.pop()}}(e),t}function J(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function G(e,t){this._pairs=[],e&&Y(e,this,t)}const W=G.prototype;function z(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Q(e,t,r){if(!t)return e;const n=r&&r.encode||z,o=r&&r.serialize;let a;if(a=o?o(t,r):U.isURLSearchParams(t)?t.toString():new G(t,r).toString(n),a){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+a}return e}W.append=function(e,t){this._pairs.push([e,t])},W.toString=function(e){const t=e?function(t){return e.call(this,t,J)}:J;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var X=class{constructor(){this.handlers=[]}use(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){U.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},$={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Z={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:G,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const ee="undefined"!=typeof window&&"undefined"!=typeof document,te=(re="undefined"!=typeof navigator&&navigator.product,ee&&["ReactNative","NativeScript","NS"].indexOf(re)<0);var re;const ne="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts;var oe={...Object.freeze({__proto__:null,hasBrowserEnv:ee,hasStandardBrowserWebWorkerEnv:ne,hasStandardBrowserEnv:te}),...Z};function ae(e){function t(e,r,n,o){let a=e[o++];const u=Number.isFinite(+a),i=o>=e.length;if(a=!a&&U.isArray(n)?n.length:a,i)return U.hasOwnProp(n,a)?n[a]=[n[a],r]:n[a]=r,!u;n[a]&&U.isObject(n[a])||(n[a]=[]);return t(e,r,n[a],o)&&U.isArray(n[a])&&(n[a]=function(e){const t={},r=Object.keys(e);let n;const o=r.length;let a;for(n=0;n{t(function(e){return U.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),n,r,0)})),r}return null}const ue={transitional:$,adapter:["xhr","http"],transformRequest:[function(e,t){const r=t.getContentType()||"",n=r.indexOf("application/json")>-1,o=U.isObject(e);o&&U.isHTMLForm(e)&&(e=new FormData(e));if(U.isFormData(e))return n&&n?JSON.stringify(ae(e)):e;if(U.isArrayBuffer(e)||U.isBuffer(e)||U.isStream(e)||U.isFile(e)||U.isBlob(e))return e;if(U.isArrayBufferView(e))return e.buffer;if(U.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Y(e,new oe.classes.URLSearchParams,Object.assign({visitor:function(e,t,r,n){return oe.isNode&&U.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((a=U.isFileList(e))||r.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Y(a?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||n?(t.setContentType("application/json",!1),function(e,t,r){if(U.isString(e))try{return(t||JSON.parse)(e),U.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||ue.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(e&&U.isString(e)&&(r&&!this.responseType||n)){const r=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(r){if("SyntaxError"===e.name)throw C.from(e,C.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:oe.classes.FormData,Blob:oe.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};U.forEach(["delete","get","head","post","put","patch"],(e=>{ue.headers[e]={}}));var ie=ue;const se=U.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);const ce=Symbol("internals");function le(e){return e&&String(e).trim().toLowerCase()}function fe(e){return!1===e||null==e?e:U.isArray(e)?e.map(fe):String(e)}function de(e,t,r,n,o){return U.isFunction(n)?n.call(this,t,r):(o&&(t=r),U.isString(t)?U.isString(n)?-1!==t.indexOf(n):U.isRegExp(n)?n.test(t):void 0:void 0)}class pe{constructor(e){e&&this.set(e)}set(e,t,r){const n=this;function o(e,t,r){const o=le(t);if(!o)throw new Error("header name must be a non-empty string");const a=U.findKey(n,o);(!a||void 0===n[a]||!0===r||void 0===r&&!1!==n[a])&&(n[a||t]=fe(e))}const a=(e,t)=>U.forEach(e,((e,r)=>o(e,r,t)));return U.isPlainObject(e)||e instanceof this.constructor?a(e,t):U.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?a((e=>{const t={};let r,n,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),r=e.substring(0,o).trim().toLowerCase(),n=e.substring(o+1).trim(),!r||t[r]&&se[r]||("set-cookie"===r?t[r]?t[r].push(n):t[r]=[n]:t[r]=t[r]?t[r]+", "+n:n)})),t})(e),t):null!=e&&o(t,e,r),this}get(e,t){if(e=le(e)){const r=U.findKey(this,e);if(r){const e=this[r];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=r.exec(e);)t[n[1]]=n[2];return t}(e);if(U.isFunction(t))return t.call(this,e,r);if(U.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=le(e)){const r=U.findKey(this,e);return!(!r||void 0===this[r]||t&&!de(0,this[r],r,t))}return!1}delete(e,t){const r=this;let n=!1;function o(e){if(e=le(e)){const o=U.findKey(r,e);!o||t&&!de(0,r[o],o,t)||(delete r[o],n=!0)}}return U.isArray(e)?e.forEach(o):o(e),n}clear(e){const t=Object.keys(this);let r=t.length,n=!1;for(;r--;){const o=t[r];e&&!de(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}normalize(e){const t=this,r={};return U.forEach(this,((n,o)=>{const a=U.findKey(r,o);if(a)return t[a]=fe(n),void delete t[o];const u=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,r)=>t.toUpperCase()+r))}(o):String(o).trim();u!==o&&delete t[o],t[u]=fe(n),r[u]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return U.forEach(this,((r,n)=>{null!=r&&!1!==r&&(t[n]=e&&U.isArray(r)?r.join(", "):r)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const r=new this(e);return t.forEach((e=>r.set(e))),r}static accessor(e){const t=(this[ce]=this[ce]={accessors:{}}).accessors,r=this.prototype;function n(e){const n=le(e);t[n]||(!function(e,t){const r=U.toCamelCase(" "+t);["get","set","has"].forEach((n=>{Object.defineProperty(e,n+r,{value:function(e,r,o){return this[n].call(this,t,e,r,o)},configurable:!0})}))}(r,e),t[n]=!0)}return U.isArray(e)?e.forEach(n):n(e),this}}pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),U.reduceDescriptors(pe.prototype,(({value:e},t)=>{let r=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[r]=e}}})),U.freezeMethods(pe);var ye=pe;function he(e,t){const r=this||ie,n=t||r,o=ye.from(n.headers);let a=n.data;return U.forEach(e,(function(e){a=e.call(r,a,o.normalize(),t?t.status:void 0)})),o.normalize(),a}function me(e){return!(!e||!e.__CANCEL__)}function ve(e,t,r){C.call(this,null==e?"canceled":e,C.ERR_CANCELED,t,r),this.name="CanceledError"}U.inherits(ve,C,{__CANCEL__:!0});var ge=oe.hasStandardBrowserEnv?{write(e,t,r,n,o,a){const u=[e+"="+encodeURIComponent(t)];U.isNumber(r)&&u.push("expires="+new Date(r).toGMTString()),U.isString(n)&&u.push("path="+n),U.isString(o)&&u.push("domain="+o),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function be(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}var Pe=oe.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let r;function n(r){let n=r;return e&&(t.setAttribute("href",n),n=t.href),t.setAttribute("href",n),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return r=n(window.location.href),function(e){const t=U.isString(e)?n(e):e;return t.protocol===r.protocol&&t.host===r.host}}():function(){return!0};function Ee(e,t){let r=0;const n=function(e,t){e=e||10;const r=new Array(e),n=new Array(e);let o,a=0,u=0;return t=void 0!==t?t:1e3,function(i){const s=Date.now(),c=n[u];o||(o=s),r[a]=i,n[a]=s;let l=u,f=0;for(;l!==a;)f+=r[l++],l%=e;if(a=(a+1)%e,a===u&&(u=(u+1)%e),s-o{const a=o.loaded,u=o.lengthComputable?o.total:void 0,i=a-r,s=n(i);r=a;const c={loaded:a,total:u,progress:u?a/u:void 0,bytes:i,rate:s||void 0,estimated:s&&u&&a<=u?(u-a)/s:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}const Ne={http:null,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,r){let n=e.data;const o=ye.from(e.headers).normalize();let a,u,{responseType:i,withXSRFToken:s}=e;function c(){e.cancelToken&&e.cancelToken.unsubscribe(a),e.signal&&e.signal.removeEventListener("abort",a)}if(U.isFormData(n))if(oe.hasStandardBrowserEnv||oe.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if(!1!==(u=o.getContentType())){const[e,...t]=u?u.split(";").map((e=>e.trim())).filter(Boolean):[];o.setContentType([e||"multipart/form-data",...t].join("; "))}let l=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",r=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(t+":"+r))}const f=be(e.baseURL,e.url);function d(){if(!l)return;const n=ye.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders());!function(e,t,r){const n=r.config.validateStatus;r.status&&n&&!n(r.status)?t(new C("Request failed with status code "+r.status,[C.ERR_BAD_REQUEST,C.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r)):e(r)}((function(e){t(e),c()}),(function(e){r(e),c()}),{data:i&&"text"!==i&&"json"!==i?l.response:l.responseText,status:l.status,statusText:l.statusText,headers:n,config:e,request:l}),l=null}if(l.open(e.method.toUpperCase(),Q(f,e.params,e.paramsSerializer),!0),l.timeout=e.timeout,"onloadend"in l?l.onloadend=d:l.onreadystatechange=function(){l&&4===l.readyState&&(0!==l.status||l.responseURL&&0===l.responseURL.indexOf("file:"))&&setTimeout(d)},l.onabort=function(){l&&(r(new C("Request aborted",C.ECONNABORTED,e,l)),l=null)},l.onerror=function(){r(new C("Network Error",C.ERR_NETWORK,e,l)),l=null},l.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const n=e.transitional||$;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),r(new C(t,n.clarifyTimeoutError?C.ETIMEDOUT:C.ECONNABORTED,e,l)),l=null},oe.hasStandardBrowserEnv&&(s&&U.isFunction(s)&&(s=s(e)),s||!1!==s&&Pe(f))){const t=e.xsrfHeaderName&&e.xsrfCookieName&&ge.read(e.xsrfCookieName);t&&o.set(e.xsrfHeaderName,t)}void 0===n&&o.setContentType(null),"setRequestHeader"in l&&U.forEach(o.toJSON(),(function(e,t){l.setRequestHeader(t,e)})),U.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),i&&"json"!==i&&(l.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&l.addEventListener("progress",Ee(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&l.upload&&l.upload.addEventListener("progress",Ee(e.onUploadProgress)),(e.cancelToken||e.signal)&&(a=t=>{l&&(r(!t||t.type?new ve(null,e,l):t),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(a),e.signal&&(e.signal.aborted?a():e.signal.addEventListener("abort",a)));const p=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(f);p&&-1===oe.protocols.indexOf(p)?r(new C("Unsupported protocol "+p+":",C.ERR_BAD_REQUEST,e)):l.send(n||null)}))}};U.forEach(Ne,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const Oe=e=>`- ${e}`,Te=e=>U.isFunction(e)||null===e||!1===e;var we=e=>{e=U.isArray(e)?e:[e];const{length:t}=e;let r,n;const o={};for(let a=0;a`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));throw new C("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(Oe).join("\n"):" "+Oe(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return n};function _e(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ve(null,e)}function ke(e){_e(e),e.headers=ye.from(e.headers),e.data=he.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return we(e.adapter||ie.adapter)(e).then((function(t){return _e(e),t.data=he.call(e,e.transformResponse,t),t.headers=ye.from(t.headers),t}),(function(t){return me(t)||(_e(e),t&&t.response&&(t.response.data=he.call(e,e.transformResponse,t.response),t.response.headers=ye.from(t.response.headers))),Promise.reject(t)}))}const Re=e=>e instanceof ye?e.toJSON():e;function xe(e,t){t=t||{};const r={};function n(e,t,r){return U.isPlainObject(e)&&U.isPlainObject(t)?U.merge.call({caseless:r},e,t):U.isPlainObject(t)?U.merge({},t):U.isArray(t)?t.slice():t}function o(e,t,r){return U.isUndefined(t)?U.isUndefined(e)?void 0:n(void 0,e,r):n(e,t,r)}function a(e,t){if(!U.isUndefined(t))return n(void 0,t)}function u(e,t){return U.isUndefined(t)?U.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function i(r,o,a){return a in t?n(r,o):a in e?n(void 0,r):void 0}const s={url:a,method:a,data:a,baseURL:u,transformRequest:u,transformResponse:u,paramsSerializer:u,timeout:u,timeoutMessage:u,withCredentials:u,withXSRFToken:u,adapter:u,responseType:u,xsrfCookieName:u,xsrfHeaderName:u,onUploadProgress:u,onDownloadProgress:u,decompress:u,maxContentLength:u,maxBodyLength:u,beforeRedirect:u,transport:u,httpAgent:u,httpsAgent:u,cancelToken:u,socketPath:u,responseEncoding:u,validateStatus:i,headers:(e,t)=>o(Re(e),Re(t),!0)};return U.forEach(Object.keys(Object.assign({},e,t)),(function(n){const a=s[n]||o,u=a(e[n],t[n],n);U.isUndefined(u)&&a!==i||(r[n]=u)})),r}const Ae="1.6.2",Le={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{Le[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}}));const Me={};Le.transitional=function(e,t,r){function n(e,t){return"[Axios v1.6.2] Transitional option '"+e+"'"+t+(r?". "+r:"")}return(r,o,a)=>{if(!1===e)throw new C(n(o," has been removed"+(t?" in "+t:"")),C.ERR_DEPRECATED);return t&&!Me[o]&&(Me[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,a)}};var Se={assertOptions:function(e,t,r){if("object"!=typeof e)throw new C("options must be an object",C.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let o=n.length;for(;o-- >0;){const a=n[o],u=t[a];if(u){const t=e[a],r=void 0===t||u(t,a,e);if(!0!==r)throw new C("option "+a+" must be "+r,C.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new C("Unknown option "+a,C.ERR_BAD_OPTION)}},validators:Le};const je=Se.validators;class Ie{constructor(e){this.defaults=e,this.interceptors={request:new X,response:new X}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=xe(this.defaults,t);const{transitional:r,paramsSerializer:n,headers:o}=t;void 0!==r&&Se.assertOptions(r,{silentJSONParsing:je.transitional(je.boolean),forcedJSONParsing:je.transitional(je.boolean),clarifyTimeoutError:je.transitional(je.boolean)},!1),null!=n&&(U.isFunction(n)?t.paramsSerializer={serialize:n}:Se.assertOptions(n,{encode:je.function,serialize:je.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let a=o&&U.merge(o.common,o[t.method]);o&&U.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=ye.concat(a,o);const u=[];let i=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(i=i&&e.synchronous,u.unshift(e.fulfilled,e.rejected))}));const s=[];let c;this.interceptors.response.forEach((function(e){s.push(e.fulfilled,e.rejected)}));let l,f=0;if(!i){const e=[ke.bind(this),void 0];for(e.unshift.apply(e,u),e.push.apply(e,s),l=e.length,c=Promise.resolve(t);f{if(!r._listeners)return;let t=r._listeners.length;for(;t-- >0;)r._listeners[t](e);r._listeners=null})),this.promise.then=e=>{let t;const n=new Promise((e=>{r.subscribe(e),t=e})).then(e);return n.cancel=function(){r.unsubscribe(t)},n},e((function(e,n,o){r.reason||(r.reason=new ve(e,n,o),t(r.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Ue((function(t){e=t})),cancel:e}}}var Ce=Ue;const Be={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Be).forEach((([e,t])=>{Be[t]=e}));var Fe=Be;const He=function e(t){const r=new De(t),o=n(De.prototype.request,r);return U.extend(o,De.prototype,r,{allOwnKeys:!0}),U.extend(o,r,null,{allOwnKeys:!0}),o.create=function(r){return e(xe(t,r))},o}(ie);He.Axios=De,He.CanceledError=ve,He.CancelToken=Ce,He.isCancel=me,He.VERSION=Ae,He.toFormData=Y,He.AxiosError=C,He.Cancel=He.CanceledError,He.all=function(e){return Promise.all(e)},He.spread=function(e){return function(t){return e.apply(null,t)}},He.isAxiosError=function(e){return U.isObject(e)&&!0===e.isAxiosError},He.mergeConfig=xe,He.AxiosHeaders=ye,He.formToJSON=e=>ae(U.isHTMLForm(e)?new FormData(e):e),He.getAdapter=we,He.HttpStatusCode=Fe,He.default=He,e.exports=He},4147:e=>{"use strict";e.exports=JSON.parse('{"name":"netlicensing-client","version":"1.2.34","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}')}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}();var n={};return(()=>{"use strict";var e=n,t=r(4836);Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BaseEntity",{enumerable:!0,get:function(){return N.default}}),Object.defineProperty(e,"Bundle",{enumerable:!0,get:function(){return j.default}}),Object.defineProperty(e,"BundleObtainParameters",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"BundleService",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"CastsUtils",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"CheckUtils",{enumerable:!0,get:function(){return W.default}}),Object.defineProperty(e,"Constants",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"Context",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(e,"Country",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"FilterUtils",{enumerable:!0,get:function(){return z.default}}),Object.defineProperty(e,"License",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"LicenseService",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"LicenseTemplate",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"LicenseTemplateService",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"LicenseTransactionJoin",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"Licensee",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"LicenseeService",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"NlicError",{enumerable:!0,get:function(){return Q.default}}),Object.defineProperty(e,"Notification",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"NotificationService",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"Page",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"PaymentMethod",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"PaymentMethodService",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"Product",{enumerable:!0,get:function(){return R.default}}),Object.defineProperty(e,"ProductDiscount",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"ProductModule",{enumerable:!0,get:function(){return A.default}}),Object.defineProperty(e,"ProductModuleService",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"ProductService",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"Service",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"Token",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"TokenService",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"Transaction",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"TransactionService",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"UtilityService",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"ValidationParameters",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"ValidationResults",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"itemToBundle",{enumerable:!0,get:function(){return J.default}}),Object.defineProperty(e,"itemToCountry",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"itemToLicense",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"itemToLicenseTemplate",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"itemToLicensee",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"itemToObject",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"itemToPaymentMethod",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"itemToProduct",{enumerable:!0,get:function(){return V.default}}),Object.defineProperty(e,"itemToProductModule",{enumerable:!0,get:function(){return K.default}}),Object.defineProperty(e,"itemToToken",{enumerable:!0,get:function(){return q.default}}),Object.defineProperty(e,"itemToTransaction",{enumerable:!0,get:function(){return Y.default}});var o=t(r(1480)),a=t(r(4693)),u=t(r(9407)),i=t(r(4856)),s=t(r(3735)),c=t(r(4658)),l=t(r(393)),f=t(r(5498)),d=t(r(6486)),p=t(r(1580)),y=t(r(5225)),h=t(r(7443)),m=t(r(5042)),v=t(r(731)),g=t(r(5919)),b=t(r(7635)),P=t(r(1462)),E=t(r(3212)),N=t(r(389)),O=t(r(187)),T=t(r(9763)),w=t(r(2948)),_=t(r(767)),k=t(r(5088)),R=t(r(7143)),x=t(r(3144)),A=t(r(3886)),L=t(r(8132)),M=t(r(39)),S=t(r(3089)),j=t(r(2044)),I=t(r(5433)),D=t(r(3213)),U=t(r(3887)),C=t(r(6463)),B=t(r(3255)),F=t(r(7106)),H=t(r(797)),V=t(r(1255)),K=t(r(2514)),q=t(r(4073)),Y=t(r(1198)),J=t(r(9892)),G=t(r(553)),W=t(r(5661)),z=t(r(3093)),Q=t(r(2986))})(),n})())); \ No newline at end of file diff --git a/dist/netlicensing-client.min.js.LICENSE.txt b/dist/netlicensing-client.min.js.LICENSE.txt index 79d8077..8cc20ce 100644 --- a/dist/netlicensing-client.min.js.LICENSE.txt +++ b/dist/netlicensing-client.min.js.LICENSE.txt @@ -1,19 +1,5 @@ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ - -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ - /** * @author Labs64 * @license Apache-2.0 diff --git a/dist/netlicensing-client.node.js b/dist/netlicensing-client.node.js index 34ff214..e56e7f4 100644 --- a/dist/netlicensing-client.node.js +++ b/dist/netlicensing-client.node.js @@ -462,13 +462,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { +var _default = exports["default"] = { BASIC_AUTHENTICATION: 'BASIC_AUTH', APIKEY_IDENTIFICATION: 'APIKEY', ANONYMOUS_IDENTIFICATION: 'ANONYMOUS', @@ -530,8 +530,8 @@ var _default = { DESCRIPTION: 'description', LICENSING_INFO: 'licensingInfo', DISCOUNTS: 'discounts', - /** - * @deprecated use ProductModule.PROP_LICENSEE_SECRET_MODE instead + /** + * @deprecated use ProductModule.PROP_LICENSEE_SECRET_MODE instead */ PROP_LICENSEE_SECRET_MODE: 'licenseeSecretMode', PROP_VAT_MODE: 'vatMode', @@ -541,8 +541,8 @@ var _default = { AMOUNT_PERCENT: 'amountPercent' }, LicenseeSecretMode: { - /** - * @deprecated DISABLED mode is deprecated + /** + * @deprecated DISABLED mode is deprecated */ DISABLED: 'DISABLED', PREDEFINED: 'PREDEFINED', @@ -597,8 +597,8 @@ var _default = { VAT_MODE: 'vatMode', LICENSE_TRANSACTION_JOIN: 'licenseTransactionJoin', SOURCE_SHOP_ONLY: 'shopOnly', - /** - * @deprecated + /** + * @deprecated */ Status: { CANCELLED: 'CANCELLED', @@ -613,8 +613,8 @@ var _default = { LICENSEE_NUMBER: 'licenseeNumber', SOURCE_LICENSEE_NUMBER: 'sourceLicenseeNumber', PROP_LICENSEE_NAME: 'licenseeName', - /** - * @deprecated use License.PROP_LICENSEE_SECRET + /** + * @deprecated use License.PROP_LICENSEE_SECRET */ PROP_LICENSEE_SECRET: 'licenseeSecret', PROP_MARKED_FOR_TRANSFER: 'markedForTransfer' @@ -666,7 +666,6 @@ var _default = { } } }; -exports["default"] = _default; /***/ }), @@ -683,10 +682,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Bundle = _interopRequireDefault(__webpack_require__(2044)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Bundle.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -703,10 +701,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Country = _interopRequireDefault(__webpack_require__(187)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Country.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -723,10 +720,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _License = _interopRequireDefault(__webpack_require__(9763)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _License.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -743,10 +739,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _LicenseTemplate = _interopRequireDefault(__webpack_require__(767)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _LicenseTemplate.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -763,10 +758,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Licensee = _interopRequireDefault(__webpack_require__(2948)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Licensee.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -783,10 +777,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Notification = _interopRequireDefault(__webpack_require__(5433)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Notification.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -822,8 +815,7 @@ var itemToObject = function itemToObject(item) { } return object; }; -var _default = itemToObject; -exports["default"] = _default; +var _default = exports["default"] = itemToObject; /***/ }), @@ -840,10 +832,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _PaymentMethod = _interopRequireDefault(__webpack_require__(5088)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _PaymentMethod.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -860,7 +851,7 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Product = _interopRequireDefault(__webpack_require__(7143)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { var object = (0, _itemToObject.default)(item); var discounts = object.discount; delete object.discount; @@ -868,7 +859,6 @@ var _default = function _default(item) { product.setProductDiscounts(discounts); return product; }; -exports["default"] = _default; /***/ }), @@ -885,10 +875,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _ProductModule = _interopRequireDefault(__webpack_require__(3886)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _ProductModule.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -905,10 +894,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Token = _interopRequireDefault(__webpack_require__(8132)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { return new _Token.default((0, _itemToObject.default)(item)); }; -exports["default"] = _default; /***/ }), @@ -928,7 +916,7 @@ var _Transaction = _interopRequireDefault(__webpack_require__(4880)); var _License = _interopRequireDefault(__webpack_require__(9763)); var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089)); var _Constants = _interopRequireDefault(__webpack_require__(1480)); -var _default = function _default(item) { +var _default = exports["default"] = function _default(item) { var object = (0, _itemToObject.default)(item); var licenseTransactionJoin = object.licenseTransactionJoin; delete object.licenseTransactionJoin; @@ -949,7 +937,6 @@ var _default = function _default(item) { } return transaction; }; -exports["default"] = _default; /***/ }), @@ -970,35 +957,35 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _CastsUtils = _interopRequireDefault(__webpack_require__(553)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The entity properties. - * @type {{}} - * @private +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The entity properties. + * @type {{}} + * @private */ var propertiesMap = new WeakMap(); -/** - * List of properties that was defined - * @type {{}} - * @private +/** + * List of properties that was defined + * @type {{}} + * @private */ var definedMap = new WeakMap(); -/** - * List of properties that need be casts - * @type {{}} - * @private +/** + * List of properties that need be casts + * @type {{}} + * @private */ var castsMap = new WeakMap(); -var BaseEntity = /*#__PURE__*/function () { +var BaseEntity = exports["default"] = /*#__PURE__*/function () { function BaseEntity(_ref) { var properties = _ref.properties, casts = _ref.casts; @@ -1011,11 +998,11 @@ var BaseEntity = /*#__PURE__*/function () { } } - /** - * Set a given property on the entity. - * @param property - * @param value - * @returns {BaseEntity} + /** + * Set a given property on the entity. + * @param property + * @param value + * @returns {BaseEntity} */ (0, _createClass2.default)(BaseEntity, [{ key: "setProperty", @@ -1035,11 +1022,11 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Alias for setProperty - * @param property - * @param value - * @returns {BaseEntity} + /** + * Alias for setProperty + * @param property + * @param value + * @returns {BaseEntity} */ }, { key: "addProperty", @@ -1047,10 +1034,10 @@ var BaseEntity = /*#__PURE__*/function () { return this.setProperty(property, value); } - /** - * Set the entity properties. - * @param properties - * @returns {BaseEntity} + /** + * Set the entity properties. + * @param properties + * @returns {BaseEntity} */ }, { key: "setProperties", @@ -1066,10 +1053,10 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Check if we has property - * @param property - * @protected + /** + * Check if we has property + * @param property + * @protected */ }, { key: "hasProperty", @@ -1077,11 +1064,11 @@ var BaseEntity = /*#__PURE__*/function () { return Object.prototype.hasOwnProperty.call(propertiesMap.get(this), property); } - /** - * Get an property from the entity. - * @param property - * @param def - * @returns {*} + /** + * Get an property from the entity. + * @param property + * @param def + * @returns {*} */ }, { key: "getProperty", @@ -1089,8 +1076,8 @@ var BaseEntity = /*#__PURE__*/function () { return Object.prototype.hasOwnProperty.call(propertiesMap.get(this), property) ? propertiesMap.get(this)[property] : def; } - /** - * Get all of the current properties on the entity. + /** + * Get all of the current properties on the entity. */ }, { key: "getProperties", @@ -1098,10 +1085,10 @@ var BaseEntity = /*#__PURE__*/function () { return _objectSpread({}, propertiesMap.get(this)); } - /** - * Remove property - * @param property - * @returns {BaseEntity} + /** + * Remove property + * @param property + * @returns {BaseEntity} */ }, { key: "removeProperty", @@ -1112,9 +1099,9 @@ var BaseEntity = /*#__PURE__*/function () { return this; } - /** - * Remove properties - * @param properties + /** + * Remove properties + * @param properties */ }, { key: "removeProperties", @@ -1132,10 +1119,10 @@ var BaseEntity = /*#__PURE__*/function () { return (0, _CastsUtils.default)(castsMap.get(this)[property], value); } - /** - * Check if property has defined - * @param property - * @protected + /** + * Check if property has defined + * @param property + * @protected */ }, { key: "hasDefine", @@ -1143,10 +1130,10 @@ var BaseEntity = /*#__PURE__*/function () { return Boolean(definedMap.get(this)[property]); } - /** - * Define property getter and setter - * @param property - * @protected + /** + * Define property getter and setter + * @param property + * @protected */ }, { key: "define", @@ -1174,10 +1161,10 @@ var BaseEntity = /*#__PURE__*/function () { Object.defineProperty(this, property, descriptors); } - /** - * Remove property getter and setter - * @param property - * @protected + /** + * Remove property getter and setter + * @param property + * @protected */ }, { key: "removeDefine", @@ -1188,8 +1175,8 @@ var BaseEntity = /*#__PURE__*/function () { delete this[property]; } - /** - * Get properties map + /** + * Get properties map */ }, { key: "asPropertiesMap", @@ -1207,7 +1194,6 @@ var BaseEntity = /*#__PURE__*/function () { }]); return BaseEntity; }(); -exports["default"] = BaseEntity; /***/ }), @@ -1229,33 +1215,33 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * NetLicensing Bundle entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the bundle. Vendor can assign this number when creating a bundle or - * let NetLicensing generate one. - * @property string number - * - * If set to false, the bundle is disabled. - * @property boolean active - * - * Bundle name. - * @property string name - * - * Arbitrary additional user properties of string type may be associated with each bundle. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var Bundle = /*#__PURE__*/function (_BaseEntity) { +/** + * NetLicensing Bundle entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the bundle. Vendor can assign this number when creating a bundle or + * let NetLicensing generate one. + * @property string number + * + * If set to false, the bundle is disabled. + * @property boolean active + * + * Bundle name. + * @property string name + * + * Arbitrary additional user properties of string type may be associated with each bundle. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor + */ +var Bundle = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Bundle, _BaseEntity); var _super = _createSuper(Bundle); function Bundle(properties) { @@ -1339,7 +1325,6 @@ var Bundle = /*#__PURE__*/function (_BaseEntity) { }]); return Bundle; }(_BaseEntity2.default); -exports["default"] = Bundle; /***/ }), @@ -1361,26 +1346,26 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Country entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * @property code - Unique code of country. - * - * @property name - Unique name of country - * - * @property vatPercent - Country vat. - * - * @property isEu - is country in EU. +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Country entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * @property code - Unique code of country. + * + * @property name - Unique name of country + * + * @property vatPercent - Country vat. + * + * @property isEu - is country in EU. */ -var Country = /*#__PURE__*/function (_BaseEntity) { +var Country = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Country, _BaseEntity); var _super = _createSuper(Country); function Country(properties) { @@ -1439,7 +1424,6 @@ var Country = /*#__PURE__*/function (_BaseEntity) { }]); return Country; }(_BaseEntity2.default); -exports["default"] = Country; /***/ }), @@ -1461,48 +1445,48 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * License entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products/licensees of a vendor) that identifies the license. Vendor can - * assign this number when creating a license or let NetLicensing generate one. Read-only after corresponding creation - * transaction status is set to closed. - * @property string number - * - * Name for the licensed item. Set from license template on creation, if not specified explicitly. - * @property string name - * - * If set to false, the license is disabled. License can be re-enabled, but as long as it is disabled, - * the license is excluded from the validation process. - * @property boolean active - * - * price for the license. If >0, it must always be accompanied by the currency specification. Read-only, - * set from license template on creation. - * @property float price - * - * specifies currency for the license price. Check data types to discover which currencies are - * supported. Read-only, set from license template on creation. - * @property string currency - * - * If set to true, this license is not shown in NetLicensing Shop as purchased license. Set from license - * template on creation, if not specified explicitly. - * @property boolean hidden - * - * @property string startDate - * - * Arbitrary additional user properties of string type may be associated with each license. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted, licenseeNumber, - * licenseTemplateNumber. +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * License entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products/licensees of a vendor) that identifies the license. Vendor can + * assign this number when creating a license or let NetLicensing generate one. Read-only after corresponding creation + * transaction status is set to closed. + * @property string number + * + * Name for the licensed item. Set from license template on creation, if not specified explicitly. + * @property string name + * + * If set to false, the license is disabled. License can be re-enabled, but as long as it is disabled, + * the license is excluded from the validation process. + * @property boolean active + * + * price for the license. If >0, it must always be accompanied by the currency specification. Read-only, + * set from license template on creation. + * @property float price + * + * specifies currency for the license price. Check data types to discover which currencies are + * supported. Read-only, set from license template on creation. + * @property string currency + * + * If set to true, this license is not shown in NetLicensing Shop as purchased license. Set from license + * template on creation, if not specified explicitly. + * @property boolean hidden + * + * @property string startDate + * + * Arbitrary additional user properties of string type may be associated with each license. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted, licenseeNumber, + * licenseTemplateNumber. */ -var License = /*#__PURE__*/function (_BaseEntity) { +var License = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(License, _BaseEntity); var _super = _createSuper(License); function License(properties) { @@ -1611,7 +1595,6 @@ var License = /*#__PURE__*/function (_BaseEntity) { }]); return License; }(_BaseEntity2.default); -exports["default"] = License; /***/ }), @@ -1633,69 +1616,69 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * License template entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the license template. Vendor can - * assign this number when creating a license template or let NetLicensing generate one. - * Read-only after creation of the first license from this license template. - * @property string number - * - * If set to false, the license template is disabled. Licensee can not obtain any new licenses off this - * license template. - * @property boolean active - * - * Name for the licensed item. - * @property string name - * - * Type of licenses created from this license template. Supported types: "FEATURE", "TIMEVOLUME", - * "FLOATING", "QUANTITY" - * @property string licenseType - * - * Price for the license. If >0, it must always be accompanied by the currency specification. - * @property double price - * - * Specifies currency for the license price. Check data types to discover which currencies are - * supported. - * @property string currency - * - * If set to true, every new licensee automatically gets one license out of this license template on - * creation. Automatic licenses must have their price set to 0. - * @property boolean automatic - * - * If set to true, this license template is not shown in NetLicensing Shop as offered for purchase. - * @property boolean hidden - * - * If set to true, licenses from this license template are not visible to the end customer, but - * participate in validation. - * @property boolean hideLicenses - * - * If set to true, this license template defines grace period of validity granted after subscription expiration. - * @property boolean gracePeriod - * - * Mandatory for 'TIMEVOLUME' license type. - * @property integer timeVolume - * - * Time volume period for 'TIMEVOLUME' license type. Supported types: "DAY", "WEEK", "MONTH", "YEAR" - * @property integer timeVolumePeriod - * - * Mandatory for 'FLOATING' license type. - * @property integer maxSessions - * - * Mandatory for 'QUANTITY' license type. - * @property integer quantity - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * License template entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the license template. Vendor can + * assign this number when creating a license template or let NetLicensing generate one. + * Read-only after creation of the first license from this license template. + * @property string number + * + * If set to false, the license template is disabled. Licensee can not obtain any new licenses off this + * license template. + * @property boolean active + * + * Name for the licensed item. + * @property string name + * + * Type of licenses created from this license template. Supported types: "FEATURE", "TIMEVOLUME", + * "FLOATING", "QUANTITY" + * @property string licenseType + * + * Price for the license. If >0, it must always be accompanied by the currency specification. + * @property double price + * + * Specifies currency for the license price. Check data types to discover which currencies are + * supported. + * @property string currency + * + * If set to true, every new licensee automatically gets one license out of this license template on + * creation. Automatic licenses must have their price set to 0. + * @property boolean automatic + * + * If set to true, this license template is not shown in NetLicensing Shop as offered for purchase. + * @property boolean hidden + * + * If set to true, licenses from this license template are not visible to the end customer, but + * participate in validation. + * @property boolean hideLicenses + * + * If set to true, this license template defines grace period of validity granted after subscription expiration. + * @property boolean gracePeriod + * + * Mandatory for 'TIMEVOLUME' license type. + * @property integer timeVolume + * + * Time volume period for 'TIMEVOLUME' license type. Supported types: "DAY", "WEEK", "MONTH", "YEAR" + * @property integer timeVolumePeriod + * + * Mandatory for 'FLOATING' license type. + * @property integer maxSessions + * + * Mandatory for 'QUANTITY' license type. + * @property integer quantity + * + * @constructor */ -var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) { +var LicenseTemplate = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(LicenseTemplate, _BaseEntity); var _super = _createSuper(LicenseTemplate); function LicenseTemplate(properties) { @@ -1860,7 +1843,6 @@ var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) { }]); return LicenseTemplate; }(_BaseEntity2.default); -exports["default"] = LicenseTemplate; /***/ }), @@ -1877,13 +1859,13 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var LicenseTransactionJoin = /*#__PURE__*/function () { +var LicenseTransactionJoin = exports["default"] = /*#__PURE__*/function () { function LicenseTransactionJoin(transaction, license) { (0, _classCallCheck2.default)(this, LicenseTransactionJoin); this.transaction = transaction; @@ -1914,7 +1896,6 @@ var LicenseTransactionJoin = /*#__PURE__*/function () { }]); return LicenseTransactionJoin; }(); -exports["default"] = LicenseTransactionJoin; /***/ }), @@ -1936,41 +1917,41 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Licensee entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the licensee. Vendor can assign this - * number when creating a licensee or let NetLicensing generate one. Read-only after creation of the first license for - * the licensee. - * @property string number - * - * Licensee name. - * @property string name - * - * If set to false, the licensee is disabled. Licensee can not obtain new licenses, and validation is - * disabled (tbd). - * @property boolean active - * - * Licensee Secret for licensee - * @property string licenseeSecret - * - * Mark licensee for transfer. - * @property boolean markedForTransfer - * - * Arbitrary additional user properties of string type may be associated with each licensee. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted, productNumber - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var Licensee = /*#__PURE__*/function (_BaseEntity) { +/** + * Licensee entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the licensee. Vendor can assign this + * number when creating a licensee or let NetLicensing generate one. Read-only after creation of the first license for + * the licensee. + * @property string number + * + * Licensee name. + * @property string name + * + * If set to false, the licensee is disabled. Licensee can not obtain new licenses, and validation is + * disabled (tbd). + * @property boolean active + * + * Licensee Secret for licensee + * @property string licenseeSecret + * + * Mark licensee for transfer. + * @property boolean markedForTransfer + * + * Arbitrary additional user properties of string type may be associated with each licensee. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted, productNumber + * + * @constructor + */ +var Licensee = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Licensee, _BaseEntity); var _super = _createSuper(Licensee); function Licensee(properties) { @@ -2029,8 +2010,8 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('productNumber', def); } - /** - * @deprecated + /** + * @deprecated */ }, { key: "setLicenseeSecret", @@ -2038,8 +2019,8 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { return this.setProperty('licenseeSecret', licenseeSecret); } - /** - * @deprecated + /** + * @deprecated */ }, { key: "getLicenseeSecret", @@ -2064,7 +2045,6 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) { }]); return Licensee; }(_BaseEntity2.default); -exports["default"] = Licensee; /***/ }), @@ -2086,45 +2066,45 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * NetLicensing Notification entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the notification. Vendor can assign this number when creating a notification or - * let NetLicensing generate one. - * @property string number - * - * If set to false, the notification is disabled. The notification will not be fired when the event triggered. - * @property boolean active - * - * Notification name. - * @property string name - * - * Notification type. Indicate the method of transmitting notification, ex: EMAIL, WEBHOOK. - * @property float type - * - * Comma separated string of events that fire the notification when emitted. - * @property string events - * - * Notification response payload. - * @property string payload - * - * Notification response url. Optional. Uses only for WEBHOOK type notification. - * @property string url - * - * Arbitrary additional user properties of string type may be associated with each notification. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * NetLicensing Notification entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the notification. Vendor can assign this number when creating a notification or + * let NetLicensing generate one. + * @property string number + * + * If set to false, the notification is disabled. The notification will not be fired when the event triggered. + * @property boolean active + * + * Notification name. + * @property string name + * + * Notification type. Indicate the method of transmitting notification, ex: EMAIL, WEBHOOK. + * @property float type + * + * Comma separated string of events that fire the notification when emitted. + * @property string events + * + * Notification response payload. + * @property string payload + * + * Notification response url. Optional. Uses only for WEBHOOK type notification. + * @property string url + * + * Arbitrary additional user properties of string type may be associated with each notification. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor */ -var Notification = /*#__PURE__*/function (_BaseEntity) { +var Notification = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Notification, _BaseEntity); var _super = _createSuper(Notification); function Notification(properties) { @@ -2216,7 +2196,6 @@ var Notification = /*#__PURE__*/function (_BaseEntity) { }]); return Notification; }(_BaseEntity2.default); -exports["default"] = Notification; /***/ }), @@ -2238,21 +2217,21 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * PaymentMethod entity used internally by NetLicensing. - * - * @property string number - * @property boolean active - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * PaymentMethod entity used internally by NetLicensing. + * + * @property string number + * @property boolean active + * + * @constructor */ -var PaymentMethod = /*#__PURE__*/function (_BaseEntity) { +var PaymentMethod = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(PaymentMethod, _BaseEntity); var _super = _createSuper(PaymentMethod); function PaymentMethod(properties) { @@ -2300,7 +2279,6 @@ var PaymentMethod = /*#__PURE__*/function (_BaseEntity) { }]); return PaymentMethod; }(_BaseEntity2.default); -exports["default"] = PaymentMethod; /***/ }), @@ -2325,65 +2303,65 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); var _ProductDiscount = _interopRequireDefault(__webpack_require__(3144)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The discounts map - * @type {{}} - * @private +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The discounts map + * @type {{}} + * @private */ var discountsMap = new WeakMap(); -/** - * An identifier that show if discounts was touched - * @type {{}} - * @private +/** + * An identifier that show if discounts was touched + * @type {{}} + * @private */ var discountsTouched = new WeakMap(); -/** - * NetLicensing Product entity. - * - * Properties visible via NetLicensing API: - * - * Unique number that identifies the product. Vendor can assign this number when creating a product or - * let NetLicensing generate one. Read-only after creation of the first licensee for the product. - * @property string number - * - * If set to false, the product is disabled. No new licensees can be registered for the product, - * existing licensees can not obtain new licenses. - * @property boolean active - * - * Product name. Together with the version identifies the product for the end customer. - * @property string name - * - * Product version. Convenience parameter, additional to the product name. - * @property float version - * - * If set to 'true', non-existing licensees will be created at first validation attempt. - * @property boolean licenseeAutoCreate - * - * Licensee secret mode for product.Supported types: "DISABLED", "PREDEFINED", "CLIENT" - * @property boolean licenseeSecretMode - * - * Product description. Optional. - * @property string description - * - * Licensing information. Optional. - * @property string licensingInfo - * - * @property boolean inUse - * - * Arbitrary additional user properties of string type may be associated with each product. The name of user property - * must not be equal to any of the fixed property names listed above and must be none of id, deleted. - * - * @constructor +/** + * NetLicensing Product entity. + * + * Properties visible via NetLicensing API: + * + * Unique number that identifies the product. Vendor can assign this number when creating a product or + * let NetLicensing generate one. Read-only after creation of the first licensee for the product. + * @property string number + * + * If set to false, the product is disabled. No new licensees can be registered for the product, + * existing licensees can not obtain new licenses. + * @property boolean active + * + * Product name. Together with the version identifies the product for the end customer. + * @property string name + * + * Product version. Convenience parameter, additional to the product name. + * @property float version + * + * If set to 'true', non-existing licensees will be created at first validation attempt. + * @property boolean licenseeAutoCreate + * + * Licensee secret mode for product.Supported types: "DISABLED", "PREDEFINED", "CLIENT" + * @property boolean licenseeSecretMode + * + * Product description. Optional. + * @property string description + * + * Licensing information. Optional. + * @property string licensingInfo + * + * @property boolean inUse + * + * Arbitrary additional user properties of string type may be associated with each product. The name of user property + * must not be equal to any of the fixed property names listed above and must be none of id, deleted. + * + * @constructor */ -var Product = /*#__PURE__*/function (_BaseEntity) { +var Product = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Product, _BaseEntity); var _super = _createSuper(Product); function Product(properties) { @@ -2459,8 +2437,8 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('licenseeAutoCreate', def); } - /** - * @deprecated use ProductModule.setLicenseeSecretMode instead + /** + * @deprecated use ProductModule.setLicenseeSecretMode instead */ }, { key: "setLicenseeSecretMode", @@ -2468,8 +2446,8 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.setProperty('licenseeSecretMode', licenseeSecretMode); } - /** - * @deprecated use ProductModule.getLicenseeSecretMode instead + /** + * @deprecated use ProductModule.getLicenseeSecretMode instead */ }, { key: "getLicenseeSecretMode", @@ -2502,11 +2480,11 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('inUse', def); } - /** - * Add discount to product - * - * @param discount NetLicensing.ProductDiscount - * @returns {NetLicensing.Product} + /** + * Add discount to product + * + * @param discount NetLicensing.ProductDiscount + * @returns {NetLicensing.Product} */ }, { key: "addDiscount", @@ -2522,9 +2500,9 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this; } - /** - * Set discounts to product - * @param discounts + /** + * Set discounts to product + * @param discounts */ }, { key: "setProductDiscounts", @@ -2543,9 +2521,9 @@ var Product = /*#__PURE__*/function (_BaseEntity) { return this; } - /** - * Get array of objects discounts - * @returns {Array} + /** + * Get array of objects discounts + * @returns {Array} */ }, { key: "getProductDiscounts", @@ -2569,7 +2547,6 @@ var Product = /*#__PURE__*/function (_BaseEntity) { }]); return Product; }(_BaseEntity2.default); -exports["default"] = Product; /***/ }), @@ -2591,13 +2568,13 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -var ProductDiscount = /*#__PURE__*/function (_BaseEntity) { +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +var ProductDiscount = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(ProductDiscount, _BaseEntity); var _super = _createSuper(ProductDiscount); function ProductDiscount(properties) { @@ -2666,7 +2643,6 @@ var ProductDiscount = /*#__PURE__*/function (_BaseEntity) { }]); return ProductDiscount; }(_BaseEntity2.default); -exports["default"] = ProductDiscount; /***/ }), @@ -2688,51 +2664,51 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Product module entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the product module. Vendor can assign - * this number when creating a product module or let NetLicensing generate one. Read-only after creation of the first - * licensee for the product. - * @property string number - * - * If set to false, the product module is disabled. Licensees can not obtain any new licenses for this - * product module. - * @property boolean active - * - * Product module name that is visible to the end customers in NetLicensing Shop. - * @property string name - * - * Licensing model applied to this product module. Defines what license templates can be - * configured for the product module and how licenses for this product module are processed during validation. - * @property string licensingModel - * - * Maximum checkout validity (days). Mandatory for 'Floating' licensing model. - * @property integer maxCheckoutValidity - * - * Remaining time volume for yellow level. Mandatory for 'Rental' licensing model. - * @property integer yellowThreshold - * - * Remaining time volume for red level. Mandatory for 'Rental' licensing model. - * @property integer redThreshold - * - * License template. Mandatory for 'Try & Buy' licensing model. Supported types: "TIMEVOLUME", "FEATURE". - * @property string licenseTemplate - * - * Licensee secret mode for product.Supported types: "PREDEFINED", "CLIENT" - * @property boolean licenseeSecretMode - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Product module entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the product module. Vendor can assign + * this number when creating a product module or let NetLicensing generate one. Read-only after creation of the first + * licensee for the product. + * @property string number + * + * If set to false, the product module is disabled. Licensees can not obtain any new licenses for this + * product module. + * @property boolean active + * + * Product module name that is visible to the end customers in NetLicensing Shop. + * @property string name + * + * Licensing model applied to this product module. Defines what license templates can be + * configured for the product module and how licenses for this product module are processed during validation. + * @property string licensingModel + * + * Maximum checkout validity (days). Mandatory for 'Floating' licensing model. + * @property integer maxCheckoutValidity + * + * Remaining time volume for yellow level. Mandatory for 'Rental' licensing model. + * @property integer yellowThreshold + * + * Remaining time volume for red level. Mandatory for 'Rental' licensing model. + * @property integer redThreshold + * + * License template. Mandatory for 'Try & Buy' licensing model. Supported types: "TIMEVOLUME", "FEATURE". + * @property string licenseTemplate + * + * Licensee secret mode for product.Supported types: "PREDEFINED", "CLIENT" + * @property boolean licenseeSecretMode + * + * @constructor */ -var ProductModule = /*#__PURE__*/function (_BaseEntity) { +var ProductModule = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(ProductModule, _BaseEntity); var _super = _createSuper(ProductModule); function ProductModule(properties) { @@ -2852,7 +2828,6 @@ var ProductModule = /*#__PURE__*/function (_BaseEntity) { }]); return ProductModule; }(_BaseEntity2.default); -exports["default"] = ProductModule; /***/ }), @@ -2874,39 +2849,39 @@ var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(499 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Product module entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number - * @property string number - * - * If set to false, the token is disabled. - * @property boolean active - * - * Expiration Time - * @property string expirationTime - * - * @property string vendorNumber - * - * Token type to be generated. - * DEFAULT - default one-time token (will be expired after first request) - * SHOP - shop token is used to redirect customer to the netlicensingShop(licenseeNumber is mandatory) - * APIKEY - APIKey-token - * @property string tokenType - * - * @property string licenseeNumber - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Product module entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number + * @property string number + * + * If set to false, the token is disabled. + * @property boolean active + * + * Expiration Time + * @property string expirationTime + * + * @property string vendorNumber + * + * Token type to be generated. + * DEFAULT - default one-time token (will be expired after first request) + * SHOP - shop token is used to redirect customer to the netlicensingShop(licenseeNumber is mandatory) + * APIKEY - APIKey-token + * @property string tokenType + * + * @property string licenseeNumber + * + * @constructor */ -var Token = /*#__PURE__*/function (_BaseEntity) { +var Token = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Token, _BaseEntity); var _super = _createSuper(Token); function Token(properties) { @@ -3030,11 +3005,11 @@ var Token = /*#__PURE__*/function (_BaseEntity) { return this.getProperty('shopURL', def); } - /** - * @deprecated - * @alias setApiKeyRole - * @param role - * @returns {*} + /** + * @deprecated + * @alias setApiKeyRole + * @param role + * @returns {*} */ }, { key: "setRole", @@ -3042,11 +3017,11 @@ var Token = /*#__PURE__*/function (_BaseEntity) { return this.setApiKeyRole(role); } - /** - * @deprecated - * @alias getApiKeyRole - * @param def - * @returns {*} + /** + * @deprecated + * @alias getApiKeyRole + * @param def + * @returns {*} */ }, { key: "getRole", @@ -3066,7 +3041,6 @@ var Token = /*#__PURE__*/function (_BaseEntity) { }]); return Token; }(_BaseEntity2.default); -exports["default"] = Token; /***/ }), @@ -3090,48 +3064,48 @@ var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389)); var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089)); var _License = _interopRequireDefault(__webpack_require__(9763)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } -function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * Transaction entity used internally by NetLicensing. - * - * Properties visible via NetLicensing API: - * - * Unique number (across all products of a vendor) that identifies the transaction. This number is - * always generated by NetLicensing. - * @property string number - * - * always true for transactions - * @property boolean active - * - * Status of transaction. "CANCELLED", "CLOSED", "PENDING". - * @property string status - * - * "SHOP". AUTO transaction for internal use only. - * @property string source - * - * grand total for SHOP transaction (see source). - * @property float grandTotal - * - * discount for SHOP transaction (see source). - * @property float discount - * - * specifies currency for money fields (grandTotal and discount). Check data types to discover which - * @property string currency - * - * Date created. Optional. - * @property string dateCreated - * - * Date closed. Optional. - * @property string dateClosed - * - * @constructor +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * Transaction entity used internally by NetLicensing. + * + * Properties visible via NetLicensing API: + * + * Unique number (across all products of a vendor) that identifies the transaction. This number is + * always generated by NetLicensing. + * @property string number + * + * always true for transactions + * @property boolean active + * + * Status of transaction. "CANCELLED", "CLOSED", "PENDING". + * @property string status + * + * "SHOP". AUTO transaction for internal use only. + * @property string source + * + * grand total for SHOP transaction (see source). + * @property float grandTotal + * + * discount for SHOP transaction (see source). + * @property float discount + * + * specifies currency for money fields (grandTotal and discount). Check data types to discover which + * @property string currency + * + * Date created. Optional. + * @property string dateCreated + * + * Date closed. Optional. + * @property string dateClosed + * + * @constructor */ -var Transaction = /*#__PURE__*/function (_BaseEntity) { +var Transaction = exports["default"] = /*#__PURE__*/function (_BaseEntity) { (0, _inherits2.default)(Transaction, _BaseEntity); var _super = _createSuper(Transaction); function Transaction(properties) { @@ -3293,7 +3267,6 @@ var Transaction = /*#__PURE__*/function (_BaseEntity) { }]); return Transaction; }(_BaseEntity2.default); -exports["default"] = Transaction; /***/ }), @@ -3316,7 +3289,7 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808)); var _wrapNativeSuper2 = _interopRequireDefault(__webpack_require__(3496)); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } -var NlicError = /*#__PURE__*/function (_Error) { +var NlicError = exports["default"] = /*#__PURE__*/function (_Error) { (0, _inherits2.default)(NlicError, _Error); var _super = _createSuper(NlicError); function NlicError() { @@ -3357,7 +3330,6 @@ var NlicError = /*#__PURE__*/function (_Error) { }]); return NlicError; }( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Error)); -exports["default"] = NlicError; /***/ }), @@ -3383,32 +3355,32 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToBundle = _interopRequireDefault(__webpack_require__(9892)); var _itemToLicense = _interopRequireDefault(__webpack_require__(3887)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Bundle Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/bundle-services - * - * @constructor +/** + * JS representation of the Bundle Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/bundle-services + * + * @constructor */ -var _default = { - /** - * Creates new bundle with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#create-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param bundle NetLicensing.Bundle - * - * return the newly created bundle object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new bundle with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#create-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param bundle NetLicensing.Bundle + * + * return the newly created bundle object in promise + * @returns {Promise} */ create: function create(context, bundle) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -3433,18 +3405,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets bundle by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#get-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the bundle number - * @param number string - * - * return the bundle object in promise - * @returns {Promise} + /** + * Gets bundle by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#get-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the bundle number + * @param number string + * + * return the bundle object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3470,18 +3442,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns bundle of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#bundles-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of bundle entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns bundle of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#bundles-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of bundle entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -3520,21 +3492,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates bundle properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#update-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param bundle NetLicensing.Bundle - * - * updated bundle in promise. - * @returns {Promise} + /** + * Updates bundle properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#update-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param bundle NetLicensing.Bundle + * + * updated bundle in promise. + * @returns {Promise} */ update: function update(context, number, bundle) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -3560,21 +3532,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes bundle.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#delete-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes bundle.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#delete-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -3583,21 +3555,21 @@ var _default = { }; return _Service.default.delete(context, "".concat(_Constants.default.Bundle.ENDPOINT_PATH, "/").concat(number), queryParams); }, - /** - * Obtain bundle.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/bundle-services#obtain-bundle - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * bundle number - * @param number string - * - * licensee number - * @param bundleObtainParameters NetLicensing.BundleObtainParameters - * - * return array of licenses - * @returns {Promise} + /** + * Obtain bundle.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/bundle-services#obtain-bundle + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * bundle number + * @param number string + * + * licensee number + * @param bundleObtainParameters NetLicensing.BundleObtainParameters + * + * return array of licenses + * @returns {Promise} */ obtain: function obtain(context, number, bundleObtainParameters) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() { @@ -3628,7 +3600,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -3652,44 +3623,44 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToLicense = _interopRequireDefault(__webpack_require__(3887)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the License Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/license-services - * - * @constructor +/** + * JS representation of the License Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/license-services + * + * @constructor */ -var _default = { - /** - * Creates new license object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#create-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent licensee to which the new license is to be added - * @param licenseeNumber string - * - * license template that the license is created from - * @param licenseTemplateNumber string - * - * For privileged logins specifies transaction for the license creation. For regular logins new - * transaction always created implicitly, and the operation will be in a separate transaction. - * Transaction is generated with the provided transactionNumber, or, if transactionNumber is null, with - * auto-generated number. - * @param transactionNumber null|string - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param license NetLicensing.License - * - * return the newly created license object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new license object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#create-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent licensee to which the new license is to be added + * @param licenseeNumber string + * + * license template that the license is created from + * @param licenseTemplateNumber string + * + * For privileged logins specifies transaction for the license creation. For regular logins new + * transaction always created implicitly, and the operation will be in a separate transaction. + * Transaction is generated with the provided transactionNumber, or, if transactionNumber is null, with + * auto-generated number. + * @param transactionNumber null|string + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param license NetLicensing.License + * + * return the newly created license object in promise + * @returns {Promise} */ create: function create(context, licenseeNumber, licenseTemplateNumber, transactionNumber, license) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -3719,18 +3690,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets license by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#get-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the license number - * @param number string - * - * return the license in promise - * @returns {Promise} + /** + * Gets license by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#get-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the license number + * @param number string + * + * return the license in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3756,18 +3727,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns licenses of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#licenses-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * return array of licenses (of all products) or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns licenses of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#licenses-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * return array of licenses (of all products) or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -3806,25 +3777,25 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates license properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#update-license - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license number - * @param number string - * - * transaction for the license update. Created implicitly if transactionNumber is null. In this case the - * operation will be in a separate transaction. - * @param transactionNumber string|null - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param license NetLicensing.License - * - * return updated license in promise. - * @returns {Promise} + /** + * Updates license properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#update-license + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license number + * @param number string + * + * transaction for the license update. Created implicitly if transactionNumber is null. In this case the + * operation will be in a separate transaction. + * @param transactionNumber string|null + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param license NetLicensing.License + * + * return updated license in promise. + * @returns {Promise} */ update: function update(context, number, transactionNumber, license) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -3851,23 +3822,23 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes license.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-services#delete-license - * - * When any license is deleted, corresponding transaction is created automatically. - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes license.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-services#delete-license + * + * When any license is deleted, corresponding transaction is created automatically. + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -3877,7 +3848,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.License.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -3901,35 +3871,35 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToLicenseTemplate = _interopRequireDefault(__webpack_require__(3255)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the ProductModule Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/license-template-services - * - * @constructor +/** + * JS representation of the ProductModule Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/license-template-services + * + * @constructor */ -var _default = { - /** - * Creates new license template object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#create-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent product module to which the new license template is to be added - * @param productModuleNumber - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param licenseTemplate NetLicensing.LicenseTemplate - * - * the newly created license template object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new license template object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#create-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent product module to which the new license template is to be added + * @param productModuleNumber + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param licenseTemplate NetLicensing.LicenseTemplate + * + * the newly created license template object in promise + * @returns {Promise} */ create: function create(context, productModuleNumber, licenseTemplate) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -3956,18 +3926,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets license template by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#get-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the license template number - * @param number string - * - * return the license template object in promise - * @returns {Promise} + /** + * Gets license template by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#get-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the license template number + * @param number string + * + * return the license template object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -3993,18 +3963,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all license templates of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#license-templates-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of license templates (of all products/modules) or null/empty list if nothing found in promise. - * @returns {Promise} + /** + * Returns all license templates of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#license-templates-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of license templates (of all products/modules) or null/empty list if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4043,21 +4013,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates license template properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/license-template-services#update-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license template number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param licenseTemplate NetLicensing.LicenseTemplate - * - * updated license template in promise. - * @returns {Promise} + /** + * Updates license template properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/license-template-services#update-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license template number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param licenseTemplate NetLicensing.LicenseTemplate + * + * updated license template in promise. + * @returns {Promise} */ update: function update(context, number, licenseTemplate) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -4084,21 +4054,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes license template.See NetLicensingAPI JavaDoc for details: - * @see https://netlicensing.io/wiki/license-template-services#delete-license-template - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * license template number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes license template.See NetLicensingAPI JavaDoc for details: + * @see https://netlicensing.io/wiki/license-template-services#delete-license-template + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * license template number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -4108,7 +4078,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.LicenseTemplate.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -4146,7 +4115,7 @@ var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); * * @constructor */ -var _default = { +var _default = exports["default"] = { /** * Creates new licensee object with given properties.See NetLicensingAPI for details: * @see https://netlicensing.io/wiki/licensee-services#create-licensee @@ -4439,7 +4408,6 @@ var _default = { return _Service.default.post(context, "".concat(_Constants.default.Licensee.ENDPOINT_PATH, "/").concat(number, "/").concat(_Constants.default.Licensee.ENDPOINT_PATH_TRANSFER), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -4463,32 +4431,32 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToNotification = _interopRequireDefault(__webpack_require__(6546)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Notification Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/notification-services - * - * @constructor +/** + * JS representation of the Notification Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/notification-services + * + * @constructor */ -var _default = { - /** - * Creates new notification with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#create-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param notification NetLicensing.Notification - * - * return the newly created notification object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new notification with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#create-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param notification NetLicensing.Notification + * + * return the newly created notification object in promise + * @returns {Promise} */ create: function create(context, notification) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4513,18 +4481,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets notification by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#get-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the notification number - * @param number string - * - * return the notification object in promise - * @returns {Promise} + /** + * Gets notification by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#get-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the notification number + * @param number string + * + * return the notification object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4550,18 +4518,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns notifications of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#notifications-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of notification entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns notifications of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#notifications-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of notification entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4600,21 +4568,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates notification properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#update-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * notification number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param notification NetLicensing.Notification - * - * updated notification in promise. - * @returns {Promise} + /** + * Updates notification properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#update-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * notification number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param notification NetLicensing.Notification + * + * updated notification in promise. + * @returns {Promise} */ update: function update(context, number, notification) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -4640,25 +4608,24 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes notification.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/notification-services#delete-notification - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * notification number - * @param number string - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes notification.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/notification-services#delete-notification + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * notification number + * @param number string + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); return _Service.default.delete(context, "".concat(_Constants.default.Notification.ENDPOINT_PATH, "/").concat(number)); } }; -exports["default"] = _default; /***/ }), @@ -4682,25 +4649,25 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToPaymentMethod = _interopRequireDefault(__webpack_require__(797)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { - /** - * Gets payment method by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#get-payment-method - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the payment method number - * @param number string - * - * return the payment method in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Gets payment method by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#get-payment-method + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the payment method number + * @param number string + * + * return the payment method in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4726,18 +4693,18 @@ var _default = { }, _callee); }))(); }, - /** - * Returns payment methods of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#payment-methods-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of payment method entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns payment methods of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#payment-methods-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of payment method entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4776,21 +4743,21 @@ var _default = { }, _callee2); }))(); }, - /** - * Updates payment method properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/payment-method-services#update-payment-method - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the payment method number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param paymentMethod NetLicensing.PaymentMethod - * - * return updated payment method in promise. - * @returns {Promise} + /** + * Updates payment method properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/payment-method-services#update-payment-method + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the payment method number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param paymentMethod NetLicensing.PaymentMethod + * + * return updated payment method in promise. + * @returns {Promise} */ update: function update(context, number, paymentMethod) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4818,7 +4785,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -4842,35 +4808,35 @@ var _Service = _interopRequireDefault(__webpack_require__(393)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToProductModule = _interopRequireDefault(__webpack_require__(2514)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the ProductModule Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/product-module-services - * - * @constructor +/** + * JS representation of the ProductModule Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/product-module-services + * + * @constructor */ -var _default = { - /** - * Creates new product module object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#create-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * parent product to which the new product module is to be added - * @param productNumber string - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param productModule NetLicensing.ProductModule - * - * the newly created product module object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new product module object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#create-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * parent product to which the new product module is to be added + * @param productNumber string + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param productModule NetLicensing.ProductModule + * + * the newly created product module object in promise + * @returns {Promise} */ create: function create(context, productNumber, productModule) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -4897,18 +4863,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets product module by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#get-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the product module number - * @param number string - * - * return the product module object in promise - * @returns {Promise} + /** + * Gets product module by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#get-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the product module number + * @param number string + * + * return the product module object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -4934,18 +4900,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns products of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#product-modules-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of product modules entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns products of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#product-modules-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of product modules entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -4984,21 +4950,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates product module properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#update-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product module number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param productModule NetLicensing.ProductModule - * - * updated product module in promise. - * @returns {Promise} + /** + * Updates product module properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#update-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product module number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param productModule NetLicensing.ProductModule + * + * updated product module in promise. + * @returns {Promise} */ update: function update(context, number, productModule) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -5024,21 +4990,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes product module.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-module-services#delete-product-module - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product module number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes product module.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-module-services#delete-product-module + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product module number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -5048,7 +5014,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.ProductModule.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -5072,32 +5037,32 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToProduct = _interopRequireDefault(__webpack_require__(1255)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Product Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/product-services - * - * @constructor +/** + * JS representation of the Product Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/product-services + * + * @constructor */ -var _default = { - /** - * Creates new product with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#create-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param product NetLicensing.Product - * - * return the newly created product object in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new product with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#create-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param product NetLicensing.Product + * + * return the newly created product object in promise + * @returns {Promise} */ create: function create(context, product) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5122,18 +5087,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets product by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#get-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the product number - * @param number string - * - * return the product object in promise - * @returns {Promise} + /** + * Gets product by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#get-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the product number + * @param number string + * + * return the product object in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5159,18 +5124,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns products of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#products-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of product entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns products of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#products-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of product entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5209,21 +5174,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates product properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#update-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param product NetLicensing.Product - * - * updated product in promise. - * @returns {Promise} + /** + * Updates product properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#update-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param product NetLicensing.Product + * + * updated product in promise. + * @returns {Promise} */ update: function update(context, number, product) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -5249,21 +5214,21 @@ var _default = { }, _callee4); }))(); }, - /** - * Deletes product.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/product-services#delete-product - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * product number - * @param number string - * - * if true, any entities that depend on the one being deleted will be deleted too - * @param forceCascade boolean - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Deletes product.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/product-services#delete-product + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * product number + * @param number string + * + * if true, any entities that depend on the one being deleted will be deleted too + * @param forceCascade boolean + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number, forceCascade) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); @@ -5273,7 +5238,6 @@ var _default = { return _Service.default.delete(context, "".concat(_Constants.default.Product.ENDPOINT_PATH, "/").concat(number), queryParams); } }; -exports["default"] = _default; /***/ }), @@ -5306,7 +5270,7 @@ var _package = _interopRequireDefault(__webpack_require__(4147)); var httpXHR = {}; var axiosInstance = null; -var Service = /*#__PURE__*/function () { +var Service = exports["default"] = /*#__PURE__*/function () { function Service() { (0, _classCallCheck2.default)(this, Service); } @@ -5533,7 +5497,6 @@ var Service = /*#__PURE__*/function () { }]); return Service; }(); -exports["default"] = Service; /***/ }), @@ -5557,31 +5520,31 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToToken = _interopRequireDefault(__webpack_require__(4073)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Token Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/token-services - * - * @constructor +/** + * JS representation of the Token Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/token-services + * + * @constructor */ -var _default = { - /** - * Creates new token.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#create-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param token NetLicensing.Token - * - * return created token in promise - * @returns {Promise} +var _default = exports["default"] = { + /** + * Creates new token.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#create-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param token NetLicensing.Token + * + * return created token in promise + * @returns {Promise} */ create: function create(context, token) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5606,18 +5569,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets token by its number..See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#get-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the token number - * @param number - * - * return the token in promise - * @returns {Promise} + /** + * Gets token by its number..See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#get-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the token number + * @param number + * + * return the token in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5643,18 +5606,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns tokens of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#tokens-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string|null - * - * array of token entities or empty array if nothing found. - * @return array + /** + * Returns tokens of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#tokens-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string|null + * + * array of token entities or empty array if nothing found. + * @return array */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5693,25 +5656,24 @@ var _default = { }, _callee3); }))(); }, - /** - * Delete token by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/token-services#delete-token - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the token number - * @param number string - * - * return boolean state of delete in promise - * @returns {Promise} + /** + * Delete token by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/token-services#delete-token + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the token number + * @param number string + * + * return boolean state of delete in promise + * @returns {Promise} */ delete: function _delete(context, number) { _CheckUtils.default.paramNotEmpty(number, _Constants.default.NUMBER); return _Service.default.delete(context, "".concat(_Constants.default.Token.ENDPOINT_PATH, "/").concat(number)); } }; -exports["default"] = _default; /***/ }), @@ -5735,40 +5697,40 @@ var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToTransaction = _interopRequireDefault(__webpack_require__(1198)); var _Page = _interopRequireDefault(__webpack_require__(9407)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * JS representation of the Transaction Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/transaction-services - * - * Transaction is created each time change to LicenseService licenses happens. For instance licenses are - * obtained by a licensee, licenses disabled by vendor, licenses deleted, etc. Transaction is created no matter what - * source has initiated the change to licenses: it can be either a direct purchase of licenses by a licensee via - * NetLicensing Shop, or licenses can be given to a licensee by a vendor. Licenses can also be assigned implicitly by - * NetLicensing if it is defined so by a license model (e.g. evaluation license may be given automatically). All these - * events are reflected in transactions. Of all the transaction handling routines only read-only routines are exposed to - * the public API, as transactions are only allowed to be created and modified by NetLicensing internally. - * - * @constructor +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { - /** - * Creates new transaction object with given properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#create-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * non-null properties will be taken for the new object, null properties will either stay null, or will - * be set to a default value, depending on property. - * @param transaction NetLicensing.Transaction - * - * return the newly created transaction object in promise - * @returns {Promise} +/** + * JS representation of the Transaction Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/transaction-services + * + * Transaction is created each time change to LicenseService licenses happens. For instance licenses are + * obtained by a licensee, licenses disabled by vendor, licenses deleted, etc. Transaction is created no matter what + * source has initiated the change to licenses: it can be either a direct purchase of licenses by a licensee via + * NetLicensing Shop, or licenses can be given to a licensee by a vendor. Licenses can also be assigned implicitly by + * NetLicensing if it is defined so by a license model (e.g. evaluation license may be given automatically). All these + * events are reflected in transactions. Of all the transaction handling routines only read-only routines are exposed to + * the public API, as transactions are only allowed to be created and modified by NetLicensing internally. + * + * @constructor + */ +var _default = exports["default"] = { + /** + * Creates new transaction object with given properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#create-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * non-null properties will be taken for the new object, null properties will either stay null, or will + * be set to a default value, depending on property. + * @param transaction NetLicensing.Transaction + * + * return the newly created transaction object in promise + * @returns {Promise} */ create: function create(context, transaction) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5793,18 +5755,18 @@ var _default = { }, _callee); }))(); }, - /** - * Gets transaction by its number.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#get-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * the transaction number - * @param number string - * - * return the transaction in promise - * @returns {Promise} + /** + * Gets transaction by its number.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#get-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * the transaction number + * @param number string + * + * return the transaction in promise + * @returns {Promise} */ get: function get(context, number) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -5830,18 +5792,18 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all transactions of a vendor.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#transactions-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter string - * - * array of transaction entities or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns all transactions of a vendor.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#transactions-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter string + * + * array of transaction entities or empty array if nothing found in promise. + * @returns {Promise} */ list: function list(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -5880,21 +5842,21 @@ var _default = { }, _callee3); }))(); }, - /** - * Updates transaction properties.See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/transaction-services#update-transaction - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * transaction number - * @param number string - * - * non-null properties will be updated to the provided values, null properties will stay unchanged. - * @param transaction NetLicensing.Transaction - * - * return updated transaction in promise. - * @returns {Promise} + /** + * Updates transaction properties.See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/transaction-services#update-transaction + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * transaction number + * @param number string + * + * non-null properties will be updated to the provided values, null properties will stay unchanged. + * @param transaction NetLicensing.Transaction + * + * return updated transaction in promise. + * @returns {Promise} */ update: function update(context, number, transaction) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() { @@ -5921,7 +5883,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -5945,27 +5906,27 @@ var _FilterUtils = _interopRequireDefault(__webpack_require__(3093)); var _itemToObject = _interopRequireDefault(__webpack_require__(7106)); var _Page = _interopRequireDefault(__webpack_require__(9407)); var _itemToCountry = _interopRequireDefault(__webpack_require__(3213)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -/** - * JS representation of the Utility Service. See NetLicensingAPI for details: - * https://netlicensing.io/wiki/utility-services - * @constructor +/** + * JS representation of the Utility Service. See NetLicensingAPI for details: + * https://netlicensing.io/wiki/utility-services + * @constructor */ -var _default = { - /** - * Returns all license types. See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/utility-services#license-types-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * array of available license types or empty array if nothing found in promise. - * @returns {Promise} +var _default = exports["default"] = { + /** + * Returns all license types. See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/utility-services#license-types-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * array of available license types or empty array if nothing found in promise. + * @returns {Promise} */ listLicenseTypes: function listLicenseTypes(context) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() { @@ -5991,15 +5952,15 @@ var _default = { }, _callee); }))(); }, - /** - * Returns all license models. See NetLicensingAPI for details: - * @see https://netlicensing.io/wiki/utility-services#licensing-models-list - * - * determines the vendor on whose behalf the call is performed - * @param context NetLicensing.Context - * - * array of available license models or empty array if nothing found in promise. - * @returns {Promise} + /** + * Returns all license models. See NetLicensingAPI for details: + * @see https://netlicensing.io/wiki/utility-services#licensing-models-list + * + * determines the vendor on whose behalf the call is performed + * @param context NetLicensing.Context + * + * array of available license models or empty array if nothing found in promise. + * @returns {Promise} */ listLicensingModels: function listLicensingModels(context) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() { @@ -6025,17 +5986,17 @@ var _default = { }, _callee2); }))(); }, - /** - * Returns all countries. - * - * determines the vendor on whose behalf the call is performed - * @param context - * - * reserved for the future use, must be omitted / set to NULL - * @param filter - * - * collection of available countries or null/empty list if nothing found in promise. - * @returns {Promise} + /** + * Returns all countries. + * + * determines the vendor on whose behalf the call is performed + * @param context + * + * reserved for the future use, must be omitted / set to NULL + * @param filter + * + * collection of available countries or null/empty list if nothing found in promise. + * @returns {Promise} */ listCountries: function listCountries(context, filter) { return (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() { @@ -6075,7 +6036,6 @@ var _default = { }))(); } }; -exports["default"] = _default; /***/ }), @@ -6089,14 +6049,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ // Cast an attribute to a native JS type. -var _default = function _default(key, value) { +var _default = exports["default"] = function _default(key, value) { switch (key.trim().toLowerCase()) { case 'str': case 'string': @@ -6131,7 +6091,6 @@ var _default = function _default(key, value) { return value; } }; -exports["default"] = _default; /***/ }), @@ -6145,13 +6104,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var _default = { +var _default = exports["default"] = { isValid: function isValid(value) { var valid = value !== undefined && typeof value !== 'function'; if (typeof value === 'number') valid = Number.isFinite(value) && !Number.isNaN(value); @@ -6166,7 +6125,6 @@ var _default = { if (!parameter) throw new TypeError("Parameter ".concat(parameterName, " cannot be null or empty string")); } }; -exports["default"] = _default; /***/ }), @@ -6182,7 +6140,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; var _slicedToArray2 = _interopRequireDefault(__webpack_require__(7424)); -var _default = { +var _default = exports["default"] = { FILTER_DELIMITER: ';', FILTER_PAIR_DELIMITER: '=', encode: function encode() { @@ -6211,7 +6169,6 @@ var _default = { return filter; } }; -exports["default"] = _default; /***/ }), @@ -6228,13 +6185,13 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing +/** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing */ -var BundleObtainParameters = /*#__PURE__*/function () { +var BundleObtainParameters = exports["default"] = /*#__PURE__*/function () { function BundleObtainParameters() { (0, _classCallCheck2.default)(this, BundleObtainParameters); this.licenseeNumber = ''; @@ -6253,7 +6210,6 @@ var BundleObtainParameters = /*#__PURE__*/function () { }]); return BundleObtainParameters; }(); -exports["default"] = BundleObtainParameters; /***/ }), @@ -6274,34 +6230,34 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _Constants = _interopRequireDefault(__webpack_require__(1480)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -/** - * The context values. - * @type {{}} - * @private +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +/** + * The context values. + * @type {{}} + * @private */ var valuesMap = new WeakMap(); -/** - * List of values that was defined - * @type {{}} - * @private +/** + * List of values that was defined + * @type {{}} + * @private */ var definedMap = new WeakMap(); -/** - * Context defaults - * @type {{baseUrl: string, securityMode}} - * @private +/** + * Context defaults + * @type {{baseUrl: string, securityMode}} + * @private */ var defaultsMap = new WeakMap(); -var Context = /*#__PURE__*/function () { +var Context = exports["default"] = /*#__PURE__*/function () { function Context(values) { (0, _classCallCheck2.default)(this, Context); defaultsMap.set(this, { @@ -6373,11 +6329,11 @@ var Context = /*#__PURE__*/function () { return this.getValue('vendorNumber', def); } - /** - * Set a given values on the context. - * @param key - * @param value - * @returns {Context} + /** + * Set a given values on the context. + * @param key + * @param value + * @returns {Context} */ }, { key: "setValue", @@ -6397,10 +6353,10 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Set the array of context values. - * @param values - * @returns {Context} + /** + * Set the array of context values. + * @param values + * @returns {Context} */ }, { key: "setValues", @@ -6416,11 +6372,11 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Get an value from the context. - * @param key - * @param def - * @returns {*} + /** + * Get an value from the context. + * @param key + * @param def + * @returns {*} */ }, { key: "getValue", @@ -6428,8 +6384,8 @@ var Context = /*#__PURE__*/function () { return key in valuesMap.get(this) ? valuesMap.get(this)[key] : def; } - /** - * Get all of the current value on the context. + /** + * Get all of the current value on the context. */ }, { key: "getValues", @@ -6437,10 +6393,10 @@ var Context = /*#__PURE__*/function () { return _objectSpread({}, valuesMap.get(this)); } - /** - * Remove value - * @param key - * @returns {Context} + /** + * Remove value + * @param key + * @returns {Context} */ }, { key: "removeValue", @@ -6451,9 +6407,9 @@ var Context = /*#__PURE__*/function () { return this; } - /** - * Remove values - * @param keys + /** + * Remove values + * @param keys */ }, { key: "removeValues", @@ -6465,11 +6421,11 @@ var Context = /*#__PURE__*/function () { }); } - /** - * Define value getter and setter - * @param key - * @param onlyGetter - * @private + /** + * Define value getter and setter + * @param key + * @param onlyGetter + * @private */ }, { key: "define", @@ -6499,10 +6455,10 @@ var Context = /*#__PURE__*/function () { Object.defineProperty(this, key, descriptors); } - /** - * Check if value has defined - * @param key - * @private + /** + * Check if value has defined + * @param key + * @private */ }, { key: "hasDefine", @@ -6510,10 +6466,10 @@ var Context = /*#__PURE__*/function () { return Boolean(definedMap.get(this)[key]); } - /** - * Remove value getter and setter - * @param key - * @private + /** + * Remove value getter and setter + * @param key + * @private */ }, { key: "removeDefine", @@ -6526,7 +6482,6 @@ var Context = /*#__PURE__*/function () { }]); return Context; }(); -exports["default"] = Context; /***/ }), @@ -6540,7 +6495,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; -var _default = function _default() { +var _default = exports["default"] = function _default() { var content = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var pageNumber = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; var itemsNumber = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0; @@ -6576,7 +6531,6 @@ var _default = function _default() { } }); }; -exports["default"] = _default; /***/ }), @@ -6594,15 +6548,15 @@ exports["default"] = void 0; var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416)); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** * @author Labs64 * @license Apache-2.0 * @link https://netlicensing.io * @copyright 2017 Labs64 NetLicensing */ -var ValidationParameters = /*#__PURE__*/function () { +var ValidationParameters = exports["default"] = /*#__PURE__*/function () { function ValidationParameters() { (0, _classCallCheck2.default)(this, ValidationParameters); this.parameters = {}; @@ -6771,7 +6725,6 @@ var ValidationParameters = /*#__PURE__*/function () { }]); return ValidationParameters; }(); -exports["default"] = ValidationParameters; /***/ }), @@ -6791,14 +6744,14 @@ var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416)); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690)); var _createClass2 = _interopRequireDefault(__webpack_require__(9728)); var _CheckUtils = _interopRequireDefault(__webpack_require__(5661)); -function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } -function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ -var ValidationResults = /*#__PURE__*/function () { +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } /** + * @author Labs64 + * @license Apache-2.0 + * @link https://netlicensing.io + * @copyright 2017 Labs64 NetLicensing + */ +var ValidationResults = exports["default"] = /*#__PURE__*/function () { function ValidationResults() { (0, _classCallCheck2.default)(this, ValidationResults); this.validators = {}; @@ -6857,7 +6810,6 @@ var ValidationResults = /*#__PURE__*/function () { }]); return ValidationResults; }(); -exports["default"] = ValidationResults; /***/ }), @@ -8123,6 +8075,9 @@ var WriteAfterEndError = createErrorType( "write after end" ); +// istanbul ignore next +var destroy = Writable.prototype.destroy || noop; + // An HTTP(S) request that can be redirected function RedirectableRequest(options, responseCallback) { // Initialize the request @@ -8153,10 +8108,17 @@ function RedirectableRequest(options, responseCallback) { RedirectableRequest.prototype = Object.create(Writable.prototype); RedirectableRequest.prototype.abort = function () { - abortRequest(this._currentRequest); + destroyRequest(this._currentRequest); + this._currentRequest.abort(); this.emit("abort"); }; +RedirectableRequest.prototype.destroy = function (error) { + destroyRequest(this._currentRequest, error); + destroy.call(this, error); + return this; +}; + // Writes buffered data to the current native request RedirectableRequest.prototype.write = function (data, encoding, callback) { // Writing is not allowed if end has been called @@ -8269,6 +8231,7 @@ RedirectableRequest.prototype.setTimeout = function (msecs, callback) { self.removeListener("abort", clearTimer); self.removeListener("error", clearTimer); self.removeListener("response", clearTimer); + self.removeListener("close", clearTimer); if (callback) { self.removeListener("timeout", callback); } @@ -8295,6 +8258,7 @@ RedirectableRequest.prototype.setTimeout = function (msecs, callback) { this.on("abort", clearTimer); this.on("error", clearTimer); this.on("response", clearTimer); + this.on("close", clearTimer); return this; }; @@ -8446,7 +8410,7 @@ RedirectableRequest.prototype._processResponse = function (response) { } // The response is a redirect, so abort the current request - abortRequest(this._currentRequest); + destroyRequest(this._currentRequest); // Discard the remainder of the response to avoid waiting for data response.destroy(); @@ -8675,12 +8639,12 @@ function createErrorType(code, message, baseClass) { return CustomError; } -function abortRequest(request) { +function destroyRequest(request, error) { for (var event of events) { request.removeListener(event, eventHandlers[event]); } request.on("error", noop); - request.abort(); + request.destroy(error); } function isSubdomain(subdomain, domain) { @@ -10220,7 +10184,11 @@ module.exports = _interopRequireDefault, module.exports.__esModule = true, modul /***/ ((module) => { function _isNativeFunction(fn) { - return Function.toString.call(fn).indexOf("[native code]") !== -1; + try { + return Function.toString.call(fn).indexOf("[native code]") !== -1; + } catch (e) { + return typeof fn === "function"; + } } module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -10247,31 +10215,31 @@ module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, mo /***/ 8872: /***/ ((module) => { -function _iterableToArrayLimit(arr, i) { - var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; - if (null != _i) { - var _s, - _e, - _x, - _r, - _arr = [], - _n = !0, - _d = !1; +function _iterableToArrayLimit(r, l) { + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (null != t) { + var e, + n, + i, + u, + a = [], + f = !0, + o = !1; try { - if (_x = (_i = _i.call(arr)).next, 0 === i) { - if (Object(_i) !== _i) return; - _n = !1; - } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); - } catch (err) { - _d = !0, _e = err; + if (i = (t = t.call(r)).next, 0 === l) { + if (Object(t) !== t) return; + f = !1; + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); + } catch (r) { + o = !0, n = r; } finally { try { - if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { - if (_d) throw _e; + if (o) throw n; } } - return _arr; + return a; } } module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -10312,304 +10280,304 @@ var _typeof = (__webpack_require__(8698)["default"]); function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ module.exports = _regeneratorRuntime = function _regeneratorRuntime() { - return exports; + return e; }, module.exports.__esModule = true, module.exports["default"] = module.exports; - var exports = {}, - Op = Object.prototype, - hasOwn = Op.hasOwnProperty, - defineProperty = Object.defineProperty || function (obj, key, desc) { - obj[key] = desc.value; + var t, + e = {}, + r = Object.prototype, + n = r.hasOwnProperty, + o = Object.defineProperty || function (t, e, r) { + t[e] = r.value; }, - $Symbol = "function" == typeof Symbol ? Symbol : {}, - iteratorSymbol = $Symbol.iterator || "@@iterator", - asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", - toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; - function define(obj, key, value) { - return Object.defineProperty(obj, key, { - value: value, + i = "function" == typeof Symbol ? Symbol : {}, + a = i.iterator || "@@iterator", + c = i.asyncIterator || "@@asyncIterator", + u = i.toStringTag || "@@toStringTag"; + function define(t, e, r) { + return Object.defineProperty(t, e, { + value: r, enumerable: !0, configurable: !0, writable: !0 - }), obj[key]; + }), t[e]; } try { define({}, ""); - } catch (err) { - define = function define(obj, key, value) { - return obj[key] = value; + } catch (t) { + define = function define(t, e, r) { + return t[e] = r; }; } - function wrap(innerFn, outerFn, self, tryLocsList) { - var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, - generator = Object.create(protoGenerator.prototype), - context = new Context(tryLocsList || []); - return defineProperty(generator, "_invoke", { - value: makeInvokeMethod(innerFn, self, context) - }), generator; + function wrap(t, e, r, n) { + var i = e && e.prototype instanceof Generator ? e : Generator, + a = Object.create(i.prototype), + c = new Context(n || []); + return o(a, "_invoke", { + value: makeInvokeMethod(t, r, c) + }), a; } - function tryCatch(fn, obj, arg) { + function tryCatch(t, e, r) { try { return { type: "normal", - arg: fn.call(obj, arg) + arg: t.call(e, r) }; - } catch (err) { + } catch (t) { return { type: "throw", - arg: err + arg: t }; } } - exports.wrap = wrap; - var ContinueSentinel = {}; + e.wrap = wrap; + var h = "suspendedStart", + l = "suspendedYield", + f = "executing", + s = "completed", + y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} - var IteratorPrototype = {}; - define(IteratorPrototype, iteratorSymbol, function () { + var p = {}; + define(p, a, function () { return this; }); - var getProto = Object.getPrototypeOf, - NativeIteratorPrototype = getProto && getProto(getProto(values([]))); - NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); - var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); - function defineIteratorMethods(prototype) { - ["next", "throw", "return"].forEach(function (method) { - define(prototype, method, function (arg) { - return this._invoke(method, arg); + var d = Object.getPrototypeOf, + v = d && d(d(values([]))); + v && v !== r && n.call(v, a) && (p = v); + var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); + function defineIteratorMethods(t) { + ["next", "throw", "return"].forEach(function (e) { + define(t, e, function (t) { + return this._invoke(e, t); }); }); } - function AsyncIterator(generator, PromiseImpl) { - function invoke(method, arg, resolve, reject) { - var record = tryCatch(generator[method], generator, arg); - if ("throw" !== record.type) { - var result = record.arg, - value = result.value; - return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { - invoke("next", value, resolve, reject); - }, function (err) { - invoke("throw", err, resolve, reject); - }) : PromiseImpl.resolve(value).then(function (unwrapped) { - result.value = unwrapped, resolve(result); - }, function (error) { - return invoke("throw", error, resolve, reject); + function AsyncIterator(t, e) { + function invoke(r, o, i, a) { + var c = tryCatch(t[r], t, o); + if ("throw" !== c.type) { + var u = c.arg, + h = u.value; + return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { + invoke("next", t, i, a); + }, function (t) { + invoke("throw", t, i, a); + }) : e.resolve(h).then(function (t) { + u.value = t, i(u); + }, function (t) { + return invoke("throw", t, i, a); }); } - reject(record.arg); + a(c.arg); } - var previousPromise; - defineProperty(this, "_invoke", { - value: function value(method, arg) { + var r; + o(this, "_invoke", { + value: function value(t, n) { function callInvokeWithMethodAndArg() { - return new PromiseImpl(function (resolve, reject) { - invoke(method, arg, resolve, reject); + return new e(function (e, r) { + invoke(t, n, e, r); }); } - return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } - function makeInvokeMethod(innerFn, self, context) { - var state = "suspendedStart"; - return function (method, arg) { - if ("executing" === state) throw new Error("Generator is already running"); - if ("completed" === state) { - if ("throw" === method) throw arg; - return doneResult(); - } - for (context.method = method, context.arg = arg;;) { - var delegate = context.delegate; - if (delegate) { - var delegateResult = maybeInvokeDelegate(delegate, context); - if (delegateResult) { - if (delegateResult === ContinueSentinel) continue; - return delegateResult; + function makeInvokeMethod(e, r, n) { + var o = h; + return function (i, a) { + if (o === f) throw new Error("Generator is already running"); + if (o === s) { + if ("throw" === i) throw a; + return { + value: t, + done: !0 + }; + } + for (n.method = i, n.arg = a;;) { + var c = n.delegate; + if (c) { + var u = maybeInvokeDelegate(c, n); + if (u) { + if (u === y) continue; + return u; } } - if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { - if ("suspendedStart" === state) throw state = "completed", context.arg; - context.dispatchException(context.arg); - } else "return" === context.method && context.abrupt("return", context.arg); - state = "executing"; - var record = tryCatch(innerFn, self, context); - if ("normal" === record.type) { - if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; + if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { + if (o === h) throw o = s, n.arg; + n.dispatchException(n.arg); + } else "return" === n.method && n.abrupt("return", n.arg); + o = f; + var p = tryCatch(e, r, n); + if ("normal" === p.type) { + if (o = n.done ? s : l, p.arg === y) continue; return { - value: record.arg, - done: context.done + value: p.arg, + done: n.done }; } - "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); + "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } - function maybeInvokeDelegate(delegate, context) { - var methodName = context.method, - method = delegate.iterator[methodName]; - if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; - var record = tryCatch(method, delegate.iterator, context.arg); - if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; - var info = record.arg; - return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); - } - function pushTryEntry(locs) { - var entry = { - tryLoc: locs[0] + function maybeInvokeDelegate(e, r) { + var n = r.method, + o = e.iterator[n]; + if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; + var i = tryCatch(o, e.iterator, r.arg); + if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; + var a = i.arg; + return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); + } + function pushTryEntry(t) { + var e = { + tryLoc: t[0] }; - 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); + 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } - function resetTryEntry(entry) { - var record = entry.completion || {}; - record.type = "normal", delete record.arg, entry.completion = record; + function resetTryEntry(t) { + var e = t.completion || {}; + e.type = "normal", delete e.arg, t.completion = e; } - function Context(tryLocsList) { + function Context(t) { this.tryEntries = [{ tryLoc: "root" - }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); - } - function values(iterable) { - if (iterable) { - var iteratorMethod = iterable[iteratorSymbol]; - if (iteratorMethod) return iteratorMethod.call(iterable); - if ("function" == typeof iterable.next) return iterable; - if (!isNaN(iterable.length)) { - var i = -1, - next = function next() { - for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; - return next.value = undefined, next.done = !0, next; + }], t.forEach(pushTryEntry, this), this.reset(!0); + } + function values(e) { + if (e || "" === e) { + var r = e[a]; + if (r) return r.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) { + var o = -1, + i = function next() { + for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; + return next.value = t, next.done = !0, next; }; - return next.next = next; + return i.next = i; } } - return { - next: doneResult - }; - } - function doneResult() { - return { - value: undefined, - done: !0 - }; + throw new TypeError(_typeof(e) + " is not iterable"); } - return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { + return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 - }), defineProperty(GeneratorFunctionPrototype, "constructor", { + }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 - }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { - var ctor = "function" == typeof genFun && genFun.constructor; - return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); - }, exports.mark = function (genFun) { - return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; - }, exports.awrap = function (arg) { + }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { + var e = "function" == typeof t && t.constructor; + return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); + }, e.mark = function (t) { + return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; + }, e.awrap = function (t) { return { - __await: arg + __await: t }; - }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { + }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; - }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { - void 0 === PromiseImpl && (PromiseImpl = Promise); - var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); - return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { - return result.done ? result.value : iter.next(); + }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { + void 0 === i && (i = Promise); + var a = new AsyncIterator(wrap(t, r, n, o), i); + return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { + return t.done ? t.value : a.next(); }); - }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { + }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; - }), define(Gp, "toString", function () { + }), define(g, "toString", function () { return "[object Generator]"; - }), exports.keys = function (val) { - var object = Object(val), - keys = []; - for (var key in object) keys.push(key); - return keys.reverse(), function next() { - for (; keys.length;) { - var key = keys.pop(); - if (key in object) return next.value = key, next.done = !1, next; + }), e.keys = function (t) { + var e = Object(t), + r = []; + for (var n in e) r.push(n); + return r.reverse(), function next() { + for (; r.length;) { + var t = r.pop(); + if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; - }, exports.values = values, Context.prototype = { + }, e.values = values, Context.prototype = { constructor: Context, - reset: function reset(skipTempReset) { - if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); + reset: function reset(e) { + if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; - var rootRecord = this.tryEntries[0].completion; - if ("throw" === rootRecord.type) throw rootRecord.arg; + var t = this.tryEntries[0].completion; + if ("throw" === t.type) throw t.arg; return this.rval; }, - dispatchException: function dispatchException(exception) { - if (this.done) throw exception; - var context = this; - function handle(loc, caught) { - return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; - } - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i], - record = entry.completion; - if ("root" === entry.tryLoc) return handle("end"); - if (entry.tryLoc <= this.prev) { - var hasCatch = hasOwn.call(entry, "catchLoc"), - hasFinally = hasOwn.call(entry, "finallyLoc"); - if (hasCatch && hasFinally) { - if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); - if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); - } else if (hasCatch) { - if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); + dispatchException: function dispatchException(e) { + if (this.done) throw e; + var r = this; + function handle(n, o) { + return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; + } + for (var o = this.tryEntries.length - 1; o >= 0; --o) { + var i = this.tryEntries[o], + a = i.completion; + if ("root" === i.tryLoc) return handle("end"); + if (i.tryLoc <= this.prev) { + var c = n.call(i, "catchLoc"), + u = n.call(i, "finallyLoc"); + if (c && u) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); + } else if (c) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { - if (!hasFinally) throw new Error("try statement without catch or finally"); - if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); + if (!u) throw new Error("try statement without catch or finally"); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, - abrupt: function abrupt(type, arg) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { - var finallyEntry = entry; + abrupt: function abrupt(t, e) { + for (var r = this.tryEntries.length - 1; r >= 0; --r) { + var o = this.tryEntries[r]; + if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { + var i = o; break; } } - finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); - var record = finallyEntry ? finallyEntry.completion : {}; - return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); + i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); + var a = i ? i.completion : {}; + return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, - complete: function complete(record, afterLoc) { - if ("throw" === record.type) throw record.arg; - return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; + complete: function complete(t, e) { + if ("throw" === t.type) throw t.arg; + return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, - finish: function finish(finallyLoc) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; + finish: function finish(t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, - "catch": function _catch(tryLoc) { - for (var i = this.tryEntries.length - 1; i >= 0; --i) { - var entry = this.tryEntries[i]; - if (entry.tryLoc === tryLoc) { - var record = entry.completion; - if ("throw" === record.type) { - var thrown = record.arg; - resetTryEntry(entry); + "catch": function _catch(t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.tryLoc === t) { + var n = r.completion; + if ("throw" === n.type) { + var o = n.arg; + resetTryEntry(r); } - return thrown; + return o; } } throw new Error("illegal catch attempt"); }, - delegateYield: function delegateYield(iterable, resultName, nextLoc) { + delegateYield: function delegateYield(e, r, n) { return this.delegate = { - iterator: values(iterable), - resultName: resultName, - nextLoc: nextLoc - }, "next" === this.method && (this.arg = undefined), ContinueSentinel; + iterator: values(e), + resultName: r, + nextLoc: n + }, "next" === this.method && (this.arg = t), y; } - }, exports; + }, e; } module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -10692,14 +10660,14 @@ module.exports = _toPropertyKey, module.exports.__esModule = true, module.export /***/ 8698: /***/ ((module) => { -function _typeof(obj) { +function _typeof(o) { "@babel/helpers - typeof"; - return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { - return typeof obj; - } : function (obj) { - return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; - }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj); + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { + return typeof o; + } : function (o) { + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o); } module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; @@ -10784,7 +10752,7 @@ try { /***/ ((module, __unused_webpack_exports, __webpack_require__) => { "use strict"; -// Axios v1.4.0 Copyright (c) 2023 Matt Zabriskie and contributors +// Axios v1.6.2 Copyright (c) 2023 Matt Zabriskie and contributors const FormData$1 = __webpack_require__(6882); @@ -11354,8 +11322,9 @@ const reduceDescriptors = (obj, reducer) => { const reducedDescriptors = {}; forEach(descriptors, (descriptor, name) => { - if (reducer(descriptor, name, obj) !== false) { - reducedDescriptors[name] = descriptor; + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; } }); @@ -11481,7 +11450,7 @@ const isAsyncFn = kindOfTest('AsyncFunction'); const isThenable = (thing) => thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); -const utils = { +const utils$1 = { isArray, isArrayBuffer, isBuffer, @@ -11563,7 +11532,7 @@ function AxiosError(message, code, config, request, response) { response && (this.response = response); } -utils.inherits(AxiosError, Error, { +utils$1.inherits(AxiosError, Error, { toJSON: function toJSON() { return { // Standard @@ -11578,7 +11547,7 @@ utils.inherits(AxiosError, Error, { columnNumber: this.columnNumber, stack: this.stack, // Axios - config: utils.toJSONObject(this.config), + config: utils$1.toJSONObject(this.config), code: this.code, status: this.response && this.response.status ? this.response.status : null }; @@ -11613,7 +11582,7 @@ Object.defineProperty(prototype$1, 'isAxiosError', {value: true}); AxiosError.from = (error, code, config, request, response, customProps) => { const axiosError = Object.create(prototype$1); - utils.toFlatObject(error, axiosError, function filter(obj) { + utils$1.toFlatObject(error, axiosError, function filter(obj) { return obj !== Error.prototype; }, prop => { return prop !== 'isAxiosError'; @@ -11638,7 +11607,7 @@ AxiosError.from = (error, code, config, request, response, customProps) => { * @returns {boolean} */ function isVisitable(thing) { - return utils.isPlainObject(thing) || utils.isArray(thing); + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); } /** @@ -11649,7 +11618,7 @@ function isVisitable(thing) { * @returns {string} the key without the brackets. */ function removeBrackets(key) { - return utils.endsWith(key, '[]') ? key.slice(0, -2) : key; + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; } /** @@ -11678,10 +11647,10 @@ function renderKey(path, key, dots) { * @returns {boolean} */ function isFlatArray(arr) { - return utils.isArray(arr) && !arr.some(isVisitable); + return utils$1.isArray(arr) && !arr.some(isVisitable); } -const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) { +const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { return /^is[A-Z]/.test(prop); }); @@ -11709,7 +11678,7 @@ const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) { * @returns */ function toFormData(obj, formData, options) { - if (!utils.isObject(obj)) { + if (!utils$1.isObject(obj)) { throw new TypeError('target must be an object'); } @@ -11717,13 +11686,13 @@ function toFormData(obj, formData, options) { formData = formData || new (FormData__default["default"] || FormData)(); // eslint-disable-next-line no-param-reassign - options = utils.toFlatObject(options, { + options = utils$1.toFlatObject(options, { metaTokens: true, dots: false, indexes: false }, false, function defined(option, source) { // eslint-disable-next-line no-eq-null,eqeqeq - return !utils.isUndefined(source[option]); + return !utils$1.isUndefined(source[option]); }); const metaTokens = options.metaTokens; @@ -11732,24 +11701,24 @@ function toFormData(obj, formData, options) { const dots = options.dots; const indexes = options.indexes; const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; - const useBlob = _Blob && utils.isSpecCompliantForm(formData); + const useBlob = _Blob && utils$1.isSpecCompliantForm(formData); - if (!utils.isFunction(visitor)) { + if (!utils$1.isFunction(visitor)) { throw new TypeError('visitor must be a function'); } function convertValue(value) { if (value === null) return ''; - if (utils.isDate(value)) { + if (utils$1.isDate(value)) { return value.toISOString(); } - if (!useBlob && utils.isBlob(value)) { + if (!useBlob && utils$1.isBlob(value)) { throw new AxiosError('Blob is not supported. Use a Buffer instead.'); } - if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) { + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); } @@ -11770,20 +11739,20 @@ function toFormData(obj, formData, options) { let arr = value; if (value && !path && typeof value === 'object') { - if (utils.endsWith(key, '{}')) { + if (utils$1.endsWith(key, '{}')) { // eslint-disable-next-line no-param-reassign key = metaTokens ? key : key.slice(0, -2); // eslint-disable-next-line no-param-reassign value = JSON.stringify(value); } else if ( - (utils.isArray(value) && isFlatArray(value)) || - ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value)) + (utils$1.isArray(value) && isFlatArray(value)) || + ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)) )) { // eslint-disable-next-line no-param-reassign key = removeBrackets(key); arr.forEach(function each(el, index) { - !(utils.isUndefined(el) || el === null) && formData.append( + !(utils$1.isUndefined(el) || el === null) && formData.append( // eslint-disable-next-line no-nested-ternary indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), convertValue(el) @@ -11811,7 +11780,7 @@ function toFormData(obj, formData, options) { }); function build(value, path) { - if (utils.isUndefined(value)) return; + if (utils$1.isUndefined(value)) return; if (stack.indexOf(value) !== -1) { throw Error('Circular reference detected in ' + path.join('.')); @@ -11819,9 +11788,9 @@ function toFormData(obj, formData, options) { stack.push(value); - utils.forEach(value, function each(el, key) { - const result = !(utils.isUndefined(el) || el === null) && visitor.call( - formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers + utils$1.forEach(value, function each(el, key) { + const result = !(utils$1.isUndefined(el) || el === null) && visitor.call( + formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers ); if (result === true) { @@ -11832,7 +11801,7 @@ function toFormData(obj, formData, options) { stack.pop(); } - if (!utils.isObject(obj)) { + if (!utils$1.isObject(obj)) { throw new TypeError('data must be an object'); } @@ -11936,7 +11905,7 @@ function buildURL(url, params, options) { if (serializeFn) { serializedParams = serializeFn(params, options); } else { - serializedParams = utils.isURLSearchParams(params) ? + serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, options).toString(_encode); } @@ -12011,7 +11980,7 @@ class InterceptorManager { * @returns {void} */ forEach(fn) { - utils.forEach(this.handlers, function forEachHandler(h) { + utils$1.forEach(this.handlers, function forEachHandler(h) { if (h !== null) { fn(h); } @@ -12029,7 +11998,7 @@ const transitionalDefaults = { const URLSearchParams = url__default["default"].URLSearchParams; -const platform = { +const platform$1 = { isNode: true, classes: { URLSearchParams, @@ -12039,10 +12008,64 @@ const platform = { protocols: [ 'http', 'https', 'file', 'data' ] }; +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ +const hasStandardBrowserEnv = ( + (product) => { + return hasBrowserEnv && ['ReactNative', 'NativeScript', 'NS'].indexOf(product) < 0 + })(typeof navigator !== 'undefined' && navigator.product); + +/** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ +const hasStandardBrowserWebWorkerEnv = (() => { + return ( + typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && + typeof self.importScripts === 'function' + ); +})(); + +const utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv +}); + +const platform = { + ...utils, + ...platform$1 +}; + function toURLEncodedForm(data, options) { return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ visitor: function(value, key, path, helpers) { - if (utils.isBuffer(value)) { + if (platform.isNode && utils$1.isBuffer(value)) { this.append(key, value.toString('base64')); return false; } @@ -12064,7 +12087,7 @@ function parsePropPath(name) { // foo.x.y.z // foo-x-y-z // foo x y z - return utils.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => { return match[0] === '[]' ? '' : match[1] || match[0]; }); } @@ -12101,10 +12124,10 @@ function formDataToJSON(formData) { let name = path[index++]; const isNumericKey = Number.isFinite(+name); const isLast = index >= path.length; - name = !name && utils.isArray(target) ? target.length : name; + name = !name && utils$1.isArray(target) ? target.length : name; if (isLast) { - if (utils.hasOwnProp(target, name)) { + if (utils$1.hasOwnProp(target, name)) { target[name] = [target[name], value]; } else { target[name] = value; @@ -12113,23 +12136,23 @@ function formDataToJSON(formData) { return !isNumericKey; } - if (!target[name] || !utils.isObject(target[name])) { + if (!target[name] || !utils$1.isObject(target[name])) { target[name] = []; } const result = buildPath(path, value, target[name], index); - if (result && utils.isArray(target[name])) { + if (result && utils$1.isArray(target[name])) { target[name] = arrayToObject(target[name]); } return !isNumericKey; } - if (utils.isFormData(formData) && utils.isFunction(formData.entries)) { + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { const obj = {}; - utils.forEachEntry(formData, (name, value) => { + utils$1.forEachEntry(formData, (name, value) => { buildPath(parsePropPath(name), value, obj, 0); }); @@ -12139,10 +12162,6 @@ function formDataToJSON(formData) { return null; } -const DEFAULT_CONTENT_TYPE = { - 'Content-Type': undefined -}; - /** * It takes a string, tries to parse it, and if it fails, it returns the stringified version * of the input @@ -12154,10 +12173,10 @@ const DEFAULT_CONTENT_TYPE = { * @returns {string} A stringified version of the rawValue. */ function stringifySafely(rawValue, parser, encoder) { - if (utils.isString(rawValue)) { + if (utils$1.isString(rawValue)) { try { (parser || JSON.parse)(rawValue); - return utils.trim(rawValue); + return utils$1.trim(rawValue); } catch (e) { if (e.name !== 'SyntaxError') { throw e; @@ -12177,13 +12196,13 @@ const defaults = { transformRequest: [function transformRequest(data, headers) { const contentType = headers.getContentType() || ''; const hasJSONContentType = contentType.indexOf('application/json') > -1; - const isObjectPayload = utils.isObject(data); + const isObjectPayload = utils$1.isObject(data); - if (isObjectPayload && utils.isHTMLForm(data)) { + if (isObjectPayload && utils$1.isHTMLForm(data)) { data = new FormData(data); } - const isFormData = utils.isFormData(data); + const isFormData = utils$1.isFormData(data); if (isFormData) { if (!hasJSONContentType) { @@ -12192,18 +12211,18 @@ const defaults = { return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; } - if (utils.isArrayBuffer(data) || - utils.isBuffer(data) || - utils.isStream(data) || - utils.isFile(data) || - utils.isBlob(data) + if (utils$1.isArrayBuffer(data) || + utils$1.isBuffer(data) || + utils$1.isStream(data) || + utils$1.isFile(data) || + utils$1.isBlob(data) ) { return data; } - if (utils.isArrayBufferView(data)) { + if (utils$1.isArrayBufferView(data)) { return data.buffer; } - if (utils.isURLSearchParams(data)) { + if (utils$1.isURLSearchParams(data)) { headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); return data.toString(); } @@ -12215,7 +12234,7 @@ const defaults = { return toURLEncodedForm(data, this.formSerializer).toString(); } - if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { const _FormData = this.env && this.env.FormData; return toFormData( @@ -12239,7 +12258,7 @@ const defaults = { const forcedJSONParsing = transitional && transitional.forcedJSONParsing; const JSONRequested = this.responseType === 'json'; - if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { const silentJSONParsing = transitional && transitional.silentJSONParsing; const strictJSONParsing = !silentJSONParsing && JSONRequested; @@ -12281,24 +12300,21 @@ const defaults = { headers: { common: { - 'Accept': 'application/json, text/plain, */*' + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined } } }; -utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { +utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { defaults.headers[method] = {}; }); -utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { - defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); -}); - const defaults$1 = defaults; // RawAxiosHeaders whose duplicates are ignored by node // c.f. https://nodejs.org/api/http.html#http_message_headers -const ignoreDuplicateOf = utils.toObjectSet([ +const ignoreDuplicateOf = utils$1.toObjectSet([ 'age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', @@ -12359,7 +12375,7 @@ function normalizeValue(value) { return value; } - return utils.isArray(value) ? value.map(normalizeValue) : String(value); + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); } function parseTokens(str) { @@ -12377,7 +12393,7 @@ function parseTokens(str) { const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { - if (utils.isFunction(filter)) { + if (utils$1.isFunction(filter)) { return filter.call(this, value, header); } @@ -12385,13 +12401,13 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { value = header; } - if (!utils.isString(value)) return; + if (!utils$1.isString(value)) return; - if (utils.isString(filter)) { + if (utils$1.isString(filter)) { return value.indexOf(filter) !== -1; } - if (utils.isRegExp(filter)) { + if (utils$1.isRegExp(filter)) { return filter.test(value); } } @@ -12404,7 +12420,7 @@ function formatHeader(header) { } function buildAccessors(obj, header) { - const accessorName = utils.toCamelCase(' ' + header); + const accessorName = utils$1.toCamelCase(' ' + header); ['get', 'set', 'has'].forEach(methodName => { Object.defineProperty(obj, methodName + accessorName, { @@ -12431,7 +12447,7 @@ class AxiosHeaders { throw new Error('header name must be a non-empty string'); } - const key = utils.findKey(self, lHeader); + const key = utils$1.findKey(self, lHeader); if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { self[key || _header] = normalizeValue(_value); @@ -12439,11 +12455,11 @@ class AxiosHeaders { } const setHeaders = (headers, _rewrite) => - utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); - if (utils.isPlainObject(header) || header instanceof this.constructor) { + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { setHeaders(header, valueOrRewrite); - } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { setHeaders(parseHeaders(header), valueOrRewrite); } else { header != null && setHeader(valueOrRewrite, header, rewrite); @@ -12456,7 +12472,7 @@ class AxiosHeaders { header = normalizeHeader(header); if (header) { - const key = utils.findKey(this, header); + const key = utils$1.findKey(this, header); if (key) { const value = this[key]; @@ -12469,11 +12485,11 @@ class AxiosHeaders { return parseTokens(value); } - if (utils.isFunction(parser)) { + if (utils$1.isFunction(parser)) { return parser.call(this, value, key); } - if (utils.isRegExp(parser)) { + if (utils$1.isRegExp(parser)) { return parser.exec(value); } @@ -12486,7 +12502,7 @@ class AxiosHeaders { header = normalizeHeader(header); if (header) { - const key = utils.findKey(this, header); + const key = utils$1.findKey(this, header); return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); } @@ -12502,7 +12518,7 @@ class AxiosHeaders { _header = normalizeHeader(_header); if (_header) { - const key = utils.findKey(self, _header); + const key = utils$1.findKey(self, _header); if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { delete self[key]; @@ -12512,7 +12528,7 @@ class AxiosHeaders { } } - if (utils.isArray(header)) { + if (utils$1.isArray(header)) { header.forEach(deleteHeader); } else { deleteHeader(header); @@ -12541,8 +12557,8 @@ class AxiosHeaders { const self = this; const headers = {}; - utils.forEach(this, (value, header) => { - const key = utils.findKey(headers, header); + utils$1.forEach(this, (value, header) => { + const key = utils$1.findKey(headers, header); if (key) { self[key] = normalizeValue(value); @@ -12571,8 +12587,8 @@ class AxiosHeaders { toJSON(asStrings) { const obj = Object.create(null); - utils.forEach(this, (value, header) => { - value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value); + utils$1.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); }); return obj; @@ -12619,7 +12635,7 @@ class AxiosHeaders { } } - utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); return this; } @@ -12627,8 +12643,18 @@ class AxiosHeaders { AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); -utils.freezeMethods(AxiosHeaders.prototype); -utils.freezeMethods(AxiosHeaders); +// reserved names hotfix +utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils$1.freezeMethods(AxiosHeaders); const AxiosHeaders$1 = AxiosHeaders; @@ -12646,7 +12672,7 @@ function transformData(fns, response) { const headers = AxiosHeaders$1.from(context.headers); let data = context.data; - utils.forEach(fns, function transform(fn) { + utils$1.forEach(fns, function transform(fn) { data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); }); @@ -12674,7 +12700,7 @@ function CanceledError(message, config, request) { this.name = 'CanceledError'; } -utils.inherits(CanceledError, AxiosError, { +utils$1.inherits(CanceledError, AxiosError, { __CANCEL__: true }); @@ -12747,7 +12773,7 @@ function buildFullPath(baseURL, requestedURL) { return requestedURL; } -const VERSION = "1.4.0"; +const VERSION = "1.6.2"; function parseProtocol(url) { const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); @@ -12888,7 +12914,7 @@ const kInternals = Symbol('internals'); class AxiosTransformStream extends stream__default["default"].Transform{ constructor(options) { - options = utils.toFlatObject(options, { + options = utils$1.toFlatObject(options, { maxRate: 0, chunkSize: 64 * 1024, minChunkSize: 100, @@ -12896,7 +12922,7 @@ class AxiosTransformStream extends stream__default["default"].Transform{ ticksRate: 2, samplesCount: 15 }, null, (prop, source) => { - return !utils.isUndefined(source[prop]); + return !utils$1.isUndefined(source[prop]); }); super({ @@ -13085,7 +13111,7 @@ const readBlob = async function* (blob) { const readBlob$1 = readBlob; -const BOUNDARY_ALPHABET = utils.ALPHABET.ALPHA_DIGIT + '-_'; +const BOUNDARY_ALPHABET = utils$1.ALPHABET.ALPHA_DIGIT + '-_'; const textEncoder = new util.TextEncoder(); @@ -13096,7 +13122,7 @@ const CRLF_BYTES_COUNT = 2; class FormDataPart { constructor(name, value) { const {escapeName} = this.constructor; - const isStringValue = utils.isString(value); + const isStringValue = utils$1.isString(value); let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${ !isStringValue && value.name ? `; filename="${escapeName(value.name)}"` : '' @@ -13123,7 +13149,7 @@ class FormDataPart { const {value} = this; - if(utils.isTypedArray(value)) { + if(utils$1.isTypedArray(value)) { yield value; } else { yield* readBlob$1(value); @@ -13145,10 +13171,10 @@ const formDataToStream = (form, headersHandler, options) => { const { tag = 'form-data-boundary', size = 25, - boundary = tag + '-' + utils.generateString(size, BOUNDARY_ALPHABET) + boundary = tag + '-' + utils$1.generateString(size, BOUNDARY_ALPHABET) } = options || {}; - if(!utils.isFormData(form)) { + if(!utils$1.isFormData(form)) { throw TypeError('FormData instance required'); } @@ -13168,7 +13194,7 @@ const formDataToStream = (form, headersHandler, options) => { contentLength += boundaryBytes.byteLength * parts.length; - contentLength = utils.toFiniteNumber(contentLength); + contentLength = utils$1.toFiniteNumber(contentLength); const computedHeaders = { 'Content-Type': `multipart/form-data; boundary=${boundary}` @@ -13218,7 +13244,7 @@ class ZlibHeaderTransformStream extends stream__default["default"].Transform { const ZlibHeaderTransformStream$1 = ZlibHeaderTransformStream; const callbackify = (fn, reducer) => { - return utils.isAsyncFn(fn) ? function (...args) { + return utils$1.isAsyncFn(fn) ? function (...args) { const cb = args.pop(); fn.apply(this, args).then((value) => { try { @@ -13242,7 +13268,7 @@ const brotliOptions = { finishFlush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH }; -const isBrotliSupported = utils.isFunction(zlib__default["default"].createBrotliDecompress); +const isBrotliSupported = utils$1.isFunction(zlib__default["default"].createBrotliDecompress); const {http: httpFollow, https: httpsFollow} = followRedirects__default["default"]; @@ -13322,7 +13348,7 @@ function setProxy(options, configProxy, location) { }; } -const isHttpAdapterSupported = typeof process !== 'undefined' && utils.kindOf(process) === 'process'; +const isHttpAdapterSupported = typeof process !== 'undefined' && utils$1.kindOf(process) === 'process'; // temporary hotfix @@ -13351,6 +13377,18 @@ const wrapAsync = (asyncExecutor) => { }) }; +const resolveFamily = ({address, family}) => { + if (!utils$1.isString(address)) { + throw TypeError('address must be a string'); + } + return ({ + address, + family: family || (address.indexOf('.') < 0 ? 6 : 4) + }); +}; + +const buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {address, family}); + /*eslint consistent-return:0*/ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) { @@ -13361,15 +13399,16 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { let rejected = false; let req; - if (lookup && utils.isAsyncFn(lookup)) { - lookup = callbackify$1(lookup, (entry) => { - if(utils.isString(entry)) { - entry = [entry, entry.indexOf('.') < 0 ? 6 : 4]; - } else if (!utils.isArray(entry)) { - throw new TypeError('lookup async function must return an array [ip: string, family: number]]') - } - return entry; - }); + if (lookup) { + const _lookup = callbackify$1(lookup, (value) => utils$1.isArray(value) ? value : [value]); + // hotfix to support opt.all option which is required for node 20.x + lookup = (hostname, opt, cb) => { + _lookup(hostname, opt, (err, arg0, arg1) => { + const addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)]; + + opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family); + }); + }; } // temporary internal emitter until the AxiosRequest class will be implemented @@ -13437,7 +13476,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { convertedData = convertedData.toString(responseEncoding); if (!responseEncoding || responseEncoding === 'utf8') { - convertedData = utils.stripBOM(convertedData); + convertedData = utils$1.stripBOM(convertedData); } } else if (responseType === 'stream') { convertedData = stream__default["default"].Readable.from(convertedData); @@ -13475,7 +13514,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { let maxDownloadRate = undefined; // support for spec compliant FormData objects - if (utils.isSpecCompliantForm(data)) { + if (utils$1.isSpecCompliantForm(data)) { const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i); data = formDataToStream$1(data, (formHeaders) => { @@ -13485,7 +13524,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { boundary: userBoundary && userBoundary[1] || undefined }); // support for https://www.npmjs.com/package/form-data api - } else if (utils.isFormData(data) && utils.isFunction(data.getHeaders)) { + } else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) { headers.set(data.getHeaders()); if (!headers.hasContentLength()) { @@ -13496,14 +13535,14 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { } catch (e) { } } - } else if (utils.isBlob(data)) { + } else if (utils$1.isBlob(data)) { data.size && headers.setContentType(data.type || 'application/octet-stream'); headers.setContentLength(data.size || 0); data = stream__default["default"].Readable.from(readBlob$1(data)); - } else if (data && !utils.isStream(data)) { - if (Buffer.isBuffer(data)) ; else if (utils.isArrayBuffer(data)) { + } else if (data && !utils$1.isStream(data)) { + if (Buffer.isBuffer(data)) ; else if (utils$1.isArrayBuffer(data)) { data = Buffer.from(new Uint8Array(data)); - } else if (utils.isString(data)) { + } else if (utils$1.isString(data)) { data = Buffer.from(data, 'utf-8'); } else { return reject(new AxiosError( @@ -13525,9 +13564,9 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { } } - const contentLength = utils.toFiniteNumber(headers.getContentLength()); + const contentLength = utils$1.toFiniteNumber(headers.getContentLength()); - if (utils.isArray(maxRate)) { + if (utils$1.isArray(maxRate)) { maxUploadRate = maxRate[0]; maxDownloadRate = maxRate[1]; } else { @@ -13535,14 +13574,14 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { } if (data && (onUploadProgress || maxUploadRate)) { - if (!utils.isStream(data)) { + if (!utils$1.isStream(data)) { data = stream__default["default"].Readable.from(data, {objectMode: false}); } data = stream__default["default"].pipeline([data, new AxiosTransformStream$1({ length: contentLength, - maxRate: utils.toFiniteNumber(maxUploadRate) - })], utils.noop); + maxRate: utils$1.toFiniteNumber(maxUploadRate) + })], utils$1.noop); onUploadProgress && data.on('progress', progress => { onUploadProgress(Object.assign(progress, { @@ -13596,11 +13635,13 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { auth, protocol, family, - lookup, beforeRedirect: dispatchBeforeRedirect, beforeRedirects: {} }; + // cacheable-lookup integration hotfix + !utils$1.isUndefined(lookup) && (options.lookup = lookup); + if (config.socketPath) { options.socketPath = config.socketPath; } else { @@ -13647,8 +13688,8 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { if (onDownloadProgress) { const transformStream = new AxiosTransformStream$1({ - length: utils.toFiniteNumber(responseLength), - maxRate: utils.toFiniteNumber(maxDownloadRate) + length: utils$1.toFiniteNumber(responseLength), + maxRate: utils$1.toFiniteNumber(maxDownloadRate) }); onDownloadProgress && transformStream.on('progress', progress => { @@ -13674,7 +13715,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { delete res.headers['content-encoding']; } - switch (res.headers['content-encoding']) { + switch ((res.headers['content-encoding'] || '').toLowerCase()) { /*eslint default-case:0*/ case 'gzip': case 'x-gzip': @@ -13703,7 +13744,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { } } - responseStream = streams.length > 1 ? stream__default["default"].pipeline(streams, utils.noop) : streams[0]; + responseStream = streams.length > 1 ? stream__default["default"].pipeline(streams, utils$1.noop) : streams[0]; const offListeners = stream__default["default"].finished(responseStream, () => { offListeners(); @@ -13765,12 +13806,12 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { if (responseType !== 'arraybuffer') { responseData = responseData.toString(responseEncoding); if (!responseEncoding || responseEncoding === 'utf8') { - responseData = utils.stripBOM(responseData); + responseData = utils$1.stripBOM(responseData); } } response.data = responseData; } catch (err) { - reject(AxiosError.from(err, null, config, response.request, response)); + return reject(AxiosError.from(err, null, config, response.request, response)); } settle(resolve, reject, response); }); @@ -13807,7 +13848,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { // This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types. const timeout = parseInt(config.timeout, 10); - if (isNaN(timeout)) { + if (Number.isNaN(timeout)) { reject(new AxiosError( 'error trying to parse `config.timeout` to int', AxiosError.ERR_BAD_OPTION_VALUE, @@ -13842,7 +13883,7 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { // Send the request - if (utils.isStream(data)) { + if (utils$1.isStream(data)) { let ended = false; let errored = false; @@ -13868,55 +13909,46 @@ const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { }); }; -const cookies = platform.isStandardBrowserEnv ? +const cookies = platform.hasStandardBrowserEnv ? -// Standard browser envs support document.cookie - (function standardBrowserEnv() { - return { - write: function write(name, value, expires, path, domain, secure) { - const cookie = []; - cookie.push(name + '=' + encodeURIComponent(value)); + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; - if (utils.isNumber(expires)) { - cookie.push('expires=' + new Date(expires).toGMTString()); - } + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); - if (utils.isString(path)) { - cookie.push('path=' + path); - } + utils$1.isString(path) && cookie.push('path=' + path); - if (utils.isString(domain)) { - cookie.push('domain=' + domain); - } + utils$1.isString(domain) && cookie.push('domain=' + domain); - if (secure === true) { - cookie.push('secure'); - } + secure === true && cookie.push('secure'); - document.cookie = cookie.join('; '); - }, + document.cookie = cookie.join('; '); + }, - read: function read(name) { - const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); - return (match ? decodeURIComponent(match[3]) : null); - }, + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, - remove: function remove(name) { - this.write(name, '', Date.now() - 86400000); - } - }; - })() : + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } -// Non standard browser env (web workers, react-native) lack needed support. - (function nonStandardBrowserEnv() { - return { - write: function write() {}, - read: function read() { return null; }, - remove: function remove() {} - }; - })(); + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; -const isURLSameOrigin = platform.isStandardBrowserEnv ? +const isURLSameOrigin = platform.hasStandardBrowserEnv ? // Standard browser envs have full support of the APIs needed to test // whether the request URL is of the same origin as current location. @@ -13926,7 +13958,7 @@ const isURLSameOrigin = platform.isStandardBrowserEnv ? let originURL; /** - * Parse a URL to discover it's components + * Parse a URL to discover its components * * @param {String} url The URL to be parsed * @returns {Object} @@ -13966,7 +13998,7 @@ const isURLSameOrigin = platform.isStandardBrowserEnv ? * @returns {boolean} True if URL shares the same origin, otherwise false */ return function isURLSameOrigin(requestURL) { - const parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL; + const parsed = (utils$1.isString(requestURL)) ? resolveURL(requestURL) : requestURL; return (parsed.protocol === originURL.protocol && parsed.host === originURL.host); }; @@ -14014,7 +14046,7 @@ const xhrAdapter = isXHRAdapterSupported && function (config) { return new Promise(function dispatchXhrRequest(resolve, reject) { let requestData = config.data; const requestHeaders = AxiosHeaders$1.from(config.headers).normalize(); - const responseType = config.responseType; + let {responseType, withXSRFToken} = config; let onCanceled; function done() { if (config.cancelToken) { @@ -14026,11 +14058,15 @@ const xhrAdapter = isXHRAdapterSupported && function (config) { } } - if (utils.isFormData(requestData)) { - if (platform.isStandardBrowserEnv || platform.isStandardBrowserWebWorkerEnv) { + let contentType; + + if (utils$1.isFormData(requestData)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { requestHeaders.setContentType(false); // Let the browser set it - } else { - requestHeaders.setContentType('multipart/form-data;', false); // mobile/desktop app frameworks + } else if ((contentType = requestHeaders.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + requestHeaders.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); } } @@ -14146,13 +14182,16 @@ const xhrAdapter = isXHRAdapterSupported && function (config) { // Add xsrf header // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. - if (platform.isStandardBrowserEnv) { - // Add xsrf header - const xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) - && config.xsrfCookieName && cookies.read(config.xsrfCookieName); + if(platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(config)); - if (xsrfValue) { - requestHeaders.set(config.xsrfHeaderName, xsrfValue); + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(fullPath))) { + // Add xsrf header + const xsrfValue = config.xsrfHeaderName && config.xsrfCookieName && cookies.read(config.xsrfCookieName); + + if (xsrfValue) { + requestHeaders.set(config.xsrfHeaderName, xsrfValue); + } } } @@ -14161,13 +14200,13 @@ const xhrAdapter = isXHRAdapterSupported && function (config) { // Add headers to the request if ('setRequestHeader' in request) { - utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { request.setRequestHeader(key, val); }); } // Add withCredentials to request if needed - if (!utils.isUndefined(config.withCredentials)) { + if (!utils$1.isUndefined(config.withCredentials)) { request.withCredentials = !!config.withCredentials; } @@ -14222,8 +14261,8 @@ const knownAdapters = { xhr: xhrAdapter }; -utils.forEach(knownAdapters, (fn, value) => { - if(fn) { +utils$1.forEach(knownAdapters, (fn, value) => { + if (fn) { try { Object.defineProperty(fn, 'name', {value}); } catch (e) { @@ -14233,38 +14272,56 @@ utils.forEach(knownAdapters, (fn, value) => { } }); +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false; + const adapters = { getAdapter: (adapters) => { - adapters = utils.isArray(adapters) ? adapters : [adapters]; + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; const {length} = adapters; let nameOrAdapter; let adapter; + const rejectedReasons = {}; + for (let i = 0; i < length; i++) { nameOrAdapter = adapters[i]; - if((adapter = utils.isString(nameOrAdapter) ? knownAdapters[nameOrAdapter.toLowerCase()] : nameOrAdapter)) { + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError(`Unknown adapter '${id}'`); + } + } + + if (adapter) { break; } + + rejectedReasons[id || '#' + i] = adapter; } if (!adapter) { - if (adapter === false) { - throw new AxiosError( - `Adapter ${nameOrAdapter} is not supported by the environment`, - 'ERR_NOT_SUPPORT' + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') ); - } - throw new Error( - utils.hasOwnProp(knownAdapters, nameOrAdapter) ? - `Adapter '${nameOrAdapter}' is not available in the build` : - `Unknown adapter '${nameOrAdapter}'` - ); - } + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; - if (!utils.isFunction(adapter)) { - throw new TypeError('adapter is not a function'); + throw new AxiosError( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); } return adapter; @@ -14362,11 +14419,11 @@ function mergeConfig(config1, config2) { const config = {}; function getMergedValue(target, source, caseless) { - if (utils.isPlainObject(target) && utils.isPlainObject(source)) { - return utils.merge.call({caseless}, target, source); - } else if (utils.isPlainObject(source)) { - return utils.merge({}, source); - } else if (utils.isArray(source)) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({caseless}, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { return source.slice(); } return source; @@ -14374,25 +14431,25 @@ function mergeConfig(config1, config2) { // eslint-disable-next-line consistent-return function mergeDeepProperties(a, b, caseless) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(a, b, caseless); - } else if (!utils.isUndefined(a)) { + } else if (!utils$1.isUndefined(a)) { return getMergedValue(undefined, a, caseless); } } // eslint-disable-next-line consistent-return function valueFromConfig2(a, b) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(undefined, b); } } // eslint-disable-next-line consistent-return function defaultToConfig2(a, b) { - if (!utils.isUndefined(b)) { + if (!utils$1.isUndefined(b)) { return getMergedValue(undefined, b); - } else if (!utils.isUndefined(a)) { + } else if (!utils$1.isUndefined(a)) { return getMergedValue(undefined, a); } } @@ -14417,6 +14474,7 @@ function mergeConfig(config1, config2) { timeout: defaultToConfig2, timeoutMessage: defaultToConfig2, withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, adapter: defaultToConfig2, responseType: defaultToConfig2, xsrfCookieName: defaultToConfig2, @@ -14437,10 +14495,10 @@ function mergeConfig(config1, config2) { headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true) }; - utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { const merge = mergeMap[prop] || mergeDeepProperties; const configValue = merge(config1[prop], config2[prop], prop); - (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); }); return config; @@ -14582,7 +14640,7 @@ class Axios { } if (paramsSerializer != null) { - if (utils.isFunction(paramsSerializer)) { + if (utils$1.isFunction(paramsSerializer)) { config.paramsSerializer = { serialize: paramsSerializer }; @@ -14597,15 +14655,13 @@ class Axios { // Set config.method config.method = (config.method || this.defaults.method || 'get').toLowerCase(); - let contextHeaders; - // Flatten headers - contextHeaders = headers && utils.merge( + let contextHeaders = headers && utils$1.merge( headers.common, headers[config.method] ); - contextHeaders && utils.forEach( + headers && utils$1.forEach( ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (method) => { delete headers[method]; @@ -14692,7 +14748,7 @@ class Axios { } // Provide aliases for supported request methods -utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { +utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function(url, config) { return this.request(mergeConfig(config || {}, { @@ -14703,7 +14759,7 @@ utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData }; }); -utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { +utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { /*eslint func-names:0*/ function generateHTTPMethod(isForm) { @@ -14879,7 +14935,7 @@ function spread(callback) { * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false */ function isAxiosError(payload) { - return utils.isObject(payload) && (payload.isAxiosError === true); + return utils$1.isObject(payload) && (payload.isAxiosError === true); } const HttpStatusCode = { @@ -14966,10 +15022,10 @@ function createInstance(defaultConfig) { const instance = bind(Axios$1.prototype.request, context); // Copy axios.prototype to instance - utils.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); + utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); // Copy context to instance - utils.extend(instance, context, null, {allOwnKeys: true}); + utils$1.extend(instance, context, null, {allOwnKeys: true}); // Factory for creating new instances instance.create = function create(instanceConfig) { @@ -15013,7 +15069,9 @@ axios.mergeConfig = mergeConfig; axios.AxiosHeaders = AxiosHeaders$1; -axios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing); +axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; axios.HttpStatusCode = HttpStatusCode$1; @@ -15037,7 +15095,7 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":" /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"netlicensing-client","version":"1.2.33","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}'); +module.exports = JSON.parse('{"name":"netlicensing-client","version":"1.2.34","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}'); /***/ }) diff --git a/dist/netlicensing-client.node.min.js b/dist/netlicensing-client.node.min.js index c339606..731da5b 100644 --- a/dist/netlicensing-client.node.min.js +++ b/dist/netlicensing-client.node.min.js @@ -1,2 +1,2 @@ /*! For license information please see netlicensing-client.node.min.js.LICENSE.txt */ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NetLicensing",[],t):"object"==typeof exports?exports.NetLicensing=t():e.NetLicensing=t()}(this,(()=>(()=>{var e={9118:(e,t,n)=>{e.exports={parallel:n(9162),serial:n(1357),serialOrdered:n(9087)}},7651:e=>{function t(e){"function"==typeof this.jobs[e]&&this.jobs[e]()}e.exports=function(e){Object.keys(e.jobs).forEach(t.bind(e)),e.jobs={}}},5912:(e,t,n)=>{var a=n(9265);e.exports=function(e){var t=!1;return a((function(){t=!0})),function(n,i){t?e(n,i):a((function(){e(n,i)}))}}},9265:e=>{e.exports=function(e){var t="function"==typeof setImmediate?setImmediate:"object"==typeof process&&"function"==typeof process.nextTick?process.nextTick:null;t?t(e):setTimeout(e,0)}},7594:(e,t,n)=>{var a=n(5912),i=n(7651);e.exports=function(e,t,n,o){var s=n.keyedList?n.keyedList[n.index]:n.index;n.jobs[s]=function(e,t,n,i){var o;o=2==e.length?e(n,a(i)):e(n,t,a(i));return o}(t,s,e[s],(function(e,t){s in n.jobs&&(delete n.jobs[s],e?i(n):n.results[s]=t,o(e,n.results))}))}},4528:e=>{e.exports=function(e,t){var n=!Array.isArray(e),a={index:0,keyedList:n||t?Object.keys(e):null,jobs:{},results:n?{}:[],size:n?Object.keys(e).length:e.length};t&&a.keyedList.sort(n?t:function(n,a){return t(e[n],e[a])});return a}},5353:(e,t,n)=>{var a=n(7651),i=n(5912);e.exports=function(e){if(!Object.keys(this.jobs).length)return;this.index=this.size,a(this),i(e)(null,this.results)}},9162:(e,t,n)=>{var a=n(7594),i=n(4528),o=n(5353);e.exports=function(e,t,n){var s=i(e);for(;s.index<(s.keyedList||e).length;)a(e,t,s,(function(e,t){e?n(e,t):0!==Object.keys(s.jobs).length||n(null,s.results)})),s.index++;return o.bind(s,n)}},1357:(e,t,n)=>{var a=n(9087);e.exports=function(e,t,n){return a(e,t,null,n)}},9087:(e,t,n)=>{var a=n(7594),i=n(4528),o=n(5353);function s(e,t){return et?1:0}e.exports=function(e,t,n,s){var r=i(e,n);return a(e,t,r,(function n(i,o){i?s(i,o):(r.index++,r.index<(r.keyedList||e).length?a(e,t,r,n):s(null,r.results))})),o.bind(r,s)},e.exports.ascending=s,e.exports.descending=function(e,t){return-1*s(e,t)}},1480:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={BASIC_AUTHENTICATION:"BASIC_AUTH",APIKEY_IDENTIFICATION:"APIKEY",ANONYMOUS_IDENTIFICATION:"ANONYMOUS",ACTIVE:"active",NUMBER:"number",NAME:"name",VERSION:"version",DELETED:"deleted",CASCADE:"forceCascade",PRICE:"price",DISCOUNT:"discount",CURRENCY:"currency",IN_USE:"inUse",FILTER:"filter",BASE_URL:"baseUrl",USERNAME:"username",PASSWORD:"password",SECURITY_MODE:"securityMode",LicensingModel:{VALID:"valid",TryAndBuy:{NAME:"TryAndBuy"},Rental:{NAME:"Rental",RED_THRESHOLD:"redThreshold",YELLOW_THRESHOLD:"yellowThreshold"},Subscription:{NAME:"Subscription"},Floating:{NAME:"Floating"},MultiFeature:{NAME:"MultiFeature"},PayPerUse:{NAME:"PayPerUse"},PricingTable:{NAME:"PricingTable"},Quota:{NAME:"Quota"},NodeLocked:{NAME:"NodeLocked"}},Vendor:{VENDOR_NUMBER:"vendorNumber",VENDOR_TYPE:"Vendor"},Product:{ENDPOINT_PATH:"product",PRODUCT_NUMBER:"productNumber",LICENSEE_AUTO_CREATE:"licenseeAutoCreate",DESCRIPTION:"description",LICENSING_INFO:"licensingInfo",DISCOUNTS:"discounts",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode",PROP_VAT_MODE:"vatMode",Discount:{TOTAL_PRICE:"totalPrice",AMOUNT_FIX:"amountFix",AMOUNT_PERCENT:"amountPercent"},LicenseeSecretMode:{DISABLED:"DISABLED",PREDEFINED:"PREDEFINED",CLIENT:"CLIENT"}},ProductModule:{ENDPOINT_PATH:"productmodule",PRODUCT_MODULE_NUMBER:"productModuleNumber",PRODUCT_MODULE_NAME:"productModuleName",LICENSING_MODEL:"licensingModel",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode"},LicenseTemplate:{ENDPOINT_PATH:"licensetemplate",LICENSE_TEMPLATE_NUMBER:"licenseTemplateNumber",LICENSE_TYPE:"licenseType",AUTOMATIC:"automatic",HIDDEN:"hidden",HIDE_LICENSES:"hideLicenses",PROP_LICENSEE_SECRET:"licenseeSecret",LicenseType:{FEATURE:"FEATURE",TIMEVOLUME:"TIMEVOLUME",FLOATING:"FLOATING",QUANTITY:"QUANTITY"}},Token:{ENDPOINT_PATH:"token",EXPIRATION_TIME:"expirationTime",TOKEN_TYPE:"tokenType",API_KEY:"apiKey",TOKEN_PROP_EMAIL:"email",TOKEN_PROP_VENDORNUMBER:"vendorNumber",TOKEN_PROP_SHOP_URL:"shopURL",Type:{DEFAULT:"DEFAULT",SHOP:"SHOP",APIKEY:"APIKEY"}},Transaction:{ENDPOINT_PATH:"transaction",TRANSACTION_NUMBER:"transactionNumber",GRAND_TOTAL:"grandTotal",STATUS:"status",SOURCE:"source",DATE_CREATED:"datecreated",DATE_CLOSED:"dateclosed",VAT:"vat",VAT_MODE:"vatMode",LICENSE_TRANSACTION_JOIN:"licenseTransactionJoin",SOURCE_SHOP_ONLY:"shopOnly",Status:{CANCELLED:"CANCELLED",CLOSED:"CLOSED",PENDING:"PENDING"}},Licensee:{ENDPOINT_PATH:"licensee",ENDPOINT_PATH_VALIDATE:"validate",ENDPOINT_PATH_TRANSFER:"transfer",LICENSEE_NUMBER:"licenseeNumber",SOURCE_LICENSEE_NUMBER:"sourceLicenseeNumber",PROP_LICENSEE_NAME:"licenseeName",PROP_LICENSEE_SECRET:"licenseeSecret",PROP_MARKED_FOR_TRANSFER:"markedForTransfer"},License:{ENDPOINT_PATH:"license",LICENSE_NUMBER:"licenseNumber",HIDDEN:"hidden",PROP_LICENSEE_SECRET:"licenseeSecret"},PaymentMethod:{ENDPOINT_PATH:"paymentmethod"},Utility:{ENDPOINT_PATH:"utility",ENDPOINT_PATH_LICENSE_TYPES:"licenseTypes",ENDPOINT_PATH_LICENSING_MODELS:"licensingModels",ENDPOINT_PATH_COUNTRIES:"countries",LICENSING_MODEL_PROPERTIES:"LicensingModelProperties",LICENSE_TYPE:"LicenseType"},APIKEY:{ROLE_APIKEY_LICENSEE:"ROLE_APIKEY_LICENSEE",ROLE_APIKEY_ANALYTICS:"ROLE_APIKEY_ANALYTICS",ROLE_APIKEY_OPERATION:"ROLE_APIKEY_OPERATION",ROLE_APIKEY_MAINTENANCE:"ROLE_APIKEY_MAINTENANCE",ROLE_APIKEY_ADMIN:"ROLE_APIKEY_ADMIN"},Validation:{FOR_OFFLINE_USE:"forOfflineUse"},WarningLevel:{GREEN:"GREEN",YELLOW:"YELLOW",RED:"RED"},Bundle:{ENDPOINT_PATH:"bundle",ENDPOINT_OBTAIN_PATH:"obtain"},Notification:{ENDPOINT_PATH:"notification",Protocol:{WEBHOOK:"WEBHOOK"},Event:{CREATE_LICENSEE:"CREATE_LICENSEE",CREATE_LICENSE:"CREATE_LICENSE"}}}},9892:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(2044));t.default=function(e){return new o.default((0,i.default)(e))}},3213:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(187));t.default=function(e){return new o.default((0,i.default)(e))}},3887:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(9763));t.default=function(e){return new o.default((0,i.default)(e))}},3255:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(767));t.default=function(e){return new o.default((0,i.default)(e))}},6463:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(2948));t.default=function(e){return new o.default((0,i.default)(e))}},6546:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(5433));t.default=function(e){return new o.default((0,i.default)(e))}},7106:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function e(t){var n={},a=t.property,i=t.list;return a&&Array.isArray(a)&&a.forEach((function(e){var t=e.name,a=e.value;t&&(n[t]=a)})),i&&Array.isArray(i)&&i.forEach((function(t){var a=t.name;a&&(n[a]=n[a]||[],n[a].push(e(t)))})),n};t.default=n},797:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(5088));t.default=function(e){return new o.default((0,i.default)(e))}},1255:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(7143));t.default=function(e){var t=(0,i.default)(e),n=t.discount;delete t.discount;var a=new o.default(t);return a.setProductDiscounts(n),a}},2514:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(3886));t.default=function(e){return new o.default((0,i.default)(e))}},4073:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(8132));t.default=function(e){return new o.default((0,i.default)(e))}},1198:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7106)),o=a(n(4880)),s=a(n(9763)),r=a(n(3089)),c=a(n(1480));t.default=function(e){var t=(0,i.default)(e),n=t.licenseTransactionJoin;delete t.licenseTransactionJoin;var a=new o.default(t);if(n){var u=[];n.forEach((function(e){var t=new r.default;t.setLicense(new s.default({number:e[c.default.License.LICENSE_NUMBER]})),t.setTransaction(new o.default({number:e[c.default.Transaction.TRANSACTION_NUMBER]})),u.push(t)})),a.setLicenseTransactionJoins(u)}return a}},389:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(8416)),o=a(n(8698)),s=a(n(6690)),r=a(n(9728)),c=a(n(5661)),u=a(n(553));function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicenseTemplateNumbers",value:function(e){var t=Array.isArray(e)?e.join(","):e;return this.setProperty("licenseTemplateNumbers",t)}},{key:"getLicenseTemplateNumbers",value:function(e){var t=this.getProperty("licenseTemplateNumbers",e);return t?t.split(","):t}},{key:"addLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.push(e),this.setLicenseTemplateNumbers(t)}},{key:"removeLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.splice(t.indexOf(e),1),this.setLicenseTemplateNumbers(t)}}]),n}(a(n(389)).default);t.default=p},187:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{code:"string",name:"string",vatPercent:"int",isEu:"boolean"}})}return(0,o.default)(n,[{key:"setCode",value:function(e){return this.setProperty("code",e)}},{key:"getCode",value:function(e){return this.getProperty("code",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVatPercent",value:function(e){return this.setProperty("vatPercent",e)}},{key:"getVatPercent",value:function(e){return this.getProperty("vatPercent",e)}},{key:"setIsEu",value:function(e){return this.setProperty("isEu",e)}},{key:"getIsEu",value:function(e){return this.getProperty("isEu",e)}}]),n}(a(n(389)).default);t.default=p},9763:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",price:"float",hidden:"boolean",parentfeature:"string",timeVolume:"int",startDate:"date",inUse:"boolean"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setParentfeature",value:function(e){return this.setProperty("parentfeature",e)}},{key:"getParentfeature",value:function(e){return this.getProperty("parentfeature",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setStartDate",value:function(e){return this.setProperty("startDate",e)}},{key:"getStartDate",value:function(e){return this.getProperty("startDate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}}]),n}(a(n(389)).default);t.default=p},767:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseType:"string",price:"double",currency:"string",automatic:"boolean",hidden:"boolean",hideLicenses:"boolean",gracePeriod:"boolean",timeVolume:"int",timeVolumePeriod:"string",maxSessions:"int",quantity:"int",inUse:"boolean"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicenseType",value:function(e){return this.setProperty("licenseType",e)}},{key:"getLicenseType",value:function(e){return this.getProperty("licenseType",e)}},{key:"setPrice",value:function(e){return this.setProperty("price",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAutomatic",value:function(e){return this.setProperty("automatic",e)}},{key:"getAutomatic",value:function(e){return this.getProperty("automatic",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setHideLicenses",value:function(e){return this.setProperty("hideLicenses",e)}},{key:"getHideLicenses",value:function(e){return this.getProperty("hideLicenses",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setTimeVolumePeriod",value:function(e){return this.setProperty("timeVolumePeriod",e)}},{key:"getTimeVolumePeriod",value:function(e){return this.getProperty("timeVolumePeriod",e)}},{key:"setMaxSessions",value:function(e){return this.setProperty("maxSessions",e)}},{key:"getMaxSessions",value:function(e){return this.getProperty("maxSessions",e)}},{key:"setQuantity",value:function(e){return this.setProperty("quantity",e)}},{key:"getQuantity",value:function(e){return this.getProperty("quantity",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),n}(a(n(389)).default);t.default=p},3089:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=function(){function e(t,n){(0,i.default)(this,e),this.transaction=t,this.license=n}return(0,o.default)(e,[{key:"setTransaction",value:function(e){return this.transaction=e,this}},{key:"getTransaction",value:function(e){return this.transaction||e}},{key:"setLicense",value:function(e){return this.license=e,this}},{key:"getLicense",value:function(e){return this.license||e}}]),e}();t.default=s},2948:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseeSecret:"string",markedForTransfer:"boolean",inUse:"boolean"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProductNumber",value:function(e){return this.setProperty("productNumber",e)}},{key:"getProductNumber",value:function(e){return this.getProperty("productNumber",e)}},{key:"setLicenseeSecret",value:function(e){return this.setProperty("licenseeSecret",e)}},{key:"getLicenseeSecret",value:function(e){return this.getProperty("licenseeSecret",e)}},{key:"setMarkedForTransfer",value:function(e){return this.setProperty("markedForTransfer",e)}},{key:"getMarkedForTransfer",value:function(e){return this.getProperty("markedForTransfer",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),n}(a(n(389)).default);t.default=p},5433:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",protocol:"string",events:"string",payload:"string",endpoint:"string"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProtocol",value:function(e){return this.setProperty("protocol",e)}},{key:"getProtocol",value:function(e){return this.getProperty("protocol",e)}},{key:"setEvents",value:function(e){return this.setProperty("events",e)}},{key:"getEvents",value:function(e){return this.getProperty("events",e)}},{key:"setPayload",value:function(e){return this.setProperty("payload",e)}},{key:"getPayload",value:function(e){return this.getProperty("payload",e)}},{key:"setEndpoint",value:function(e){return this.setProperty("endpoint",e)}},{key:"getEndpoint",value:function(e){return this.getProperty("endpoint",e)}}]),n}(a(n(389)).default);t.default=p},5088:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean","paypal.subject":"string"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setPaypalSubject",value:function(e){return this.setProperty("paypal.subject",e)}},{key:"getPaypalSubject",value:function(e){return this.getProperty("paypal.subject",e)}}]),n}(a(n(389)).default);t.default=p},7143:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(6115)),r=a(n(1588)),c=a(n(1655)),u=a(n(4993)),p=a(n(3808)),l=a(n(389)),d=a(n(3144));function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,p.default)(e);if(t){var i=(0,p.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,u.default)(this,n)}}var f=new WeakMap,v=new WeakMap,x=function(e){(0,c.default)(n,e);var t=m(n);function n(e){var a;return(0,i.default)(this,n),a=t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",version:"string",description:"string",licensingInfo:"string",licenseeAutoCreate:"boolean",licenseeSecretMode:"string",inUse:"boolean"}}),f.set((0,s.default)(a),[]),v.set((0,s.default)(a),!1),a}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVersion",value:function(e){return this.setProperty("version",e)}},{key:"getVersion",value:function(e){return this.getProperty("version",e)}},{key:"setLicenseeAutoCreate",value:function(e){return this.setProperty("licenseeAutoCreate",e)}},{key:"getLicenseeAutoCreate",value:function(e){return this.getProperty("licenseeAutoCreate",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicensingInfo",value:function(e){return this.setProperty("licensingInfo",e)}},{key:"getLicensingInfo",value:function(e){return this.getProperty("licensingInfo",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"addDiscount",value:function(e){var t=f.get(this),n=e;return"string"==typeof n||n instanceof d.default||(n=new d.default(n)),t.push(n),f.set(this,t),v.set(this,!0),this}},{key:"setProductDiscounts",value:function(e){var t=this;return f.set(this,[]),v.set(this,!0),e?Array.isArray(e)?(e.forEach((function(e){t.addDiscount(e)})),this):(this.addDiscount(e),this):this}},{key:"getProductDiscounts",value:function(){return Object.assign([],f.get(this))}},{key:"asPropertiesMap",value:function(){var e=(0,r.default)((0,p.default)(n.prototype),"asPropertiesMap",this).call(this);return f.get(this).length&&(e.discount=f.get(this).map((function(e){return e.toString()}))),!e.discount&&v.get(this)&&(e.discount=""),e}}]),n}(l.default);t.default=x},3144:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{totalPrice:"float",currency:"string",amountFix:"float",amountPercent:"int"}})}return(0,o.default)(n,[{key:"setTotalPrice",value:function(e){return this.setProperty("totalPrice",e)}},{key:"getTotalPrice",value:function(e){return this.getProperty("totalPrice",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAmountFix",value:function(e){return this.setProperty("amountFix",e).removeProperty("amountPercent")}},{key:"getAmountFix",value:function(e){return this.getProperty("amountFix",e)}},{key:"setAmountPercent",value:function(e){return this.setProperty("amountPercent",e).removeProperty("amountFix")}},{key:"getAmountPercent",value:function(e){return this.getProperty("amountPercent",e)}},{key:"toString",value:function(){var e=this.getTotalPrice(),t=this.getCurrency(),n=0;return this.getAmountFix(null)&&(n=this.getAmountFix()),this.getAmountPercent(null)&&(n="".concat(this.getAmountPercent(),"%")),"".concat(e,";").concat(t,";").concat(n)}}]),n}(a(n(389)).default);t.default=p},3886:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licensingModel:"string",maxCheckoutValidity:"int",yellowThreshold:"int",redThreshold:"int",licenseTemplate:"string",inUse:"boolean",licenseeSecretMode:"string"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicensingModel",value:function(e){return this.setProperty("licensingModel",e)}},{key:"getLicensingModel",value:function(e){return this.getProperty("licensingModel",e)}},{key:"setMaxCheckoutValidity",value:function(e){return this.setProperty("maxCheckoutValidity",e)}},{key:"getMaxCheckoutValidity",value:function(e){return this.getProperty("maxCheckoutValidity",e)}},{key:"setYellowThreshold",value:function(e){return this.setProperty("yellowThreshold",e)}},{key:"getYellowThreshold",value:function(e){return this.getProperty("yellowThreshold",e)}},{key:"setRedThreshold",value:function(e){return this.setProperty("redThreshold",e)}},{key:"getRedThreshold",value:function(e){return this.getProperty("redThreshold",e)}},{key:"setLicenseTemplate",value:function(e){return this.setProperty("licenseTemplate",e)}},{key:"getLicenseTemplate",value:function(e){return this.getProperty("licenseTemplate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}}]),n}(a(n(389)).default);t.default=p},8132:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",active:"boolean",expirationTime:"date",vendorNumber:"string",tokenType:"string",licenseeNumber:"string",successURL:"string",successURLTitle:"string",cancelURL:"string",cancelURLTitle:"string",shopURL:"string"}})}return(0,o.default)(n,[{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setExpirationTime",value:function(e){return this.setProperty("expirationTime",e)}},{key:"getExpirationTime",value:function(e){return this.getProperty("expirationTime",e)}},{key:"setVendorNumber",value:function(e){return this.setProperty("vendorNumber",e)}},{key:"getVendorNumber",value:function(e){return this.getProperty("vendorNumber",e)}},{key:"setTokenType",value:function(e){return this.setProperty("tokenType",e)}},{key:"getTokenType",value:function(e){return this.getProperty("tokenType",e)}},{key:"setLicenseeNumber",value:function(e){return this.setProperty("licenseeNumber",e)}},{key:"getLicenseeNumber",value:function(e){return this.getProperty("licenseeNumber",e)}},{key:"setSuccessURL",value:function(e){return this.setProperty("successURL",e)}},{key:"getSuccessURL",value:function(e){return this.getProperty("successURL",e)}},{key:"setSuccessURLTitle",value:function(e){return this.setProperty("successURLTitle",e)}},{key:"getSuccessURLTitle",value:function(e){return this.getProperty("successURLTitle",e)}},{key:"setCancelURL",value:function(e){return this.setProperty("cancelURL",e)}},{key:"getCancelURL",value:function(e){return this.getProperty("cancelURL",e)}},{key:"setCancelURLTitle",value:function(e){return this.setProperty("cancelURLTitle",e)}},{key:"getCancelURLTitle",value:function(e){return this.getProperty("cancelURLTitle",e)}},{key:"getShopURL",value:function(e){return this.getProperty("shopURL",e)}},{key:"setRole",value:function(e){return this.setApiKeyRole(e)}},{key:"getRole",value:function(e){return this.getApiKeyRole(e)}},{key:"setApiKeyRole",value:function(e){return this.setProperty("apiKeyRole",e)}},{key:"getApiKeyRole",value:function(e){return this.getProperty("apiKeyRole",e)}}]),n}(a(n(389)).default);t.default=p},4880:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808)),u=a(n(389)),p=a(n(3089)),l=a(n(9763));function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var m=function(e){(0,s.default)(n,e);var t=d(n);function n(e){return(0,i.default)(this,n),t.call(this,{properties:e,casts:{number:"string",name:"string",status:"string",source:"string",grandTotal:"float",discount:"float",currency:"string",dateCreated:"date",dateClosed:"date",active:"boolean",paymentMethod:"string"}})}return(0,o.default)(n,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setStatus",value:function(e){return this.setProperty("status",e)}},{key:"getStatus",value:function(e){return this.getProperty("status",e)}},{key:"setSource",value:function(e){return this.setProperty("source",e)}},{key:"getSource",value:function(e){return this.getProperty("source",e)}},{key:"setGrandTotal",value:function(e){return this.setProperty("grandTotal",e)}},{key:"getGrandTotal",value:function(e){return this.getProperty("grandTotal",e)}},{key:"setDiscount",value:function(e){return this.setProperty("discount",e)}},{key:"getDiscount",value:function(e){return this.getProperty("discount",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setDateCreated",value:function(e){return this.setProperty("dateCreated",e)}},{key:"getDateCreated",value:function(e){return this.getProperty("dateCreated",e)}},{key:"setDateClosed",value:function(e){return this.setProperty("dateClosed",e)}},{key:"getDateClosed",value:function(e){return this.getProperty("dateClosed",e)}},{key:"setPaymentMethod",value:function(e){return this.setProperty("paymentMethod",e)}},{key:"getPaymentMethod",value:function(e){return this.getProperty("paymentMethod",e)}},{key:"setActive",value:function(){return this.setProperty("active",!0)}},{key:"getLicenseTransactionJoins",value:function(e){return this.getProperty("licenseTransactionJoins",e)}},{key:"setLicenseTransactionJoins",value:function(e){return this.setProperty("licenseTransactionJoins",e)}},{key:"setListLicenseTransactionJoin",value:function(e){if(e){var t=this.getProperty("licenseTransactionJoins",[]),a=new p.default;e.forEach((function(e){"licenseNumber"===e.name&&a.setLicense(new l.default({number:e.value})),"transactionNumber"===e.name&&a.setTransaction(new n({number:e.value}))})),t.push(a),this.setProperty("licenseTransactionJoins",t)}}}]),n}(u.default);t.default=m},2986:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=a(n(1655)),r=a(n(4993)),c=a(n(3808));function u(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;n=Reflect.construct(a,arguments,i)}else n=a.apply(this,arguments);return(0,r.default)(this,n)}}var p=function(e){(0,s.default)(n,e);var t=u(n);function n(){var e;(0,i.default)(this,n);for(var a=arguments.length,o=new Array(a),s=0;s{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(8416)),s=a(n(7424)),r=a(n(7156)),c=a(n(393)),u=a(n(1480)),p=a(n(5661)),l=a(n(3093)),d=a(n(9892)),m=a(n(3887)),f=a(n(9407)),v={create:function(e,t){return(0,r.default)(i.default.mark((function n(){var a,o,r,p,l;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,c.default.post(e,u.default.Bundle.ENDPOINT_PATH,t.asPropertiesMap());case 2:return a=n.sent,o=a.data.items.item,r=o.filter((function(e){return"Bundle"===e.type})),p=(0,s.default)(r,1),l=p[0],n.abrupt("return",(0,d.default)(l));case 6:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,r.default)(i.default.mark((function n(){var a,o,r,l,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),n.next=3,c.default.get(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,o=a.data.items.item,r=o.filter((function(e){return"Bundle"===e.type})),l=(0,s.default)(r,1),m=l[0],n.abrupt("return",(0,d.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,r.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(p.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[u.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return n.next=7,c.default.get(e,u.default.Bundle.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,f.default)(s.items.item.filter((function(e){return"Bundle"===e.type})).map((function(e){return(0,d.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,r.default)(i.default.mark((function a(){var o,r,l,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),a.next=3,c.default.post(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return o=a.sent,r=o.data.items.item,l=r.filter((function(e){return"Bundle"===e.type})),m=(0,s.default)(l,1),f=m[0],a.abrupt("return",(0,d.default)(f));case 7:case"end":return a.stop()}}),a)})))()},delete:function(e,t,n){p.default.paramNotEmpty(t,u.default.NUMBER);var a={forceCascade:Boolean(n)};return c.default.delete(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t),a)},obtain:function(e,t,n){return(0,r.default)(i.default.mark((function a(){var s,r,l,d,f,v;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),p.default.paramNotEmpty(n.getLicenseeNumber(),u.default.Licensee.LICENSEE_NUMBER),s=u.default.Bundle,r=s.ENDPOINT_PATH,l=s.ENDPOINT_OBTAIN_PATH,d=(0,o.default)({},u.default.Licensee.LICENSEE_NUMBER,n.getLicenseeNumber()),a.next=6,c.default.post(e,"".concat(r,"/").concat(t,"/").concat(l),d);case 6:return f=a.sent,v=f.data.items.item,a.abrupt("return",v.filter((function(e){return"License"===e.type})).map((function(e){return(0,m.default)(e)})));case 9:case"end":return a.stop()}}),a)})))()}};t.default=v},6486:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(5661)),c=a(n(1480)),u=a(n(393)),p=a(n(3093)),l=a(n(3887)),d=a(n(9407)),m={create:function(e,t,n,a,p){return(0,s.default)(i.default.mark((function s(){var d,m,f,v,x;return i.default.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return r.default.paramNotEmpty(t,c.default.Licensee.LICENSEE_NUMBER),r.default.paramNotEmpty(n,c.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER),p.setProperty(c.default.Licensee.LICENSEE_NUMBER,t),p.setProperty(c.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER,n),a&&p.setProperty(c.default.Transaction.TRANSACTION_NUMBER,a),i.next=7,u.default.post(e,c.default.License.ENDPOINT_PATH,p.asPropertiesMap());case 7:return d=i.sent,m=d.data.items.item,f=m.filter((function(e){return"License"===e.type})),v=(0,o.default)(f,1),x=v[0],i.abrupt("return",(0,l.default)(x));case 11:case"end":return i.stop()}}),s)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,u.default.get(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"License"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(r.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,u.default.get(e,c.default.License.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"License"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n,a){return(0,s.default)(i.default.mark((function s(){var p,d,m,f,v;return i.default.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),n&&a.setProperty(c.default.Transaction.TRANSACTION_NUMBER,n),i.next=4,u.default.post(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 4:return p=i.sent,d=p.data.items.item,m=d.filter((function(e){return"License"===e.type})),f=(0,o.default)(m,1),v=f[0],i.abrupt("return",(0,l.default)(v));case 8:case"end":return i.stop()}}),s)})))()},delete:function(e,t,n){r.default.paramNotEmpty(t,c.default.NUMBER);var a={forceCascade:Boolean(n)};return u.default.delete(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t),a)}};t.default=m},1580:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(5661)),c=a(n(1480)),u=a(n(393)),p=a(n(3093)),l=a(n(3255)),d=a(n(9407)),m={create:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.ProductModule.PRODUCT_MODULE_NUMBER),n.setProperty(c.default.ProductModule.PRODUCT_MODULE_NUMBER,t),a.next=4,u.default.post(e,c.default.LicenseTemplate.ENDPOINT_PATH,n.asPropertiesMap());case 4:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"LicenseTemplate"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 8:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,u.default.get(e,"".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"LicenseTemplate"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(r.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,u.default.get(e,c.default.LicenseTemplate.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"LicenseTemplate"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f,v;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),s="".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),a.next=4,u.default.post(e,s,n.asPropertiesMap());case 4:return p=a.sent,d=p.data.items.item,m=d.filter((function(e){return"LicenseTemplate"===e.type})),f=(0,o.default)(m,1),v=f[0],a.abrupt("return",(0,l.default)(v));case 8:case"end":return a.stop()}}),a)})))()},delete:function(e,t,n){r.default.paramNotEmpty(t,c.default.NUMBER);var a={forceCascade:Boolean(n)};return u.default.delete(e,"".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),a)}};t.default=m},5498:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(5661)),c=a(n(3093)),u=a(n(1480)),p=a(n(393)),l=a(n(3735)),d=a(n(6463)),m=a(n(9407)),f=a(n(7106)),v={create:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,c,l,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,u.default.Product.PRODUCT_NUMBER),n.setProperty(u.default.Product.PRODUCT_NUMBER,t),a.next=4,p.default.post(e,u.default.Licensee.ENDPOINT_PATH,n.asPropertiesMap());case 4:return s=a.sent,c=s.data.items.item,l=c.filter((function(e){return"Licensee"===e.type})),m=(0,o.default)(l,1),f=m[0],a.abrupt("return",(0,d.default)(f));case 8:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,c,l,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),n.next=3,p.default.get(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,c=s.filter((function(e){return"Licensee"===e.type})),l=(0,o.default)(c,1),m=l[0],n.abrupt("return",(0,d.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(r.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[u.default.FILTER]="string"==typeof t?t:c.default.encode(t);case 5:return n.next=7,p.default.get(e,u.default.Licensee.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,m.default)(s.items.item.filter((function(e){return"Licensee"===e.type})).map((function(e){return(0,d.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,c,l,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),a.next=3,p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return s=a.sent,c=s.data.items.item,l=c.filter((function(e){return"Licensee"===e.type})),m=(0,o.default)(l,1),f=m[0],a.abrupt("return",(0,d.default)(f));case 7:case"end":return a.stop()}}),a)})))()},delete:function(e,t,n){r.default.paramNotEmpty(t,u.default.NUMBER);var a={forceCascade:Boolean(n)};return p.default.delete(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t),a)},validate:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var o,s,c,d,m,v,x,h,b;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),o={},n.getProductNumber()&&(o.productNumber=n.getProductNumber()),Object.keys(n.getLicenseeProperties()).forEach((function(e){o[e]=n.getLicenseeProperty(e)})),n.isForOfflineUse()&&(o.forOfflineUse=!0),n.getDryRun()&&(o.dryRun=!0),s=0,c=n.getParameters(),d=Object.prototype.hasOwnProperty,Object.keys(c).forEach((function(e){if(o["".concat(u.default.ProductModule.PRODUCT_MODULE_NUMBER).concat(s)]=e,d.call(c,e)){var t=c[e];Object.keys(t).forEach((function(e){d.call(t,e)&&(o[e+s]=t[e])})),s+=1}})),a.next=12,p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(u.default.Licensee.ENDPOINT_PATH_VALIDATE),o);case 12:return m=a.sent,v=m.data,x=v.items.item,h=v.ttl,(b=new l.default).setTtl(h),x.filter((function(e){return"ProductModuleValidation"===e.type})).forEach((function(e){var t=(0,f.default)(e);b.setProductModuleValidation(t[u.default.ProductModule.PRODUCT_MODULE_NUMBER],t)})),a.abrupt("return",b);case 20:case"end":return a.stop()}}),a)})))()},transfer:function(e,t,n){r.default.paramNotEmpty(t,u.default.NUMBER),r.default.paramNotEmpty(n,u.default.Licensee.SOURCE_LICENSEE_NUMBER);var a={sourceLicenseeNumber:n};return p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(u.default.Licensee.ENDPOINT_PATH_TRANSFER),a)}};t.default=v},3212:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(393)),c=a(n(1480)),u=a(n(5661)),p=a(n(3093)),l=a(n(6546)),d=a(n(9407)),m={create:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,u,p,d;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,r.default.post(e,c.default.Notification.ENDPOINT_PATH,t.asPropertiesMap());case 2:return a=n.sent,s=a.data.items.item,u=s.filter((function(e){return"Notification"===e.type})),p=(0,o.default)(u,1),d=p[0],n.abrupt("return",(0,l.default)(d));case 6:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,r.default.get(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"Notification"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(u.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,r.default.get(e,c.default.Notification.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Notification"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,r.default.post(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"Notification"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 7:case"end":return a.stop()}}),a)})))()},delete:function(e,t){return u.default.paramNotEmpty(t,c.default.NUMBER),r.default.delete(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t))}};t.default=m},5225:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(1480)),c=a(n(5661)),u=a(n(393)),p=a(n(3093)),l=a(n(797)),d=a(n(9407)),m={get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,r.default.NUMBER),n.next=3,u.default.get(e,"".concat(r.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"PaymentMethod"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(c.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,u.default.get(e,r.default.PaymentMethod.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"PaymentMethod"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f,v;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return c.default.paramNotEmpty(t,r.default.NUMBER),s="".concat(r.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t),a.next=4,u.default.post(e,s,n.asPropertiesMap());case 4:return p=a.sent,d=p.data.items.item,m=d.filter((function(e){return"PaymentMethod"===e.type})),f=(0,o.default)(m,1),v=f[0],a.abrupt("return",(0,l.default)(v));case 8:case"end":return a.stop()}}),a)})))()}};t.default=m},7443:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(5661)),c=a(n(1480)),u=a(n(393)),p=a(n(3093)),l=a(n(2514)),d=a(n(9407)),m={create:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.Product.PRODUCT_NUMBER),n.setProperty(c.default.Product.PRODUCT_NUMBER,t),a.next=4,u.default.post(e,c.default.ProductModule.ENDPOINT_PATH,n.asPropertiesMap());case 4:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"ProductModule"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 8:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,u.default.get(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"ProductModule"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(r.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,u.default.get(e,c.default.ProductModule.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"ProductModule"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,u.default.post(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"ProductModule"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 7:case"end":return a.stop()}}),a)})))()},delete:function(e,t,n){r.default.paramNotEmpty(t,c.default.NUMBER);var a={forceCascade:Boolean(n)};return u.default.delete(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t),a)}};t.default=m},5042:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(393)),c=a(n(1480)),u=a(n(5661)),p=a(n(3093)),l=a(n(1255)),d=a(n(9407)),m={create:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,u,p,d;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,r.default.post(e,c.default.Product.ENDPOINT_PATH,t.asPropertiesMap());case 2:return a=n.sent,s=a.data.items.item,u=s.filter((function(e){return"Product"===e.type})),p=(0,o.default)(u,1),d=p[0],n.abrupt("return",(0,l.default)(d));case 6:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,r.default.get(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"Product"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(u.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,r.default.get(e,c.default.Product.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Product"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,r.default.post(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"Product"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 7:case"end":return a.stop()}}),a)})))()},delete:function(e,t,n){u.default.paramNotEmpty(t,c.default.NUMBER);var a={forceCascade:Boolean(n)};return r.default.delete(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t),a)}};t.default=m},393:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(8698)),o=a(n(7424)),s=a(n(6690)),r=a(n(9728)),c=a(n(3306)),u=a(n(706)),p=a(n(1480)),l=a(n(2986)),d=a(n(4147)),m={},f=null,v=function(){function e(){(0,s.default)(this,e)}return(0,r.default)(e,null,[{key:"getAxiosInstance",value:function(){return f||c.default}},{key:"setAxiosInstance",value:function(e){f=e}},{key:"getLastHttpRequestInfo",value:function(){return m}},{key:"get",value:function(t,n,a){return e.request(t,"get",n,a)}},{key:"post",value:function(t,n,a){return e.request(t,"post",n,a)}},{key:"delete",value:function(t,n,a){return e.request(t,"delete",n,a)}},{key:"request",value:function(t,n,a,i){var s=String(a),r=i||{};if(!s)throw new TypeError("Url template must be specified");if(["get","post","delete"].indexOf(n.toLowerCase())<0)throw new Error("Invalid request type:".concat(n,", allowed requests types: GET, POST, DELETE."));if(!t.getBaseUrl(null))throw new Error("Base url must be specified");var c={url:encodeURI("".concat(t.getBaseUrl(),"/").concat(s)),method:n.toLowerCase(),responseType:"json",headers:{Accept:"application/json","X-Requested-With":"XMLHttpRequest"},transformRequest:[function(t,n){return"application/x-www-form-urlencoded"===n["Content-Type"]?e.toQueryString(t):(n["NetLicensing-Origin"]||(n["NetLicensing-Origin"]="NetLicensing/Javascript ".concat(d.default.version)),t)}]};switch("undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(c.headers["User-agent"]="NetLicensing/Javascript ".concat(d.default.version,"/node&").concat(process.version)),["put","post","patch"].indexOf(c.method)>=0?("post"===c.method&&(c.headers["Content-Type"]="application/x-www-form-urlencoded"),c.data=r):c.params=r,t.getSecurityMode()){case p.default.BASIC_AUTHENTICATION:if(!t.getUsername())throw new Error('Missing parameter "username"');if(!t.getPassword())throw new Error('Missing parameter "password"');c.auth={username:t.getUsername(),password:t.getPassword()};break;case p.default.APIKEY_IDENTIFICATION:if(!t.getApiKey())throw new Error('Missing parameter "apiKey"');c.headers.Authorization="Basic ".concat((0,u.default)("apiKey:".concat(t.getApiKey())));break;case p.default.ANONYMOUS_IDENTIFICATION:break;default:throw new Error("Unknown security mode")}return e.getAxiosInstance()(c).then((function(t){t.infos=e.getInfo(t,[]);var n=t.infos.filter((function(e){return"ERROR"===e.type}));if(n.length){var a=new Error(n[0].value);throw a.config=t.config,a.request=t.request,a.response=t,a}return m=t,t})).catch((function(t){if(t.response){m=t.response;var n=new l.default(t);if(n.config=t.config,n.code=t.code,n.request=t.request,n.response=t.response,t.response.data){n.infos=e.getInfo(t.response,[]);var a=n.infos.filter((function(e){return"ERROR"===e.type})),i=(0,o.default)(a,1)[0],s=void 0===i?{}:i;n.message=s.value||"Unknown"}throw n}throw t}))}},{key:"getInfo",value:function(e,t){try{return e.data.infos.info||t}catch(e){return t}}},{key:"toQueryString",value:function(t,n){var a=[],o=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(s){if(o.call(t,s)){var r=n?"".concat(n,"[").concat(s,"]"):s,c=t[s];c=c instanceof Date?c.toISOString():c,a.push(null!==c&&"object"===(0,i.default)(c)?e.toQueryString(c,r):"".concat(encodeURIComponent(r),"=").concat(encodeURIComponent(c)))}})),a.join("&").replace(/%5B[0-9]+%5D=/g,"=")}}]),e}();t.default=v},731:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(1480)),c=a(n(393)),u=a(n(5661)),p=a(n(3093)),l=a(n(4073)),d=a(n(9407)),m={create:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,u,p,d;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,c.default.post(e,r.default.Token.ENDPOINT_PATH,t.asPropertiesMap());case 2:return a=n.sent,s=a.data.items.item,u=s.filter((function(e){return"Token"===e.type})),p=(0,o.default)(u,1),d=p[0],n.abrupt("return",(0,l.default)(d));case 6:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),n.next=3,c.default.get(e,"".concat(r.default.Token.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"Token"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(u.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,c.default.get(e,r.default.Token.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Token"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},delete:function(e,t){return u.default.paramNotEmpty(t,r.default.NUMBER),c.default.delete(e,"".concat(r.default.Token.ENDPOINT_PATH,"/").concat(t))}};t.default=m},5919:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7424)),s=a(n(7156)),r=a(n(1480)),c=a(n(393)),u=a(n(5661)),p=a(n(3093)),l=a(n(1198)),d=a(n(9407)),m={create:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,u,p,d;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,c.default.post(e,r.default.Transaction.ENDPOINT_PATH,t.asPropertiesMap());case 2:return a=n.sent,s=a.data.items.item,u=s.filter((function(e){return"Transaction"===e.type})),p=(0,o.default)(u,1),d=p[0],n.abrupt("return",(0,l.default)(d));case 6:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,s,p,d,m;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),n.next=3,c.default.get(e,"".concat(r.default.Transaction.ENDPOINT_PATH,"/").concat(t));case 3:return a=n.sent,s=a.data.items.item,p=s.filter((function(e){return"Transaction"===e.type})),d=(0,o.default)(p,1),m=d[0],n.abrupt("return",(0,l.default)(m));case 7:case"end":return n.stop()}}),n)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function n(){var a,o,s;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(u.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return n.next=7,c.default.get(e,r.default.Transaction.ENDPOINT_PATH,a);case 7:return o=n.sent,s=o.data,n.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Transaction"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()},update:function(e,t,n){return(0,s.default)(i.default.mark((function a(){var s,p,d,m,f;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),a.next=3,c.default.post(e,"".concat(r.default.Transaction.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 3:return s=a.sent,p=s.data.items.item,d=p.filter((function(e){return"Transaction"===e.type})),m=(0,o.default)(d,1),f=m[0],a.abrupt("return",(0,l.default)(f));case 7:case"end":return a.stop()}}),a)})))()}};t.default=m},7635:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(4687)),o=a(n(7156)),s=a(n(1480)),r=a(n(393)),c=a(n(5661)),u=a(n(3093)),p=a(n(7106)),l=a(n(9407)),d=a(n(3213)),m={listLicenseTypes:function(e){return(0,o.default)(i.default.mark((function t(){var n,a;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_LICENSE_TYPES));case 2:return n=t.sent,a=n.data,t.abrupt("return",(0,l.default)(a.items.item.filter((function(e){return"LicenseType"===e.type})).map((function(e){return(0,p.default)(e)})),a.items.pagenumber,a.items.itemsnumber,a.items.totalpages,a.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listLicensingModels:function(e){return(0,o.default)(i.default.mark((function t(){var n,a;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_LICENSING_MODELS));case 2:return n=t.sent,a=n.data,t.abrupt("return",(0,l.default)(a.items.item.filter((function(e){return"LicensingModelProperties"===e.type})).map((function(e){return(0,p.default)(e)})),a.items.pagenumber,a.items.itemsnumber,a.items.totalpages,a.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listCountries:function(e,t){return(0,o.default)(i.default.mark((function n(){var a,o,p;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(a={},!t){n.next=5;break}if(c.default.isValid(t)){n.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:a[s.default.FILTER]="string"==typeof t?t:u.default.encode(t);case 5:return n.next=7,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_COUNTRIES),a);case 7:return o=n.sent,p=o.data,n.abrupt("return",(0,l.default)(p.items.item.filter((function(e){return"Country"===e.type})).map((function(e){return(0,d.default)(e)})),p.items.pagenumber,p.items.itemsnumber,p.items.totalpages,p.items.totalitems));case 10:case"end":return n.stop()}}),n)})))()}};t.default=m},553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(e,t){switch(e.trim().toLowerCase()){case"str":case"string":return String(t);case"int":case"integer":var n=parseInt(t,10);return Number.isNaN(n)?t:n;case"float":case"double":var a=parseFloat(t);return Number.isNaN(a)?t:a;case"bool":case"boolean":switch(t){case"true":case"TRUE":return!0;case"false":case"FALSE":return!1;default:return Boolean(t)}case"date":return"now"===t?"now":new Date(String(t));default:return t}}},5661:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={isValid:function(e){var t=void 0!==e&&"function"!=typeof e;return"number"==typeof e&&(t=Number.isFinite(e)&&!Number.isNaN(e)),t},paramNotNull:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(null===e)throw new TypeError("Parameter ".concat(t," cannot be null"))},paramNotEmpty:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(!e)throw new TypeError("Parameter ".concat(t," cannot be null or empty string"))}};t.default=n},3093:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(7424)),o={FILTER_DELIMITER:";",FILTER_PAIR_DELIMITER:"=",encode:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=[],a=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(i){a.call(t,i)&&n.push("".concat(i).concat(e.FILTER_PAIR_DELIMITER).concat(t[i]))})),n.join(this.FILTER_DELIMITER)},decode:function(){var e=this,t={};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").split(this.FILTER_DELIMITER).forEach((function(n){var a=n.split(e.FILTER_PAIR_DELIMITER),o=(0,i.default)(a,2),s=o[0],r=o[1];t[s]=r})),t}};t.default=o},4658:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(6690)),o=a(n(9728)),s=function(){function e(){(0,i.default)(this,e),this.licenseeNumber=""}return(0,o.default)(e,[{key:"setLicenseeNumber",value:function(e){return this.licenseeNumber=e,this}},{key:"getLicenseeNumber",value:function(){return this.licenseeNumber}}]),e}();t.default=s},4693:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(8698)),o=a(n(8416)),s=a(n(6690)),r=a(n(9728)),c=a(n(1480)),u=a(n(5661));function p(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o={getContent:function(){return e},getPageNumber:function(){return t},getItemsNumber:function(){return n},getTotalPages:function(){return a},getTotalItems:function(){return i},hasNext:function(){return a>t+1}},s=Object.keys(o);return new Proxy(e,{get:function(e,t){return-1!==s.indexOf(t)?o[t]:e[t]}})}},4856:(e,t,n)=>{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(8416)),o=a(n(6690)),s=a(n(9728));function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function c(e){for(var t=1;t{"use strict";var a=n(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=a(n(8698)),o=a(n(8416)),s=a(n(6690)),r=a(n(9728)),c=a(n(5661));function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}var p=function(){function e(){(0,s.default)(this,e),this.validators={}}return(0,r.default)(e,[{key:"getValidators",value:function(){return function(e){for(var t=1;t"),n.call(t,a)&&(e+=JSON.stringify(t[a]))})),e+="]"}}]),e}();t.default=p},706:e=>{!function(){"use strict";e.exports=function(e){return(e instanceof Buffer?e:Buffer.from(e.toString(),"binary")).toString("base64")}}()},9779:(e,t,n)=>{var a=n(3837),i=n(2781).Stream,o=n(3463);function s(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2097152,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}e.exports=s,a.inherits(s,i),s.create=function(e){var t=new this;for(var n in e=e||{})t[n]=e[n];return t},s.isStreamLike=function(e){return"function"!=typeof e&&"string"!=typeof e&&"boolean"!=typeof e&&"number"!=typeof e&&!Buffer.isBuffer(e)},s.prototype.append=function(e){if(s.isStreamLike(e)){if(!(e instanceof o)){var t=o.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this},s.prototype.pipe=function(e,t){return i.prototype.pipe.call(this,e,t),this.resume(),e},s.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop)this._pendingNext=!0;else{this._insideLoop=!0;try{do{this._pendingNext=!1,this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=!1}}},s.prototype._realGetNext=function(){var e=this._streams.shift();void 0!==e?"function"==typeof e?e(function(e){s.isStreamLike(e)&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this)):this._pipeNext(e):this.end()},s.prototype._pipeNext=function(e){if(this._currentStream=e,s.isStreamLike(e))return e.on("end",this._getNext.bind(this)),void e.pipe(this,{end:!1});var t=e;this.write(t),this._getNext()},s.prototype._handleErrors=function(e){var t=this;e.on("error",(function(e){t._emitError(e)}))},s.prototype.write=function(e){this.emit("data",e)},s.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.pause&&this._currentStream.pause(),this.emit("pause"))},s.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.resume&&this._currentStream.resume(),this.emit("resume")},s.prototype.end=function(){this._reset(),this.emit("end")},s.prototype.destroy=function(){this._reset(),this.emit("close")},s.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},s.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}},s.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(t){t.dataSize&&(e.dataSize+=t.dataSize)})),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},s.prototype._emitError=function(e){this._reset(),this.emit("error",e)}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let a=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(i=a))})),t.splice(i,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,i,o,s=null;function r(...e){if(!r.enabled)return;const a=r,i=Number(new Date),o=i-(n||i);a.diff=o,a.prev=n,a.curr=i,n=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,i)=>{if("%%"===n)return"%";s++;const o=t.formatters[i];if("function"==typeof o){const t=e[s];n=o.call(a,t),e.splice(s,1),s--}return n})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return r.namespace=e,r.useColors=t.useColors(),r.color=t.selectColor(e),r.extend=a,r.destroy=t.destroy,Object.defineProperty(r,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(i!==t.namespaces&&(i=t.namespaces,o=t.enabled(e)),o),set:e=>{s=e}}),"function"==typeof t.init&&t.init(r),r}function a(e,n){const a=t(this.namespace+(void 0===n?":":n)+e);return a.log=this.log,a}function i(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(i),...t.skips.map(i).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const a=("string"==typeof e?e:"").split(/[\s,]+/),i=a.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=n(1227):e.exports=n(39)},39:(e,t,n)=>{const a=n(6224),i=n(3837);t.init=function(e){e.inspectOpts={};const n=Object.keys(t.inspectOpts);for(let a=0;a{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=n(2130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const n=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let a=process.env[t];return a=!!/^(yes|on|true|enabled)$/i.test(a)||!/^(no|off|false|disabled)$/i.test(a)&&("null"===a?null:Number(a)),e[n]=a,e}),{}),e.exports=n(2447)(t);const{formatters:o}=e.exports;o.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},o.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)}},3463:(e,t,n)=>{var a=n(2781).Stream,i=n(3837);function o(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=o,i.inherits(o,a),o.create=function(e,t){var n=new this;for(var a in t=t||{})n[a]=t[a];n.source=e;var i=e.emit;return e.emit=function(){return n._handleEmit(arguments),i.apply(e,arguments)},e.on("error",(function(){})),n.pauseStream&&e.pause(),n},Object.defineProperty(o.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),o.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},o.prototype.resume=function(){this._released||this.release(),this.source.resume()},o.prototype.pause=function(){this.source.pause()},o.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},o.prototype.pipe=function(){var e=a.prototype.pipe.apply(this,arguments);return this.resume(),e},o.prototype._handleEmit=function(e){this._released?this.emit.apply(this,e):("data"===e[0]&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e))},o.prototype._checkIfMaxDataSizeExceeded=function(){if(!(this._maxDataSizeExceeded||this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}},2261:(e,t,n)=>{var a;e.exports=function(){if(!a){try{a=n(5158)("follow-redirects")}catch(e){}"function"!=typeof a&&(a=function(){})}a.apply(null,arguments)}},938:(e,t,n)=>{var a=n(7310),i=a.URL,o=n(3685),s=n(5687),r=n(2781).Writable,c=n(9491),u=n(2261),p=["abort","aborted","connect","error","socket","timeout"],l=Object.create(null);p.forEach((function(e){l[e]=function(t,n,a){this._redirectable.emit(e,t,n,a)}}));var d=k("ERR_INVALID_URL","Invalid URL",TypeError),m=k("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),f=k("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),v=k("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),x=k("ERR_STREAM_WRITE_AFTER_END","write after end");function h(e,t){r.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var n=this;this._onNativeResponse=function(e){n._processResponse(e)},this._performRequest()}function b(e){var t={maxRedirects:21,maxBodyLength:10485760},n={};return Object.keys(e).forEach((function(o){var s=o+":",r=n[s]=e[o],p=t[o]=Object.create(r);Object.defineProperties(p,{request:{value:function(e,o,r){if(E(e)){var p;try{p=y(new i(e))}catch(t){p=a.parse(e)}if(!E(p.protocol))throw new d({input:e});e=p}else i&&e instanceof i?e=y(e):(r=o,o=e,e={protocol:s});return _(o)&&(r=o,o=null),(o=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,o)).nativeProtocols=n,E(o.host)||E(o.hostname)||(o.hostname="::1"),c.equal(o.protocol,s,"protocol mismatch"),u("options",o),new h(o,r)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,n){var a=p.request(e,t,n);return a.end(),a},configurable:!0,enumerable:!0,writable:!0}})})),t}function g(){}function y(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return""!==e.port&&(t.port=Number(e.port)),t}function w(e,t){var n;for(var a in t)e.test(a)&&(n=t[a],delete t[a]);return null==n?void 0:String(n).trim()}function k(e,t,n){function a(n){Error.captureStackTrace(this,this.constructor),Object.assign(this,n||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return a.prototype=new(n||Error),a.prototype.constructor=a,a.prototype.name="Error ["+e+"]",a}function P(e){for(var t of p)e.removeListener(t,l[t]);e.on("error",g),e.abort()}function E(e){return"string"==typeof e||e instanceof String}function _(e){return"function"==typeof e}h.prototype=Object.create(r.prototype),h.prototype.abort=function(){P(this._currentRequest),this.emit("abort")},h.prototype.write=function(e,t,n){if(this._ending)throw new x;if(!E(e)&&("object"!=typeof(a=e)||!("length"in a)))throw new TypeError("data should be a string, Buffer or Uint8Array");var a;_(t)&&(n=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,n)):(this.emit("error",new v),this.abort()):n&&n()},h.prototype.end=function(e,t,n){if(_(e)?(n=e,e=t=null):_(t)&&(n=t,t=null),e){var a=this,i=this._currentRequest;this.write(e,t,(function(){a._ended=!0,i.end(null,null,n)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,n)},h.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},h.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},h.prototype.setTimeout=function(e,t){var n=this;function a(t){t.setTimeout(e),t.removeListener("timeout",t.destroy),t.addListener("timeout",t.destroy)}function i(t){n._timeout&&clearTimeout(n._timeout),n._timeout=setTimeout((function(){n.emit("timeout"),o()}),e),a(t)}function o(){n._timeout&&(clearTimeout(n._timeout),n._timeout=null),n.removeListener("abort",o),n.removeListener("error",o),n.removeListener("response",o),t&&n.removeListener("timeout",t),n.socket||n._currentRequest.removeListener("socket",i)}return t&&this.on("timeout",t),this.socket?i(this.socket):this._currentRequest.once("socket",i),this.on("socket",a),this.on("abort",o),this.on("error",o),this.on("response",o),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){h.prototype[e]=function(t,n){return this._currentRequest[e](t,n)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(h.prototype,e,{get:function(){return this._currentRequest[e]}})})),h.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},h.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var n=e.slice(0,-1);this._options.agent=this._options.agents[n]}var i=this._currentRequest=t.request(this._options,this._onNativeResponse);for(var o of(i._redirectable=this,p))i.on(o,l[o]);if(this._currentUrl=/^\//.test(this._options.path)?a.format(this._options):this._options.path,this._isRedirect){var s=0,r=this,c=this._requestBodyBuffers;!function e(t){if(i===r._currentRequest)if(t)r.emit("error",t);else if(s=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),void(this._requestBodyBuffers=[]);if(P(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)this.emit("error",new f);else{var i,o=this._options.beforeRedirect;o&&(i=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],w(/^content-/i,this._options.headers));var r,p=w(/^host$/i,this._options.headers),l=a.parse(this._currentUrl),d=p||l.host,v=/^\w+:/.test(n)?this._currentUrl:a.format(Object.assign(l,{host:d}));try{r=a.resolve(v,n)}catch(e){return void this.emit("error",new m({cause:e}))}u("redirecting to",r),this._isRedirect=!0;var x=a.parse(r);if(Object.assign(this._options,x),(x.protocol!==l.protocol&&"https:"!==x.protocol||x.host!==d&&!function(e,t){c(E(e)&&E(t));var n=e.length-t.length-1;return n>0&&"."===e[n]&&e.endsWith(t)}(x.host,d))&&w(/^(?:authorization|cookie)$/i,this._options.headers),_(o)){var h={headers:e.headers,statusCode:t},b={url:v,method:s,headers:i};try{o(this._options,h,b)}catch(e){return void this.emit("error",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit("error",new m({cause:e}))}}},e.exports=b({http:o,https:s}),e.exports.wrap=b},6882:(e,t,n)=>{var a=n(9779),i=n(3837),o=n(1017),s=n(3685),r=n(5687),c=n(7310).parse,u=n(7147),p=n(2781).Stream,l=n(983),d=n(9118),m=n(2275);function f(e){if(!(this instanceof f))return new f(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],a.call(this),e=e||{})this[t]=e[t]}e.exports=f,i.inherits(f,a),f.LINE_BREAK="\r\n",f.DEFAULT_CONTENT_TYPE="application/octet-stream",f.prototype.append=function(e,t,n){"string"==typeof(n=n||{})&&(n={filename:n});var o=a.prototype.append.bind(this);if("number"==typeof t&&(t=""+t),i.isArray(t))this._error(new Error("Arrays are not supported."));else{var s=this._multiPartHeader(e,t,n),r=this._multiPartFooter();o(s),o(t),o(r),this._trackLength(s,t,n)}},f.prototype._trackLength=function(e,t,n){var a=0;null!=n.knownLength?a+=+n.knownLength:Buffer.isBuffer(t)?a=t.length:"string"==typeof t&&(a=Buffer.byteLength(t)),this._valueLength+=a,this._overheadLength+=Buffer.byteLength(e)+f.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion")||t instanceof p)&&(n.knownLength||this._valuesToMeasure.push(t))},f.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?null!=e.end&&e.end!=1/0&&null!=e.start?t(null,e.end+1-(e.start?e.start:0)):u.stat(e.path,(function(n,a){var i;n?t(n):(i=a.size-(e.start?e.start:0),t(null,i))})):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",(function(n){e.pause(),t(null,+n.headers["content-length"])})),e.resume()):t("Unknown stream")},f.prototype._multiPartHeader=function(e,t,n){if("string"==typeof n.header)return n.header;var a,i=this._getContentDisposition(t,n),o=this._getContentType(t,n),s="",r={"Content-Disposition":["form-data",'name="'+e+'"'].concat(i||[]),"Content-Type":[].concat(o||[])};for(var c in"object"==typeof n.header&&m(r,n.header),r)r.hasOwnProperty(c)&&null!=(a=r[c])&&(Array.isArray(a)||(a=[a]),a.length&&(s+=c+": "+a.join("; ")+f.LINE_BREAK));return"--"+this.getBoundary()+f.LINE_BREAK+s+f.LINE_BREAK},f.prototype._getContentDisposition=function(e,t){var n,a;return"string"==typeof t.filepath?n=o.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?n=o.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(n=o.basename(e.client._httpMessage.path||"")),n&&(a='filename="'+n+'"'),a},f.prototype._getContentType=function(e,t){var n=t.contentType;return!n&&e.name&&(n=l.lookup(e.name)),!n&&e.path&&(n=l.lookup(e.path)),!n&&e.readable&&e.hasOwnProperty("httpVersion")&&(n=e.headers["content-type"]),n||!t.filepath&&!t.filename||(n=l.lookup(t.filepath||t.filename)),n||"object"!=typeof e||(n=f.DEFAULT_CONTENT_TYPE),n},f.prototype._multiPartFooter=function(){return function(e){var t=f.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},f.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+f.LINE_BREAK},f.prototype.getHeaders=function(e){var t,n={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(n[t.toLowerCase()]=e[t]);return n},f.prototype.setBoundary=function(e){this._boundary=e},f.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},f.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),n=0,a=this._streams.length;n{e.exports=function(e,t){return Object.keys(t).forEach((function(n){e[n]=e[n]||t[n]})),e}},6560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const n=e.startsWith("-")?"":1===e.length?"-":"--",a=t.indexOf(n+e),i=t.indexOf("--");return-1!==a&&(-1===i||a{e.exports=n(3765)},983:(e,t,n)=>{"use strict";var a,i,o,s=n(5234),r=n(1017).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),n=t&&s[t[1].toLowerCase()];return n&&n.charset?n.charset:!(!t||!u.test(t[1]))&&"UTF-8"}t.charset=p,t.charsets={lookup:p},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var n=-1===e.indexOf("/")?t.lookup(e):e;if(!n)return!1;if(-1===n.indexOf("charset")){var a=t.charset(n);a&&(n+="; charset="+a.toLowerCase())}return n},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var n=c.exec(e),a=n&&t.extensions[n[1].toLowerCase()];if(!a||!a.length)return!1;return a[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var n=r("x."+e).toLowerCase().substr(1);if(!n)return!1;return t.types[n]||!1},t.types=Object.create(null),a=t.extensions,i=t.types,o=["nginx","apache",void 0,"iana"],Object.keys(s).forEach((function(e){var t=s[e],n=t.extensions;if(n&&n.length){a[e]=n;for(var r=0;rp||u===p&&"application/"===i[c].substr(0,12)))continue}i[c]=e}}}))},7824:e=>{var t=1e3,n=60*t,a=60*n,i=24*a,o=7*i,s=365.25*i;function r(e,t,n,a){var i=t>=1.5*n;return Math.round(e/n)+" "+a+(i?"s":"")}e.exports=function(e,c){c=c||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!r)return;var c=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*s;case"weeks":case"week":case"w":return c*o;case"days":case"day":case"d":return c*i;case"hours":case"hour":case"hrs":case"hr":case"h":return c*a;case"minutes":case"minute":case"mins":case"min":case"m":return c*n;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===u&&isFinite(e))return c.long?function(e){var o=Math.abs(e);if(o>=i)return r(e,o,i,"day");if(o>=a)return r(e,o,a,"hour");if(o>=n)return r(e,o,n,"minute");if(o>=t)return r(e,o,t,"second");return e+" ms"}(e):function(e){var o=Math.abs(e);if(o>=i)return Math.round(e/i)+"d";if(o>=a)return Math.round(e/a)+"h";if(o>=n)return Math.round(e/n)+"m";if(o>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},1394:(e,t,n)=>{"use strict";var a=n(7310).parse,i={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},o=String.prototype.endsWith||function(e){return e.length<=this.length&&-1!==this.indexOf(e,this.length-e.length)};function s(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}t.getProxyForUrl=function(e){var t="string"==typeof e?a(e):e||{},n=t.protocol,r=t.host,c=t.port;if("string"!=typeof r||!r||"string"!=typeof n)return"";if(n=n.split(":",1)[0],!function(e,t){var n=(s("npm_config_no_proxy")||s("no_proxy")).toLowerCase();if(!n)return!0;if("*"===n)return!1;return n.split(/[,\s]/).every((function(n){if(!n)return!0;var a=n.match(/^(.+):(\d+)$/),i=a?a[1]:n,s=a?parseInt(a[2]):0;return!(!s||s===t)||(/^[.*]/.test(i)?("*"===i.charAt(0)&&(i=i.slice(1)),!o.call(e,i)):e!==i)}))}(r=r.replace(/:\d*$/,""),c=parseInt(c)||i[n]||0))return"";var u=s("npm_config_"+n+"_proxy")||s(n+"_proxy")||s("npm_config_proxy")||s("all_proxy");return u&&-1===u.indexOf("://")&&(u=n+"://"+u),u}},2130:(e,t,n)=>{"use strict";const a=n(2037),i=n(6224),o=n(6560),{env:s}=process;let r;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===r)return 0;if(o("color=16m")||o("color=full")||o("color=truecolor"))return 3;if(o("color=256"))return 2;if(e&&!t&&void 0===r)return 0;const n=r||0;if("dumb"===s.TERM)return n;if("win32"===process.platform){const e=a.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in s))||"codeship"===s.CI_NAME?1:n;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if("truecolor"===s.COLORTERM)return 3;if("TERM_PROGRAM"in s){const e=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:n}o("no-color")||o("no-colors")||o("color=false")||o("color=never")?r=0:(o("color")||o("colors")||o("color=true")||o("color=always"))&&(r=1),"FORCE_COLOR"in s&&(r="true"===s.FORCE_COLOR?1:"false"===s.FORCE_COLOR?0:0===s.FORCE_COLOR.length?1:Math.min(parseInt(s.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,i.isatty(1))),stderr:c(u(!0,i.isatty(2)))}},9491:e=>{"use strict";e.exports=require("assert")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},5687:e=>{"use strict";e.exports=require("https")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},2781:e=>{"use strict";e.exports=require("stream")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},9796:e=>{"use strict";e.exports=require("zlib")},3897:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n{e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},6115:e=>{e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},7156:e=>{function t(e,t,n,a,i,o,s){try{var r=e[o](s),c=r.value}catch(e){return void n(e)}r.done?t(c):Promise.resolve(c).then(a,i)}e.exports=function(e){return function(){var n=this,a=arguments;return new Promise((function(i,o){var s=e.apply(n,a);function r(e){t(s,i,o,r,c,"next",e)}function c(e){t(s,i,o,r,c,"throw",e)}r(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},6690:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},3515:(e,t,n)=>{var a=n(6015),i=n(9617);function o(t,n,s){return i()?(e.exports=o=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,n){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return n&&a(o,n.prototype),o},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(null,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},9728:(e,t,n)=>{var a=n(4062);function i(e,t){for(var n=0;n{var a=n(4062);e.exports=function(e,t,n){return(t=a(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports},1588:(e,t,n)=>{var a=n(1753);function i(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=i=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=i=function(e,t,n){var i=a(e,t);if(i){var o=Object.getOwnPropertyDescriptor(i,t);return o.get?o.get.call(arguments.length<3?e:n):o.value}},e.exports.__esModule=!0,e.exports.default=e.exports),i.apply(this,arguments)}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},3808:e=>{function t(n){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},1655:(e,t,n)=>{var a=n(6015);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&a(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},4836:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},6035:e=>{e.exports=function(e){return-1!==Function.toString.call(e).indexOf("[native code]")},e.exports.__esModule=!0,e.exports.default=e.exports},9617:e=>{e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports.default=e.exports},8872:e=>{e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var a,i,o,s,r=[],c=!0,u=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(a=o.call(n)).done)&&(r.push(a.value),r.length!==t);c=!0);}catch(e){u=!0,i=e}finally{try{if(!c&&null!=n.return&&(s=n.return(),Object(s)!==s))return}finally{if(u)throw i}}return r}},e.exports.__esModule=!0,e.exports.default=e.exports},2218:e=>{e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},4993:(e,t,n)=>{var a=n(8698).default,i=n(6115);e.exports=function(e,t){if(t&&("object"===a(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return i(e)},e.exports.__esModule=!0,e.exports.default=e.exports},7061:(e,t,n)=>{var a=n(8698).default;function i(){"use strict";e.exports=i=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},n=Object.prototype,o=n.hasOwnProperty,s=Object.defineProperty||function(e,t,n){e[t]=n.value},r="function"==typeof Symbol?Symbol:{},c=r.iterator||"@@iterator",u=r.asyncIterator||"@@asyncIterator",p=r.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(e){l=function(e,t,n){return e[t]=n}}function d(e,t,n,a){var i=t&&t.prototype instanceof v?t:v,o=Object.create(i.prototype),r=new N(a||[]);return s(o,"_invoke",{value:E(e,n,r)}),o}function m(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=d;var f={};function v(){}function x(){}function h(){}var b={};l(b,c,(function(){return this}));var g=Object.getPrototypeOf,y=g&&g(g(j([])));y&&y!==n&&o.call(y,c)&&(b=y);var w=h.prototype=v.prototype=Object.create(b);function k(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function P(e,t){function n(i,s,r,c){var u=m(e[i],e,s);if("throw"!==u.type){var p=u.arg,l=p.value;return l&&"object"==a(l)&&o.call(l,"__await")?t.resolve(l.__await).then((function(e){n("next",e,r,c)}),(function(e){n("throw",e,r,c)})):t.resolve(l).then((function(e){p.value=e,r(p)}),(function(e){return n("throw",e,r,c)}))}c(u.arg)}var i;s(this,"_invoke",{value:function(e,a){function o(){return new t((function(t,i){n(e,a,t,i)}))}return i=i?i.then(o,o):o()}})}function E(e,t,n){var a="suspendedStart";return function(i,o){if("executing"===a)throw new Error("Generator is already running");if("completed"===a){if("throw"===i)throw o;return R()}for(n.method=i,n.arg=o;;){var s=n.delegate;if(s){var r=_(s,n);if(r){if(r===f)continue;return r}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===a)throw a="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);a="executing";var c=m(e,t,n);if("normal"===c.type){if(a=n.done?"completed":"suspendedYield",c.arg===f)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(a="completed",n.method="throw",n.arg=c.arg)}}}function _(e,t){var n=t.method,a=e.iterator[n];if(void 0===a)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,_(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var i=m(a,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,f;var o=i.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function T(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function N(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(T,this),this.reset(!0)}function j(e){if(e){var t=e[c];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,a=function t(){for(;++n=0;--a){var i=this.tryEntries[a],s=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var r=o.call(i,"catchLoc"),c=o.call(i,"finallyLoc");if(r&&c){if(this.prev=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&o.call(a,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),O(n),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var a=n.completion;if("throw"===a.type){var i=a.arg;O(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:j(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),f}},t}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},6015:e=>{function t(n,a){return e.exports=t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,t(n,a)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},7424:(e,t,n)=>{var a=n(5372),i=n(8872),o=n(6116),s=n(2218);e.exports=function(e,t){return a(e)||i(e,t)||o(e,t)||s()},e.exports.__esModule=!0,e.exports.default=e.exports},1753:(e,t,n)=>{var a=n(3808);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=a(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports},5036:(e,t,n)=>{var a=n(8698).default;e.exports=function(e,t){if("object"!==a(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==a(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},4062:(e,t,n)=>{var a=n(8698).default,i=n(5036);e.exports=function(e){var t=i(e,"string");return"symbol"===a(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},8698:e=>{function t(n){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},6116:(e,t,n)=>{var a=n(3897);e.exports=function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},3496:(e,t,n)=>{var a=n(3808),i=n(6015),o=n(6035),s=n(3515);function r(t){var n="function"==typeof Map?new Map:void 0;return e.exports=r=function(e){if(null===e||!o(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(e))return n.get(e);n.set(e,t)}function t(){return s(e,arguments,a(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),i(t,e)},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},4687:(e,t,n)=>{var a=n(7061)();e.exports=a;try{regeneratorRuntime=a}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=a:Function("r","regeneratorRuntime = r")(a)}},3306:(e,t,n)=>{"use strict";const a=n(6882),i=n(7310),o=n(1394),s=n(3685),r=n(5687),c=n(3837),u=n(938),p=n(9796),l=n(2781),d=n(2361);function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}const f=m(a),v=m(i),x=m(s),h=m(r),b=m(c),g=m(u),y=m(p),w=m(l),k=m(d);function P(e,t){return function(){return e.apply(t,arguments)}}const{toString:E}=Object.prototype,{getPrototypeOf:_}=Object,T=(O=Object.create(null),e=>{const t=E.call(e);return O[t]||(O[t]=t.slice(8,-1).toLowerCase())});var O;const N=e=>(e=e.toLowerCase(),t=>T(t)===e),j=e=>t=>typeof t===e,{isArray:R}=Array,L=j("undefined");const A=N("ArrayBuffer");const C=j("string"),S=j("function"),M=j("number"),I=e=>null!==e&&"object"==typeof e,U=e=>{if("object"!==T(e))return!1;const t=_(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},D=N("Date"),B=N("File"),F=N("Blob"),z=N("FileList"),q=N("URLSearchParams");function H(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let a,i;if("object"!=typeof e&&(e=[e]),R(e))for(a=0,i=e.length;a0;)if(a=n[i],t===a.toLowerCase())return a;return null}const K="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Y=e=>!L(e)&&e!==K;const G=(J="undefined"!=typeof Uint8Array&&_(Uint8Array),e=>J&&e instanceof J);var J;const W=N("HTMLFormElement"),$=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),Q=N("RegExp"),X=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),a={};H(n,((n,i)=>{!1!==t(n,i,e)&&(a[i]=n)})),Object.defineProperties(e,a)},Z="abcdefghijklmnopqrstuvwxyz",ee="0123456789",te={DIGIT:ee,ALPHA:Z,ALPHA_DIGIT:Z+Z.toUpperCase()+ee};const ne=N("AsyncFunction"),ae={isArray:R,isArrayBuffer:A,isBuffer:function(e){return null!==e&&!L(e)&&null!==e.constructor&&!L(e.constructor)&&S(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||S(e.append)&&("formdata"===(t=T(e))||"object"===t&&S(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&A(e.buffer),t},isString:C,isNumber:M,isBoolean:e=>!0===e||!1===e,isObject:I,isPlainObject:U,isUndefined:L,isDate:D,isFile:B,isBlob:F,isRegExp:Q,isFunction:S,isStream:e=>I(e)&&S(e.pipe),isURLSearchParams:q,isTypedArray:G,isFileList:z,forEach:H,merge:function e(){const{caseless:t}=Y(this)&&this||{},n={},a=(a,i)=>{const o=t&&V(n,i)||i;U(n[o])&&U(a)?n[o]=e(n[o],a):U(a)?n[o]=e({},a):R(a)?n[o]=a.slice():n[o]=a};for(let e=0,t=arguments.length;e(H(t,((t,a)=>{n&&S(t)?e[a]=P(t,n):e[a]=t}),{allOwnKeys:a}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,a)=>{e.prototype=Object.create(t.prototype,a),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,a)=>{let i,o,s;const r={};if(t=t||{},null==e)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)s=i[o],a&&!a(s,e,t)||r[s]||(t[s]=e[s],r[s]=!0);e=!1!==n&&_(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:T,kindOfTest:N,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const a=e.indexOf(t,n);return-1!==a&&a===n},toArray:e=>{if(!e)return null;if(R(e))return e;let t=e.length;if(!M(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=n.next())&&!a.done;){const n=a.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const a=[];for(;null!==(n=e.exec(t));)a.push(n);return a},isHTMLForm:W,hasOwnProperty:$,hasOwnProp:$,reduceDescriptors:X,freezeMethods:e=>{X(e,((t,n)=>{if(S(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const a=e[n];S(a)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},a=e=>{e.forEach((e=>{n[e]=!0}))};return R(e)?a(e):a(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:V,global:K,isContextDefined:Y,ALPHABET:te,generateString:(e=16,t=te.ALPHA_DIGIT)=>{let n="";const{length:a}=t;for(;e--;)n+=t[Math.random()*a|0];return n},isSpecCompliantForm:function(e){return!!(e&&S(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,a)=>{if(I(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[a]=e;const i=R(e)?[]:{};return H(e,((e,t)=>{const o=n(e,a+1);!L(o)&&(i[t]=o)})),t[a]=void 0,i}}return e};return n(e,0)},isAsyncFn:ne,isThenable:e=>e&&(I(e)||S(e))&&S(e.then)&&S(e.catch)};function ie(e,t,n,a,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),a&&(this.request=a),i&&(this.response=i)}ae.inherits(ie,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ae.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const oe=ie.prototype,se={};function re(e){return ae.isPlainObject(e)||ae.isArray(e)}function ce(e){return ae.endsWith(e,"[]")?e.slice(0,-2):e}function ue(e,t,n){return e?e.concat(t).map((function(e,t){return e=ce(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{se[e]={value:e}})),Object.defineProperties(ie,se),Object.defineProperty(oe,"isAxiosError",{value:!0}),ie.from=(e,t,n,a,i,o)=>{const s=Object.create(oe);return ae.toFlatObject(e,s,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),ie.call(s,e.message,t,n,a,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const pe=ae.toFlatObject(ae,{},null,(function(e){return/^is[A-Z]/.test(e)}));function le(e,t,n){if(!ae.isObject(e))throw new TypeError("target must be an object");t=t||new(f.default||FormData);const a=(n=ae.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ae.isUndefined(t[e])}))).metaTokens,i=n.visitor||u,o=n.dots,s=n.indexes,r=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ae.isSpecCompliantForm(t);if(!ae.isFunction(i))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(ae.isDate(e))return e.toISOString();if(!r&&ae.isBlob(e))throw new ie("Blob is not supported. Use a Buffer instead.");return ae.isArrayBuffer(e)||ae.isTypedArray(e)?r&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,n,i){let r=e;if(e&&!i&&"object"==typeof e)if(ae.endsWith(n,"{}"))n=a?n:n.slice(0,-2),e=JSON.stringify(e);else if(ae.isArray(e)&&function(e){return ae.isArray(e)&&!e.some(re)}(e)||(ae.isFileList(e)||ae.endsWith(n,"[]"))&&(r=ae.toArray(e)))return n=ce(n),r.forEach((function(e,a){!ae.isUndefined(e)&&null!==e&&t.append(!0===s?ue([n],a,o):null===s?n:n+"[]",c(e))})),!1;return!!re(e)||(t.append(ue(i,n,o),c(e)),!1)}const p=[],l=Object.assign(pe,{defaultVisitor:u,convertValue:c,isVisitable:re});if(!ae.isObject(e))throw new TypeError("data must be an object");return function e(n,a){if(!ae.isUndefined(n)){if(-1!==p.indexOf(n))throw Error("Circular reference detected in "+a.join("."));p.push(n),ae.forEach(n,(function(n,o){!0===(!(ae.isUndefined(n)||null===n)&&i.call(t,n,ae.isString(o)?o.trim():o,a,l))&&e(n,a?a.concat(o):[o])})),p.pop()}}(e),t}function de(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function me(e,t){this._pairs=[],e&&le(e,this,t)}const fe=me.prototype;function ve(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function xe(e,t,n){if(!t)return e;const a=n&&n.encode||ve,i=n&&n.serialize;let o;if(o=i?i(t,n):ae.isURLSearchParams(t)?t.toString():new me(t,n).toString(a),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}fe.append=function(e,t){this._pairs.push([e,t])},fe.toString=function(e){const t=e?function(t){return e.call(this,t,de)}:de;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const he=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ae.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},be={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ge={isNode:!0,classes:{URLSearchParams:v.default.URLSearchParams,FormData:f.default,Blob:"undefined"!=typeof Blob&&Blob||null},protocols:["http","https","file","data"]};function ye(e){function t(e,n,a,i){let o=e[i++];const s=Number.isFinite(+o),r=i>=e.length;if(o=!o&&ae.isArray(a)?a.length:o,r)return ae.hasOwnProp(a,o)?a[o]=[a[o],n]:a[o]=n,!s;a[o]&&ae.isObject(a[o])||(a[o]=[]);return t(e,n,a[o],i)&&ae.isArray(a[o])&&(a[o]=function(e){const t={},n=Object.keys(e);let a;const i=n.length;let o;for(a=0;a{t(function(e){return ae.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),a,n,0)})),n}return null}const we={"Content-Type":void 0};const ke={transitional:be,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",a=n.indexOf("application/json")>-1,i=ae.isObject(e);i&&ae.isHTMLForm(e)&&(e=new FormData(e));if(ae.isFormData(e))return a&&a?JSON.stringify(ye(e)):e;if(ae.isArrayBuffer(e)||ae.isBuffer(e)||ae.isStream(e)||ae.isFile(e)||ae.isBlob(e))return e;if(ae.isArrayBufferView(e))return e.buffer;if(ae.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return le(e,new ge.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,a){return ae.isBuffer(e)?(this.append(t,e.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=ae.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return le(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return i||a?(t.setContentType("application/json",!1),function(e,t,n){if(ae.isString(e))try{return(t||JSON.parse)(e),ae.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||ke.transitional,n=t&&t.forcedJSONParsing,a="json"===this.responseType;if(e&&ae.isString(e)&&(n&&!this.responseType||a)){const n=!(t&&t.silentJSONParsing)&&a;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw ie.from(e,ie.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ge.classes.FormData,Blob:ge.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};ae.forEach(["delete","get","head"],(function(e){ke.headers[e]={}})),ae.forEach(["post","put","patch"],(function(e){ke.headers[e]=ae.merge(we)}));const Pe=ke,Ee=ae.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),_e=Symbol("internals");function Te(e){return e&&String(e).trim().toLowerCase()}function Oe(e){return!1===e||null==e?e:ae.isArray(e)?e.map(Oe):String(e)}function Ne(e,t,n,a,i){return ae.isFunction(a)?a.call(this,t,n):(i&&(t=n),ae.isString(t)?ae.isString(a)?-1!==t.indexOf(a):ae.isRegExp(a)?a.test(t):void 0:void 0)}class je{constructor(e){e&&this.set(e)}set(e,t,n){const a=this;function i(e,t,n){const i=Te(t);if(!i)throw new Error("header name must be a non-empty string");const o=ae.findKey(a,i);(!o||void 0===a[o]||!0===n||void 0===n&&!1!==a[o])&&(a[o||t]=Oe(e))}const o=(e,t)=>ae.forEach(e,((e,n)=>i(e,n,t)));return ae.isPlainObject(e)||e instanceof this.constructor?o(e,t):ae.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?o((e=>{const t={};let n,a,i;return e&&e.split("\n").forEach((function(e){i=e.indexOf(":"),n=e.substring(0,i).trim().toLowerCase(),a=e.substring(i+1).trim(),!n||t[n]&&Ee[n]||("set-cookie"===n?t[n]?t[n].push(a):t[n]=[a]:t[n]=t[n]?t[n]+", "+a:a)})),t})(e),t):null!=e&&i(t,e,n),this}get(e,t){if(e=Te(e)){const n=ae.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=n.exec(e);)t[a[1]]=a[2];return t}(e);if(ae.isFunction(t))return t.call(this,e,n);if(ae.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Te(e)){const n=ae.findKey(this,e);return!(!n||void 0===this[n]||t&&!Ne(0,this[n],n,t))}return!1}delete(e,t){const n=this;let a=!1;function i(e){if(e=Te(e)){const i=ae.findKey(n,e);!i||t&&!Ne(0,n[i],i,t)||(delete n[i],a=!0)}}return ae.isArray(e)?e.forEach(i):i(e),a}clear(e){const t=Object.keys(this);let n=t.length,a=!1;for(;n--;){const i=t[n];e&&!Ne(0,this[i],i,e,!0)||(delete this[i],a=!0)}return a}normalize(e){const t=this,n={};return ae.forEach(this,((a,i)=>{const o=ae.findKey(n,i);if(o)return t[o]=Oe(a),void delete t[i];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(i):String(i).trim();s!==i&&delete t[i],t[s]=Oe(a),n[s]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ae.forEach(this,((n,a)=>{null!=n&&!1!==n&&(t[a]=e&&ae.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[_e]=this[_e]={accessors:{}}).accessors,n=this.prototype;function a(e){const a=Te(e);t[a]||(!function(e,t){const n=ae.toCamelCase(" "+t);["get","set","has"].forEach((a=>{Object.defineProperty(e,a+n,{value:function(e,n,i){return this[a].call(this,t,e,n,i)},configurable:!0})}))}(n,e),t[a]=!0)}return ae.isArray(e)?e.forEach(a):a(e),this}}je.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ae.freezeMethods(je.prototype),ae.freezeMethods(je);const Re=je;function Le(e,t){const n=this||Pe,a=t||n,i=Re.from(a.headers);let o=a.data;return ae.forEach(e,(function(e){o=e.call(n,o,i.normalize(),t?t.status:void 0)})),i.normalize(),o}function Ae(e){return!(!e||!e.__CANCEL__)}function Ce(e,t,n){ie.call(this,null==e?"canceled":e,ie.ERR_CANCELED,t,n),this.name="CanceledError"}function Se(e,t,n){const a=n.config.validateStatus;n.status&&a&&!a(n.status)?t(new ie("Request failed with status code "+n.status,[ie.ERR_BAD_REQUEST,ie.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}function Me(e,t){return e&&!function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}ae.inherits(Ce,ie,{__CANCEL__:!0});const Ie="1.4.0";function Ue(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}const De=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function Be(e,t){e=e||10;const n=new Array(e),a=new Array(e);let i,o=0,s=0;return t=void 0!==t?t:1e3,function(r){const c=Date.now(),u=a[s];i||(i=c),n[o]=r,a[o]=c;let p=s,l=0;for(;p!==o;)l+=n[p++],p%=e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),c-i!ae.isUndefined(t[e])))).chunkSize});const t=this,n=this[Fe]={length:e.length,timeWindow:e.timeWindow,ticksRate:e.ticksRate,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},a=Be(n.ticksRate*e.samplesCount,n.timeWindow);this.on("newListener",(e=>{"progress"===e&&(n.isCaptured||(n.isCaptured=!0))}));let i=0;n.updateProgress=function(e,t){let n=0;const a=1e3/t;let i=null;return function(t,o){const s=Date.now();if(t||s-n>a)return i&&(clearTimeout(i),i=null),n=s,e.apply(null,o);i||(i=setTimeout((()=>(i=null,n=Date.now(),e.apply(null,o))),a-(s-n)))}}((function(){const e=n.length,o=n.bytesSeen,s=o-i;if(!s||t.destroyed)return;const r=a(s);i=o,process.nextTick((()=>{t.emit("progress",{loaded:o,total:e,progress:e?o/e:void 0,bytes:s,rate:r||void 0,estimated:r&&e&&o<=e?(e-o)/r:void 0})}))}),n.ticksRate);const o=()=>{n.updateProgress(!0)};this.once("end",o),this.once("error",o)}_read(e){const t=this[Fe];return t.onReadCallback&&t.onReadCallback(),super._read(e)}_transform(e,t,n){const a=this,i=this[Fe],o=i.maxRate,s=this.readableHighWaterMark,r=i.timeWindow,c=o/(1e3/r),u=!1!==i.minChunkSize?Math.max(i.minChunkSize,.01*c):0;const p=(e,t)=>{const n=Buffer.byteLength(e);let p,l=null,d=s,m=0;if(o){const e=Date.now();(!i.ts||(m=e-i.ts)>=r)&&(i.ts=e,p=c-i.bytes,i.bytes=p<0?-p:0,m=0),p=c-i.bytes}if(o){if(p<=0)return setTimeout((()=>{t(null,e)}),r-m);pd&&n-d>u&&(l=e.subarray(d),e=e.subarray(0,d)),function(e,t){const n=Buffer.byteLength(e);i.bytesSeen+=n,i.bytes+=n,i.isCaptured&&i.updateProgress(),a.push(e)?process.nextTick(t):i.onReadCallback=()=>{i.onReadCallback=null,process.nextTick(t)}}(e,l?()=>{process.nextTick(t,null,l)}:t)};p(e,(function e(t,a){if(t)return n(t);a?p(a,e):n(null)}))}setLength(e){return this[Fe].length=+e,this}}const qe=ze,{asyncIterator:He}=Symbol,Ve=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[He]?yield*e[He]():yield e},Ke=ae.ALPHABET.ALPHA_DIGIT+"-_",Ye=new c.TextEncoder,Ge="\r\n",Je=Ye.encode(Ge);class We{constructor(e,t){const{escapeName:n}=this.constructor,a=ae.isString(t);let i=`Content-Disposition: form-data; name="${n(e)}"${!a&&t.name?`; filename="${n(t.name)}"`:""}${Ge}`;a?t=Ye.encode(String(t).replace(/\r?\n|\r\n?/g,Ge)):i+=`Content-Type: ${t.type||"application/octet-stream"}${Ge}`,this.headers=Ye.encode(i+Ge),this.contentLength=a?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+2,this.name=e,this.value=t}async*encode(){yield this.headers;const{value:e}=this;ae.isTypedArray(e)?yield e:yield*Ve(e),yield Je}static escapeName(e){return String(e).replace(/[\r\n"]/g,(e=>({"\r":"%0D","\n":"%0A",'"':"%22"}[e])))}}const $e=(e,t,n)=>{const{tag:a="form-data-boundary",size:i=25,boundary:o=a+"-"+ae.generateString(i,Ke)}=n||{};if(!ae.isFormData(e))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");const s=Ye.encode("--"+o+Ge),r=Ye.encode("--"+o+"--"+Ge+Ge);let c=r.byteLength;const u=Array.from(e.entries()).map((([e,t])=>{const n=new We(e,t);return c+=n.size,n}));c+=s.byteLength*u.length,c=ae.toFiniteNumber(c);const p={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(c)&&(p["Content-Length"]=c),t&&t(p),l.Readable.from(async function*(){for(const e of u)yield s,yield*e.encode();yield r}())};class Qe extends w.default.Transform{__transform(e,t,n){this.push(e),n()}_transform(e,t,n){if(0!==e.length&&(this._transform=this.__transform,120!==e[0])){const e=Buffer.alloc(2);e[0]=120,e[1]=156,this.push(e,t)}this.__transform(e,t,n)}}const Xe=Qe,Ze=(e,t)=>ae.isAsyncFn(e)?function(...n){const a=n.pop();e.apply(this,n).then((e=>{try{t?a(null,...t(e)):a(null,e)}catch(e){a(e)}}),a)}:e,et={flush:y.default.constants.Z_SYNC_FLUSH,finishFlush:y.default.constants.Z_SYNC_FLUSH},tt={flush:y.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:y.default.constants.BROTLI_OPERATION_FLUSH},nt=ae.isFunction(y.default.createBrotliDecompress),{http:at,https:it}=g.default,ot=/https:?/,st=ge.protocols.map((e=>e+":"));function rt(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function ct(e,t,n){let a=t;if(!a&&!1!==a){const e=o.getProxyForUrl(n);e&&(a=new URL(e))}if(a){if(a.username&&(a.auth=(a.username||"")+":"+(a.password||"")),a.auth){(a.auth.username||a.auth.password)&&(a.auth=(a.auth.username||"")+":"+(a.auth.password||""));const t=Buffer.from(a.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+t}e.headers.host=e.hostname+(e.port?":"+e.port:"");const t=a.hostname||a.host;e.hostname=t,e.host=t,e.port=a.port,e.path=n,a.protocol&&(e.protocol=a.protocol.includes(":")?a.protocol:`${a.protocol}:`)}e.beforeRedirects.proxy=function(e){ct(e,t,e.href)}}const ut="undefined"!=typeof process&&"process"===ae.kindOf(process),pt=ut&&function(e){return t=async function(t,n,a){let{data:i,lookup:o,family:s}=e;const{responseType:r,responseEncoding:c}=e,u=e.method.toUpperCase();let p,l,d=!1;o&&ae.isAsyncFn(o)&&(o=Ze(o,(e=>{if(ae.isString(e))e=[e,e.indexOf(".")<0?6:4];else if(!ae.isArray(e))throw new TypeError("lookup async function must return an array [ip: string, family: number]]");return e})));const m=new k.default,f=()=>{e.cancelToken&&e.cancelToken.unsubscribe(v),e.signal&&e.signal.removeEventListener("abort",v),m.removeAllListeners()};function v(t){m.emit("abort",!t||t.type?new Ce(null,e,l):t)}a(((e,t)=>{p=!0,t&&(d=!0,f())})),m.once("abort",n),(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(v),e.signal&&(e.signal.aborted?v():e.signal.addEventListener("abort",v)));const g=Me(e.baseURL,e.url),P=new URL(g,"http://localhost"),E=P.protocol||st[0];if("data:"===E){let a;if("GET"!==u)return Se(t,n,{status:405,statusText:"method not allowed",headers:{},config:e});try{a=function(e,t,n){const a=n&&n.Blob||ge.classes.Blob,i=Ue(e);if(void 0===t&&a&&(t=!0),"data"===i){e=i.length?e.slice(i.length+1):e;const n=De.exec(e);if(!n)throw new ie("Invalid URL",ie.ERR_INVALID_URL);const o=n[1],s=n[2],r=n[3],c=Buffer.from(decodeURIComponent(r),s?"base64":"utf8");if(t){if(!a)throw new ie("Blob is not supported",ie.ERR_NOT_SUPPORT);return new a([c],{type:o})}return c}throw new ie("Unsupported protocol "+i,ie.ERR_NOT_SUPPORT)}(e.url,"blob"===r,{Blob:e.env&&e.env.Blob})}catch(t){throw ie.from(t,ie.ERR_BAD_REQUEST,e)}return"text"===r?(a=a.toString(c),c&&"utf8"!==c||(a=ae.stripBOM(a))):"stream"===r&&(a=w.default.Readable.from(a)),Se(t,n,{data:a,status:200,statusText:"OK",headers:new Re,config:e})}if(-1===st.indexOf(E))return n(new ie("Unsupported protocol "+E,ie.ERR_BAD_REQUEST,e));const _=Re.from(e.headers).normalize();_.set("User-Agent","axios/"+Ie,!1);const T=e.onDownloadProgress,O=e.onUploadProgress,N=e.maxRate;let j,R;if(ae.isSpecCompliantForm(i)){const e=_.getContentType(/boundary=([-_\w\d]{10,70})/i);i=$e(i,(e=>{_.set(e)}),{tag:`axios-${Ie}-boundary`,boundary:e&&e[1]||void 0})}else if(ae.isFormData(i)&&ae.isFunction(i.getHeaders)){if(_.set(i.getHeaders()),!_.hasContentLength())try{const e=await b.default.promisify(i.getLength).call(i);Number.isFinite(e)&&e>=0&&_.setContentLength(e)}catch(e){}}else if(ae.isBlob(i))i.size&&_.setContentType(i.type||"application/octet-stream"),_.setContentLength(i.size||0),i=w.default.Readable.from(Ve(i));else if(i&&!ae.isStream(i)){if(Buffer.isBuffer(i));else if(ae.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else{if(!ae.isString(i))return n(new ie("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",ie.ERR_BAD_REQUEST,e));i=Buffer.from(i,"utf-8")}if(_.setContentLength(i.length,!1),e.maxBodyLength>-1&&i.length>e.maxBodyLength)return n(new ie("Request body larger than maxBodyLength limit",ie.ERR_BAD_REQUEST,e))}const L=ae.toFiniteNumber(_.getContentLength());let A,C;ae.isArray(N)?(j=N[0],R=N[1]):j=R=N,i&&(O||j)&&(ae.isStream(i)||(i=w.default.Readable.from(i,{objectMode:!1})),i=w.default.pipeline([i,new qe({length:L,maxRate:ae.toFiniteNumber(j)})],ae.noop),O&&i.on("progress",(e=>{O(Object.assign(e,{upload:!0}))}))),e.auth&&(A=(e.auth.username||"")+":"+(e.auth.password||"")),!A&&P.username&&(A=P.username+":"+P.password),A&&_.delete("authorization");try{C=xe(P.pathname+P.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(t){const a=new Error(t.message);return a.config=e,a.url=e.url,a.exists=!0,n(a)}_.set("Accept-Encoding","gzip, compress, deflate"+(nt?", br":""),!1);const S={path:C,method:u,headers:_.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:A,protocol:E,family:s,lookup:o,beforeRedirect:rt,beforeRedirects:{}};let M;e.socketPath?S.socketPath=e.socketPath:(S.hostname=P.hostname,S.port=P.port,ct(S,e.proxy,E+"//"+P.hostname+(P.port?":"+P.port:"")+S.path));const I=ot.test(S.protocol);if(S.agent=I?e.httpsAgent:e.httpAgent,e.transport?M=e.transport:0===e.maxRedirects?M=I?h.default:x.default:(e.maxRedirects&&(S.maxRedirects=e.maxRedirects),e.beforeRedirect&&(S.beforeRedirects.config=e.beforeRedirect),M=I?it:at),e.maxBodyLength>-1?S.maxBodyLength=e.maxBodyLength:S.maxBodyLength=1/0,e.insecureHTTPParser&&(S.insecureHTTPParser=e.insecureHTTPParser),l=M.request(S,(function(a){if(l.destroyed)return;const i=[a],o=+a.headers["content-length"];if(T){const e=new qe({length:ae.toFiniteNumber(o),maxRate:ae.toFiniteNumber(R)});T&&e.on("progress",(e=>{T(Object.assign(e,{download:!0}))})),i.push(e)}let s=a;const p=a.req||l;if(!1!==e.decompress&&a.headers["content-encoding"])switch("HEAD"!==u&&204!==a.statusCode||delete a.headers["content-encoding"],a.headers["content-encoding"]){case"gzip":case"x-gzip":case"compress":case"x-compress":i.push(y.default.createUnzip(et)),delete a.headers["content-encoding"];break;case"deflate":i.push(new Xe),i.push(y.default.createUnzip(et)),delete a.headers["content-encoding"];break;case"br":nt&&(i.push(y.default.createBrotliDecompress(tt)),delete a.headers["content-encoding"])}s=i.length>1?w.default.pipeline(i,ae.noop):i[0];const v=w.default.finished(s,(()=>{v(),f()})),x={status:a.statusCode,statusText:a.statusMessage,headers:new Re(a.headers),config:e,request:p};if("stream"===r)x.data=s,Se(t,n,x);else{const a=[];let i=0;s.on("data",(function(t){a.push(t),i+=t.length,e.maxContentLength>-1&&i>e.maxContentLength&&(d=!0,s.destroy(),n(new ie("maxContentLength size of "+e.maxContentLength+" exceeded",ie.ERR_BAD_RESPONSE,e,p)))})),s.on("aborted",(function(){if(d)return;const t=new ie("maxContentLength size of "+e.maxContentLength+" exceeded",ie.ERR_BAD_RESPONSE,e,p);s.destroy(t),n(t)})),s.on("error",(function(t){l.destroyed||n(ie.from(t,null,e,p))})),s.on("end",(function(){try{let e=1===a.length?a[0]:Buffer.concat(a);"arraybuffer"!==r&&(e=e.toString(c),c&&"utf8"!==c||(e=ae.stripBOM(e))),x.data=e}catch(t){n(ie.from(t,null,e,x.request,x))}Se(t,n,x)}))}m.once("abort",(e=>{s.destroyed||(s.emit("error",e),s.destroy())}))})),m.once("abort",(e=>{n(e),l.destroy(e)})),l.on("error",(function(t){n(ie.from(t,null,e,l))})),l.on("socket",(function(e){e.setKeepAlive(!0,6e4)})),e.timeout){const t=parseInt(e.timeout,10);if(isNaN(t))return void n(new ie("error trying to parse `config.timeout` to int",ie.ERR_BAD_OPTION_VALUE,e,l));l.setTimeout(t,(function(){if(p)return;let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const a=e.transitional||be;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new ie(t,a.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,l)),v()}))}if(ae.isStream(i)){let t=!1,n=!1;i.on("end",(()=>{t=!0})),i.once("error",(e=>{n=!0,l.destroy(e)})),i.on("close",(()=>{t||n||v(new Ce("Request stream has been aborted",e,l))})),i.pipe(l)}else l.end(i)},new Promise(((e,n)=>{let a,i;const o=(e,t)=>{i||(i=!0,a&&a(e,t))},s=e=>{o(e,!0),n(e)};t((t=>{o(t),e(t)}),s,(e=>a=e)).catch(s)}));var t},lt=ge.isStandardBrowserEnv?{write:function(e,t,n,a,i,o){const s=[];s.push(e+"="+encodeURIComponent(t)),ae.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ae.isString(a)&&s.push("path="+a),ae.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}},dt=ge.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function a(n){let a=n;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=a(window.location.href),function(e){const t=ae.isString(e)?a(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0};function mt(e,t){let n=0;const a=Be(50,250);return i=>{const o=i.loaded,s=i.lengthComputable?i.total:void 0,r=o-n,c=a(r);n=o;const u={loaded:o,total:s,progress:s?o/s:void 0,bytes:r,rate:c||void 0,estimated:c&&s&&o<=s?(s-o)/c:void 0,event:i};u[t?"download":"upload"]=!0,e(u)}}const ft={http:pt,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){let a=e.data;const i=Re.from(e.headers).normalize(),o=e.responseType;let s;function r(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}ae.isFormData(a)&&(ge.isStandardBrowserEnv||ge.isStandardBrowserWebWorkerEnv?i.setContentType(!1):i.setContentType("multipart/form-data;",!1));let c=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",n=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(t+":"+n))}const u=Me(e.baseURL,e.url);function p(){if(!c)return;const a=Re.from("getAllResponseHeaders"in c&&c.getAllResponseHeaders());Se((function(e){t(e),r()}),(function(e){n(e),r()}),{data:o&&"text"!==o&&"json"!==o?c.response:c.responseText,status:c.status,statusText:c.statusText,headers:a,config:e,request:c}),c=null}if(c.open(e.method.toUpperCase(),xe(u,e.params,e.paramsSerializer),!0),c.timeout=e.timeout,"onloadend"in c?c.onloadend=p:c.onreadystatechange=function(){c&&4===c.readyState&&(0!==c.status||c.responseURL&&0===c.responseURL.indexOf("file:"))&&setTimeout(p)},c.onabort=function(){c&&(n(new ie("Request aborted",ie.ECONNABORTED,e,c)),c=null)},c.onerror=function(){n(new ie("Network Error",ie.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const a=e.transitional||be;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new ie(t,a.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,c)),c=null},ge.isStandardBrowserEnv){const t=(e.withCredentials||dt(u))&&e.xsrfCookieName&<.read(e.xsrfCookieName);t&&i.set(e.xsrfHeaderName,t)}void 0===a&&i.setContentType(null),"setRequestHeader"in c&&ae.forEach(i.toJSON(),(function(e,t){c.setRequestHeader(t,e)})),ae.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),o&&"json"!==o&&(c.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&c.addEventListener("progress",mt(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&c.upload&&c.upload.addEventListener("progress",mt(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=t=>{c&&(n(!t||t.type?new Ce(null,e,c):t),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const l=Ue(u);l&&-1===ge.protocols.indexOf(l)?n(new ie("Unsupported protocol "+l+":",ie.ERR_BAD_REQUEST,e)):c.send(a||null)}))}};ae.forEach(ft,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const vt=e=>{e=ae.isArray(e)?e:[e];const{length:t}=e;let n,a;for(let i=0;ie instanceof Re?e.toJSON():e;function gt(e,t){t=t||{};const n={};function a(e,t,n){return ae.isPlainObject(e)&&ae.isPlainObject(t)?ae.merge.call({caseless:n},e,t):ae.isPlainObject(t)?ae.merge({},t):ae.isArray(t)?t.slice():t}function i(e,t,n){return ae.isUndefined(t)?ae.isUndefined(e)?void 0:a(void 0,e,n):a(e,t,n)}function o(e,t){if(!ae.isUndefined(t))return a(void 0,t)}function s(e,t){return ae.isUndefined(t)?ae.isUndefined(e)?void 0:a(void 0,e):a(void 0,t)}function r(n,i,o){return o in t?a(n,i):o in e?a(void 0,n):void 0}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:r,headers:(e,t)=>i(bt(e),bt(t),!0)};return ae.forEach(Object.keys(Object.assign({},e,t)),(function(a){const o=c[a]||i,s=o(e[a],t[a],a);ae.isUndefined(s)&&o!==r||(n[a]=s)})),n}const yt={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{yt[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const wt={};yt.transitional=function(e,t,n){function a(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,i,o)=>{if(!1===e)throw new ie(a(i," has been removed"+(t?" in "+t:"")),ie.ERR_DEPRECATED);return t&&!wt[i]&&(wt[i]=!0,console.warn(a(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,i,o)}};const kt={assertOptions:function(e,t,n){if("object"!=typeof e)throw new ie("options must be an object",ie.ERR_BAD_OPTION_VALUE);const a=Object.keys(e);let i=a.length;for(;i-- >0;){const o=a[i],s=t[o];if(s){const t=e[o],n=void 0===t||s(t,o,e);if(!0!==n)throw new ie("option "+o+" must be "+n,ie.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new ie("Unknown option "+o,ie.ERR_BAD_OPTION)}},validators:yt},Pt=kt.validators;class Et{constructor(e){this.defaults=e,this.interceptors={request:new he,response:new he}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=gt(this.defaults,t);const{transitional:n,paramsSerializer:a,headers:i}=t;let o;void 0!==n&&kt.assertOptions(n,{silentJSONParsing:Pt.transitional(Pt.boolean),forcedJSONParsing:Pt.transitional(Pt.boolean),clarifyTimeoutError:Pt.transitional(Pt.boolean)},!1),null!=a&&(ae.isFunction(a)?t.paramsSerializer={serialize:a}:kt.assertOptions(a,{encode:Pt.function,serialize:Pt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),o=i&&ae.merge(i.common,i[t.method]),o&&ae.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete i[e]})),t.headers=Re.concat(o,i);const s=[];let r=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));const c=[];let u;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let p,l=0;if(!r){const e=[ht.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,c),p=e.length,u=Promise.resolve(t);l{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const a=new Promise((e=>{n.subscribe(e),t=e})).then(e);return a.cancel=function(){n.unsubscribe(t)},a},e((function(e,a,i){n.reason||(n.reason=new Ce(e,a,i),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Tt((function(t){e=t})),cancel:e}}}const Ot=Tt;const Nt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Nt).forEach((([e,t])=>{Nt[t]=e}));const jt=Nt;const Rt=function e(t){const n=new _t(t),a=P(_t.prototype.request,n);return ae.extend(a,_t.prototype,n,{allOwnKeys:!0}),ae.extend(a,n,null,{allOwnKeys:!0}),a.create=function(n){return e(gt(t,n))},a}(Pe);Rt.Axios=_t,Rt.CanceledError=Ce,Rt.CancelToken=Ot,Rt.isCancel=Ae,Rt.VERSION=Ie,Rt.toFormData=le,Rt.AxiosError=ie,Rt.Cancel=Rt.CanceledError,Rt.all=function(e){return Promise.all(e)},Rt.spread=function(e){return function(t){return e.apply(null,t)}},Rt.isAxiosError=function(e){return ae.isObject(e)&&!0===e.isAxiosError},Rt.mergeConfig=gt,Rt.AxiosHeaders=Re,Rt.formToJSON=e=>ye(ae.isHTMLForm(e)?new FormData(e):e),Rt.HttpStatusCode=jt,Rt.default=Rt,e.exports=Rt},3765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},4147:e=>{"use strict";e.exports=JSON.parse('{"name":"netlicensing-client","version":"1.2.33","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}')}},t={};function n(a){var i=t[a];if(void 0!==i)return i.exports;var o=t[a]={exports:{}};return e[a](o,o.exports,n),o.exports}var a={};return(()=>{"use strict";var e=a,t=n(4836);Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BaseEntity",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"Bundle",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"BundleObtainParameters",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"BundleService",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"CastsUtils",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"CheckUtils",{enumerable:!0,get:function(){return J.default}}),Object.defineProperty(e,"Constants",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"Context",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"Country",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"FilterUtils",{enumerable:!0,get:function(){return W.default}}),Object.defineProperty(e,"License",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"LicenseService",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"LicenseTemplate",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"LicenseTemplateService",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"LicenseTransactionJoin",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"Licensee",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"LicenseeService",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"NlicError",{enumerable:!0,get:function(){return $.default}}),Object.defineProperty(e,"Notification",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"NotificationService",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"Page",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"PaymentMethod",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"PaymentMethodService",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"Product",{enumerable:!0,get:function(){return N.default}}),Object.defineProperty(e,"ProductDiscount",{enumerable:!0,get:function(){return j.default}}),Object.defineProperty(e,"ProductModule",{enumerable:!0,get:function(){return R.default}}),Object.defineProperty(e,"ProductModuleService",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"ProductService",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"Service",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"Token",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"TokenService",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"Transaction",{enumerable:!0,get:function(){return A.default}}),Object.defineProperty(e,"TransactionService",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"UtilityService",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"ValidationParameters",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"ValidationResults",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"itemToBundle",{enumerable:!0,get:function(){return Y.default}}),Object.defineProperty(e,"itemToCountry",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"itemToLicense",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"itemToLicenseTemplate",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"itemToLicensee",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"itemToObject",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"itemToPaymentMethod",{enumerable:!0,get:function(){return z.default}}),Object.defineProperty(e,"itemToProduct",{enumerable:!0,get:function(){return q.default}}),Object.defineProperty(e,"itemToProductModule",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"itemToToken",{enumerable:!0,get:function(){return V.default}}),Object.defineProperty(e,"itemToTransaction",{enumerable:!0,get:function(){return K.default}});var i=t(n(1480)),o=t(n(4693)),s=t(n(9407)),r=t(n(4856)),c=t(n(3735)),u=t(n(4658)),p=t(n(393)),l=t(n(5498)),d=t(n(6486)),m=t(n(1580)),f=t(n(5225)),v=t(n(7443)),x=t(n(5042)),h=t(n(731)),b=t(n(5919)),g=t(n(7635)),y=t(n(1462)),w=t(n(3212)),k=t(n(389)),P=t(n(187)),E=t(n(9763)),_=t(n(2948)),T=t(n(767)),O=t(n(5088)),N=t(n(7143)),j=t(n(3144)),R=t(n(3886)),L=t(n(8132)),A=t(n(4880)),C=t(n(3089)),S=t(n(2044)),M=t(n(5433)),I=t(n(3213)),U=t(n(3887)),D=t(n(6463)),B=t(n(3255)),F=t(n(7106)),z=t(n(797)),q=t(n(1255)),H=t(n(2514)),V=t(n(4073)),K=t(n(1198)),Y=t(n(9892)),G=t(n(553)),J=t(n(5661)),W=t(n(3093)),$=t(n(2986))})(),a})())); \ No newline at end of file +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NetLicensing",[],t):"object"==typeof exports?exports.NetLicensing=t():e.NetLicensing=t()}(this,(()=>(()=>{var e={9118:(e,t,a)=>{e.exports={parallel:a(9162),serial:a(1357),serialOrdered:a(9087)}},7651:e=>{function t(e){"function"==typeof this.jobs[e]&&this.jobs[e]()}e.exports=function(e){Object.keys(e.jobs).forEach(t.bind(e)),e.jobs={}}},5912:(e,t,a)=>{var n=a(9265);e.exports=function(e){var t=!1;return n((function(){t=!0})),function(a,i){t?e(a,i):n((function(){e(a,i)}))}}},9265:e=>{e.exports=function(e){var t="function"==typeof setImmediate?setImmediate:"object"==typeof process&&"function"==typeof process.nextTick?process.nextTick:null;t?t(e):setTimeout(e,0)}},7594:(e,t,a)=>{var n=a(5912),i=a(7651);e.exports=function(e,t,a,o){var s=a.keyedList?a.keyedList[a.index]:a.index;a.jobs[s]=function(e,t,a,i){var o;o=2==e.length?e(a,n(i)):e(a,t,n(i));return o}(t,s,e[s],(function(e,t){s in a.jobs&&(delete a.jobs[s],e?i(a):a.results[s]=t,o(e,a.results))}))}},4528:e=>{e.exports=function(e,t){var a=!Array.isArray(e),n={index:0,keyedList:a||t?Object.keys(e):null,jobs:{},results:a?{}:[],size:a?Object.keys(e).length:e.length};t&&n.keyedList.sort(a?t:function(a,n){return t(e[a],e[n])});return n}},5353:(e,t,a)=>{var n=a(7651),i=a(5912);e.exports=function(e){if(!Object.keys(this.jobs).length)return;this.index=this.size,n(this),i(e)(null,this.results)}},9162:(e,t,a)=>{var n=a(7594),i=a(4528),o=a(5353);e.exports=function(e,t,a){var s=i(e);for(;s.index<(s.keyedList||e).length;)n(e,t,s,(function(e,t){e?a(e,t):0!==Object.keys(s.jobs).length||a(null,s.results)})),s.index++;return o.bind(s,a)}},1357:(e,t,a)=>{var n=a(9087);e.exports=function(e,t,a){return n(e,t,null,a)}},9087:(e,t,a)=>{var n=a(7594),i=a(4528),o=a(5353);function s(e,t){return et?1:0}e.exports=function(e,t,a,s){var r=i(e,a);return n(e,t,r,(function a(i,o){i?s(i,o):(r.index++,r.index<(r.keyedList||e).length?n(e,t,r,a):s(null,r.results))})),o.bind(r,s)},e.exports.ascending=s,e.exports.descending=function(e,t){return-1*s(e,t)}},1480:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={BASIC_AUTHENTICATION:"BASIC_AUTH",APIKEY_IDENTIFICATION:"APIKEY",ANONYMOUS_IDENTIFICATION:"ANONYMOUS",ACTIVE:"active",NUMBER:"number",NAME:"name",VERSION:"version",DELETED:"deleted",CASCADE:"forceCascade",PRICE:"price",DISCOUNT:"discount",CURRENCY:"currency",IN_USE:"inUse",FILTER:"filter",BASE_URL:"baseUrl",USERNAME:"username",PASSWORD:"password",SECURITY_MODE:"securityMode",LicensingModel:{VALID:"valid",TryAndBuy:{NAME:"TryAndBuy"},Rental:{NAME:"Rental",RED_THRESHOLD:"redThreshold",YELLOW_THRESHOLD:"yellowThreshold"},Subscription:{NAME:"Subscription"},Floating:{NAME:"Floating"},MultiFeature:{NAME:"MultiFeature"},PayPerUse:{NAME:"PayPerUse"},PricingTable:{NAME:"PricingTable"},Quota:{NAME:"Quota"},NodeLocked:{NAME:"NodeLocked"}},Vendor:{VENDOR_NUMBER:"vendorNumber",VENDOR_TYPE:"Vendor"},Product:{ENDPOINT_PATH:"product",PRODUCT_NUMBER:"productNumber",LICENSEE_AUTO_CREATE:"licenseeAutoCreate",DESCRIPTION:"description",LICENSING_INFO:"licensingInfo",DISCOUNTS:"discounts",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode",PROP_VAT_MODE:"vatMode",Discount:{TOTAL_PRICE:"totalPrice",AMOUNT_FIX:"amountFix",AMOUNT_PERCENT:"amountPercent"},LicenseeSecretMode:{DISABLED:"DISABLED",PREDEFINED:"PREDEFINED",CLIENT:"CLIENT"}},ProductModule:{ENDPOINT_PATH:"productmodule",PRODUCT_MODULE_NUMBER:"productModuleNumber",PRODUCT_MODULE_NAME:"productModuleName",LICENSING_MODEL:"licensingModel",PROP_LICENSEE_SECRET_MODE:"licenseeSecretMode"},LicenseTemplate:{ENDPOINT_PATH:"licensetemplate",LICENSE_TEMPLATE_NUMBER:"licenseTemplateNumber",LICENSE_TYPE:"licenseType",AUTOMATIC:"automatic",HIDDEN:"hidden",HIDE_LICENSES:"hideLicenses",PROP_LICENSEE_SECRET:"licenseeSecret",LicenseType:{FEATURE:"FEATURE",TIMEVOLUME:"TIMEVOLUME",FLOATING:"FLOATING",QUANTITY:"QUANTITY"}},Token:{ENDPOINT_PATH:"token",EXPIRATION_TIME:"expirationTime",TOKEN_TYPE:"tokenType",API_KEY:"apiKey",TOKEN_PROP_EMAIL:"email",TOKEN_PROP_VENDORNUMBER:"vendorNumber",TOKEN_PROP_SHOP_URL:"shopURL",Type:{DEFAULT:"DEFAULT",SHOP:"SHOP",APIKEY:"APIKEY"}},Transaction:{ENDPOINT_PATH:"transaction",TRANSACTION_NUMBER:"transactionNumber",GRAND_TOTAL:"grandTotal",STATUS:"status",SOURCE:"source",DATE_CREATED:"datecreated",DATE_CLOSED:"dateclosed",VAT:"vat",VAT_MODE:"vatMode",LICENSE_TRANSACTION_JOIN:"licenseTransactionJoin",SOURCE_SHOP_ONLY:"shopOnly",Status:{CANCELLED:"CANCELLED",CLOSED:"CLOSED",PENDING:"PENDING"}},Licensee:{ENDPOINT_PATH:"licensee",ENDPOINT_PATH_VALIDATE:"validate",ENDPOINT_PATH_TRANSFER:"transfer",LICENSEE_NUMBER:"licenseeNumber",SOURCE_LICENSEE_NUMBER:"sourceLicenseeNumber",PROP_LICENSEE_NAME:"licenseeName",PROP_LICENSEE_SECRET:"licenseeSecret",PROP_MARKED_FOR_TRANSFER:"markedForTransfer"},License:{ENDPOINT_PATH:"license",LICENSE_NUMBER:"licenseNumber",HIDDEN:"hidden",PROP_LICENSEE_SECRET:"licenseeSecret"},PaymentMethod:{ENDPOINT_PATH:"paymentmethod"},Utility:{ENDPOINT_PATH:"utility",ENDPOINT_PATH_LICENSE_TYPES:"licenseTypes",ENDPOINT_PATH_LICENSING_MODELS:"licensingModels",ENDPOINT_PATH_COUNTRIES:"countries",LICENSING_MODEL_PROPERTIES:"LicensingModelProperties",LICENSE_TYPE:"LicenseType"},APIKEY:{ROLE_APIKEY_LICENSEE:"ROLE_APIKEY_LICENSEE",ROLE_APIKEY_ANALYTICS:"ROLE_APIKEY_ANALYTICS",ROLE_APIKEY_OPERATION:"ROLE_APIKEY_OPERATION",ROLE_APIKEY_MAINTENANCE:"ROLE_APIKEY_MAINTENANCE",ROLE_APIKEY_ADMIN:"ROLE_APIKEY_ADMIN"},Validation:{FOR_OFFLINE_USE:"forOfflineUse"},WarningLevel:{GREEN:"GREEN",YELLOW:"YELLOW",RED:"RED"},Bundle:{ENDPOINT_PATH:"bundle",ENDPOINT_OBTAIN_PATH:"obtain"},Notification:{ENDPOINT_PATH:"notification",Protocol:{WEBHOOK:"WEBHOOK"},Event:{CREATE_LICENSEE:"CREATE_LICENSEE",CREATE_LICENSE:"CREATE_LICENSE"}}}},9892:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(2044));t.default=function(e){return new o.default((0,i.default)(e))}},3213:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(187));t.default=function(e){return new o.default((0,i.default)(e))}},3887:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(9763));t.default=function(e){return new o.default((0,i.default)(e))}},3255:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(767));t.default=function(e){return new o.default((0,i.default)(e))}},6463:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(2948));t.default=function(e){return new o.default((0,i.default)(e))}},6546:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(5433));t.default=function(e){return new o.default((0,i.default)(e))}},7106:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function e(t){var a={},n=t.property,i=t.list;return n&&Array.isArray(n)&&n.forEach((function(e){var t=e.name,n=e.value;t&&(a[t]=n)})),i&&Array.isArray(i)&&i.forEach((function(t){var n=t.name;n&&(a[n]=a[n]||[],a[n].push(e(t)))})),a}},797:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(5088));t.default=function(e){return new o.default((0,i.default)(e))}},1255:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(7143));t.default=function(e){var t=(0,i.default)(e),a=t.discount;delete t.discount;var n=new o.default(t);return n.setProductDiscounts(a),n}},2514:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(3886));t.default=function(e){return new o.default((0,i.default)(e))}},4073:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(8132));t.default=function(e){return new o.default((0,i.default)(e))}},1198:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7106)),o=n(a(4880)),s=n(a(9763)),r=n(a(3089)),c=n(a(1480));t.default=function(e){var t=(0,i.default)(e),a=t.licenseTransactionJoin;delete t.licenseTransactionJoin;var n=new o.default(t);if(a){var u=[];a.forEach((function(e){var t=new r.default;t.setLicense(new s.default({number:e[c.default.License.LICENSE_NUMBER]})),t.setTransaction(new o.default({number:e[c.default.Transaction.TRANSACTION_NUMBER]})),u.push(t)})),n.setLicenseTransactionJoins(u)}return n}},389:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(8416)),o=n(a(8698)),s=n(a(6690)),r=n(a(9728)),c=n(a(5661)),u=n(a(553));function p(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicenseTemplateNumbers",value:function(e){var t=Array.isArray(e)?e.join(","):e;return this.setProperty("licenseTemplateNumbers",t)}},{key:"getLicenseTemplateNumbers",value:function(e){var t=this.getProperty("licenseTemplateNumbers",e);return t?t.split(","):t}},{key:"addLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.push(e),this.setLicenseTemplateNumbers(t)}},{key:"removeLicenseTemplateNumber",value:function(e){var t=this.getLicenseTemplateNumbers([]);return t.splice(t.indexOf(e),1),this.setLicenseTemplateNumbers(t)}}]),a}(u.default)},187:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{code:"string",name:"string",vatPercent:"int",isEu:"boolean"}})}return(0,o.default)(a,[{key:"setCode",value:function(e){return this.setProperty("code",e)}},{key:"getCode",value:function(e){return this.getProperty("code",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVatPercent",value:function(e){return this.setProperty("vatPercent",e)}},{key:"getVatPercent",value:function(e){return this.getProperty("vatPercent",e)}},{key:"setIsEu",value:function(e){return this.setProperty("isEu",e)}},{key:"getIsEu",value:function(e){return this.getProperty("isEu",e)}}]),a}(u.default)},9763:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",price:"float",hidden:"boolean",parentfeature:"string",timeVolume:"int",startDate:"date",inUse:"boolean"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setParentfeature",value:function(e){return this.setProperty("parentfeature",e)}},{key:"getParentfeature",value:function(e){return this.getProperty("parentfeature",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setStartDate",value:function(e){return this.setProperty("startDate",e)}},{key:"getStartDate",value:function(e){return this.getProperty("startDate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}}]),a}(u.default)},767:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseType:"string",price:"double",currency:"string",automatic:"boolean",hidden:"boolean",hideLicenses:"boolean",gracePeriod:"boolean",timeVolume:"int",timeVolumePeriod:"string",maxSessions:"int",quantity:"int",inUse:"boolean"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicenseType",value:function(e){return this.setProperty("licenseType",e)}},{key:"getLicenseType",value:function(e){return this.getProperty("licenseType",e)}},{key:"setPrice",value:function(e){return this.setProperty("price",e)}},{key:"getPrice",value:function(e){return this.getProperty("price",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAutomatic",value:function(e){return this.setProperty("automatic",e)}},{key:"getAutomatic",value:function(e){return this.getProperty("automatic",e)}},{key:"setHidden",value:function(e){return this.setProperty("hidden",e)}},{key:"getHidden",value:function(e){return this.getProperty("hidden",e)}},{key:"setHideLicenses",value:function(e){return this.setProperty("hideLicenses",e)}},{key:"getHideLicenses",value:function(e){return this.getProperty("hideLicenses",e)}},{key:"setTimeVolume",value:function(e){return this.setProperty("timeVolume",e)}},{key:"getTimeVolume",value:function(e){return this.getProperty("timeVolume",e)}},{key:"setTimeVolumePeriod",value:function(e){return this.setProperty("timeVolumePeriod",e)}},{key:"getTimeVolumePeriod",value:function(e){return this.getProperty("timeVolumePeriod",e)}},{key:"setMaxSessions",value:function(e){return this.setProperty("maxSessions",e)}},{key:"getMaxSessions",value:function(e){return this.getProperty("maxSessions",e)}},{key:"setQuantity",value:function(e){return this.setProperty("quantity",e)}},{key:"getQuantity",value:function(e){return this.getProperty("quantity",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),a}(u.default)},3089:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728));t.default=function(){function e(t,a){(0,i.default)(this,e),this.transaction=t,this.license=a}return(0,o.default)(e,[{key:"setTransaction",value:function(e){return this.transaction=e,this}},{key:"getTransaction",value:function(e){return this.transaction||e}},{key:"setLicense",value:function(e){return this.license=e,this}},{key:"getLicense",value:function(e){return this.license||e}}]),e}()},2948:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licenseeSecret:"string",markedForTransfer:"boolean",inUse:"boolean"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProductNumber",value:function(e){return this.setProperty("productNumber",e)}},{key:"getProductNumber",value:function(e){return this.getProperty("productNumber",e)}},{key:"setLicenseeSecret",value:function(e){return this.setProperty("licenseeSecret",e)}},{key:"getLicenseeSecret",value:function(e){return this.getProperty("licenseeSecret",e)}},{key:"setMarkedForTransfer",value:function(e){return this.setProperty("markedForTransfer",e)}},{key:"getMarkedForTransfer",value:function(e){return this.getProperty("markedForTransfer",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}}]),a}(u.default)},5433:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",protocol:"string",events:"string",payload:"string",endpoint:"string"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setProtocol",value:function(e){return this.setProperty("protocol",e)}},{key:"getProtocol",value:function(e){return this.getProperty("protocol",e)}},{key:"setEvents",value:function(e){return this.setProperty("events",e)}},{key:"getEvents",value:function(e){return this.getProperty("events",e)}},{key:"setPayload",value:function(e){return this.setProperty("payload",e)}},{key:"getPayload",value:function(e){return this.getProperty("payload",e)}},{key:"setEndpoint",value:function(e){return this.setProperty("endpoint",e)}},{key:"getEndpoint",value:function(e){return this.getProperty("endpoint",e)}}]),a}(u.default)},5088:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean","paypal.subject":"string"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setPaypalSubject",value:function(e){return this.setProperty("paypal.subject",e)}},{key:"getPaypalSubject",value:function(e){return this.getProperty("paypal.subject",e)}}]),a}(u.default)},7143:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(6115)),r=n(a(1588)),c=n(a(1655)),u=n(a(4993)),p=n(a(3808)),l=n(a(389)),d=n(a(3144));function m(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,p.default)(e);if(t){var i=(0,p.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,u.default)(this,a)}}var f=new WeakMap,v=new WeakMap;t.default=function(e){(0,c.default)(a,e);var t=m(a);function a(e){var n;return(0,i.default)(this,a),n=t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",version:"string",description:"string",licensingInfo:"string",licenseeAutoCreate:"boolean",licenseeSecretMode:"string",inUse:"boolean"}}),f.set((0,s.default)(n),[]),v.set((0,s.default)(n),!1),n}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setVersion",value:function(e){return this.setProperty("version",e)}},{key:"getVersion",value:function(e){return this.getProperty("version",e)}},{key:"setLicenseeAutoCreate",value:function(e){return this.setProperty("licenseeAutoCreate",e)}},{key:"getLicenseeAutoCreate",value:function(e){return this.getProperty("licenseeAutoCreate",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}},{key:"setDescription",value:function(e){return this.setProperty("description",e)}},{key:"getDescription",value:function(e){return this.getProperty("description",e)}},{key:"setLicensingInfo",value:function(e){return this.setProperty("licensingInfo",e)}},{key:"getLicensingInfo",value:function(e){return this.getProperty("licensingInfo",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"addDiscount",value:function(e){var t=f.get(this),a=e;return"string"==typeof a||a instanceof d.default||(a=new d.default(a)),t.push(a),f.set(this,t),v.set(this,!0),this}},{key:"setProductDiscounts",value:function(e){var t=this;return f.set(this,[]),v.set(this,!0),e?Array.isArray(e)?(e.forEach((function(e){t.addDiscount(e)})),this):(this.addDiscount(e),this):this}},{key:"getProductDiscounts",value:function(){return Object.assign([],f.get(this))}},{key:"asPropertiesMap",value:function(){var e=(0,r.default)((0,p.default)(a.prototype),"asPropertiesMap",this).call(this);return f.get(this).length&&(e.discount=f.get(this).map((function(e){return e.toString()}))),!e.discount&&v.get(this)&&(e.discount=""),e}}]),a}(l.default)},3144:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{totalPrice:"float",currency:"string",amountFix:"float",amountPercent:"int"}})}return(0,o.default)(a,[{key:"setTotalPrice",value:function(e){return this.setProperty("totalPrice",e)}},{key:"getTotalPrice",value:function(e){return this.getProperty("totalPrice",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setAmountFix",value:function(e){return this.setProperty("amountFix",e).removeProperty("amountPercent")}},{key:"getAmountFix",value:function(e){return this.getProperty("amountFix",e)}},{key:"setAmountPercent",value:function(e){return this.setProperty("amountPercent",e).removeProperty("amountFix")}},{key:"getAmountPercent",value:function(e){return this.getProperty("amountPercent",e)}},{key:"toString",value:function(){var e=this.getTotalPrice(),t=this.getCurrency(),a=0;return this.getAmountFix(null)&&(a=this.getAmountFix()),this.getAmountPercent(null)&&(a="".concat(this.getAmountPercent(),"%")),"".concat(e,";").concat(t,";").concat(a)}}]),a}(u.default)},3886:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",name:"string",licensingModel:"string",maxCheckoutValidity:"int",yellowThreshold:"int",redThreshold:"int",licenseTemplate:"string",inUse:"boolean",licenseeSecretMode:"string"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setLicensingModel",value:function(e){return this.setProperty("licensingModel",e)}},{key:"getLicensingModel",value:function(e){return this.getProperty("licensingModel",e)}},{key:"setMaxCheckoutValidity",value:function(e){return this.setProperty("maxCheckoutValidity",e)}},{key:"getMaxCheckoutValidity",value:function(e){return this.getProperty("maxCheckoutValidity",e)}},{key:"setYellowThreshold",value:function(e){return this.setProperty("yellowThreshold",e)}},{key:"getYellowThreshold",value:function(e){return this.getProperty("yellowThreshold",e)}},{key:"setRedThreshold",value:function(e){return this.setProperty("redThreshold",e)}},{key:"getRedThreshold",value:function(e){return this.getProperty("redThreshold",e)}},{key:"setLicenseTemplate",value:function(e){return this.setProperty("licenseTemplate",e)}},{key:"getLicenseTemplate",value:function(e){return this.getProperty("licenseTemplate",e)}},{key:"getInUse",value:function(e){return this.getProperty("inUse",e)}},{key:"setLicenseeSecretMode",value:function(e){return this.setProperty("licenseeSecretMode",e)}},{key:"getLicenseeSecretMode",value:function(e){return this.getProperty("licenseeSecretMode",e)}}]),a}(u.default)},8132:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",active:"boolean",expirationTime:"date",vendorNumber:"string",tokenType:"string",licenseeNumber:"string",successURL:"string",successURLTitle:"string",cancelURL:"string",cancelURLTitle:"string",shopURL:"string"}})}return(0,o.default)(a,[{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setActive",value:function(e){return this.setProperty("active",e)}},{key:"getActive",value:function(e){return this.getProperty("active",e)}},{key:"setExpirationTime",value:function(e){return this.setProperty("expirationTime",e)}},{key:"getExpirationTime",value:function(e){return this.getProperty("expirationTime",e)}},{key:"setVendorNumber",value:function(e){return this.setProperty("vendorNumber",e)}},{key:"getVendorNumber",value:function(e){return this.getProperty("vendorNumber",e)}},{key:"setTokenType",value:function(e){return this.setProperty("tokenType",e)}},{key:"getTokenType",value:function(e){return this.getProperty("tokenType",e)}},{key:"setLicenseeNumber",value:function(e){return this.setProperty("licenseeNumber",e)}},{key:"getLicenseeNumber",value:function(e){return this.getProperty("licenseeNumber",e)}},{key:"setSuccessURL",value:function(e){return this.setProperty("successURL",e)}},{key:"getSuccessURL",value:function(e){return this.getProperty("successURL",e)}},{key:"setSuccessURLTitle",value:function(e){return this.setProperty("successURLTitle",e)}},{key:"getSuccessURLTitle",value:function(e){return this.getProperty("successURLTitle",e)}},{key:"setCancelURL",value:function(e){return this.setProperty("cancelURL",e)}},{key:"getCancelURL",value:function(e){return this.getProperty("cancelURL",e)}},{key:"setCancelURLTitle",value:function(e){return this.setProperty("cancelURLTitle",e)}},{key:"getCancelURLTitle",value:function(e){return this.getProperty("cancelURLTitle",e)}},{key:"getShopURL",value:function(e){return this.getProperty("shopURL",e)}},{key:"setRole",value:function(e){return this.setApiKeyRole(e)}},{key:"getRole",value:function(e){return this.getApiKeyRole(e)}},{key:"setApiKeyRole",value:function(e){return this.setProperty("apiKeyRole",e)}},{key:"getApiKeyRole",value:function(e){return this.getProperty("apiKeyRole",e)}}]),a}(u.default)},4880:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(389)),p=n(a(3089)),l=n(a(9763));function d(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=d(a);function a(e){return(0,i.default)(this,a),t.call(this,{properties:e,casts:{number:"string",name:"string",status:"string",source:"string",grandTotal:"float",discount:"float",currency:"string",dateCreated:"date",dateClosed:"date",active:"boolean",paymentMethod:"string"}})}return(0,o.default)(a,[{key:"setNumber",value:function(e){return this.setProperty("number",e)}},{key:"getNumber",value:function(e){return this.getProperty("number",e)}},{key:"setName",value:function(e){return this.setProperty("name",e)}},{key:"getName",value:function(e){return this.getProperty("name",e)}},{key:"setStatus",value:function(e){return this.setProperty("status",e)}},{key:"getStatus",value:function(e){return this.getProperty("status",e)}},{key:"setSource",value:function(e){return this.setProperty("source",e)}},{key:"getSource",value:function(e){return this.getProperty("source",e)}},{key:"setGrandTotal",value:function(e){return this.setProperty("grandTotal",e)}},{key:"getGrandTotal",value:function(e){return this.getProperty("grandTotal",e)}},{key:"setDiscount",value:function(e){return this.setProperty("discount",e)}},{key:"getDiscount",value:function(e){return this.getProperty("discount",e)}},{key:"setCurrency",value:function(e){return this.setProperty("currency",e)}},{key:"getCurrency",value:function(e){return this.getProperty("currency",e)}},{key:"setDateCreated",value:function(e){return this.setProperty("dateCreated",e)}},{key:"getDateCreated",value:function(e){return this.getProperty("dateCreated",e)}},{key:"setDateClosed",value:function(e){return this.setProperty("dateClosed",e)}},{key:"getDateClosed",value:function(e){return this.getProperty("dateClosed",e)}},{key:"setPaymentMethod",value:function(e){return this.setProperty("paymentMethod",e)}},{key:"getPaymentMethod",value:function(e){return this.getProperty("paymentMethod",e)}},{key:"setActive",value:function(){return this.setProperty("active",!0)}},{key:"getLicenseTransactionJoins",value:function(e){return this.getProperty("licenseTransactionJoins",e)}},{key:"setLicenseTransactionJoins",value:function(e){return this.setProperty("licenseTransactionJoins",e)}},{key:"setListLicenseTransactionJoin",value:function(e){if(e){var t=this.getProperty("licenseTransactionJoins",[]),n=new p.default;e.forEach((function(e){"licenseNumber"===e.name&&n.setLicense(new l.default({number:e.value})),"transactionNumber"===e.name&&n.setTransaction(new a({number:e.value}))})),t.push(n),this.setProperty("licenseTransactionJoins",t)}}}]),a}(u.default)},2986:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728)),s=n(a(1655)),r=n(a(4993)),c=n(a(3808)),u=n(a(3496));function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=(0,c.default)(e);if(t){var i=(0,c.default)(this).constructor;a=Reflect.construct(n,arguments,i)}else a=n.apply(this,arguments);return(0,r.default)(this,a)}}t.default=function(e){(0,s.default)(a,e);var t=p(a);function a(){var e;(0,i.default)(this,a);for(var n=arguments.length,o=new Array(n),s=0;s{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(8416)),s=n(a(7424)),r=n(a(7156)),c=n(a(393)),u=n(a(1480)),p=n(a(5661)),l=n(a(3093)),d=n(a(9892)),m=n(a(3887)),f=n(a(9407));t.default={create:function(e,t){return(0,r.default)(i.default.mark((function a(){var n,o,r,p,l;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,c.default.post(e,u.default.Bundle.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=a.sent,o=n.data.items.item,r=o.filter((function(e){return"Bundle"===e.type})),p=(0,s.default)(r,1),l=p[0],a.abrupt("return",(0,d.default)(l));case 6:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,r.default)(i.default.mark((function a(){var n,o,r,l,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),a.next=3,c.default.get(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,o=n.data.items.item,r=o.filter((function(e){return"Bundle"===e.type})),l=(0,s.default)(r,1),m=l[0],a.abrupt("return",(0,d.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,r.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(p.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[u.default.FILTER]="string"==typeof t?t:l.default.encode(t);case 5:return a.next=7,c.default.get(e,u.default.Bundle.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,f.default)(s.items.item.filter((function(e){return"Bundle"===e.type})).map((function(e){return(0,d.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,r.default)(i.default.mark((function n(){var o,r,l,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),n.next=3,c.default.post(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return o=n.sent,r=o.data.items.item,l=r.filter((function(e){return"Bundle"===e.type})),m=(0,s.default)(l,1),f=m[0],n.abrupt("return",(0,d.default)(f));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,a){p.default.paramNotEmpty(t,u.default.NUMBER);var n={forceCascade:Boolean(a)};return c.default.delete(e,"".concat(u.default.Bundle.ENDPOINT_PATH,"/").concat(t),n)},obtain:function(e,t,a){return(0,r.default)(i.default.mark((function n(){var s,r,l,d,f,v;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return p.default.paramNotEmpty(t,u.default.NUMBER),p.default.paramNotEmpty(a.getLicenseeNumber(),u.default.Licensee.LICENSEE_NUMBER),s=u.default.Bundle,r=s.ENDPOINT_PATH,l=s.ENDPOINT_OBTAIN_PATH,d=(0,o.default)({},u.default.Licensee.LICENSEE_NUMBER,a.getLicenseeNumber()),n.next=6,c.default.post(e,"".concat(r,"/").concat(t,"/").concat(l),d);case 6:return f=n.sent,v=f.data.items.item,n.abrupt("return",v.filter((function(e){return"License"===e.type})).map((function(e){return(0,m.default)(e)})));case 9:case"end":return n.stop()}}),n)})))()}}},6486:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(5661)),c=n(a(1480)),u=n(a(393)),p=n(a(3093)),l=n(a(3887)),d=n(a(9407));t.default={create:function(e,t,a,n,p){return(0,s.default)(i.default.mark((function s(){var d,m,f,v,x;return i.default.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return r.default.paramNotEmpty(t,c.default.Licensee.LICENSEE_NUMBER),r.default.paramNotEmpty(a,c.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER),p.setProperty(c.default.Licensee.LICENSEE_NUMBER,t),p.setProperty(c.default.LicenseTemplate.LICENSE_TEMPLATE_NUMBER,a),n&&p.setProperty(c.default.Transaction.TRANSACTION_NUMBER,n),i.next=7,u.default.post(e,c.default.License.ENDPOINT_PATH,p.asPropertiesMap());case 7:return d=i.sent,m=d.data.items.item,f=m.filter((function(e){return"License"===e.type})),v=(0,o.default)(f,1),x=v[0],i.abrupt("return",(0,l.default)(x));case 11:case"end":return i.stop()}}),s)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,u.default.get(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"License"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(r.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,u.default.get(e,c.default.License.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"License"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a,n){return(0,s.default)(i.default.mark((function s(){var p,d,m,f,v;return i.default.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),a&&n.setProperty(c.default.Transaction.TRANSACTION_NUMBER,a),i.next=4,u.default.post(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t),n.asPropertiesMap());case 4:return p=i.sent,d=p.data.items.item,m=d.filter((function(e){return"License"===e.type})),f=(0,o.default)(m,1),v=f[0],i.abrupt("return",(0,l.default)(v));case 8:case"end":return i.stop()}}),s)})))()},delete:function(e,t,a){r.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(a)};return u.default.delete(e,"".concat(c.default.License.ENDPOINT_PATH,"/").concat(t),n)}}},1580:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(5661)),c=n(a(1480)),u=n(a(393)),p=n(a(3093)),l=n(a(3255)),d=n(a(9407));t.default={create:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.ProductModule.PRODUCT_MODULE_NUMBER),a.setProperty(c.default.ProductModule.PRODUCT_MODULE_NUMBER,t),n.next=4,u.default.post(e,c.default.LicenseTemplate.ENDPOINT_PATH,a.asPropertiesMap());case 4:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"LicenseTemplate"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,u.default.get(e,"".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"LicenseTemplate"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(r.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,u.default.get(e,c.default.LicenseTemplate.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"LicenseTemplate"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f,v;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),s="".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n.next=4,u.default.post(e,s,a.asPropertiesMap());case 4:return p=n.sent,d=p.data.items.item,m=d.filter((function(e){return"LicenseTemplate"===e.type})),f=(0,o.default)(m,1),v=f[0],n.abrupt("return",(0,l.default)(v));case 8:case"end":return n.stop()}}),n)})))()},delete:function(e,t,a){r.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(a)};return u.default.delete(e,"".concat(c.default.LicenseTemplate.ENDPOINT_PATH,"/").concat(t),n)}}},5498:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(5661)),c=n(a(3093)),u=n(a(1480)),p=n(a(393)),l=n(a(3735)),d=n(a(6463)),m=n(a(9407)),f=n(a(7106));t.default={create:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,c,l,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,u.default.Product.PRODUCT_NUMBER),a.setProperty(u.default.Product.PRODUCT_NUMBER,t),n.next=4,p.default.post(e,u.default.Licensee.ENDPOINT_PATH,a.asPropertiesMap());case 4:return s=n.sent,c=s.data.items.item,l=c.filter((function(e){return"Licensee"===e.type})),m=(0,o.default)(l,1),f=m[0],n.abrupt("return",(0,d.default)(f));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,c,l,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),a.next=3,p.default.get(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,c=s.filter((function(e){return"Licensee"===e.type})),l=(0,o.default)(c,1),m=l[0],a.abrupt("return",(0,d.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(r.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[u.default.FILTER]="string"==typeof t?t:c.default.encode(t);case 5:return a.next=7,p.default.get(e,u.default.Licensee.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,m.default)(s.items.item.filter((function(e){return"Licensee"===e.type})).map((function(e){return(0,d.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,c,l,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),n.next=3,p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return s=n.sent,c=s.data.items.item,l=c.filter((function(e){return"Licensee"===e.type})),m=(0,o.default)(l,1),f=m[0],n.abrupt("return",(0,d.default)(f));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,a){r.default.paramNotEmpty(t,u.default.NUMBER);var n={forceCascade:Boolean(a)};return p.default.delete(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t),n)},validate:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var o,s,c,d,m,v,x,h,b;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,u.default.NUMBER),o={},a.getProductNumber()&&(o.productNumber=a.getProductNumber()),Object.keys(a.getLicenseeProperties()).forEach((function(e){o[e]=a.getLicenseeProperty(e)})),a.isForOfflineUse()&&(o.forOfflineUse=!0),a.getDryRun()&&(o.dryRun=!0),s=0,c=a.getParameters(),d=Object.prototype.hasOwnProperty,Object.keys(c).forEach((function(e){if(o["".concat(u.default.ProductModule.PRODUCT_MODULE_NUMBER).concat(s)]=e,d.call(c,e)){var t=c[e];Object.keys(t).forEach((function(e){d.call(t,e)&&(o[e+s]=t[e])})),s+=1}})),n.next=12,p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(u.default.Licensee.ENDPOINT_PATH_VALIDATE),o);case 12:return m=n.sent,v=m.data,x=v.items.item,h=v.ttl,(b=new l.default).setTtl(h),x.filter((function(e){return"ProductModuleValidation"===e.type})).forEach((function(e){var t=(0,f.default)(e);b.setProductModuleValidation(t[u.default.ProductModule.PRODUCT_MODULE_NUMBER],t)})),n.abrupt("return",b);case 20:case"end":return n.stop()}}),n)})))()},transfer:function(e,t,a){r.default.paramNotEmpty(t,u.default.NUMBER),r.default.paramNotEmpty(a,u.default.Licensee.SOURCE_LICENSEE_NUMBER);var n={sourceLicenseeNumber:a};return p.default.post(e,"".concat(u.default.Licensee.ENDPOINT_PATH,"/").concat(t,"/").concat(u.default.Licensee.ENDPOINT_PATH_TRANSFER),n)}}},3212:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(393)),c=n(a(1480)),u=n(a(5661)),p=n(a(3093)),l=n(a(6546)),d=n(a(9407));t.default={create:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,u,p,d;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,r.default.post(e,c.default.Notification.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=a.sent,s=n.data.items.item,u=s.filter((function(e){return"Notification"===e.type})),p=(0,o.default)(u,1),d=p[0],a.abrupt("return",(0,l.default)(d));case 6:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,r.default.get(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"Notification"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(u.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,r.default.get(e,c.default.Notification.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Notification"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,r.default.post(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"Notification"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t){return u.default.paramNotEmpty(t,c.default.NUMBER),r.default.delete(e,"".concat(c.default.Notification.ENDPOINT_PATH,"/").concat(t))}}},5225:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(1480)),c=n(a(5661)),u=n(a(393)),p=n(a(3093)),l=n(a(797)),d=n(a(9407));t.default={get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return c.default.paramNotEmpty(t,r.default.NUMBER),a.next=3,u.default.get(e,"".concat(r.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"PaymentMethod"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(c.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,u.default.get(e,r.default.PaymentMethod.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"PaymentMethod"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f,v;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return c.default.paramNotEmpty(t,r.default.NUMBER),s="".concat(r.default.PaymentMethod.ENDPOINT_PATH,"/").concat(t),n.next=4,u.default.post(e,s,a.asPropertiesMap());case 4:return p=n.sent,d=p.data.items.item,m=d.filter((function(e){return"PaymentMethod"===e.type})),f=(0,o.default)(m,1),v=f[0],n.abrupt("return",(0,l.default)(v));case 8:case"end":return n.stop()}}),n)})))()}}},7443:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(5661)),c=n(a(1480)),u=n(a(393)),p=n(a(3093)),l=n(a(2514)),d=n(a(9407));t.default={create:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.Product.PRODUCT_NUMBER),a.setProperty(c.default.Product.PRODUCT_NUMBER,t),n.next=4,u.default.post(e,c.default.ProductModule.ENDPOINT_PATH,a.asPropertiesMap());case 4:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"ProductModule"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 8:case"end":return n.stop()}}),n)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,u.default.get(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"ProductModule"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(r.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,u.default.get(e,c.default.ProductModule.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"ProductModule"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,u.default.post(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"ProductModule"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,a){r.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(a)};return u.default.delete(e,"".concat(c.default.ProductModule.ENDPOINT_PATH,"/").concat(t),n)}}},5042:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(393)),c=n(a(1480)),u=n(a(5661)),p=n(a(3093)),l=n(a(1255)),d=n(a(9407));t.default={create:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,u,p,d;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,r.default.post(e,c.default.Product.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=a.sent,s=n.data.items.item,u=s.filter((function(e){return"Product"===e.type})),p=(0,o.default)(u,1),d=p[0],a.abrupt("return",(0,l.default)(d));case 6:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),a.next=3,r.default.get(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"Product"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(u.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[c.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,r.default.get(e,c.default.Product.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Product"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,c.default.NUMBER),n.next=3,r.default.post(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"Product"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 7:case"end":return n.stop()}}),n)})))()},delete:function(e,t,a){u.default.paramNotEmpty(t,c.default.NUMBER);var n={forceCascade:Boolean(a)};return r.default.delete(e,"".concat(c.default.Product.ENDPOINT_PATH,"/").concat(t),n)}}},393:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(8698)),o=n(a(7424)),s=n(a(6690)),r=n(a(9728)),c=n(a(3306)),u=n(a(706)),p=n(a(1480)),l=n(a(2986)),d=n(a(4147)),m={},f=null;t.default=function(){function e(){(0,s.default)(this,e)}return(0,r.default)(e,null,[{key:"getAxiosInstance",value:function(){return f||c.default}},{key:"setAxiosInstance",value:function(e){f=e}},{key:"getLastHttpRequestInfo",value:function(){return m}},{key:"get",value:function(t,a,n){return e.request(t,"get",a,n)}},{key:"post",value:function(t,a,n){return e.request(t,"post",a,n)}},{key:"delete",value:function(t,a,n){return e.request(t,"delete",a,n)}},{key:"request",value:function(t,a,n,i){var s=String(n),r=i||{};if(!s)throw new TypeError("Url template must be specified");if(["get","post","delete"].indexOf(a.toLowerCase())<0)throw new Error("Invalid request type:".concat(a,", allowed requests types: GET, POST, DELETE."));if(!t.getBaseUrl(null))throw new Error("Base url must be specified");var c={url:encodeURI("".concat(t.getBaseUrl(),"/").concat(s)),method:a.toLowerCase(),responseType:"json",headers:{Accept:"application/json","X-Requested-With":"XMLHttpRequest"},transformRequest:[function(t,a){return"application/x-www-form-urlencoded"===a["Content-Type"]?e.toQueryString(t):(a["NetLicensing-Origin"]||(a["NetLicensing-Origin"]="NetLicensing/Javascript ".concat(d.default.version)),t)}]};switch("undefined"!=typeof process&&"[object process]"===Object.prototype.toString.call(process)&&(c.headers["User-agent"]="NetLicensing/Javascript ".concat(d.default.version,"/node&").concat(process.version)),["put","post","patch"].indexOf(c.method)>=0?("post"===c.method&&(c.headers["Content-Type"]="application/x-www-form-urlencoded"),c.data=r):c.params=r,t.getSecurityMode()){case p.default.BASIC_AUTHENTICATION:if(!t.getUsername())throw new Error('Missing parameter "username"');if(!t.getPassword())throw new Error('Missing parameter "password"');c.auth={username:t.getUsername(),password:t.getPassword()};break;case p.default.APIKEY_IDENTIFICATION:if(!t.getApiKey())throw new Error('Missing parameter "apiKey"');c.headers.Authorization="Basic ".concat((0,u.default)("apiKey:".concat(t.getApiKey())));break;case p.default.ANONYMOUS_IDENTIFICATION:break;default:throw new Error("Unknown security mode")}return e.getAxiosInstance()(c).then((function(t){t.infos=e.getInfo(t,[]);var a=t.infos.filter((function(e){return"ERROR"===e.type}));if(a.length){var n=new Error(a[0].value);throw n.config=t.config,n.request=t.request,n.response=t,n}return m=t,t})).catch((function(t){if(t.response){m=t.response;var a=new l.default(t);if(a.config=t.config,a.code=t.code,a.request=t.request,a.response=t.response,t.response.data){a.infos=e.getInfo(t.response,[]);var n=a.infos.filter((function(e){return"ERROR"===e.type})),i=(0,o.default)(n,1)[0],s=void 0===i?{}:i;a.message=s.value||"Unknown"}throw a}throw t}))}},{key:"getInfo",value:function(e,t){try{return e.data.infos.info||t}catch(e){return t}}},{key:"toQueryString",value:function(t,a){var n=[],o=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(s){if(o.call(t,s)){var r=a?"".concat(a,"[").concat(s,"]"):s,c=t[s];c=c instanceof Date?c.toISOString():c,n.push(null!==c&&"object"===(0,i.default)(c)?e.toQueryString(c,r):"".concat(encodeURIComponent(r),"=").concat(encodeURIComponent(c)))}})),n.join("&").replace(/%5B[0-9]+%5D=/g,"=")}}]),e}()},731:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(1480)),c=n(a(393)),u=n(a(5661)),p=n(a(3093)),l=n(a(4073)),d=n(a(9407));t.default={create:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,u,p,d;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,c.default.post(e,r.default.Token.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=a.sent,s=n.data.items.item,u=s.filter((function(e){return"Token"===e.type})),p=(0,o.default)(u,1),d=p[0],a.abrupt("return",(0,l.default)(d));case 6:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),a.next=3,c.default.get(e,"".concat(r.default.Token.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"Token"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(u.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,c.default.get(e,r.default.Token.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Token"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},delete:function(e,t){return u.default.paramNotEmpty(t,r.default.NUMBER),c.default.delete(e,"".concat(r.default.Token.ENDPOINT_PATH,"/").concat(t))}}},5919:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7424)),s=n(a(7156)),r=n(a(1480)),c=n(a(393)),u=n(a(5661)),p=n(a(3093)),l=n(a(1198)),d=n(a(9407));t.default={create:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,u,p,d;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return a.next=2,c.default.post(e,r.default.Transaction.ENDPOINT_PATH,t.asPropertiesMap());case 2:return n=a.sent,s=n.data.items.item,u=s.filter((function(e){return"Transaction"===e.type})),p=(0,o.default)(u,1),d=p[0],a.abrupt("return",(0,l.default)(d));case 6:case"end":return a.stop()}}),a)})))()},get:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,s,p,d,m;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),a.next=3,c.default.get(e,"".concat(r.default.Transaction.ENDPOINT_PATH,"/").concat(t));case 3:return n=a.sent,s=n.data.items.item,p=s.filter((function(e){return"Transaction"===e.type})),d=(0,o.default)(p,1),m=d[0],a.abrupt("return",(0,l.default)(m));case 7:case"end":return a.stop()}}),a)})))()},list:function(e,t){return(0,s.default)(i.default.mark((function a(){var n,o,s;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(u.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[r.default.FILTER]="string"==typeof t?t:p.default.encode(t);case 5:return a.next=7,c.default.get(e,r.default.Transaction.ENDPOINT_PATH,n);case 7:return o=a.sent,s=o.data,a.abrupt("return",(0,d.default)(s.items.item.filter((function(e){return"Transaction"===e.type})).map((function(e){return(0,l.default)(e)})),s.items.pagenumber,s.items.itemsnumber,s.items.totalpages,s.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()},update:function(e,t,a){return(0,s.default)(i.default.mark((function n(){var s,p,d,m,f;return i.default.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return u.default.paramNotEmpty(t,r.default.NUMBER),n.next=3,c.default.post(e,"".concat(r.default.Transaction.ENDPOINT_PATH,"/").concat(t),a.asPropertiesMap());case 3:return s=n.sent,p=s.data.items.item,d=p.filter((function(e){return"Transaction"===e.type})),m=(0,o.default)(d,1),f=m[0],n.abrupt("return",(0,l.default)(f));case 7:case"end":return n.stop()}}),n)})))()}}},7635:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(4687)),o=n(a(7156)),s=n(a(1480)),r=n(a(393)),c=n(a(5661)),u=n(a(3093)),p=n(a(7106)),l=n(a(9407)),d=n(a(3213));t.default={listLicenseTypes:function(e){return(0,o.default)(i.default.mark((function t(){var a,n;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_LICENSE_TYPES));case 2:return a=t.sent,n=a.data,t.abrupt("return",(0,l.default)(n.items.item.filter((function(e){return"LicenseType"===e.type})).map((function(e){return(0,p.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listLicensingModels:function(e){return(0,o.default)(i.default.mark((function t(){var a,n;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_LICENSING_MODELS));case 2:return a=t.sent,n=a.data,t.abrupt("return",(0,l.default)(n.items.item.filter((function(e){return"LicensingModelProperties"===e.type})).map((function(e){return(0,p.default)(e)})),n.items.pagenumber,n.items.itemsnumber,n.items.totalpages,n.items.totalitems));case 5:case"end":return t.stop()}}),t)})))()},listCountries:function(e,t){return(0,o.default)(i.default.mark((function a(){var n,o,p;return i.default.wrap((function(a){for(;;)switch(a.prev=a.next){case 0:if(n={},!t){a.next=5;break}if(c.default.isValid(t)){a.next=4;break}throw new TypeError("filter has bad value ".concat(t));case 4:n[s.default.FILTER]="string"==typeof t?t:u.default.encode(t);case 5:return a.next=7,r.default.get(e,"".concat(s.default.Utility.ENDPOINT_PATH,"/").concat(s.default.Utility.ENDPOINT_PATH_COUNTRIES),n);case 7:return o=a.sent,p=o.data,a.abrupt("return",(0,l.default)(p.items.item.filter((function(e){return"Country"===e.type})).map((function(e){return(0,d.default)(e)})),p.items.pagenumber,p.items.itemsnumber,p.items.totalpages,p.items.totalitems));case 10:case"end":return a.stop()}}),a)})))()}}},553:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(e,t){switch(e.trim().toLowerCase()){case"str":case"string":return String(t);case"int":case"integer":var a=parseInt(t,10);return Number.isNaN(a)?t:a;case"float":case"double":var n=parseFloat(t);return Number.isNaN(n)?t:n;case"bool":case"boolean":switch(t){case"true":case"TRUE":return!0;case"false":case"FALSE":return!1;default:return Boolean(t)}case"date":return"now"===t?"now":new Date(String(t));default:return t}}},5661:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={isValid:function(e){var t=void 0!==e&&"function"!=typeof e;return"number"==typeof e&&(t=Number.isFinite(e)&&!Number.isNaN(e)),t},paramNotNull:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(null===e)throw new TypeError("Parameter ".concat(t," cannot be null"))},paramNotEmpty:function(e,t){if(!this.isValid(e))throw new TypeError("Parameter ".concat(t," has bad value ").concat(e));if(!e)throw new TypeError("Parameter ".concat(t," cannot be null or empty string"))}}},3093:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(7424));t.default={FILTER_DELIMITER:";",FILTER_PAIR_DELIMITER:"=",encode:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=[],n=Object.prototype.hasOwnProperty;return Object.keys(t).forEach((function(i){n.call(t,i)&&a.push("".concat(i).concat(e.FILTER_PAIR_DELIMITER).concat(t[i]))})),a.join(this.FILTER_DELIMITER)},decode:function(){var e=this,t={};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").split(this.FILTER_DELIMITER).forEach((function(a){var n=a.split(e.FILTER_PAIR_DELIMITER),o=(0,i.default)(n,2),s=o[0],r=o[1];t[s]=r})),t}}},4658:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(6690)),o=n(a(9728));t.default=function(){function e(){(0,i.default)(this,e),this.licenseeNumber=""}return(0,o.default)(e,[{key:"setLicenseeNumber",value:function(e){return this.licenseeNumber=e,this}},{key:"getLicenseeNumber",value:function(){return this.licenseeNumber}}]),e}()},4693:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(8698)),o=n(a(8416)),s=n(a(6690)),r=n(a(9728)),c=n(a(1480)),u=n(a(5661));function p(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function l(e){for(var t=1;t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,o={getContent:function(){return e},getPageNumber:function(){return t},getItemsNumber:function(){return a},getTotalPages:function(){return n},getTotalItems:function(){return i},hasNext:function(){return n>t+1}},s=Object.keys(o);return new Proxy(e,{get:function(e,t){return-1!==s.indexOf(t)?o[t]:e[t]}})}},4856:(e,t,a)=>{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(8416)),o=n(a(6690)),s=n(a(9728));function r(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function c(e){for(var t=1;t{"use strict";var n=a(4836);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(a(8698)),o=n(a(8416)),s=n(a(6690)),r=n(a(9728)),c=n(a(5661));function u(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}t.default=function(){function e(){(0,s.default)(this,e),this.validators={}}return(0,r.default)(e,[{key:"getValidators",value:function(){return function(e){for(var t=1;t"),a.call(t,n)&&(e+=JSON.stringify(t[n]))})),e+="]"}}]),e}()},706:e=>{!function(){"use strict";e.exports=function(e){return(e instanceof Buffer?e:Buffer.from(e.toString(),"binary")).toString("base64")}}()},9779:(e,t,a)=>{var n=a(3837),i=a(2781).Stream,o=a(3463);function s(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2097152,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}e.exports=s,n.inherits(s,i),s.create=function(e){var t=new this;for(var a in e=e||{})t[a]=e[a];return t},s.isStreamLike=function(e){return"function"!=typeof e&&"string"!=typeof e&&"boolean"!=typeof e&&"number"!=typeof e&&!Buffer.isBuffer(e)},s.prototype.append=function(e){if(s.isStreamLike(e)){if(!(e instanceof o)){var t=o.create(e,{maxDataSize:1/0,pauseStream:this.pauseStreams});e.on("data",this._checkDataSize.bind(this)),e=t}this._handleErrors(e),this.pauseStreams&&e.pause()}return this._streams.push(e),this},s.prototype.pipe=function(e,t){return i.prototype.pipe.call(this,e,t),this.resume(),e},s.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop)this._pendingNext=!0;else{this._insideLoop=!0;try{do{this._pendingNext=!1,this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=!1}}},s.prototype._realGetNext=function(){var e=this._streams.shift();void 0!==e?"function"==typeof e?e(function(e){s.isStreamLike(e)&&(e.on("data",this._checkDataSize.bind(this)),this._handleErrors(e)),this._pipeNext(e)}.bind(this)):this._pipeNext(e):this.end()},s.prototype._pipeNext=function(e){if(this._currentStream=e,s.isStreamLike(e))return e.on("end",this._getNext.bind(this)),void e.pipe(this,{end:!1});var t=e;this.write(t),this._getNext()},s.prototype._handleErrors=function(e){var t=this;e.on("error",(function(e){t._emitError(e)}))},s.prototype.write=function(e){this.emit("data",e)},s.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.pause&&this._currentStream.pause(),this.emit("pause"))},s.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&"function"==typeof this._currentStream.resume&&this._currentStream.resume(),this.emit("resume")},s.prototype.end=function(){this._reset(),this.emit("end")},s.prototype.destroy=function(){this._reset(),this.emit("close")},s.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},s.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(e))}},s.prototype._updateDataSize=function(){this.dataSize=0;var e=this;this._streams.forEach((function(t){t.dataSize&&(e.dataSize+=t.dataSize)})),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},s.prototype._emitError=function(e){this._reset(),this.emit("error",e)}},1227:(e,t,a)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const a="color: "+this.color;t.splice(1,0,a,"color: inherit");let n=0,i=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(i=n))})),t.splice(i,0,a)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=a(2447)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,a)=>{e.exports=function(e){function t(e){let a,i,o,s=null;function r(...e){if(!r.enabled)return;const n=r,i=Number(new Date),o=i-(a||i);n.diff=o,n.prev=a,n.curr=i,a=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((a,i)=>{if("%%"===a)return"%";s++;const o=t.formatters[i];if("function"==typeof o){const t=e[s];a=o.call(n,t),e.splice(s,1),s--}return a})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return r.namespace=e,r.useColors=t.useColors(),r.color=t.selectColor(e),r.extend=n,r.destroy=t.destroy,Object.defineProperty(r,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(i!==t.namespaces&&(i=t.namespaces,o=t.enabled(e)),o),set:e=>{s=e}}),"function"==typeof t.init&&t.init(r),r}function n(e,a){const n=t(this.namespace+(void 0===a?":":a)+e);return n.log=this.log,n}function i(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(i),...t.skips.map(i).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let a;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),i=n.length;for(a=0;a{t[a]=e[a]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let a=0;for(let t=0;t{"undefined"==typeof process||"renderer"===process.type||!0===process.browser||process.__nwjs?e.exports=a(1227):e.exports=a(39)},39:(e,t,a)=>{const n=a(6224),i=a(3837);t.init=function(e){e.inspectOpts={};const a=Object.keys(t.inspectOpts);for(let n=0;n{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),t.colors=[6,2,3,4,5,1];try{const e=a(2130);e&&(e.stderr||e).level>=2&&(t.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch(e){}t.inspectOpts=Object.keys(process.env).filter((e=>/^debug_/i.test(e))).reduce(((e,t)=>{const a=t.substring(6).toLowerCase().replace(/_([a-z])/g,((e,t)=>t.toUpperCase()));let n=process.env[t];return n=!!/^(yes|on|true|enabled)$/i.test(n)||!/^(no|off|false|disabled)$/i.test(n)&&("null"===n?null:Number(n)),e[a]=n,e}),{}),e.exports=a(2447)(t);const{formatters:o}=e.exports;o.o=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts).split("\n").map((e=>e.trim())).join(" ")},o.O=function(e){return this.inspectOpts.colors=this.useColors,i.inspect(e,this.inspectOpts)}},3463:(e,t,a)=>{var n=a(2781).Stream,i=a(3837);function o(){this.source=null,this.dataSize=0,this.maxDataSize=1048576,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}e.exports=o,i.inherits(o,n),o.create=function(e,t){var a=new this;for(var n in t=t||{})a[n]=t[n];a.source=e;var i=e.emit;return e.emit=function(){return a._handleEmit(arguments),i.apply(e,arguments)},e.on("error",(function(){})),a.pauseStream&&e.pause(),a},Object.defineProperty(o.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),o.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},o.prototype.resume=function(){this._released||this.release(),this.source.resume()},o.prototype.pause=function(){this.source.pause()},o.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(e){this.emit.apply(this,e)}.bind(this)),this._bufferedEvents=[]},o.prototype.pipe=function(){var e=n.prototype.pipe.apply(this,arguments);return this.resume(),e},o.prototype._handleEmit=function(e){this._released?this.emit.apply(this,e):("data"===e[0]&&(this.dataSize+=e[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(e))},o.prototype._checkIfMaxDataSizeExceeded=function(){if(!(this._maxDataSizeExceeded||this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var e="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(e))}}},2261:(e,t,a)=>{var n;e.exports=function(){if(!n){try{n=a(5158)("follow-redirects")}catch(e){}"function"!=typeof n&&(n=function(){})}n.apply(null,arguments)}},938:(e,t,a)=>{var n=a(7310),i=n.URL,o=a(3685),s=a(5687),r=a(2781).Writable,c=a(9491),u=a(2261),p=["abort","aborted","connect","error","socket","timeout"],l=Object.create(null);p.forEach((function(e){l[e]=function(t,a,n){this._redirectable.emit(e,t,a,n)}}));var d=P("ERR_INVALID_URL","Invalid URL",TypeError),m=P("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),f=P("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded"),v=P("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),x=P("ERR_STREAM_WRITE_AFTER_END","write after end"),h=r.prototype.destroy||y;function b(e,t){r.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var a=this;this._onNativeResponse=function(e){a._processResponse(e)},this._performRequest()}function g(e){var t={maxRedirects:21,maxBodyLength:10485760},a={};return Object.keys(e).forEach((function(o){var s=o+":",r=a[s]=e[o],p=t[o]=Object.create(r);Object.defineProperties(p,{request:{value:function(e,o,r){if(_(e)){var p;try{p=w(new i(e))}catch(t){p=n.parse(e)}if(!_(p.protocol))throw new d({input:e});e=p}else i&&e instanceof i?e=w(e):(r=o,o=e,e={protocol:s});return T(o)&&(r=o,o=null),(o=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},e,o)).nativeProtocols=a,_(o.host)||_(o.hostname)||(o.hostname="::1"),c.equal(o.protocol,s,"protocol mismatch"),u("options",o),new b(o,r)},configurable:!0,enumerable:!0,writable:!0},get:{value:function(e,t,a){var n=p.request(e,t,a);return n.end(),n},configurable:!0,enumerable:!0,writable:!0}})})),t}function y(){}function w(e){var t={protocol:e.protocol,hostname:e.hostname.startsWith("[")?e.hostname.slice(1,-1):e.hostname,hash:e.hash,search:e.search,pathname:e.pathname,path:e.pathname+e.search,href:e.href};return""!==e.port&&(t.port=Number(e.port)),t}function k(e,t){var a;for(var n in t)e.test(n)&&(a=t[n],delete t[n]);return null==a?void 0:String(a).trim()}function P(e,t,a){function n(a){Error.captureStackTrace(this,this.constructor),Object.assign(this,a||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return n.prototype=new(a||Error),n.prototype.constructor=n,n.prototype.name="Error ["+e+"]",n}function E(e,t){for(var a of p)e.removeListener(a,l[a]);e.on("error",y),e.destroy(t)}function _(e){return"string"==typeof e||e instanceof String}function T(e){return"function"==typeof e}b.prototype=Object.create(r.prototype),b.prototype.abort=function(){E(this._currentRequest),this._currentRequest.abort(),this.emit("abort")},b.prototype.destroy=function(e){return E(this._currentRequest,e),h.call(this,e),this},b.prototype.write=function(e,t,a){if(this._ending)throw new x;if(!_(e)&&("object"!=typeof(n=e)||!("length"in n)))throw new TypeError("data should be a string, Buffer or Uint8Array");var n;T(t)&&(a=t,t=null),0!==e.length?this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,a)):(this.emit("error",new v),this.abort()):a&&a()},b.prototype.end=function(e,t,a){if(T(e)?(a=e,e=t=null):T(t)&&(a=t,t=null),e){var n=this,i=this._currentRequest;this.write(e,t,(function(){n._ended=!0,i.end(null,null,a)})),this._ending=!0}else this._ended=this._ending=!0,this._currentRequest.end(null,null,a)},b.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)},b.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)},b.prototype.setTimeout=function(e,t){var a=this;function n(t){t.setTimeout(e),t.removeListener("timeout",t.destroy),t.addListener("timeout",t.destroy)}function i(t){a._timeout&&clearTimeout(a._timeout),a._timeout=setTimeout((function(){a.emit("timeout"),o()}),e),n(t)}function o(){a._timeout&&(clearTimeout(a._timeout),a._timeout=null),a.removeListener("abort",o),a.removeListener("error",o),a.removeListener("response",o),a.removeListener("close",o),t&&a.removeListener("timeout",t),a.socket||a._currentRequest.removeListener("socket",i)}return t&&this.on("timeout",t),this.socket?i(this.socket):this._currentRequest.once("socket",i),this.on("socket",n),this.on("abort",o),this.on("error",o),this.on("response",o),this.on("close",o),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach((function(e){b.prototype[e]=function(t,a){return this._currentRequest[e](t,a)}})),["aborted","connection","socket"].forEach((function(e){Object.defineProperty(b.prototype,e,{get:function(){return this._currentRequest[e]}})})),b.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}},b.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(t){if(this._options.agents){var a=e.slice(0,-1);this._options.agent=this._options.agents[a]}var i=this._currentRequest=t.request(this._options,this._onNativeResponse);for(var o of(i._redirectable=this,p))i.on(o,l[o]);if(this._currentUrl=/^\//.test(this._options.path)?n.format(this._options):this._options.path,this._isRedirect){var s=0,r=this,c=this._requestBodyBuffers;!function e(t){if(i===r._currentRequest)if(t)r.emit("error",t);else if(s=400)return e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),void(this._requestBodyBuffers=[]);if(E(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)this.emit("error",new f);else{var i,o=this._options.beforeRedirect;o&&(i=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((301===t||302===t)&&"POST"===this._options.method||303===t&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],k(/^content-/i,this._options.headers));var r,p=k(/^host$/i,this._options.headers),l=n.parse(this._currentUrl),d=p||l.host,v=/^\w+:/.test(a)?this._currentUrl:n.format(Object.assign(l,{host:d}));try{r=n.resolve(v,a)}catch(e){return void this.emit("error",new m({cause:e}))}u("redirecting to",r),this._isRedirect=!0;var x=n.parse(r);if(Object.assign(this._options,x),(x.protocol!==l.protocol&&"https:"!==x.protocol||x.host!==d&&!function(e,t){c(_(e)&&_(t));var a=e.length-t.length-1;return a>0&&"."===e[a]&&e.endsWith(t)}(x.host,d))&&k(/^(?:authorization|cookie)$/i,this._options.headers),T(o)){var h={headers:e.headers,statusCode:t},b={url:v,method:s,headers:i};try{o(this._options,h,b)}catch(e){return void this.emit("error",e)}this._sanitizeOptions(this._options)}try{this._performRequest()}catch(e){this.emit("error",new m({cause:e}))}}},e.exports=g({http:o,https:s}),e.exports.wrap=g},6882:(e,t,a)=>{var n=a(9779),i=a(3837),o=a(1017),s=a(3685),r=a(5687),c=a(7310).parse,u=a(7147),p=a(2781).Stream,l=a(983),d=a(9118),m=a(2275);function f(e){if(!(this instanceof f))return new f(e);for(var t in this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],n.call(this),e=e||{})this[t]=e[t]}e.exports=f,i.inherits(f,n),f.LINE_BREAK="\r\n",f.DEFAULT_CONTENT_TYPE="application/octet-stream",f.prototype.append=function(e,t,a){"string"==typeof(a=a||{})&&(a={filename:a});var o=n.prototype.append.bind(this);if("number"==typeof t&&(t=""+t),i.isArray(t))this._error(new Error("Arrays are not supported."));else{var s=this._multiPartHeader(e,t,a),r=this._multiPartFooter();o(s),o(t),o(r),this._trackLength(s,t,a)}},f.prototype._trackLength=function(e,t,a){var n=0;null!=a.knownLength?n+=+a.knownLength:Buffer.isBuffer(t)?n=t.length:"string"==typeof t&&(n=Buffer.byteLength(t)),this._valueLength+=n,this._overheadLength+=Buffer.byteLength(e)+f.LINE_BREAK.length,t&&(t.path||t.readable&&t.hasOwnProperty("httpVersion")||t instanceof p)&&(a.knownLength||this._valuesToMeasure.push(t))},f.prototype._lengthRetriever=function(e,t){e.hasOwnProperty("fd")?null!=e.end&&e.end!=1/0&&null!=e.start?t(null,e.end+1-(e.start?e.start:0)):u.stat(e.path,(function(a,n){var i;a?t(a):(i=n.size-(e.start?e.start:0),t(null,i))})):e.hasOwnProperty("httpVersion")?t(null,+e.headers["content-length"]):e.hasOwnProperty("httpModule")?(e.on("response",(function(a){e.pause(),t(null,+a.headers["content-length"])})),e.resume()):t("Unknown stream")},f.prototype._multiPartHeader=function(e,t,a){if("string"==typeof a.header)return a.header;var n,i=this._getContentDisposition(t,a),o=this._getContentType(t,a),s="",r={"Content-Disposition":["form-data",'name="'+e+'"'].concat(i||[]),"Content-Type":[].concat(o||[])};for(var c in"object"==typeof a.header&&m(r,a.header),r)r.hasOwnProperty(c)&&null!=(n=r[c])&&(Array.isArray(n)||(n=[n]),n.length&&(s+=c+": "+n.join("; ")+f.LINE_BREAK));return"--"+this.getBoundary()+f.LINE_BREAK+s+f.LINE_BREAK},f.prototype._getContentDisposition=function(e,t){var a,n;return"string"==typeof t.filepath?a=o.normalize(t.filepath).replace(/\\/g,"/"):t.filename||e.name||e.path?a=o.basename(t.filename||e.name||e.path):e.readable&&e.hasOwnProperty("httpVersion")&&(a=o.basename(e.client._httpMessage.path||"")),a&&(n='filename="'+a+'"'),n},f.prototype._getContentType=function(e,t){var a=t.contentType;return!a&&e.name&&(a=l.lookup(e.name)),!a&&e.path&&(a=l.lookup(e.path)),!a&&e.readable&&e.hasOwnProperty("httpVersion")&&(a=e.headers["content-type"]),a||!t.filepath&&!t.filename||(a=l.lookup(t.filepath||t.filename)),a||"object"!=typeof e||(a=f.DEFAULT_CONTENT_TYPE),a},f.prototype._multiPartFooter=function(){return function(e){var t=f.LINE_BREAK;0===this._streams.length&&(t+=this._lastBoundary()),e(t)}.bind(this)},f.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+f.LINE_BREAK},f.prototype.getHeaders=function(e){var t,a={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(t in e)e.hasOwnProperty(t)&&(a[t.toLowerCase()]=e[t]);return a},f.prototype.setBoundary=function(e){this._boundary=e},f.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},f.prototype.getBuffer=function(){for(var e=new Buffer.alloc(0),t=this.getBoundary(),a=0,n=this._streams.length;a{e.exports=function(e,t){return Object.keys(t).forEach((function(a){e[a]=e[a]||t[a]})),e}},6560:e=>{"use strict";e.exports=(e,t=process.argv)=>{const a=e.startsWith("-")?"":1===e.length?"-":"--",n=t.indexOf(a+e),i=t.indexOf("--");return-1!==n&&(-1===i||n{e.exports=a(3765)},983:(e,t,a)=>{"use strict";var n,i,o,s=a(5234),r=a(1017).extname,c=/^\s*([^;\s]*)(?:;|\s|$)/,u=/^text\//i;function p(e){if(!e||"string"!=typeof e)return!1;var t=c.exec(e),a=t&&s[t[1].toLowerCase()];return a&&a.charset?a.charset:!(!t||!u.test(t[1]))&&"UTF-8"}t.charset=p,t.charsets={lookup:p},t.contentType=function(e){if(!e||"string"!=typeof e)return!1;var a=-1===e.indexOf("/")?t.lookup(e):e;if(!a)return!1;if(-1===a.indexOf("charset")){var n=t.charset(a);n&&(a+="; charset="+n.toLowerCase())}return a},t.extension=function(e){if(!e||"string"!=typeof e)return!1;var a=c.exec(e),n=a&&t.extensions[a[1].toLowerCase()];if(!n||!n.length)return!1;return n[0]},t.extensions=Object.create(null),t.lookup=function(e){if(!e||"string"!=typeof e)return!1;var a=r("x."+e).toLowerCase().substr(1);if(!a)return!1;return t.types[a]||!1},t.types=Object.create(null),n=t.extensions,i=t.types,o=["nginx","apache",void 0,"iana"],Object.keys(s).forEach((function(e){var t=s[e],a=t.extensions;if(a&&a.length){n[e]=a;for(var r=0;rp||u===p&&"application/"===i[c].substr(0,12)))continue}i[c]=e}}}))},7824:e=>{var t=1e3,a=60*t,n=60*a,i=24*n,o=7*i,s=365.25*i;function r(e,t,a,n){var i=t>=1.5*a;return Math.round(e/a)+" "+n+(i?"s":"")}e.exports=function(e,c){c=c||{};var u=typeof e;if("string"===u&&e.length>0)return function(e){if((e=String(e)).length>100)return;var r=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!r)return;var c=parseFloat(r[1]);switch((r[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*s;case"weeks":case"week":case"w":return c*o;case"days":case"day":case"d":return c*i;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*a;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===u&&isFinite(e))return c.long?function(e){var o=Math.abs(e);if(o>=i)return r(e,o,i,"day");if(o>=n)return r(e,o,n,"hour");if(o>=a)return r(e,o,a,"minute");if(o>=t)return r(e,o,t,"second");return e+" ms"}(e):function(e){var o=Math.abs(e);if(o>=i)return Math.round(e/i)+"d";if(o>=n)return Math.round(e/n)+"h";if(o>=a)return Math.round(e/a)+"m";if(o>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},1394:(e,t,a)=>{"use strict";var n=a(7310).parse,i={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},o=String.prototype.endsWith||function(e){return e.length<=this.length&&-1!==this.indexOf(e,this.length-e.length)};function s(e){return process.env[e.toLowerCase()]||process.env[e.toUpperCase()]||""}t.getProxyForUrl=function(e){var t="string"==typeof e?n(e):e||{},a=t.protocol,r=t.host,c=t.port;if("string"!=typeof r||!r||"string"!=typeof a)return"";if(a=a.split(":",1)[0],!function(e,t){var a=(s("npm_config_no_proxy")||s("no_proxy")).toLowerCase();if(!a)return!0;if("*"===a)return!1;return a.split(/[,\s]/).every((function(a){if(!a)return!0;var n=a.match(/^(.+):(\d+)$/),i=n?n[1]:a,s=n?parseInt(n[2]):0;return!(!s||s===t)||(/^[.*]/.test(i)?("*"===i.charAt(0)&&(i=i.slice(1)),!o.call(e,i)):e!==i)}))}(r=r.replace(/:\d*$/,""),c=parseInt(c)||i[a]||0))return"";var u=s("npm_config_"+a+"_proxy")||s(a+"_proxy")||s("npm_config_proxy")||s("all_proxy");return u&&-1===u.indexOf("://")&&(u=a+"://"+u),u}},2130:(e,t,a)=>{"use strict";const n=a(2037),i=a(6224),o=a(6560),{env:s}=process;let r;function c(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function u(e,t){if(0===r)return 0;if(o("color=16m")||o("color=full")||o("color=truecolor"))return 3;if(o("color=256"))return 2;if(e&&!t&&void 0===r)return 0;const a=r||0;if("dumb"===s.TERM)return a;if("win32"===process.platform){const e=n.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in s))||"codeship"===s.CI_NAME?1:a;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if("truecolor"===s.COLORTERM)return 3;if("TERM_PROGRAM"in s){const e=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:a}o("no-color")||o("no-colors")||o("color=false")||o("color=never")?r=0:(o("color")||o("colors")||o("color=true")||o("color=always"))&&(r=1),"FORCE_COLOR"in s&&(r="true"===s.FORCE_COLOR?1:"false"===s.FORCE_COLOR?0:0===s.FORCE_COLOR.length?1:Math.min(parseInt(s.FORCE_COLOR,10),3)),e.exports={supportsColor:function(e){return c(u(e,e&&e.isTTY))},stdout:c(u(!0,i.isatty(1))),stderr:c(u(!0,i.isatty(2)))}},9491:e=>{"use strict";e.exports=require("assert")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},5687:e=>{"use strict";e.exports=require("https")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},2781:e=>{"use strict";e.exports=require("stream")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},9796:e=>{"use strict";e.exports=require("zlib")},3897:e=>{e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a{e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},6115:e=>{e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},7156:e=>{function t(e,t,a,n,i,o,s){try{var r=e[o](s),c=r.value}catch(e){return void a(e)}r.done?t(c):Promise.resolve(c).then(n,i)}e.exports=function(e){return function(){var a=this,n=arguments;return new Promise((function(i,o){var s=e.apply(a,n);function r(e){t(s,i,o,r,c,"next",e)}function c(e){t(s,i,o,r,c,"throw",e)}r(void 0)}))}},e.exports.__esModule=!0,e.exports.default=e.exports},6690:e=>{e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},3515:(e,t,a)=>{var n=a(6015),i=a(9617);function o(t,a,s){return i()?(e.exports=o=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,a){var i=[null];i.push.apply(i,t);var o=new(Function.bind.apply(e,i));return a&&n(o,a.prototype),o},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(null,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},9728:(e,t,a)=>{var n=a(4062);function i(e,t){for(var a=0;a{var n=a(4062);e.exports=function(e,t,a){return(t=n(t))in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e},e.exports.__esModule=!0,e.exports.default=e.exports},1588:(e,t,a)=>{var n=a(1753);function i(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=i=Reflect.get.bind(),e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=i=function(e,t,a){var i=n(e,t);if(i){var o=Object.getOwnPropertyDescriptor(i,t);return o.get?o.get.call(arguments.length<3?e:a):o.value}},e.exports.__esModule=!0,e.exports.default=e.exports),i.apply(this,arguments)}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},3808:e=>{function t(a){return e.exports=t=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,t(a)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},1655:(e,t,a)=>{var n=a(6015);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&n(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},4836:e=>{e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},6035:e=>{e.exports=function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}},e.exports.__esModule=!0,e.exports.default=e.exports},9617:e=>{e.exports=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports.default=e.exports},8872:e=>{e.exports=function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,i,o,s,r=[],c=!0,u=!1;try{if(o=(a=a.call(e)).next,0===t){if(Object(a)!==a)return;c=!1}else for(;!(c=(n=o.call(a)).done)&&(r.push(n.value),r.length!==t);c=!0);}catch(e){u=!0,i=e}finally{try{if(!c&&null!=a.return&&(s=a.return(),Object(s)!==s))return}finally{if(u)throw i}}return r}},e.exports.__esModule=!0,e.exports.default=e.exports},2218:e=>{e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},4993:(e,t,a)=>{var n=a(8698).default,i=a(6115);e.exports=function(e,t){if(t&&("object"===n(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return i(e)},e.exports.__esModule=!0,e.exports.default=e.exports},7061:(e,t,a)=>{var n=a(8698).default;function i(){"use strict";e.exports=i=function(){return a},e.exports.__esModule=!0,e.exports.default=e.exports;var t,a={},o=Object.prototype,s=o.hasOwnProperty,r=Object.defineProperty||function(e,t,a){e[t]=a.value},c="function"==typeof Symbol?Symbol:{},u=c.iterator||"@@iterator",p=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function d(e,t,a){return Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(t){d=function(e,t,a){return e[t]=a}}function m(e,t,a,n){var i=t&&t.prototype instanceof y?t:y,o=Object.create(i.prototype),s=new C(n||[]);return r(o,"_invoke",{value:j(e,a,s)}),o}function f(e,t,a){try{return{type:"normal",arg:e.call(t,a)}}catch(e){return{type:"throw",arg:e}}}a.wrap=m;var v="suspendedStart",x="suspendedYield",h="executing",b="completed",g={};function y(){}function w(){}function k(){}var P={};d(P,u,(function(){return this}));var E=Object.getPrototypeOf,_=E&&E(E(A([])));_&&_!==o&&s.call(_,u)&&(P=_);var T=k.prototype=y.prototype=Object.create(P);function O(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function N(e,t){function a(i,o,r,c){var u=f(e[i],e,o);if("throw"!==u.type){var p=u.arg,l=p.value;return l&&"object"==n(l)&&s.call(l,"__await")?t.resolve(l.__await).then((function(e){a("next",e,r,c)}),(function(e){a("throw",e,r,c)})):t.resolve(l).then((function(e){p.value=e,r(p)}),(function(e){return a("throw",e,r,c)}))}c(u.arg)}var i;r(this,"_invoke",{value:function(e,n){function o(){return new t((function(t,i){a(e,n,t,i)}))}return i=i?i.then(o,o):o()}})}function j(e,a,n){var i=v;return function(o,s){if(i===h)throw new Error("Generator is already running");if(i===b){if("throw"===o)throw s;return{value:t,done:!0}}for(n.method=o,n.arg=s;;){var r=n.delegate;if(r){var c=R(r,n);if(c){if(c===g)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(i===v)throw i=b,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i=h;var u=f(e,a,n);if("normal"===u.type){if(i=n.done?b:x,u.arg===g)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(i=b,n.method="throw",n.arg=u.arg)}}}function R(e,a){var n=a.method,i=e.iterator[n];if(i===t)return a.delegate=null,"throw"===n&&e.iterator.return&&(a.method="return",a.arg=t,R(e,a),"throw"===a.method)||"return"!==n&&(a.method="throw",a.arg=new TypeError("The iterator does not provide a '"+n+"' method")),g;var o=f(i,e.iterator,a.arg);if("throw"===o.type)return a.method="throw",a.arg=o.arg,a.delegate=null,g;var s=o.arg;return s?s.done?(a[e.resultName]=s.value,a.next=e.nextLoc,"return"!==a.method&&(a.method="next",a.arg=t),a.delegate=null,g):s:(a.method="throw",a.arg=new TypeError("iterator result is not an object"),a.delegate=null,g)}function L(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function S(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function C(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(L,this),this.reset(!0)}function A(e){if(e||""===e){var a=e[u];if(a)return a.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function a(){for(;++i=0;--i){var o=this.tryEntries[i],r=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var c=s.call(o,"catchLoc"),u=s.call(o,"finallyLoc");if(c&&u){if(this.prev=0;--a){var n=this.tryEntries[a];if(n.tryLoc<=this.prev&&s.call(n,"finallyLoc")&&this.prev=0;--t){var a=this.tryEntries[t];if(a.finallyLoc===e)return this.complete(a.completion,a.afterLoc),S(a),g}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var a=this.tryEntries[t];if(a.tryLoc===e){var n=a.completion;if("throw"===n.type){var i=n.arg;S(a)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,a,n){return this.delegate={iterator:A(e),resultName:a,nextLoc:n},"next"===this.method&&(this.arg=t),g}},a}e.exports=i,e.exports.__esModule=!0,e.exports.default=e.exports},6015:e=>{function t(a,n){return e.exports=t=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,t(a,n)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},7424:(e,t,a)=>{var n=a(5372),i=a(8872),o=a(6116),s=a(2218);e.exports=function(e,t){return n(e)||i(e,t)||o(e,t)||s()},e.exports.__esModule=!0,e.exports.default=e.exports},1753:(e,t,a)=>{var n=a(3808);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=n(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports},5036:(e,t,a)=>{var n=a(8698).default;e.exports=function(e,t){if("object"!==n(e)||null===e)return e;var a=e[Symbol.toPrimitive];if(void 0!==a){var i=a.call(e,t||"default");if("object"!==n(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports.default=e.exports},4062:(e,t,a)=>{var n=a(8698).default,i=a(5036);e.exports=function(e){var t=i(e,"string");return"symbol"===n(t)?t:String(t)},e.exports.__esModule=!0,e.exports.default=e.exports},8698:e=>{function t(a){return e.exports=t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,t(a)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},6116:(e,t,a)=>{var n=a(3897);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},3496:(e,t,a)=>{var n=a(3808),i=a(6015),o=a(6035),s=a(3515);function r(t){var a="function"==typeof Map?new Map:void 0;return e.exports=r=function(e){if(null===e||!o(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==a){if(a.has(e))return a.get(e);a.set(e,t)}function t(){return s(e,arguments,n(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),i(t,e)},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},4687:(e,t,a)=>{var n=a(7061)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},3306:(e,t,a)=>{"use strict";const n=a(6882),i=a(7310),o=a(1394),s=a(3685),r=a(5687),c=a(3837),u=a(938),p=a(9796),l=a(2781),d=a(2361);function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}const f=m(n),v=m(i),x=m(s),h=m(r),b=m(c),g=m(u),y=m(p),w=m(l),k=m(d);function P(e,t){return function(){return e.apply(t,arguments)}}const{toString:E}=Object.prototype,{getPrototypeOf:_}=Object,T=(O=Object.create(null),e=>{const t=E.call(e);return O[t]||(O[t]=t.slice(8,-1).toLowerCase())});var O;const N=e=>(e=e.toLowerCase(),t=>T(t)===e),j=e=>t=>typeof t===e,{isArray:R}=Array,L=j("undefined");const S=N("ArrayBuffer");const C=j("string"),A=j("function"),M=j("number"),I=e=>null!==e&&"object"==typeof e,U=e=>{if("object"!==T(e))return!1;const t=_(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},D=N("Date"),B=N("File"),F=N("Blob"),z=N("FileList"),q=N("URLSearchParams");function H(e,t,{allOwnKeys:a=!1}={}){if(null==e)return;let n,i;if("object"!=typeof e&&(e=[e]),R(e))for(n=0,i=e.length;n0;)if(n=a[i],t===n.toLowerCase())return n;return null}const K="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Y=e=>!L(e)&&e!==K;const G=(W="undefined"!=typeof Uint8Array&&_(Uint8Array),e=>W&&e instanceof W);var W;const J=N("HTMLFormElement"),$=(({hasOwnProperty:e})=>(t,a)=>e.call(t,a))(Object.prototype),Q=N("RegExp"),X=(e,t)=>{const a=Object.getOwnPropertyDescriptors(e),n={};H(a,((a,i)=>{let o;!1!==(o=t(a,i,e))&&(n[i]=o||a)})),Object.defineProperties(e,n)},Z="abcdefghijklmnopqrstuvwxyz",ee="0123456789",te={DIGIT:ee,ALPHA:Z,ALPHA_DIGIT:Z+Z.toUpperCase()+ee};const ae=N("AsyncFunction"),ne={isArray:R,isArrayBuffer:S,isBuffer:function(e){return null!==e&&!L(e)&&null!==e.constructor&&!L(e.constructor)&&A(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||A(e.append)&&("formdata"===(t=T(e))||"object"===t&&A(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&S(e.buffer),t},isString:C,isNumber:M,isBoolean:e=>!0===e||!1===e,isObject:I,isPlainObject:U,isUndefined:L,isDate:D,isFile:B,isBlob:F,isRegExp:Q,isFunction:A,isStream:e=>I(e)&&A(e.pipe),isURLSearchParams:q,isTypedArray:G,isFileList:z,forEach:H,merge:function e(){const{caseless:t}=Y(this)&&this||{},a={},n=(n,i)=>{const o=t&&V(a,i)||i;U(a[o])&&U(n)?a[o]=e(a[o],n):U(n)?a[o]=e({},n):R(n)?a[o]=n.slice():a[o]=n};for(let e=0,t=arguments.length;e(H(t,((t,n)=>{a&&A(t)?e[n]=P(t,a):e[n]=t}),{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,a,n)=>{e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),a&&Object.assign(e.prototype,a)},toFlatObject:(e,t,a,n)=>{let i,o,s;const r={};if(t=t||{},null==e)return t;do{for(i=Object.getOwnPropertyNames(e),o=i.length;o-- >0;)s=i[o],n&&!n(s,e,t)||r[s]||(t[s]=e[s],r[s]=!0);e=!1!==a&&_(e)}while(e&&(!a||a(e,t))&&e!==Object.prototype);return t},kindOf:T,kindOfTest:N,endsWith:(e,t,a)=>{e=String(e),(void 0===a||a>e.length)&&(a=e.length),a-=t.length;const n=e.indexOf(t,a);return-1!==n&&n===a},toArray:e=>{if(!e)return null;if(R(e))return e;let t=e.length;if(!M(t))return null;const a=new Array(t);for(;t-- >0;)a[t]=e[t];return a},forEachEntry:(e,t)=>{const a=(e&&e[Symbol.iterator]).call(e);let n;for(;(n=a.next())&&!n.done;){const a=n.value;t.call(e,a[0],a[1])}},matchAll:(e,t)=>{let a;const n=[];for(;null!==(a=e.exec(t));)n.push(a);return n},isHTMLForm:J,hasOwnProperty:$,hasOwnProp:$,reduceDescriptors:X,freezeMethods:e=>{X(e,((t,a)=>{if(A(e)&&-1!==["arguments","caller","callee"].indexOf(a))return!1;const n=e[a];A(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+a+"'")}))}))},toObjectSet:(e,t)=>{const a={},n=e=>{e.forEach((e=>{a[e]=!0}))};return R(e)?n(e):n(String(e).split(t)),a},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,a){return t.toUpperCase()+a})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:V,global:K,isContextDefined:Y,ALPHABET:te,generateString:(e=16,t=te.ALPHA_DIGIT)=>{let a="";const{length:n}=t;for(;e--;)a+=t[Math.random()*n|0];return a},isSpecCompliantForm:function(e){return!!(e&&A(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),a=(e,n)=>{if(I(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[n]=e;const i=R(e)?[]:{};return H(e,((e,t)=>{const o=a(e,n+1);!L(o)&&(i[t]=o)})),t[n]=void 0,i}}return e};return a(e,0)},isAsyncFn:ae,isThenable:e=>e&&(I(e)||A(e))&&A(e.then)&&A(e.catch)};function ie(e,t,a,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),a&&(this.config=a),n&&(this.request=n),i&&(this.response=i)}ne.inherits(ie,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ne.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const oe=ie.prototype,se={};function re(e){return ne.isPlainObject(e)||ne.isArray(e)}function ce(e){return ne.endsWith(e,"[]")?e.slice(0,-2):e}function ue(e,t,a){return e?e.concat(t).map((function(e,t){return e=ce(e),!a&&t?"["+e+"]":e})).join(a?".":""):t}["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{se[e]={value:e}})),Object.defineProperties(ie,se),Object.defineProperty(oe,"isAxiosError",{value:!0}),ie.from=(e,t,a,n,i,o)=>{const s=Object.create(oe);return ne.toFlatObject(e,s,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),ie.call(s,e.message,t,a,n,i),s.cause=e,s.name=e.name,o&&Object.assign(s,o),s};const pe=ne.toFlatObject(ne,{},null,(function(e){return/^is[A-Z]/.test(e)}));function le(e,t,a){if(!ne.isObject(e))throw new TypeError("target must be an object");t=t||new(f.default||FormData);const n=(a=ne.toFlatObject(a,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ne.isUndefined(t[e])}))).metaTokens,i=a.visitor||u,o=a.dots,s=a.indexes,r=(a.Blob||"undefined"!=typeof Blob&&Blob)&&ne.isSpecCompliantForm(t);if(!ne.isFunction(i))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(ne.isDate(e))return e.toISOString();if(!r&&ne.isBlob(e))throw new ie("Blob is not supported. Use a Buffer instead.");return ne.isArrayBuffer(e)||ne.isTypedArray(e)?r&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,a,i){let r=e;if(e&&!i&&"object"==typeof e)if(ne.endsWith(a,"{}"))a=n?a:a.slice(0,-2),e=JSON.stringify(e);else if(ne.isArray(e)&&function(e){return ne.isArray(e)&&!e.some(re)}(e)||(ne.isFileList(e)||ne.endsWith(a,"[]"))&&(r=ne.toArray(e)))return a=ce(a),r.forEach((function(e,n){!ne.isUndefined(e)&&null!==e&&t.append(!0===s?ue([a],n,o):null===s?a:a+"[]",c(e))})),!1;return!!re(e)||(t.append(ue(i,a,o),c(e)),!1)}const p=[],l=Object.assign(pe,{defaultVisitor:u,convertValue:c,isVisitable:re});if(!ne.isObject(e))throw new TypeError("data must be an object");return function e(a,n){if(!ne.isUndefined(a)){if(-1!==p.indexOf(a))throw Error("Circular reference detected in "+n.join("."));p.push(a),ne.forEach(a,(function(a,o){!0===(!(ne.isUndefined(a)||null===a)&&i.call(t,a,ne.isString(o)?o.trim():o,n,l))&&e(a,n?n.concat(o):[o])})),p.pop()}}(e),t}function de(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function me(e,t){this._pairs=[],e&&le(e,this,t)}const fe=me.prototype;function ve(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function xe(e,t,a){if(!t)return e;const n=a&&a.encode||ve,i=a&&a.serialize;let o;if(o=i?i(t,a):ne.isURLSearchParams(t)?t.toString():new me(t,a).toString(n),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}fe.append=function(e,t){this._pairs.push([e,t])},fe.toString=function(e){const t=e?function(t){return e.call(this,t,de)}:de;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const he=class{constructor(){this.handlers=[]}use(e,t,a){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!a&&a.synchronous,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ne.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},be={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ge={isNode:!0,classes:{URLSearchParams:v.default.URLSearchParams,FormData:f.default,Blob:"undefined"!=typeof Blob&&Blob||null},protocols:["http","https","file","data"]},ye="undefined"!=typeof window&&"undefined"!=typeof document,we=(ke="undefined"!=typeof navigator&&navigator.product,ye&&["ReactNative","NativeScript","NS"].indexOf(ke)<0);var ke;const Pe="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ee={...Object.freeze({__proto__:null,hasBrowserEnv:ye,hasStandardBrowserWebWorkerEnv:Pe,hasStandardBrowserEnv:we}),...ge};function _e(e){function t(e,a,n,i){let o=e[i++];const s=Number.isFinite(+o),r=i>=e.length;if(o=!o&&ne.isArray(n)?n.length:o,r)return ne.hasOwnProp(n,o)?n[o]=[n[o],a]:n[o]=a,!s;n[o]&&ne.isObject(n[o])||(n[o]=[]);return t(e,a,n[o],i)&&ne.isArray(n[o])&&(n[o]=function(e){const t={},a=Object.keys(e);let n;const i=a.length;let o;for(n=0;n{t(function(e){return ne.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),n,a,0)})),a}return null}const Te={transitional:be,adapter:["xhr","http"],transformRequest:[function(e,t){const a=t.getContentType()||"",n=a.indexOf("application/json")>-1,i=ne.isObject(e);i&&ne.isHTMLForm(e)&&(e=new FormData(e));if(ne.isFormData(e))return n&&n?JSON.stringify(_e(e)):e;if(ne.isArrayBuffer(e)||ne.isBuffer(e)||ne.isStream(e)||ne.isFile(e)||ne.isBlob(e))return e;if(ne.isArrayBufferView(e))return e.buffer;if(ne.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let o;if(i){if(a.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return le(e,new Ee.classes.URLSearchParams,Object.assign({visitor:function(e,t,a,n){return Ee.isNode&&ne.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((o=ne.isFileList(e))||a.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return le(o?{"files[]":e}:e,t&&new t,this.formSerializer)}}return i||n?(t.setContentType("application/json",!1),function(e,t,a){if(ne.isString(e))try{return(t||JSON.parse)(e),ne.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(a||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Te.transitional,a=t&&t.forcedJSONParsing,n="json"===this.responseType;if(e&&ne.isString(e)&&(a&&!this.responseType||n)){const a=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(a){if("SyntaxError"===e.name)throw ie.from(e,ie.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ee.classes.FormData,Blob:Ee.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ne.forEach(["delete","get","head","post","put","patch"],(e=>{Te.headers[e]={}}));const Oe=Te,Ne=ne.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),je=Symbol("internals");function Re(e){return e&&String(e).trim().toLowerCase()}function Le(e){return!1===e||null==e?e:ne.isArray(e)?e.map(Le):String(e)}function Se(e,t,a,n,i){return ne.isFunction(n)?n.call(this,t,a):(i&&(t=a),ne.isString(t)?ne.isString(n)?-1!==t.indexOf(n):ne.isRegExp(n)?n.test(t):void 0:void 0)}class Ce{constructor(e){e&&this.set(e)}set(e,t,a){const n=this;function i(e,t,a){const i=Re(t);if(!i)throw new Error("header name must be a non-empty string");const o=ne.findKey(n,i);(!o||void 0===n[o]||!0===a||void 0===a&&!1!==n[o])&&(n[o||t]=Le(e))}const o=(e,t)=>ne.forEach(e,((e,a)=>i(e,a,t)));return ne.isPlainObject(e)||e instanceof this.constructor?o(e,t):ne.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?o((e=>{const t={};let a,n,i;return e&&e.split("\n").forEach((function(e){i=e.indexOf(":"),a=e.substring(0,i).trim().toLowerCase(),n=e.substring(i+1).trim(),!a||t[a]&&Ne[a]||("set-cookie"===a?t[a]?t[a].push(n):t[a]=[n]:t[a]=t[a]?t[a]+", "+n:n)})),t})(e),t):null!=e&&i(t,e,a),this}get(e,t){if(e=Re(e)){const a=ne.findKey(this,e);if(a){const e=this[a];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),a=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=a.exec(e);)t[n[1]]=n[2];return t}(e);if(ne.isFunction(t))return t.call(this,e,a);if(ne.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Re(e)){const a=ne.findKey(this,e);return!(!a||void 0===this[a]||t&&!Se(0,this[a],a,t))}return!1}delete(e,t){const a=this;let n=!1;function i(e){if(e=Re(e)){const i=ne.findKey(a,e);!i||t&&!Se(0,a[i],i,t)||(delete a[i],n=!0)}}return ne.isArray(e)?e.forEach(i):i(e),n}clear(e){const t=Object.keys(this);let a=t.length,n=!1;for(;a--;){const i=t[a];e&&!Se(0,this[i],i,e,!0)||(delete this[i],n=!0)}return n}normalize(e){const t=this,a={};return ne.forEach(this,((n,i)=>{const o=ne.findKey(a,i);if(o)return t[o]=Le(n),void delete t[i];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,a)=>t.toUpperCase()+a))}(i):String(i).trim();s!==i&&delete t[i],t[s]=Le(n),a[s]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ne.forEach(this,((a,n)=>{null!=a&&!1!==a&&(t[n]=e&&ne.isArray(a)?a.join(", "):a)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const a=new this(e);return t.forEach((e=>a.set(e))),a}static accessor(e){const t=(this[je]=this[je]={accessors:{}}).accessors,a=this.prototype;function n(e){const n=Re(e);t[n]||(!function(e,t){const a=ne.toCamelCase(" "+t);["get","set","has"].forEach((n=>{Object.defineProperty(e,n+a,{value:function(e,a,i){return this[n].call(this,t,e,a,i)},configurable:!0})}))}(a,e),t[n]=!0)}return ne.isArray(e)?e.forEach(n):n(e),this}}Ce.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ne.reduceDescriptors(Ce.prototype,(({value:e},t)=>{let a=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[a]=e}}})),ne.freezeMethods(Ce);const Ae=Ce;function Me(e,t){const a=this||Oe,n=t||a,i=Ae.from(n.headers);let o=n.data;return ne.forEach(e,(function(e){o=e.call(a,o,i.normalize(),t?t.status:void 0)})),i.normalize(),o}function Ie(e){return!(!e||!e.__CANCEL__)}function Ue(e,t,a){ie.call(this,null==e?"canceled":e,ie.ERR_CANCELED,t,a),this.name="CanceledError"}function De(e,t,a){const n=a.config.validateStatus;a.status&&n&&!n(a.status)?t(new ie("Request failed with status code "+a.status,[ie.ERR_BAD_REQUEST,ie.ERR_BAD_RESPONSE][Math.floor(a.status/100)-4],a.config,a.request,a)):e(a)}function Be(e,t){return e&&!function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}ne.inherits(Ue,ie,{__CANCEL__:!0});const Fe="1.6.2";function ze(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}const qe=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function He(e,t){e=e||10;const a=new Array(e),n=new Array(e);let i,o=0,s=0;return t=void 0!==t?t:1e3,function(r){const c=Date.now(),u=n[s];i||(i=c),a[o]=r,n[o]=c;let p=s,l=0;for(;p!==o;)l+=a[p++],p%=e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),c-i!ne.isUndefined(t[e])))).chunkSize});const t=this,a=this[Ve]={length:e.length,timeWindow:e.timeWindow,ticksRate:e.ticksRate,chunkSize:e.chunkSize,maxRate:e.maxRate,minChunkSize:e.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null},n=He(a.ticksRate*e.samplesCount,a.timeWindow);this.on("newListener",(e=>{"progress"===e&&(a.isCaptured||(a.isCaptured=!0))}));let i=0;a.updateProgress=function(e,t){let a=0;const n=1e3/t;let i=null;return function(t,o){const s=Date.now();if(t||s-a>n)return i&&(clearTimeout(i),i=null),a=s,e.apply(null,o);i||(i=setTimeout((()=>(i=null,a=Date.now(),e.apply(null,o))),n-(s-a)))}}((function(){const e=a.length,o=a.bytesSeen,s=o-i;if(!s||t.destroyed)return;const r=n(s);i=o,process.nextTick((()=>{t.emit("progress",{loaded:o,total:e,progress:e?o/e:void 0,bytes:s,rate:r||void 0,estimated:r&&e&&o<=e?(e-o)/r:void 0})}))}),a.ticksRate);const o=()=>{a.updateProgress(!0)};this.once("end",o),this.once("error",o)}_read(e){const t=this[Ve];return t.onReadCallback&&t.onReadCallback(),super._read(e)}_transform(e,t,a){const n=this,i=this[Ve],o=i.maxRate,s=this.readableHighWaterMark,r=i.timeWindow,c=o/(1e3/r),u=!1!==i.minChunkSize?Math.max(i.minChunkSize,.01*c):0;const p=(e,t)=>{const a=Buffer.byteLength(e);let p,l=null,d=s,m=0;if(o){const e=Date.now();(!i.ts||(m=e-i.ts)>=r)&&(i.ts=e,p=c-i.bytes,i.bytes=p<0?-p:0,m=0),p=c-i.bytes}if(o){if(p<=0)return setTimeout((()=>{t(null,e)}),r-m);pd&&a-d>u&&(l=e.subarray(d),e=e.subarray(0,d)),function(e,t){const a=Buffer.byteLength(e);i.bytesSeen+=a,i.bytes+=a,i.isCaptured&&i.updateProgress(),n.push(e)?process.nextTick(t):i.onReadCallback=()=>{i.onReadCallback=null,process.nextTick(t)}}(e,l?()=>{process.nextTick(t,null,l)}:t)};p(e,(function e(t,n){if(t)return a(t);n?p(n,e):a(null)}))}setLength(e){return this[Ve].length=+e,this}}const Ye=Ke,{asyncIterator:Ge}=Symbol,We=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[Ge]?yield*e[Ge]():yield e},Je=ne.ALPHABET.ALPHA_DIGIT+"-_",$e=new c.TextEncoder,Qe="\r\n",Xe=$e.encode(Qe);class Ze{constructor(e,t){const{escapeName:a}=this.constructor,n=ne.isString(t);let i=`Content-Disposition: form-data; name="${a(e)}"${!n&&t.name?`; filename="${a(t.name)}"`:""}${Qe}`;n?t=$e.encode(String(t).replace(/\r?\n|\r\n?/g,Qe)):i+=`Content-Type: ${t.type||"application/octet-stream"}${Qe}`,this.headers=$e.encode(i+Qe),this.contentLength=n?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+2,this.name=e,this.value=t}async*encode(){yield this.headers;const{value:e}=this;ne.isTypedArray(e)?yield e:yield*We(e),yield Xe}static escapeName(e){return String(e).replace(/[\r\n"]/g,(e=>({"\r":"%0D","\n":"%0A",'"':"%22"}[e])))}}const et=(e,t,a)=>{const{tag:n="form-data-boundary",size:i=25,boundary:o=n+"-"+ne.generateString(i,Je)}=a||{};if(!ne.isFormData(e))throw TypeError("FormData instance required");if(o.length<1||o.length>70)throw Error("boundary must be 10-70 characters long");const s=$e.encode("--"+o+Qe),r=$e.encode("--"+o+"--"+Qe+Qe);let c=r.byteLength;const u=Array.from(e.entries()).map((([e,t])=>{const a=new Ze(e,t);return c+=a.size,a}));c+=s.byteLength*u.length,c=ne.toFiniteNumber(c);const p={"Content-Type":`multipart/form-data; boundary=${o}`};return Number.isFinite(c)&&(p["Content-Length"]=c),t&&t(p),l.Readable.from(async function*(){for(const e of u)yield s,yield*e.encode();yield r}())};class tt extends w.default.Transform{__transform(e,t,a){this.push(e),a()}_transform(e,t,a){if(0!==e.length&&(this._transform=this.__transform,120!==e[0])){const e=Buffer.alloc(2);e[0]=120,e[1]=156,this.push(e,t)}this.__transform(e,t,a)}}const at=tt,nt=(e,t)=>ne.isAsyncFn(e)?function(...a){const n=a.pop();e.apply(this,a).then((e=>{try{t?n(null,...t(e)):n(null,e)}catch(e){n(e)}}),n)}:e,it={flush:y.default.constants.Z_SYNC_FLUSH,finishFlush:y.default.constants.Z_SYNC_FLUSH},ot={flush:y.default.constants.BROTLI_OPERATION_FLUSH,finishFlush:y.default.constants.BROTLI_OPERATION_FLUSH},st=ne.isFunction(y.default.createBrotliDecompress),{http:rt,https:ct}=g.default,ut=/https:?/,pt=Ee.protocols.map((e=>e+":"));function lt(e){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e)}function dt(e,t,a){let n=t;if(!n&&!1!==n){const e=o.getProxyForUrl(a);e&&(n=new URL(e))}if(n){if(n.username&&(n.auth=(n.username||"")+":"+(n.password||"")),n.auth){(n.auth.username||n.auth.password)&&(n.auth=(n.auth.username||"")+":"+(n.auth.password||""));const t=Buffer.from(n.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+t}e.headers.host=e.hostname+(e.port?":"+e.port:"");const t=n.hostname||n.host;e.hostname=t,e.host=t,e.port=n.port,e.path=a,n.protocol&&(e.protocol=n.protocol.includes(":")?n.protocol:`${n.protocol}:`)}e.beforeRedirects.proxy=function(e){dt(e,t,e.href)}}const mt="undefined"!=typeof process&&"process"===ne.kindOf(process),ft=(e,t)=>(({address:e,family:t})=>{if(!ne.isString(e))throw TypeError("address must be a string");return{address:e,family:t||(e.indexOf(".")<0?6:4)}})(ne.isObject(e)?e:{address:e,family:t}),vt=mt&&function(e){return t=async function(t,a,n){let{data:i,lookup:o,family:s}=e;const{responseType:r,responseEncoding:c}=e,u=e.method.toUpperCase();let p,l,d=!1;if(o){const e=nt(o,(e=>ne.isArray(e)?e:[e]));o=(t,a,n)=>{e(t,a,((e,t,i)=>{const o=ne.isArray(t)?t.map((e=>ft(e))):[ft(t,i)];a.all?n(e,o):n(e,o[0].address,o[0].family)}))}}const m=new k.default,f=()=>{e.cancelToken&&e.cancelToken.unsubscribe(v),e.signal&&e.signal.removeEventListener("abort",v),m.removeAllListeners()};function v(t){m.emit("abort",!t||t.type?new Ue(null,e,l):t)}n(((e,t)=>{p=!0,t&&(d=!0,f())})),m.once("abort",a),(e.cancelToken||e.signal)&&(e.cancelToken&&e.cancelToken.subscribe(v),e.signal&&(e.signal.aborted?v():e.signal.addEventListener("abort",v)));const g=Be(e.baseURL,e.url),P=new URL(g,"http://localhost"),E=P.protocol||pt[0];if("data:"===E){let n;if("GET"!==u)return De(t,a,{status:405,statusText:"method not allowed",headers:{},config:e});try{n=function(e,t,a){const n=a&&a.Blob||Ee.classes.Blob,i=ze(e);if(void 0===t&&n&&(t=!0),"data"===i){e=i.length?e.slice(i.length+1):e;const a=qe.exec(e);if(!a)throw new ie("Invalid URL",ie.ERR_INVALID_URL);const o=a[1],s=a[2],r=a[3],c=Buffer.from(decodeURIComponent(r),s?"base64":"utf8");if(t){if(!n)throw new ie("Blob is not supported",ie.ERR_NOT_SUPPORT);return new n([c],{type:o})}return c}throw new ie("Unsupported protocol "+i,ie.ERR_NOT_SUPPORT)}(e.url,"blob"===r,{Blob:e.env&&e.env.Blob})}catch(t){throw ie.from(t,ie.ERR_BAD_REQUEST,e)}return"text"===r?(n=n.toString(c),c&&"utf8"!==c||(n=ne.stripBOM(n))):"stream"===r&&(n=w.default.Readable.from(n)),De(t,a,{data:n,status:200,statusText:"OK",headers:new Ae,config:e})}if(-1===pt.indexOf(E))return a(new ie("Unsupported protocol "+E,ie.ERR_BAD_REQUEST,e));const _=Ae.from(e.headers).normalize();_.set("User-Agent","axios/"+Fe,!1);const T=e.onDownloadProgress,O=e.onUploadProgress,N=e.maxRate;let j,R;if(ne.isSpecCompliantForm(i)){const e=_.getContentType(/boundary=([-_\w\d]{10,70})/i);i=et(i,(e=>{_.set(e)}),{tag:`axios-${Fe}-boundary`,boundary:e&&e[1]||void 0})}else if(ne.isFormData(i)&&ne.isFunction(i.getHeaders)){if(_.set(i.getHeaders()),!_.hasContentLength())try{const e=await b.default.promisify(i.getLength).call(i);Number.isFinite(e)&&e>=0&&_.setContentLength(e)}catch(e){}}else if(ne.isBlob(i))i.size&&_.setContentType(i.type||"application/octet-stream"),_.setContentLength(i.size||0),i=w.default.Readable.from(We(i));else if(i&&!ne.isStream(i)){if(Buffer.isBuffer(i));else if(ne.isArrayBuffer(i))i=Buffer.from(new Uint8Array(i));else{if(!ne.isString(i))return a(new ie("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",ie.ERR_BAD_REQUEST,e));i=Buffer.from(i,"utf-8")}if(_.setContentLength(i.length,!1),e.maxBodyLength>-1&&i.length>e.maxBodyLength)return a(new ie("Request body larger than maxBodyLength limit",ie.ERR_BAD_REQUEST,e))}const L=ne.toFiniteNumber(_.getContentLength());let S,C;ne.isArray(N)?(j=N[0],R=N[1]):j=R=N,i&&(O||j)&&(ne.isStream(i)||(i=w.default.Readable.from(i,{objectMode:!1})),i=w.default.pipeline([i,new Ye({length:L,maxRate:ne.toFiniteNumber(j)})],ne.noop),O&&i.on("progress",(e=>{O(Object.assign(e,{upload:!0}))}))),e.auth&&(S=(e.auth.username||"")+":"+(e.auth.password||"")),!S&&P.username&&(S=P.username+":"+P.password),S&&_.delete("authorization");try{C=xe(P.pathname+P.search,e.params,e.paramsSerializer).replace(/^\?/,"")}catch(t){const n=new Error(t.message);return n.config=e,n.url=e.url,n.exists=!0,a(n)}_.set("Accept-Encoding","gzip, compress, deflate"+(st?", br":""),!1);const A={path:C,method:u,headers:_.toJSON(),agents:{http:e.httpAgent,https:e.httpsAgent},auth:S,protocol:E,family:s,beforeRedirect:lt,beforeRedirects:{}};let M;!ne.isUndefined(o)&&(A.lookup=o),e.socketPath?A.socketPath=e.socketPath:(A.hostname=P.hostname,A.port=P.port,dt(A,e.proxy,E+"//"+P.hostname+(P.port?":"+P.port:"")+A.path));const I=ut.test(A.protocol);if(A.agent=I?e.httpsAgent:e.httpAgent,e.transport?M=e.transport:0===e.maxRedirects?M=I?h.default:x.default:(e.maxRedirects&&(A.maxRedirects=e.maxRedirects),e.beforeRedirect&&(A.beforeRedirects.config=e.beforeRedirect),M=I?ct:rt),e.maxBodyLength>-1?A.maxBodyLength=e.maxBodyLength:A.maxBodyLength=1/0,e.insecureHTTPParser&&(A.insecureHTTPParser=e.insecureHTTPParser),l=M.request(A,(function(n){if(l.destroyed)return;const i=[n],o=+n.headers["content-length"];if(T){const e=new Ye({length:ne.toFiniteNumber(o),maxRate:ne.toFiniteNumber(R)});T&&e.on("progress",(e=>{T(Object.assign(e,{download:!0}))})),i.push(e)}let s=n;const p=n.req||l;if(!1!==e.decompress&&n.headers["content-encoding"])switch("HEAD"!==u&&204!==n.statusCode||delete n.headers["content-encoding"],(n.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":i.push(y.default.createUnzip(it)),delete n.headers["content-encoding"];break;case"deflate":i.push(new at),i.push(y.default.createUnzip(it)),delete n.headers["content-encoding"];break;case"br":st&&(i.push(y.default.createBrotliDecompress(ot)),delete n.headers["content-encoding"])}s=i.length>1?w.default.pipeline(i,ne.noop):i[0];const v=w.default.finished(s,(()=>{v(),f()})),x={status:n.statusCode,statusText:n.statusMessage,headers:new Ae(n.headers),config:e,request:p};if("stream"===r)x.data=s,De(t,a,x);else{const n=[];let i=0;s.on("data",(function(t){n.push(t),i+=t.length,e.maxContentLength>-1&&i>e.maxContentLength&&(d=!0,s.destroy(),a(new ie("maxContentLength size of "+e.maxContentLength+" exceeded",ie.ERR_BAD_RESPONSE,e,p)))})),s.on("aborted",(function(){if(d)return;const t=new ie("maxContentLength size of "+e.maxContentLength+" exceeded",ie.ERR_BAD_RESPONSE,e,p);s.destroy(t),a(t)})),s.on("error",(function(t){l.destroyed||a(ie.from(t,null,e,p))})),s.on("end",(function(){try{let e=1===n.length?n[0]:Buffer.concat(n);"arraybuffer"!==r&&(e=e.toString(c),c&&"utf8"!==c||(e=ne.stripBOM(e))),x.data=e}catch(t){return a(ie.from(t,null,e,x.request,x))}De(t,a,x)}))}m.once("abort",(e=>{s.destroyed||(s.emit("error",e),s.destroy())}))})),m.once("abort",(e=>{a(e),l.destroy(e)})),l.on("error",(function(t){a(ie.from(t,null,e,l))})),l.on("socket",(function(e){e.setKeepAlive(!0,6e4)})),e.timeout){const t=parseInt(e.timeout,10);if(Number.isNaN(t))return void a(new ie("error trying to parse `config.timeout` to int",ie.ERR_BAD_OPTION_VALUE,e,l));l.setTimeout(t,(function(){if(p)return;let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const n=e.transitional||be;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),a(new ie(t,n.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,l)),v()}))}if(ne.isStream(i)){let t=!1,a=!1;i.on("end",(()=>{t=!0})),i.once("error",(e=>{a=!0,l.destroy(e)})),i.on("close",(()=>{t||a||v(new Ue("Request stream has been aborted",e,l))})),i.pipe(l)}else l.end(i)},new Promise(((e,a)=>{let n,i;const o=(e,t)=>{i||(i=!0,n&&n(e,t))},s=e=>{o(e,!0),a(e)};t((t=>{o(t),e(t)}),s,(e=>n=e)).catch(s)}));var t},xt=Ee.hasStandardBrowserEnv?{write(e,t,a,n,i,o){const s=[e+"="+encodeURIComponent(t)];ne.isNumber(a)&&s.push("expires="+new Date(a).toGMTString()),ne.isString(n)&&s.push("path="+n),ne.isString(i)&&s.push("domain="+i),!0===o&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}},ht=Ee.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let a;function n(a){let n=a;return e&&(t.setAttribute("href",n),n=t.href),t.setAttribute("href",n),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return a=n(window.location.href),function(e){const t=ne.isString(e)?n(e):e;return t.protocol===a.protocol&&t.host===a.host}}():function(){return!0};function bt(e,t){let a=0;const n=He(50,250);return i=>{const o=i.loaded,s=i.lengthComputable?i.total:void 0,r=o-a,c=n(r);a=o;const u={loaded:o,total:s,progress:s?o/s:void 0,bytes:r,rate:c||void 0,estimated:c&&s&&o<=s?(s-o)/c:void 0,event:i};u[t?"download":"upload"]=!0,e(u)}}const gt={http:vt,xhr:"undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,a){let n=e.data;const i=Ae.from(e.headers).normalize();let o,s,{responseType:r,withXSRFToken:c}=e;function u(){e.cancelToken&&e.cancelToken.unsubscribe(o),e.signal&&e.signal.removeEventListener("abort",o)}if(ne.isFormData(n))if(Ee.hasStandardBrowserEnv||Ee.hasStandardBrowserWebWorkerEnv)i.setContentType(!1);else if(!1!==(s=i.getContentType())){const[e,...t]=s?s.split(";").map((e=>e.trim())).filter(Boolean):[];i.setContentType([e||"multipart/form-data",...t].join("; "))}let p=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",a=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";i.set("Authorization","Basic "+btoa(t+":"+a))}const l=Be(e.baseURL,e.url);function d(){if(!p)return;const n=Ae.from("getAllResponseHeaders"in p&&p.getAllResponseHeaders());De((function(e){t(e),u()}),(function(e){a(e),u()}),{data:r&&"text"!==r&&"json"!==r?p.response:p.responseText,status:p.status,statusText:p.statusText,headers:n,config:e,request:p}),p=null}if(p.open(e.method.toUpperCase(),xe(l,e.params,e.paramsSerializer),!0),p.timeout=e.timeout,"onloadend"in p?p.onloadend=d:p.onreadystatechange=function(){p&&4===p.readyState&&(0!==p.status||p.responseURL&&0===p.responseURL.indexOf("file:"))&&setTimeout(d)},p.onabort=function(){p&&(a(new ie("Request aborted",ie.ECONNABORTED,e,p)),p=null)},p.onerror=function(){a(new ie("Network Error",ie.ERR_NETWORK,e,p)),p=null},p.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const n=e.transitional||be;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),a(new ie(t,n.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,p)),p=null},Ee.hasStandardBrowserEnv&&(c&&ne.isFunction(c)&&(c=c(e)),c||!1!==c&&ht(l))){const t=e.xsrfHeaderName&&e.xsrfCookieName&&xt.read(e.xsrfCookieName);t&&i.set(e.xsrfHeaderName,t)}void 0===n&&i.setContentType(null),"setRequestHeader"in p&&ne.forEach(i.toJSON(),(function(e,t){p.setRequestHeader(t,e)})),ne.isUndefined(e.withCredentials)||(p.withCredentials=!!e.withCredentials),r&&"json"!==r&&(p.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&p.addEventListener("progress",bt(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&p.upload&&p.upload.addEventListener("progress",bt(e.onUploadProgress)),(e.cancelToken||e.signal)&&(o=t=>{p&&(a(!t||t.type?new Ue(null,e,p):t),p.abort(),p=null)},e.cancelToken&&e.cancelToken.subscribe(o),e.signal&&(e.signal.aborted?o():e.signal.addEventListener("abort",o)));const m=ze(l);m&&-1===Ee.protocols.indexOf(m)?a(new ie("Unsupported protocol "+m+":",ie.ERR_BAD_REQUEST,e)):p.send(n||null)}))}};ne.forEach(gt,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const yt=e=>`- ${e}`,wt=e=>ne.isFunction(e)||null===e||!1===e,kt=e=>{e=ne.isArray(e)?e:[e];const{length:t}=e;let a,n;const i={};for(let o=0;o`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));throw new ie("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(yt).join("\n"):" "+yt(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return n};function Pt(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ue(null,e)}function Et(e){Pt(e),e.headers=Ae.from(e.headers),e.data=Me.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return kt(e.adapter||Oe.adapter)(e).then((function(t){return Pt(e),t.data=Me.call(e,e.transformResponse,t),t.headers=Ae.from(t.headers),t}),(function(t){return Ie(t)||(Pt(e),t&&t.response&&(t.response.data=Me.call(e,e.transformResponse,t.response),t.response.headers=Ae.from(t.response.headers))),Promise.reject(t)}))}const _t=e=>e instanceof Ae?e.toJSON():e;function Tt(e,t){t=t||{};const a={};function n(e,t,a){return ne.isPlainObject(e)&&ne.isPlainObject(t)?ne.merge.call({caseless:a},e,t):ne.isPlainObject(t)?ne.merge({},t):ne.isArray(t)?t.slice():t}function i(e,t,a){return ne.isUndefined(t)?ne.isUndefined(e)?void 0:n(void 0,e,a):n(e,t,a)}function o(e,t){if(!ne.isUndefined(t))return n(void 0,t)}function s(e,t){return ne.isUndefined(t)?ne.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function r(a,i,o){return o in t?n(a,i):o in e?n(void 0,a):void 0}const c={url:o,method:o,data:o,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:r,headers:(e,t)=>i(_t(e),_t(t),!0)};return ne.forEach(Object.keys(Object.assign({},e,t)),(function(n){const o=c[n]||i,s=o(e[n],t[n],n);ne.isUndefined(s)&&o!==r||(a[n]=s)})),a}const Ot={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{Ot[e]=function(a){return typeof a===e||"a"+(t<1?"n ":" ")+e}}));const Nt={};Ot.transitional=function(e,t,a){function n(e,t){return"[Axios v1.6.2] Transitional option '"+e+"'"+t+(a?". "+a:"")}return(a,i,o)=>{if(!1===e)throw new ie(n(i," has been removed"+(t?" in "+t:"")),ie.ERR_DEPRECATED);return t&&!Nt[i]&&(Nt[i]=!0,console.warn(n(i," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(a,i,o)}};const jt={assertOptions:function(e,t,a){if("object"!=typeof e)throw new ie("options must be an object",ie.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let i=n.length;for(;i-- >0;){const o=n[i],s=t[o];if(s){const t=e[o],a=void 0===t||s(t,o,e);if(!0!==a)throw new ie("option "+o+" must be "+a,ie.ERR_BAD_OPTION_VALUE)}else if(!0!==a)throw new ie("Unknown option "+o,ie.ERR_BAD_OPTION)}},validators:Ot},Rt=jt.validators;class Lt{constructor(e){this.defaults=e,this.interceptors={request:new he,response:new he}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Tt(this.defaults,t);const{transitional:a,paramsSerializer:n,headers:i}=t;void 0!==a&&jt.assertOptions(a,{silentJSONParsing:Rt.transitional(Rt.boolean),forcedJSONParsing:Rt.transitional(Rt.boolean),clarifyTimeoutError:Rt.transitional(Rt.boolean)},!1),null!=n&&(ne.isFunction(n)?t.paramsSerializer={serialize:n}:jt.assertOptions(n,{encode:Rt.function,serialize:Rt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let o=i&&ne.merge(i.common,i[t.method]);i&&ne.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete i[e]})),t.headers=Ae.concat(o,i);const s=[];let r=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(r=r&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));const c=[];let u;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let p,l=0;if(!r){const e=[Et.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,c),p=e.length,u=Promise.resolve(t);l{if(!a._listeners)return;let t=a._listeners.length;for(;t-- >0;)a._listeners[t](e);a._listeners=null})),this.promise.then=e=>{let t;const n=new Promise((e=>{a.subscribe(e),t=e})).then(e);return n.cancel=function(){a.unsubscribe(t)},n},e((function(e,n,i){a.reason||(a.reason=new Ue(e,n,i),t(a.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new Ct((function(t){e=t})),cancel:e}}}const At=Ct;const Mt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Mt).forEach((([e,t])=>{Mt[t]=e}));const It=Mt;const Ut=function e(t){const a=new St(t),n=P(St.prototype.request,a);return ne.extend(n,St.prototype,a,{allOwnKeys:!0}),ne.extend(n,a,null,{allOwnKeys:!0}),n.create=function(a){return e(Tt(t,a))},n}(Oe);Ut.Axios=St,Ut.CanceledError=Ue,Ut.CancelToken=At,Ut.isCancel=Ie,Ut.VERSION=Fe,Ut.toFormData=le,Ut.AxiosError=ie,Ut.Cancel=Ut.CanceledError,Ut.all=function(e){return Promise.all(e)},Ut.spread=function(e){return function(t){return e.apply(null,t)}},Ut.isAxiosError=function(e){return ne.isObject(e)&&!0===e.isAxiosError},Ut.mergeConfig=Tt,Ut.AxiosHeaders=Ae,Ut.formToJSON=e=>_e(ne.isHTMLForm(e)?new FormData(e):e),Ut.getAdapter=kt,Ut.HttpStatusCode=It,Ut.default=Ut,e.exports=Ut},3765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')},4147:e=>{"use strict";e.exports=JSON.parse('{"name":"netlicensing-client","version":"1.2.34","description":"JavaScript Wrapper for Labs64 NetLicensing RESTful API","keywords":["labs64","netlicensing","licensing","licensing-as-a-service","license","license-management","software-license","client","restful","restful-api","javascript","wrapper","api","client"],"license":"Apache-2.0","author":"Labs64 GmbH","homepage":"https://netlicensing.io","repository":{"type":"git","url":"https://github.com/Labs64/NetLicensingClient-javascript"},"bugs":{"url":"https://github.com/Labs64/NetLicensingClient-javascript/issues"},"contributors":[{"name":"Ready Brown","email":"ready.brown@hotmail.de","url":"https://github.com/r-brown"},{"name":"Viacheslav Rudkovskiy","email":"viachaslau.rudkovski@labs64.de","url":"https://github.com/v-rudkovskiy"},{"name":"Andrei Yushkevich","email":"yushkevich@me.com","url":"https://github.com/yushkevich"}],"main":"dist/netlicensing-client.js","files":["dist"],"scripts":{"build":"node build/build.cjs","release":"npm run build && npm run test","dev":"webpack --progress --watch --config build/webpack.dev.conf.cjs","test":"karma start test/karma.conf.js --single-run","test-mocha":"webpack --config build/webpack.test.conf.cjs","test-for-travis":"karma start test/karma.conf.js --single-run --browsers Firefox","lint":"eslint --ext .js,.vue src test"},"dependencies":{"axios":"^1.4.0","btoa":"^1.2.1","es6-promise":"^4.2.8"},"devDependencies":{"@babel/core":"^7.17.8","@babel/plugin-proposal-class-properties":"^7.16.7","@babel/plugin-proposal-decorators":"^7.17.8","@babel/plugin-proposal-export-namespace-from":"^7.16.7","@babel/plugin-proposal-function-sent":"^7.16.7","@babel/plugin-proposal-json-strings":"^7.16.7","@babel/plugin-proposal-numeric-separator":"^7.16.7","@babel/plugin-proposal-throw-expressions":"^7.16.7","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/plugin-transform-modules-commonjs":"^7.17.7","@babel/plugin-transform-runtime":"^7.17.0","@babel/preset-env":"^7.16.11","@babel/runtime":"^7.17.8","axios-mock-adapter":"^1.20.0","babel-eslint":"^10.1.0","babel-loader":"^9.1.2","chalk":"^4.1.2","eslint":"^7.32.0","eslint-config-airbnb-base":"^15.0.0","eslint-friendly-formatter":"^4.0.1","eslint-import-resolver-webpack":"^0.13.1","eslint-plugin-import":"^2.25.4","eslint-plugin-jasmine":"^4.1.3","eslint-webpack-plugin":"^3.1.1","faker":"^5.5.3","is-docker":"^2.2.1","jasmine":"^4.0.2","jasmine-core":"^4.0.1","karma":"^6.3.17","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.2","karma-jasmine":"^4.0.2","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"0.0.33","karma-webpack":"^5.0.0","lodash":"^4.17.21","ora":"^5.4.1","rimraf":"^3.0.2","terser-webpack-plugin":"^5.3.1","webpack":"^5.76.0","webpack-cli":"^5.1.1","webpack-merge":"^5.8.0"},"engines":{"node":">= 14.0.0","npm":">= 8.0.0"},"browserslist":["> 1%","last 2 versions","not ie <= 10"]}')}},t={};function a(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,a),o.exports}var n={};return(()=>{"use strict";var e=n,t=a(4836);Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BaseEntity",{enumerable:!0,get:function(){return k.default}}),Object.defineProperty(e,"Bundle",{enumerable:!0,get:function(){return A.default}}),Object.defineProperty(e,"BundleObtainParameters",{enumerable:!0,get:function(){return u.default}}),Object.defineProperty(e,"BundleService",{enumerable:!0,get:function(){return y.default}}),Object.defineProperty(e,"CastsUtils",{enumerable:!0,get:function(){return G.default}}),Object.defineProperty(e,"CheckUtils",{enumerable:!0,get:function(){return W.default}}),Object.defineProperty(e,"Constants",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(e,"Context",{enumerable:!0,get:function(){return o.default}}),Object.defineProperty(e,"Country",{enumerable:!0,get:function(){return P.default}}),Object.defineProperty(e,"FilterUtils",{enumerable:!0,get:function(){return J.default}}),Object.defineProperty(e,"License",{enumerable:!0,get:function(){return E.default}}),Object.defineProperty(e,"LicenseService",{enumerable:!0,get:function(){return d.default}}),Object.defineProperty(e,"LicenseTemplate",{enumerable:!0,get:function(){return T.default}}),Object.defineProperty(e,"LicenseTemplateService",{enumerable:!0,get:function(){return m.default}}),Object.defineProperty(e,"LicenseTransactionJoin",{enumerable:!0,get:function(){return C.default}}),Object.defineProperty(e,"Licensee",{enumerable:!0,get:function(){return _.default}}),Object.defineProperty(e,"LicenseeService",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(e,"NlicError",{enumerable:!0,get:function(){return $.default}}),Object.defineProperty(e,"Notification",{enumerable:!0,get:function(){return M.default}}),Object.defineProperty(e,"NotificationService",{enumerable:!0,get:function(){return w.default}}),Object.defineProperty(e,"Page",{enumerable:!0,get:function(){return s.default}}),Object.defineProperty(e,"PaymentMethod",{enumerable:!0,get:function(){return O.default}}),Object.defineProperty(e,"PaymentMethodService",{enumerable:!0,get:function(){return f.default}}),Object.defineProperty(e,"Product",{enumerable:!0,get:function(){return N.default}}),Object.defineProperty(e,"ProductDiscount",{enumerable:!0,get:function(){return j.default}}),Object.defineProperty(e,"ProductModule",{enumerable:!0,get:function(){return R.default}}),Object.defineProperty(e,"ProductModuleService",{enumerable:!0,get:function(){return v.default}}),Object.defineProperty(e,"ProductService",{enumerable:!0,get:function(){return x.default}}),Object.defineProperty(e,"Service",{enumerable:!0,get:function(){return p.default}}),Object.defineProperty(e,"Token",{enumerable:!0,get:function(){return L.default}}),Object.defineProperty(e,"TokenService",{enumerable:!0,get:function(){return h.default}}),Object.defineProperty(e,"Transaction",{enumerable:!0,get:function(){return S.default}}),Object.defineProperty(e,"TransactionService",{enumerable:!0,get:function(){return b.default}}),Object.defineProperty(e,"UtilityService",{enumerable:!0,get:function(){return g.default}}),Object.defineProperty(e,"ValidationParameters",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(e,"ValidationResults",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(e,"itemToBundle",{enumerable:!0,get:function(){return Y.default}}),Object.defineProperty(e,"itemToCountry",{enumerable:!0,get:function(){return I.default}}),Object.defineProperty(e,"itemToLicense",{enumerable:!0,get:function(){return U.default}}),Object.defineProperty(e,"itemToLicenseTemplate",{enumerable:!0,get:function(){return B.default}}),Object.defineProperty(e,"itemToLicensee",{enumerable:!0,get:function(){return D.default}}),Object.defineProperty(e,"itemToObject",{enumerable:!0,get:function(){return F.default}}),Object.defineProperty(e,"itemToPaymentMethod",{enumerable:!0,get:function(){return z.default}}),Object.defineProperty(e,"itemToProduct",{enumerable:!0,get:function(){return q.default}}),Object.defineProperty(e,"itemToProductModule",{enumerable:!0,get:function(){return H.default}}),Object.defineProperty(e,"itemToToken",{enumerable:!0,get:function(){return V.default}}),Object.defineProperty(e,"itemToTransaction",{enumerable:!0,get:function(){return K.default}});var i=t(a(1480)),o=t(a(4693)),s=t(a(9407)),r=t(a(4856)),c=t(a(3735)),u=t(a(4658)),p=t(a(393)),l=t(a(5498)),d=t(a(6486)),m=t(a(1580)),f=t(a(5225)),v=t(a(7443)),x=t(a(5042)),h=t(a(731)),b=t(a(5919)),g=t(a(7635)),y=t(a(1462)),w=t(a(3212)),k=t(a(389)),P=t(a(187)),E=t(a(9763)),_=t(a(2948)),T=t(a(767)),O=t(a(5088)),N=t(a(7143)),j=t(a(3144)),R=t(a(3886)),L=t(a(8132)),S=t(a(4880)),C=t(a(3089)),A=t(a(2044)),M=t(a(5433)),I=t(a(3213)),U=t(a(3887)),D=t(a(6463)),B=t(a(3255)),F=t(a(7106)),z=t(a(797)),q=t(a(1255)),H=t(a(2514)),V=t(a(4073)),K=t(a(1198)),Y=t(a(9892)),G=t(a(553)),W=t(a(5661)),J=t(a(3093)),$=t(a(2986))})(),n})())); \ No newline at end of file diff --git a/dist/netlicensing-client.node.min.js.LICENSE.txt b/dist/netlicensing-client.node.min.js.LICENSE.txt index 9b1396e..58f9548 100644 --- a/dist/netlicensing-client.node.min.js.LICENSE.txt +++ b/dist/netlicensing-client.node.min.js.LICENSE.txt @@ -14,20 +14,6 @@ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ - -/** - * @author Labs64 - * @license Apache-2.0 - * @link https://netlicensing.io - * @copyright 2017 Labs64 NetLicensing - */ - /** * @author Labs64 * @license Apache-2.0 diff --git a/package-lock.json b/package-lock.json index 7053310..905455b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.34", "license": "Apache-2.0", "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.2", "btoa": "^1.2.1", "es6-promise": "^4.2.8" }, @@ -179,21 +179,21 @@ } }, "node_modules/@babel/core": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", - "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.6.tgz", + "integrity": "sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.5", - "@babel/helper-compilation-targets": "^7.22.15", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.5", - "@babel/parser": "^7.23.5", + "@babel/helpers": "^7.23.6", + "@babel/parser": "^7.23.6", "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5", + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -209,12 +209,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.5.tgz", - "integrity": "sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dev": true, "dependencies": { - "@babel/types": "^7.23.5", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -248,14 +248,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -264,9 +264,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.5.tgz", - "integrity": "sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.6.tgz", + "integrity": "sha512-cBXU1vZni/CpGF29iTu4YRbOZt3Wat6zCoMDxRF1MayiEc4URxOj31tT65HUM0CRpMowA3HCJaAOVOUnMf96cw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", @@ -304,9 +304,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz", - "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz", + "integrity": "sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==", "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", @@ -529,14 +529,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz", - "integrity": "sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.6.tgz", + "integrity": "sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==", "dev": true, "dependencies": { "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.5", - "@babel/types": "^7.23.5" + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6" }, "engines": { "node": ">=6.9.0" @@ -628,9 +628,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", - "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", + "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -705,14 +705,15 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.5.tgz", - "integrity": "sha512-6IsY8jOeWibsengGlWIezp7cuZEFzNlAghFpzh9wiZwhQ42/hRcPnY/QV9HJoKTlujupinSlnQPiEy/u2C1ZfQ==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.6.tgz", + "integrity": "sha512-D7Ccq9LfkBFnow3azZGJvZYgcfeqAw3I1e5LoTpj6UKIFQilh8yqXsIGcRIqbBdsPWIz+Ze7ZZfggSj62Qp+Fg==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.23.5", + "@babel/helper-create-class-features-plugin": "^7.23.6", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", "@babel/plugin-syntax-decorators": "^7.23.3" }, @@ -1346,12 +1347,13 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz", - "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", + "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -1733,9 +1735,9 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.4.tgz", - "integrity": "sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.6.tgz", + "integrity": "sha512-kF1Zg62aPseQ11orDhFRw+aPG/eynNQtI+TyY+m33qJa2cJ5EEvza2P2BNTIA9E5MyqFABHEyY6CPHwgdy9aNg==", "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.22.15", @@ -1892,13 +1894,13 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.5.tgz", - "integrity": "sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.6.tgz", + "integrity": "sha512-2XPn/BqKkZCpzYhUUNZ1ssXw7DcXfKQEjv/uXZUXgaebCMYmkEsfZ2yY+vv+xtXv50WmL5SGhyB6/xsWxIvvOQ==", "dev": true, "dependencies": { "@babel/compat-data": "^7.23.5", - "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-plugin-utils": "^7.22.5", "@babel/helper-validator-option": "^7.23.5", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", @@ -1938,7 +1940,7 @@ "@babel/plugin-transform-dynamic-import": "^7.23.4", "@babel/plugin-transform-exponentiation-operator": "^7.23.3", "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.3", + "@babel/plugin-transform-for-of": "^7.23.6", "@babel/plugin-transform-function-name": "^7.23.3", "@babel/plugin-transform-json-strings": "^7.23.4", "@babel/plugin-transform-literals": "^7.23.3", @@ -2006,9 +2008,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.5.tgz", - "integrity": "sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.6.tgz", + "integrity": "sha512-zHd0eUrf5GZoOWVCXp6koAKQTfZV07eit6bGPmJgnZdnSAvvZee6zniW2XMF7Cmc4ISOOnPy3QaSiIJGJkVEDQ==", "dev": true, "dependencies": { "regenerator-runtime": "^0.14.0" @@ -2032,20 +2034,20 @@ } }, "node_modules/@babel/traverse": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz", - "integrity": "sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.6.tgz", + "integrity": "sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.5", + "@babel/generator": "^7.23.6", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.5", - "@babel/types": "^7.23.5", - "debug": "^4.1.0", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -2053,9 +2055,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.5.tgz", - "integrity": "sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.23.4", @@ -2219,9 +2221,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.44.8", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.8.tgz", - "integrity": "sha512-4K8GavROwhrYl2QXDXm0Rv9epkA8GBFu0EI+XrrnnuCl7u8CWBRusX7fXJfanhZTDWSAL24gDI/UqXyUM0Injw==", + "version": "8.44.9", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.9.tgz", + "integrity": "sha512-6yBxcvwnnYoYT1Uk2d+jvIfsuP4mb2EdIxFnrPABj5a/838qe5bGkNLFOiipX4ULQ7XVQvTxOh7jO+BTAiqsEw==", "dev": true, "dependencies": { "@types/estree": "*", @@ -2257,9 +2259,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.10.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", - "integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==", + "version": "20.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", + "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", "dev": true, "dependencies": { "undici-types": "~5.26.4" @@ -2831,13 +2833,13 @@ } }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz", - "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz", + "integrity": "sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==", "dev": true, "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.4.3", + "@babel/helper-define-polyfill-provider": "^0.4.4", "semver": "^6.3.1" }, "peerDependencies": { @@ -2845,12 +2847,12 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.8.6", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz", - "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==", + "version": "0.8.7", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz", + "integrity": "sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.3", + "@babel/helper-define-polyfill-provider": "^0.4.4", "core-js-compat": "^3.33.1" }, "peerDependencies": { @@ -2858,12 +2860,12 @@ } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz", - "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.4.tgz", + "integrity": "sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==", "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.4.3" + "@babel/helper-define-polyfill-provider": "^0.4.4" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -3091,9 +3093,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001568", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz", - "integrity": "sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==", + "version": "1.0.30001570", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz", + "integrity": "sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==", "dev": true, "funding": [ { @@ -3533,9 +3535,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.609", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.609.tgz", - "integrity": "sha512-ihiCP7PJmjoGNuLpl7TjNA8pCQWu09vGyjlPYw1Rqww4gvNuCcmvl+44G+2QyJ6S2K4o+wbTS++Xz0YN8Q9ERw==", + "version": "1.4.614", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.614.tgz", + "integrity": "sha512-X4ze/9Sc3QWs6h92yerwqv7aB/uU8vCjZcrMjA8N9R1pjMFRe44dLsck5FzLilOYvcXuDn93B+bpGYyufc70gQ==", "dev": true }, "node_modules/emoji-regex": { @@ -4052,9 +4054,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz", - "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", + "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, "dependencies": { "array-includes": "^3.1.7", @@ -4073,7 +4075,7 @@ "object.groupby": "^1.0.1", "object.values": "^1.1.7", "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" @@ -6423,9 +6425,9 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", "dev": true }, "node_modules/regenerator-transform": { @@ -7263,9 +7265,9 @@ } }, "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dev": true, "dependencies": { "@types/json5": "^0.0.29", diff --git a/package.json b/package.json index 7142b65..11a20af 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint": "eslint --ext .js,.vue src test" }, "dependencies": { - "axios": "^1.4.0", + "axios": "^1.6.2", "btoa": "^1.2.1", "es6-promise": "^4.2.8" },