mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-20 16:16:11 +00:00
chore(server): auto sort open api spec (#3500)
* chore: recursively sort api keys * chore: open api
This commit is contained in:
6
mobile/openapi/doc/LoginResponseDto.md
generated
6
mobile/openapi/doc/LoginResponseDto.md
generated
@@ -9,13 +9,13 @@ import 'package:openapi/api.dart';
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**accessToken** | **String** | | [readonly]
|
||||
**userId** | **String** | | [readonly]
|
||||
**userEmail** | **String** | | [readonly]
|
||||
**firstName** | **String** | | [readonly]
|
||||
**isAdmin** | **bool** | | [readonly]
|
||||
**lastName** | **String** | | [readonly]
|
||||
**profileImagePath** | **String** | | [readonly]
|
||||
**isAdmin** | **bool** | | [readonly]
|
||||
**shouldChangePassword** | **bool** | | [readonly]
|
||||
**userEmail** | **String** | | [readonly]
|
||||
**userId** | **String** | | [readonly]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user