netlicensing-client 1.2.34 → 1.2.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@ exports["default"] = void 0;
27
27
  * @link https://netlicensing.io
28
28
  * @copyright 2017 Labs64 NetLicensing
29
29
  */
30
- var _default = {
30
+ var _default = exports["default"] = {
31
31
  BASIC_AUTHENTICATION: 'BASIC_AUTH',
32
32
  APIKEY_IDENTIFICATION: 'APIKEY',
33
33
  ANONYMOUS_IDENTIFICATION: 'ANONYMOUS',
@@ -220,12 +220,12 @@ var _default = {
220
220
  WEBHOOK: 'WEBHOOK'
221
221
  },
222
222
  Event: {
223
- CREATE_LICENSEE: 'CREATE_LICENSEE',
224
- CREATE_LICENSE: 'CREATE_LICENSE'
223
+ LICENSEE_CREATED: 'LICENSEE_CREATED',
224
+ LICENSE_CREATED: 'LICENSE_CREATED',
225
+ WARNING_LEVEL_CHANGED: 'WARNING_LEVEL_CHANGED'
225
226
  }
226
227
  }
227
228
  };
228
- exports["default"] = _default;
229
229
 
230
230
  /***/ }),
231
231
 
@@ -242,10 +242,9 @@ Object.defineProperty(exports, "__esModule", ({
242
242
  exports["default"] = void 0;
243
243
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
244
244
  var _Bundle = _interopRequireDefault(__webpack_require__(2044));
245
- var _default = function _default(item) {
245
+ var _default = exports["default"] = function _default(item) {
246
246
  return new _Bundle.default((0, _itemToObject.default)(item));
247
247
  };
248
- exports["default"] = _default;
249
248
 
250
249
  /***/ }),
251
250
 
@@ -262,10 +261,9 @@ Object.defineProperty(exports, "__esModule", ({
262
261
  exports["default"] = void 0;
263
262
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
264
263
  var _Country = _interopRequireDefault(__webpack_require__(187));
265
- var _default = function _default(item) {
264
+ var _default = exports["default"] = function _default(item) {
266
265
  return new _Country.default((0, _itemToObject.default)(item));
267
266
  };
268
- exports["default"] = _default;
269
267
 
270
268
  /***/ }),
271
269
 
@@ -282,10 +280,9 @@ Object.defineProperty(exports, "__esModule", ({
282
280
  exports["default"] = void 0;
283
281
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
284
282
  var _License = _interopRequireDefault(__webpack_require__(9763));
285
- var _default = function _default(item) {
283
+ var _default = exports["default"] = function _default(item) {
286
284
  return new _License.default((0, _itemToObject.default)(item));
287
285
  };
288
- exports["default"] = _default;
289
286
 
290
287
  /***/ }),
291
288
 
@@ -302,10 +299,9 @@ Object.defineProperty(exports, "__esModule", ({
302
299
  exports["default"] = void 0;
303
300
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
304
301
  var _LicenseTemplate = _interopRequireDefault(__webpack_require__(767));
305
- var _default = function _default(item) {
302
+ var _default = exports["default"] = function _default(item) {
306
303
  return new _LicenseTemplate.default((0, _itemToObject.default)(item));
307
304
  };
308
- exports["default"] = _default;
309
305
 
310
306
  /***/ }),
311
307
 
@@ -322,10 +318,9 @@ Object.defineProperty(exports, "__esModule", ({
322
318
  exports["default"] = void 0;
323
319
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
324
320
  var _Licensee = _interopRequireDefault(__webpack_require__(2948));
325
- var _default = function _default(item) {
321
+ var _default = exports["default"] = function _default(item) {
326
322
  return new _Licensee.default((0, _itemToObject.default)(item));
327
323
  };
328
- exports["default"] = _default;
329
324
 
330
325
  /***/ }),
331
326
 
@@ -342,10 +337,9 @@ Object.defineProperty(exports, "__esModule", ({
342
337
  exports["default"] = void 0;
343
338
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
344
339
  var _Notification = _interopRequireDefault(__webpack_require__(5433));
345
- var _default = function _default(item) {
340
+ var _default = exports["default"] = function _default(item) {
346
341
  return new _Notification.default((0, _itemToObject.default)(item));
347
342
  };
348
- exports["default"] = _default;
349
343
 
350
344
  /***/ }),
351
345
 
@@ -381,8 +375,7 @@ var itemToObject = function itemToObject(item) {
381
375
  }
382
376
  return object;
383
377
  };
384
- var _default = itemToObject;
385
- exports["default"] = _default;
378
+ var _default = exports["default"] = itemToObject;
386
379
 
387
380
  /***/ }),
388
381
 
@@ -399,10 +392,9 @@ Object.defineProperty(exports, "__esModule", ({
399
392
  exports["default"] = void 0;
400
393
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
401
394
  var _PaymentMethod = _interopRequireDefault(__webpack_require__(5088));
402
- var _default = function _default(item) {
395
+ var _default = exports["default"] = function _default(item) {
403
396
  return new _PaymentMethod.default((0, _itemToObject.default)(item));
404
397
  };
405
- exports["default"] = _default;
406
398
 
407
399
  /***/ }),
408
400
 
@@ -419,7 +411,7 @@ Object.defineProperty(exports, "__esModule", ({
419
411
  exports["default"] = void 0;
420
412
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
421
413
  var _Product = _interopRequireDefault(__webpack_require__(7143));
422
- var _default = function _default(item) {
414
+ var _default = exports["default"] = function _default(item) {
423
415
  var object = (0, _itemToObject.default)(item);
424
416
  var discounts = object.discount;
425
417
  delete object.discount;
@@ -427,7 +419,6 @@ var _default = function _default(item) {
427
419
  product.setProductDiscounts(discounts);
428
420
  return product;
429
421
  };
430
- exports["default"] = _default;
431
422
 
432
423
  /***/ }),
433
424
 
@@ -444,10 +435,9 @@ Object.defineProperty(exports, "__esModule", ({
444
435
  exports["default"] = void 0;
445
436
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
446
437
  var _ProductModule = _interopRequireDefault(__webpack_require__(3886));
447
- var _default = function _default(item) {
438
+ var _default = exports["default"] = function _default(item) {
448
439
  return new _ProductModule.default((0, _itemToObject.default)(item));
449
440
  };
450
- exports["default"] = _default;
451
441
 
452
442
  /***/ }),
453
443
 
@@ -464,10 +454,9 @@ Object.defineProperty(exports, "__esModule", ({
464
454
  exports["default"] = void 0;
465
455
  var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
466
456
  var _Token = _interopRequireDefault(__webpack_require__(8132));
467
- var _default = function _default(item) {
457
+ var _default = exports["default"] = function _default(item) {
468
458
  return new _Token.default((0, _itemToObject.default)(item));
469
459
  };
470
- exports["default"] = _default;
471
460
 
472
461
  /***/ }),
473
462
 
@@ -487,7 +476,7 @@ var _Transaction = _interopRequireDefault(__webpack_require__(39));
487
476
  var _License = _interopRequireDefault(__webpack_require__(9763));
488
477
  var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089));
489
478
  var _Constants = _interopRequireDefault(__webpack_require__(1480));
490
- var _default = function _default(item) {
479
+ var _default = exports["default"] = function _default(item) {
491
480
  var object = (0, _itemToObject.default)(item);
492
481
  var licenseTransactionJoin = object.licenseTransactionJoin;
493
482
  delete object.licenseTransactionJoin;
@@ -508,7 +497,6 @@ var _default = function _default(item) {
508
497
  }
509
498
  return transaction;
510
499
  };
511
- exports["default"] = _default;
512
500
 
513
501
  /***/ }),
514
502
 
@@ -529,13 +517,13 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690));
529
517
  var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
530
518
  var _CheckUtils = _interopRequireDefault(__webpack_require__(5661));
531
519
  var _CastsUtils = _interopRequireDefault(__webpack_require__(553));
532
- 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; }
533
- 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; } /**
534
- * @author Labs64 <netlicensing@labs64.com>
535
- * @license Apache-2.0
536
- * @link https://netlicensing.io
537
- * @copyright 2017 Labs64 NetLicensing
538
- */
520
+ 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; }
521
+ 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; } /**
522
+ * @author Labs64 <netlicensing@labs64.com>
523
+ * @license Apache-2.0
524
+ * @link https://netlicensing.io
525
+ * @copyright 2017 Labs64 NetLicensing
526
+ */
539
527
  /**
540
528
  * The entity properties.
541
529
  * @type {{}}
@@ -557,7 +545,7 @@ var definedMap = new WeakMap();
557
545
  * @private
558
546
  */
559
547
  var castsMap = new WeakMap();
560
- var BaseEntity = /*#__PURE__*/function () {
548
+ var BaseEntity = exports["default"] = /*#__PURE__*/function () {
561
549
  function BaseEntity(_ref) {
562
550
  var properties = _ref.properties,
563
551
  casts = _ref.casts;
@@ -766,7 +754,6 @@ var BaseEntity = /*#__PURE__*/function () {
766
754
  }]);
767
755
  return BaseEntity;
768
756
  }();
769
- exports["default"] = BaseEntity;
770
757
 
771
758
  /***/ }),
772
759
 
@@ -789,11 +776,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
789
776
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
790
777
  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); }; }
791
778
  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; } } /**
792
- * @author Labs64 <netlicensing@labs64.com>
793
- * @license Apache-2.0
794
- * @link https://netlicensing.io
795
- * @copyright 2017 Labs64 NetLicensing
796
- */
779
+ * @author Labs64 <netlicensing@labs64.com>
780
+ * @license Apache-2.0
781
+ * @link https://netlicensing.io
782
+ * @copyright 2017 Labs64 NetLicensing
783
+ */
797
784
  /**
798
785
  * NetLicensing Bundle entity.
799
786
  *
@@ -814,7 +801,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
814
801
  *
815
802
  * @constructor
816
803
  */
817
- var Bundle = /*#__PURE__*/function (_BaseEntity) {
804
+ var Bundle = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
818
805
  (0, _inherits2.default)(Bundle, _BaseEntity);
819
806
  var _super = _createSuper(Bundle);
820
807
  function Bundle(properties) {
@@ -898,7 +885,6 @@ var Bundle = /*#__PURE__*/function (_BaseEntity) {
898
885
  }]);
899
886
  return Bundle;
900
887
  }(_BaseEntity2.default);
901
- exports["default"] = Bundle;
902
888
 
903
889
  /***/ }),
904
890
 
@@ -921,11 +907,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
921
907
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
922
908
  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); }; }
923
909
  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; } } /**
924
- * @author Labs64 <netlicensing@labs64.com>
925
- * @license Apache-2.0
926
- * @link https://netlicensing.io
927
- * @copyright 2017 Labs64 NetLicensing
928
- */
910
+ * @author Labs64 <netlicensing@labs64.com>
911
+ * @license Apache-2.0
912
+ * @link https://netlicensing.io
913
+ * @copyright 2017 Labs64 NetLicensing
914
+ */
929
915
  /**
930
916
  * Country entity used internally by NetLicensing.
931
917
  *
@@ -939,7 +925,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
939
925
  *
940
926
  * @property isEu - is country in EU.
941
927
  */
942
- var Country = /*#__PURE__*/function (_BaseEntity) {
928
+ var Country = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
943
929
  (0, _inherits2.default)(Country, _BaseEntity);
944
930
  var _super = _createSuper(Country);
945
931
  function Country(properties) {
@@ -998,7 +984,6 @@ var Country = /*#__PURE__*/function (_BaseEntity) {
998
984
  }]);
999
985
  return Country;
1000
986
  }(_BaseEntity2.default);
1001
- exports["default"] = Country;
1002
987
 
1003
988
  /***/ }),
1004
989
 
@@ -1021,11 +1006,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
1021
1006
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1022
1007
  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); }; }
1023
1008
  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; } } /**
1024
- * @author Labs64 <netlicensing@labs64.com>
1025
- * @license Apache-2.0
1026
- * @link https://netlicensing.io
1027
- * @copyright 2017 Labs64 NetLicensing
1028
- */
1009
+ * @author Labs64 <netlicensing@labs64.com>
1010
+ * @license Apache-2.0
1011
+ * @link https://netlicensing.io
1012
+ * @copyright 2017 Labs64 NetLicensing
1013
+ */
1029
1014
  /**
1030
1015
  * License entity used internally by NetLicensing.
1031
1016
  *
@@ -1061,7 +1046,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
1061
1046
  * must not be equal to any of the fixed property names listed above and must be none of id, deleted, licenseeNumber,
1062
1047
  * licenseTemplateNumber.
1063
1048
  */
1064
- var License = /*#__PURE__*/function (_BaseEntity) {
1049
+ var License = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1065
1050
  (0, _inherits2.default)(License, _BaseEntity);
1066
1051
  var _super = _createSuper(License);
1067
1052
  function License(properties) {
@@ -1170,7 +1155,6 @@ var License = /*#__PURE__*/function (_BaseEntity) {
1170
1155
  }]);
1171
1156
  return License;
1172
1157
  }(_BaseEntity2.default);
1173
- exports["default"] = License;
1174
1158
 
1175
1159
  /***/ }),
1176
1160
 
@@ -1193,11 +1177,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
1193
1177
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1194
1178
  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); }; }
1195
1179
  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; } } /**
1196
- * @author Labs64 <netlicensing@labs64.com>
1197
- * @license Apache-2.0
1198
- * @link https://netlicensing.io
1199
- * @copyright 2017 Labs64 NetLicensing
1200
- */
1180
+ * @author Labs64 <netlicensing@labs64.com>
1181
+ * @license Apache-2.0
1182
+ * @link https://netlicensing.io
1183
+ * @copyright 2017 Labs64 NetLicensing
1184
+ */
1201
1185
  /**
1202
1186
  * License template entity used internally by NetLicensing.
1203
1187
  *
@@ -1254,7 +1238,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
1254
1238
  *
1255
1239
  * @constructor
1256
1240
  */
1257
- var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) {
1241
+ var LicenseTemplate = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1258
1242
  (0, _inherits2.default)(LicenseTemplate, _BaseEntity);
1259
1243
  var _super = _createSuper(LicenseTemplate);
1260
1244
  function LicenseTemplate(properties) {
@@ -1419,7 +1403,6 @@ var LicenseTemplate = /*#__PURE__*/function (_BaseEntity) {
1419
1403
  }]);
1420
1404
  return LicenseTemplate;
1421
1405
  }(_BaseEntity2.default);
1422
- exports["default"] = LicenseTemplate;
1423
1406
 
1424
1407
  /***/ }),
1425
1408
 
@@ -1442,7 +1425,7 @@ var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
1442
1425
  * @link https://netlicensing.io
1443
1426
  * @copyright 2017 Labs64 NetLicensing
1444
1427
  */
1445
- var LicenseTransactionJoin = /*#__PURE__*/function () {
1428
+ var LicenseTransactionJoin = exports["default"] = /*#__PURE__*/function () {
1446
1429
  function LicenseTransactionJoin(transaction, license) {
1447
1430
  (0, _classCallCheck2.default)(this, LicenseTransactionJoin);
1448
1431
  this.transaction = transaction;
@@ -1473,7 +1456,6 @@ var LicenseTransactionJoin = /*#__PURE__*/function () {
1473
1456
  }]);
1474
1457
  return LicenseTransactionJoin;
1475
1458
  }();
1476
- exports["default"] = LicenseTransactionJoin;
1477
1459
 
1478
1460
  /***/ }),
1479
1461
 
@@ -1496,11 +1478,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
1496
1478
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1497
1479
  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); }; }
1498
1480
  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; } } /**
1499
- * @author Labs64 <netlicensing@labs64.com>
1500
- * @license Apache-2.0
1501
- * @link https://netlicensing.io
1502
- * @copyright 2017 Labs64 NetLicensing
1503
- */
1481
+ * @author Labs64 <netlicensing@labs64.com>
1482
+ * @license Apache-2.0
1483
+ * @link https://netlicensing.io
1484
+ * @copyright 2017 Labs64 NetLicensing
1485
+ */
1504
1486
  /**
1505
1487
  * Licensee entity used internally by NetLicensing.
1506
1488
  *
@@ -1529,7 +1511,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
1529
1511
  *
1530
1512
  * @constructor
1531
1513
  */
1532
- var Licensee = /*#__PURE__*/function (_BaseEntity) {
1514
+ var Licensee = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1533
1515
  (0, _inherits2.default)(Licensee, _BaseEntity);
1534
1516
  var _super = _createSuper(Licensee);
1535
1517
  function Licensee(properties) {
@@ -1623,7 +1605,6 @@ var Licensee = /*#__PURE__*/function (_BaseEntity) {
1623
1605
  }]);
1624
1606
  return Licensee;
1625
1607
  }(_BaseEntity2.default);
1626
- exports["default"] = Licensee;
1627
1608
 
1628
1609
  /***/ }),
1629
1610
 
@@ -1646,11 +1627,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
1646
1627
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1647
1628
  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); }; }
1648
1629
  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; } } /**
1649
- * @author Labs64 <netlicensing@labs64.com>
1650
- * @license Apache-2.0
1651
- * @link https://netlicensing.io
1652
- * @copyright 2017 Labs64 NetLicensing
1653
- */
1630
+ * @author Labs64 <netlicensing@labs64.com>
1631
+ * @license Apache-2.0
1632
+ * @link https://netlicensing.io
1633
+ * @copyright 2017 Labs64 NetLicensing
1634
+ */
1654
1635
  /**
1655
1636
  * NetLicensing Notification entity.
1656
1637
  *
@@ -1683,7 +1664,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
1683
1664
  *
1684
1665
  * @constructor
1685
1666
  */
1686
- var Notification = /*#__PURE__*/function (_BaseEntity) {
1667
+ var Notification = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1687
1668
  (0, _inherits2.default)(Notification, _BaseEntity);
1688
1669
  var _super = _createSuper(Notification);
1689
1670
  function Notification(properties) {
@@ -1775,7 +1756,6 @@ var Notification = /*#__PURE__*/function (_BaseEntity) {
1775
1756
  }]);
1776
1757
  return Notification;
1777
1758
  }(_BaseEntity2.default);
1778
- exports["default"] = Notification;
1779
1759
 
1780
1760
  /***/ }),
1781
1761
 
@@ -1798,11 +1778,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
1798
1778
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1799
1779
  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); }; }
1800
1780
  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; } } /**
1801
- * @author Labs64 <netlicensing@labs64.com>
1802
- * @license Apache-2.0
1803
- * @link https://netlicensing.io
1804
- * @copyright 2017 Labs64 NetLicensing
1805
- */
1781
+ * @author Labs64 <netlicensing@labs64.com>
1782
+ * @license Apache-2.0
1783
+ * @link https://netlicensing.io
1784
+ * @copyright 2017 Labs64 NetLicensing
1785
+ */
1806
1786
  /**
1807
1787
  * PaymentMethod entity used internally by NetLicensing.
1808
1788
  *
@@ -1811,7 +1791,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
1811
1791
  *
1812
1792
  * @constructor
1813
1793
  */
1814
- var PaymentMethod = /*#__PURE__*/function (_BaseEntity) {
1794
+ var PaymentMethod = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1815
1795
  (0, _inherits2.default)(PaymentMethod, _BaseEntity);
1816
1796
  var _super = _createSuper(PaymentMethod);
1817
1797
  function PaymentMethod(properties) {
@@ -1859,7 +1839,6 @@ var PaymentMethod = /*#__PURE__*/function (_BaseEntity) {
1859
1839
  }]);
1860
1840
  return PaymentMethod;
1861
1841
  }(_BaseEntity2.default);
1862
- exports["default"] = PaymentMethod;
1863
1842
 
1864
1843
  /***/ }),
1865
1844
 
@@ -1885,11 +1864,11 @@ var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
1885
1864
  var _ProductDiscount = _interopRequireDefault(__webpack_require__(3144));
1886
1865
  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); }; }
1887
1866
  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; } } /**
1888
- * @author Labs64 <netlicensing@labs64.com>
1889
- * @license Apache-2.0
1890
- * @link https://netlicensing.io
1891
- * @copyright 2017 Labs64 NetLicensing
1892
- */
1867
+ * @author Labs64 <netlicensing@labs64.com>
1868
+ * @license Apache-2.0
1869
+ * @link https://netlicensing.io
1870
+ * @copyright 2017 Labs64 NetLicensing
1871
+ */
1893
1872
  /**
1894
1873
  * The discounts map
1895
1874
  * @type {{}}
@@ -1942,7 +1921,7 @@ var discountsTouched = new WeakMap();
1942
1921
  *
1943
1922
  * @constructor
1944
1923
  */
1945
- var Product = /*#__PURE__*/function (_BaseEntity) {
1924
+ var Product = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
1946
1925
  (0, _inherits2.default)(Product, _BaseEntity);
1947
1926
  var _super = _createSuper(Product);
1948
1927
  function Product(properties) {
@@ -2128,7 +2107,6 @@ var Product = /*#__PURE__*/function (_BaseEntity) {
2128
2107
  }]);
2129
2108
  return Product;
2130
2109
  }(_BaseEntity2.default);
2131
- exports["default"] = Product;
2132
2110
 
2133
2111
  /***/ }),
2134
2112
 
@@ -2151,12 +2129,12 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
2151
2129
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
2152
2130
  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); }; }
2153
2131
  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; } } /**
2154
- * @author Labs64 <netlicensing@labs64.com>
2155
- * @license Apache-2.0
2156
- * @link https://netlicensing.io
2157
- * @copyright 2017 Labs64 NetLicensing
2158
- */
2159
- var ProductDiscount = /*#__PURE__*/function (_BaseEntity) {
2132
+ * @author Labs64 <netlicensing@labs64.com>
2133
+ * @license Apache-2.0
2134
+ * @link https://netlicensing.io
2135
+ * @copyright 2017 Labs64 NetLicensing
2136
+ */
2137
+ var ProductDiscount = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
2160
2138
  (0, _inherits2.default)(ProductDiscount, _BaseEntity);
2161
2139
  var _super = _createSuper(ProductDiscount);
2162
2140
  function ProductDiscount(properties) {
@@ -2225,7 +2203,6 @@ var ProductDiscount = /*#__PURE__*/function (_BaseEntity) {
2225
2203
  }]);
2226
2204
  return ProductDiscount;
2227
2205
  }(_BaseEntity2.default);
2228
- exports["default"] = ProductDiscount;
2229
2206
 
2230
2207
  /***/ }),
2231
2208
 
@@ -2248,11 +2225,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
2248
2225
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
2249
2226
  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); }; }
2250
2227
  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; } } /**
2251
- * @author Labs64 <netlicensing@labs64.com>
2252
- * @license Apache-2.0
2253
- * @link https://netlicensing.io
2254
- * @copyright 2017 Labs64 NetLicensing
2255
- */
2228
+ * @author Labs64 <netlicensing@labs64.com>
2229
+ * @license Apache-2.0
2230
+ * @link https://netlicensing.io
2231
+ * @copyright 2017 Labs64 NetLicensing
2232
+ */
2256
2233
  /**
2257
2234
  * Product module entity used internally by NetLicensing.
2258
2235
  *
@@ -2291,7 +2268,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
2291
2268
  *
2292
2269
  * @constructor
2293
2270
  */
2294
- var ProductModule = /*#__PURE__*/function (_BaseEntity) {
2271
+ var ProductModule = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
2295
2272
  (0, _inherits2.default)(ProductModule, _BaseEntity);
2296
2273
  var _super = _createSuper(ProductModule);
2297
2274
  function ProductModule(properties) {
@@ -2411,7 +2388,6 @@ var ProductModule = /*#__PURE__*/function (_BaseEntity) {
2411
2388
  }]);
2412
2389
  return ProductModule;
2413
2390
  }(_BaseEntity2.default);
2414
- exports["default"] = ProductModule;
2415
2391
 
2416
2392
  /***/ }),
2417
2393
 
@@ -2434,11 +2410,11 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
2434
2410
  var _BaseEntity2 = _interopRequireDefault(__webpack_require__(389));
2435
2411
  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); }; }
2436
2412
  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; } } /**
2437
- * @author Labs64 <netlicensing@labs64.com>
2438
- * @license Apache-2.0
2439
- * @link https://netlicensing.io
2440
- * @copyright 2017 Labs64 NetLicensing
2441
- */
2413
+ * @author Labs64 <netlicensing@labs64.com>
2414
+ * @license Apache-2.0
2415
+ * @link https://netlicensing.io
2416
+ * @copyright 2017 Labs64 NetLicensing
2417
+ */
2442
2418
  /**
2443
2419
  * Product module entity used internally by NetLicensing.
2444
2420
  *
@@ -2465,7 +2441,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
2465
2441
  *
2466
2442
  * @constructor
2467
2443
  */
2468
- var Token = /*#__PURE__*/function (_BaseEntity) {
2444
+ var Token = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
2469
2445
  (0, _inherits2.default)(Token, _BaseEntity);
2470
2446
  var _super = _createSuper(Token);
2471
2447
  function Token(properties) {
@@ -2625,7 +2601,6 @@ var Token = /*#__PURE__*/function (_BaseEntity) {
2625
2601
  }]);
2626
2602
  return Token;
2627
2603
  }(_BaseEntity2.default);
2628
- exports["default"] = Token;
2629
2604
 
2630
2605
  /***/ }),
2631
2606
 
@@ -2650,11 +2625,11 @@ var _LicenseTransactionJoin = _interopRequireDefault(__webpack_require__(3089));
2650
2625
  var _License = _interopRequireDefault(__webpack_require__(9763));
2651
2626
  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); }; }
2652
2627
  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; } } /**
2653
- * @author Labs64 <netlicensing@labs64.com>
2654
- * @license Apache-2.0
2655
- * @link https://netlicensing.io
2656
- * @copyright 2017 Labs64 NetLicensing
2657
- */
2628
+ * @author Labs64 <netlicensing@labs64.com>
2629
+ * @license Apache-2.0
2630
+ * @link https://netlicensing.io
2631
+ * @copyright 2017 Labs64 NetLicensing
2632
+ */
2658
2633
  /**
2659
2634
  * Transaction entity used internally by NetLicensing.
2660
2635
  *
@@ -2690,7 +2665,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
2690
2665
  *
2691
2666
  * @constructor
2692
2667
  */
2693
- var Transaction = /*#__PURE__*/function (_BaseEntity) {
2668
+ var Transaction = exports["default"] = /*#__PURE__*/function (_BaseEntity) {
2694
2669
  (0, _inherits2.default)(Transaction, _BaseEntity);
2695
2670
  var _super = _createSuper(Transaction);
2696
2671
  function Transaction(properties) {
@@ -2852,7 +2827,6 @@ var Transaction = /*#__PURE__*/function (_BaseEntity) {
2852
2827
  }]);
2853
2828
  return Transaction;
2854
2829
  }(_BaseEntity2.default);
2855
- exports["default"] = Transaction;
2856
2830
 
2857
2831
  /***/ }),
2858
2832
 
@@ -2875,7 +2849,7 @@ var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(3808));
2875
2849
  var _wrapNativeSuper2 = _interopRequireDefault(__webpack_require__(3496));
2876
2850
  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); }; }
2877
2851
  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; } }
2878
- var NlicError = /*#__PURE__*/function (_Error) {
2852
+ var NlicError = exports["default"] = /*#__PURE__*/function (_Error) {
2879
2853
  (0, _inherits2.default)(NlicError, _Error);
2880
2854
  var _super = _createSuper(NlicError);
2881
2855
  function NlicError() {
@@ -2916,7 +2890,6 @@ var NlicError = /*#__PURE__*/function (_Error) {
2916
2890
  }]);
2917
2891
  return NlicError;
2918
2892
  }( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Error));
2919
- exports["default"] = NlicError;
2920
2893
 
2921
2894
  /***/ }),
2922
2895
 
@@ -2954,7 +2927,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
2954
2927
  *
2955
2928
  * @constructor
2956
2929
  */
2957
- var _default = {
2930
+ var _default = exports["default"] = {
2958
2931
  /**
2959
2932
  * Creates new bundle with given properties.See NetLicensingAPI for details:
2960
2933
  * @see https://netlicensing.io/wiki/bundle-services#create-bundle
@@ -3187,7 +3160,6 @@ var _default = {
3187
3160
  }))();
3188
3161
  }
3189
3162
  };
3190
- exports["default"] = _default;
3191
3163
 
3192
3164
  /***/ }),
3193
3165
 
@@ -3223,7 +3195,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
3223
3195
  *
3224
3196
  * @constructor
3225
3197
  */
3226
- var _default = {
3198
+ var _default = exports["default"] = {
3227
3199
  /**
3228
3200
  * Creates new license object with given properties.See NetLicensingAPI for details:
3229
3201
  * @see https://netlicensing.io/wiki/license-services#create-license
@@ -3436,7 +3408,6 @@ var _default = {
3436
3408
  return _Service.default.delete(context, "".concat(_Constants.default.License.ENDPOINT_PATH, "/").concat(number), queryParams);
3437
3409
  }
3438
3410
  };
3439
- exports["default"] = _default;
3440
3411
 
3441
3412
  /***/ }),
3442
3413
 
@@ -3472,7 +3443,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
3472
3443
  *
3473
3444
  * @constructor
3474
3445
  */
3475
- var _default = {
3446
+ var _default = exports["default"] = {
3476
3447
  /**
3477
3448
  * Creates new license template object with given properties.See NetLicensingAPI for details:
3478
3449
  * @see https://netlicensing.io/wiki/license-template-services#create-license-template
@@ -3667,7 +3638,6 @@ var _default = {
3667
3638
  return _Service.default.delete(context, "".concat(_Constants.default.LicenseTemplate.ENDPOINT_PATH, "/").concat(number), queryParams);
3668
3639
  }
3669
3640
  };
3670
- exports["default"] = _default;
3671
3641
 
3672
3642
  /***/ }),
3673
3643
 
@@ -3705,7 +3675,7 @@ var _itemToObject = _interopRequireDefault(__webpack_require__(7106));
3705
3675
  *
3706
3676
  * @constructor
3707
3677
  */
3708
- var _default = {
3678
+ var _default = exports["default"] = {
3709
3679
  /**
3710
3680
  * Creates new licensee object with given properties.See NetLicensingAPI for details:
3711
3681
  * @see https://netlicensing.io/wiki/licensee-services#create-licensee
@@ -3998,7 +3968,6 @@ var _default = {
3998
3968
  return _Service.default.post(context, "".concat(_Constants.default.Licensee.ENDPOINT_PATH, "/").concat(number, "/").concat(_Constants.default.Licensee.ENDPOINT_PATH_TRANSFER), queryParams);
3999
3969
  }
4000
3970
  };
4001
- exports["default"] = _default;
4002
3971
 
4003
3972
  /***/ }),
4004
3973
 
@@ -4034,7 +4003,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
4034
4003
  *
4035
4004
  * @constructor
4036
4005
  */
4037
- var _default = {
4006
+ var _default = exports["default"] = {
4038
4007
  /**
4039
4008
  * Creates new notification with given properties.See NetLicensingAPI for details:
4040
4009
  * @see https://netlicensing.io/wiki/notification-services#create-notification
@@ -4217,7 +4186,6 @@ var _default = {
4217
4186
  return _Service.default.delete(context, "".concat(_Constants.default.Notification.ENDPOINT_PATH, "/").concat(number));
4218
4187
  }
4219
4188
  };
4220
- exports["default"] = _default;
4221
4189
 
4222
4190
  /***/ }),
4223
4191
 
@@ -4247,7 +4215,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
4247
4215
  * @link https://netlicensing.io
4248
4216
  * @copyright 2017 Labs64 NetLicensing
4249
4217
  */
4250
- var _default = {
4218
+ var _default = exports["default"] = {
4251
4219
  /**
4252
4220
  * Gets payment method by its number.See NetLicensingAPI for details:
4253
4221
  * @see https://netlicensing.io/wiki/payment-method-services#get-payment-method
@@ -4377,7 +4345,6 @@ var _default = {
4377
4345
  }))();
4378
4346
  }
4379
4347
  };
4380
- exports["default"] = _default;
4381
4348
 
4382
4349
  /***/ }),
4383
4350
 
@@ -4413,7 +4380,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
4413
4380
  *
4414
4381
  * @constructor
4415
4382
  */
4416
- var _default = {
4383
+ var _default = exports["default"] = {
4417
4384
  /**
4418
4385
  * Creates new product module object with given properties.See NetLicensingAPI for details:
4419
4386
  * @see https://netlicensing.io/wiki/product-module-services#create-product-module
@@ -4607,7 +4574,6 @@ var _default = {
4607
4574
  return _Service.default.delete(context, "".concat(_Constants.default.ProductModule.ENDPOINT_PATH, "/").concat(number), queryParams);
4608
4575
  }
4609
4576
  };
4610
- exports["default"] = _default;
4611
4577
 
4612
4578
  /***/ }),
4613
4579
 
@@ -4643,7 +4609,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
4643
4609
  *
4644
4610
  * @constructor
4645
4611
  */
4646
- var _default = {
4612
+ var _default = exports["default"] = {
4647
4613
  /**
4648
4614
  * Creates new product with given properties.See NetLicensingAPI for details:
4649
4615
  * @see https://netlicensing.io/wiki/product-services#create-product
@@ -4832,7 +4798,6 @@ var _default = {
4832
4798
  return _Service.default.delete(context, "".concat(_Constants.default.Product.ENDPOINT_PATH, "/").concat(number), queryParams);
4833
4799
  }
4834
4800
  };
4835
- exports["default"] = _default;
4836
4801
 
4837
4802
  /***/ }),
4838
4803
 
@@ -4865,7 +4830,7 @@ var _package = _interopRequireDefault(__webpack_require__(4147));
4865
4830
 
4866
4831
  var httpXHR = {};
4867
4832
  var axiosInstance = null;
4868
- var Service = /*#__PURE__*/function () {
4833
+ var Service = exports["default"] = /*#__PURE__*/function () {
4869
4834
  function Service() {
4870
4835
  (0, _classCallCheck2.default)(this, Service);
4871
4836
  }
@@ -5092,7 +5057,6 @@ var Service = /*#__PURE__*/function () {
5092
5057
  }]);
5093
5058
  return Service;
5094
5059
  }();
5095
- exports["default"] = Service;
5096
5060
 
5097
5061
  /***/ }),
5098
5062
 
@@ -5128,7 +5092,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
5128
5092
  *
5129
5093
  * @constructor
5130
5094
  */
5131
- var _default = {
5095
+ var _default = exports["default"] = {
5132
5096
  /**
5133
5097
  * Creates new token.See NetLicensingAPI for details:
5134
5098
  * @see https://netlicensing.io/wiki/token-services#create-token
@@ -5270,7 +5234,6 @@ var _default = {
5270
5234
  return _Service.default.delete(context, "".concat(_Constants.default.Token.ENDPOINT_PATH, "/").concat(number));
5271
5235
  }
5272
5236
  };
5273
- exports["default"] = _default;
5274
5237
 
5275
5238
  /***/ }),
5276
5239
 
@@ -5314,7 +5277,7 @@ var _Page = _interopRequireDefault(__webpack_require__(9407));
5314
5277
  *
5315
5278
  * @constructor
5316
5279
  */
5317
- var _default = {
5280
+ var _default = exports["default"] = {
5318
5281
  /**
5319
5282
  * Creates new transaction object with given properties.See NetLicensingAPI for details:
5320
5283
  * @see https://netlicensing.io/wiki/transaction-services#create-transaction
@@ -5480,7 +5443,6 @@ var _default = {
5480
5443
  }))();
5481
5444
  }
5482
5445
  };
5483
- exports["default"] = _default;
5484
5446
 
5485
5447
  /***/ }),
5486
5448
 
@@ -5515,7 +5477,7 @@ var _itemToCountry = _interopRequireDefault(__webpack_require__(3213));
5515
5477
  * https://netlicensing.io/wiki/utility-services
5516
5478
  * @constructor
5517
5479
  */
5518
- var _default = {
5480
+ var _default = exports["default"] = {
5519
5481
  /**
5520
5482
  * Returns all license types. See NetLicensingAPI for details:
5521
5483
  * @see https://netlicensing.io/wiki/utility-services#license-types-list
@@ -5634,7 +5596,6 @@ var _default = {
5634
5596
  }))();
5635
5597
  }
5636
5598
  };
5637
- exports["default"] = _default;
5638
5599
 
5639
5600
  /***/ }),
5640
5601
 
@@ -5655,7 +5616,7 @@ exports["default"] = void 0;
5655
5616
  * @copyright 2017 Labs64 NetLicensing
5656
5617
  */
5657
5618
  // Cast an attribute to a native JS type.
5658
- var _default = function _default(key, value) {
5619
+ var _default = exports["default"] = function _default(key, value) {
5659
5620
  switch (key.trim().toLowerCase()) {
5660
5621
  case 'str':
5661
5622
  case 'string':
@@ -5690,7 +5651,6 @@ var _default = function _default(key, value) {
5690
5651
  return value;
5691
5652
  }
5692
5653
  };
5693
- exports["default"] = _default;
5694
5654
 
5695
5655
  /***/ }),
5696
5656
 
@@ -5710,7 +5670,7 @@ exports["default"] = void 0;
5710
5670
  * @link https://netlicensing.io
5711
5671
  * @copyright 2017 Labs64 NetLicensing
5712
5672
  */
5713
- var _default = {
5673
+ var _default = exports["default"] = {
5714
5674
  isValid: function isValid(value) {
5715
5675
  var valid = value !== undefined && typeof value !== 'function';
5716
5676
  if (typeof value === 'number') valid = Number.isFinite(value) && !Number.isNaN(value);
@@ -5725,7 +5685,6 @@ var _default = {
5725
5685
  if (!parameter) throw new TypeError("Parameter ".concat(parameterName, " cannot be null or empty string"));
5726
5686
  }
5727
5687
  };
5728
- exports["default"] = _default;
5729
5688
 
5730
5689
  /***/ }),
5731
5690
 
@@ -5741,7 +5700,7 @@ Object.defineProperty(exports, "__esModule", ({
5741
5700
  }));
5742
5701
  exports["default"] = void 0;
5743
5702
  var _slicedToArray2 = _interopRequireDefault(__webpack_require__(7424));
5744
- var _default = {
5703
+ var _default = exports["default"] = {
5745
5704
  FILTER_DELIMITER: ';',
5746
5705
  FILTER_PAIR_DELIMITER: '=',
5747
5706
  encode: function encode() {
@@ -5770,7 +5729,6 @@ var _default = {
5770
5729
  return filter;
5771
5730
  }
5772
5731
  };
5773
- exports["default"] = _default;
5774
5732
 
5775
5733
  /***/ }),
5776
5734
 
@@ -5793,7 +5751,7 @@ var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
5793
5751
  * @link https://netlicensing.io
5794
5752
  * @copyright 2017 Labs64 NetLicensing
5795
5753
  */
5796
- var BundleObtainParameters = /*#__PURE__*/function () {
5754
+ var BundleObtainParameters = exports["default"] = /*#__PURE__*/function () {
5797
5755
  function BundleObtainParameters() {
5798
5756
  (0, _classCallCheck2.default)(this, BundleObtainParameters);
5799
5757
  this.licenseeNumber = '';
@@ -5812,7 +5770,6 @@ var BundleObtainParameters = /*#__PURE__*/function () {
5812
5770
  }]);
5813
5771
  return BundleObtainParameters;
5814
5772
  }();
5815
- exports["default"] = BundleObtainParameters;
5816
5773
 
5817
5774
  /***/ }),
5818
5775
 
@@ -5833,13 +5790,13 @@ var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690));
5833
5790
  var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
5834
5791
  var _Constants = _interopRequireDefault(__webpack_require__(1480));
5835
5792
  var _CheckUtils = _interopRequireDefault(__webpack_require__(5661));
5836
- 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; }
5837
- 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; } /**
5838
- * @author Labs64 <netlicensing@labs64.com>
5839
- * @license Apache-2.0
5840
- * @link https://netlicensing.io
5841
- * @copyright 2017 Labs64 NetLicensing
5842
- */
5793
+ 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; }
5794
+ 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; } /**
5795
+ * @author Labs64 <netlicensing@labs64.com>
5796
+ * @license Apache-2.0
5797
+ * @link https://netlicensing.io
5798
+ * @copyright 2017 Labs64 NetLicensing
5799
+ */
5843
5800
  /**
5844
5801
  * The context values.
5845
5802
  * @type {{}}
@@ -5860,7 +5817,7 @@ var definedMap = new WeakMap();
5860
5817
  * @private
5861
5818
  */
5862
5819
  var defaultsMap = new WeakMap();
5863
- var Context = /*#__PURE__*/function () {
5820
+ var Context = exports["default"] = /*#__PURE__*/function () {
5864
5821
  function Context(values) {
5865
5822
  (0, _classCallCheck2.default)(this, Context);
5866
5823
  defaultsMap.set(this, {
@@ -6085,7 +6042,6 @@ var Context = /*#__PURE__*/function () {
6085
6042
  }]);
6086
6043
  return Context;
6087
6044
  }();
6088
- exports["default"] = Context;
6089
6045
 
6090
6046
  /***/ }),
6091
6047
 
@@ -6099,7 +6055,7 @@ Object.defineProperty(exports, "__esModule", ({
6099
6055
  value: true
6100
6056
  }));
6101
6057
  exports["default"] = void 0;
6102
- var _default = function _default() {
6058
+ var _default = exports["default"] = function _default() {
6103
6059
  var content = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
6104
6060
  var pageNumber = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
6105
6061
  var itemsNumber = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0;
@@ -6135,7 +6091,6 @@ var _default = function _default() {
6135
6091
  }
6136
6092
  });
6137
6093
  };
6138
- exports["default"] = _default;
6139
6094
 
6140
6095
  /***/ }),
6141
6096
 
@@ -6153,15 +6108,15 @@ exports["default"] = void 0;
6153
6108
  var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416));
6154
6109
  var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690));
6155
6110
  var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
6156
- 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; }
6157
- 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; }
6111
+ 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; }
6112
+ 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; }
6158
6113
  /**
6159
6114
  * @author Labs64 <netlicensing@labs64.com>
6160
6115
  * @license Apache-2.0
6161
6116
  * @link https://netlicensing.io
6162
6117
  * @copyright 2017 Labs64 NetLicensing
6163
6118
  */
6164
- var ValidationParameters = /*#__PURE__*/function () {
6119
+ var ValidationParameters = exports["default"] = /*#__PURE__*/function () {
6165
6120
  function ValidationParameters() {
6166
6121
  (0, _classCallCheck2.default)(this, ValidationParameters);
6167
6122
  this.parameters = {};
@@ -6330,7 +6285,6 @@ var ValidationParameters = /*#__PURE__*/function () {
6330
6285
  }]);
6331
6286
  return ValidationParameters;
6332
6287
  }();
6333
- exports["default"] = ValidationParameters;
6334
6288
 
6335
6289
  /***/ }),
6336
6290
 
@@ -6350,14 +6304,14 @@ var _defineProperty2 = _interopRequireDefault(__webpack_require__(8416));
6350
6304
  var _classCallCheck2 = _interopRequireDefault(__webpack_require__(6690));
6351
6305
  var _createClass2 = _interopRequireDefault(__webpack_require__(9728));
6352
6306
  var _CheckUtils = _interopRequireDefault(__webpack_require__(5661));
6353
- 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; }
6354
- 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; } /**
6355
- * @author Labs64 <netlicensing@labs64.com>
6356
- * @license Apache-2.0
6357
- * @link https://netlicensing.io
6358
- * @copyright 2017 Labs64 NetLicensing
6359
- */
6360
- var ValidationResults = /*#__PURE__*/function () {
6307
+ 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; }
6308
+ 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; } /**
6309
+ * @author Labs64 <netlicensing@labs64.com>
6310
+ * @license Apache-2.0
6311
+ * @link https://netlicensing.io
6312
+ * @copyright 2017 Labs64 NetLicensing
6313
+ */
6314
+ var ValidationResults = exports["default"] = /*#__PURE__*/function () {
6361
6315
  function ValidationResults() {
6362
6316
  (0, _classCallCheck2.default)(this, ValidationResults);
6363
6317
  this.validators = {};
@@ -6416,7 +6370,6 @@ var ValidationResults = /*#__PURE__*/function () {
6416
6370
  }]);
6417
6371
  return ValidationResults;
6418
6372
  }();
6419
- exports["default"] = ValidationResults;
6420
6373
 
6421
6374
  /***/ }),
6422
6375
 
@@ -6676,7 +6629,11 @@ module.exports = _interopRequireDefault, module.exports.__esModule = true, modul
6676
6629
  /***/ ((module) => {
6677
6630
 
6678
6631
  function _isNativeFunction(fn) {
6679
- return Function.toString.call(fn).indexOf("[native code]") !== -1;
6632
+ try {
6633
+ return Function.toString.call(fn).indexOf("[native code]") !== -1;
6634
+ } catch (e) {
6635
+ return typeof fn === "function";
6636
+ }
6680
6637
  }
6681
6638
  module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports;
6682
6639
 
@@ -6703,31 +6660,31 @@ module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, mo
6703
6660
  /***/ 8872:
6704
6661
  /***/ ((module) => {
6705
6662
 
6706
- function _iterableToArrayLimit(arr, i) {
6707
- var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
6708
- if (null != _i) {
6709
- var _s,
6710
- _e,
6711
- _x,
6712
- _r,
6713
- _arr = [],
6714
- _n = !0,
6715
- _d = !1;
6663
+ function _iterableToArrayLimit(r, l) {
6664
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
6665
+ if (null != t) {
6666
+ var e,
6667
+ n,
6668
+ i,
6669
+ u,
6670
+ a = [],
6671
+ f = !0,
6672
+ o = !1;
6716
6673
  try {
6717
- if (_x = (_i = _i.call(arr)).next, 0 === i) {
6718
- if (Object(_i) !== _i) return;
6719
- _n = !1;
6720
- } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
6721
- } catch (err) {
6722
- _d = !0, _e = err;
6674
+ if (i = (t = t.call(r)).next, 0 === l) {
6675
+ if (Object(t) !== t) return;
6676
+ f = !1;
6677
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
6678
+ } catch (r) {
6679
+ o = !0, n = r;
6723
6680
  } finally {
6724
6681
  try {
6725
- if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
6682
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
6726
6683
  } finally {
6727
- if (_d) throw _e;
6684
+ if (o) throw n;
6728
6685
  }
6729
6686
  }
6730
- return _arr;
6687
+ return a;
6731
6688
  }
6732
6689
  }
6733
6690
  module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports;
@@ -6768,304 +6725,304 @@ var _typeof = (__webpack_require__(8698)["default"]);
6768
6725
  function _regeneratorRuntime() {
6769
6726
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
6770
6727
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
6771
- return exports;
6728
+ return e;
6772
6729
  }, module.exports.__esModule = true, module.exports["default"] = module.exports;
6773
- var exports = {},
6774
- Op = Object.prototype,
6775
- hasOwn = Op.hasOwnProperty,
6776
- defineProperty = Object.defineProperty || function (obj, key, desc) {
6777
- obj[key] = desc.value;
6730
+ var t,
6731
+ e = {},
6732
+ r = Object.prototype,
6733
+ n = r.hasOwnProperty,
6734
+ o = Object.defineProperty || function (t, e, r) {
6735
+ t[e] = r.value;
6778
6736
  },
6779
- $Symbol = "function" == typeof Symbol ? Symbol : {},
6780
- iteratorSymbol = $Symbol.iterator || "@@iterator",
6781
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
6782
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
6783
- function define(obj, key, value) {
6784
- return Object.defineProperty(obj, key, {
6785
- value: value,
6737
+ i = "function" == typeof Symbol ? Symbol : {},
6738
+ a = i.iterator || "@@iterator",
6739
+ c = i.asyncIterator || "@@asyncIterator",
6740
+ u = i.toStringTag || "@@toStringTag";
6741
+ function define(t, e, r) {
6742
+ return Object.defineProperty(t, e, {
6743
+ value: r,
6786
6744
  enumerable: !0,
6787
6745
  configurable: !0,
6788
6746
  writable: !0
6789
- }), obj[key];
6747
+ }), t[e];
6790
6748
  }
6791
6749
  try {
6792
6750
  define({}, "");
6793
- } catch (err) {
6794
- define = function define(obj, key, value) {
6795
- return obj[key] = value;
6751
+ } catch (t) {
6752
+ define = function define(t, e, r) {
6753
+ return t[e] = r;
6796
6754
  };
6797
6755
  }
6798
- function wrap(innerFn, outerFn, self, tryLocsList) {
6799
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
6800
- generator = Object.create(protoGenerator.prototype),
6801
- context = new Context(tryLocsList || []);
6802
- return defineProperty(generator, "_invoke", {
6803
- value: makeInvokeMethod(innerFn, self, context)
6804
- }), generator;
6756
+ function wrap(t, e, r, n) {
6757
+ var i = e && e.prototype instanceof Generator ? e : Generator,
6758
+ a = Object.create(i.prototype),
6759
+ c = new Context(n || []);
6760
+ return o(a, "_invoke", {
6761
+ value: makeInvokeMethod(t, r, c)
6762
+ }), a;
6805
6763
  }
6806
- function tryCatch(fn, obj, arg) {
6764
+ function tryCatch(t, e, r) {
6807
6765
  try {
6808
6766
  return {
6809
6767
  type: "normal",
6810
- arg: fn.call(obj, arg)
6768
+ arg: t.call(e, r)
6811
6769
  };
6812
- } catch (err) {
6770
+ } catch (t) {
6813
6771
  return {
6814
6772
  type: "throw",
6815
- arg: err
6773
+ arg: t
6816
6774
  };
6817
6775
  }
6818
6776
  }
6819
- exports.wrap = wrap;
6820
- var ContinueSentinel = {};
6777
+ e.wrap = wrap;
6778
+ var h = "suspendedStart",
6779
+ l = "suspendedYield",
6780
+ f = "executing",
6781
+ s = "completed",
6782
+ y = {};
6821
6783
  function Generator() {}
6822
6784
  function GeneratorFunction() {}
6823
6785
  function GeneratorFunctionPrototype() {}
6824
- var IteratorPrototype = {};
6825
- define(IteratorPrototype, iteratorSymbol, function () {
6786
+ var p = {};
6787
+ define(p, a, function () {
6826
6788
  return this;
6827
6789
  });
6828
- var getProto = Object.getPrototypeOf,
6829
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
6830
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
6831
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
6832
- function defineIteratorMethods(prototype) {
6833
- ["next", "throw", "return"].forEach(function (method) {
6834
- define(prototype, method, function (arg) {
6835
- return this._invoke(method, arg);
6790
+ var d = Object.getPrototypeOf,
6791
+ v = d && d(d(values([])));
6792
+ v && v !== r && n.call(v, a) && (p = v);
6793
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
6794
+ function defineIteratorMethods(t) {
6795
+ ["next", "throw", "return"].forEach(function (e) {
6796
+ define(t, e, function (t) {
6797
+ return this._invoke(e, t);
6836
6798
  });
6837
6799
  });
6838
6800
  }
6839
- function AsyncIterator(generator, PromiseImpl) {
6840
- function invoke(method, arg, resolve, reject) {
6841
- var record = tryCatch(generator[method], generator, arg);
6842
- if ("throw" !== record.type) {
6843
- var result = record.arg,
6844
- value = result.value;
6845
- return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
6846
- invoke("next", value, resolve, reject);
6847
- }, function (err) {
6848
- invoke("throw", err, resolve, reject);
6849
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
6850
- result.value = unwrapped, resolve(result);
6851
- }, function (error) {
6852
- return invoke("throw", error, resolve, reject);
6801
+ function AsyncIterator(t, e) {
6802
+ function invoke(r, o, i, a) {
6803
+ var c = tryCatch(t[r], t, o);
6804
+ if ("throw" !== c.type) {
6805
+ var u = c.arg,
6806
+ h = u.value;
6807
+ return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
6808
+ invoke("next", t, i, a);
6809
+ }, function (t) {
6810
+ invoke("throw", t, i, a);
6811
+ }) : e.resolve(h).then(function (t) {
6812
+ u.value = t, i(u);
6813
+ }, function (t) {
6814
+ return invoke("throw", t, i, a);
6853
6815
  });
6854
6816
  }
6855
- reject(record.arg);
6817
+ a(c.arg);
6856
6818
  }
6857
- var previousPromise;
6858
- defineProperty(this, "_invoke", {
6859
- value: function value(method, arg) {
6819
+ var r;
6820
+ o(this, "_invoke", {
6821
+ value: function value(t, n) {
6860
6822
  function callInvokeWithMethodAndArg() {
6861
- return new PromiseImpl(function (resolve, reject) {
6862
- invoke(method, arg, resolve, reject);
6823
+ return new e(function (e, r) {
6824
+ invoke(t, n, e, r);
6863
6825
  });
6864
6826
  }
6865
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
6827
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
6866
6828
  }
6867
6829
  });
6868
6830
  }
6869
- function makeInvokeMethod(innerFn, self, context) {
6870
- var state = "suspendedStart";
6871
- return function (method, arg) {
6872
- if ("executing" === state) throw new Error("Generator is already running");
6873
- if ("completed" === state) {
6874
- if ("throw" === method) throw arg;
6875
- return doneResult();
6831
+ function makeInvokeMethod(e, r, n) {
6832
+ var o = h;
6833
+ return function (i, a) {
6834
+ if (o === f) throw new Error("Generator is already running");
6835
+ if (o === s) {
6836
+ if ("throw" === i) throw a;
6837
+ return {
6838
+ value: t,
6839
+ done: !0
6840
+ };
6876
6841
  }
6877
- for (context.method = method, context.arg = arg;;) {
6878
- var delegate = context.delegate;
6879
- if (delegate) {
6880
- var delegateResult = maybeInvokeDelegate(delegate, context);
6881
- if (delegateResult) {
6882
- if (delegateResult === ContinueSentinel) continue;
6883
- return delegateResult;
6842
+ for (n.method = i, n.arg = a;;) {
6843
+ var c = n.delegate;
6844
+ if (c) {
6845
+ var u = maybeInvokeDelegate(c, n);
6846
+ if (u) {
6847
+ if (u === y) continue;
6848
+ return u;
6884
6849
  }
6885
6850
  }
6886
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
6887
- if ("suspendedStart" === state) throw state = "completed", context.arg;
6888
- context.dispatchException(context.arg);
6889
- } else "return" === context.method && context.abrupt("return", context.arg);
6890
- state = "executing";
6891
- var record = tryCatch(innerFn, self, context);
6892
- if ("normal" === record.type) {
6893
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
6851
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
6852
+ if (o === h) throw o = s, n.arg;
6853
+ n.dispatchException(n.arg);
6854
+ } else "return" === n.method && n.abrupt("return", n.arg);
6855
+ o = f;
6856
+ var p = tryCatch(e, r, n);
6857
+ if ("normal" === p.type) {
6858
+ if (o = n.done ? s : l, p.arg === y) continue;
6894
6859
  return {
6895
- value: record.arg,
6896
- done: context.done
6860
+ value: p.arg,
6861
+ done: n.done
6897
6862
  };
6898
6863
  }
6899
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
6864
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
6900
6865
  }
6901
6866
  };
6902
6867
  }
6903
- function maybeInvokeDelegate(delegate, context) {
6904
- var methodName = context.method,
6905
- method = delegate.iterator[methodName];
6906
- 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;
6907
- var record = tryCatch(method, delegate.iterator, context.arg);
6908
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
6909
- var info = record.arg;
6910
- 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);
6911
- }
6912
- function pushTryEntry(locs) {
6913
- var entry = {
6914
- tryLoc: locs[0]
6868
+ function maybeInvokeDelegate(e, r) {
6869
+ var n = r.method,
6870
+ o = e.iterator[n];
6871
+ 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;
6872
+ var i = tryCatch(o, e.iterator, r.arg);
6873
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
6874
+ var a = i.arg;
6875
+ 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);
6876
+ }
6877
+ function pushTryEntry(t) {
6878
+ var e = {
6879
+ tryLoc: t[0]
6915
6880
  };
6916
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
6881
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
6917
6882
  }
6918
- function resetTryEntry(entry) {
6919
- var record = entry.completion || {};
6920
- record.type = "normal", delete record.arg, entry.completion = record;
6883
+ function resetTryEntry(t) {
6884
+ var e = t.completion || {};
6885
+ e.type = "normal", delete e.arg, t.completion = e;
6921
6886
  }
6922
- function Context(tryLocsList) {
6887
+ function Context(t) {
6923
6888
  this.tryEntries = [{
6924
6889
  tryLoc: "root"
6925
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
6926
- }
6927
- function values(iterable) {
6928
- if (iterable) {
6929
- var iteratorMethod = iterable[iteratorSymbol];
6930
- if (iteratorMethod) return iteratorMethod.call(iterable);
6931
- if ("function" == typeof iterable.next) return iterable;
6932
- if (!isNaN(iterable.length)) {
6933
- var i = -1,
6934
- next = function next() {
6935
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
6936
- return next.value = undefined, next.done = !0, next;
6890
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
6891
+ }
6892
+ function values(e) {
6893
+ if (e || "" === e) {
6894
+ var r = e[a];
6895
+ if (r) return r.call(e);
6896
+ if ("function" == typeof e.next) return e;
6897
+ if (!isNaN(e.length)) {
6898
+ var o = -1,
6899
+ i = function next() {
6900
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
6901
+ return next.value = t, next.done = !0, next;
6937
6902
  };
6938
- return next.next = next;
6903
+ return i.next = i;
6939
6904
  }
6940
6905
  }
6941
- return {
6942
- next: doneResult
6943
- };
6944
- }
6945
- function doneResult() {
6946
- return {
6947
- value: undefined,
6948
- done: !0
6949
- };
6906
+ throw new TypeError(_typeof(e) + " is not iterable");
6950
6907
  }
6951
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
6908
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
6952
6909
  value: GeneratorFunctionPrototype,
6953
6910
  configurable: !0
6954
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
6911
+ }), o(GeneratorFunctionPrototype, "constructor", {
6955
6912
  value: GeneratorFunction,
6956
6913
  configurable: !0
6957
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
6958
- var ctor = "function" == typeof genFun && genFun.constructor;
6959
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
6960
- }, exports.mark = function (genFun) {
6961
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
6962
- }, exports.awrap = function (arg) {
6914
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
6915
+ var e = "function" == typeof t && t.constructor;
6916
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
6917
+ }, e.mark = function (t) {
6918
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
6919
+ }, e.awrap = function (t) {
6963
6920
  return {
6964
- __await: arg
6921
+ __await: t
6965
6922
  };
6966
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
6923
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
6967
6924
  return this;
6968
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
6969
- void 0 === PromiseImpl && (PromiseImpl = Promise);
6970
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
6971
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
6972
- return result.done ? result.value : iter.next();
6925
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
6926
+ void 0 === i && (i = Promise);
6927
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
6928
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
6929
+ return t.done ? t.value : a.next();
6973
6930
  });
6974
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
6931
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
6975
6932
  return this;
6976
- }), define(Gp, "toString", function () {
6933
+ }), define(g, "toString", function () {
6977
6934
  return "[object Generator]";
6978
- }), exports.keys = function (val) {
6979
- var object = Object(val),
6980
- keys = [];
6981
- for (var key in object) keys.push(key);
6982
- return keys.reverse(), function next() {
6983
- for (; keys.length;) {
6984
- var key = keys.pop();
6985
- if (key in object) return next.value = key, next.done = !1, next;
6935
+ }), e.keys = function (t) {
6936
+ var e = Object(t),
6937
+ r = [];
6938
+ for (var n in e) r.push(n);
6939
+ return r.reverse(), function next() {
6940
+ for (; r.length;) {
6941
+ var t = r.pop();
6942
+ if (t in e) return next.value = t, next.done = !1, next;
6986
6943
  }
6987
6944
  return next.done = !0, next;
6988
6945
  };
6989
- }, exports.values = values, Context.prototype = {
6946
+ }, e.values = values, Context.prototype = {
6990
6947
  constructor: Context,
6991
- reset: function reset(skipTempReset) {
6992
- 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);
6948
+ reset: function reset(e) {
6949
+ 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);
6993
6950
  },
6994
6951
  stop: function stop() {
6995
6952
  this.done = !0;
6996
- var rootRecord = this.tryEntries[0].completion;
6997
- if ("throw" === rootRecord.type) throw rootRecord.arg;
6953
+ var t = this.tryEntries[0].completion;
6954
+ if ("throw" === t.type) throw t.arg;
6998
6955
  return this.rval;
6999
6956
  },
7000
- dispatchException: function dispatchException(exception) {
7001
- if (this.done) throw exception;
7002
- var context = this;
7003
- function handle(loc, caught) {
7004
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
6957
+ dispatchException: function dispatchException(e) {
6958
+ if (this.done) throw e;
6959
+ var r = this;
6960
+ function handle(n, o) {
6961
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
7005
6962
  }
7006
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
7007
- var entry = this.tryEntries[i],
7008
- record = entry.completion;
7009
- if ("root" === entry.tryLoc) return handle("end");
7010
- if (entry.tryLoc <= this.prev) {
7011
- var hasCatch = hasOwn.call(entry, "catchLoc"),
7012
- hasFinally = hasOwn.call(entry, "finallyLoc");
7013
- if (hasCatch && hasFinally) {
7014
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
7015
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
7016
- } else if (hasCatch) {
7017
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
6963
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
6964
+ var i = this.tryEntries[o],
6965
+ a = i.completion;
6966
+ if ("root" === i.tryLoc) return handle("end");
6967
+ if (i.tryLoc <= this.prev) {
6968
+ var c = n.call(i, "catchLoc"),
6969
+ u = n.call(i, "finallyLoc");
6970
+ if (c && u) {
6971
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
6972
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
6973
+ } else if (c) {
6974
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
7018
6975
  } else {
7019
- if (!hasFinally) throw new Error("try statement without catch or finally");
7020
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
6976
+ if (!u) throw new Error("try statement without catch or finally");
6977
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
7021
6978
  }
7022
6979
  }
7023
6980
  }
7024
6981
  },
7025
- abrupt: function abrupt(type, arg) {
7026
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
7027
- var entry = this.tryEntries[i];
7028
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
7029
- var finallyEntry = entry;
6982
+ abrupt: function abrupt(t, e) {
6983
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
6984
+ var o = this.tryEntries[r];
6985
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
6986
+ var i = o;
7030
6987
  break;
7031
6988
  }
7032
6989
  }
7033
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
7034
- var record = finallyEntry ? finallyEntry.completion : {};
7035
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
6990
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
6991
+ var a = i ? i.completion : {};
6992
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
7036
6993
  },
7037
- complete: function complete(record, afterLoc) {
7038
- if ("throw" === record.type) throw record.arg;
7039
- 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;
6994
+ complete: function complete(t, e) {
6995
+ if ("throw" === t.type) throw t.arg;
6996
+ 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;
7040
6997
  },
7041
- finish: function finish(finallyLoc) {
7042
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
7043
- var entry = this.tryEntries[i];
7044
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
6998
+ finish: function finish(t) {
6999
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
7000
+ var r = this.tryEntries[e];
7001
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
7045
7002
  }
7046
7003
  },
7047
- "catch": function _catch(tryLoc) {
7048
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
7049
- var entry = this.tryEntries[i];
7050
- if (entry.tryLoc === tryLoc) {
7051
- var record = entry.completion;
7052
- if ("throw" === record.type) {
7053
- var thrown = record.arg;
7054
- resetTryEntry(entry);
7004
+ "catch": function _catch(t) {
7005
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
7006
+ var r = this.tryEntries[e];
7007
+ if (r.tryLoc === t) {
7008
+ var n = r.completion;
7009
+ if ("throw" === n.type) {
7010
+ var o = n.arg;
7011
+ resetTryEntry(r);
7055
7012
  }
7056
- return thrown;
7013
+ return o;
7057
7014
  }
7058
7015
  }
7059
7016
  throw new Error("illegal catch attempt");
7060
7017
  },
7061
- delegateYield: function delegateYield(iterable, resultName, nextLoc) {
7018
+ delegateYield: function delegateYield(e, r, n) {
7062
7019
  return this.delegate = {
7063
- iterator: values(iterable),
7064
- resultName: resultName,
7065
- nextLoc: nextLoc
7066
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
7020
+ iterator: values(e),
7021
+ resultName: r,
7022
+ nextLoc: n
7023
+ }, "next" === this.method && (this.arg = t), y;
7067
7024
  }
7068
- }, exports;
7025
+ }, e;
7069
7026
  }
7070
7027
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
7071
7028
 
@@ -7118,17 +7075,17 @@ module.exports = _superPropBase, module.exports.__esModule = true, module.export
7118
7075
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7119
7076
 
7120
7077
  var _typeof = (__webpack_require__(8698)["default"]);
7121
- function _toPrimitive(input, hint) {
7122
- if (_typeof(input) !== "object" || input === null) return input;
7123
- var prim = input[Symbol.toPrimitive];
7124
- if (prim !== undefined) {
7125
- var res = prim.call(input, hint || "default");
7126
- if (_typeof(res) !== "object") return res;
7078
+ function toPrimitive(t, r) {
7079
+ if ("object" != _typeof(t) || !t) return t;
7080
+ var e = t[Symbol.toPrimitive];
7081
+ if (void 0 !== e) {
7082
+ var i = e.call(t, r || "default");
7083
+ if ("object" != _typeof(i)) return i;
7127
7084
  throw new TypeError("@@toPrimitive must return a primitive value.");
7128
7085
  }
7129
- return (hint === "string" ? String : Number)(input);
7086
+ return ("string" === r ? String : Number)(t);
7130
7087
  }
7131
- module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
7088
+ module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
7132
7089
 
7133
7090
  /***/ }),
7134
7091
 
@@ -7137,25 +7094,25 @@ module.exports = _toPrimitive, module.exports.__esModule = true, module.exports[
7137
7094
 
7138
7095
  var _typeof = (__webpack_require__(8698)["default"]);
7139
7096
  var toPrimitive = __webpack_require__(5036);
7140
- function _toPropertyKey(arg) {
7141
- var key = toPrimitive(arg, "string");
7142
- return _typeof(key) === "symbol" ? key : String(key);
7097
+ function toPropertyKey(t) {
7098
+ var i = toPrimitive(t, "string");
7099
+ return "symbol" == _typeof(i) ? i : String(i);
7143
7100
  }
7144
- module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
7101
+ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
7145
7102
 
7146
7103
  /***/ }),
7147
7104
 
7148
7105
  /***/ 8698:
7149
7106
  /***/ ((module) => {
7150
7107
 
7151
- function _typeof(obj) {
7108
+ function _typeof(o) {
7152
7109
  "@babel/helpers - typeof";
7153
7110
 
7154
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
7155
- return typeof obj;
7156
- } : function (obj) {
7157
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
7158
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
7111
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
7112
+ return typeof o;
7113
+ } : function (o) {
7114
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
7115
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
7159
7116
  }
7160
7117
  module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
7161
7118
 
@@ -7240,7 +7197,7 @@ try {
7240
7197
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
7241
7198
 
7242
7199
  "use strict";
7243
- // Axios v1.4.0 Copyright (c) 2023 Matt Zabriskie and contributors
7200
+ // Axios v1.6.2 Copyright (c) 2023 Matt Zabriskie and contributors
7244
7201
 
7245
7202
 
7246
7203
  function bind(fn, thisArg) {
@@ -7787,8 +7744,9 @@ const reduceDescriptors = (obj, reducer) => {
7787
7744
  const reducedDescriptors = {};
7788
7745
 
7789
7746
  forEach(descriptors, (descriptor, name) => {
7790
- if (reducer(descriptor, name, obj) !== false) {
7791
- reducedDescriptors[name] = descriptor;
7747
+ let ret;
7748
+ if ((ret = reducer(descriptor, name, obj)) !== false) {
7749
+ reducedDescriptors[name] = ret || descriptor;
7792
7750
  }
7793
7751
  });
7794
7752
 
@@ -7914,7 +7872,7 @@ const isAsyncFn = kindOfTest('AsyncFunction');
7914
7872
  const isThenable = (thing) =>
7915
7873
  thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);
7916
7874
 
7917
- var utils = {
7875
+ var utils$1 = {
7918
7876
  isArray,
7919
7877
  isArrayBuffer,
7920
7878
  isBuffer,
@@ -7996,7 +7954,7 @@ function AxiosError(message, code, config, request, response) {
7996
7954
  response && (this.response = response);
7997
7955
  }
7998
7956
 
7999
- utils.inherits(AxiosError, Error, {
7957
+ utils$1.inherits(AxiosError, Error, {
8000
7958
  toJSON: function toJSON() {
8001
7959
  return {
8002
7960
  // Standard
@@ -8011,7 +7969,7 @@ utils.inherits(AxiosError, Error, {
8011
7969
  columnNumber: this.columnNumber,
8012
7970
  stack: this.stack,
8013
7971
  // Axios
8014
- config: utils.toJSONObject(this.config),
7972
+ config: utils$1.toJSONObject(this.config),
8015
7973
  code: this.code,
8016
7974
  status: this.response && this.response.status ? this.response.status : null
8017
7975
  };
@@ -8046,7 +8004,7 @@ Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
8046
8004
  AxiosError.from = (error, code, config, request, response, customProps) => {
8047
8005
  const axiosError = Object.create(prototype$1);
8048
8006
 
8049
- utils.toFlatObject(error, axiosError, function filter(obj) {
8007
+ utils$1.toFlatObject(error, axiosError, function filter(obj) {
8050
8008
  return obj !== Error.prototype;
8051
8009
  }, prop => {
8052
8010
  return prop !== 'isAxiosError';
@@ -8074,7 +8032,7 @@ var httpAdapter = null;
8074
8032
  * @returns {boolean}
8075
8033
  */
8076
8034
  function isVisitable(thing) {
8077
- return utils.isPlainObject(thing) || utils.isArray(thing);
8035
+ return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
8078
8036
  }
8079
8037
 
8080
8038
  /**
@@ -8085,7 +8043,7 @@ function isVisitable(thing) {
8085
8043
  * @returns {string} the key without the brackets.
8086
8044
  */
8087
8045
  function removeBrackets(key) {
8088
- return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;
8046
+ return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
8089
8047
  }
8090
8048
 
8091
8049
  /**
@@ -8114,10 +8072,10 @@ function renderKey(path, key, dots) {
8114
8072
  * @returns {boolean}
8115
8073
  */
8116
8074
  function isFlatArray(arr) {
8117
- return utils.isArray(arr) && !arr.some(isVisitable);
8075
+ return utils$1.isArray(arr) && !arr.some(isVisitable);
8118
8076
  }
8119
8077
 
8120
- const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {
8078
+ const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
8121
8079
  return /^is[A-Z]/.test(prop);
8122
8080
  });
8123
8081
 
@@ -8145,7 +8103,7 @@ const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {
8145
8103
  * @returns
8146
8104
  */
8147
8105
  function toFormData(obj, formData, options) {
8148
- if (!utils.isObject(obj)) {
8106
+ if (!utils$1.isObject(obj)) {
8149
8107
  throw new TypeError('target must be an object');
8150
8108
  }
8151
8109
 
@@ -8153,13 +8111,13 @@ function toFormData(obj, formData, options) {
8153
8111
  formData = formData || new (FormData)();
8154
8112
 
8155
8113
  // eslint-disable-next-line no-param-reassign
8156
- options = utils.toFlatObject(options, {
8114
+ options = utils$1.toFlatObject(options, {
8157
8115
  metaTokens: true,
8158
8116
  dots: false,
8159
8117
  indexes: false
8160
8118
  }, false, function defined(option, source) {
8161
8119
  // eslint-disable-next-line no-eq-null,eqeqeq
8162
- return !utils.isUndefined(source[option]);
8120
+ return !utils$1.isUndefined(source[option]);
8163
8121
  });
8164
8122
 
8165
8123
  const metaTokens = options.metaTokens;
@@ -8168,24 +8126,24 @@ function toFormData(obj, formData, options) {
8168
8126
  const dots = options.dots;
8169
8127
  const indexes = options.indexes;
8170
8128
  const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
8171
- const useBlob = _Blob && utils.isSpecCompliantForm(formData);
8129
+ const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
8172
8130
 
8173
- if (!utils.isFunction(visitor)) {
8131
+ if (!utils$1.isFunction(visitor)) {
8174
8132
  throw new TypeError('visitor must be a function');
8175
8133
  }
8176
8134
 
8177
8135
  function convertValue(value) {
8178
8136
  if (value === null) return '';
8179
8137
 
8180
- if (utils.isDate(value)) {
8138
+ if (utils$1.isDate(value)) {
8181
8139
  return value.toISOString();
8182
8140
  }
8183
8141
 
8184
- if (!useBlob && utils.isBlob(value)) {
8142
+ if (!useBlob && utils$1.isBlob(value)) {
8185
8143
  throw new AxiosError('Blob is not supported. Use a Buffer instead.');
8186
8144
  }
8187
8145
 
8188
- if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {
8146
+ if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
8189
8147
  return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
8190
8148
  }
8191
8149
 
@@ -8206,20 +8164,20 @@ function toFormData(obj, formData, options) {
8206
8164
  let arr = value;
8207
8165
 
8208
8166
  if (value && !path && typeof value === 'object') {
8209
- if (utils.endsWith(key, '{}')) {
8167
+ if (utils$1.endsWith(key, '{}')) {
8210
8168
  // eslint-disable-next-line no-param-reassign
8211
8169
  key = metaTokens ? key : key.slice(0, -2);
8212
8170
  // eslint-disable-next-line no-param-reassign
8213
8171
  value = JSON.stringify(value);
8214
8172
  } else if (
8215
- (utils.isArray(value) && isFlatArray(value)) ||
8216
- ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))
8173
+ (utils$1.isArray(value) && isFlatArray(value)) ||
8174
+ ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
8217
8175
  )) {
8218
8176
  // eslint-disable-next-line no-param-reassign
8219
8177
  key = removeBrackets(key);
8220
8178
 
8221
8179
  arr.forEach(function each(el, index) {
8222
- !(utils.isUndefined(el) || el === null) && formData.append(
8180
+ !(utils$1.isUndefined(el) || el === null) && formData.append(
8223
8181
  // eslint-disable-next-line no-nested-ternary
8224
8182
  indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),
8225
8183
  convertValue(el)
@@ -8247,7 +8205,7 @@ function toFormData(obj, formData, options) {
8247
8205
  });
8248
8206
 
8249
8207
  function build(value, path) {
8250
- if (utils.isUndefined(value)) return;
8208
+ if (utils$1.isUndefined(value)) return;
8251
8209
 
8252
8210
  if (stack.indexOf(value) !== -1) {
8253
8211
  throw Error('Circular reference detected in ' + path.join('.'));
@@ -8255,9 +8213,9 @@ function toFormData(obj, formData, options) {
8255
8213
 
8256
8214
  stack.push(value);
8257
8215
 
8258
- utils.forEach(value, function each(el, key) {
8259
- const result = !(utils.isUndefined(el) || el === null) && visitor.call(
8260
- formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers
8216
+ utils$1.forEach(value, function each(el, key) {
8217
+ const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(
8218
+ formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers
8261
8219
  );
8262
8220
 
8263
8221
  if (result === true) {
@@ -8268,7 +8226,7 @@ function toFormData(obj, formData, options) {
8268
8226
  stack.pop();
8269
8227
  }
8270
8228
 
8271
- if (!utils.isObject(obj)) {
8229
+ if (!utils$1.isObject(obj)) {
8272
8230
  throw new TypeError('data must be an object');
8273
8231
  }
8274
8232
 
@@ -8372,7 +8330,7 @@ function buildURL(url, params, options) {
8372
8330
  if (serializeFn) {
8373
8331
  serializedParams = serializeFn(params, options);
8374
8332
  } else {
8375
- serializedParams = utils.isURLSearchParams(params) ?
8333
+ serializedParams = utils$1.isURLSearchParams(params) ?
8376
8334
  params.toString() :
8377
8335
  new AxiosURLSearchParams(params, options).toString(_encode);
8378
8336
  }
@@ -8447,7 +8405,7 @@ class InterceptorManager {
8447
8405
  * @returns {void}
8448
8406
  */
8449
8407
  forEach(fn) {
8450
- utils.forEach(this.handlers, function forEachHandler(h) {
8408
+ utils$1.forEach(this.handlers, function forEachHandler(h) {
8451
8409
  if (h !== null) {
8452
8410
  fn(h);
8453
8411
  }
@@ -8469,6 +8427,18 @@ var FormData$1 = typeof FormData !== 'undefined' ? FormData : null;
8469
8427
 
8470
8428
  var Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
8471
8429
 
8430
+ var platform$1 = {
8431
+ isBrowser: true,
8432
+ classes: {
8433
+ URLSearchParams: URLSearchParams$1,
8434
+ FormData: FormData$1,
8435
+ Blob: Blob$1
8436
+ },
8437
+ protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
8438
+ };
8439
+
8440
+ const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
8441
+
8472
8442
  /**
8473
8443
  * Determine if we're running in a standard browser environment
8474
8444
  *
@@ -8486,18 +8456,10 @@ var Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
8486
8456
  *
8487
8457
  * @returns {boolean}
8488
8458
  */
8489
- const isStandardBrowserEnv = (() => {
8490
- let product;
8491
- if (typeof navigator !== 'undefined' && (
8492
- (product = navigator.product) === 'ReactNative' ||
8493
- product === 'NativeScript' ||
8494
- product === 'NS')
8495
- ) {
8496
- return false;
8497
- }
8498
-
8499
- return typeof window !== 'undefined' && typeof document !== 'undefined';
8500
- })();
8459
+ const hasStandardBrowserEnv = (
8460
+ (product) => {
8461
+ return hasBrowserEnv && ['ReactNative', 'NativeScript', 'NS'].indexOf(product) < 0
8462
+ })(typeof navigator !== 'undefined' && navigator.product);
8501
8463
 
8502
8464
  /**
8503
8465
  * Determine if we're running in a standard browser webWorker environment
@@ -8508,7 +8470,7 @@ const isStandardBrowserEnv = (() => {
8508
8470
  * `typeof window !== 'undefined' && typeof document !== 'undefined'`.
8509
8471
  * This leads to a problem when axios post `FormData` in webWorker
8510
8472
  */
8511
- const isStandardBrowserWebWorkerEnv = (() => {
8473
+ const hasStandardBrowserWebWorkerEnv = (() => {
8512
8474
  return (
8513
8475
  typeof WorkerGlobalScope !== 'undefined' &&
8514
8476
  // eslint-disable-next-line no-undef
@@ -8517,23 +8479,22 @@ const isStandardBrowserEnv = (() => {
8517
8479
  );
8518
8480
  })();
8519
8481
 
8482
+ var utils = /*#__PURE__*/Object.freeze({
8483
+ __proto__: null,
8484
+ hasBrowserEnv: hasBrowserEnv,
8485
+ hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
8486
+ hasStandardBrowserEnv: hasStandardBrowserEnv
8487
+ });
8520
8488
 
8521
8489
  var platform = {
8522
- isBrowser: true,
8523
- classes: {
8524
- URLSearchParams: URLSearchParams$1,
8525
- FormData: FormData$1,
8526
- Blob: Blob$1
8527
- },
8528
- isStandardBrowserEnv,
8529
- isStandardBrowserWebWorkerEnv,
8530
- protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
8490
+ ...utils,
8491
+ ...platform$1
8531
8492
  };
8532
8493
 
8533
8494
  function toURLEncodedForm(data, options) {
8534
8495
  return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({
8535
8496
  visitor: function(value, key, path, helpers) {
8536
- if (platform.isNode && utils.isBuffer(value)) {
8497
+ if (platform.isNode && utils$1.isBuffer(value)) {
8537
8498
  this.append(key, value.toString('base64'));
8538
8499
  return false;
8539
8500
  }
@@ -8555,7 +8516,7 @@ function parsePropPath(name) {
8555
8516
  // foo.x.y.z
8556
8517
  // foo-x-y-z
8557
8518
  // foo x y z
8558
- return utils.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
8519
+ return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
8559
8520
  return match[0] === '[]' ? '' : match[1] || match[0];
8560
8521
  });
8561
8522
  }
@@ -8592,10 +8553,10 @@ function formDataToJSON(formData) {
8592
8553
  let name = path[index++];
8593
8554
  const isNumericKey = Number.isFinite(+name);
8594
8555
  const isLast = index >= path.length;
8595
- name = !name && utils.isArray(target) ? target.length : name;
8556
+ name = !name && utils$1.isArray(target) ? target.length : name;
8596
8557
 
8597
8558
  if (isLast) {
8598
- if (utils.hasOwnProp(target, name)) {
8559
+ if (utils$1.hasOwnProp(target, name)) {
8599
8560
  target[name] = [target[name], value];
8600
8561
  } else {
8601
8562
  target[name] = value;
@@ -8604,23 +8565,23 @@ function formDataToJSON(formData) {
8604
8565
  return !isNumericKey;
8605
8566
  }
8606
8567
 
8607
- if (!target[name] || !utils.isObject(target[name])) {
8568
+ if (!target[name] || !utils$1.isObject(target[name])) {
8608
8569
  target[name] = [];
8609
8570
  }
8610
8571
 
8611
8572
  const result = buildPath(path, value, target[name], index);
8612
8573
 
8613
- if (result && utils.isArray(target[name])) {
8574
+ if (result && utils$1.isArray(target[name])) {
8614
8575
  target[name] = arrayToObject(target[name]);
8615
8576
  }
8616
8577
 
8617
8578
  return !isNumericKey;
8618
8579
  }
8619
8580
 
8620
- if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {
8581
+ if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
8621
8582
  const obj = {};
8622
8583
 
8623
- utils.forEachEntry(formData, (name, value) => {
8584
+ utils$1.forEachEntry(formData, (name, value) => {
8624
8585
  buildPath(parsePropPath(name), value, obj, 0);
8625
8586
  });
8626
8587
 
@@ -8630,10 +8591,6 @@ function formDataToJSON(formData) {
8630
8591
  return null;
8631
8592
  }
8632
8593
 
8633
- const DEFAULT_CONTENT_TYPE = {
8634
- 'Content-Type': undefined
8635
- };
8636
-
8637
8594
  /**
8638
8595
  * It takes a string, tries to parse it, and if it fails, it returns the stringified version
8639
8596
  * of the input
@@ -8645,10 +8602,10 @@ const DEFAULT_CONTENT_TYPE = {
8645
8602
  * @returns {string} A stringified version of the rawValue.
8646
8603
  */
8647
8604
  function stringifySafely(rawValue, parser, encoder) {
8648
- if (utils.isString(rawValue)) {
8605
+ if (utils$1.isString(rawValue)) {
8649
8606
  try {
8650
8607
  (parser || JSON.parse)(rawValue);
8651
- return utils.trim(rawValue);
8608
+ return utils$1.trim(rawValue);
8652
8609
  } catch (e) {
8653
8610
  if (e.name !== 'SyntaxError') {
8654
8611
  throw e;
@@ -8668,13 +8625,13 @@ const defaults = {
8668
8625
  transformRequest: [function transformRequest(data, headers) {
8669
8626
  const contentType = headers.getContentType() || '';
8670
8627
  const hasJSONContentType = contentType.indexOf('application/json') > -1;
8671
- const isObjectPayload = utils.isObject(data);
8628
+ const isObjectPayload = utils$1.isObject(data);
8672
8629
 
8673
- if (isObjectPayload && utils.isHTMLForm(data)) {
8630
+ if (isObjectPayload && utils$1.isHTMLForm(data)) {
8674
8631
  data = new FormData(data);
8675
8632
  }
8676
8633
 
8677
- const isFormData = utils.isFormData(data);
8634
+ const isFormData = utils$1.isFormData(data);
8678
8635
 
8679
8636
  if (isFormData) {
8680
8637
  if (!hasJSONContentType) {
@@ -8683,18 +8640,18 @@ const defaults = {
8683
8640
  return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
8684
8641
  }
8685
8642
 
8686
- if (utils.isArrayBuffer(data) ||
8687
- utils.isBuffer(data) ||
8688
- utils.isStream(data) ||
8689
- utils.isFile(data) ||
8690
- utils.isBlob(data)
8643
+ if (utils$1.isArrayBuffer(data) ||
8644
+ utils$1.isBuffer(data) ||
8645
+ utils$1.isStream(data) ||
8646
+ utils$1.isFile(data) ||
8647
+ utils$1.isBlob(data)
8691
8648
  ) {
8692
8649
  return data;
8693
8650
  }
8694
- if (utils.isArrayBufferView(data)) {
8651
+ if (utils$1.isArrayBufferView(data)) {
8695
8652
  return data.buffer;
8696
8653
  }
8697
- if (utils.isURLSearchParams(data)) {
8654
+ if (utils$1.isURLSearchParams(data)) {
8698
8655
  headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
8699
8656
  return data.toString();
8700
8657
  }
@@ -8706,7 +8663,7 @@ const defaults = {
8706
8663
  return toURLEncodedForm(data, this.formSerializer).toString();
8707
8664
  }
8708
8665
 
8709
- if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
8666
+ if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
8710
8667
  const _FormData = this.env && this.env.FormData;
8711
8668
 
8712
8669
  return toFormData(
@@ -8730,7 +8687,7 @@ const defaults = {
8730
8687
  const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
8731
8688
  const JSONRequested = this.responseType === 'json';
8732
8689
 
8733
- if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {
8690
+ if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {
8734
8691
  const silentJSONParsing = transitional && transitional.silentJSONParsing;
8735
8692
  const strictJSONParsing = !silentJSONParsing && JSONRequested;
8736
8693
 
@@ -8772,24 +8729,21 @@ const defaults = {
8772
8729
 
8773
8730
  headers: {
8774
8731
  common: {
8775
- 'Accept': 'application/json, text/plain, */*'
8732
+ 'Accept': 'application/json, text/plain, */*',
8733
+ 'Content-Type': undefined
8776
8734
  }
8777
8735
  }
8778
8736
  };
8779
8737
 
8780
- utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
8738
+ utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
8781
8739
  defaults.headers[method] = {};
8782
8740
  });
8783
8741
 
8784
- utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
8785
- defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);
8786
- });
8787
-
8788
8742
  var defaults$1 = defaults;
8789
8743
 
8790
8744
  // RawAxiosHeaders whose duplicates are ignored by node
8791
8745
  // c.f. https://nodejs.org/api/http.html#http_message_headers
8792
- const ignoreDuplicateOf = utils.toObjectSet([
8746
+ const ignoreDuplicateOf = utils$1.toObjectSet([
8793
8747
  'age', 'authorization', 'content-length', 'content-type', 'etag',
8794
8748
  'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
8795
8749
  'last-modified', 'location', 'max-forwards', 'proxy-authorization',
@@ -8850,7 +8804,7 @@ function normalizeValue(value) {
8850
8804
  return value;
8851
8805
  }
8852
8806
 
8853
- return utils.isArray(value) ? value.map(normalizeValue) : String(value);
8807
+ return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
8854
8808
  }
8855
8809
 
8856
8810
  function parseTokens(str) {
@@ -8868,7 +8822,7 @@ function parseTokens(str) {
8868
8822
  const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
8869
8823
 
8870
8824
  function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
8871
- if (utils.isFunction(filter)) {
8825
+ if (utils$1.isFunction(filter)) {
8872
8826
  return filter.call(this, value, header);
8873
8827
  }
8874
8828
 
@@ -8876,13 +8830,13 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
8876
8830
  value = header;
8877
8831
  }
8878
8832
 
8879
- if (!utils.isString(value)) return;
8833
+ if (!utils$1.isString(value)) return;
8880
8834
 
8881
- if (utils.isString(filter)) {
8835
+ if (utils$1.isString(filter)) {
8882
8836
  return value.indexOf(filter) !== -1;
8883
8837
  }
8884
8838
 
8885
- if (utils.isRegExp(filter)) {
8839
+ if (utils$1.isRegExp(filter)) {
8886
8840
  return filter.test(value);
8887
8841
  }
8888
8842
  }
@@ -8895,7 +8849,7 @@ function formatHeader(header) {
8895
8849
  }
8896
8850
 
8897
8851
  function buildAccessors(obj, header) {
8898
- const accessorName = utils.toCamelCase(' ' + header);
8852
+ const accessorName = utils$1.toCamelCase(' ' + header);
8899
8853
 
8900
8854
  ['get', 'set', 'has'].forEach(methodName => {
8901
8855
  Object.defineProperty(obj, methodName + accessorName, {
@@ -8922,7 +8876,7 @@ class AxiosHeaders {
8922
8876
  throw new Error('header name must be a non-empty string');
8923
8877
  }
8924
8878
 
8925
- const key = utils.findKey(self, lHeader);
8879
+ const key = utils$1.findKey(self, lHeader);
8926
8880
 
8927
8881
  if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {
8928
8882
  self[key || _header] = normalizeValue(_value);
@@ -8930,11 +8884,11 @@ class AxiosHeaders {
8930
8884
  }
8931
8885
 
8932
8886
  const setHeaders = (headers, _rewrite) =>
8933
- utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
8887
+ utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
8934
8888
 
8935
- if (utils.isPlainObject(header) || header instanceof this.constructor) {
8889
+ if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
8936
8890
  setHeaders(header, valueOrRewrite);
8937
- } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
8891
+ } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
8938
8892
  setHeaders(parseHeaders(header), valueOrRewrite);
8939
8893
  } else {
8940
8894
  header != null && setHeader(valueOrRewrite, header, rewrite);
@@ -8947,7 +8901,7 @@ class AxiosHeaders {
8947
8901
  header = normalizeHeader(header);
8948
8902
 
8949
8903
  if (header) {
8950
- const key = utils.findKey(this, header);
8904
+ const key = utils$1.findKey(this, header);
8951
8905
 
8952
8906
  if (key) {
8953
8907
  const value = this[key];
@@ -8960,11 +8914,11 @@ class AxiosHeaders {
8960
8914
  return parseTokens(value);
8961
8915
  }
8962
8916
 
8963
- if (utils.isFunction(parser)) {
8917
+ if (utils$1.isFunction(parser)) {
8964
8918
  return parser.call(this, value, key);
8965
8919
  }
8966
8920
 
8967
- if (utils.isRegExp(parser)) {
8921
+ if (utils$1.isRegExp(parser)) {
8968
8922
  return parser.exec(value);
8969
8923
  }
8970
8924
 
@@ -8977,7 +8931,7 @@ class AxiosHeaders {
8977
8931
  header = normalizeHeader(header);
8978
8932
 
8979
8933
  if (header) {
8980
- const key = utils.findKey(this, header);
8934
+ const key = utils$1.findKey(this, header);
8981
8935
 
8982
8936
  return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
8983
8937
  }
@@ -8993,7 +8947,7 @@ class AxiosHeaders {
8993
8947
  _header = normalizeHeader(_header);
8994
8948
 
8995
8949
  if (_header) {
8996
- const key = utils.findKey(self, _header);
8950
+ const key = utils$1.findKey(self, _header);
8997
8951
 
8998
8952
  if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
8999
8953
  delete self[key];
@@ -9003,7 +8957,7 @@ class AxiosHeaders {
9003
8957
  }
9004
8958
  }
9005
8959
 
9006
- if (utils.isArray(header)) {
8960
+ if (utils$1.isArray(header)) {
9007
8961
  header.forEach(deleteHeader);
9008
8962
  } else {
9009
8963
  deleteHeader(header);
@@ -9032,8 +8986,8 @@ class AxiosHeaders {
9032
8986
  const self = this;
9033
8987
  const headers = {};
9034
8988
 
9035
- utils.forEach(this, (value, header) => {
9036
- const key = utils.findKey(headers, header);
8989
+ utils$1.forEach(this, (value, header) => {
8990
+ const key = utils$1.findKey(headers, header);
9037
8991
 
9038
8992
  if (key) {
9039
8993
  self[key] = normalizeValue(value);
@@ -9062,8 +9016,8 @@ class AxiosHeaders {
9062
9016
  toJSON(asStrings) {
9063
9017
  const obj = Object.create(null);
9064
9018
 
9065
- utils.forEach(this, (value, header) => {
9066
- value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);
9019
+ utils$1.forEach(this, (value, header) => {
9020
+ value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
9067
9021
  });
9068
9022
 
9069
9023
  return obj;
@@ -9110,7 +9064,7 @@ class AxiosHeaders {
9110
9064
  }
9111
9065
  }
9112
9066
 
9113
- utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
9067
+ utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
9114
9068
 
9115
9069
  return this;
9116
9070
  }
@@ -9118,8 +9072,18 @@ class AxiosHeaders {
9118
9072
 
9119
9073
  AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
9120
9074
 
9121
- utils.freezeMethods(AxiosHeaders.prototype);
9122
- utils.freezeMethods(AxiosHeaders);
9075
+ // reserved names hotfix
9076
+ utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
9077
+ let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
9078
+ return {
9079
+ get: () => value,
9080
+ set(headerValue) {
9081
+ this[mapped] = headerValue;
9082
+ }
9083
+ }
9084
+ });
9085
+
9086
+ utils$1.freezeMethods(AxiosHeaders);
9123
9087
 
9124
9088
  var AxiosHeaders$1 = AxiosHeaders;
9125
9089
 
@@ -9137,7 +9101,7 @@ function transformData(fns, response) {
9137
9101
  const headers = AxiosHeaders$1.from(context.headers);
9138
9102
  let data = context.data;
9139
9103
 
9140
- utils.forEach(fns, function transform(fn) {
9104
+ utils$1.forEach(fns, function transform(fn) {
9141
9105
  data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);
9142
9106
  });
9143
9107
 
@@ -9165,7 +9129,7 @@ function CanceledError(message, config, request) {
9165
9129
  this.name = 'CanceledError';
9166
9130
  }
9167
9131
 
9168
- utils.inherits(CanceledError, AxiosError, {
9132
+ utils$1.inherits(CanceledError, AxiosError, {
9169
9133
  __CANCEL__: true
9170
9134
  });
9171
9135
 
@@ -9193,53 +9157,44 @@ function settle(resolve, reject, response) {
9193
9157
  }
9194
9158
  }
9195
9159
 
9196
- var cookies = platform.isStandardBrowserEnv ?
9160
+ var cookies = platform.hasStandardBrowserEnv ?
9197
9161
 
9198
- // Standard browser envs support document.cookie
9199
- (function standardBrowserEnv() {
9200
- return {
9201
- write: function write(name, value, expires, path, domain, secure) {
9202
- const cookie = [];
9203
- cookie.push(name + '=' + encodeURIComponent(value));
9162
+ // Standard browser envs support document.cookie
9163
+ {
9164
+ write(name, value, expires, path, domain, secure) {
9165
+ const cookie = [name + '=' + encodeURIComponent(value)];
9204
9166
 
9205
- if (utils.isNumber(expires)) {
9206
- cookie.push('expires=' + new Date(expires).toGMTString());
9207
- }
9167
+ utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());
9208
9168
 
9209
- if (utils.isString(path)) {
9210
- cookie.push('path=' + path);
9211
- }
9169
+ utils$1.isString(path) && cookie.push('path=' + path);
9212
9170
 
9213
- if (utils.isString(domain)) {
9214
- cookie.push('domain=' + domain);
9215
- }
9171
+ utils$1.isString(domain) && cookie.push('domain=' + domain);
9216
9172
 
9217
- if (secure === true) {
9218
- cookie.push('secure');
9219
- }
9173
+ secure === true && cookie.push('secure');
9220
9174
 
9221
- document.cookie = cookie.join('; ');
9222
- },
9175
+ document.cookie = cookie.join('; ');
9176
+ },
9223
9177
 
9224
- read: function read(name) {
9225
- const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
9226
- return (match ? decodeURIComponent(match[3]) : null);
9227
- },
9178
+ read(name) {
9179
+ const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
9180
+ return (match ? decodeURIComponent(match[3]) : null);
9181
+ },
9228
9182
 
9229
- remove: function remove(name) {
9230
- this.write(name, '', Date.now() - 86400000);
9231
- }
9232
- };
9233
- })() :
9183
+ remove(name) {
9184
+ this.write(name, '', Date.now() - 86400000);
9185
+ }
9186
+ }
9234
9187
 
9235
- // Non standard browser env (web workers, react-native) lack needed support.
9236
- (function nonStandardBrowserEnv() {
9237
- return {
9238
- write: function write() {},
9239
- read: function read() { return null; },
9240
- remove: function remove() {}
9241
- };
9242
- })();
9188
+ :
9189
+
9190
+ // Non-standard browser env (web workers, react-native) lack needed support.
9191
+ {
9192
+ write() {},
9193
+ read() {
9194
+ return null;
9195
+ },
9196
+ remove() {}
9197
+ };
9243
9198
 
9244
9199
  /**
9245
9200
  * Determines whether the specified URL is absolute
@@ -9286,7 +9241,7 @@ function buildFullPath(baseURL, requestedURL) {
9286
9241
  return requestedURL;
9287
9242
  }
9288
9243
 
9289
- var isURLSameOrigin = platform.isStandardBrowserEnv ?
9244
+ var isURLSameOrigin = platform.hasStandardBrowserEnv ?
9290
9245
 
9291
9246
  // Standard browser envs have full support of the APIs needed to test
9292
9247
  // whether the request URL is of the same origin as current location.
@@ -9296,7 +9251,7 @@ var isURLSameOrigin = platform.isStandardBrowserEnv ?
9296
9251
  let originURL;
9297
9252
 
9298
9253
  /**
9299
- * Parse a URL to discover it's components
9254
+ * Parse a URL to discover its components
9300
9255
  *
9301
9256
  * @param {String} url The URL to be parsed
9302
9257
  * @returns {Object}
@@ -9336,7 +9291,7 @@ var isURLSameOrigin = platform.isStandardBrowserEnv ?
9336
9291
  * @returns {boolean} True if URL shares the same origin, otherwise false
9337
9292
  */
9338
9293
  return function isURLSameOrigin(requestURL) {
9339
- const parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
9294
+ const parsed = (utils$1.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
9340
9295
  return (parsed.protocol === originURL.protocol &&
9341
9296
  parsed.host === originURL.host);
9342
9297
  };
@@ -9441,7 +9396,7 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
9441
9396
  return new Promise(function dispatchXhrRequest(resolve, reject) {
9442
9397
  let requestData = config.data;
9443
9398
  const requestHeaders = AxiosHeaders$1.from(config.headers).normalize();
9444
- const responseType = config.responseType;
9399
+ let {responseType, withXSRFToken} = config;
9445
9400
  let onCanceled;
9446
9401
  function done() {
9447
9402
  if (config.cancelToken) {
@@ -9453,11 +9408,15 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
9453
9408
  }
9454
9409
  }
9455
9410
 
9456
- if (utils.isFormData(requestData)) {
9457
- if (platform.isStandardBrowserEnv || platform.isStandardBrowserWebWorkerEnv) {
9411
+ let contentType;
9412
+
9413
+ if (utils$1.isFormData(requestData)) {
9414
+ if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
9458
9415
  requestHeaders.setContentType(false); // Let the browser set it
9459
- } else {
9460
- requestHeaders.setContentType('multipart/form-data;', false); // mobile/desktop app frameworks
9416
+ } else if ((contentType = requestHeaders.getContentType()) !== false) {
9417
+ // fix semicolon duplication issue for ReactNative FormData implementation
9418
+ const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];
9419
+ requestHeaders.setContentType([type || 'multipart/form-data', ...tokens].join('; '));
9461
9420
  }
9462
9421
  }
9463
9422
 
@@ -9573,13 +9532,16 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
9573
9532
  // Add xsrf header
9574
9533
  // This is only done if running in a standard browser environment.
9575
9534
  // Specifically not if we're in a web worker, or react-native.
9576
- if (platform.isStandardBrowserEnv) {
9577
- // Add xsrf header
9578
- const xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath))
9579
- && config.xsrfCookieName && cookies.read(config.xsrfCookieName);
9535
+ if(platform.hasStandardBrowserEnv) {
9536
+ withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(config));
9537
+
9538
+ if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(fullPath))) {
9539
+ // Add xsrf header
9540
+ const xsrfValue = config.xsrfHeaderName && config.xsrfCookieName && cookies.read(config.xsrfCookieName);
9580
9541
 
9581
- if (xsrfValue) {
9582
- requestHeaders.set(config.xsrfHeaderName, xsrfValue);
9542
+ if (xsrfValue) {
9543
+ requestHeaders.set(config.xsrfHeaderName, xsrfValue);
9544
+ }
9583
9545
  }
9584
9546
  }
9585
9547
 
@@ -9588,13 +9550,13 @@ var xhrAdapter = isXHRAdapterSupported && function (config) {
9588
9550
 
9589
9551
  // Add headers to the request
9590
9552
  if ('setRequestHeader' in request) {
9591
- utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
9553
+ utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
9592
9554
  request.setRequestHeader(key, val);
9593
9555
  });
9594
9556
  }
9595
9557
 
9596
9558
  // Add withCredentials to request if needed
9597
- if (!utils.isUndefined(config.withCredentials)) {
9559
+ if (!utils$1.isUndefined(config.withCredentials)) {
9598
9560
  request.withCredentials = !!config.withCredentials;
9599
9561
  }
9600
9562
 
@@ -9649,8 +9611,8 @@ const knownAdapters = {
9649
9611
  xhr: xhrAdapter
9650
9612
  };
9651
9613
 
9652
- utils.forEach(knownAdapters, (fn, value) => {
9653
- if(fn) {
9614
+ utils$1.forEach(knownAdapters, (fn, value) => {
9615
+ if (fn) {
9654
9616
  try {
9655
9617
  Object.defineProperty(fn, 'name', {value});
9656
9618
  } catch (e) {
@@ -9660,38 +9622,56 @@ utils.forEach(knownAdapters, (fn, value) => {
9660
9622
  }
9661
9623
  });
9662
9624
 
9625
+ const renderReason = (reason) => `- ${reason}`;
9626
+
9627
+ const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
9628
+
9663
9629
  var adapters = {
9664
9630
  getAdapter: (adapters) => {
9665
- adapters = utils.isArray(adapters) ? adapters : [adapters];
9631
+ adapters = utils$1.isArray(adapters) ? adapters : [adapters];
9666
9632
 
9667
9633
  const {length} = adapters;
9668
9634
  let nameOrAdapter;
9669
9635
  let adapter;
9670
9636
 
9637
+ const rejectedReasons = {};
9638
+
9671
9639
  for (let i = 0; i < length; i++) {
9672
9640
  nameOrAdapter = adapters[i];
9673
- if((adapter = utils.isString(nameOrAdapter) ? knownAdapters[nameOrAdapter.toLowerCase()] : nameOrAdapter)) {
9641
+ let id;
9642
+
9643
+ adapter = nameOrAdapter;
9644
+
9645
+ if (!isResolvedHandle(nameOrAdapter)) {
9646
+ adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
9647
+
9648
+ if (adapter === undefined) {
9649
+ throw new AxiosError(`Unknown adapter '${id}'`);
9650
+ }
9651
+ }
9652
+
9653
+ if (adapter) {
9674
9654
  break;
9675
9655
  }
9656
+
9657
+ rejectedReasons[id || '#' + i] = adapter;
9676
9658
  }
9677
9659
 
9678
9660
  if (!adapter) {
9679
- if (adapter === false) {
9680
- throw new AxiosError(
9681
- `Adapter ${nameOrAdapter} is not supported by the environment`,
9682
- 'ERR_NOT_SUPPORT'
9661
+
9662
+ const reasons = Object.entries(rejectedReasons)
9663
+ .map(([id, state]) => `adapter ${id} ` +
9664
+ (state === false ? 'is not supported by the environment' : 'is not available in the build')
9683
9665
  );
9684
- }
9685
9666
 
9686
- throw new Error(
9687
- utils.hasOwnProp(knownAdapters, nameOrAdapter) ?
9688
- `Adapter '${nameOrAdapter}' is not available in the build` :
9689
- `Unknown adapter '${nameOrAdapter}'`
9690
- );
9691
- }
9667
+ let s = length ?
9668
+ (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) :
9669
+ 'as no adapter specified';
9692
9670
 
9693
- if (!utils.isFunction(adapter)) {
9694
- throw new TypeError('adapter is not a function');
9671
+ throw new AxiosError(
9672
+ `There is no suitable adapter to dispatch the request ` + s,
9673
+ 'ERR_NOT_SUPPORT'
9674
+ );
9695
9675
  }
9696
9676
 
9697
9677
  return adapter;
@@ -9789,11 +9769,11 @@ function mergeConfig(config1, config2) {
9789
9769
  const config = {};
9790
9770
 
9791
9771
  function getMergedValue(target, source, caseless) {
9792
- if (utils.isPlainObject(target) && utils.isPlainObject(source)) {
9793
- return utils.merge.call({caseless}, target, source);
9794
- } else if (utils.isPlainObject(source)) {
9795
- return utils.merge({}, source);
9796
- } else if (utils.isArray(source)) {
9772
+ if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
9773
+ return utils$1.merge.call({caseless}, target, source);
9774
+ } else if (utils$1.isPlainObject(source)) {
9775
+ return utils$1.merge({}, source);
9776
+ } else if (utils$1.isArray(source)) {
9797
9777
  return source.slice();
9798
9778
  }
9799
9779
  return source;
@@ -9801,25 +9781,25 @@ function mergeConfig(config1, config2) {
9801
9781
 
9802
9782
  // eslint-disable-next-line consistent-return
9803
9783
  function mergeDeepProperties(a, b, caseless) {
9804
- if (!utils.isUndefined(b)) {
9784
+ if (!utils$1.isUndefined(b)) {
9805
9785
  return getMergedValue(a, b, caseless);
9806
- } else if (!utils.isUndefined(a)) {
9786
+ } else if (!utils$1.isUndefined(a)) {
9807
9787
  return getMergedValue(undefined, a, caseless);
9808
9788
  }
9809
9789
  }
9810
9790
 
9811
9791
  // eslint-disable-next-line consistent-return
9812
9792
  function valueFromConfig2(a, b) {
9813
- if (!utils.isUndefined(b)) {
9793
+ if (!utils$1.isUndefined(b)) {
9814
9794
  return getMergedValue(undefined, b);
9815
9795
  }
9816
9796
  }
9817
9797
 
9818
9798
  // eslint-disable-next-line consistent-return
9819
9799
  function defaultToConfig2(a, b) {
9820
- if (!utils.isUndefined(b)) {
9800
+ if (!utils$1.isUndefined(b)) {
9821
9801
  return getMergedValue(undefined, b);
9822
- } else if (!utils.isUndefined(a)) {
9802
+ } else if (!utils$1.isUndefined(a)) {
9823
9803
  return getMergedValue(undefined, a);
9824
9804
  }
9825
9805
  }
@@ -9844,6 +9824,7 @@ function mergeConfig(config1, config2) {
9844
9824
  timeout: defaultToConfig2,
9845
9825
  timeoutMessage: defaultToConfig2,
9846
9826
  withCredentials: defaultToConfig2,
9827
+ withXSRFToken: defaultToConfig2,
9847
9828
  adapter: defaultToConfig2,
9848
9829
  responseType: defaultToConfig2,
9849
9830
  xsrfCookieName: defaultToConfig2,
@@ -9864,16 +9845,16 @@ function mergeConfig(config1, config2) {
9864
9845
  headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true)
9865
9846
  };
9866
9847
 
9867
- utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
9848
+ utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
9868
9849
  const merge = mergeMap[prop] || mergeDeepProperties;
9869
9850
  const configValue = merge(config1[prop], config2[prop], prop);
9870
- (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
9851
+ (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
9871
9852
  });
9872
9853
 
9873
9854
  return config;
9874
9855
  }
9875
9856
 
9876
- const VERSION = "1.4.0";
9857
+ const VERSION = "1.6.2";
9877
9858
 
9878
9859
  const validators$1 = {};
9879
9860
 
@@ -10011,7 +9992,7 @@ class Axios {
10011
9992
  }
10012
9993
 
10013
9994
  if (paramsSerializer != null) {
10014
- if (utils.isFunction(paramsSerializer)) {
9995
+ if (utils$1.isFunction(paramsSerializer)) {
10015
9996
  config.paramsSerializer = {
10016
9997
  serialize: paramsSerializer
10017
9998
  };
@@ -10026,15 +10007,13 @@ class Axios {
10026
10007
  // Set config.method
10027
10008
  config.method = (config.method || this.defaults.method || 'get').toLowerCase();
10028
10009
 
10029
- let contextHeaders;
10030
-
10031
10010
  // Flatten headers
10032
- contextHeaders = headers && utils.merge(
10011
+ let contextHeaders = headers && utils$1.merge(
10033
10012
  headers.common,
10034
10013
  headers[config.method]
10035
10014
  );
10036
10015
 
10037
- contextHeaders && utils.forEach(
10016
+ headers && utils$1.forEach(
10038
10017
  ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
10039
10018
  (method) => {
10040
10019
  delete headers[method];
@@ -10121,7 +10100,7 @@ class Axios {
10121
10100
  }
10122
10101
 
10123
10102
  // Provide aliases for supported request methods
10124
- utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
10103
+ utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
10125
10104
  /*eslint func-names:0*/
10126
10105
  Axios.prototype[method] = function(url, config) {
10127
10106
  return this.request(mergeConfig(config || {}, {
@@ -10132,7 +10111,7 @@ utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData
10132
10111
  };
10133
10112
  });
10134
10113
 
10135
- utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
10114
+ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
10136
10115
  /*eslint func-names:0*/
10137
10116
 
10138
10117
  function generateHTTPMethod(isForm) {
@@ -10308,7 +10287,7 @@ function spread(callback) {
10308
10287
  * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
10309
10288
  */
10310
10289
  function isAxiosError(payload) {
10311
- return utils.isObject(payload) && (payload.isAxiosError === true);
10290
+ return utils$1.isObject(payload) && (payload.isAxiosError === true);
10312
10291
  }
10313
10292
 
10314
10293
  const HttpStatusCode = {
@@ -10395,10 +10374,10 @@ function createInstance(defaultConfig) {
10395
10374
  const instance = bind(Axios$1.prototype.request, context);
10396
10375
 
10397
10376
  // Copy axios.prototype to instance
10398
- utils.extend(instance, Axios$1.prototype, context, {allOwnKeys: true});
10377
+ utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true});
10399
10378
 
10400
10379
  // Copy context to instance
10401
- utils.extend(instance, context, null, {allOwnKeys: true});
10380
+ utils$1.extend(instance, context, null, {allOwnKeys: true});
10402
10381
 
10403
10382
  // Factory for creating new instances
10404
10383
  instance.create = function create(instanceConfig) {
@@ -10442,7 +10421,9 @@ axios.mergeConfig = mergeConfig;
10442
10421
 
10443
10422
  axios.AxiosHeaders = AxiosHeaders$1;
10444
10423
 
10445
- axios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);
10424
+ axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
10425
+
10426
+ axios.getAdapter = adapters.getAdapter;
10446
10427
 
10447
10428
  axios.HttpStatusCode = HttpStatusCode$1;
10448
10429
 
@@ -10458,7 +10439,7 @@ module.exports = axios;
10458
10439
  /***/ ((module) => {
10459
10440
 
10460
10441
  "use strict";
10461
- 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"]}');
10442
+ 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.6.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"]}');
10462
10443
 
10463
10444
  /***/ })
10464
10445