mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
release v0.0.10: refresh changelog and dist
This commit is contained in:
3
dist/usage-api.d.ts
vendored
3
dist/usage-api.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
import * as https from 'https';
|
||||
import type { UsageData } from './types.js';
|
||||
export type { UsageData } from './types.js';
|
||||
interface UsageApiResponse {
|
||||
@@ -54,9 +55,11 @@ export declare function resolveKeychainCredentials(serviceNames: string[], now:
|
||||
} | null;
|
||||
shouldBackoff: boolean;
|
||||
};
|
||||
export declare function getUsagePlanNameFallback(homeDir?: string): string | null;
|
||||
export declare function getUsageApiTimeoutMs(env?: NodeJS.ProcessEnv): number;
|
||||
export declare function isNoProxy(hostname: string, env?: NodeJS.ProcessEnv): boolean;
|
||||
export declare function getProxyUrl(hostname: string, env?: NodeJS.ProcessEnv): URL | null;
|
||||
export declare function getProxyTunnelRejectUnauthorized(rejectUnauthorized: https.RequestOptions['rejectUnauthorized'], env?: NodeJS.ProcessEnv): boolean;
|
||||
export declare function parseRetryAfterSeconds(raw: string | string[] | undefined, nowMs?: number): number | undefined;
|
||||
export declare function clearCache(homeDir?: string): void;
|
||||
//# sourceMappingURL=usage-api.d.ts.map
|
||||
Reference in New Issue
Block a user