@rebilly/instruments 16.117.0 → 16.118.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/CHANGELOG.md CHANGED
@@ -1,7 +1,6 @@
1
- ## [16.117.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.116.0...instruments/core-v16.117.0) (2026-05-20)
1
+ ## [16.118.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.117.1...instruments/core-v16.118.0) (2026-05-22)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#21565](https://github.com/Rebilly/rebilly/issues/21565)) ([58c5b28](https://github.com/Rebilly/rebilly/commit/58c5b285345e8d123233a49580d89a687d7a164e))
7
- * **instruments:** switch check for requiresSetupTransaction to api feature flag ([#21613](https://github.com/Rebilly/rebilly/issues/21613)) ([de0ba15](https://github.com/Rebilly/rebilly/commit/de0ba154fd6b240d3af8c85bf89738782850ed07))
6
+ * **k6:** k6 cli ([#21529](https://github.com/Rebilly/rebilly/issues/21529)) ([651f5ca](https://github.com/Rebilly/rebilly/commit/651f5caf250796f1b84236f1c54544b93db38006)), closes [#21685](https://github.com/Rebilly/rebilly/issues/21685) [#21706](https://github.com/Rebilly/rebilly/issues/21706) [#21708](https://github.com/Rebilly/rebilly/issues/21708) [#21711](https://github.com/Rebilly/rebilly/issues/21711) [#21713](https://github.com/Rebilly/rebilly/issues/21713) [#21747](https://github.com/Rebilly/rebilly/issues/21747)
package/dist/index.js CHANGED
@@ -4850,16 +4850,16 @@ const {
4850
4850
  var it$1 = Object.defineProperty;
4851
4851
  var gt$1 = (e2, t2, s) => t2 in e2 ? it$1(e2, t2, { enumerable: true, configurable: true, writable: true, value: s }) : e2[t2] = s;
4852
4852
  var E$1 = (e2, t2, s) => gt$1(e2, typeof t2 != "symbol" ? t2 + "" : t2, s);
4853
- function I$1(e2, { exclude: t2 = [] } = {}) {
4853
+ function d(e2, { exclude: t2 = [] } = {}) {
4854
4854
  Object.freeze(e2);
4855
4855
  const s = typeof e2 == "function";
4856
4856
  return Object.getOwnPropertyNames(e2).forEach((r2) => {
4857
- (!s || r2 !== "caller" && r2 !== "callee" && r2 !== "arguments") && e2[r2] !== null && !t2.includes(r2) && (typeof e2[r2] == "object" || typeof e2[r2] == "function") && !Object.isFrozen(e2[r2]) && I$1(e2[r2], { exclude: t2 });
4857
+ (!s || r2 !== "caller" && r2 !== "callee" && r2 !== "arguments") && e2[r2] !== null && !t2.includes(r2) && (typeof e2[r2] == "object" || typeof e2[r2] == "function") && !Object.isFrozen(e2[r2]) && d(e2[r2], { exclude: t2 });
4858
4858
  }), e2;
4859
4859
  }
4860
4860
  let G$1 = class G {
4861
4861
  constructor({ data: t2, status: s, statusText: r2, headers: n2 }, u = {}) {
4862
- this.response = { status: s, statusText: r2, headers: n2 }, this.fields = { ...t2 }, this.config = u, I$1(this, { exclude: ["cancelToken"] });
4862
+ this.response = { status: s, statusText: r2, headers: n2 }, this.fields = { ...t2 }, this.config = u, d(this, { exclude: ["cancelToken"] });
4863
4863
  }
4864
4864
  /**
4865
4865
  * Returns a mutable JSON representation of the Member.
@@ -4890,7 +4890,7 @@ let at$1 = class at {
4890
4890
  this[o2] = l ? Number(l) : null;
4891
4891
  }), this.response = { status: s, statusText: r2, headers: n2 }, this.items = t2.map(
4892
4892
  (o2) => new G$1({ data: o2, status: s, statusText: r2, headers: n2 })
4893
- ), this.config = u, I$1(this, { exclude: ["cancelToken"] });
4893
+ ), this.config = u, d(this, { exclude: ["cancelToken"] });
4894
4894
  }
4895
4895
  /**
4896
4896
  * Returns a mutable JSON representation of the Collection.
@@ -4913,7 +4913,7 @@ class p extends Error {
4913
4913
  request: u = null,
4914
4914
  message: o2 = null
4915
4915
  } = t2 || {}, l = o2 || "Request Error";
4916
- n2 && n2.data && n2.data.error && (l = n2.data.error), super(l), this.name = s || "RebillyError", this.response = n2, this.request = u, this.config = r2, this.status = n2 && n2.status ? n2.status : null, this.statusText = n2 && n2.statusText ? n2.statusText : null, this.details = n2 && n2.data && n2.data.details ? n2.data.details : null, this.invalidFields = n2 && n2.data && n2.data.invalidFields ? n2.data.invalidFields : null;
4916
+ n2 && n2.data && (n2.data.error ? l = n2.data.error : n2.data.detail ? l = n2.data.detail : n2.data.title && (l = n2.data.title)), super(l), this.name = s || "RebillyError", this.response = n2, this.request = u, this.config = r2, this.status = n2 && n2.status ? n2.status : null, this.statusText = n2 && n2.statusText ? n2.statusText : null, this.details = n2 && n2.data && n2.data.details ? n2.data.details : null, this.invalidFields = n2 && n2.data && n2.data.invalidFields ? n2.data.invalidFields : null;
4917
4917
  }
4918
4918
  }
4919
4919
  let ft$1 = class ft extends p {
@@ -4979,13 +4979,13 @@ var kt$1 = Object.prototype.toString, Y$1 = function(t2) {
4979
4979
  if (s === "number") return "number";
4980
4980
  if (s === "symbol") return "symbol";
4981
4981
  if (s === "function")
4982
- return dt$1(t2) ? "generatorfunction" : "function";
4982
+ return It$1(t2) ? "generatorfunction" : "function";
4983
4983
  if (vt$1(t2)) return "array";
4984
4984
  if (xt$1(t2)) return "buffer";
4985
4985
  if (Et$1(t2)) return "arguments";
4986
4986
  if (Tt$1(t2)) return "date";
4987
4987
  if (qt$1(t2)) return "error";
4988
- if (It$1(t2)) return "regexp";
4988
+ if (dt$1(t2)) return "regexp";
4989
4989
  switch (Q$1(t2)) {
4990
4990
  case "Symbol":
4991
4991
  return "symbol";
@@ -5046,10 +5046,10 @@ function qt$1(e2) {
5046
5046
  function Tt$1(e2) {
5047
5047
  return e2 instanceof Date ? true : typeof e2.toDateString == "function" && typeof e2.getDate == "function" && typeof e2.setDate == "function";
5048
5048
  }
5049
- function It$1(e2) {
5049
+ function dt$1(e2) {
5050
5050
  return e2 instanceof RegExp ? true : typeof e2.flags == "string" && typeof e2.ignoreCase == "boolean" && typeof e2.multiline == "boolean" && typeof e2.global == "boolean";
5051
5051
  }
5052
- function dt$1(e2, t2) {
5052
+ function It$1(e2, t2) {
5053
5053
  return Q$1(e2) === "GeneratorFunction";
5054
5054
  }
5055
5055
  function St$1(e2) {
@@ -5191,7 +5191,7 @@ let Qt$1 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", X
5191
5191
  };
5192
5192
  let Zt$1 = class Zt {
5193
5193
  constructor({ id: t2 = null, created: s = null } = {}) {
5194
- this.id = t2 || Xt$1(), this.created = s || (/* @__PURE__ */ new Date()).getTime(), this.cancelSource = axios.CancelToken.source(), this.cancel = this.cancelSource.cancel, this.cancelToken = this.cancelSource.token, I$1(this, {
5194
+ this.id = t2 || Xt$1(), this.created = s || (/* @__PURE__ */ new Date()).getTime(), this.cancelSource = axios.CancelToken.source(), this.cancel = this.cancelSource.cancel, this.cancelToken = this.cancelSource.token, d(this, {
5195
5195
  exclude: ["cancelSource", "cancelToken", "cancel"]
5196
5196
  });
5197
5197
  }
@@ -5299,7 +5299,7 @@ function C$1({ options: e2 }) {
5299
5299
  }
5300
5300
  function o2() {
5301
5301
  const i = {
5302
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f83a53f`
5302
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@166eec2`
5303
5303
  };
5304
5304
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5305
5305
  }
@@ -5317,7 +5317,7 @@ function C$1({ options: e2 }) {
5317
5317
  const i = l();
5318
5318
  e2.publishableKey = c, i.common.Authorization = `${c}`, t2.defaults.headers = i;
5319
5319
  }
5320
- function d({ host: c, port: i, auth: g }) {
5320
+ function I2({ host: c, port: i, auth: g }) {
5321
5321
  t2.defaults.proxy = {
5322
5322
  host: c,
5323
5323
  port: i,
@@ -5484,7 +5484,7 @@ function C$1({ options: e2 }) {
5484
5484
  addResponseInterceptor: _2,
5485
5485
  removeResponseInterceptor: H2,
5486
5486
  setTimeout: a,
5487
- setProxyAgent: d,
5487
+ setProxyAgent: I2,
5488
5488
  setSessionToken: f,
5489
5489
  setPublishableKey: y,
5490
5490
  setEndpoints: S2,
@@ -6633,7 +6633,7 @@ function Te$1({ apiHandler: e2 }) {
6633
6633
  }
6634
6634
  };
6635
6635
  }
6636
- function Ie$1({ apiHandler: e2 }) {
6636
+ function de$1({ apiHandler: e2 }) {
6637
6637
  return {
6638
6638
  /**
6639
6639
  * @returns { rebilly.GetExternalIdentifierResponsePromise } response
@@ -6664,7 +6664,7 @@ function Ie$1({ apiHandler: e2 }) {
6664
6664
  }
6665
6665
  };
6666
6666
  }
6667
- function de$1({ apiHandler: e2 }) {
6667
+ function Ie$1({ apiHandler: e2 }) {
6668
6668
  return {
6669
6669
  /**
6670
6670
  * @returns { rebilly.GetExternalServiceSettingsResponsePromise } response
@@ -8906,7 +8906,7 @@ function Ts({ apiHandler: e2 }) {
8906
8906
  }
8907
8907
  };
8908
8908
  }
8909
- function Is({ apiHandler: e2 }) {
8909
+ function ds({ apiHandler: e2 }) {
8910
8910
  return {
8911
8911
  /**
8912
8912
  * @param { rebilly.GetWebhookCollectionRequest } request
@@ -8940,7 +8940,7 @@ function Is({ apiHandler: e2 }) {
8940
8940
  }
8941
8941
  };
8942
8942
  }
8943
- function ds({ apiHandler: e2 }) {
8943
+ function Is({ apiHandler: e2 }) {
8944
8944
  return {
8945
8945
  /**
8946
8946
  * @param { rebilly.GetWebsiteCollectionRequest } request
@@ -8984,7 +8984,7 @@ class Ss {
8984
8984
  constructor({ apiHandler: t2 }) {
8985
8985
  this.account = _t$1({ apiHandler: t2 }), this.allowlists = Ht$1({ apiHandler: t2 }), this.amlChecks = te$1({ apiHandler: t2 }), this.amlSettings = ee$1({ apiHandler: t2 }), this.apiKeys = se$1({ apiHandler: t2 }), this.applicationInstances = re$1({ apiHandler: t2 }), this.applications = ne$1({ apiHandler: t2 }), this.balanceTransactions = ue$1({ apiHandler: t2 }), this.billingPortals = oe$1({ apiHandler: t2 }), this.blocklists = le$1({ apiHandler: t2 }), this.broadcastMessages = ce$1({ apiHandler: t2 }), this.cashiers = ie$1({ apiHandler: t2 }), this.checkoutForms = ge({ apiHandler: t2 }), this.coupons = ae$1({ apiHandler: t2 }), this.creditMemos = me$1({ apiHandler: t2 }), this.customDomains = fe$1({ apiHandler: t2 }), this.customFields = $e$1({ apiHandler: t2 }), this.customerAuthentication = pe$1({ apiHandler: t2 }), this.customers = he$1({ apiHandler: t2 }), this.depositCustomPropertySets = ye$1({
8986
8986
  apiHandler: t2
8987
- }), this.depositRequests = Ae$1({ apiHandler: t2 }), this.depositStrategies = Re$1({ apiHandler: t2 }), this.digitalWallets = be({ apiHandler: t2 }), this.disputes = we$1({ apiHandler: t2 }), this.emailDeliverySettings = ke$1({ apiHandler: t2 }), this.emailMessages = ve$1({ apiHandler: t2 }), this.emailNotifications = qe$1({ apiHandler: t2 }), this.events = Te$1({ apiHandler: t2 }), this.externalIdentifiers = Ie$1({ apiHandler: t2 }), this.externalServicesSettings = de$1({
8987
+ }), this.depositRequests = Ae$1({ apiHandler: t2 }), this.depositStrategies = Re$1({ apiHandler: t2 }), this.digitalWallets = be({ apiHandler: t2 }), this.disputes = we$1({ apiHandler: t2 }), this.emailDeliverySettings = ke$1({ apiHandler: t2 }), this.emailMessages = ve$1({ apiHandler: t2 }), this.emailNotifications = qe$1({ apiHandler: t2 }), this.events = Te$1({ apiHandler: t2 }), this.externalIdentifiers = de$1({ apiHandler: t2 }), this.externalServicesSettings = Ie$1({
8988
8988
  apiHandler: t2
8989
8989
  }), this.fees = Se$1({ apiHandler: t2 }), this.files = Ee$1({ apiHandler: t2 }), this.gatewayAccounts = xe$1({ apiHandler: t2 }), this.integrations = Pe$1({ apiHandler: t2 }), this.invoices = Ce$1({ apiHandler: t2 }), this.journalAccounts = De$1({ apiHandler: t2 }), this.journalEntries = je$1({ apiHandler: t2 }), this.journalRecords = Me$1({ apiHandler: t2 }), this.kycDocuments = Oe$1({ apiHandler: t2 }), this.kycRequests = Fe$1({ apiHandler: t2 }), this.kycSettings = Be$1({ apiHandler: t2 }), this.lists = Ke$1({ apiHandler: t2 }), this.memberships = Ne$1({ apiHandler: t2 }), this.orderCancellations = Le$1({ apiHandler: t2 }), this.orderPauses = ze$1({ apiHandler: t2 }), this.orderReactivations = Ue$1({ apiHandler: t2 }), this.orders = Ve$1({ apiHandler: t2 }), this.organizationExports = Je$1({ apiHandler: t2 }), this.organizations = We$1({ apiHandler: t2 }), this.paymentCardsBankNames = Ge$1({ apiHandler: t2 }), this.paymentInstruments = Ye$1({ apiHandler: t2 }), this.paymentMethods = Qe$1({ apiHandler: t2 }), this.paymentTokens = Xe$1({ apiHandler: t2 }), this.payoutRequestAllocations = Ze$1({
8990
8990
  apiHandler: t2
@@ -8992,7 +8992,7 @@ class Ss {
8992
8992
  apiHandler: t2
8993
8993
  }), this.subscriptionPauses = ys({ apiHandler: t2 }), this.subscriptionReactivations = As({
8994
8994
  apiHandler: t2
8995
- }), this.subscriptions = Rs({ apiHandler: t2 }), this.tags = bs({ apiHandler: t2 }), this.tagsRules = ws({ apiHandler: t2 }), this.tracking = ks({ apiHandler: t2 }), this.transactions = vs({ apiHandler: t2 }), this.usages = qs({ apiHandler: t2 }), this.users = Ts({ apiHandler: t2 }), this.webhooks = Is({ apiHandler: t2 }), this.websites = ds({ apiHandler: t2 }), this.addRequestInterceptor = t2.addRequestInterceptor, this.removeRequestInterceptor = t2.removeRequestInterceptor, this.addResponseInterceptor = t2.addResponseInterceptor, this.removeResponseInterceptor = t2.removeResponseInterceptor, this.setTimeout = t2.setTimeout, this.setProxyAgent = t2.setProxyAgent, this.setSessionToken = t2.setSessionToken, this.setPublishableKey = t2.setPublishableKey, this.setEndpoints = t2.setEndpoints, this.getCancellationToken = t2.getCancellationToken, this.generateSignature = t2.generateSignature;
8995
+ }), this.subscriptions = Rs({ apiHandler: t2 }), this.tags = bs({ apiHandler: t2 }), this.tagsRules = ws({ apiHandler: t2 }), this.tracking = ks({ apiHandler: t2 }), this.transactions = vs({ apiHandler: t2 }), this.usages = qs({ apiHandler: t2 }), this.users = Ts({ apiHandler: t2 }), this.webhooks = ds({ apiHandler: t2 }), this.websites = Is({ apiHandler: t2 }), this.addRequestInterceptor = t2.addRequestInterceptor, this.removeRequestInterceptor = t2.removeRequestInterceptor, this.addResponseInterceptor = t2.addResponseInterceptor, this.removeResponseInterceptor = t2.removeResponseInterceptor, this.setTimeout = t2.setTimeout, this.setProxyAgent = t2.setProxyAgent, this.setSessionToken = t2.setSessionToken, this.setPublishableKey = t2.setPublishableKey, this.setEndpoints = t2.setEndpoints, this.getCancellationToken = t2.getCancellationToken, this.generateSignature = t2.generateSignature;
8996
8996
  }
8997
8997
  }
8998
8998
  function Es({ apiHandler: e2 }) {
@@ -9426,7 +9426,7 @@ function Cs({ apiHandler: e2 }) {
9426
9426
  offset: a = null,
9427
9427
  filter: f = null,
9428
9428
  sort: y = null,
9429
- criteria: d = null
9429
+ criteria: I2 = null
9430
9430
  }) {
9431
9431
  const S2 = {
9432
9432
  aggregationField: t2,
@@ -9439,7 +9439,7 @@ function Cs({ apiHandler: e2 }) {
9439
9439
  offset: a,
9440
9440
  filter: f,
9441
9441
  sort: y,
9442
- criteria: d
9442
+ criteria: I2
9443
9443
  };
9444
9444
  return e2.get("reports/retention-value", S2);
9445
9445
  },
@@ -10747,8 +10747,8 @@ function fe(e2, t2) {
10747
10747
  return Math.round(e2 * n2) / n2;
10748
10748
  }
10749
10749
  function xe(e2) {
10750
- for (var t2, n2, a = "Unexpected syntax '".concat(e2, "'"), i = /^\s*([a-z-]*)(.*)$/i.exec(e2), r2 = i[1] || void 0, o2 = {}, c = /([.:#][\w-]+|\[.+?\])/gi, l = function(d, p2) {
10751
- o2[d] = o2[d] || [], o2[d].push(p2);
10750
+ for (var t2, n2, a = "Unexpected syntax '".concat(e2, "'"), i = /^\s*([a-z-]*)(.*)$/i.exec(e2), r2 = i[1] || void 0, o2 = {}, c = /([.:#][\w-]+|\[.+?\])/gi, l = function(d2, p2) {
10751
+ o2[d2] = o2[d2] || [], o2[d2].push(p2);
10752
10752
  }; ; ) {
10753
10753
  var s = c.exec(i[2]);
10754
10754
  if (!s)
@@ -10801,8 +10801,8 @@ function Ve(e2, t2) {
10801
10801
  return new Promise(function(s) {
10802
10802
  var u = Date.now();
10803
10803
  K(l, function() {
10804
- for (var f = [], d = 0; d < arguments.length; d++)
10805
- f[d] = arguments[d];
10804
+ for (var f = [], d2 = 0; d2 < arguments.length; d2++)
10805
+ f[d2] = arguments[d2];
10806
10806
  var p2 = c + Date.now() - u;
10807
10807
  if (!f[0])
10808
10808
  return s({ error: $(f[1]), duration: p2 });
@@ -10832,8 +10832,8 @@ function Fe(e2, t2, n2) {
10832
10832
  case 0:
10833
10833
  return [4, i];
10834
10834
  case 1:
10835
- return o2 = f.sent(), [4, _(o2, function(d) {
10836
- var p2 = d();
10835
+ return o2 = f.sent(), [4, _(o2, function(d2) {
10836
+ var p2 = d2();
10837
10837
  return Y(p2), p2;
10838
10838
  })];
10839
10839
  case 2:
@@ -10988,7 +10988,7 @@ function Pe(e2) {
10988
10988
  e2.oncomplete = function(g) {
10989
10989
  return c(g.renderedBuffer);
10990
10990
  };
10991
- var d = function() {
10991
+ var d2 = function() {
10992
10992
  setTimeout(function() {
10993
10993
  return l(ee(
10994
10994
  "timeout"
@@ -11000,7 +11000,7 @@ function Pe(e2) {
11000
11000
  var g = e2.startRendering();
11001
11001
  switch (le(g) && Y(g), e2.state) {
11002
11002
  case "running":
11003
- f = Date.now(), s && d();
11003
+ f = Date.now(), s && d2();
11004
11004
  break;
11005
11005
  case "suspended":
11006
11006
  document.hidden || u++, s && u >= t2 ? l(ee(
@@ -11014,7 +11014,7 @@ function Pe(e2) {
11014
11014
  }
11015
11015
  };
11016
11016
  p2(), r2 = function() {
11017
- s || (s = true, f > 0 && d());
11017
+ s || (s = true, f > 0 && d2());
11018
11018
  };
11019
11019
  });
11020
11020
  return [o2, r2];
@@ -11044,17 +11044,17 @@ function ve(e2, t2, n2) {
11044
11044
  c = o2.createElement("iframe"), l.label = 4;
11045
11045
  case 4:
11046
11046
  return l.trys.push([4, , 10, 11]), [4, new Promise(function(s, u) {
11047
- var f = false, d = function() {
11047
+ var f = false, d2 = function() {
11048
11048
  f = true, s();
11049
11049
  }, p2 = function(b2) {
11050
11050
  f = true, u(b2);
11051
11051
  };
11052
- c.onload = d, c.onerror = p2;
11052
+ c.onload = d2, c.onerror = p2;
11053
11053
  var g = c.style;
11054
11054
  g.setProperty("display", "block", "important"), g.position = "absolute", g.top = "0", g.left = "0", g.visibility = "hidden", t2 && "srcdoc" in c ? c.srcdoc = t2 : c.src = "about:blank", o2.body.appendChild(c);
11055
11055
  var y = function() {
11056
11056
  var b2, w2;
11057
- f || (((w2 = (b2 = c.contentWindow) === null || b2 === void 0 ? void 0 : b2.document) === null || w2 === void 0 ? void 0 : w2.readyState) === "complete" ? d() : setTimeout(y, 10));
11057
+ f || (((w2 = (b2 = c.contentWindow) === null || b2 === void 0 ? void 0 : b2.document) === null || w2 === void 0 ? void 0 : w2.readyState) === "complete" ? d2() : setTimeout(y, 10));
11058
11058
  };
11059
11059
  y();
11060
11060
  })];
@@ -11178,10 +11178,10 @@ function Je() {
11178
11178
  return M.some(function(b2, w2) {
11179
11179
  return y[w2].offsetWidth !== r2[b2] || y[w2].offsetHeight !== o2[b2];
11180
11180
  });
11181
- }, d = s(), p2 = u();
11181
+ }, d2 = s(), p2 = u();
11182
11182
  a.appendChild(i);
11183
11183
  for (var g = 0; g < M.length; g++)
11184
- r2[M[g]] = d[g].offsetWidth, o2[M[g]] = d[g].offsetHeight;
11184
+ r2[M[g]] = d2[g].offsetWidth, o2[M[g]] = d2[g].offsetHeight;
11185
11185
  return te.filter(function(y) {
11186
11186
  return f(p2[y]);
11187
11187
  });
@@ -11732,10 +11732,10 @@ function St(e2) {
11732
11732
  })), [4, Ct(r2)]) : [2, void 0];
11733
11733
  case 1:
11734
11734
  return o2 = s.sent(), n2 && xt(a, o2), c = i.filter(function(u) {
11735
- var f = a[u], d = k(f.map(function(p2) {
11735
+ var f = a[u], d2 = k(f.map(function(p2) {
11736
11736
  return o2[p2];
11737
11737
  }));
11738
- return d > f.length * 0.6;
11738
+ return d2 > f.length * 0.6;
11739
11739
  }), c.sort(), [2, c];
11740
11740
  }
11741
11741
  });
@@ -11856,7 +11856,7 @@ var m = Math, S = function() {
11856
11856
  return 0;
11857
11857
  };
11858
11858
  function It() {
11859
- var e2 = m.acos || S, t2 = m.acosh || S, n2 = m.asin || S, a = m.asinh || S, i = m.atanh || S, r2 = m.atan || S, o2 = m.sin || S, c = m.sinh || S, l = m.cos || S, s = m.cosh || S, u = m.tan || S, f = m.tanh || S, d = m.exp || S, p2 = m.expm1 || S, g = m.log1p || S, y = function(v) {
11859
+ var e2 = m.acos || S, t2 = m.acosh || S, n2 = m.asin || S, a = m.asinh || S, i = m.atanh || S, r2 = m.atan || S, o2 = m.sin || S, c = m.sinh || S, l = m.cos || S, s = m.cosh || S, u = m.tan || S, f = m.tanh || S, d2 = m.exp || S, p2 = m.expm1 || S, g = m.log1p || S, y = function(v) {
11860
11860
  return m.pow(m.PI, v);
11861
11861
  }, b2 = function(v) {
11862
11862
  return m.log(v + m.sqrt(v * v - 1));
@@ -11894,7 +11894,7 @@ function It() {
11894
11894
  tan: u(-1e300),
11895
11895
  tanh: f(1),
11896
11896
  tanhPf: ge2(1),
11897
- exp: d(1),
11897
+ exp: d2(1),
11898
11898
  expm1: p2(1),
11899
11899
  expm1Pf: T2(1),
11900
11900
  log1p: g(10),
@@ -11927,13 +11927,13 @@ var Gt = "mmMwWLliI0fiflO&1", J = {
11927
11927
  function Yt() {
11928
11928
  return jt(function(e2, t2) {
11929
11929
  for (var n2 = {}, a = {}, i = 0, r2 = Object.keys(J); i < r2.length; i++) {
11930
- var o2 = r2[i], c = J[o2], l = c[0], s = l === void 0 ? {} : l, u = c[1], f = u === void 0 ? Gt : u, d = e2.createElement("span");
11931
- d.textContent = f, d.style.whiteSpace = "nowrap";
11930
+ var o2 = r2[i], c = J[o2], l = c[0], s = l === void 0 ? {} : l, u = c[1], f = u === void 0 ? Gt : u, d2 = e2.createElement("span");
11931
+ d2.textContent = f, d2.style.whiteSpace = "nowrap";
11932
11932
  for (var p2 = 0, g = Object.keys(s); p2 < g.length; p2++) {
11933
11933
  var y = g[p2], b2 = s[y];
11934
- b2 !== void 0 && (d.style[y] = b2);
11934
+ b2 !== void 0 && (d2.style[y] = b2);
11935
11935
  }
11936
- n2[o2] = d, t2.appendChild(e2.createElement("br")), t2.appendChild(d);
11936
+ n2[o2] = d2, t2.appendChild(e2.createElement("br")), t2.appendChild(d2);
11937
11937
  }
11938
11938
  for (var w2 = 0, R2 = Object.keys(J); w2 < R2.length; w2++) {
11939
11939
  var o2 = R2[w2];
@@ -12193,8 +12193,8 @@ async function cn({
12193
12193
  kountSessionId: n2
12194
12194
  }) : void 0
12195
12195
  ]);
12196
- } catch (d) {
12197
- console.error(d);
12196
+ } catch (d2) {
12197
+ console.error(d2);
12198
12198
  }
12199
12199
  return {
12200
12200
  riskMetadata: {
@@ -20609,7 +20609,7 @@ const parseCSSColor = (str) => {
20609
20609
  * @link http://noeldelgado.github.io/values.js/
20610
20610
  * @license MIT
20611
20611
  */
20612
- const defaultNumberParam = (v, d) => v === null || isNaN(v) || typeof v === "string" ? d : v;
20612
+ const defaultNumberParam = (v, d2) => v === null || isNaN(v) || typeof v === "string" ? d2 : v;
20613
20613
  class Values {
20614
20614
  constructor(color = "#000", type = "base", weight = 0) {
20615
20615
  [this.rgb, this.alpha, this.type, this.weight] = [[0, 0, 0], 1, type, weight];