@fractalwagmi/fractal-auth-api
Advanced tools
Comparing version 0.0.17 to 0.0.19
@@ -299,4 +299,4 @@ export interface FractalAuthApprovalApprovalResultRequest { | ||
getUi: (query?: { | ||
code?: string | undefined; | ||
} | undefined, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalApprovalUiResponse, GoogleRpcStatus>>; | ||
code?: string; | ||
}, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalApprovalUiResponse, GoogleRpcStatus>>; | ||
/** | ||
@@ -310,6 +310,6 @@ * No description | ||
getUrl: (query?: { | ||
clientId?: string | undefined; | ||
scope?: string[] | undefined; | ||
redirect?: string | undefined; | ||
} | undefined, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalGetUrlResponse, GoogleRpcStatus>>; | ||
clientId?: string; | ||
scope?: string[]; | ||
redirect?: string; | ||
}, params?: RequestParams) => Promise<HttpResponse<FractalAuthApprovalGetUrlResponse, GoogleRpcStatus>>; | ||
/** | ||
@@ -316,0 +316,0 @@ * No description |
{ | ||
"name": "@fractalwagmi/fractal-auth-api", | ||
"version": "0.0.17", | ||
"version": "0.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/auth-api.js", |
42196