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.cjs CHANGED
@@ -3620,8 +3620,8 @@ var require_utils = __commonJS({
3620
3620
  Object.defineProperty(target, keys[i], Object.getOwnPropertyDescriptor(source, keys[i]));
3621
3621
  }
3622
3622
  };
3623
- module.exports.wrapperSymbol = Symbol("wrapper");
3624
- module.exports.implSymbol = Symbol("impl");
3623
+ module.exports.wrapperSymbol = /* @__PURE__ */ Symbol("wrapper");
3624
+ module.exports.implSymbol = /* @__PURE__ */ Symbol("impl");
3625
3625
  module.exports.wrapperForImpl = function(impl) {
3626
3626
  return impl[module.exports.wrapperSymbol];
3627
3627
  };
@@ -3812,7 +3812,7 @@ var require_url_state_machine = __commonJS({
3812
3812
  ws: 80,
3813
3813
  wss: 443
3814
3814
  };
3815
- var failure = Symbol("failure");
3815
+ var failure = /* @__PURE__ */ Symbol("failure");
3816
3816
  function countSymbols(str) {
3817
3817
  return punycode.ucs2.decode(str).length;
3818
3818
  }
@@ -5825,8 +5825,8 @@ var init_lib = __esm({
5825
5825
  "../../node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.mjs"() {
5826
5826
  import_whatwg_url = __toESM(require_public_api());
5827
5827
  Readable = Stream__default.default.Readable;
5828
- BUFFER2 = Symbol("buffer");
5829
- TYPE = Symbol("type");
5828
+ BUFFER2 = /* @__PURE__ */ Symbol("buffer");
5829
+ TYPE = /* @__PURE__ */ Symbol("type");
5830
5830
  Blob = class _Blob {
5831
5831
  constructor() {
5832
5832
  this[TYPE] = "";
@@ -5931,7 +5931,7 @@ var init_lib = __esm({
5931
5931
  convert = __require("encoding").convert;
5932
5932
  } catch (e) {
5933
5933
  }
5934
- INTERNALS = Symbol("Body internals");
5934
+ INTERNALS = /* @__PURE__ */ Symbol("Body internals");
5935
5935
  PassThrough = Stream__default.default.PassThrough;
5936
5936
  Body.prototype = {
5937
5937
  get body() {
@@ -6034,7 +6034,7 @@ var init_lib = __esm({
6034
6034
  Body.Promise = global.Promise;
6035
6035
  invalidTokenRegex = /[^\^_`a-zA-Z\-0-9!#$%&'*+.|~]/;
6036
6036
  invalidHeaderCharRegex = /[^\t\x20-\x7e\x80-\xff]/;
6037
- MAP = Symbol("map");
6037
+ MAP = /* @__PURE__ */ Symbol("map");
6038
6038
  Headers = class _Headers {
6039
6039
  /**
6040
6040
  * Headers class
@@ -6231,7 +6231,7 @@ var init_lib = __esm({
6231
6231
  values: { enumerable: true },
6232
6232
  entries: { enumerable: true }
6233
6233
  });
6234
- INTERNAL = Symbol("internal");
6234
+ INTERNAL = /* @__PURE__ */ Symbol("internal");
6235
6235
  HeadersIteratorPrototype = Object.setPrototypeOf({
6236
6236
  next() {
6237
6237
  if (!this || Object.getPrototypeOf(this) !== HeadersIteratorPrototype) {
@@ -6260,7 +6260,7 @@ var init_lib = __esm({
6260
6260
  enumerable: false,
6261
6261
  configurable: true
6262
6262
  });
6263
- INTERNALS$1 = Symbol("Response internals");
6263
+ INTERNALS$1 = /* @__PURE__ */ Symbol("Response internals");
6264
6264
  STATUS_CODES = http__default.default.STATUS_CODES;
6265
6265
  Response = class _Response {
6266
6266
  constructor() {
@@ -6336,7 +6336,7 @@ var init_lib = __esm({
6336
6336
  enumerable: false,
6337
6337
  configurable: true
6338
6338
  });
6339
- INTERNALS$2 = Symbol("Request internals");
6339
+ INTERNALS$2 = /* @__PURE__ */ Symbol("Request internals");
6340
6340
  URL2 = Url__default.default.URL || import_whatwg_url.default.URL;
6341
6341
  parse_url = Url__default.default.parse;
6342
6342
  format_url = Url__default.default.format;