mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	* feat(server,web): add force delete to immediately remove user * update wording on force delete confirmation * fix force delete css * PR feedback * cleanup user service delete for force * adding user status column * some cleanup and tests * more test fixes * run npm run sql:generate * chore: cleanup and websocket * chore: linting * userRepository.restore * removed bad color class from delete-confirm-dialoge * additional confirmation for user force delete * shorten confirmation message --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
| # openapi.model.PartnerResponseDto
 | |
| 
 | |
| ## Load the model package
 | |
| ```dart
 | |
| import 'package:openapi/api.dart';
 | |
| ```
 | |
| 
 | |
| ## Properties
 | |
| Name | Type | Description | Notes
 | |
| ------------ | ------------- | ------------- | -------------
 | |
| **avatarColor** | [**UserAvatarColor**](UserAvatarColor.md) |  | 
 | |
| **createdAt** | [**DateTime**](DateTime.md) |  | 
 | |
| **deletedAt** | [**DateTime**](DateTime.md) |  | 
 | |
| **email** | **String** |  | 
 | |
| **id** | **String** |  | 
 | |
| **inTimeline** | **bool** |  | [optional] 
 | |
| **isAdmin** | **bool** |  | 
 | |
| **memoriesEnabled** | **bool** |  | [optional] 
 | |
| **name** | **String** |  | 
 | |
| **oauthId** | **String** |  | 
 | |
| **profileImagePath** | **String** |  | 
 | |
| **quotaSizeInBytes** | **int** |  | 
 | |
| **quotaUsageInBytes** | **int** |  | 
 | |
| **shouldChangePassword** | **bool** |  | 
 | |
| **status** | [**UserStatus**](UserStatus.md) |  | 
 | |
| **storageLabel** | **String** |  | 
 | |
| **updatedAt** | [**DateTime**](DateTime.md) |  | 
 | |
| 
 | |
| [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 | |
| 
 | |
| 
 |