Folksonomy open api regenerate #59
Annotations
4 errors
Build project:
src/folksonomy.ts#L142
Property 'scope' is missing in type '{ username: string; password: string; }' but required in type '{ grant_type?: string | null | undefined; username: string; password: string; scope: string; client_id?: string | null | undefined; client_secret?: string | null | undefined; }'.
|
Build project:
src/folksonomy.ts#L144
Type '(params: Record<string, string>) => URLSearchParams' is not assignable to type 'BodySerializer<{ parameters: { query?: undefined; header?: undefined; path?: undefined; cookie?: undefined; }; requestBody: { content: { "application/x-www-form-urlencoded": { grant_type?: string | null | undefined; ... 4 more ...; client_secret?: string | ... 1 more ... | undefined; }; }; }; responses: { ...; }; }>'.
|
Build project:
src/folksonomy.ts#L160
Type '{ detail?: { loc: (string | number)[]; msg: string; type: string; }[] | undefined; }' is not assignable to type 'ApiError'.
|
Build project
Process completed with exit code 2.
|
Loading