feat: add auth option in api methods (#10717)

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Denis-Adrian Cristea <didinele.dev@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2025-01-24 11:23:17 +00:00
committed by GitHub
parent 54d8750a2d
commit 670667d65b
16 changed files with 482 additions and 256 deletions

View File

@@ -295,7 +295,7 @@ export interface RequestData {
*
* @defaultValue `true`
*/
auth?: AuthData | boolean;
auth?: AuthData | boolean | undefined;
/**
* The body to send to this request.
* If providing as BodyInit, set `passThroughBody: true`