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/segment.js CHANGED
@@ -3592,8 +3592,8 @@ var require_utils = __commonJS({
3592
3592
  Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
3593
3593
  }
3594
3594
  };
3595
- module.exports.wrapperSymbol = Symbol("wrapper");
3596
- module.exports.implSymbol = Symbol("impl");
3595
+ module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
3596
+ module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
3597
3597
  module.exports.wrapperForImpl = function(impl) {
3598
3598
  return impl[module.exports.wrapperSymbol];
3599
3599
  };
@@ -3784,7 +3784,7 @@ var require_url_state_machine = __commonJS({
3784
3784
  ws: 80,
3785
3785
  wss: 443
3786
3786
  };
3787
- var failure = Symbol("failure");
3787
+ var failure = /* @__PURE__ */ Symbol("failure");
3788
3788
  function countSymbols(str) {
3789
3789
  return punycode.ucs2.decode(str).length;
3790
3790
  }
@@ -5797,8 +5797,8 @@ var init_lib = __esm({
5797
5797
  "../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
5798
5798
  import_whatwg_url = __toESM(require_public_api());
5799
5799
  Readable = Stream.Readable;
5800
- BUFFER2 = Symbol("buffer");
5801
- TYPE = Symbol("type");
5800
+ BUFFER2 = /* @__PURE__ */ Symbol("buffer");
5801
+ TYPE = /* @__PURE__ */ Symbol("type");
5802
5802
  Blob = class _Blob {
5803
5803
  constructor() {
5804
5804
  this[TYPE] = "";
@@ -5903,7 +5903,7 @@ var init_lib = __esm({
5903
5903
  convert = __require("encoding").convert;
5904
5904
  } catch (e) {
5905
5905
  }
5906
- INTERNALS = Symbol("Body internals");
5906
+ INTERNALS = /* @__PURE__ */ Symbol("Body internals");
5907
5907
  PassThrough = Stream.PassThrough;
5908
5908
  Body.prototype = {
5909
5909
  get body() {
@@ -6006,7 +6006,7 @@ var init_lib = __esm({
6006
6006
  Body.Promise = global.Promise;
6007
6007
  invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
6008
6008
  invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
6009
- MAP = Symbol("map");
6009
+ MAP = /* @__PURE__ */ Symbol("map");
6010
6010
  Headers = class _Headers {
6011
6011
  /**
6012
6012
  * Headers class
@@ -6203,7 +6203,7 @@ var init_lib = __esm({
6203
6203
  values: { enumerable: true },
6204
6204
  entries: { enumerable: true }
6205
6205
  });
6206
- INTERNAL = Symbol("internal");
6206
+ INTERNAL = /* @__PURE__ */ Symbol("internal");
6207
6207
  HeadersIteratorPrototype = Object.setPrototypeOf({
6208
6208
  next() {
6209
6209
  if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
@@ -6232,7 +6232,7 @@ var init_lib = __esm({
6232
6232
  enumerable: false,
6233
6233
  configurable: true
6234
6234
  });
6235
- INTERNALS$1 = Symbol("Response internals");
6235
+ INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
6236
6236
  STATUS_CODES = http.STATUS_CODES;
6237
6237
  Response = class _Response {
6238
6238
  constructor() {
@@ -6308,7 +6308,7 @@ var init_lib = __esm({
6308
6308
  enumerable: false,
6309
6309
  configurable: true
6310
6310
  });
6311
- INTERNALS$2 = Symbol("Request internals");
6311
+ INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
6312
6312
  URL2 = Url.URL || import_whatwg_url.default.URL;
6313
6313
  parse_url = Url.parse;
6314
6314
  format_url = Url.format;