Updated the `Token` schema to include `user` data and `expires_in` field. Adjusted backend `auth_service.py` to populate these fields while generating tokens. Replaced `getCurrentUserInfo` with `getCurrentUserProfile` in the frontend and disabled ESLint for generated files to suppress warnings.
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
/* eslint-disable */
|
|
|
|
export type * from './types.gen';
|
|
export * from './sdk.gen';
|