diff --git a/types/index.d.ts b/types/index.d.ts index d544c50c..5ce8e272 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -513,7 +513,7 @@ export class Client { options?: { headers?: object; body?: string | Buffer; - method?: "GET" | "POST" | "PUT" | "HEAD" | "DELETE" | "OPTIONS" | "TRACE"; + method?: "GET" | "POST" | "PUT" | "HEAD" | "DELETE" | "OPTIONS" | "TRACE" | "PATCH"; tokenType?: string; DPoP?: DPoPInput; }