@strkfarm/sdk 2.0.0-dev.32 → 2.0.0-dev.34
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/index.browser.global.js +223 -78
- package/dist/index.browser.mjs +149 -4
- package/dist/index.js +149 -4
- package/dist/index.mjs +149 -4
- package/package.json +1 -1
- package/src/strategies/vesu-extended-strategy/services/extended-vesu-state-manager.ts +172 -5
- package/src/strategies/vesu-extended-strategy/vesu-extended-strategy.tsx +1 -1
|
@@ -79268,10 +79268,10 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79268
79268
|
return old;
|
|
79269
79269
|
}
|
|
79270
79270
|
|
|
79271
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/version.js
|
|
79271
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/version.js
|
|
79272
79272
|
var version4 = "3.11.8";
|
|
79273
79273
|
|
|
79274
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/globals/maybe.js
|
|
79274
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/maybe.js
|
|
79275
79275
|
function maybe(thunk) {
|
|
79276
79276
|
try {
|
|
79277
79277
|
return thunk();
|
|
@@ -79279,7 +79279,7 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79279
79279
|
}
|
|
79280
79280
|
}
|
|
79281
79281
|
|
|
79282
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/globals/global.js
|
|
79282
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/global.js
|
|
79283
79283
|
var global_default = maybe(function() {
|
|
79284
79284
|
return globalThis;
|
|
79285
79285
|
}) || maybe(function() {
|
|
@@ -79298,7 +79298,7 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79298
79298
|
return maybe.constructor("return this")();
|
|
79299
79299
|
});
|
|
79300
79300
|
|
|
79301
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/makeUniqueId.js
|
|
79301
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/makeUniqueId.js
|
|
79302
79302
|
var prefixCounts = /* @__PURE__ */ new Map();
|
|
79303
79303
|
function makeUniqueId(prefix) {
|
|
79304
79304
|
var count = prefixCounts.get(prefix) || 1;
|
|
@@ -79306,7 +79306,7 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79306
79306
|
return "".concat(prefix, ":").concat(count, ":").concat(Math.random().toString(36).slice(2));
|
|
79307
79307
|
}
|
|
79308
79308
|
|
|
79309
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/stringifyForDisplay.js
|
|
79309
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/stringifyForDisplay.js
|
|
79310
79310
|
function stringifyForDisplay(value, space) {
|
|
79311
79311
|
if (space === void 0) {
|
|
79312
79312
|
space = 0;
|
|
@@ -79317,7 +79317,7 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79317
79317
|
}, space).split(JSON.stringify(undefId)).join("<undefined>");
|
|
79318
79318
|
}
|
|
79319
79319
|
|
|
79320
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/globals/invariantWrappers.js
|
|
79320
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/invariantWrappers.js
|
|
79321
79321
|
function wrap(fn) {
|
|
79322
79322
|
return function(message) {
|
|
79323
79323
|
var args = [];
|
|
@@ -79388,7 +79388,7 @@ ${JSON.stringify(data, null, 2)}`;
|
|
|
79388
79388
|
})));
|
|
79389
79389
|
}
|
|
79390
79390
|
|
|
79391
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/globals/index.js
|
|
79391
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/globals/index.js
|
|
79392
79392
|
var DEV = globalThis.__DEV__ !== false;
|
|
79393
79393
|
|
|
79394
79394
|
// node_modules/.pnpm/graphql@16.9.0/node_modules/graphql/jsutils/devAssert.mjs
|
|
@@ -82463,7 +82463,7 @@ spurious results.`);
|
|
|
82463
82463
|
return node.kind === Kind.FIELD || node.kind === Kind.FRAGMENT_SPREAD || node.kind === Kind.INLINE_FRAGMENT;
|
|
82464
82464
|
}
|
|
82465
82465
|
|
|
82466
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/directives.js
|
|
82466
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/directives.js
|
|
82467
82467
|
function shouldInclude(_a22, variables) {
|
|
82468
82468
|
var directives = _a22.directives;
|
|
82469
82469
|
if (!directives || !directives.length) {
|
|
@@ -82591,7 +82591,7 @@ spurious results.`);
|
|
|
82591
82591
|
return false;
|
|
82592
82592
|
}
|
|
82593
82593
|
|
|
82594
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/canUse.js
|
|
82594
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/canUse.js
|
|
82595
82595
|
var isReactNative = maybe(function() {
|
|
82596
82596
|
return navigator.product;
|
|
82597
82597
|
}) == "ReactNative";
|
|
@@ -82616,12 +82616,12 @@ spurious results.`);
|
|
|
82616
82616
|
}) || false
|
|
82617
82617
|
);
|
|
82618
82618
|
|
|
82619
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/objects.js
|
|
82619
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/objects.js
|
|
82620
82620
|
function isNonNullObject(obj) {
|
|
82621
82621
|
return obj !== null && typeof obj === "object";
|
|
82622
82622
|
}
|
|
82623
82623
|
|
|
82624
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/fragments.js
|
|
82624
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/fragments.js
|
|
82625
82625
|
function getFragmentQueryDocument(document2, fragmentName) {
|
|
82626
82626
|
var actualFragmentName = fragmentName;
|
|
82627
82627
|
var fragments = [];
|
|
@@ -82917,7 +82917,7 @@ spurious results.`);
|
|
|
82917
82917
|
}
|
|
82918
82918
|
};
|
|
82919
82919
|
|
|
82920
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/caching/caches.js
|
|
82920
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/caches.js
|
|
82921
82921
|
var scheduledCleanup = /* @__PURE__ */ new WeakSet();
|
|
82922
82922
|
function schedule(cache) {
|
|
82923
82923
|
if (cache.size <= (cache.max || -1)) {
|
|
@@ -82950,11 +82950,11 @@ spurious results.`);
|
|
|
82950
82950
|
return cache;
|
|
82951
82951
|
};
|
|
82952
82952
|
|
|
82953
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/caching/sizes.js
|
|
82953
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/sizes.js
|
|
82954
82954
|
var cacheSizeSymbol = Symbol.for("apollo.cacheSize");
|
|
82955
82955
|
var cacheSizes = __assign({}, global_default[cacheSizeSymbol]);
|
|
82956
82956
|
|
|
82957
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
|
|
82957
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/caching/getMemoryInternals.js
|
|
82958
82958
|
var globalCaches = {};
|
|
82959
82959
|
function registerGlobalCache(name, getSize) {
|
|
82960
82960
|
globalCaches[name] = getSize;
|
|
@@ -83044,7 +83044,7 @@ spurious results.`);
|
|
|
83044
83044
|
], linkInfo(link === null || link === void 0 ? void 0 : link.left), true), linkInfo(link === null || link === void 0 ? void 0 : link.right), true).filter(isDefined) : [];
|
|
83045
83045
|
}
|
|
83046
83046
|
|
|
83047
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/canonicalStringify.js
|
|
83047
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/canonicalStringify.js
|
|
83048
83048
|
var canonicalStringify = Object.assign(function canonicalStringify2(value) {
|
|
83049
83049
|
return JSON.stringify(value, stableObjectReplacer);
|
|
83050
83050
|
}, {
|
|
@@ -83091,7 +83091,7 @@ spurious results.`);
|
|
|
83091
83091
|
return i === 0 || keys[i - 1] <= key;
|
|
83092
83092
|
}
|
|
83093
83093
|
|
|
83094
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/storeUtils.js
|
|
83094
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/storeUtils.js
|
|
83095
83095
|
function makeReference(id2) {
|
|
83096
83096
|
return { __ref: String(id2) };
|
|
83097
83097
|
}
|
|
@@ -83276,7 +83276,7 @@ spurious results.`);
|
|
|
83276
83276
|
return selection.kind === "InlineFragment";
|
|
83277
83277
|
}
|
|
83278
83278
|
|
|
83279
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/getFromAST.js
|
|
83279
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/getFromAST.js
|
|
83280
83280
|
function checkDocument(doc) {
|
|
83281
83281
|
invariant2(doc && doc.kind === "Document", 77);
|
|
83282
83282
|
var operations = doc.definitions.filter(function(d) {
|
|
@@ -83835,7 +83835,7 @@ spurious results.`);
|
|
|
83835
83835
|
return Object.freeze(optimistic);
|
|
83836
83836
|
}
|
|
83837
83837
|
|
|
83838
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/DocumentTransform.js
|
|
83838
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/DocumentTransform.js
|
|
83839
83839
|
function identity(document2) {
|
|
83840
83840
|
return document2;
|
|
83841
83841
|
}
|
|
@@ -83919,7 +83919,7 @@ spurious results.`);
|
|
|
83919
83919
|
})()
|
|
83920
83920
|
);
|
|
83921
83921
|
|
|
83922
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/print.js
|
|
83922
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/print.js
|
|
83923
83923
|
var printCache;
|
|
83924
83924
|
var print2 = Object.assign(function(ast) {
|
|
83925
83925
|
var result2 = printCache.get(ast);
|
|
@@ -83943,13 +83943,13 @@ spurious results.`);
|
|
|
83943
83943
|
});
|
|
83944
83944
|
}
|
|
83945
83945
|
|
|
83946
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/arrays.js
|
|
83946
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/arrays.js
|
|
83947
83947
|
var isArray2 = Array.isArray;
|
|
83948
83948
|
function isNonEmptyArray(value) {
|
|
83949
83949
|
return Array.isArray(value) && value.length > 0;
|
|
83950
83950
|
}
|
|
83951
83951
|
|
|
83952
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/graphql/transform.js
|
|
83952
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/graphql/transform.js
|
|
83953
83953
|
var TYPENAME_FIELD = {
|
|
83954
83954
|
kind: Kind.FIELD,
|
|
83955
83955
|
name: {
|
|
@@ -84241,7 +84241,7 @@ spurious results.`);
|
|
|
84241
84241
|
return modifiedDoc;
|
|
84242
84242
|
}
|
|
84243
84243
|
|
|
84244
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/mergeDeep.js
|
|
84244
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/mergeDeep.js
|
|
84245
84245
|
var hasOwnProperty4 = Object.prototype.hasOwnProperty;
|
|
84246
84246
|
function mergeDeep() {
|
|
84247
84247
|
var sources = [];
|
|
@@ -84877,7 +84877,7 @@ spurious results.`);
|
|
|
84877
84877
|
}
|
|
84878
84878
|
var result = symbolObservablePonyfill(root);
|
|
84879
84879
|
|
|
84880
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/observables/Observable.js
|
|
84880
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/Observable.js
|
|
84881
84881
|
var prototype2 = Observable.prototype;
|
|
84882
84882
|
var fakeObsSymbol = "@@observable";
|
|
84883
84883
|
if (!prototype2[fakeObsSymbol]) {
|
|
@@ -84886,7 +84886,7 @@ spurious results.`);
|
|
|
84886
84886
|
};
|
|
84887
84887
|
}
|
|
84888
84888
|
|
|
84889
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/cloneDeep.js
|
|
84889
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/cloneDeep.js
|
|
84890
84890
|
var toString5 = Object.prototype.toString;
|
|
84891
84891
|
function cloneDeep(value) {
|
|
84892
84892
|
return cloneDeepHelper(value);
|
|
@@ -84920,7 +84920,7 @@ spurious results.`);
|
|
|
84920
84920
|
}
|
|
84921
84921
|
}
|
|
84922
84922
|
|
|
84923
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/maybeDeepFreeze.js
|
|
84923
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/maybeDeepFreeze.js
|
|
84924
84924
|
function deepFreeze(value) {
|
|
84925
84925
|
var workSet = /* @__PURE__ */ new Set([value]);
|
|
84926
84926
|
workSet.forEach(function(obj) {
|
|
@@ -84952,7 +84952,7 @@ spurious results.`);
|
|
|
84952
84952
|
return obj;
|
|
84953
84953
|
}
|
|
84954
84954
|
|
|
84955
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/observables/iteration.js
|
|
84955
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/iteration.js
|
|
84956
84956
|
function iterateObserversSafely(observers, method, argument) {
|
|
84957
84957
|
var observersWithMethod = [];
|
|
84958
84958
|
observers.forEach(function(obs) {
|
|
@@ -84963,7 +84963,7 @@ spurious results.`);
|
|
|
84963
84963
|
});
|
|
84964
84964
|
}
|
|
84965
84965
|
|
|
84966
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/observables/asyncMap.js
|
|
84966
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/asyncMap.js
|
|
84967
84967
|
function asyncMap(observable, mapFn, catchFn) {
|
|
84968
84968
|
return new Observable(function(observer) {
|
|
84969
84969
|
var promiseQueue = {
|
|
@@ -85011,7 +85011,7 @@ spurious results.`);
|
|
|
85011
85011
|
});
|
|
85012
85012
|
}
|
|
85013
85013
|
|
|
85014
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/observables/subclassing.js
|
|
85014
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/subclassing.js
|
|
85015
85015
|
function fixObservableSubclass(subclass) {
|
|
85016
85016
|
function set(key) {
|
|
85017
85017
|
Object.defineProperty(subclass, key, { value: Observable });
|
|
@@ -85023,7 +85023,7 @@ spurious results.`);
|
|
|
85023
85023
|
return subclass;
|
|
85024
85024
|
}
|
|
85025
85025
|
|
|
85026
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/observables/Concast.js
|
|
85026
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/observables/Concast.js
|
|
85027
85027
|
function isPromiseLike(value) {
|
|
85028
85028
|
return value && typeof value.then === "function";
|
|
85029
85029
|
}
|
|
@@ -85164,7 +85164,7 @@ spurious results.`);
|
|
|
85164
85164
|
);
|
|
85165
85165
|
fixObservableSubclass(Concast);
|
|
85166
85166
|
|
|
85167
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/incrementalResult.js
|
|
85167
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/incrementalResult.js
|
|
85168
85168
|
function isExecutionPatchIncrementalResult(value) {
|
|
85169
85169
|
return "incremental" in value;
|
|
85170
85170
|
}
|
|
@@ -85196,7 +85196,7 @@ spurious results.`);
|
|
|
85196
85196
|
return mergedData;
|
|
85197
85197
|
}
|
|
85198
85198
|
|
|
85199
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/errorHandling.js
|
|
85199
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/errorHandling.js
|
|
85200
85200
|
function graphQLResultHasError(result2) {
|
|
85201
85201
|
var errors2 = getGraphQLErrorsFromResult(result2);
|
|
85202
85202
|
return isNonEmptyArray(errors2);
|
|
@@ -85213,7 +85213,7 @@ spurious results.`);
|
|
|
85213
85213
|
return graphQLErrors;
|
|
85214
85214
|
}
|
|
85215
85215
|
|
|
85216
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/compact.js
|
|
85216
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/compact.js
|
|
85217
85217
|
function compact() {
|
|
85218
85218
|
var objects = [];
|
|
85219
85219
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
@@ -85233,21 +85233,21 @@ spurious results.`);
|
|
|
85233
85233
|
return result2;
|
|
85234
85234
|
}
|
|
85235
85235
|
|
|
85236
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/utilities/common/mergeOptions.js
|
|
85236
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/utilities/common/mergeOptions.js
|
|
85237
85237
|
function mergeOptions(defaults2, options) {
|
|
85238
85238
|
return compact(defaults2, options, options.variables && {
|
|
85239
85239
|
variables: compact(__assign(__assign({}, defaults2 && defaults2.variables), options.variables))
|
|
85240
85240
|
});
|
|
85241
85241
|
}
|
|
85242
85242
|
|
|
85243
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/fromError.js
|
|
85243
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/fromError.js
|
|
85244
85244
|
function fromError(errorValue) {
|
|
85245
85245
|
return new Observable(function(observer) {
|
|
85246
85246
|
observer.error(errorValue);
|
|
85247
85247
|
});
|
|
85248
85248
|
}
|
|
85249
85249
|
|
|
85250
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/throwServerError.js
|
|
85250
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/throwServerError.js
|
|
85251
85251
|
var throwServerError = function(response, result2, message) {
|
|
85252
85252
|
var error2 = new Error(message);
|
|
85253
85253
|
error2.name = "ServerError";
|
|
@@ -85257,7 +85257,7 @@ spurious results.`);
|
|
|
85257
85257
|
throw error2;
|
|
85258
85258
|
};
|
|
85259
85259
|
|
|
85260
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/validateOperation.js
|
|
85260
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/validateOperation.js
|
|
85261
85261
|
function validateOperation(operation) {
|
|
85262
85262
|
var OPERATION_FIELDS = [
|
|
85263
85263
|
"query",
|
|
@@ -85275,7 +85275,7 @@ spurious results.`);
|
|
|
85275
85275
|
return operation;
|
|
85276
85276
|
}
|
|
85277
85277
|
|
|
85278
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/createOperation.js
|
|
85278
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/createOperation.js
|
|
85279
85279
|
function createOperation(starting, operation) {
|
|
85280
85280
|
var context = __assign({}, starting);
|
|
85281
85281
|
var setContext = function(next) {
|
|
@@ -85299,7 +85299,7 @@ spurious results.`);
|
|
|
85299
85299
|
return operation;
|
|
85300
85300
|
}
|
|
85301
85301
|
|
|
85302
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/transformOperation.js
|
|
85302
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/transformOperation.js
|
|
85303
85303
|
function transformOperation(operation) {
|
|
85304
85304
|
var transformedOperation = {
|
|
85305
85305
|
variables: operation.variables || {},
|
|
@@ -85313,7 +85313,7 @@ spurious results.`);
|
|
|
85313
85313
|
return transformedOperation;
|
|
85314
85314
|
}
|
|
85315
85315
|
|
|
85316
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/utils/filterOperationVariables.js
|
|
85316
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/utils/filterOperationVariables.js
|
|
85317
85317
|
function filterOperationVariables(variables, query) {
|
|
85318
85318
|
var result2 = __assign({}, variables);
|
|
85319
85319
|
var unusedNames = new Set(Object.keys(variables));
|
|
@@ -85330,7 +85330,7 @@ spurious results.`);
|
|
|
85330
85330
|
return result2;
|
|
85331
85331
|
}
|
|
85332
85332
|
|
|
85333
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/core/ApolloLink.js
|
|
85333
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/core/ApolloLink.js
|
|
85334
85334
|
function passthrough(op, forward) {
|
|
85335
85335
|
return forward ? forward(op) : Observable.of();
|
|
85336
85336
|
}
|
|
@@ -85424,10 +85424,10 @@ spurious results.`);
|
|
|
85424
85424
|
})()
|
|
85425
85425
|
);
|
|
85426
85426
|
|
|
85427
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/core/execute.js
|
|
85427
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/core/execute.js
|
|
85428
85428
|
var execute = ApolloLink.execute;
|
|
85429
85429
|
|
|
85430
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/iterators/async.js
|
|
85430
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/async.js
|
|
85431
85431
|
function asyncIterator(source) {
|
|
85432
85432
|
var _a22;
|
|
85433
85433
|
var iterator2 = source[Symbol.asyncIterator]();
|
|
@@ -85440,7 +85440,7 @@ spurious results.`);
|
|
|
85440
85440
|
}, _a22;
|
|
85441
85441
|
}
|
|
85442
85442
|
|
|
85443
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/iterators/nodeStream.js
|
|
85443
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/nodeStream.js
|
|
85444
85444
|
function nodeStreamIterator(stream) {
|
|
85445
85445
|
var cleanup = null;
|
|
85446
85446
|
var error2 = null;
|
|
@@ -85511,7 +85511,7 @@ spurious results.`);
|
|
|
85511
85511
|
return iterator2;
|
|
85512
85512
|
}
|
|
85513
85513
|
|
|
85514
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/iterators/promise.js
|
|
85514
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/promise.js
|
|
85515
85515
|
function promiseIterator(promise) {
|
|
85516
85516
|
var resolved = false;
|
|
85517
85517
|
var iterator2 = {
|
|
@@ -85537,7 +85537,7 @@ spurious results.`);
|
|
|
85537
85537
|
return iterator2;
|
|
85538
85538
|
}
|
|
85539
85539
|
|
|
85540
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/iterators/reader.js
|
|
85540
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/iterators/reader.js
|
|
85541
85541
|
function readerIterator(reader) {
|
|
85542
85542
|
var iterator2 = {
|
|
85543
85543
|
next: function() {
|
|
@@ -85552,7 +85552,7 @@ spurious results.`);
|
|
|
85552
85552
|
return iterator2;
|
|
85553
85553
|
}
|
|
85554
85554
|
|
|
85555
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/responseIterator.js
|
|
85555
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/responseIterator.js
|
|
85556
85556
|
function isNodeResponse(value) {
|
|
85557
85557
|
return !!value.body;
|
|
85558
85558
|
}
|
|
@@ -85589,7 +85589,7 @@ spurious results.`);
|
|
|
85589
85589
|
throw new Error("Unknown body type for responseIterator. Please pass a streamable response.");
|
|
85590
85590
|
}
|
|
85591
85591
|
|
|
85592
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/errors/index.js
|
|
85592
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/errors/index.js
|
|
85593
85593
|
var PROTOCOL_ERRORS_SYMBOL = Symbol();
|
|
85594
85594
|
function graphQLResultHasProtocolErrors(result2) {
|
|
85595
85595
|
if (result2.extensions) {
|
|
@@ -85634,7 +85634,7 @@ spurious results.`);
|
|
|
85634
85634
|
})(Error)
|
|
85635
85635
|
);
|
|
85636
85636
|
|
|
85637
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js
|
|
85637
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/parseAndCheckHttpResponse.js
|
|
85638
85638
|
var hasOwnProperty5 = Object.prototype.hasOwnProperty;
|
|
85639
85639
|
function readMultipartBody(response, nextValue) {
|
|
85640
85640
|
return __awaiter(this, void 0, void 0, function() {
|
|
@@ -85778,7 +85778,7 @@ spurious results.`);
|
|
|
85778
85778
|
};
|
|
85779
85779
|
}
|
|
85780
85780
|
|
|
85781
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/serializeFetchParameter.js
|
|
85781
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/serializeFetchParameter.js
|
|
85782
85782
|
var serializeFetchParameter = function(p, label) {
|
|
85783
85783
|
var serialized;
|
|
85784
85784
|
try {
|
|
@@ -85791,7 +85791,7 @@ spurious results.`);
|
|
|
85791
85791
|
return serialized;
|
|
85792
85792
|
};
|
|
85793
85793
|
|
|
85794
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js
|
|
85794
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/selectHttpOptionsAndBody.js
|
|
85795
85795
|
var defaultHttpOptions = {
|
|
85796
85796
|
includeQuery: true,
|
|
85797
85797
|
includeExtensions: false,
|
|
@@ -85875,14 +85875,14 @@ spurious results.`);
|
|
|
85875
85875
|
return normalizedHeaders;
|
|
85876
85876
|
}
|
|
85877
85877
|
|
|
85878
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/checkFetcher.js
|
|
85878
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/checkFetcher.js
|
|
85879
85879
|
var checkFetcher = function(fetcher) {
|
|
85880
85880
|
if (!fetcher && typeof fetch === "undefined") {
|
|
85881
85881
|
throw newInvariantError(38);
|
|
85882
85882
|
}
|
|
85883
85883
|
};
|
|
85884
85884
|
|
|
85885
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/selectURI.js
|
|
85885
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/selectURI.js
|
|
85886
85886
|
var selectURI = function(operation, fallbackURI) {
|
|
85887
85887
|
var context = operation.getContext();
|
|
85888
85888
|
var contextURI = context.uri;
|
|
@@ -85895,7 +85895,7 @@ spurious results.`);
|
|
|
85895
85895
|
}
|
|
85896
85896
|
};
|
|
85897
85897
|
|
|
85898
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/rewriteURIForGET.js
|
|
85898
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/rewriteURIForGET.js
|
|
85899
85899
|
function rewriteURIForGET(chosenURI, body) {
|
|
85900
85900
|
var queryParams = [];
|
|
85901
85901
|
var addQueryParam = function(key, value) {
|
|
@@ -85936,7 +85936,7 @@ spurious results.`);
|
|
|
85936
85936
|
return { newURI };
|
|
85937
85937
|
}
|
|
85938
85938
|
|
|
85939
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/createHttpLink.js
|
|
85939
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/createHttpLink.js
|
|
85940
85940
|
var backupFetch = maybe(function() {
|
|
85941
85941
|
return fetch;
|
|
85942
85942
|
});
|
|
@@ -86056,7 +86056,7 @@ spurious results.`);
|
|
|
86056
86056
|
});
|
|
86057
86057
|
};
|
|
86058
86058
|
|
|
86059
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/link/http/HttpLink.js
|
|
86059
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/link/http/HttpLink.js
|
|
86060
86060
|
var HttpLink = (
|
|
86061
86061
|
/** @class */
|
|
86062
86062
|
(function(_super) {
|
|
@@ -86209,7 +86209,7 @@ spurious results.`);
|
|
|
86209
86209
|
return false;
|
|
86210
86210
|
}
|
|
86211
86211
|
|
|
86212
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/equalByQuery.js
|
|
86212
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/equalByQuery.js
|
|
86213
86213
|
function equalByQuery(query, _a22, _b, variables) {
|
|
86214
86214
|
var aData = _a22.data, aRest = __rest(_a22, ["data"]);
|
|
86215
86215
|
var bData = _b.data, bRest = __rest(_b, ["data"]);
|
|
@@ -86282,7 +86282,7 @@ spurious results.`);
|
|
|
86282
86282
|
return dir.name.value === "nonreactive";
|
|
86283
86283
|
}
|
|
86284
86284
|
|
|
86285
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/core/cache.js
|
|
86285
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/core/cache.js
|
|
86286
86286
|
var ApolloCache = (
|
|
86287
86287
|
/** @class */
|
|
86288
86288
|
(function() {
|
|
@@ -86414,7 +86414,7 @@ spurious results.`);
|
|
|
86414
86414
|
ApolloCache.prototype.getMemoryInternals = getApolloCacheMemoryInternals;
|
|
86415
86415
|
}
|
|
86416
86416
|
|
|
86417
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/core/types/common.js
|
|
86417
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/core/types/common.js
|
|
86418
86418
|
var MissingFieldError = (
|
|
86419
86419
|
/** @class */
|
|
86420
86420
|
(function(_super) {
|
|
@@ -86441,7 +86441,7 @@ spurious results.`);
|
|
|
86441
86441
|
})(Error)
|
|
86442
86442
|
);
|
|
86443
86443
|
|
|
86444
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/helpers.js
|
|
86444
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/helpers.js
|
|
86445
86445
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
86446
86446
|
function isNullish(value) {
|
|
86447
86447
|
return value === null || value === void 0;
|
|
@@ -86517,7 +86517,7 @@ spurious results.`);
|
|
|
86517
86517
|
};
|
|
86518
86518
|
}
|
|
86519
86519
|
|
|
86520
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/entityStore.js
|
|
86520
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/entityStore.js
|
|
86521
86521
|
var DELETE = /* @__PURE__ */ Object.create(null);
|
|
86522
86522
|
var delModifier = function() {
|
|
86523
86523
|
return DELETE;
|
|
@@ -87034,7 +87034,7 @@ spurious results.`);
|
|
|
87034
87034
|
return !!(store instanceof EntityStore && store.group.caching);
|
|
87035
87035
|
}
|
|
87036
87036
|
|
|
87037
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/object-canon.js
|
|
87037
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/object-canon.js
|
|
87038
87038
|
function shallowCopy(value) {
|
|
87039
87039
|
if (isNonNullObject(value)) {
|
|
87040
87040
|
return isArray2(value) ? value.slice(0) : __assign({ __proto__: Object.getPrototypeOf(value) }, value);
|
|
@@ -87128,7 +87128,7 @@ spurious results.`);
|
|
|
87128
87128
|
})()
|
|
87129
87129
|
);
|
|
87130
87130
|
|
|
87131
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/readFromStore.js
|
|
87131
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/readFromStore.js
|
|
87132
87132
|
function execSelectionSetKeyArgs(options) {
|
|
87133
87133
|
return [
|
|
87134
87134
|
options.selectionSet,
|
|
@@ -87397,7 +87397,7 @@ spurious results.`);
|
|
|
87397
87397
|
}
|
|
87398
87398
|
}
|
|
87399
87399
|
|
|
87400
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/reactiveVars.js
|
|
87400
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/reactiveVars.js
|
|
87401
87401
|
var cacheSlot = new Slot();
|
|
87402
87402
|
var cacheInfoMap = /* @__PURE__ */ new WeakMap();
|
|
87403
87403
|
function getCacheInfo(cache) {
|
|
@@ -87468,7 +87468,7 @@ spurious results.`);
|
|
|
87468
87468
|
}
|
|
87469
87469
|
}
|
|
87470
87470
|
|
|
87471
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/key-extractor.js
|
|
87471
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/key-extractor.js
|
|
87472
87472
|
var specifierInfoCache = /* @__PURE__ */ Object.create(null);
|
|
87473
87473
|
function lookupSpecifierInfo(spec) {
|
|
87474
87474
|
var cacheKey = JSON.stringify(spec);
|
|
@@ -87601,7 +87601,7 @@ spurious results.`);
|
|
|
87601
87601
|
return value;
|
|
87602
87602
|
}
|
|
87603
87603
|
|
|
87604
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/policies.js
|
|
87604
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/policies.js
|
|
87605
87605
|
function argsFromFieldSpecifier(spec) {
|
|
87606
87606
|
return spec.args !== void 0 ? spec.args : spec.field ? argumentsObjectFromField(spec.field, spec.variables) : null;
|
|
87607
87607
|
}
|
|
@@ -88036,7 +88036,7 @@ spurious results.`);
|
|
|
88036
88036
|
};
|
|
88037
88037
|
}
|
|
88038
88038
|
|
|
88039
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/writeToStore.js
|
|
88039
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/writeToStore.js
|
|
88040
88040
|
function getContextFlavor(context, clientOnly, deferred) {
|
|
88041
88041
|
var key = "".concat(clientOnly).concat(deferred);
|
|
88042
88042
|
var flavored = context.flavors.get(key);
|
|
@@ -88441,7 +88441,7 @@ spurious results.`);
|
|
|
88441
88441
|
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));
|
|
88442
88442
|
}
|
|
88443
88443
|
|
|
88444
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/cache/inmemory/inMemoryCache.js
|
|
88444
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/cache/inmemory/inMemoryCache.js
|
|
88445
88445
|
var InMemoryCache = (
|
|
88446
88446
|
/** @class */
|
|
88447
88447
|
(function(_super) {
|
|
@@ -88750,7 +88750,7 @@ spurious results.`);
|
|
|
88750
88750
|
InMemoryCache.prototype.getMemoryInternals = getInMemoryCacheMemoryInternals;
|
|
88751
88751
|
}
|
|
88752
88752
|
|
|
88753
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/networkStatus.js
|
|
88753
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/networkStatus.js
|
|
88754
88754
|
var NetworkStatus;
|
|
88755
88755
|
(function(NetworkStatus2) {
|
|
88756
88756
|
NetworkStatus2[NetworkStatus2["loading"] = 1] = "loading";
|
|
@@ -88765,7 +88765,7 @@ spurious results.`);
|
|
|
88765
88765
|
return networkStatus ? networkStatus < 7 : false;
|
|
88766
88766
|
}
|
|
88767
88767
|
|
|
88768
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/ObservableQuery.js
|
|
88768
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/ObservableQuery.js
|
|
88769
88769
|
var assign2 = Object.assign;
|
|
88770
88770
|
var hasOwnProperty7 = Object.hasOwnProperty;
|
|
88771
88771
|
var ObservableQuery = (
|
|
@@ -89373,7 +89373,7 @@ spurious results.`);
|
|
|
89373
89373
|
return fetchPolicy === "network-only" || fetchPolicy === "no-cache" || fetchPolicy === "standby";
|
|
89374
89374
|
}
|
|
89375
89375
|
|
|
89376
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/QueryInfo.js
|
|
89376
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/QueryInfo.js
|
|
89377
89377
|
var destructiveMethodCounts = new (canUseWeakMap ? WeakMap : Map)();
|
|
89378
89378
|
function wrapDestructiveCacheMethod(cache, methodName) {
|
|
89379
89379
|
var original = cache[methodName];
|
|
@@ -89665,7 +89665,7 @@ spurious results.`);
|
|
|
89665
89665
|
return writeWithErrors;
|
|
89666
89666
|
}
|
|
89667
89667
|
|
|
89668
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/QueryManager.js
|
|
89668
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/QueryManager.js
|
|
89669
89669
|
var hasOwnProperty8 = Object.prototype.hasOwnProperty;
|
|
89670
89670
|
var IGNORE = /* @__PURE__ */ Object.create(null);
|
|
89671
89671
|
var QueryManager = (
|
|
@@ -90651,7 +90651,7 @@ spurious results.`);
|
|
|
90651
90651
|
})()
|
|
90652
90652
|
);
|
|
90653
90653
|
|
|
90654
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/LocalState.js
|
|
90654
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/LocalState.js
|
|
90655
90655
|
var LocalState = (
|
|
90656
90656
|
/** @class */
|
|
90657
90657
|
(function() {
|
|
@@ -91001,7 +91001,7 @@ spurious results.`);
|
|
|
91001
91001
|
})()
|
|
91002
91002
|
);
|
|
91003
91003
|
|
|
91004
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/ApolloClient.js
|
|
91004
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/ApolloClient.js
|
|
91005
91005
|
var hasSuggestedDevtools = false;
|
|
91006
91006
|
var ApolloClient = (
|
|
91007
91007
|
/** @class */
|
|
@@ -91403,7 +91403,7 @@ spurious results.`);
|
|
|
91403
91403
|
})(gql || (gql = {}));
|
|
91404
91404
|
gql["default"] = gql;
|
|
91405
91405
|
|
|
91406
|
-
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0/node_modules/@apollo/client/core/index.js
|
|
91406
|
+
// node_modules/.pnpm/@apollo+client@3.11.8_@types+react@19.1.11_graphql@16.9.0_react@19.1.0/node_modules/@apollo/client/core/index.js
|
|
91407
91407
|
setVerbosity(globalThis.__DEV__ !== false ? "log" : "silent");
|
|
91408
91408
|
|
|
91409
91409
|
// src/modules/apollo-client-config.ts
|
|
@@ -130721,6 +130721,142 @@ spurious results.`);
|
|
|
130721
130721
|
}
|
|
130722
130722
|
return budget;
|
|
130723
130723
|
}
|
|
130724
|
+
function assertRouteSanityAndAdjust(route, availableAmount) {
|
|
130725
|
+
if (!route.amount) {
|
|
130726
|
+
throw new Error(`Invalid route given to assertRouteSanityAndAdjust: ${JSON.stringify(route)}`);
|
|
130727
|
+
}
|
|
130728
|
+
const routeAmount = route.amount.toNumber();
|
|
130729
|
+
if (routeAmount <= availableAmount) {
|
|
130730
|
+
return route;
|
|
130731
|
+
}
|
|
130732
|
+
if (routeAmount - availableAmount <= CASE_THRESHOLD_USD) {
|
|
130733
|
+
return { ...route, amount: new Web3Number(availableAmount, route.amount.decimals) };
|
|
130734
|
+
}
|
|
130735
|
+
throw new Error(`Route amount ${routeAmount} exceeds available amount ${availableAmount}, Route name: ${route.type}`);
|
|
130736
|
+
}
|
|
130737
|
+
function assertVesuMultiplyRouteSanityAndAdjust(route, availableAmount, state, isIncrease) {
|
|
130738
|
+
const btcPrice = state.vesuPoolState.collateralPrice;
|
|
130739
|
+
const totalCollateralAmount = isIncrease ? route.marginAmount.plus(route.swappedCollateralAmount).plus(state.vesuPoolState.collateralAmount) : state.vesuPoolState.collateralAmount.minus(route.marginAmount.plus(route.swappedCollateralAmount));
|
|
130740
|
+
const totalDebtAmount = isIncrease ? route.debtAmount.plus(state.vesuPoolState.debtAmount) : state.vesuPoolState.debtAmount.minus(route.debtAmount);
|
|
130741
|
+
const newHF = HealthFactorMath.getHealthFactor(
|
|
130742
|
+
totalCollateralAmount,
|
|
130743
|
+
btcPrice,
|
|
130744
|
+
VesuConfig.maxLtv,
|
|
130745
|
+
totalDebtAmount,
|
|
130746
|
+
state.vesuPoolState.debtPrice
|
|
130747
|
+
);
|
|
130748
|
+
const idealHF = VesuConfig.maxLtv / VesuConfig.targetLtv - 0.05;
|
|
130749
|
+
assert3(newHF >= idealHF, `SolveBudget::applyRoutesAndVerifyLtvState newHF=${newHF} < idealHF=${idealHF}`);
|
|
130750
|
+
}
|
|
130751
|
+
function applyRoutesAndVerifyLtvState(state, routes) {
|
|
130752
|
+
const btcPrice = state.vesuPoolState.collateralPrice;
|
|
130753
|
+
const adjustedRouters = [...routes];
|
|
130754
|
+
let index = 0;
|
|
130755
|
+
for (const r of routes) {
|
|
130756
|
+
switch (r.type) {
|
|
130757
|
+
case "WALLET_TO_VA" /* WALLET_TO_VA */: {
|
|
130758
|
+
const adjustedRoute = assertRouteSanityAndAdjust(r, state.walletUsd);
|
|
130759
|
+
const amt = adjustedRoute.amount.toNumber();
|
|
130760
|
+
state.spendWallet(amt);
|
|
130761
|
+
state.addToVA(amt);
|
|
130762
|
+
break;
|
|
130763
|
+
}
|
|
130764
|
+
case "VESU_REPAY" /* VESU_REPAY */: {
|
|
130765
|
+
const adjustedRoute = assertRouteSanityAndAdjust(r, state.vaRawUsd);
|
|
130766
|
+
const amt = Math.abs(adjustedRoute.amount.toNumber());
|
|
130767
|
+
state.repayVesuBorrowCapacity(amt);
|
|
130768
|
+
state.spendVA(amt);
|
|
130769
|
+
break;
|
|
130770
|
+
}
|
|
130771
|
+
case "EXTENDED_TO_WALLET" /* EXTENDED_TO_WALLET */: {
|
|
130772
|
+
const adjustedRoute = assertRouteSanityAndAdjust(r, state.extAvailWithdraw);
|
|
130773
|
+
const amt = adjustedRoute.amount.toNumber();
|
|
130774
|
+
state.addToWallet(amt);
|
|
130775
|
+
state.spendExtAvailTrade(amt);
|
|
130776
|
+
break;
|
|
130777
|
+
}
|
|
130778
|
+
case "REALISE_PNL" /* REALISE_PNL */: {
|
|
130779
|
+
const amt = r.amount.toNumber();
|
|
130780
|
+
state.spendExtAvailUpnl(amt);
|
|
130781
|
+
state.addToExtAvailTrade(amt);
|
|
130782
|
+
break;
|
|
130783
|
+
}
|
|
130784
|
+
case "VA_TO_EXTENDED" /* VA_TO_EXTENDED */: {
|
|
130785
|
+
const adjustedRoute = assertRouteSanityAndAdjust(r, state.vaRawUsd);
|
|
130786
|
+
const amt = adjustedRoute.amount.toNumber();
|
|
130787
|
+
state.spendVA(amt);
|
|
130788
|
+
state.addToExtAvailTrade(amt);
|
|
130789
|
+
break;
|
|
130790
|
+
}
|
|
130791
|
+
case "WALLET_TO_EXTENDED" /* WALLET_TO_EXTENDED */: {
|
|
130792
|
+
const adjustedRoute = assertRouteSanityAndAdjust(r, state.walletUsd);
|
|
130793
|
+
const amt = adjustedRoute.amount.toNumber();
|
|
130794
|
+
state.spendWallet(amt);
|
|
130795
|
+
state.addToExtAvailTrade(amt);
|
|
130796
|
+
break;
|
|
130797
|
+
}
|
|
130798
|
+
case "VESU_BORROW" /* VESU_BORROW */: {
|
|
130799
|
+
const borrowedAmount = r.amount.toNumber();
|
|
130800
|
+
const currentCollateralAmount = state.vesuPoolState.collateralAmount.toNumber();
|
|
130801
|
+
const currentDebtAmount = state.vesuPoolState.debtAmount.toNumber();
|
|
130802
|
+
const maxDebtAmount = HealthFactorMath.getMaxDebtAmount(
|
|
130803
|
+
new Web3Number(currentCollateralAmount, state.vesuPoolState.collateralToken.decimals),
|
|
130804
|
+
state.vesuPoolState.collateralPrice,
|
|
130805
|
+
VesuConfig.maxLtv,
|
|
130806
|
+
VesuConfig.maxLtv / VesuConfig.targetLtv - 0.05,
|
|
130807
|
+
// e.g. if ideal HF is 1.4, upto 1.35 is ok.
|
|
130808
|
+
state.vesuPoolState.debtPrice,
|
|
130809
|
+
state.vesuPoolState.debtToken
|
|
130810
|
+
);
|
|
130811
|
+
const availableDebtAmount = maxDebtAmount.minus(new Web3Number(currentDebtAmount, state.vesuPoolState.debtToken.decimals));
|
|
130812
|
+
if (!availableDebtAmount.plus(CASE_THRESHOLD_USD).greaterThan(borrowedAmount)) {
|
|
130813
|
+
throw new Error(`SolveBudget::applyRoutesAndVerifyLtvState availableDebtAmount=${availableDebtAmount.toNumber()} < borrowedAmount=${borrowedAmount}`);
|
|
130814
|
+
}
|
|
130815
|
+
state.spendVesuBorrowCapacity(borrowedAmount);
|
|
130816
|
+
state.addToVA(borrowedAmount);
|
|
130817
|
+
break;
|
|
130818
|
+
}
|
|
130819
|
+
case "VESU_MULTIPLY_INCREASE_LEVER" /* VESU_MULTIPLY_INCREASE_LEVER */: {
|
|
130820
|
+
const mr = r;
|
|
130821
|
+
assertVesuMultiplyRouteSanityAndAdjust(mr, state.vaRawUsd, state, true);
|
|
130822
|
+
state.applyVesuDelta(
|
|
130823
|
+
mr.poolId,
|
|
130824
|
+
mr.collateralToken,
|
|
130825
|
+
mr.debtToken,
|
|
130826
|
+
mr.marginAmount.plus(mr.swappedCollateralAmount),
|
|
130827
|
+
mr.debtAmount
|
|
130828
|
+
);
|
|
130829
|
+
state.spendVA(mr.marginAmount.toNumber() * btcPrice);
|
|
130830
|
+
break;
|
|
130831
|
+
}
|
|
130832
|
+
case "VESU_MULTIPLY_DECREASE_LEVER" /* VESU_MULTIPLY_DECREASE_LEVER */: {
|
|
130833
|
+
const mr = r;
|
|
130834
|
+
assertVesuMultiplyRouteSanityAndAdjust(mr, state.vaRawUsd, state, false);
|
|
130835
|
+
state.applyVesuDelta(
|
|
130836
|
+
mr.poolId,
|
|
130837
|
+
mr.collateralToken,
|
|
130838
|
+
mr.debtToken,
|
|
130839
|
+
new Web3Number(mr.marginAmount.negated().minus(mr.swappedCollateralAmount).toFixed(8), mr.marginAmount.decimals),
|
|
130840
|
+
mr.debtAmount
|
|
130841
|
+
);
|
|
130842
|
+
const marginBtc = mr.marginAmount.toNumber();
|
|
130843
|
+
if (marginBtc > 10 ** -COLLATERAL_PRECISION) {
|
|
130844
|
+
state.addToVA(marginBtc * btcPrice);
|
|
130845
|
+
}
|
|
130846
|
+
break;
|
|
130847
|
+
}
|
|
130848
|
+
case "EXTENDED_DECREASE_LEVER" /* EXTENDED_DECREASE_LEVER */:
|
|
130849
|
+
case "EXTENDED_INCREASE_LEVER" /* EXTENDED_INCREASE_LEVER */: {
|
|
130850
|
+
const er = r;
|
|
130851
|
+
state.applyExtendedExposureDelta(er.instrument, er.amount, btcPrice);
|
|
130852
|
+
break;
|
|
130853
|
+
}
|
|
130854
|
+
case "RETURN_TO_WAIT" /* RETURN_TO_WAIT */:
|
|
130855
|
+
break;
|
|
130856
|
+
}
|
|
130857
|
+
index++;
|
|
130858
|
+
}
|
|
130859
|
+
}
|
|
130724
130860
|
var ExtendedSVKVesuStateManager = class {
|
|
130725
130861
|
constructor(config3) {
|
|
130726
130862
|
this._tag = "ExtendedSVKVesuStateManager";
|
|
@@ -130739,13 +130875,19 @@ spurious results.`);
|
|
|
130739
130875
|
* Pass 0 (default) for normal investment / rebalancing cycles.
|
|
130740
130876
|
*/
|
|
130741
130877
|
async solve(withdrawAmount = new Web3Number(0, USDC_TOKEN_DECIMALS)) {
|
|
130742
|
-
await this._refresh();
|
|
130878
|
+
const gaurdrailBudget = await this._refresh();
|
|
130743
130879
|
if (Math.abs(this._budget.extPendingDeposit) > 0) {
|
|
130744
130880
|
logger2.warn(`${this._tag}::solve extPendingDeposit=${this._budget.extPendingDeposit}`);
|
|
130745
130881
|
return null;
|
|
130746
130882
|
}
|
|
130747
130883
|
this._validateRefreshedState();
|
|
130748
130884
|
const cases = this._classifyCases(withdrawAmount);
|
|
130885
|
+
for (const c of cases) {
|
|
130886
|
+
applyRoutesAndVerifyLtvState(gaurdrailBudget, c.routes);
|
|
130887
|
+
}
|
|
130888
|
+
const extendedPositionSize = gaurdrailBudget.extendedPositionsView[0].size.toNumber();
|
|
130889
|
+
const vesuPositionSize = gaurdrailBudget.vesuPoolState.collateralAmount.toNumber();
|
|
130890
|
+
assert3(Math.abs(extendedPositionSize - vesuPositionSize) <= 1e-5, "extended positions size mismatch");
|
|
130749
130891
|
const result2 = {
|
|
130750
130892
|
cases,
|
|
130751
130893
|
// ignore these fields for now. only cases are relevant.
|
|
@@ -130793,7 +130935,7 @@ spurious results.`);
|
|
|
130793
130935
|
vaultUsdcBalance,
|
|
130794
130936
|
walletBalance
|
|
130795
130937
|
);
|
|
130796
|
-
|
|
130938
|
+
const data = {
|
|
130797
130939
|
assetToken: this._config.assetToken,
|
|
130798
130940
|
usdcToken: this._config.usdcToken,
|
|
130799
130941
|
unusedBalance,
|
|
@@ -130810,7 +130952,9 @@ spurious results.`);
|
|
|
130810
130952
|
pendingDeposit: extendedBalance?.pendingDeposit || new Web3Number(0, USDC_TOKEN_DECIMALS)
|
|
130811
130953
|
},
|
|
130812
130954
|
vesuPoolStates
|
|
130813
|
-
}
|
|
130955
|
+
};
|
|
130956
|
+
this._budget = createSolveBudgetFromRawState(data);
|
|
130957
|
+
const gaurdrailBudget = createSolveBudgetFromRawState({ ...data });
|
|
130814
130958
|
this._budget.logStateSummary();
|
|
130815
130959
|
const totalUnusedUsd = unusedBalance.reduce(
|
|
130816
130960
|
(acc, b2) => acc + b2.usdValue,
|
|
@@ -130819,6 +130963,7 @@ spurious results.`);
|
|
|
130819
130963
|
logger2.info(
|
|
130820
130964
|
`${this._tag}::_refresh completed \u2014 unusedBalances: ${unusedBalance.length} tokens [${unusedBalance.map((b2) => `${b2.token.symbol}=$${b2.usdValue.toFixed(2)}`).join(", ")}], totalUnusedUsd: ${totalUnusedUsd.toFixed(2)}, extendedPositions: ${extendedPositions.length} [${extendedPositions.map((p) => `${p.instrument}=${p.size.toFixed(6)} ${p.side}, ${p.valueUsd.toFixed(6)} ${p.instrument}`).join(", ")}], vesuPools: ${vesuPoolStates.length} [${vesuPoolStates.map((p) => `${p.poolId.shortString()}=${p.debtAmount.toFixed(6)} ${p.debtToken.symbol}, ${p.collateralAmount.toFixed(6)} ${p.collateralToken.symbol}`).join(", ")}], availableForTrade: ${extendedBalance?.availableForTrade.toNumber()} - availableForWithdrawal: ${extendedBalance?.availableForWithdrawal.toNumber()} - unrealisedPnl: ${extendedBalance?.unrealisedPnl.toNumber()} - extendedBalance::balance: ${extendedBalance?.balance.toNumber()} - extendedBalance::pendingDeposit: ${extendedBalance?.pendingDeposit.toNumber()} - extendedBalance::equity: ${extendedBalance?.equity.toNumber()}`
|
|
130821
130965
|
);
|
|
130966
|
+
return gaurdrailBudget;
|
|
130822
130967
|
}
|
|
130823
130968
|
// todo add communication check with python server of extended. if not working, throw error in solve function.
|
|
130824
130969
|
/** True when strategy asset and USDC share one token — VA idle balance is tracked as USDC, not as asset. */
|
|
@@ -134576,7 +134721,7 @@ spurious results.`);
|
|
|
134576
134721
|
);
|
|
134577
134722
|
allPositions.push({
|
|
134578
134723
|
tokenInfo: this.usdcToken,
|
|
134579
|
-
amount: new Web3Number(extendedPosition
|
|
134724
|
+
amount: new Web3Number(extendedPosition?.size || 0, 0),
|
|
134580
134725
|
usdValue: Number(extendedEquity),
|
|
134581
134726
|
apy: { apy: extendedApy, type: "base" /* BASE */ },
|
|
134582
134727
|
remarks: "finalised" /* FINALISED */,
|