autotel-subscribers 11.0.0 → 12.0.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.
@@ -4628,7 +4628,7 @@ var require_dist = __commonJS({
4628
4628
  var http3 = __importStar(__require("http"));
4629
4629
  var https_1 = __require("https");
4630
4630
  __exportStar(require_helpers(), exports$1);
4631
- var INTERNAL2 = Symbol("AgentBaseInternalState");
4631
+ var INTERNAL2 = /* @__PURE__ */ Symbol("AgentBaseInternalState");
4632
4632
  var Agent = class extends http3.Agent {
4633
4633
  constructor(opts) {
4634
4634
  super(opts);
@@ -12287,8 +12287,8 @@ var require_utils3 = __commonJS({
12287
12287
  Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
12288
12288
  }
12289
12289
  };
12290
- module.exports.wrapperSymbol = Symbol("wrapper");
12291
- module.exports.implSymbol = Symbol("impl");
12290
+ module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
12291
+ module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
12292
12292
  module.exports.wrapperForImpl = function(impl) {
12293
12293
  return impl[module.exports.wrapperSymbol];
12294
12294
  };
@@ -12479,7 +12479,7 @@ var require_url_state_machine = __commonJS({
12479
12479
  ws: 80,
12480
12480
  wss: 443
12481
12481
  };
12482
- var failure = Symbol("failure");
12482
+ var failure = /* @__PURE__ */ Symbol("failure");
12483
12483
  function countSymbols(str) {
12484
12484
  return punycode.ucs2.decode(str).length;
12485
12485
  }
@@ -14492,8 +14492,8 @@ var init_lib = __esm({
14492
14492
  "../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
14493
14493
  import_whatwg_url = __toESM(require_public_api());
14494
14494
  Readable = Stream__default.default.Readable;
14495
- BUFFER2 = Symbol("buffer");
14496
- TYPE = Symbol("type");
14495
+ BUFFER2 = /* @__PURE__ */ Symbol("buffer");
14496
+ TYPE = /* @__PURE__ */ Symbol("type");
14497
14497
  Blob2 = class _Blob {
14498
14498
  constructor() {
14499
14499
  this[TYPE] = "";
@@ -14598,7 +14598,7 @@ var init_lib = __esm({
14598
14598
  convert = __require("encoding").convert;
14599
14599
  } catch (e) {
14600
14600
  }
14601
- INTERNALS = Symbol("Body internals");
14601
+ INTERNALS = /* @__PURE__ */ Symbol("Body internals");
14602
14602
  PassThrough = Stream__default.default.PassThrough;
14603
14603
  Body.prototype = {
14604
14604
  get body() {
@@ -14701,7 +14701,7 @@ var init_lib = __esm({
14701
14701
  Body.Promise = global.Promise;
14702
14702
  invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
14703
14703
  invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
14704
- MAP = Symbol("map");
14704
+ MAP = /* @__PURE__ */ Symbol("map");
14705
14705
  Headers = class _Headers {
14706
14706
  /**
14707
14707
  * Headers class
@@ -14898,7 +14898,7 @@ var init_lib = __esm({
14898
14898
  values: { enumerable: true },
14899
14899
  entries: { enumerable: true }
14900
14900
  });
14901
- INTERNAL = Symbol("internal");
14901
+ INTERNAL = /* @__PURE__ */ Symbol("internal");
14902
14902
  HeadersIteratorPrototype = Object.setPrototypeOf({
14903
14903
  next() {
14904
14904
  if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
@@ -14927,7 +14927,7 @@ var init_lib = __esm({
14927
14927
  enumerable: false,
14928
14928
  configurable: true
14929
14929
  });
14930
- INTERNALS$1 = Symbol("Response internals");
14930
+ INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
14931
14931
  STATUS_CODES = http2__namespace.default.STATUS_CODES;
14932
14932
  Response2 = class _Response {
14933
14933
  constructor() {
@@ -15003,7 +15003,7 @@ var init_lib = __esm({
15003
15003
  enumerable: false,
15004
15004
  configurable: true
15005
15005
  });
15006
- INTERNALS$2 = Symbol("Request internals");
15006
+ INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
15007
15007
  URL2 = Url__default.default.URL || import_whatwg_url.default.URL;
15008
15008
  parse_url = Url__default.default.parse;
15009
15009
  format_url = Url__default.default.format;