mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
fix: mettre à jour le hash généré par Wrangler et supprimer les propriétés inutilisées
This commit is contained in:
9
worker-configuration.d.ts
vendored
9
worker-configuration.d.ts
vendored
@@ -1,10 +1,7 @@
|
|||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// Generated by Wrangler by running `wrangler types` (hash: 62d6edfcbe10d837218cb1a518a9ad0a)
|
// Generated by Wrangler by running `wrangler types` (hash: b230e84b72630c8509fa363326a6bb1d)
|
||||||
// Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat
|
// Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat
|
||||||
declare namespace Cloudflare {
|
declare namespace Cloudflare {
|
||||||
interface GlobalProps {
|
|
||||||
mainModule: typeof import("./.output/server/index");
|
|
||||||
}
|
|
||||||
interface Env {
|
interface Env {
|
||||||
CACHE: KVNamespace;
|
CACHE: KVNamespace;
|
||||||
NUXT_PUBLIC_I18N_BASE_URL: string;
|
NUXT_PUBLIC_I18N_BASE_URL: string;
|
||||||
@@ -8603,7 +8600,7 @@ type AIGatewayHeaders = {
|
|||||||
[key: string]: string | number | boolean | object;
|
[key: string]: string | number | boolean | object;
|
||||||
};
|
};
|
||||||
type AIGatewayUniversalRequest = {
|
type AIGatewayUniversalRequest = {
|
||||||
provider: AIGatewayProviders | string;
|
provider: AIGatewayProviders | string; // eslint-disable-line
|
||||||
endpoint: string;
|
endpoint: string;
|
||||||
headers: Partial<AIGatewayHeaders>;
|
headers: Partial<AIGatewayHeaders>;
|
||||||
query: unknown;
|
query: unknown;
|
||||||
@@ -8619,7 +8616,7 @@ declare abstract class AiGateway {
|
|||||||
gateway?: UniversalGatewayOptions;
|
gateway?: UniversalGatewayOptions;
|
||||||
extraHeaders?: object;
|
extraHeaders?: object;
|
||||||
}): Promise<Response>;
|
}): Promise<Response>;
|
||||||
getUrl(provider?: AIGatewayProviders | string): Promise<string>;
|
getUrl(provider?: AIGatewayProviders | string): Promise<string>; // eslint-disable-line
|
||||||
}
|
}
|
||||||
interface AutoRAGInternalError extends Error {
|
interface AutoRAGInternalError extends Error {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user