From 7262cc4850f61ced1edace473e571990a6159f4b Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 17 Dec 2025 13:53:28 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20mettre=20=C3=A0=20jour=20le=20hash=20g?= =?UTF-8?q?=C3=A9n=C3=A9r=C3=A9=20par=20Wrangler=20et=20supprimer=20les=20?= =?UTF-8?q?propri=C3=A9t=C3=A9s=20inutilis=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worker-configuration.d.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 68cff7a..285a026 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,10 +1,7 @@ /* 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 declare namespace Cloudflare { - interface GlobalProps { - mainModule: typeof import("./.output/server/index"); - } interface Env { CACHE: KVNamespace; NUXT_PUBLIC_I18N_BASE_URL: string; @@ -8603,7 +8600,7 @@ type AIGatewayHeaders = { [key: string]: string | number | boolean | object; }; type AIGatewayUniversalRequest = { - provider: AIGatewayProviders | string; + provider: AIGatewayProviders | string; // eslint-disable-line endpoint: string; headers: Partial; query: unknown; @@ -8619,7 +8616,7 @@ declare abstract class AiGateway { gateway?: UniversalGatewayOptions; extraHeaders?: object; }): Promise; - getUrl(provider?: AIGatewayProviders | string): Promise; + getUrl(provider?: AIGatewayProviders | string): Promise; // eslint-disable-line } interface AutoRAGInternalError extends Error { }