@juspay/neurolink 10.4.3 → 10.4.4

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.
@@ -238,6 +238,7 @@ declare function shouldAttemptClaudeFallback(loopState: AnthropicLoopState): boo
238
238
  * @returns RouteGroup with Claude-compatible endpoints.
239
239
  */
240
240
  export declare function createClaudeProxyRoutes(modelRouter?: ModelRouterInterface, basePath?: string, accountStrategy?: "round-robin" | "fill-first", passthroughMode?: boolean, primaryAccountKey?: string, accountAllowlistOrRuntimeOptions?: AccountAllowlist | ClaudeProxyRouteRuntimeOptions): RouteGroup;
241
+ declare function reconcileEligibleAccountRuntimeState(account: ProxyPassthroughAccount): void;
241
242
  export declare function getTransientSameAccountRetryDelayMs(retryNumber: number): number;
242
243
  declare function describeTransportError(error: unknown): string;
243
244
  /**
@@ -269,6 +270,7 @@ export declare const __testHooks: {
269
270
  orderAccountsByQuota: typeof orderAccountsByQuota;
270
271
  resetEpochToMs: typeof resetEpochToMs;
271
272
  seedRuntimeQuotasFromDisk: typeof seedRuntimeQuotasFromDisk;
273
+ reconcileEligibleAccountRuntimeState: typeof reconcileEligibleAccountRuntimeState;
272
274
  getAccountRuntimeState: (key: string) => RuntimeAccountState | undefined;
273
275
  setPrimaryAccountIndex: (index: number) => void;
274
276
  getPrimaryAccountIndex: () => number;