@bytescale/sdk 3.53.0 → 3.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_stream__ from "stream";
2
- import * as __WEBPACK_EXTERNAL_MODULE_buffer__ from "buffer";
1
+ import { Readable as __WEBPACK_EXTERNAL_MODULE_stream_Readable__, Transform as __WEBPACK_EXTERNAL_MODULE_stream_Transform__ } from "stream";
2
+ import { Blob as __WEBPACK_EXTERNAL_MODULE_buffer_Blob__ } from "buffer";
3
3
  /******/ // The require scope
4
4
  /******/ var __lib_require__ = {};
5
5
  /******/
@@ -22,33 +22,8 @@ import * as __WEBPACK_EXTERNAL_MODULE_buffer__ from "buffer";
22
22
  /******/ }();
23
23
  /******/
24
24
  /************************************************************************/
25
- var __lib_exports__ = {};
26
25
 
27
- // EXPORTS
28
- __lib_require__.d(__lib_exports__, {
29
- AuthManager: function() { return /* reexport */ AuthManager; },
30
- BaseAPI: function() { return /* reexport */ BaseAPI; },
31
- BinaryResult: function() { return /* reexport */ BinaryResult; },
32
- BytescaleApiClientConfigUtils: function() { return /* reexport */ BytescaleApiClientConfigUtils; },
33
- BytescaleApiError: function() { return /* reexport */ BytescaleApiError; },
34
- BytescaleGenericError: function() { return /* reexport */ BytescaleGenericError; },
35
- CacheApi: function() { return /* reexport */ CacheApi; },
36
- CancelledError: function() { return /* reexport */ CancelledError; },
37
- CommonTypesNoOp: function() { return /* reexport */ CommonTypesNoOp; },
38
- FileApi: function() { return /* reexport */ FileApi; },
39
- FolderApi: function() { return /* reexport */ FolderApi; },
40
- JSONApiResponse: function() { return /* reexport */ JSONApiResponse; },
41
- JobApi: function() { return /* reexport */ JobApi; },
42
- UploadApi: function() { return /* reexport */ UploadApi; },
43
- UploadManager: function() { return /* reexport */ UploadManager; },
44
- UrlBuilder: function() { return /* reexport */ UrlBuilder; },
45
- UrlBuilderTypesNoOp: function() { return /* reexport */ UrlBuilderTypesNoOp; },
46
- VoidApiResponse: function() { return /* reexport */ VoidApiResponse; },
47
- encodeBytescaleQuerystringKVP: function() { return /* reexport */ encodeBytescaleQuerystringKVP; },
48
- querystring: function() { return /* reexport */ querystring; }
49
- });
50
-
51
- ;// CONCATENATED MODULE: ./src/private/FairMutex.ts
26
+ ;// ./src/private/FairMutex.ts
52
27
  function _call(body, then, direct) {
53
28
  if (direct) {
54
29
  return then ? then(body()) : body();
@@ -98,9 +73,9 @@ function _invoke(body, then) {
98
73
  return then(result);
99
74
  }
100
75
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
101
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
102
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
103
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
76
+ function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
77
+ function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
78
+ function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
104
79
  function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
105
80
  function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
106
81
  /**
@@ -179,11 +154,11 @@ var FairMutex = /*#__PURE__*/function () {
179
154
  }
180
155
  }]);
181
156
  }();
182
- ;// CONCATENATED MODULE: ./src/private/AuthSessionState.ts
157
+ ;// ./src/private/AuthSessionState.ts
183
158
  function AuthSessionState_typeof(o) { "@babel/helpers - typeof"; return AuthSessionState_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, AuthSessionState_typeof(o); }
184
- function AuthSessionState_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
185
- function AuthSessionState_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, AuthSessionState_toPropertyKey(descriptor.key), descriptor); } }
186
- function AuthSessionState_createClass(Constructor, protoProps, staticProps) { if (protoProps) AuthSessionState_defineProperties(Constructor.prototype, protoProps); if (staticProps) AuthSessionState_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
159
+ function AuthSessionState_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
160
+ function AuthSessionState_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, AuthSessionState_toPropertyKey(o.key), o); } }
161
+ function AuthSessionState_createClass(e, r, t) { return r && AuthSessionState_defineProperties(e.prototype, r), t && AuthSessionState_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
187
162
  function AuthSessionState_toPropertyKey(t) { var i = AuthSessionState_toPrimitive(t, "string"); return "symbol" == AuthSessionState_typeof(i) ? i : i + ""; }
188
163
  function AuthSessionState_toPrimitive(t, r) { if ("object" != AuthSessionState_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != AuthSessionState_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
189
164
 
@@ -241,11 +216,11 @@ var AuthSessionState = /*#__PURE__*/function () {
241
216
  }();
242
217
  AuthSessionState.stateKey = "BytescaleSessionState";
243
218
  AuthSessionState.mutexKey = "BytescaleSessionStateMutex";
244
- ;// CONCATENATED MODULE: ./src/private/ConsoleUtils.ts
219
+ ;// ./src/private/ConsoleUtils.ts
245
220
  function ConsoleUtils_typeof(o) { "@babel/helpers - typeof"; return ConsoleUtils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, ConsoleUtils_typeof(o); }
246
- function ConsoleUtils_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
247
- function ConsoleUtils_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, ConsoleUtils_toPropertyKey(descriptor.key), descriptor); } }
248
- function ConsoleUtils_createClass(Constructor, protoProps, staticProps) { if (protoProps) ConsoleUtils_defineProperties(Constructor.prototype, protoProps); if (staticProps) ConsoleUtils_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
221
+ function ConsoleUtils_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
222
+ function ConsoleUtils_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, ConsoleUtils_toPropertyKey(o.key), o); } }
223
+ function ConsoleUtils_createClass(e, r, t) { return r && ConsoleUtils_defineProperties(e.prototype, r), t && ConsoleUtils_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
249
224
  function ConsoleUtils_toPropertyKey(t) { var i = ConsoleUtils_toPrimitive(t, "string"); return "symbol" == ConsoleUtils_typeof(i) ? i : i + ""; }
250
225
  function ConsoleUtils_toPrimitive(t, r) { if ("object" != ConsoleUtils_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != ConsoleUtils_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
251
226
  var ConsoleUtils = /*#__PURE__*/function () {
@@ -274,11 +249,11 @@ var ConsoleUtils = /*#__PURE__*/function () {
274
249
  }
275
250
  }]);
276
251
  }();
277
- ;// CONCATENATED MODULE: ./src/private/FilePathUtils.ts
252
+ ;// ./src/private/FilePathUtils.ts
278
253
  function FilePathUtils_typeof(o) { "@babel/helpers - typeof"; return FilePathUtils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, FilePathUtils_typeof(o); }
279
- function FilePathUtils_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
280
- function FilePathUtils_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, FilePathUtils_toPropertyKey(descriptor.key), descriptor); } }
281
- function FilePathUtils_createClass(Constructor, protoProps, staticProps) { if (protoProps) FilePathUtils_defineProperties(Constructor.prototype, protoProps); if (staticProps) FilePathUtils_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
254
+ function FilePathUtils_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
255
+ function FilePathUtils_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, FilePathUtils_toPropertyKey(o.key), o); } }
256
+ function FilePathUtils_createClass(e, r, t) { return r && FilePathUtils_defineProperties(e.prototype, r), t && FilePathUtils_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
282
257
  function FilePathUtils_toPropertyKey(t) { var i = FilePathUtils_toPrimitive(t, "string"); return "symbol" == FilePathUtils_typeof(i) ? i : i + ""; }
283
258
  function FilePathUtils_toPrimitive(t, r) { if ("object" != FilePathUtils_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != FilePathUtils_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
284
259
  var FilePathUtils = /*#__PURE__*/function () {
@@ -297,7 +272,7 @@ var FilePathUtils = /*#__PURE__*/function () {
297
272
  }
298
273
  }]);
299
274
  }();
300
- ;// CONCATENATED MODULE: ./src/public/shared/generated/runtime.ts
275
+ ;// ./src/public/shared/generated/runtime.ts
301
276
  function runtime_await(value, then, direct) {
302
277
  if (direct) {
303
278
  return then ? then(value) : value;
@@ -330,26 +305,26 @@ function runtime_invoke(body, then) {
330
305
  return then(result);
331
306
  }
332
307
  function runtime_typeof(o) { "@babel/helpers - typeof"; return runtime_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, runtime_typeof(o); }
333
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
308
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
334
309
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
335
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
336
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
337
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
338
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
310
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
311
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
312
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
313
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
339
314
  function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
340
- function _possibleConstructorReturn(self, call) { if (call && (runtime_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
341
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
342
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
343
- function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); }
315
+ function _possibleConstructorReturn(t, e) { if (e && ("object" == runtime_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return _assertThisInitialized(t); }
316
+ function _assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
317
+ function _inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e); }
318
+ function _wrapNativeSuper(t) { var r = "function" == typeof Map ? new Map() : void 0; return _wrapNativeSuper = function _wrapNativeSuper(t) { if (null === t || !_isNativeFunction(t)) return t; if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); if (void 0 !== r) { if (r.has(t)) return r.get(t); r.set(t, Wrapper); } function Wrapper() { return _construct(t, arguments, _getPrototypeOf(this).constructor); } return Wrapper.prototype = Object.create(t.prototype, { constructor: { value: Wrapper, enumerable: !1, writable: !0, configurable: !0 } }), _setPrototypeOf(Wrapper, t); }, _wrapNativeSuper(t); }
344
319
  function _construct(t, e, r) { if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); var o = [null]; o.push.apply(o, e); var p = new (t.bind.apply(t, o))(); return r && _setPrototypeOf(p, r.prototype), p; }
345
320
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
346
- function _isNativeFunction(fn) { try { return Function.toString.call(fn).indexOf("[native code]") !== -1; } catch (e) { return typeof fn === "function"; } }
347
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
348
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
349
- function _defineProperty(obj, key, value) { key = runtime_toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
350
- function runtime_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
351
- function runtime_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, runtime_toPropertyKey(descriptor.key), descriptor); } }
352
- function runtime_createClass(Constructor, protoProps, staticProps) { if (protoProps) runtime_defineProperties(Constructor.prototype, protoProps); if (staticProps) runtime_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
321
+ function _isNativeFunction(t) { try { return -1 !== Function.toString.call(t).indexOf("[native code]"); } catch (n) { return "function" == typeof t; } }
322
+ function _setPrototypeOf(t, e) { return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, _setPrototypeOf(t, e); }
323
+ function _getPrototypeOf(t) { return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, _getPrototypeOf(t); }
324
+ function _defineProperty(e, r, t) { return (r = runtime_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
325
+ function runtime_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
326
+ function runtime_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, runtime_toPropertyKey(o.key), o); } }
327
+ function runtime_createClass(e, r, t) { return r && runtime_defineProperties(e.prototype, r), t && runtime_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
353
328
  function runtime_toPropertyKey(t) { var i = runtime_toPrimitive(t, "string"); return "symbol" == runtime_typeof(i) ? i : i + ""; }
354
329
  function runtime_toPrimitive(t, r) { if ("object" != runtime_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != runtime_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
355
330
 
@@ -595,7 +570,7 @@ var CancelledError = /*#__PURE__*/function (_Error) {
595
570
  }
596
571
  _inherits(CancelledError, _Error);
597
572
  return runtime_createClass(CancelledError);
598
- }( /*#__PURE__*/_wrapNativeSuper(Error));
573
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
599
574
  /**
600
575
  * Thrown when the Bytescale API cannot be reached or when an error is returned that cannot be parsed as a JSON error response.
601
576
  */
@@ -612,7 +587,7 @@ var BytescaleGenericError = /*#__PURE__*/function (_Error2) {
612
587
  }
613
588
  _inherits(BytescaleGenericError, _Error2);
614
589
  return runtime_createClass(BytescaleGenericError);
615
- }( /*#__PURE__*/_wrapNativeSuper(Error));
590
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
616
591
  /**
617
592
  * Thrown when the Bytescale API returns a JSON error response.
618
593
  */
@@ -628,7 +603,7 @@ var BytescaleApiError = /*#__PURE__*/function (_Error3) {
628
603
  }
629
604
  _inherits(BytescaleApiError, _Error3);
630
605
  return runtime_createClass(BytescaleApiError);
631
- }( /*#__PURE__*/_wrapNativeSuper(Error));
606
+ }(/*#__PURE__*/_wrapNativeSuper(Error));
632
607
  function moveElementToEnd(array, element) {
633
608
  return [].concat(_toConsumableArray(array.filter(function (x) {
634
609
  return x !== element;
@@ -747,7 +722,7 @@ var BinaryResult = /*#__PURE__*/function () {
747
722
  }
748
723
  }]);
749
724
  }();
750
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/CacheApi.ts
725
+ ;// ./src/public/shared/generated/apis/CacheApi.ts
751
726
  function CacheApi_typeof(o) { "@babel/helpers - typeof"; return CacheApi_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, CacheApi_typeof(o); }
752
727
  function CacheApi_await(value, then, direct) {
753
728
  if (direct) {
@@ -758,18 +733,18 @@ function CacheApi_await(value, then, direct) {
758
733
  }
759
734
  return then ? value.then(then) : value;
760
735
  }
761
- function CacheApi_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
762
- function CacheApi_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, CacheApi_toPropertyKey(descriptor.key), descriptor); } }
763
- function CacheApi_createClass(Constructor, protoProps, staticProps) { if (protoProps) CacheApi_defineProperties(Constructor.prototype, protoProps); if (staticProps) CacheApi_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
736
+ function CacheApi_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
737
+ function CacheApi_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, CacheApi_toPropertyKey(o.key), o); } }
738
+ function CacheApi_createClass(e, r, t) { return r && CacheApi_defineProperties(e.prototype, r), t && CacheApi_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
764
739
  function CacheApi_toPropertyKey(t) { var i = CacheApi_toPrimitive(t, "string"); return "symbol" == CacheApi_typeof(i) ? i : i + ""; }
765
740
  function CacheApi_toPrimitive(t, r) { if ("object" != CacheApi_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != CacheApi_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
766
741
  function CacheApi_callSuper(t, o, e) { return o = CacheApi_getPrototypeOf(o), CacheApi_possibleConstructorReturn(t, CacheApi_isNativeReflectConstruct() ? Reflect.construct(o, e || [], CacheApi_getPrototypeOf(t).constructor) : o.apply(t, e)); }
767
- function CacheApi_possibleConstructorReturn(self, call) { if (call && (CacheApi_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return CacheApi_assertThisInitialized(self); }
768
- function CacheApi_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
742
+ function CacheApi_possibleConstructorReturn(t, e) { if (e && ("object" == CacheApi_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return CacheApi_assertThisInitialized(t); }
743
+ function CacheApi_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
769
744
  function CacheApi_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (CacheApi_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
770
- function CacheApi_getPrototypeOf(o) { CacheApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return CacheApi_getPrototypeOf(o); }
771
- function CacheApi_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) CacheApi_setPrototypeOf(subClass, superClass); }
772
- function CacheApi_setPrototypeOf(o, p) { CacheApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return CacheApi_setPrototypeOf(o, p); }
745
+ function CacheApi_getPrototypeOf(t) { return CacheApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, CacheApi_getPrototypeOf(t); }
746
+ function CacheApi_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && CacheApi_setPrototypeOf(t, e); }
747
+ function CacheApi_setPrototypeOf(t, e) { return CacheApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, CacheApi_setPrototypeOf(t, e); }
773
748
  /* tslint:disable */
774
749
  /* eslint-disable */
775
750
  /**
@@ -820,7 +795,7 @@ var CacheApi = /*#__PURE__*/function (_runtime$BaseAPI) {
820
795
  }
821
796
  }]);
822
797
  }(BaseAPI);
823
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/FileApi.ts
798
+ ;// ./src/public/shared/generated/apis/FileApi.ts
824
799
  function FileApi_typeof(o) { "@babel/helpers - typeof"; return FileApi_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, FileApi_typeof(o); }
825
800
  function FileApi_await(value, then, direct) {
826
801
  if (direct) {
@@ -831,18 +806,18 @@ function FileApi_await(value, then, direct) {
831
806
  }
832
807
  return then ? value.then(then) : value;
833
808
  }
834
- function FileApi_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
835
- function FileApi_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, FileApi_toPropertyKey(descriptor.key), descriptor); } }
836
- function FileApi_createClass(Constructor, protoProps, staticProps) { if (protoProps) FileApi_defineProperties(Constructor.prototype, protoProps); if (staticProps) FileApi_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
809
+ function FileApi_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
810
+ function FileApi_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, FileApi_toPropertyKey(o.key), o); } }
811
+ function FileApi_createClass(e, r, t) { return r && FileApi_defineProperties(e.prototype, r), t && FileApi_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
837
812
  function FileApi_toPropertyKey(t) { var i = FileApi_toPrimitive(t, "string"); return "symbol" == FileApi_typeof(i) ? i : i + ""; }
838
813
  function FileApi_toPrimitive(t, r) { if ("object" != FileApi_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != FileApi_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
839
814
  function FileApi_callSuper(t, o, e) { return o = FileApi_getPrototypeOf(o), FileApi_possibleConstructorReturn(t, FileApi_isNativeReflectConstruct() ? Reflect.construct(o, e || [], FileApi_getPrototypeOf(t).constructor) : o.apply(t, e)); }
840
- function FileApi_possibleConstructorReturn(self, call) { if (call && (FileApi_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return FileApi_assertThisInitialized(self); }
841
- function FileApi_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
815
+ function FileApi_possibleConstructorReturn(t, e) { if (e && ("object" == FileApi_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return FileApi_assertThisInitialized(t); }
816
+ function FileApi_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
842
817
  function FileApi_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (FileApi_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
843
- function FileApi_getPrototypeOf(o) { FileApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return FileApi_getPrototypeOf(o); }
844
- function FileApi_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) FileApi_setPrototypeOf(subClass, superClass); }
845
- function FileApi_setPrototypeOf(o, p) { FileApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return FileApi_setPrototypeOf(o, p); }
818
+ function FileApi_getPrototypeOf(t) { return FileApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, FileApi_getPrototypeOf(t); }
819
+ function FileApi_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && FileApi_setPrototypeOf(t, e); }
820
+ function FileApi_setPrototypeOf(t, e) { return FileApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, FileApi_setPrototypeOf(t, e); }
846
821
  /* tslint:disable */
847
822
  /* eslint-disable */
848
823
  /**
@@ -1128,7 +1103,7 @@ var FileApi = /*#__PURE__*/function (_runtime$BaseAPI) {
1128
1103
  }
1129
1104
  }]);
1130
1105
  }(BaseAPI);
1131
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/FolderApi.ts
1106
+ ;// ./src/public/shared/generated/apis/FolderApi.ts
1132
1107
  function FolderApi_typeof(o) { "@babel/helpers - typeof"; return FolderApi_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, FolderApi_typeof(o); }
1133
1108
  function FolderApi_await(value, then, direct) {
1134
1109
  if (direct) {
@@ -1139,18 +1114,18 @@ function FolderApi_await(value, then, direct) {
1139
1114
  }
1140
1115
  return then ? value.then(then) : value;
1141
1116
  }
1142
- function FolderApi_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1143
- function FolderApi_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, FolderApi_toPropertyKey(descriptor.key), descriptor); } }
1144
- function FolderApi_createClass(Constructor, protoProps, staticProps) { if (protoProps) FolderApi_defineProperties(Constructor.prototype, protoProps); if (staticProps) FolderApi_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
1117
+ function FolderApi_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1118
+ function FolderApi_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, FolderApi_toPropertyKey(o.key), o); } }
1119
+ function FolderApi_createClass(e, r, t) { return r && FolderApi_defineProperties(e.prototype, r), t && FolderApi_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1145
1120
  function FolderApi_toPropertyKey(t) { var i = FolderApi_toPrimitive(t, "string"); return "symbol" == FolderApi_typeof(i) ? i : i + ""; }
1146
1121
  function FolderApi_toPrimitive(t, r) { if ("object" != FolderApi_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != FolderApi_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1147
1122
  function FolderApi_callSuper(t, o, e) { return o = FolderApi_getPrototypeOf(o), FolderApi_possibleConstructorReturn(t, FolderApi_isNativeReflectConstruct() ? Reflect.construct(o, e || [], FolderApi_getPrototypeOf(t).constructor) : o.apply(t, e)); }
1148
- function FolderApi_possibleConstructorReturn(self, call) { if (call && (FolderApi_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return FolderApi_assertThisInitialized(self); }
1149
- function FolderApi_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
1123
+ function FolderApi_possibleConstructorReturn(t, e) { if (e && ("object" == FolderApi_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return FolderApi_assertThisInitialized(t); }
1124
+ function FolderApi_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
1150
1125
  function FolderApi_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (FolderApi_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
1151
- function FolderApi_getPrototypeOf(o) { FolderApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return FolderApi_getPrototypeOf(o); }
1152
- function FolderApi_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) FolderApi_setPrototypeOf(subClass, superClass); }
1153
- function FolderApi_setPrototypeOf(o, p) { FolderApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return FolderApi_setPrototypeOf(o, p); }
1126
+ function FolderApi_getPrototypeOf(t) { return FolderApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, FolderApi_getPrototypeOf(t); }
1127
+ function FolderApi_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && FolderApi_setPrototypeOf(t, e); }
1128
+ function FolderApi_setPrototypeOf(t, e) { return FolderApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, FolderApi_setPrototypeOf(t, e); }
1154
1129
  /* tslint:disable */
1155
1130
  /* eslint-disable */
1156
1131
  /**
@@ -1383,7 +1358,7 @@ var FolderApi = /*#__PURE__*/function (_runtime$BaseAPI) {
1383
1358
  }
1384
1359
  }]);
1385
1360
  }(BaseAPI);
1386
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/JobApi.ts
1361
+ ;// ./src/public/shared/generated/apis/JobApi.ts
1387
1362
  function JobApi_typeof(o) { "@babel/helpers - typeof"; return JobApi_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, JobApi_typeof(o); }
1388
1363
  function JobApi_await(value, then, direct) {
1389
1364
  if (direct) {
@@ -1394,18 +1369,18 @@ function JobApi_await(value, then, direct) {
1394
1369
  }
1395
1370
  return then ? value.then(then) : value;
1396
1371
  }
1397
- function JobApi_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1398
- function JobApi_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, JobApi_toPropertyKey(descriptor.key), descriptor); } }
1399
- function JobApi_createClass(Constructor, protoProps, staticProps) { if (protoProps) JobApi_defineProperties(Constructor.prototype, protoProps); if (staticProps) JobApi_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
1372
+ function JobApi_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1373
+ function JobApi_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, JobApi_toPropertyKey(o.key), o); } }
1374
+ function JobApi_createClass(e, r, t) { return r && JobApi_defineProperties(e.prototype, r), t && JobApi_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1400
1375
  function JobApi_toPropertyKey(t) { var i = JobApi_toPrimitive(t, "string"); return "symbol" == JobApi_typeof(i) ? i : i + ""; }
1401
1376
  function JobApi_toPrimitive(t, r) { if ("object" != JobApi_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != JobApi_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1402
1377
  function JobApi_callSuper(t, o, e) { return o = JobApi_getPrototypeOf(o), JobApi_possibleConstructorReturn(t, JobApi_isNativeReflectConstruct() ? Reflect.construct(o, e || [], JobApi_getPrototypeOf(t).constructor) : o.apply(t, e)); }
1403
- function JobApi_possibleConstructorReturn(self, call) { if (call && (JobApi_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return JobApi_assertThisInitialized(self); }
1404
- function JobApi_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
1378
+ function JobApi_possibleConstructorReturn(t, e) { if (e && ("object" == JobApi_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return JobApi_assertThisInitialized(t); }
1379
+ function JobApi_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
1405
1380
  function JobApi_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (JobApi_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
1406
- function JobApi_getPrototypeOf(o) { JobApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return JobApi_getPrototypeOf(o); }
1407
- function JobApi_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) JobApi_setPrototypeOf(subClass, superClass); }
1408
- function JobApi_setPrototypeOf(o, p) { JobApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return JobApi_setPrototypeOf(o, p); }
1381
+ function JobApi_getPrototypeOf(t) { return JobApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, JobApi_getPrototypeOf(t); }
1382
+ function JobApi_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && JobApi_setPrototypeOf(t, e); }
1383
+ function JobApi_setPrototypeOf(t, e) { return JobApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, JobApi_setPrototypeOf(t, e); }
1409
1384
  /* tslint:disable */
1410
1385
  /* eslint-disable */
1411
1386
  /**
@@ -1513,7 +1488,7 @@ var JobApi = /*#__PURE__*/function (_runtime$BaseAPI) {
1513
1488
  }
1514
1489
  }]);
1515
1490
  }(BaseAPI);
1516
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/UploadApi.ts
1491
+ ;// ./src/public/shared/generated/apis/UploadApi.ts
1517
1492
  function UploadApi_typeof(o) { "@babel/helpers - typeof"; return UploadApi_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UploadApi_typeof(o); }
1518
1493
  function UploadApi_await(value, then, direct) {
1519
1494
  if (direct) {
@@ -1524,18 +1499,18 @@ function UploadApi_await(value, then, direct) {
1524
1499
  }
1525
1500
  return then ? value.then(then) : value;
1526
1501
  }
1527
- function UploadApi_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1528
- function UploadApi_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, UploadApi_toPropertyKey(descriptor.key), descriptor); } }
1529
- function UploadApi_createClass(Constructor, protoProps, staticProps) { if (protoProps) UploadApi_defineProperties(Constructor.prototype, protoProps); if (staticProps) UploadApi_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
1502
+ function UploadApi_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1503
+ function UploadApi_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, UploadApi_toPropertyKey(o.key), o); } }
1504
+ function UploadApi_createClass(e, r, t) { return r && UploadApi_defineProperties(e.prototype, r), t && UploadApi_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1530
1505
  function UploadApi_toPropertyKey(t) { var i = UploadApi_toPrimitive(t, "string"); return "symbol" == UploadApi_typeof(i) ? i : i + ""; }
1531
1506
  function UploadApi_toPrimitive(t, r) { if ("object" != UploadApi_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != UploadApi_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1532
1507
  function UploadApi_callSuper(t, o, e) { return o = UploadApi_getPrototypeOf(o), UploadApi_possibleConstructorReturn(t, UploadApi_isNativeReflectConstruct() ? Reflect.construct(o, e || [], UploadApi_getPrototypeOf(t).constructor) : o.apply(t, e)); }
1533
- function UploadApi_possibleConstructorReturn(self, call) { if (call && (UploadApi_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return UploadApi_assertThisInitialized(self); }
1534
- function UploadApi_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
1508
+ function UploadApi_possibleConstructorReturn(t, e) { if (e && ("object" == UploadApi_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return UploadApi_assertThisInitialized(t); }
1509
+ function UploadApi_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
1535
1510
  function UploadApi_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (UploadApi_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
1536
- function UploadApi_getPrototypeOf(o) { UploadApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return UploadApi_getPrototypeOf(o); }
1537
- function UploadApi_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) UploadApi_setPrototypeOf(subClass, superClass); }
1538
- function UploadApi_setPrototypeOf(o, p) { UploadApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return UploadApi_setPrototypeOf(o, p); }
1511
+ function UploadApi_getPrototypeOf(t) { return UploadApi_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, UploadApi_getPrototypeOf(t); }
1512
+ function UploadApi_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && UploadApi_setPrototypeOf(t, e); }
1513
+ function UploadApi_setPrototypeOf(t, e) { return UploadApi_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, UploadApi_setPrototypeOf(t, e); }
1539
1514
  /* tslint:disable */
1540
1515
  /* eslint-disable */
1541
1516
  /**
@@ -1696,7 +1671,7 @@ var UploadApi = /*#__PURE__*/function (_runtime$BaseAPI) {
1696
1671
  }
1697
1672
  }]);
1698
1673
  }(BaseAPI);
1699
- ;// CONCATENATED MODULE: ./src/public/shared/generated/apis/index.ts
1674
+ ;// ./src/public/shared/generated/apis/index.ts
1700
1675
  /* tslint:disable */
1701
1676
  /* eslint-disable */
1702
1677
 
@@ -1704,39 +1679,39 @@ var UploadApi = /*#__PURE__*/function (_runtime$BaseAPI) {
1704
1679
 
1705
1680
 
1706
1681
 
1707
- ;// CONCATENATED MODULE: ./src/public/shared/generated/index.ts
1682
+ ;// ./src/public/shared/generated/index.ts
1708
1683
  /* tslint:disable */
1709
1684
  /* eslint-disable */
1710
1685
 
1711
1686
 
1712
1687
 
1713
- ;// CONCATENATED MODULE: ./src/public/shared/CommonTypes.ts
1688
+ ;// ./src/public/shared/CommonTypes.ts
1714
1689
  /**
1715
1690
  * Workaround for tsc aliases, where we cannot export implementation-less libs in our dists.
1716
1691
  */
1717
1692
  var CommonTypesNoOp = false;
1718
- ;// CONCATENATED MODULE: ./src/private/TypeUtils.ts
1693
+ ;// ./src/private/TypeUtils.ts
1719
1694
  function assertUnreachable(x) {
1720
1695
  throw new Error("Didn't expect to get here: ".concat(JSON.stringify(x)));
1721
1696
  }
1722
1697
  function isDefinedEntry(object) {
1723
1698
  return object[1] !== undefined && object[1] !== null;
1724
1699
  }
1725
- ;// CONCATENATED MODULE: ./src/public/shared/UrlBuilder.ts
1700
+ ;// ./src/public/shared/UrlBuilder.ts
1726
1701
  function UrlBuilder_typeof(o) { "@babel/helpers - typeof"; return UrlBuilder_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UrlBuilder_typeof(o); }
1727
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || UrlBuilder_unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1702
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || UrlBuilder_unsupportedIterableToArray(r, e) || _nonIterableRest(); }
1728
1703
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1729
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
1730
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
1731
- function UrlBuilder_toConsumableArray(arr) { return UrlBuilder_arrayWithoutHoles(arr) || UrlBuilder_iterableToArray(arr) || UrlBuilder_unsupportedIterableToArray(arr) || UrlBuilder_nonIterableSpread(); }
1704
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
1705
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
1706
+ function UrlBuilder_toConsumableArray(r) { return UrlBuilder_arrayWithoutHoles(r) || UrlBuilder_iterableToArray(r) || UrlBuilder_unsupportedIterableToArray(r) || UrlBuilder_nonIterableSpread(); }
1732
1707
  function UrlBuilder_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1733
- function UrlBuilder_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return UrlBuilder_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return UrlBuilder_arrayLikeToArray(o, minLen); }
1734
- function UrlBuilder_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
1735
- function UrlBuilder_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return UrlBuilder_arrayLikeToArray(arr); }
1736
- function UrlBuilder_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
1737
- function UrlBuilder_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1738
- function UrlBuilder_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, UrlBuilder_toPropertyKey(descriptor.key), descriptor); } }
1739
- function UrlBuilder_createClass(Constructor, protoProps, staticProps) { if (protoProps) UrlBuilder_defineProperties(Constructor.prototype, protoProps); if (staticProps) UrlBuilder_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
1708
+ function UrlBuilder_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return UrlBuilder_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? UrlBuilder_arrayLikeToArray(r, a) : void 0; } }
1709
+ function UrlBuilder_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
1710
+ function UrlBuilder_arrayWithoutHoles(r) { if (Array.isArray(r)) return UrlBuilder_arrayLikeToArray(r); }
1711
+ function UrlBuilder_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
1712
+ function UrlBuilder_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
1713
+ function UrlBuilder_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, UrlBuilder_toPropertyKey(o.key), o); } }
1714
+ function UrlBuilder_createClass(e, r, t) { return r && UrlBuilder_defineProperties(e.prototype, r), t && UrlBuilder_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
1740
1715
  function UrlBuilder_toPropertyKey(t) { var i = UrlBuilder_toPrimitive(t, "string"); return "symbol" == UrlBuilder_typeof(i) ? i : i + ""; }
1741
1716
  function UrlBuilder_toPrimitive(t, r) { if ("object" != UrlBuilder_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != UrlBuilder_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1742
1717
 
@@ -1885,17 +1860,17 @@ var UrlBuilder = /*#__PURE__*/function () {
1885
1860
  }
1886
1861
  }]);
1887
1862
  }();
1888
- ;// CONCATENATED MODULE: ./src/public/shared/UrlBuilderTypes.ts
1863
+ ;// ./src/public/shared/UrlBuilderTypes.ts
1889
1864
  /**
1890
1865
  * Workaround for tsc aliases, where we cannot export implementation-less libs in our dists.
1891
1866
  */
1892
1867
  var UrlBuilderTypesNoOp = false;
1893
- ;// CONCATENATED MODULE: ./src/public/shared/index.ts
1868
+ ;// ./src/public/shared/index.ts
1894
1869
 
1895
1870
 
1896
1871
 
1897
1872
 
1898
- ;// CONCATENATED MODULE: ./src/private/UploadManagerBase.ts
1873
+ ;// ./src/private/UploadManagerBase.ts
1899
1874
  function UploadManagerBase_empty() {}
1900
1875
  function UploadManagerBase_awaitIgnored(value, direct) {
1901
1876
  if (!direct) {
@@ -2102,15 +2077,15 @@ function _continueIgnored(value) {
2102
2077
  }
2103
2078
  }
2104
2079
  function UploadManagerBase_typeof(o) { "@babel/helpers - typeof"; return UploadManagerBase_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UploadManagerBase_typeof(o); }
2105
- function UploadManagerBase_toConsumableArray(arr) { return UploadManagerBase_arrayWithoutHoles(arr) || UploadManagerBase_iterableToArray(arr) || UploadManagerBase_unsupportedIterableToArray(arr) || UploadManagerBase_nonIterableSpread(); }
2080
+ function UploadManagerBase_toConsumableArray(r) { return UploadManagerBase_arrayWithoutHoles(r) || UploadManagerBase_iterableToArray(r) || UploadManagerBase_unsupportedIterableToArray(r) || UploadManagerBase_nonIterableSpread(); }
2106
2081
  function UploadManagerBase_nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
2107
- function UploadManagerBase_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return UploadManagerBase_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return UploadManagerBase_arrayLikeToArray(o, minLen); }
2108
- function UploadManagerBase_iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
2109
- function UploadManagerBase_arrayWithoutHoles(arr) { if (Array.isArray(arr)) return UploadManagerBase_arrayLikeToArray(arr); }
2110
- function UploadManagerBase_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
2111
- function UploadManagerBase_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2112
- function UploadManagerBase_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, UploadManagerBase_toPropertyKey(descriptor.key), descriptor); } }
2113
- function UploadManagerBase_createClass(Constructor, protoProps, staticProps) { if (protoProps) UploadManagerBase_defineProperties(Constructor.prototype, protoProps); if (staticProps) UploadManagerBase_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2082
+ function UploadManagerBase_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return UploadManagerBase_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? UploadManagerBase_arrayLikeToArray(r, a) : void 0; } }
2083
+ function UploadManagerBase_iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
2084
+ function UploadManagerBase_arrayWithoutHoles(r) { if (Array.isArray(r)) return UploadManagerBase_arrayLikeToArray(r); }
2085
+ function UploadManagerBase_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
2086
+ function UploadManagerBase_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2087
+ function UploadManagerBase_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, UploadManagerBase_toPropertyKey(o.key), o); } }
2088
+ function UploadManagerBase_createClass(e, r, t) { return r && UploadManagerBase_defineProperties(e.prototype, r), t && UploadManagerBase_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2114
2089
  function UploadManagerBase_toPropertyKey(t) { var i = UploadManagerBase_toPrimitive(t, "string"); return "symbol" == UploadManagerBase_typeof(i) ? i : i + ""; }
2115
2090
  function UploadManagerBase_toPrimitive(t, r) { if ("object" != UploadManagerBase_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != UploadManagerBase_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2116
2091
 
@@ -2394,17 +2369,13 @@ var UploadManagerBase = /*#__PURE__*/function () {
2394
2369
  }
2395
2370
  }]);
2396
2371
  }();
2397
- ;// CONCATENATED MODULE: external "stream"
2398
- var x = function(y) {
2399
- var x = {}; __lib_require__.d(x, y); return x
2400
- }
2401
- var y = function(x) { return function() { return x; }; }
2402
- var external_stream_namespaceObject = x({ ["Readable"]: function() { return __WEBPACK_EXTERNAL_MODULE_stream__.Readable; }, ["Transform"]: function() { return __WEBPACK_EXTERNAL_MODULE_stream__.Transform; } });
2403
- ;// CONCATENATED MODULE: ./src/private/StreamUtils.ts
2372
+ ;// external "stream"
2373
+
2374
+ ;// ./src/private/StreamUtils.ts
2404
2375
  function StreamUtils_typeof(o) { "@babel/helpers - typeof"; return StreamUtils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, StreamUtils_typeof(o); }
2405
- function StreamUtils_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2406
- function StreamUtils_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, StreamUtils_toPropertyKey(descriptor.key), descriptor); } }
2407
- function StreamUtils_createClass(Constructor, protoProps, staticProps) { if (protoProps) StreamUtils_defineProperties(Constructor.prototype, protoProps); if (staticProps) StreamUtils_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2376
+ function StreamUtils_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2377
+ function StreamUtils_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, StreamUtils_toPropertyKey(o.key), o); } }
2378
+ function StreamUtils_createClass(e, r, t) { return r && StreamUtils_defineProperties(e.prototype, r), t && StreamUtils_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2408
2379
  function StreamUtils_toPropertyKey(t) { var i = StreamUtils_toPrimitive(t, "string"); return "symbol" == StreamUtils_typeof(i) ? i : i + ""; }
2409
2380
  function StreamUtils_toPrimitive(t, r) { if ("object" != StreamUtils_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != StreamUtils_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2410
2381
 
@@ -2415,7 +2386,7 @@ var StreamUtils = /*#__PURE__*/function () {
2415
2386
  return StreamUtils_createClass(StreamUtils, null, [{
2416
2387
  key: "create",
2417
2388
  value: function create() {
2418
- return new external_stream_namespaceObject.Readable({
2389
+ return new __WEBPACK_EXTERNAL_MODULE_stream_Readable__({
2419
2390
  read: function read(_size) {
2420
2391
  // No implementation needed here.
2421
2392
  // The stream will wait for data to be pushed externally.
@@ -2430,12 +2401,12 @@ var StreamUtils = /*#__PURE__*/function () {
2430
2401
  }, {
2431
2402
  key: "empty",
2432
2403
  value: function empty() {
2433
- return external_stream_namespaceObject.Readable.from([]);
2404
+ return __WEBPACK_EXTERNAL_MODULE_stream_Readable__.from([]);
2434
2405
  }
2435
2406
  }, {
2436
2407
  key: "fromBuffer",
2437
2408
  value: function fromBuffer(buffer) {
2438
- return external_stream_namespaceObject.Readable.from(buffer);
2409
+ return __WEBPACK_EXTERNAL_MODULE_stream_Readable__.from(buffer);
2439
2410
  }
2440
2411
  }, {
2441
2412
  key: "fromArrayBuffer",
@@ -2444,7 +2415,7 @@ var StreamUtils = /*#__PURE__*/function () {
2444
2415
  }
2445
2416
  }]);
2446
2417
  }();
2447
- ;// CONCATENATED MODULE: ./src/private/NodeChunkedStream.ts
2418
+ ;// ./src/private/NodeChunkedStream.ts
2448
2419
  function NodeChunkedStream_await(value, then, direct) {
2449
2420
  if (direct) {
2450
2421
  return then ? then(value) : value;
@@ -2455,15 +2426,15 @@ function NodeChunkedStream_await(value, then, direct) {
2455
2426
  return then ? value.then(then) : value;
2456
2427
  }
2457
2428
  function NodeChunkedStream_typeof(o) { "@babel/helpers - typeof"; return NodeChunkedStream_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, NodeChunkedStream_typeof(o); }
2458
- function NodeChunkedStream_slicedToArray(arr, i) { return NodeChunkedStream_arrayWithHoles(arr) || NodeChunkedStream_iterableToArrayLimit(arr, i) || NodeChunkedStream_unsupportedIterableToArray(arr, i) || NodeChunkedStream_nonIterableRest(); }
2429
+ function NodeChunkedStream_slicedToArray(r, e) { return NodeChunkedStream_arrayWithHoles(r) || NodeChunkedStream_iterableToArrayLimit(r, e) || NodeChunkedStream_unsupportedIterableToArray(r, e) || NodeChunkedStream_nonIterableRest(); }
2459
2430
  function NodeChunkedStream_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
2460
- function NodeChunkedStream_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return NodeChunkedStream_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return NodeChunkedStream_arrayLikeToArray(o, minLen); }
2461
- function NodeChunkedStream_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
2462
- function NodeChunkedStream_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
2463
- function NodeChunkedStream_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
2464
- function NodeChunkedStream_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2465
- function NodeChunkedStream_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, NodeChunkedStream_toPropertyKey(descriptor.key), descriptor); } }
2466
- function NodeChunkedStream_createClass(Constructor, protoProps, staticProps) { if (protoProps) NodeChunkedStream_defineProperties(Constructor.prototype, protoProps); if (staticProps) NodeChunkedStream_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2431
+ function NodeChunkedStream_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return NodeChunkedStream_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? NodeChunkedStream_arrayLikeToArray(r, a) : void 0; } }
2432
+ function NodeChunkedStream_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
2433
+ function NodeChunkedStream_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
2434
+ function NodeChunkedStream_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
2435
+ function NodeChunkedStream_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2436
+ function NodeChunkedStream_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, NodeChunkedStream_toPropertyKey(o.key), o); } }
2437
+ function NodeChunkedStream_createClass(e, r, t) { return r && NodeChunkedStream_defineProperties(e.prototype, r), t && NodeChunkedStream_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2467
2438
  function NodeChunkedStream_toPropertyKey(t) { var i = NodeChunkedStream_toPrimitive(t, "string"); return "symbol" == NodeChunkedStream_typeof(i) ? i : i + ""; }
2468
2439
  function NodeChunkedStream_toPrimitive(t, r) { if ("object" != NodeChunkedStream_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != NodeChunkedStream_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2469
2440
 
@@ -2631,13 +2602,9 @@ var NodeChunkedStream = /*#__PURE__*/function () {
2631
2602
  }
2632
2603
  }]);
2633
2604
  }();
2634
- ;// CONCATENATED MODULE: external "buffer"
2635
- var external_buffer_x = function(y) {
2636
- var x = {}; __lib_require__.d(x, y); return x
2637
- }
2638
- var external_buffer_y = function(x) { return function() { return x; }; }
2639
- var external_buffer_namespaceObject = external_buffer_x({ ["Blob"]: function() { return __WEBPACK_EXTERNAL_MODULE_buffer__.Blob; } });
2640
- ;// CONCATENATED MODULE: ./src/private/UploadManagerFetchUtils.ts
2605
+ ;// external "buffer"
2606
+
2607
+ ;// ./src/private/UploadManagerFetchUtils.ts
2641
2608
  function UploadManagerFetchUtils_await(value, then, direct) {
2642
2609
  if (direct) {
2643
2610
  return then ? then(value) : value;
@@ -2648,9 +2615,9 @@ function UploadManagerFetchUtils_await(value, then, direct) {
2648
2615
  return then ? value.then(then) : value;
2649
2616
  }
2650
2617
  function UploadManagerFetchUtils_typeof(o) { "@babel/helpers - typeof"; return UploadManagerFetchUtils_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UploadManagerFetchUtils_typeof(o); }
2651
- function UploadManagerFetchUtils_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2652
- function UploadManagerFetchUtils_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, UploadManagerFetchUtils_toPropertyKey(descriptor.key), descriptor); } }
2653
- function UploadManagerFetchUtils_createClass(Constructor, protoProps, staticProps) { if (protoProps) UploadManagerFetchUtils_defineProperties(Constructor.prototype, protoProps); if (staticProps) UploadManagerFetchUtils_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2618
+ function UploadManagerFetchUtils_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2619
+ function UploadManagerFetchUtils_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, UploadManagerFetchUtils_toPropertyKey(o.key), o); } }
2620
+ function UploadManagerFetchUtils_createClass(e, r, t) { return r && UploadManagerFetchUtils_defineProperties(e.prototype, r), t && UploadManagerFetchUtils_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2654
2621
  function UploadManagerFetchUtils_toPropertyKey(t) { var i = UploadManagerFetchUtils_toPrimitive(t, "string"); return "symbol" == UploadManagerFetchUtils_typeof(i) ? i : i + ""; }
2655
2622
  function UploadManagerFetchUtils_toPrimitive(t, r) { if ("object" != UploadManagerFetchUtils_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != UploadManagerFetchUtils_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2656
2623
 
@@ -2693,20 +2660,20 @@ var UploadManagerFetchUtils = /*#__PURE__*/function () {
2693
2660
  }
2694
2661
  }]);
2695
2662
  }();
2696
- ;// CONCATENATED MODULE: ./src/public/node/ProgressStream.ts
2663
+ ;// ./src/public/node/ProgressStream.ts
2697
2664
  function ProgressStream_typeof(o) { "@babel/helpers - typeof"; return ProgressStream_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, ProgressStream_typeof(o); }
2698
- function ProgressStream_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2699
- function ProgressStream_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, ProgressStream_toPropertyKey(descriptor.key), descriptor); } }
2700
- function ProgressStream_createClass(Constructor, protoProps, staticProps) { if (protoProps) ProgressStream_defineProperties(Constructor.prototype, protoProps); if (staticProps) ProgressStream_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2665
+ function ProgressStream_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2666
+ function ProgressStream_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, ProgressStream_toPropertyKey(o.key), o); } }
2667
+ function ProgressStream_createClass(e, r, t) { return r && ProgressStream_defineProperties(e.prototype, r), t && ProgressStream_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2701
2668
  function ProgressStream_toPropertyKey(t) { var i = ProgressStream_toPrimitive(t, "string"); return "symbol" == ProgressStream_typeof(i) ? i : i + ""; }
2702
2669
  function ProgressStream_toPrimitive(t, r) { if ("object" != ProgressStream_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != ProgressStream_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2703
2670
  function ProgressStream_callSuper(t, o, e) { return o = ProgressStream_getPrototypeOf(o), ProgressStream_possibleConstructorReturn(t, ProgressStream_isNativeReflectConstruct() ? Reflect.construct(o, e || [], ProgressStream_getPrototypeOf(t).constructor) : o.apply(t, e)); }
2704
- function ProgressStream_possibleConstructorReturn(self, call) { if (call && (ProgressStream_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return ProgressStream_assertThisInitialized(self); }
2705
- function ProgressStream_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
2671
+ function ProgressStream_possibleConstructorReturn(t, e) { if (e && ("object" == ProgressStream_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return ProgressStream_assertThisInitialized(t); }
2672
+ function ProgressStream_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
2706
2673
  function ProgressStream_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (ProgressStream_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
2707
- function ProgressStream_getPrototypeOf(o) { ProgressStream_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return ProgressStream_getPrototypeOf(o); }
2708
- function ProgressStream_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) ProgressStream_setPrototypeOf(subClass, superClass); }
2709
- function ProgressStream_setPrototypeOf(o, p) { ProgressStream_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return ProgressStream_setPrototypeOf(o, p); }
2674
+ function ProgressStream_getPrototypeOf(t) { return ProgressStream_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, ProgressStream_getPrototypeOf(t); }
2675
+ function ProgressStream_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && ProgressStream_setPrototypeOf(t, e); }
2676
+ function ProgressStream_setPrototypeOf(t, e) { return ProgressStream_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, ProgressStream_setPrototypeOf(t, e); }
2710
2677
 
2711
2678
  var ProgressStream = /*#__PURE__*/function (_Transform) {
2712
2679
  function ProgressStream(options) {
@@ -2731,8 +2698,8 @@ var ProgressStream = /*#__PURE__*/function (_Transform) {
2731
2698
  callback();
2732
2699
  }
2733
2700
  }]);
2734
- }(external_stream_namespaceObject.Transform);
2735
- ;// CONCATENATED MODULE: ./src/public/node/UploadManagerNode.ts
2701
+ }(__WEBPACK_EXTERNAL_MODULE_stream_Transform__);
2702
+ ;// ./src/public/node/UploadManagerNode.ts
2736
2703
  function UploadManagerNode_typeof(o) { "@babel/helpers - typeof"; return UploadManagerNode_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, UploadManagerNode_typeof(o); }
2737
2704
  function UploadManagerNode_empty() {}
2738
2705
  function UploadManagerNode_awaitIgnored(value, direct) {
@@ -2914,18 +2881,18 @@ function _switch(discriminant, cases) {
2914
2881
  UploadManagerNode_settle(pact, 1, result);
2915
2882
  }
2916
2883
  }
2917
- function UploadManagerNode_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
2918
- function UploadManagerNode_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, UploadManagerNode_toPropertyKey(descriptor.key), descriptor); } }
2919
- function UploadManagerNode_createClass(Constructor, protoProps, staticProps) { if (protoProps) UploadManagerNode_defineProperties(Constructor.prototype, protoProps); if (staticProps) UploadManagerNode_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
2884
+ function UploadManagerNode_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
2885
+ function UploadManagerNode_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, UploadManagerNode_toPropertyKey(o.key), o); } }
2886
+ function UploadManagerNode_createClass(e, r, t) { return r && UploadManagerNode_defineProperties(e.prototype, r), t && UploadManagerNode_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
2920
2887
  function UploadManagerNode_toPropertyKey(t) { var i = UploadManagerNode_toPrimitive(t, "string"); return "symbol" == UploadManagerNode_typeof(i) ? i : i + ""; }
2921
2888
  function UploadManagerNode_toPrimitive(t, r) { if ("object" != UploadManagerNode_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != UploadManagerNode_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2922
2889
  function UploadManagerNode_callSuper(t, o, e) { return o = UploadManagerNode_getPrototypeOf(o), UploadManagerNode_possibleConstructorReturn(t, UploadManagerNode_isNativeReflectConstruct() ? Reflect.construct(o, e || [], UploadManagerNode_getPrototypeOf(t).constructor) : o.apply(t, e)); }
2923
- function UploadManagerNode_possibleConstructorReturn(self, call) { if (call && (UploadManagerNode_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return UploadManagerNode_assertThisInitialized(self); }
2924
- function UploadManagerNode_assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
2890
+ function UploadManagerNode_possibleConstructorReturn(t, e) { if (e && ("object" == UploadManagerNode_typeof(e) || "function" == typeof e)) return e; if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); return UploadManagerNode_assertThisInitialized(t); }
2891
+ function UploadManagerNode_assertThisInitialized(e) { if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return e; }
2925
2892
  function UploadManagerNode_isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (UploadManagerNode_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
2926
- function UploadManagerNode_getPrototypeOf(o) { UploadManagerNode_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return UploadManagerNode_getPrototypeOf(o); }
2927
- function UploadManagerNode_inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) UploadManagerNode_setPrototypeOf(subClass, superClass); }
2928
- function UploadManagerNode_setPrototypeOf(o, p) { UploadManagerNode_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return UploadManagerNode_setPrototypeOf(o, p); }
2893
+ function UploadManagerNode_getPrototypeOf(t) { return UploadManagerNode_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { return t.__proto__ || Object.getPrototypeOf(t); }, UploadManagerNode_getPrototypeOf(t); }
2894
+ function UploadManagerNode_inherits(t, e) { if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); t.prototype = Object.create(e && e.prototype, { constructor: { value: t, writable: !0, configurable: !0 } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && UploadManagerNode_setPrototypeOf(t, e); }
2895
+ function UploadManagerNode_setPrototypeOf(t, e) { return UploadManagerNode_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { return t.__proto__ = e, t; }, UploadManagerNode_setPrototypeOf(t, e); }
2929
2896
 
2930
2897
 
2931
2898
 
@@ -2946,7 +2913,7 @@ var UploadManager = /*#__PURE__*/function (_UploadManagerBase) {
2946
2913
  // 'Blob' must be from 'buffer' as we're in a node context here, so isn't globally available.
2947
2914
  return {
2948
2915
  type: "Blob",
2949
- value: new external_buffer_namespaceObject.Blob([data], {
2916
+ value: new __WEBPACK_EXTERNAL_MODULE_buffer_Blob__([data], {
2950
2917
  type: this.stringMimeType
2951
2918
  })
2952
2919
  };
@@ -3091,11 +3058,11 @@ var UploadManager = /*#__PURE__*/function (_UploadManagerBase) {
3091
3058
  }
3092
3059
  }]);
3093
3060
  }(UploadManagerBase);
3094
- ;// CONCATENATED MODULE: ./src/private/EnvChecker.ts
3061
+ ;// ./src/private/EnvChecker.ts
3095
3062
  function EnvChecker_typeof(o) { "@babel/helpers - typeof"; return EnvChecker_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, EnvChecker_typeof(o); }
3096
- function EnvChecker_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3097
- function EnvChecker_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, EnvChecker_toPropertyKey(descriptor.key), descriptor); } }
3098
- function EnvChecker_createClass(Constructor, protoProps, staticProps) { if (protoProps) EnvChecker_defineProperties(Constructor.prototype, protoProps); if (staticProps) EnvChecker_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
3063
+ function EnvChecker_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
3064
+ function EnvChecker_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, EnvChecker_toPropertyKey(o.key), o); } }
3065
+ function EnvChecker_createClass(e, r, t) { return r && EnvChecker_defineProperties(e.prototype, r), t && EnvChecker_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
3099
3066
  function EnvChecker_toPropertyKey(t) { var i = EnvChecker_toPrimitive(t, "string"); return "symbol" == EnvChecker_typeof(i) ? i : i + ""; }
3100
3067
  function EnvChecker_toPrimitive(t, r) { if ("object" != EnvChecker_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != EnvChecker_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3101
3068
  var EnvChecker = /*#__PURE__*/function () {
@@ -3117,11 +3084,11 @@ var EnvChecker = /*#__PURE__*/function () {
3117
3084
  }
3118
3085
  }]);
3119
3086
  }();
3120
- ;// CONCATENATED MODULE: ./src/public/node/AuthManagerNode.ts
3087
+ ;// ./src/public/node/AuthManagerNode.ts
3121
3088
  function AuthManagerNode_typeof(o) { "@babel/helpers - typeof"; return AuthManagerNode_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, AuthManagerNode_typeof(o); }
3122
- function AuthManagerNode_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
3123
- function AuthManagerNode_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, AuthManagerNode_toPropertyKey(descriptor.key), descriptor); } }
3124
- function AuthManagerNode_createClass(Constructor, protoProps, staticProps) { if (protoProps) AuthManagerNode_defineProperties(Constructor.prototype, protoProps); if (staticProps) AuthManagerNode_defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
3089
+ function AuthManagerNode_classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
3090
+ function AuthManagerNode_defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, AuthManagerNode_toPropertyKey(o.key), o); } }
3091
+ function AuthManagerNode_createClass(e, r, t) { return r && AuthManagerNode_defineProperties(e.prototype, r), t && AuthManagerNode_defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
3125
3092
  function AuthManagerNode_toPropertyKey(t) { var i = AuthManagerNode_toPrimitive(t, "string"); return "symbol" == AuthManagerNode_typeof(i) ? i : i + ""; }
3126
3093
  function AuthManagerNode_toPrimitive(t, r) { if ("object" != AuthManagerNode_typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != AuthManagerNode_typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3127
3094
 
@@ -3163,32 +3130,12 @@ var AuthManagerImpl = /*#__PURE__*/function () {
3163
3130
  * Alternative way of implementing a static class (i.e. all methods static). We do this so we can use a interface on the class (interfaces can't define static methods).
3164
3131
  */
3165
3132
  var AuthManager = new AuthManagerImpl();
3166
- ;// CONCATENATED MODULE: ./src/public/node/index.ts
3133
+ ;// ./src/public/node/index.ts
3167
3134
 
3168
3135
 
3169
- ;// CONCATENATED MODULE: ./src/index.node.ts
3136
+ ;// ./src/index.node.ts
3170
3137
  /* tslint:disable */
3171
3138
  /* eslint-disable */
3172
3139
 
3173
3140
 
3174
- var __lib_exports__AuthManager = __lib_exports__.AuthManager;
3175
- var __lib_exports__BaseAPI = __lib_exports__.BaseAPI;
3176
- var __lib_exports__BinaryResult = __lib_exports__.BinaryResult;
3177
- var __lib_exports__BytescaleApiClientConfigUtils = __lib_exports__.BytescaleApiClientConfigUtils;
3178
- var __lib_exports__BytescaleApiError = __lib_exports__.BytescaleApiError;
3179
- var __lib_exports__BytescaleGenericError = __lib_exports__.BytescaleGenericError;
3180
- var __lib_exports__CacheApi = __lib_exports__.CacheApi;
3181
- var __lib_exports__CancelledError = __lib_exports__.CancelledError;
3182
- var __lib_exports__CommonTypesNoOp = __lib_exports__.CommonTypesNoOp;
3183
- var __lib_exports__FileApi = __lib_exports__.FileApi;
3184
- var __lib_exports__FolderApi = __lib_exports__.FolderApi;
3185
- var __lib_exports__JSONApiResponse = __lib_exports__.JSONApiResponse;
3186
- var __lib_exports__JobApi = __lib_exports__.JobApi;
3187
- var __lib_exports__UploadApi = __lib_exports__.UploadApi;
3188
- var __lib_exports__UploadManager = __lib_exports__.UploadManager;
3189
- var __lib_exports__UrlBuilder = __lib_exports__.UrlBuilder;
3190
- var __lib_exports__UrlBuilderTypesNoOp = __lib_exports__.UrlBuilderTypesNoOp;
3191
- var __lib_exports__VoidApiResponse = __lib_exports__.VoidApiResponse;
3192
- var __lib_exports__encodeBytescaleQuerystringKVP = __lib_exports__.encodeBytescaleQuerystringKVP;
3193
- var __lib_exports__querystring = __lib_exports__.querystring;
3194
- export { __lib_exports__AuthManager as AuthManager, __lib_exports__BaseAPI as BaseAPI, __lib_exports__BinaryResult as BinaryResult, __lib_exports__BytescaleApiClientConfigUtils as BytescaleApiClientConfigUtils, __lib_exports__BytescaleApiError as BytescaleApiError, __lib_exports__BytescaleGenericError as BytescaleGenericError, __lib_exports__CacheApi as CacheApi, __lib_exports__CancelledError as CancelledError, __lib_exports__CommonTypesNoOp as CommonTypesNoOp, __lib_exports__FileApi as FileApi, __lib_exports__FolderApi as FolderApi, __lib_exports__JSONApiResponse as JSONApiResponse, __lib_exports__JobApi as JobApi, __lib_exports__UploadApi as UploadApi, __lib_exports__UploadManager as UploadManager, __lib_exports__UrlBuilder as UrlBuilder, __lib_exports__UrlBuilderTypesNoOp as UrlBuilderTypesNoOp, __lib_exports__VoidApiResponse as VoidApiResponse, __lib_exports__encodeBytescaleQuerystringKVP as encodeBytescaleQuerystringKVP, __lib_exports__querystring as querystring };
3141
+ export { AuthManager, BaseAPI, BinaryResult, BytescaleApiClientConfigUtils, BytescaleApiError, BytescaleGenericError, CacheApi, CancelledError, CommonTypesNoOp, FileApi, FolderApi, JSONApiResponse, JobApi, UploadApi, UploadManager, UrlBuilder, UrlBuilderTypesNoOp, VoidApiResponse, encodeBytescaleQuerystringKVP, querystring };