@strkfarm/sdk 1.1.66 → 1.1.67

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/cli.js CHANGED
@@ -101,8 +101,8 @@ var logger = import_winston.default.createLogger({
101
101
  // Add timestamp to log messages
102
102
  import_winston.format.printf(({ timestamp, level, message, ...meta }) => {
103
103
  let msg = `${timestamp} ${level}: ${message}`;
104
- if (meta && meta[Symbol.for("splat")]) {
105
- for (const arg of meta[Symbol.for("splat")]) {
104
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
105
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
106
106
  if (arg instanceof Error) {
107
107
  msg += `
108
108
  ${arg.stack}`;
package/dist/cli.mjs CHANGED
@@ -78,8 +78,8 @@ var logger = winston.createLogger({
78
78
  // Add timestamp to log messages
79
79
  format.printf(({ timestamp, level, message, ...meta }) => {
80
80
  let msg = `${timestamp} ${level}: ${message}`;
81
- if (meta && meta[Symbol.for("splat")]) {
82
- for (const arg of meta[Symbol.for("splat")]) {
81
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
82
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
83
83
  if (arg instanceof Error) {
84
84
  msg += `
85
85
  ${arg.stack}`;
@@ -2459,7 +2459,7 @@ var strkfarm_risk_engine = (() => {
2459
2459
  return true;
2460
2460
  }
2461
2461
  var obj = {};
2462
- var sym = Symbol("test");
2462
+ var sym = /* @__PURE__ */ Symbol("test");
2463
2463
  var symObj = Object(sym);
2464
2464
  if (typeof sym === "string") {
2465
2465
  return false;
@@ -2518,7 +2518,7 @@ var strkfarm_risk_engine = (() => {
2518
2518
  if (typeof origSymbol("foo") !== "symbol") {
2519
2519
  return false;
2520
2520
  }
2521
- if (typeof Symbol("bar") !== "symbol") {
2521
+ if (typeof /* @__PURE__ */ Symbol("bar") !== "symbol") {
2522
2522
  return false;
2523
2523
  }
2524
2524
  return hasSymbolSham();
@@ -4748,9 +4748,9 @@ var strkfarm_risk_engine = (() => {
4748
4748
  }
4749
4749
  });
4750
4750
 
4751
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/bytes.js
4751
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/bytes.js
4752
4752
  var require_bytes = __commonJS({
4753
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/bytes.js"(exports) {
4753
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/bytes.js"(exports) {
4754
4754
  "use strict";
4755
4755
  Object.defineProperty(exports, "__esModule", { value: true });
4756
4756
  exports.compare = exports.concat = exports.toHex = exports.toBytes = void 0;
@@ -14663,7 +14663,7 @@ ${r2}}` : "}", l2;
14663
14663
  }
14664
14664
  }
14665
14665
  function lookupCustomInspectSymbol() {
14666
- return Symbol.for("nodejs.util.inspect.custom");
14666
+ return /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
14667
14667
  }
14668
14668
  function tryReadingCustomSymbolFromUtilInspect(options) {
14669
14669
  const _requireUtil = options.requireUtil || requireUtil;
@@ -26230,9 +26230,9 @@ ${JSON.stringify(data, null, 2)}`;
26230
26230
  }
26231
26231
  });
26232
26232
 
26233
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/errors.js
26233
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/errors.js
26234
26234
  var require_errors3 = __commonJS({
26235
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/errors.js"(exports) {
26235
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/errors.js"(exports) {
26236
26236
  "use strict";
26237
26237
  Object.defineProperty(exports, "__esModule", { value: true });
26238
26238
  exports.invariant = exports.validateArgument = exports.InvalidArgumentError = exports.InvariantError = exports.throwError = void 0;
@@ -26269,23 +26269,29 @@ ${JSON.stringify(data, null, 2)}`;
26269
26269
  }
26270
26270
  });
26271
26271
 
26272
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/common.js
26272
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/common.js
26273
26273
  var require_common2 = __commonJS({
26274
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/common.js"(exports) {
26274
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/utils/common.js"(exports) {
26275
26275
  "use strict";
26276
26276
  Object.defineProperty(exports, "__esModule", { value: true });
26277
26277
  exports.paddedHex = void 0;
26278
26278
  var bytes_1 = require_bytes();
26279
26279
  function paddedHex(value) {
26280
- return (0, bytes_1.toHex)(value, { allowMissingPrefix: true, hexPad: "left" });
26280
+ if (typeof value === "string") {
26281
+ const str = value.trim();
26282
+ const isHex3 = str.startsWith("0x") || /[a-fA-F]/.test(str);
26283
+ const bigintValue = isHex3 ? BigInt(str.startsWith("0x") ? str : `0x${str}`) : BigInt(str);
26284
+ return (0, bytes_1.toHex)(bigintValue, { hexPad: "left" });
26285
+ }
26286
+ return (0, bytes_1.toHex)(BigInt(value), { hexPad: "left" });
26281
26287
  }
26282
26288
  exports.paddedHex = paddedHex;
26283
26289
  }
26284
26290
  });
26285
26291
 
26286
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/serde.js
26292
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/serde.js
26287
26293
  var require_serde = __commonJS({
26288
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/serde.js"(exports) {
26294
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/serde.js"(exports) {
26289
26295
  "use strict";
26290
26296
  Object.defineProperty(exports, "__esModule", { value: true });
26291
26297
  exports.serialize = void 0;
@@ -26360,9 +26366,9 @@ ${JSON.stringify(data, null, 2)}`;
26360
26366
  }
26361
26367
  });
26362
26368
 
26363
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/hashes.js
26369
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/hashes.js
26364
26370
  var require_hashes = __commonJS({
26365
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/hashes.js"(exports) {
26371
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/hashes.js"(exports) {
26366
26372
  "use strict";
26367
26373
  Object.defineProperty(exports, "__esModule", { value: true });
26368
26374
  exports.standardNodeHash = exports.standardLeafHash = exports.poseidonNodeHash = exports.poseidonLeafHash = void 0;
@@ -26392,9 +26398,9 @@ ${JSON.stringify(data, null, 2)}`;
26392
26398
  }
26393
26399
  });
26394
26400
 
26395
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/core.js
26401
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/core.js
26396
26402
  var require_core = __commonJS({
26397
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/core.js"(exports) {
26403
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/core.js"(exports) {
26398
26404
  "use strict";
26399
26405
  Object.defineProperty(exports, "__esModule", { value: true });
26400
26406
  exports.renderMerkleTree = exports.isValidMerkleTree = exports.processMultiProof = exports.getMultiProof = exports.processProof = exports.getProof = exports.makeMerkleTree = void 0;
@@ -26522,9 +26528,9 @@ ${JSON.stringify(data, null, 2)}`;
26522
26528
  }
26523
26529
  });
26524
26530
 
26525
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/options.js
26531
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/options.js
26526
26532
  var require_options = __commonJS({
26527
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/options.js"(exports) {
26533
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/options.js"(exports) {
26528
26534
  "use strict";
26529
26535
  Object.defineProperty(exports, "__esModule", { value: true });
26530
26536
  exports.defaultOptions = void 0;
@@ -26534,9 +26540,9 @@ ${JSON.stringify(data, null, 2)}`;
26534
26540
  }
26535
26541
  });
26536
26542
 
26537
- // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/merkletree.js
26543
+ // node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/merkletree.js
26538
26544
  var require_merkletree = __commonJS({
26539
- "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.0/node_modules/@ericnordelo/strk-merkle-tree/dist/merkletree.js"(exports) {
26545
+ "node_modules/.pnpm/@ericnordelo+strk-merkle-tree@1.0.1/node_modules/@ericnordelo/strk-merkle-tree/dist/merkletree.js"(exports) {
26540
26546
  "use strict";
26541
26547
  Object.defineProperty(exports, "__esModule", { value: true });
26542
26548
  exports.MerkleTreeImpl = void 0;
@@ -26652,9 +26658,9 @@ ${JSON.stringify(data, null, 2)}`;
26652
26658
  }
26653
26659
  });
26654
26660
 
26655
- // node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.development.js
26661
+ // node_modules/.pnpm/react@19.1.2/node_modules/react/cjs/react.development.js
26656
26662
  var require_react_development = __commonJS({
26657
- "node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.development.js"(exports, module2) {
26663
+ "node_modules/.pnpm/react@19.1.2/node_modules/react/cjs/react.development.js"(exports, module2) {
26658
26664
  "use strict";
26659
26665
  (function() {
26660
26666
  function defineDeprecationWarning(methodName, info) {
@@ -27101,9 +27107,9 @@ ${JSON.stringify(data, null, 2)}`;
27101
27107
  }
27102
27108
  }
27103
27109
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
27104
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler");
27105
- Symbol.for("react.provider");
27106
- var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
27110
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler");
27111
+ /* @__PURE__ */ Symbol.for("react.provider");
27112
+ var REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator, didWarnStateUpdateForUnmountedComponent = {}, ReactNoopUpdateQueue = {
27107
27113
  isMounted: function() {
27108
27114
  return false;
27109
27115
  },
@@ -27146,7 +27152,7 @@ ${JSON.stringify(data, null, 2)}`;
27146
27152
  deprecatedAPIs.constructor = PureComponent;
27147
27153
  assign3(deprecatedAPIs, Component.prototype);
27148
27154
  deprecatedAPIs.isPureReactComponent = true;
27149
- var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = {
27155
+ var isArrayImpl = Array.isArray, REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference"), ReactSharedInternals = {
27150
27156
  H: null,
27151
27157
  A: null,
27152
27158
  T: null,
@@ -27163,13 +27169,16 @@ ${JSON.stringify(data, null, 2)}`;
27163
27169
  return null;
27164
27170
  };
27165
27171
  deprecatedAPIs = {
27166
- "react-stack-bottom-frame": function(callStackForError) {
27172
+ react_stack_bottom_frame: function(callStackForError) {
27167
27173
  return callStackForError();
27168
27174
  }
27169
27175
  };
27170
27176
  var specialPropKeyWarningShown, didWarnAboutOldJSXRuntime;
27171
27177
  var didWarnAboutElementRef = {};
27172
- var unknownOwnerDebugStack = deprecatedAPIs["react-stack-bottom-frame"].bind(deprecatedAPIs, UnknownOwner)();
27178
+ var unknownOwnerDebugStack = deprecatedAPIs.react_stack_bottom_frame.bind(
27179
+ deprecatedAPIs,
27180
+ UnknownOwner
27181
+ )();
27173
27182
  var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
27174
27183
  var didWarnAboutMaps = false, userProvidedKeyEscapeRegex = /\/+/g, reportGlobalError = "function" === typeof reportError ? reportError : function(error2) {
27175
27184
  if ("object" === typeof window && "function" === typeof window.ErrorEvent) {
@@ -27586,15 +27595,15 @@ ${JSON.stringify(data, null, 2)}`;
27586
27595
  exports.useTransition = function() {
27587
27596
  return resolveDispatcher().useTransition();
27588
27597
  };
27589
- exports.version = "19.1.0";
27598
+ exports.version = "19.1.2";
27590
27599
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
27591
27600
  })();
27592
27601
  }
27593
27602
  });
27594
27603
 
27595
- // node_modules/.pnpm/react@19.1.0/node_modules/react/index.js
27604
+ // node_modules/.pnpm/react@19.1.2/node_modules/react/index.js
27596
27605
  var require_react = __commonJS({
27597
- "node_modules/.pnpm/react@19.1.0/node_modules/react/index.js"(exports, module2) {
27606
+ "node_modules/.pnpm/react@19.1.2/node_modules/react/index.js"(exports, module2) {
27598
27607
  "use strict";
27599
27608
  if (false) {
27600
27609
  module2.exports = null;
@@ -27604,9 +27613,9 @@ ${JSON.stringify(data, null, 2)}`;
27604
27613
  }
27605
27614
  });
27606
27615
 
27607
- // node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.development.js
27616
+ // node_modules/.pnpm/react@19.1.2/node_modules/react/cjs/react-jsx-runtime.development.js
27608
27617
  var require_react_jsx_runtime_development = __commonJS({
27609
- "node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
27618
+ "node_modules/.pnpm/react@19.1.2/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
27610
27619
  "use strict";
27611
27620
  (function() {
27612
27621
  function getComponentNameFromType(type) {
@@ -27817,19 +27826,19 @@ ${JSON.stringify(data, null, 2)}`;
27817
27826
  function validateChildKeys(node) {
27818
27827
  "object" === typeof node && null !== node && node.$$typeof === REACT_ELEMENT_TYPE && node._store && (node._store.validated = 1);
27819
27828
  }
27820
- var React = require_react(), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler");
27821
- Symbol.for("react.provider");
27822
- var REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty9 = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
27829
+ var React = require_react(), REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler");
27830
+ /* @__PURE__ */ Symbol.for("react.provider");
27831
+ var REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty9 = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
27823
27832
  return null;
27824
27833
  };
27825
27834
  React = {
27826
- "react-stack-bottom-frame": function(callStackForError) {
27835
+ react_stack_bottom_frame: function(callStackForError) {
27827
27836
  return callStackForError();
27828
27837
  }
27829
27838
  };
27830
27839
  var specialPropKeyWarningShown;
27831
27840
  var didWarnAboutElementRef = {};
27832
- var unknownOwnerDebugStack = React["react-stack-bottom-frame"].bind(
27841
+ var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
27833
27842
  React,
27834
27843
  UnknownOwner
27835
27844
  )();
@@ -27866,9 +27875,9 @@ ${JSON.stringify(data, null, 2)}`;
27866
27875
  }
27867
27876
  });
27868
27877
 
27869
- // node_modules/.pnpm/react@19.1.0/node_modules/react/jsx-runtime.js
27878
+ // node_modules/.pnpm/react@19.1.2/node_modules/react/jsx-runtime.js
27870
27879
  var require_jsx_runtime = __commonJS({
27871
- "node_modules/.pnpm/react@19.1.0/node_modules/react/jsx-runtime.js"(exports, module2) {
27880
+ "node_modules/.pnpm/react@19.1.2/node_modules/react/jsx-runtime.js"(exports, module2) {
27872
27881
  "use strict";
27873
27882
  if (false) {
27874
27883
  module2.exports = null;
@@ -28932,7 +28941,7 @@ ${JSON.stringify(data, null, 2)}`;
28932
28941
  };
28933
28942
 
28934
28943
  // node_modules/.pnpm/axios@1.13.2/node_modules/axios/lib/core/AxiosHeaders.js
28935
- var $internals = Symbol("internals");
28944
+ var $internals = /* @__PURE__ */ Symbol("internals");
28936
28945
  function normalizeHeader(header) {
28937
28946
  return header && String(header).trim().toLowerCase();
28938
28947
  }
@@ -66587,10 +66596,10 @@ ${JSON.stringify(data, null, 2)}`;
66587
66596
  return old;
66588
66597
  }
66589
66598
 
66590
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/version.js
66599
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/version.js
66591
66600
  var version4 = "3.11.8";
66592
66601
 
66593
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/maybe.js
66602
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/globals/maybe.js
66594
66603
  function maybe(thunk) {
66595
66604
  try {
66596
66605
  return thunk();
@@ -66598,7 +66607,7 @@ ${JSON.stringify(data, null, 2)}`;
66598
66607
  }
66599
66608
  }
66600
66609
 
66601
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/global.js
66610
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/globals/global.js
66602
66611
  var global_default = maybe(function() {
66603
66612
  return globalThis;
66604
66613
  }) || maybe(function() {
@@ -66617,7 +66626,7 @@ ${JSON.stringify(data, null, 2)}`;
66617
66626
  return maybe.constructor("return this")();
66618
66627
  });
66619
66628
 
66620
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/makeUniqueId.js
66629
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/makeUniqueId.js
66621
66630
  var prefixCounts = /* @__PURE__ */ new Map();
66622
66631
  function makeUniqueId(prefix) {
66623
66632
  var count = prefixCounts.get(prefix) || 1;
@@ -66625,7 +66634,7 @@ ${JSON.stringify(data, null, 2)}`;
66625
66634
  return "".concat(prefix, ":").concat(count, ":").concat(Math.random().toString(36).slice(2));
66626
66635
  }
66627
66636
 
66628
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/stringifyForDisplay.js
66637
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/stringifyForDisplay.js
66629
66638
  function stringifyForDisplay(value, space) {
66630
66639
  if (space === void 0) {
66631
66640
  space = 0;
@@ -66636,7 +66645,7 @@ ${JSON.stringify(data, null, 2)}`;
66636
66645
  }, space).split(JSON.stringify(undefId)).join("<undefined>");
66637
66646
  }
66638
66647
 
66639
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/invariantWrappers.js
66648
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/globals/invariantWrappers.js
66640
66649
  function wrap(fn) {
66641
66650
  return function(message) {
66642
66651
  var args = [];
@@ -66675,7 +66684,7 @@ ${JSON.stringify(data, null, 2)}`;
66675
66684
  }
66676
66685
  return new InvariantError(getHandledErrorMsg(message, optionalParams) || getFallbackErrorMsg(message, optionalParams));
66677
66686
  }
66678
- var ApolloErrorMessageHandler = Symbol.for("ApolloErrorMessageHandler_" + version4);
66687
+ var ApolloErrorMessageHandler = /* @__PURE__ */ Symbol.for("ApolloErrorMessageHandler_" + version4);
66679
66688
  function stringify4(arg) {
66680
66689
  if (typeof arg == "string") {
66681
66690
  return arg;
@@ -66707,7 +66716,7 @@ ${JSON.stringify(data, null, 2)}`;
66707
66716
  })));
66708
66717
  }
66709
66718
 
66710
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/index.js
66719
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/globals/index.js
66711
66720
  var DEV = globalThis.__DEV__ !== false;
66712
66721
 
66713
66722
  // node_modules/.pnpm/graphql@16.9.0/node_modules/graphql/jsutils/devAssert.mjs
@@ -69782,7 +69791,7 @@ spurious results.`);
69782
69791
  return node.kind === Kind.FIELD || node.kind === Kind.FRAGMENT_SPREAD || node.kind === Kind.INLINE_FRAGMENT;
69783
69792
  }
69784
69793
 
69785
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/directives.js
69794
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/directives.js
69786
69795
  function shouldInclude(_a21, variables) {
69787
69796
  var directives = _a21.directives;
69788
69797
  if (!directives || !directives.length) {
@@ -69910,7 +69919,7 @@ spurious results.`);
69910
69919
  return false;
69911
69920
  }
69912
69921
 
69913
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/canUse.js
69922
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/canUse.js
69914
69923
  var isReactNative = maybe(function() {
69915
69924
  return navigator.product;
69916
69925
  }) == "ReactNative";
@@ -69935,12 +69944,12 @@ spurious results.`);
69935
69944
  }) || false
69936
69945
  );
69937
69946
 
69938
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/objects.js
69947
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/objects.js
69939
69948
  function isNonNullObject(obj) {
69940
69949
  return obj !== null && typeof obj === "object";
69941
69950
  }
69942
69951
 
69943
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/fragments.js
69952
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/fragments.js
69944
69953
  function getFragmentQueryDocument(document2, fragmentName) {
69945
69954
  var actualFragmentName = fragmentName;
69946
69955
  var fragments = [];
@@ -70236,7 +70245,7 @@ spurious results.`);
70236
70245
  }
70237
70246
  };
70238
70247
 
70239
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/caches.js
70248
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/caching/caches.js
70240
70249
  var scheduledCleanup = /* @__PURE__ */ new WeakSet();
70241
70250
  function schedule(cache) {
70242
70251
  if (cache.size <= (cache.max || -1)) {
@@ -70269,11 +70278,11 @@ spurious results.`);
70269
70278
  return cache;
70270
70279
  };
70271
70280
 
70272
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/sizes.js
70273
- var cacheSizeSymbol = Symbol.for("apollo.cacheSize");
70281
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/caching/sizes.js
70282
+ var cacheSizeSymbol = /* @__PURE__ */ Symbol.for("apollo.cacheSize");
70274
70283
  var cacheSizes = __assign({}, global_default[cacheSizeSymbol]);
70275
70284
 
70276
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
70285
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
70277
70286
  var globalCaches = {};
70278
70287
  function registerGlobalCache(name, getSize) {
70279
70288
  globalCaches[name] = getSize;
@@ -70363,7 +70372,7 @@ spurious results.`);
70363
70372
  ], linkInfo(link === null || link === void 0 ? void 0 : link.left), true), linkInfo(link === null || link === void 0 ? void 0 : link.right), true).filter(isDefined) : [];
70364
70373
  }
70365
70374
 
70366
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/canonicalStringify.js
70375
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/canonicalStringify.js
70367
70376
  var canonicalStringify = Object.assign(function canonicalStringify2(value) {
70368
70377
  return JSON.stringify(value, stableObjectReplacer);
70369
70378
  }, {
@@ -70410,7 +70419,7 @@ spurious results.`);
70410
70419
  return i === 0 || keys[i - 1] <= key;
70411
70420
  }
70412
70421
 
70413
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/storeUtils.js
70422
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/storeUtils.js
70414
70423
  function makeReference(id) {
70415
70424
  return { __ref: String(id) };
70416
70425
  }
@@ -70595,7 +70604,7 @@ spurious results.`);
70595
70604
  return selection.kind === "InlineFragment";
70596
70605
  }
70597
70606
 
70598
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/getFromAST.js
70607
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/getFromAST.js
70599
70608
  function checkDocument(doc) {
70600
70609
  invariant2(doc && doc.kind === "Document", 77);
70601
70610
  var operations = doc.definitions.filter(function(d) {
@@ -71154,7 +71163,7 @@ spurious results.`);
71154
71163
  return Object.freeze(optimistic);
71155
71164
  }
71156
71165
 
71157
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/DocumentTransform.js
71166
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/DocumentTransform.js
71158
71167
  function identity(document2) {
71159
71168
  return document2;
71160
71169
  }
@@ -71238,7 +71247,7 @@ spurious results.`);
71238
71247
  })()
71239
71248
  );
71240
71249
 
71241
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/print.js
71250
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/print.js
71242
71251
  var printCache;
71243
71252
  var print2 = Object.assign(function(ast) {
71244
71253
  var result2 = printCache.get(ast);
@@ -71262,13 +71271,13 @@ spurious results.`);
71262
71271
  });
71263
71272
  }
71264
71273
 
71265
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/arrays.js
71274
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/arrays.js
71266
71275
  var isArray2 = Array.isArray;
71267
71276
  function isNonEmptyArray(value) {
71268
71277
  return Array.isArray(value) && value.length > 0;
71269
71278
  }
71270
71279
 
71271
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/transform.js
71280
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/graphql/transform.js
71272
71281
  var TYPENAME_FIELD = {
71273
71282
  kind: Kind.FIELD,
71274
71283
  name: {
@@ -71560,7 +71569,7 @@ spurious results.`);
71560
71569
  return modifiedDoc;
71561
71570
  }
71562
71571
 
71563
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/mergeDeep.js
71572
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/mergeDeep.js
71564
71573
  var hasOwnProperty4 = Object.prototype.hasOwnProperty;
71565
71574
  function mergeDeep() {
71566
71575
  var sources = [];
@@ -71695,7 +71704,7 @@ spurious results.`);
71695
71704
  return hasSymbol(name) ? Symbol[name] : "@@" + name;
71696
71705
  };
71697
71706
  if (hasSymbols() && !hasSymbol("observable")) {
71698
- Symbol.observable = Symbol("observable");
71707
+ Symbol.observable = /* @__PURE__ */ Symbol("observable");
71699
71708
  }
71700
71709
  var SymbolIterator = getSymbol("iterator");
71701
71710
  var SymbolObservable = getSymbol("observable");
@@ -72148,7 +72157,7 @@ spurious results.`);
72148
72157
  return Observable2;
72149
72158
  })();
72150
72159
  if (hasSymbols()) {
72151
- Object.defineProperty(Observable, Symbol("extensions"), {
72160
+ Object.defineProperty(Observable, /* @__PURE__ */ Symbol("extensions"), {
72152
72161
  value: {
72153
72162
  symbol: SymbolObservable,
72154
72163
  hostReportError
@@ -72196,7 +72205,7 @@ spurious results.`);
72196
72205
  }
72197
72206
  var result = symbolObservablePonyfill(root);
72198
72207
 
72199
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/Observable.js
72208
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/observables/Observable.js
72200
72209
  var prototype3 = Observable.prototype;
72201
72210
  var fakeObsSymbol = "@@observable";
72202
72211
  if (!prototype3[fakeObsSymbol]) {
@@ -72205,7 +72214,7 @@ spurious results.`);
72205
72214
  };
72206
72215
  }
72207
72216
 
72208
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/cloneDeep.js
72217
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/cloneDeep.js
72209
72218
  var toString4 = Object.prototype.toString;
72210
72219
  function cloneDeep(value) {
72211
72220
  return cloneDeepHelper(value);
@@ -72239,7 +72248,7 @@ spurious results.`);
72239
72248
  }
72240
72249
  }
72241
72250
 
72242
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/maybeDeepFreeze.js
72251
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/maybeDeepFreeze.js
72243
72252
  function deepFreeze(value) {
72244
72253
  var workSet = /* @__PURE__ */ new Set([value]);
72245
72254
  workSet.forEach(function(obj) {
@@ -72271,7 +72280,7 @@ spurious results.`);
72271
72280
  return obj;
72272
72281
  }
72273
72282
 
72274
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/iteration.js
72283
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/observables/iteration.js
72275
72284
  function iterateObserversSafely(observers, method, argument) {
72276
72285
  var observersWithMethod = [];
72277
72286
  observers.forEach(function(obs) {
@@ -72282,7 +72291,7 @@ spurious results.`);
72282
72291
  });
72283
72292
  }
72284
72293
 
72285
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/asyncMap.js
72294
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/observables/asyncMap.js
72286
72295
  function asyncMap(observable, mapFn, catchFn) {
72287
72296
  return new Observable(function(observer) {
72288
72297
  var promiseQueue = {
@@ -72330,7 +72339,7 @@ spurious results.`);
72330
72339
  });
72331
72340
  }
72332
72341
 
72333
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/subclassing.js
72342
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/observables/subclassing.js
72334
72343
  function fixObservableSubclass(subclass) {
72335
72344
  function set(key) {
72336
72345
  Object.defineProperty(subclass, key, { value: Observable });
@@ -72342,7 +72351,7 @@ spurious results.`);
72342
72351
  return subclass;
72343
72352
  }
72344
72353
 
72345
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/Concast.js
72354
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/observables/Concast.js
72346
72355
  function isPromiseLike(value) {
72347
72356
  return value && typeof value.then === "function";
72348
72357
  }
@@ -72483,7 +72492,7 @@ spurious results.`);
72483
72492
  );
72484
72493
  fixObservableSubclass(Concast);
72485
72494
 
72486
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/incrementalResult.js
72495
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/incrementalResult.js
72487
72496
  function isExecutionPatchIncrementalResult(value) {
72488
72497
  return "incremental" in value;
72489
72498
  }
@@ -72515,7 +72524,7 @@ spurious results.`);
72515
72524
  return mergedData;
72516
72525
  }
72517
72526
 
72518
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/errorHandling.js
72527
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/errorHandling.js
72519
72528
  function graphQLResultHasError(result2) {
72520
72529
  var errors2 = getGraphQLErrorsFromResult(result2);
72521
72530
  return isNonEmptyArray(errors2);
@@ -72532,7 +72541,7 @@ spurious results.`);
72532
72541
  return graphQLErrors;
72533
72542
  }
72534
72543
 
72535
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/compact.js
72544
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/compact.js
72536
72545
  function compact() {
72537
72546
  var objects = [];
72538
72547
  for (var _i = 0; _i < arguments.length; _i++) {
@@ -72552,21 +72561,21 @@ spurious results.`);
72552
72561
  return result2;
72553
72562
  }
72554
72563
 
72555
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/mergeOptions.js
72564
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/utilities/common/mergeOptions.js
72556
72565
  function mergeOptions(defaults2, options) {
72557
72566
  return compact(defaults2, options, options.variables && {
72558
72567
  variables: compact(__assign(__assign({}, defaults2 && defaults2.variables), options.variables))
72559
72568
  });
72560
72569
  }
72561
72570
 
72562
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/fromError.js
72571
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/fromError.js
72563
72572
  function fromError(errorValue) {
72564
72573
  return new Observable(function(observer) {
72565
72574
  observer.error(errorValue);
72566
72575
  });
72567
72576
  }
72568
72577
 
72569
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/throwServerError.js
72578
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/throwServerError.js
72570
72579
  var throwServerError = function(response, result2, message) {
72571
72580
  var error2 = new Error(message);
72572
72581
  error2.name = "ServerError";
@@ -72576,7 +72585,7 @@ spurious results.`);
72576
72585
  throw error2;
72577
72586
  };
72578
72587
 
72579
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/validateOperation.js
72588
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/validateOperation.js
72580
72589
  function validateOperation(operation) {
72581
72590
  var OPERATION_FIELDS = [
72582
72591
  "query",
@@ -72594,7 +72603,7 @@ spurious results.`);
72594
72603
  return operation;
72595
72604
  }
72596
72605
 
72597
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/createOperation.js
72606
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/createOperation.js
72598
72607
  function createOperation(starting, operation) {
72599
72608
  var context = __assign({}, starting);
72600
72609
  var setContext = function(next) {
@@ -72618,7 +72627,7 @@ spurious results.`);
72618
72627
  return operation;
72619
72628
  }
72620
72629
 
72621
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/transformOperation.js
72630
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/transformOperation.js
72622
72631
  function transformOperation(operation) {
72623
72632
  var transformedOperation = {
72624
72633
  variables: operation.variables || {},
@@ -72632,7 +72641,7 @@ spurious results.`);
72632
72641
  return transformedOperation;
72633
72642
  }
72634
72643
 
72635
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/filterOperationVariables.js
72644
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/utils/filterOperationVariables.js
72636
72645
  function filterOperationVariables(variables, query) {
72637
72646
  var result2 = __assign({}, variables);
72638
72647
  var unusedNames = new Set(Object.keys(variables));
@@ -72649,7 +72658,7 @@ spurious results.`);
72649
72658
  return result2;
72650
72659
  }
72651
72660
 
72652
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/core/ApolloLink.js
72661
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/core/ApolloLink.js
72653
72662
  function passthrough(op, forward) {
72654
72663
  return forward ? forward(op) : Observable.of();
72655
72664
  }
@@ -72743,10 +72752,10 @@ spurious results.`);
72743
72752
  })()
72744
72753
  );
72745
72754
 
72746
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/core/execute.js
72755
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/core/execute.js
72747
72756
  var execute = ApolloLink.execute;
72748
72757
 
72749
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/async.js
72758
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/iterators/async.js
72750
72759
  function asyncIterator(source) {
72751
72760
  var _a21;
72752
72761
  var iterator2 = source[Symbol.asyncIterator]();
@@ -72759,7 +72768,7 @@ spurious results.`);
72759
72768
  }, _a21;
72760
72769
  }
72761
72770
 
72762
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/nodeStream.js
72771
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/iterators/nodeStream.js
72763
72772
  function nodeStreamIterator(stream) {
72764
72773
  var cleanup = null;
72765
72774
  var error2 = null;
@@ -72830,7 +72839,7 @@ spurious results.`);
72830
72839
  return iterator2;
72831
72840
  }
72832
72841
 
72833
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/promise.js
72842
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/iterators/promise.js
72834
72843
  function promiseIterator(promise) {
72835
72844
  var resolved = false;
72836
72845
  var iterator2 = {
@@ -72856,7 +72865,7 @@ spurious results.`);
72856
72865
  return iterator2;
72857
72866
  }
72858
72867
 
72859
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/reader.js
72868
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/iterators/reader.js
72860
72869
  function readerIterator(reader) {
72861
72870
  var iterator2 = {
72862
72871
  next: function() {
@@ -72871,7 +72880,7 @@ spurious results.`);
72871
72880
  return iterator2;
72872
72881
  }
72873
72882
 
72874
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/responseIterator.js
72883
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/responseIterator.js
72875
72884
  function isNodeResponse(value) {
72876
72885
  return !!value.body;
72877
72886
  }
@@ -72908,8 +72917,8 @@ spurious results.`);
72908
72917
  throw new Error("Unknown body type for responseIterator. Please pass a streamable response.");
72909
72918
  }
72910
72919
 
72911
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/errors/index.js
72912
- var PROTOCOL_ERRORS_SYMBOL = Symbol();
72920
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/errors/index.js
72921
+ var PROTOCOL_ERRORS_SYMBOL = /* @__PURE__ */ Symbol();
72913
72922
  function graphQLResultHasProtocolErrors(result2) {
72914
72923
  if (result2.extensions) {
72915
72924
  return Array.isArray(result2.extensions[PROTOCOL_ERRORS_SYMBOL]);
@@ -72953,7 +72962,7 @@ spurious results.`);
72953
72962
  })(Error)
72954
72963
  );
72955
72964
 
72956
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js
72965
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js
72957
72966
  var hasOwnProperty5 = Object.prototype.hasOwnProperty;
72958
72967
  function readMultipartBody(response, nextValue) {
72959
72968
  return __awaiter(this, void 0, void 0, function() {
@@ -73097,7 +73106,7 @@ spurious results.`);
73097
73106
  };
73098
73107
  }
73099
73108
 
73100
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/serializeFetchParameter.js
73109
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/serializeFetchParameter.js
73101
73110
  var serializeFetchParameter = function(p, label) {
73102
73111
  var serialized;
73103
73112
  try {
@@ -73110,7 +73119,7 @@ spurious results.`);
73110
73119
  return serialized;
73111
73120
  };
73112
73121
 
73113
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js
73122
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js
73114
73123
  var defaultHttpOptions = {
73115
73124
  includeQuery: true,
73116
73125
  includeExtensions: false,
@@ -73194,14 +73203,14 @@ spurious results.`);
73194
73203
  return normalizedHeaders;
73195
73204
  }
73196
73205
 
73197
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/checkFetcher.js
73206
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/checkFetcher.js
73198
73207
  var checkFetcher = function(fetcher) {
73199
73208
  if (!fetcher && typeof fetch === "undefined") {
73200
73209
  throw newInvariantError(38);
73201
73210
  }
73202
73211
  };
73203
73212
 
73204
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/selectURI.js
73213
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/selectURI.js
73205
73214
  var selectURI = function(operation, fallbackURI) {
73206
73215
  var context = operation.getContext();
73207
73216
  var contextURI = context.uri;
@@ -73214,7 +73223,7 @@ spurious results.`);
73214
73223
  }
73215
73224
  };
73216
73225
 
73217
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/rewriteURIForGET.js
73226
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/rewriteURIForGET.js
73218
73227
  function rewriteURIForGET(chosenURI, body) {
73219
73228
  var queryParams = [];
73220
73229
  var addQueryParam = function(key, value) {
@@ -73255,7 +73264,7 @@ spurious results.`);
73255
73264
  return { newURI };
73256
73265
  }
73257
73266
 
73258
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/createHttpLink.js
73267
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/createHttpLink.js
73259
73268
  var backupFetch = maybe(function() {
73260
73269
  return fetch;
73261
73270
  });
@@ -73375,7 +73384,7 @@ spurious results.`);
73375
73384
  });
73376
73385
  };
73377
73386
 
73378
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/HttpLink.js
73387
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/link/http/HttpLink.js
73379
73388
  var HttpLink = (
73380
73389
  /** @class */
73381
73390
  (function(_super) {
@@ -73528,7 +73537,7 @@ spurious results.`);
73528
73537
  return false;
73529
73538
  }
73530
73539
 
73531
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/equalByQuery.js
73540
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/equalByQuery.js
73532
73541
  function equalByQuery(query, _a21, _b, variables) {
73533
73542
  var aData = _a21.data, aRest = __rest(_a21, ["data"]);
73534
73543
  var bData = _b.data, bRest = __rest(_b, ["data"]);
@@ -73601,7 +73610,7 @@ spurious results.`);
73601
73610
  return dir.name.value === "nonreactive";
73602
73611
  }
73603
73612
 
73604
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/core/cache.js
73613
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/core/cache.js
73605
73614
  var ApolloCache = (
73606
73615
  /** @class */
73607
73616
  (function() {
@@ -73733,7 +73742,7 @@ spurious results.`);
73733
73742
  ApolloCache.prototype.getMemoryInternals = getApolloCacheMemoryInternals;
73734
73743
  }
73735
73744
 
73736
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/core/types/common.js
73745
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/core/types/common.js
73737
73746
  var MissingFieldError = (
73738
73747
  /** @class */
73739
73748
  (function(_super) {
@@ -73760,7 +73769,7 @@ spurious results.`);
73760
73769
  })(Error)
73761
73770
  );
73762
73771
 
73763
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/helpers.js
73772
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/helpers.js
73764
73773
  var hasOwn = Object.prototype.hasOwnProperty;
73765
73774
  function isNullish(value) {
73766
73775
  return value === null || value === void 0;
@@ -73836,7 +73845,7 @@ spurious results.`);
73836
73845
  };
73837
73846
  }
73838
73847
 
73839
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/entityStore.js
73848
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/entityStore.js
73840
73849
  var DELETE = /* @__PURE__ */ Object.create(null);
73841
73850
  var delModifier = function() {
73842
73851
  return DELETE;
@@ -74353,7 +74362,7 @@ spurious results.`);
74353
74362
  return !!(store instanceof EntityStore && store.group.caching);
74354
74363
  }
74355
74364
 
74356
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/object-canon.js
74365
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/object-canon.js
74357
74366
  function shallowCopy(value) {
74358
74367
  if (isNonNullObject(value)) {
74359
74368
  return isArray2(value) ? value.slice(0) : __assign({ __proto__: Object.getPrototypeOf(value) }, value);
@@ -74447,7 +74456,7 @@ spurious results.`);
74447
74456
  })()
74448
74457
  );
74449
74458
 
74450
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/readFromStore.js
74459
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/readFromStore.js
74451
74460
  function execSelectionSetKeyArgs(options) {
74452
74461
  return [
74453
74462
  options.selectionSet,
@@ -74716,7 +74725,7 @@ spurious results.`);
74716
74725
  }
74717
74726
  }
74718
74727
 
74719
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/reactiveVars.js
74728
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/reactiveVars.js
74720
74729
  var cacheSlot = new Slot();
74721
74730
  var cacheInfoMap = /* @__PURE__ */ new WeakMap();
74722
74731
  function getCacheInfo(cache) {
@@ -74787,7 +74796,7 @@ spurious results.`);
74787
74796
  }
74788
74797
  }
74789
74798
 
74790
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/key-extractor.js
74799
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/key-extractor.js
74791
74800
  var specifierInfoCache = /* @__PURE__ */ Object.create(null);
74792
74801
  function lookupSpecifierInfo(spec) {
74793
74802
  var cacheKey = JSON.stringify(spec);
@@ -74920,7 +74929,7 @@ spurious results.`);
74920
74929
  return value;
74921
74930
  }
74922
74931
 
74923
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/policies.js
74932
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/policies.js
74924
74933
  function argsFromFieldSpecifier(spec) {
74925
74934
  return spec.args !== void 0 ? spec.args : spec.field ? argumentsObjectFromField(spec.field, spec.variables) : null;
74926
74935
  }
@@ -75355,7 +75364,7 @@ spurious results.`);
75355
75364
  };
75356
75365
  }
75357
75366
 
75358
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/writeToStore.js
75367
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/writeToStore.js
75359
75368
  function getContextFlavor(context, clientOnly, deferred) {
75360
75369
  var key = "".concat(clientOnly).concat(deferred);
75361
75370
  var flavored = context.flavors.get(key);
@@ -75760,7 +75769,7 @@ spurious results.`);
75760
75769
  globalThis.__DEV__ !== false && invariant2.warn(14, fieldName, parentType, childTypenames.length ? "either ensure all objects of type " + childTypenames.join(" and ") + " have an ID or a custom merge function, or " : "", typeDotName, __assign({}, existing), __assign({}, incoming));
75761
75770
  }
75762
75771
 
75763
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/inMemoryCache.js
75772
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/cache/inmemory/inMemoryCache.js
75764
75773
  var InMemoryCache = (
75765
75774
  /** @class */
75766
75775
  (function(_super) {
@@ -76069,7 +76078,7 @@ spurious results.`);
76069
76078
  InMemoryCache.prototype.getMemoryInternals = getInMemoryCacheMemoryInternals;
76070
76079
  }
76071
76080
 
76072
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/networkStatus.js
76081
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/networkStatus.js
76073
76082
  var NetworkStatus;
76074
76083
  (function(NetworkStatus2) {
76075
76084
  NetworkStatus2[NetworkStatus2["loading"] = 1] = "loading";
@@ -76084,7 +76093,7 @@ spurious results.`);
76084
76093
  return networkStatus ? networkStatus < 7 : false;
76085
76094
  }
76086
76095
 
76087
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/ObservableQuery.js
76096
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/ObservableQuery.js
76088
76097
  var assign2 = Object.assign;
76089
76098
  var hasOwnProperty7 = Object.hasOwnProperty;
76090
76099
  var ObservableQuery = (
@@ -76692,7 +76701,7 @@ spurious results.`);
76692
76701
  return fetchPolicy === "network-only" || fetchPolicy === "no-cache" || fetchPolicy === "standby";
76693
76702
  }
76694
76703
 
76695
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/QueryInfo.js
76704
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/QueryInfo.js
76696
76705
  var destructiveMethodCounts = new (canUseWeakMap ? WeakMap : Map)();
76697
76706
  function wrapDestructiveCacheMethod(cache, methodName) {
76698
76707
  var original = cache[methodName];
@@ -76984,7 +76993,7 @@ spurious results.`);
76984
76993
  return writeWithErrors;
76985
76994
  }
76986
76995
 
76987
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/QueryManager.js
76996
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/QueryManager.js
76988
76997
  var hasOwnProperty8 = Object.prototype.hasOwnProperty;
76989
76998
  var IGNORE = /* @__PURE__ */ Object.create(null);
76990
76999
  var QueryManager = (
@@ -77970,7 +77979,7 @@ spurious results.`);
77970
77979
  })()
77971
77980
  );
77972
77981
 
77973
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/LocalState.js
77982
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/LocalState.js
77974
77983
  var LocalState = (
77975
77984
  /** @class */
77976
77985
  (function() {
@@ -78320,7 +78329,7 @@ spurious results.`);
78320
78329
  })()
78321
78330
  );
78322
78331
 
78323
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/ApolloClient.js
78332
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/ApolloClient.js
78324
78333
  var hasSuggestedDevtools = false;
78325
78334
  var ApolloClient = (
78326
78335
  /** @class */
@@ -78400,7 +78409,7 @@ spurious results.`);
78400
78409
  return;
78401
78410
  }
78402
78411
  var windowWithDevTools = window;
78403
- var devtoolsSymbol = Symbol.for("apollo.devtools");
78412
+ var devtoolsSymbol = /* @__PURE__ */ Symbol.for("apollo.devtools");
78404
78413
  (windowWithDevTools[devtoolsSymbol] = windowWithDevTools[devtoolsSymbol] || []).push(this);
78405
78414
  windowWithDevTools.__APOLLO_CLIENT__ = this;
78406
78415
  if (!hasSuggestedDevtools && globalThis.__DEV__ !== false) {
@@ -78722,7 +78731,7 @@ spurious results.`);
78722
78731
  })(gql || (gql = {}));
78723
78732
  gql["default"] = gql;
78724
78733
 
78725
- // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/index.js
78734
+ // node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.2.7_graphql@16.9.0_react@19.1.2/node_modules/@apollo/client/core/index.js
78726
78735
  setVerbosity(globalThis.__DEV__ !== false ? "log" : "silent");
78727
78736
 
78728
78737
  // src/modules/apollo-client.ts
@@ -93404,7 +93413,6 @@ spurious results.`);
93404
93413
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
93405
93414
  const netAPY = await this.netAPY();
93406
93415
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
93407
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
93408
93416
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
93409
93417
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
93410
93418
  const rewardAssets = prevAum.multipliedBy(growthRate);
@@ -30145,7 +30145,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30145
30145
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30146
30146
  const netAPY = await this.netAPY();
30147
30147
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30148
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30149
30148
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30150
30149
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30151
30150
  const rewardAssets = prevAum.multipliedBy(growthRate);
package/dist/index.js CHANGED
@@ -202,7 +202,7 @@ var Web3Number = class _Web3Number2 extends _Web3Number {
202
202
  [import_util.default.inspect.custom](depth, opts) {
203
203
  return this.toString();
204
204
  }
205
- [Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
205
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
206
206
  return this.toString();
207
207
  }
208
208
  inspect(depth, opts) {
@@ -264,8 +264,8 @@ var logger = import_winston.default.createLogger({
264
264
  // Add timestamp to log messages
265
265
  import_winston.format.printf(({ timestamp, level, message, ...meta }) => {
266
266
  let msg = `${timestamp} ${level}: ${message}`;
267
- if (meta && meta[Symbol.for("splat")]) {
268
- for (const arg of meta[Symbol.for("splat")]) {
267
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
268
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
269
269
  if (arg instanceof Error) {
270
270
  msg += `
271
271
  ${arg.stack}`;
@@ -30145,7 +30145,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30145
30145
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30146
30146
  const netAPY = await this.netAPY();
30147
30147
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30148
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30149
30148
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30150
30149
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30151
30150
  const rewardAssets = prevAum.multipliedBy(growthRate);
package/dist/index.mjs CHANGED
@@ -96,7 +96,7 @@ var Web3Number = class _Web3Number2 extends _Web3Number {
96
96
  [util.inspect.custom](depth, opts) {
97
97
  return this.toString();
98
98
  }
99
- [Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
99
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
100
100
  return this.toString();
101
101
  }
102
102
  inspect(depth, opts) {
@@ -158,8 +158,8 @@ var logger = winston.createLogger({
158
158
  // Add timestamp to log messages
159
159
  format.printf(({ timestamp, level, message, ...meta }) => {
160
160
  let msg = `${timestamp} ${level}: ${message}`;
161
- if (meta && meta[Symbol.for("splat")]) {
162
- for (const arg of meta[Symbol.for("splat")]) {
161
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
162
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
163
163
  if (arg instanceof Error) {
164
164
  msg += `
165
165
  ${arg.stack}`;
@@ -30043,7 +30043,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30043
30043
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30044
30044
  const netAPY = await this.netAPY();
30045
30045
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30046
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30047
30046
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30048
30047
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30049
30048
  const rewardAssets = prevAum.multipliedBy(growthRate);
package/package.json CHANGED
@@ -1,80 +1,79 @@
1
1
  {
2
- "name": "@strkfarm/sdk",
3
- "version": "1.1.66",
4
- "description": "STRKFarm TS SDK (Meant for our internal use, but feel free to use it)",
5
- "typings": "dist/index.d.ts",
6
- "types": "dist/index.d.ts",
7
- "bin": {
8
- "accountsecure": "dist/cli.js"
9
- },
10
- "exports": {
11
-
12
- ".": {
13
- "import": {
14
- "browser": "./dist/index.browser.mjs",
15
- "default": "./dist/index.mjs"
16
- },
17
- "require": {
18
- "browser": "./dist/index.browser.global.js",
19
- "default": "./dist/index.js"
20
- },
21
- "browser": "./dist/index.browser.global.js",
22
- "types": "./dist/index.d.ts"
2
+ "name": "@strkfarm/sdk",
3
+ "version": "1.1.67",
4
+ "description": "STRKFarm TS SDK (Meant for our internal use, but feel free to use it)",
5
+ "typings": "dist/index.d.ts",
6
+ "types": "dist/index.d.ts",
7
+ "bin": {
8
+ "accountsecure": "dist/cli.js"
9
+ },
10
+ "exports": {
11
+ ".": {
12
+ "import": {
13
+ "browser": "./dist/index.browser.mjs",
14
+ "default": "./dist/index.mjs"
15
+ },
16
+ "require": {
17
+ "browser": "./dist/index.browser.global.js",
18
+ "default": "./dist/index.js"
19
+ },
20
+ "browser": "./dist/index.browser.global.js",
21
+ "types": "./dist/index.d.ts"
22
+ }
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "src"
27
+ ],
28
+ "scripts": {
29
+ "test": "jest",
30
+ "build": "tsup --clean && pnpm run build:esm && npm run build:dts && npm run build:iife && npm run build-cli && pnpm run build:iife-esm",
31
+ "build:esm": "tsup --clean false --format esm --platform node",
32
+ "build-cli:esm": "tsup ./src/cli.ts --clean false --format esm --platform node",
33
+ "build-cli": "tsup ./src/cli.ts --clean false && pnpm run build-cli:esm",
34
+ "build:dts": "tsup --clean false --dts-only",
35
+ "build:iife": "tsup --clean false --format iife --platform browser",
36
+ "build:iife-esm": "tsup --clean false --format iife --format esm --platform browser"
37
+ },
38
+ "keywords": [],
39
+ "author": "",
40
+ "license": "ISC",
41
+ "devDependencies": {
42
+ "@types/jest": "^29.5.12",
43
+ "@types/node-telegram-bot-api": "^0.64.7",
44
+ "jest": "^29.7.0",
45
+ "jest-environment-jsdom": "^29.7.0",
46
+ "request": "^2.88.2",
47
+ "ts-jest": "^29.1.5",
48
+ "ts-node": "^10.9.2",
49
+ "tsup": "^8.1.0",
50
+ "typedoc": "^0.26.3",
51
+ "typescript": "^5.5.3"
52
+ },
53
+ "peerDependencies": {
54
+ "@types/react": "^19.1.2",
55
+ "axios": "^1.7.2",
56
+ "react": "19.1.2",
57
+ "starknet": "8.5.2"
58
+ },
59
+ "dependencies": {
60
+ "@apollo/client": "3.11.8",
61
+ "@avnu/avnu-sdk": "3.0.2",
62
+ "@ericnordelo/strk-merkle-tree": "^1.0.0",
63
+ "@noble/curves": "^1.0.0",
64
+ "@noble/hashes": "^2.0.0",
65
+ "@scure/starknet": "^2.0.0",
66
+ "bignumber.js": "4.0.4",
67
+ "browser-assert": "^1.2.1",
68
+ "chalk": "^4.1.2",
69
+ "commander": "^12.1.0",
70
+ "ethers": "^6.13.5",
71
+ "graphql": "16.9.0",
72
+ "inquirer": "^10.1.2",
73
+ "node-telegram-bot-api": "^0.66.0",
74
+ "proxy-from-env": "^1.1.0",
75
+ "redis": "^4.7.0",
76
+ "stacktrace-js": "^2.0.2",
77
+ "winston": "^3.13.0"
23
78
  }
24
- },
25
- "files": [
26
- "dist",
27
- "src"
28
- ],
29
- "scripts": {
30
- "test": "jest",
31
- "build": "tsup --clean && pnpm run build:esm && npm run build:dts && npm run build:iife && npm run build-cli && pnpm run build:iife-esm",
32
- "build:esm": "tsup --clean false --format esm --platform node",
33
- "build-cli:esm": "tsup ./src/cli.ts --clean false --format esm --platform node",
34
- "build-cli": "tsup ./src/cli.ts --clean false && pnpm run build-cli:esm",
35
- "build:dts": "tsup --clean false --dts-only",
36
- "build:iife": "tsup --clean false --format iife --platform browser",
37
- "build:iife-esm": "tsup --clean false --format iife --format esm --platform browser"
38
- },
39
- "keywords": [],
40
- "author": "",
41
- "license": "ISC",
42
- "devDependencies": {
43
- "@types/jest": "^29.5.12",
44
- "@types/node-telegram-bot-api": "^0.64.7",
45
- "jest": "^29.7.0",
46
- "jest-environment-jsdom": "^29.7.0",
47
- "request": "^2.88.2",
48
- "ts-jest": "^29.1.5",
49
- "ts-node": "^10.9.2",
50
- "tsup": "^8.1.0",
51
- "typedoc": "^0.26.3",
52
- "typescript": "^5.5.3"
53
- },
54
- "peerDependencies": {
55
- "@types/react": "^19.1.2",
56
- "axios": "^1.7.2",
57
- "react": "19.1.0",
58
- "starknet": "8.5.2"
59
- },
60
- "dependencies": {
61
- "@apollo/client": "3.11.8",
62
- "@avnu/avnu-sdk": "3.0.2",
63
- "@ericnordelo/strk-merkle-tree": "^1.0.0",
64
- "@noble/curves": "^1.0.0",
65
- "@noble/hashes": "^2.0.0",
66
- "@scure/starknet": "^2.0.0",
67
- "bignumber.js": "4.0.4",
68
- "browser-assert": "^1.2.1",
69
- "chalk": "^4.1.2",
70
- "commander": "^12.1.0",
71
- "ethers": "^6.13.5",
72
- "graphql": "16.9.0",
73
- "inquirer": "^10.1.2",
74
- "node-telegram-bot-api": "^0.66.0",
75
- "proxy-from-env": "^1.1.0",
76
- "redis": "^4.7.0",
77
- "stacktrace-js": "^2.0.2",
78
- "winston": "^3.13.0"
79
- }
80
79
  }
@@ -427,7 +427,7 @@ export class UniversalStrategy<
427
427
  const netAPY = await this.netAPY();
428
428
  // account only 80% of value
429
429
  const defispringAPY = (netAPY.splits.find(s => s.id === 'defispring')?.apy || 0) * 0.8;
430
- if (!defispringAPY) throw new Error('DefiSpring APY not found');
430
+ // if (!defispringAPY) throw new Error('DefiSpring APY not found');
431
431
 
432
432
  // compute rewards contribution to AUM
433
433
  const timeDiff = (Math.round(Date.now() / 1000) - Number(lastReportTime));