autotel-subscribers 11.0.0 → 13.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.
package/dist/factories.js CHANGED
@@ -4599,7 +4599,7 @@ var require_dist = __commonJS({
4599
4599
  var http3 = __importStar(__require("http"));
4600
4600
  var https_1 = __require("https");
4601
4601
  __exportStar(require_helpers(), exports$1);
4602
- var INTERNAL2 = Symbol("AgentBaseInternalState");
4602
+ var INTERNAL2 = /* @__PURE__ */ Symbol("AgentBaseInternalState");
4603
4603
  var Agent = class extends http3.Agent {
4604
4604
  constructor(opts) {
4605
4605
  super(opts);
@@ -12258,8 +12258,8 @@ var require_utils3 = __commonJS({
12258
12258
  Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
12259
12259
  }
12260
12260
  };
12261
- module.exports.wrapperSymbol = Symbol("wrapper");
12262
- module.exports.implSymbol = Symbol("impl");
12261
+ module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
12262
+ module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
12263
12263
  module.exports.wrapperForImpl = function(impl) {
12264
12264
  return impl[module.exports.wrapperSymbol];
12265
12265
  };
@@ -12450,7 +12450,7 @@ var require_url_state_machine = __commonJS({
12450
12450
  ws: 80,
12451
12451
  wss: 443
12452
12452
  };
12453
- var failure = Symbol("failure");
12453
+ var failure = /* @__PURE__ */ Symbol("failure");
12454
12454
  function countSymbols(str) {
12455
12455
  return punycode.ucs2.decode(str).length;
12456
12456
  }
@@ -14463,8 +14463,8 @@ var init_lib = __esm({
14463
14463
  "../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
14464
14464
  import_whatwg_url = __toESM(require_public_api());
14465
14465
  Readable = Stream.Readable;
14466
- BUFFER2 = Symbol("buffer");
14467
- TYPE = Symbol("type");
14466
+ BUFFER2 = /* @__PURE__ */ Symbol("buffer");
14467
+ TYPE = /* @__PURE__ */ Symbol("type");
14468
14468
  Blob2 = class _Blob {
14469
14469
  constructor() {
14470
14470
  this[TYPE] = "";
@@ -14569,7 +14569,7 @@ var init_lib = __esm({
14569
14569
  convert = __require("encoding").convert;
14570
14570
  } catch (e) {
14571
14571
  }
14572
- INTERNALS = Symbol("Body internals");
14572
+ INTERNALS = /* @__PURE__ */ Symbol("Body internals");
14573
14573
  PassThrough = Stream.PassThrough;
14574
14574
  Body.prototype = {
14575
14575
  get body() {
@@ -14672,7 +14672,7 @@ var init_lib = __esm({
14672
14672
  Body.Promise = global.Promise;
14673
14673
  invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
14674
14674
  invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
14675
- MAP = Symbol("map");
14675
+ MAP = /* @__PURE__ */ Symbol("map");
14676
14676
  Headers = class _Headers {
14677
14677
  /**
14678
14678
  * Headers class
@@ -14869,7 +14869,7 @@ var init_lib = __esm({
14869
14869
  values: { enumerable: true },
14870
14870
  entries: { enumerable: true }
14871
14871
  });
14872
- INTERNAL = Symbol("internal");
14872
+ INTERNAL = /* @__PURE__ */ Symbol("internal");
14873
14873
  HeadersIteratorPrototype = Object.setPrototypeOf({
14874
14874
  next() {
14875
14875
  if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
@@ -14898,7 +14898,7 @@ var init_lib = __esm({
14898
14898
  enumerable: false,
14899
14899
  configurable: true
14900
14900
  });
14901
- INTERNALS$1 = Symbol("Response internals");
14901
+ INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
14902
14902
  STATUS_CODES = http2__default.STATUS_CODES;
14903
14903
  Response2 = class _Response {
14904
14904
  constructor() {
@@ -14974,7 +14974,7 @@ var init_lib = __esm({
14974
14974
  enumerable: false,
14975
14975
  configurable: true
14976
14976
  });
14977
- INTERNALS$2 = Symbol("Request internals");
14977
+ INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
14978
14978
  URL2 = Url.URL || import_whatwg_url.default.URL;
14979
14979
  parse_url = Url.parse;
14980
14980
  format_url = Url.format;