@mx-space/api-client 1.8.0-beta.1 → 1.8.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.
@@ -33,7 +33,7 @@ export class ActivityController<ResponseWrapper> implements IController {
33
33
  likeIt(type: 'Post' | 'Note', id: string) {
34
34
  return this.proxy.like.post<never>({
35
35
  data: {
36
- type,
36
+ type: type.toLowerCase(),
37
37
  id,
38
38
  },
39
39
  })
@@ -10296,9 +10296,9 @@
10296
10296
  }
10297
10297
  });
10298
10298
 
10299
- // ../../node_modules/.pnpm/follow-redirects@1.15.5_debug@4.3.4/node_modules/follow-redirects/debug.js
10299
+ // ../../node_modules/.pnpm/follow-redirects@1.15.6_debug@4.3.4/node_modules/follow-redirects/debug.js
10300
10300
  var require_debug = __commonJS({
10301
- "../../node_modules/.pnpm/follow-redirects@1.15.5_debug@4.3.4/node_modules/follow-redirects/debug.js"(exports, module) {
10301
+ "../../node_modules/.pnpm/follow-redirects@1.15.6_debug@4.3.4/node_modules/follow-redirects/debug.js"(exports, module) {
10302
10302
  "use strict";
10303
10303
  var debug;
10304
10304
  module.exports = function() {
@@ -10317,9 +10317,9 @@
10317
10317
  }
10318
10318
  });
10319
10319
 
10320
- // ../../node_modules/.pnpm/follow-redirects@1.15.5_debug@4.3.4/node_modules/follow-redirects/index.js
10320
+ // ../../node_modules/.pnpm/follow-redirects@1.15.6_debug@4.3.4/node_modules/follow-redirects/index.js
10321
10321
  var require_follow_redirects = __commonJS({
10322
- "../../node_modules/.pnpm/follow-redirects@1.15.5_debug@4.3.4/node_modules/follow-redirects/index.js"(exports, module) {
10322
+ "../../node_modules/.pnpm/follow-redirects@1.15.6_debug@4.3.4/node_modules/follow-redirects/index.js"(exports, module) {
10323
10323
  "use strict";
10324
10324
  var url2 = __require("url");
10325
10325
  var URL2 = url2.URL;
@@ -10640,7 +10640,7 @@
10640
10640
  this._isRedirect = true;
10641
10641
  spreadUrlObject(redirectUrl, this._options);
10642
10642
  if (redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== "https:" || redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost)) {
10643
- removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
10643
+ removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
10644
10644
  }
10645
10645
  if (isFunction2(beforeRedirect)) {
10646
10646
  var responseDetails = {
@@ -10804,14 +10804,14 @@
10804
10804
  }
10805
10805
  });
10806
10806
 
10807
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/bind.js
10807
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/bind.js
10808
10808
  function bind(fn, thisArg) {
10809
10809
  return function wrap() {
10810
10810
  return fn.apply(thisArg, arguments);
10811
10811
  };
10812
10812
  }
10813
10813
 
10814
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/utils.js
10814
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/utils.js
10815
10815
  var { toString } = Object.prototype;
10816
10816
  var { getPrototypeOf } = Object;
10817
10817
  var kindOf = /* @__PURE__ */ ((cache) => (thing) => {
@@ -11170,7 +11170,7 @@
11170
11170
  isThenable
11171
11171
  };
11172
11172
 
11173
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/AxiosError.js
11173
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/AxiosError.js
11174
11174
  function AxiosError(message, code, config, request, response) {
11175
11175
  Error.call(this);
11176
11176
  if (Error.captureStackTrace) {
@@ -11242,11 +11242,11 @@
11242
11242
  };
11243
11243
  var AxiosError_default = AxiosError;
11244
11244
 
11245
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/platform/node/classes/FormData.js
11245
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/platform/node/classes/FormData.js
11246
11246
  var import_form_data = __toESM(require_form_data(), 1);
11247
11247
  var FormData_default = import_form_data.default;
11248
11248
 
11249
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/toFormData.js
11249
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/toFormData.js
11250
11250
  function isVisitable(thing) {
11251
11251
  return utils_default.isPlainObject(thing) || utils_default.isArray(thing);
11252
11252
  }
@@ -11361,7 +11361,7 @@
11361
11361
  }
11362
11362
  var toFormData_default = toFormData;
11363
11363
 
11364
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
11364
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
11365
11365
  function encode(str) {
11366
11366
  const charMap = {
11367
11367
  "!": "%21",
@@ -11394,7 +11394,7 @@
11394
11394
  };
11395
11395
  var AxiosURLSearchParams_default = AxiosURLSearchParams;
11396
11396
 
11397
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/buildURL.js
11397
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/buildURL.js
11398
11398
  function encode2(val) {
11399
11399
  return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
11400
11400
  }
@@ -11420,7 +11420,7 @@
11420
11420
  return url2;
11421
11421
  }
11422
11422
 
11423
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/InterceptorManager.js
11423
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/InterceptorManager.js
11424
11424
  var InterceptorManager = class {
11425
11425
  constructor() {
11426
11426
  this.handlers = [];
@@ -11484,18 +11484,18 @@
11484
11484
  };
11485
11485
  var InterceptorManager_default = InterceptorManager;
11486
11486
 
11487
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/defaults/transitional.js
11487
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/defaults/transitional.js
11488
11488
  var transitional_default = {
11489
11489
  silentJSONParsing: true,
11490
11490
  forcedJSONParsing: true,
11491
11491
  clarifyTimeoutError: false
11492
11492
  };
11493
11493
 
11494
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
11494
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
11495
11495
  var import_url = __toESM(__require("url"), 1);
11496
11496
  var URLSearchParams_default = import_url.default.URLSearchParams;
11497
11497
 
11498
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/platform/node/index.js
11498
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/platform/node/index.js
11499
11499
  var node_default = {
11500
11500
  isNode: true,
11501
11501
  classes: {
@@ -11506,7 +11506,7 @@
11506
11506
  protocols: ["http", "https", "file", "data"]
11507
11507
  };
11508
11508
 
11509
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/platform/common/utils.js
11509
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/platform/common/utils.js
11510
11510
  var utils_exports = {};
11511
11511
  __export(utils_exports, {
11512
11512
  hasBrowserEnv: () => hasBrowserEnv,
@@ -11522,13 +11522,13 @@
11522
11522
  self instanceof WorkerGlobalScope && typeof self.importScripts === "function";
11523
11523
  })();
11524
11524
 
11525
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/platform/index.js
11525
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/platform/index.js
11526
11526
  var platform_default = {
11527
11527
  ...utils_exports,
11528
11528
  ...node_default
11529
11529
  };
11530
11530
 
11531
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/toURLEncodedForm.js
11531
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/toURLEncodedForm.js
11532
11532
  function toURLEncodedForm(data, options) {
11533
11533
  return toFormData_default(data, new platform_default.classes.URLSearchParams(), Object.assign({
11534
11534
  visitor: function(value, key, path, helpers) {
@@ -11541,7 +11541,7 @@
11541
11541
  }, options));
11542
11542
  }
11543
11543
 
11544
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/formDataToJSON.js
11544
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/formDataToJSON.js
11545
11545
  function parsePropPath(name) {
11546
11546
  return utils_default.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
11547
11547
  return match[0] === "[]" ? "" : match[1] || match[0];
@@ -11595,7 +11595,7 @@
11595
11595
  }
11596
11596
  var formDataToJSON_default = formDataToJSON;
11597
11597
 
11598
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/defaults/index.js
11598
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/defaults/index.js
11599
11599
  function stringifySafely(rawValue, parser, encoder) {
11600
11600
  if (utils_default.isString(rawValue)) {
11601
11601
  try {
@@ -11701,7 +11701,7 @@
11701
11701
  });
11702
11702
  var defaults_default = defaults;
11703
11703
 
11704
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/parseHeaders.js
11704
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/parseHeaders.js
11705
11705
  var ignoreDuplicateOf = utils_default.toObjectSet([
11706
11706
  "age",
11707
11707
  "authorization",
@@ -11746,7 +11746,7 @@
11746
11746
  return parsed;
11747
11747
  };
11748
11748
 
11749
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/AxiosHeaders.js
11749
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/AxiosHeaders.js
11750
11750
  var $internals = Symbol("internals");
11751
11751
  function normalizeHeader(header) {
11752
11752
  return header && String(header).trim().toLowerCase();
@@ -11964,7 +11964,7 @@
11964
11964
  utils_default.freezeMethods(AxiosHeaders);
11965
11965
  var AxiosHeaders_default = AxiosHeaders;
11966
11966
 
11967
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/transformData.js
11967
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/transformData.js
11968
11968
  function transformData(fns, response) {
11969
11969
  const config = this || defaults_default;
11970
11970
  const context = response || config;
@@ -11977,12 +11977,12 @@
11977
11977
  return data;
11978
11978
  }
11979
11979
 
11980
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/cancel/isCancel.js
11980
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/cancel/isCancel.js
11981
11981
  function isCancel(value) {
11982
11982
  return !!(value && value.__CANCEL__);
11983
11983
  }
11984
11984
 
11985
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/cancel/CanceledError.js
11985
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/cancel/CanceledError.js
11986
11986
  function CanceledError(message, config, request) {
11987
11987
  AxiosError_default.call(this, message == null ? "canceled" : message, AxiosError_default.ERR_CANCELED, config, request);
11988
11988
  this.name = "CanceledError";
@@ -11992,7 +11992,7 @@
11992
11992
  });
11993
11993
  var CanceledError_default = CanceledError;
11994
11994
 
11995
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/settle.js
11995
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/settle.js
11996
11996
  function settle(resolve, reject, response) {
11997
11997
  const validateStatus2 = response.config.validateStatus;
11998
11998
  if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
@@ -12008,17 +12008,17 @@
12008
12008
  }
12009
12009
  }
12010
12010
 
12011
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/isAbsoluteURL.js
12011
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/isAbsoluteURL.js
12012
12012
  function isAbsoluteURL(url2) {
12013
12013
  return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url2);
12014
12014
  }
12015
12015
 
12016
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/combineURLs.js
12016
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/combineURLs.js
12017
12017
  function combineURLs(baseURL, relativeURL) {
12018
12018
  return relativeURL ? baseURL.replace(/\/?\/$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
12019
12019
  }
12020
12020
 
12021
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/buildFullPath.js
12021
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/buildFullPath.js
12022
12022
  function buildFullPath(baseURL, requestedURL) {
12023
12023
  if (baseURL && !isAbsoluteURL(requestedURL)) {
12024
12024
  return combineURLs(baseURL, requestedURL);
@@ -12026,7 +12026,7 @@
12026
12026
  return requestedURL;
12027
12027
  }
12028
12028
 
12029
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/http.js
12029
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/http.js
12030
12030
  var import_proxy_from_env = __toESM(require_proxy_from_env(), 1);
12031
12031
  var import_http = __toESM(__require("http"), 1);
12032
12032
  var import_https = __toESM(__require("https"), 1);
@@ -12034,16 +12034,16 @@
12034
12034
  var import_follow_redirects = __toESM(require_follow_redirects(), 1);
12035
12035
  var import_zlib = __toESM(__require("zlib"), 1);
12036
12036
 
12037
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/env/data.js
12038
- var VERSION = "1.6.7";
12037
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/env/data.js
12038
+ var VERSION = "1.6.8";
12039
12039
 
12040
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/parseProtocol.js
12040
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/parseProtocol.js
12041
12041
  function parseProtocol(url2) {
12042
12042
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
12043
12043
  return match && match[1] || "";
12044
12044
  }
12045
12045
 
12046
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/fromDataURI.js
12046
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/fromDataURI.js
12047
12047
  var DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
12048
12048
  function fromDataURI(uri, asBlob, options) {
12049
12049
  const _Blob = options && options.Blob || platform_default.classes.Blob;
@@ -12072,13 +12072,13 @@
12072
12072
  throw new AxiosError_default("Unsupported protocol " + protocol, AxiosError_default.ERR_NOT_SUPPORT);
12073
12073
  }
12074
12074
 
12075
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/http.js
12075
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/http.js
12076
12076
  var import_stream4 = __toESM(__require("stream"), 1);
12077
12077
 
12078
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/AxiosTransformStream.js
12078
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/AxiosTransformStream.js
12079
12079
  var import_stream = __toESM(__require("stream"), 1);
12080
12080
 
12081
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/throttle.js
12081
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/throttle.js
12082
12082
  function throttle(fn, freq) {
12083
12083
  let timestamp = 0;
12084
12084
  const threshold = 1e3 / freq;
@@ -12104,7 +12104,7 @@
12104
12104
  }
12105
12105
  var throttle_default = throttle;
12106
12106
 
12107
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/speedometer.js
12107
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/speedometer.js
12108
12108
  function speedometer(samplesCount, min) {
12109
12109
  samplesCount = samplesCount || 10;
12110
12110
  const bytes = new Array(samplesCount);
@@ -12140,7 +12140,7 @@
12140
12140
  }
12141
12141
  var speedometer_default = speedometer;
12142
12142
 
12143
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/AxiosTransformStream.js
12143
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/AxiosTransformStream.js
12144
12144
  var kInternals = Symbol("internals");
12145
12145
  var AxiosTransformStream = class extends import_stream.default.Transform {
12146
12146
  constructor(options) {
@@ -12290,14 +12290,14 @@
12290
12290
  };
12291
12291
  var AxiosTransformStream_default = AxiosTransformStream;
12292
12292
 
12293
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/http.js
12294
- var import_events = __toESM(__require("events"), 1);
12293
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/http.js
12294
+ var import_events = __require("events");
12295
12295
 
12296
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/formDataToStream.js
12296
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/formDataToStream.js
12297
12297
  var import_util = __require("util");
12298
12298
  var import_stream2 = __require("stream");
12299
12299
 
12300
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/readBlob.js
12300
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/readBlob.js
12301
12301
  var { asyncIterator } = Symbol;
12302
12302
  var readBlob = async function* (blob) {
12303
12303
  if (blob.stream) {
@@ -12312,7 +12312,7 @@
12312
12312
  };
12313
12313
  var readBlob_default = readBlob;
12314
12314
 
12315
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/formDataToStream.js
12315
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/formDataToStream.js
12316
12316
  var BOUNDARY_ALPHABET = utils_default.ALPHABET.ALPHA_DIGIT + "-_";
12317
12317
  var textEncoder = new import_util.TextEncoder();
12318
12318
  var CRLF = "\r\n";
@@ -12391,7 +12391,7 @@
12391
12391
  };
12392
12392
  var formDataToStream_default = formDataToStream;
12393
12393
 
12394
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
12394
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
12395
12395
  var import_stream3 = __toESM(__require("stream"), 1);
12396
12396
  var ZlibHeaderTransformStream = class extends import_stream3.default.Transform {
12397
12397
  __transform(chunk, encoding, callback) {
@@ -12413,7 +12413,7 @@
12413
12413
  };
12414
12414
  var ZlibHeaderTransformStream_default = ZlibHeaderTransformStream;
12415
12415
 
12416
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/callbackify.js
12416
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/callbackify.js
12417
12417
  var callbackify = (fn, reducer) => {
12418
12418
  return utils_default.isAsyncFn(fn) ? function(...args) {
12419
12419
  const cb = args.pop();
@@ -12428,7 +12428,7 @@
12428
12428
  };
12429
12429
  var callbackify_default = callbackify;
12430
12430
 
12431
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/http.js
12431
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/http.js
12432
12432
  var zlibOptions = {
12433
12433
  flush: import_zlib.default.constants.Z_SYNC_FLUSH,
12434
12434
  finishFlush: import_zlib.default.constants.Z_SYNC_FLUSH
@@ -12536,7 +12536,7 @@
12536
12536
  });
12537
12537
  };
12538
12538
  }
12539
- const emitter = new import_events.default();
12539
+ const emitter = new import_events.EventEmitter();
12540
12540
  const onFinished = () => {
12541
12541
  if (config.cancelToken) {
12542
12542
  config.cancelToken.unsubscribe(abort);
@@ -12927,7 +12927,7 @@
12927
12927
  });
12928
12928
  };
12929
12929
 
12930
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/cookies.js
12930
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/cookies.js
12931
12931
  var cookies_default = platform_default.hasStandardBrowserEnv ? (
12932
12932
  // Standard browser envs support document.cookie
12933
12933
  {
@@ -12960,7 +12960,7 @@
12960
12960
  }
12961
12961
  );
12962
12962
 
12963
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/isURLSameOrigin.js
12963
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/isURLSameOrigin.js
12964
12964
  var isURLSameOrigin_default = platform_default.hasStandardBrowserEnv ? (
12965
12965
  // Standard browser envs have full support of the APIs needed to test
12966
12966
  // whether the request URL is of the same origin as current location.
@@ -13001,7 +13001,7 @@
13001
13001
  }()
13002
13002
  );
13003
13003
 
13004
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/xhr.js
13004
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/xhr.js
13005
13005
  function progressEventReducer(listener, isDownloadStream) {
13006
13006
  let bytesNotified = 0;
13007
13007
  const _speedometer = speedometer_default(50, 250);
@@ -13171,7 +13171,7 @@
13171
13171
  });
13172
13172
  };
13173
13173
 
13174
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/adapters/adapters.js
13174
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/adapters/adapters.js
13175
13175
  var knownAdapters = {
13176
13176
  http: http_default,
13177
13177
  xhr: xhr_default
@@ -13224,7 +13224,7 @@
13224
13224
  adapters: knownAdapters
13225
13225
  };
13226
13226
 
13227
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/dispatchRequest.js
13227
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/dispatchRequest.js
13228
13228
  function throwIfCancellationRequested(config) {
13229
13229
  if (config.cancelToken) {
13230
13230
  config.cancelToken.throwIfRequested();
@@ -13269,8 +13269,8 @@
13269
13269
  });
13270
13270
  }
13271
13271
 
13272
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/mergeConfig.js
13273
- var headersToObject = (thing) => thing instanceof AxiosHeaders_default ? thing.toJSON() : thing;
13272
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/mergeConfig.js
13273
+ var headersToObject = (thing) => thing instanceof AxiosHeaders_default ? { ...thing } : thing;
13274
13274
  function mergeConfig(config1, config2) {
13275
13275
  config2 = config2 || {};
13276
13276
  const config = {};
@@ -13349,7 +13349,7 @@
13349
13349
  return config;
13350
13350
  }
13351
13351
 
13352
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/validator.js
13352
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/validator.js
13353
13353
  var validators = {};
13354
13354
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
13355
13355
  validators[type] = function validator(thing) {
@@ -13407,7 +13407,7 @@
13407
13407
  validators
13408
13408
  };
13409
13409
 
13410
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/core/Axios.js
13410
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/core/Axios.js
13411
13411
  var validators2 = validator_default.validators;
13412
13412
  var Axios = class {
13413
13413
  constructor(instanceConfig) {
@@ -13567,7 +13567,7 @@
13567
13567
  });
13568
13568
  var Axios_default = Axios;
13569
13569
 
13570
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/cancel/CancelToken.js
13570
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/cancel/CancelToken.js
13571
13571
  var CancelToken = class _CancelToken {
13572
13572
  constructor(executor) {
13573
13573
  if (typeof executor !== "function") {
@@ -13657,19 +13657,19 @@
13657
13657
  };
13658
13658
  var CancelToken_default = CancelToken;
13659
13659
 
13660
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/spread.js
13660
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/spread.js
13661
13661
  function spread(callback) {
13662
13662
  return function wrap(arr) {
13663
13663
  return callback.apply(null, arr);
13664
13664
  };
13665
13665
  }
13666
13666
 
13667
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/isAxiosError.js
13667
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/isAxiosError.js
13668
13668
  function isAxiosError(payload) {
13669
13669
  return utils_default.isObject(payload) && payload.isAxiosError === true;
13670
13670
  }
13671
13671
 
13672
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/helpers/HttpStatusCode.js
13672
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/helpers/HttpStatusCode.js
13673
13673
  var HttpStatusCode = {
13674
13674
  Continue: 100,
13675
13675
  SwitchingProtocols: 101,
@@ -13740,7 +13740,7 @@
13740
13740
  });
13741
13741
  var HttpStatusCode_default = HttpStatusCode;
13742
13742
 
13743
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/lib/axios.js
13743
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/lib/axios.js
13744
13744
  function createInstance(defaultConfig) {
13745
13745
  const context = new Axios_default(defaultConfig);
13746
13746
  const instance = bind(Axios_default.prototype.request, context);
@@ -13773,7 +13773,7 @@
13773
13773
  axios.default = axios;
13774
13774
  var axios_default = axios;
13775
13775
 
13776
- // ../../node_modules/.pnpm/axios@1.6.7/node_modules/axios/index.js
13776
+ // ../../node_modules/.pnpm/axios@1.6.8/node_modules/axios/index.js
13777
13777
  var {
13778
13778
  Axios: Axios2,
13779
13779
  AxiosError: AxiosError2,